body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #eff5fb;
  color: #405c7d;
}

.settings-page,
.settings-page *,
.settings-page *::before,
.settings-page *::after {
  box-sizing: border-box;
}

.settings-page {
  padding: 18px 24px 24px;
}

.settings-layout {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 24px;
  justify-content: center;
  align-items: start;
}

.settings-main,
.settings-sidebar {
  min-width: 0;
}

.settings-title {
  margin: 2px 0 20px;
  color: #4c688a;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0;
}

.settings-card {
  margin-bottom: 20px;
  padding: 18px 16px 18px;
  background: #fff;
  border: 1px solid #d5dfeb;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(54, 85, 120, 0.18);
}

.settings-card--summary {
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-title {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #2580df;
}

.card-text,
.form-note,
.sidebar-text p,
.more-apps-copy p,
.more-apps-copy a,
.settings-message {
  font-size: 14px;
  line-height: 1.45;
}

.card-text,
.form-note,
.sidebar-text p,
.more-apps-copy p {
  color: #5c7595;
}

.settings-message {
  margin: 0 0 18px;
  padding: 10px 14px;
  border-left: 5px solid #1ca357;
  background: #f4f8fd;
  color: #405c7d;
}

.settings-form {
  display: block;
}

.form-section + .form-section {
  margin-top: 18px;
}

.form-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #314f74;
}

.form-radio input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2580df;
}

.form-note {
  margin: 10px 0 0 28px;
}

.field-row {
  margin-top: 12px;
  margin-left: 28px;
  max-width: 305px;
}

.field-box {
  display: block;
  min-width: 0;
}

.field-box span {
  display: block;
  margin-bottom: 7px;
  color: #2580df;
  font-size: 13px;
  font-weight: 700;
}

.field-box input,
.field-box select {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #afbfd3;
  border-radius: 2px;
  background: #fff;
  color: #405c7d;
  font-size: 18px;
}

.operator-form .field-box input,
.operator-form .field-box select {
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
}

.field-box select {
  font-size: 15px;
}

.form-radio--compact {
  margin-top: 14px;
  font-size: 14px;
}

.form-radio input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2580df;
}

.operator-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 210px) 112px;
  gap: 10px;
  align-items: end;
}

.operator-form .action-button {
  width: 100%;
  min-width: 0;
}

.user-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 6px;
  align-items: center;
}

.user-picker input[type="text"] {
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #afbfd3;
  border-radius: 2px;
  background: #fff;
  color: #405c7d;
  font-size: 14px;
}

.inline-link-actions {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 30px 30px;
  column-gap: 4px;
  row-gap: 4px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
}

.inline-link-form,
.inline-stop-form,
.inline-delete-form {
  display: contents;
}

.inline-link-form input[type="text"] {
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #afbfd3;
  border-radius: 2px;
  color: #405c7d;
  font-size: 14px;
}

.inline-link-form input[name="client_name"] {
  grid-column: 1 / 4;
  grid-row: 1;
}

.inline-link-form input[name="client_phone"] {
  grid-column: 4 / 7;
  grid-row: 1;
}

.inline-link-form .action-button {
  grid-column: 1 / 3;
  grid-row: 2;
  width: 100%;
}

.inline-stop-form .action-button {
  grid-column: 3 / 5;
  grid-row: 2;
  width: 100%;
}

.inline-delete-form .action-button {
  grid-column: 5 / 7;
  grid-row: 2;
  width: 100%;
}

.action-button--ghost {
  background: #eef4fb;
  color: #2e83de;
  border: 1px solid #c8d7e6;
}

.action-button--ghost:hover {
  background: #e5eef9;
}

.action-button--danger {
  background: #d64545;
}

.action-button--danger:hover {
  background: #bb3535;
}

.table-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.table-actions form {
  margin: 0;
}

.unresolved-row--meta td {
  padding-top: 16px;
  padding-bottom: 0;
}

.unresolved-row--message td {
  padding-top: 2px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d5e1ee;
  color: #405c7d;
  font-size: 13px;
  line-height: 1.35;
}

.unresolved-table .unresolved-row--meta td {
  border-bottom: 0 !important;
}

.unresolved-row--message:last-child td {
  border-bottom-width: 0;
}


.unresolved-message-list {
  display: grid;
  gap: 4px;
  margin-top: 4px;
}

.unresolved-message-item {
  display: flex;
  gap: 8px;
  align-items: baseline;
  min-width: 0;
}

.unresolved-message-item strong {
  flex: 0 0 auto;
  color: #2580df;
}

.unresolved-message-item span {
  flex: 0 0 auto;
  color: #8aa0b8;
  font-size: 11px;
}

.unresolved-message-item em {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #405c7d;
  font-style: normal;
}
.unresolved-message-label {
  display: inline-block;
  margin-right: 6px;
  color: #2580df;
  font-weight: 700;
}

.unresolved-operator {
  width: 105px;
}

.unresolved-table-wrap {
  overflow-x: hidden;
}

.unresolved-table {
  table-layout: fixed;
}

.unresolved-col-operator {
  width: 12%;
}

.unresolved-col-chat {
  width: 11%;
}

.unresolved-col-time {
  width: 11%;
}

.unresolved-col-action {
  width: 66%;
}

.unresolved-table code {
  overflow-wrap: anywhere;
}

.data-table-wrap {
  width: 100%;
  margin-top: 16px;
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.35;
}

.data-table th,
.data-table td {
  padding: 9px 10px;
  border-bottom: 1px solid #dbe5ef;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: #2580df;
  font-weight: 700;
  white-space: nowrap;
}

.data-table td {
  color: #405c7d;
}

.data-table .unresolved-row--meta td {
  border-bottom: 0;
}

.unresolved-table td {
  border-bottom: 0;
}

.data-table-wrap.unresolved-table-wrap {
  overflow-x: hidden;
}

.unresolved-table th,
.unresolved-table td {
  padding-left: 7px;
  padding-right: 7px;
}

.unresolved-table th:last-child,
.unresolved-table td:last-child {
  text-align: right;
}

.unresolved-table .unresolved-row--message td {
  text-align: left;
}
.unresolved-table .unresolved-row--message td {
  border-bottom: 2px solid #cbd9e8 !important;
  padding-bottom: 18px;
}

.unresolved-table .unresolved-row--message:last-child td {
  border-bottom: 0 !important;
}

.operator-table th:last-child,
.operator-table td:last-child {
  text-align: right;
}

.operator-table .table-actions {
  justify-content: flex-end;
}

.table-link {
  color: #2e83de;
  text-decoration: none;
  font-weight: 600;
}

.table-link:hover {
  text-decoration: underline;
}

.data-table code {
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #314f74;
}

.qr-payload {
  display: none;
  width: 220px;
  height: 72px;
  padding: 8px;
  border: 1px solid #afbfd3;
  border-radius: 2px;
  color: #405c7d;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  resize: vertical;
}

.qr-box {
  display: none;
  gap: 8px;
  justify-items: center;
  width: 220px;
}

.qr-image {
  display: block;
  width: 220px;
  height: 220px;
  border: 1px solid #d5dfeb;
  border-radius: 4px;
  background: #fff;
}

.qr-hint {
  color: #5c7595;
  font-size: 11px;
  line-height: 1.3;
}

.qr-box--hidden,
.qr-payload--hidden {
  display: none !important;
}

.qr-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c8d7e6;
  border-radius: 8px;
  background: #f4f8fd;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.qr-open-button:hover {
  background: #e8f1fb;
  border-color: #95bbe6;
}

.qr-open-button__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #2e83de;
  border-radius: 3px;
  box-sizing: border-box;
}

.qr-open-button__icon::before,
.qr-open-button__icon::after {
  content: "";
  position: absolute;
  background: #2e83de;
}

.qr-open-button__icon::before {
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  box-shadow: 7px 0 0 #2e83de, 0 7px 0 #2e83de, 7px 7px 0 #2e83de;
}

.qr-open-button__icon::after {
  right: 2px;
  bottom: 2px;
  width: 5px;
  height: 5px;
}

.qr-modal-open {
  overflow: hidden;
}

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.qr-modal[hidden] {
  display: none;
}

.qr-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(39, 59, 86, 0.56);
}

.qr-modal__dialog {
  position: relative;
  width: min(100% - 32px, 760px);
  margin: 48px auto;
  padding: 28px 28px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(36, 57, 86, 0.32);
  text-align: center;
}

.qr-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eef4fb;
  color: #5c7595;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.qr-modal__brand {
  margin-bottom: 10px;
  color: #25a35a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qr-modal__title {
  margin: 0;
  color: #243955;
  font-size: 30px;
  line-height: 1.15;
}

.qr-modal__operator {
  margin: 12px 0 0;
  color: #5c7595;
  font-size: 16px;
}

.qr-modal__lead {
  max-width: 560px;
  margin: 14px auto 0;
  color: #405c7d;
  font-size: 15px;
  line-height: 1.45;
}

.qr-modal__content {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(260px, 1fr);
  gap: 18px;
  align-items: stretch;
  justify-content: center;
  margin: 22px 0 18px;
}

.qr-modal__image {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  justify-self: center;
  border: 1px solid #d5dfeb;
  border-radius: 10px;
  background: #fff;
}

.qr-modal__payload {
  display: block;
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #d5dfeb;
  border-radius: 10px;
  color: #405c7d;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  resize: vertical;
}

.qr-modal__image[hidden],
.qr-modal__payload[hidden] {
  display: none;
}

.qr-modal__hint {
  text-align: left;
  padding: 14px 16px;
  border: 1px solid #d9e8fb;
  border-radius: 12px;
  background: #f4f8fd;
  color: #4c688a;
  font-size: 15px;
  line-height: 1.45;
}

.qr-modal__hint strong {
  display: block;
  margin-bottom: 8px;
  color: #243955;
}

.qr-modal__hint ol {
  margin: 0 0 8px 20px;
  padding: 0;
}

.qr-modal__hint li {
  margin: 0 0 4px;
}

.qr-modal__hint span {
  display: block;
}

.status-error {
  color: #b42318;
}

.muted-text {
  color: #8aa0b8;
}

.settings-card--sidebar {
  margin-top: 18px;
  padding: 14px;
}

.log-line {
  margin: 0 0 10px;
  color: #5c7595;
  font-size: 13px;
  line-height: 1.4;
}

.log-line strong {
  display: inline-block;
  min-width: 58px;
  color: #2580df;
  text-transform: uppercase;
}

.health-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.health-item {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #d9e8fb;
  border-left-width: 4px;
  border-radius: 5px;
  background: #f8fbff;
}

.health-item span {
  display: block;
  margin-bottom: 5px;
  color: #5c7595;
  font-size: 11px;
}

.health-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: #244264;
  font-size: 13px;
  line-height: 1.35;
}

.health-item--ok {
  border-left-color: #26a65b;
}

.health-item--warn {
  border-left-color: #f5a623;
}

.health-item--error {
  border-left-color: #d64545;
}

.settings-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 0;
  padding: 0 8px;
  border: 0;
  border-radius: 3px;
  background: #2e83de;
  box-shadow: 0 2px 7px rgba(54, 85, 120, 0.18);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}

.action-button:hover {
  background: #246dbd;
}

.action-button--small {
  height: 30px;
  min-width: 0;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1;
  box-shadow: 0 2px 7px rgba(54, 85, 120, 0.18);
  white-space: nowrap;
}

.table-actions .action-button--small {
  min-width: 110px;
  width: 110px;
}

.pager {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 14px;
}

.pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #c8d7e6;
  border-radius: 3px;
  background: #fff;
  color: #2e83de;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.pager-link:hover {
  background: #f4f8fd;
}

.pager-meta {
  color: #5c7595;
  font-size: 13px;
}

.more-apps {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 4px 0 0;
}

.more-apps-copy p {
  margin: 0 0 10px;
}

.more-apps-copy a {
  color: #2a49d7;
}

.more-apps img {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.settings-sidebar {
  padding-top: 38px;
}

.sidebar-visual {
  text-align: center;
}

.sidebar-visual img {
  display: inline-block;
  width: 205px;
  height: auto;
}

.sidebar-visual--mark {
  width: min(184px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  background: transparent;
}

.sidebar-visual--mark img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(54, 85, 120, 0.16);
}

.sidebar-text {
  margin-top: 16px;
}

.sidebar-text p {
  margin: 0 0 16px;
}

.license-panel {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #cddced;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(39, 74, 109, 0.08);
  box-sizing: border-box;
  overflow: hidden;
}

.license-panel h2 {
  margin: 0 0 12px;
  color: #1d72e0;
  font-size: 17px;
  line-height: 1.25;
}

.license-stats {
  display: grid;
  gap: 9px;
  margin: 0 0 14px;
}

.license-stats div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1ebf5;
}

.license-stats div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.license-stats dt {
  color: #5c7595;
  font-size: 13px;
}

.license-stats dd {
  margin: 0;
  color: #244264;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.license-renew-button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.renewal-modal[hidden] {
  display: none;
}

.renewal-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.renewal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 55, 82, 0.58);
}

.renewal-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(18, 42, 68, 0.28);
}

.renewal-modal__dialog h2 {
  margin: 0;
  color: #243955;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

.renewal-modal__subtitle {
  margin: 8px 0 20px;
  color: #5c7595;
  font-size: 14px;
  text-align: center;
}

.renewal-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #eef4fb;
  color: #5c7595;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.renewal-form {
  display: grid;
  gap: 14px;
}

.renewal-form__row {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 174px;
  gap: 12px;
  align-items: center;
}

.renewal-form__row label {
  color: #244264;
  font-size: 15px;
  font-weight: 700;
}

.stepper {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  height: 40px;
}

.stepper button {
  border: 0;
  background: #2e83de;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.stepper input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #afbfd3;
  border-left: 0;
  border-right: 0;
  color: #244264;
  font-size: 18px;
  text-align: center;
}

.renewal-summary {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  padding: 14px;
  border: 1px solid #d9e8fb;
  border-radius: 6px;
  background: #f4f8fd;
  color: #244264;
}

.renewal-summary span {
  font-size: 14px;
}

.renewal-summary strong {
  font-size: 24px;
  line-height: 1.2;
}

.renewal-summary small {
  color: #5c7595;
  font-size: 13px;
}

.renewal-submit {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-top: 4px;
}

@media (max-width: 920px) {
  .settings-layout {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .settings-sidebar {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .settings-page {
    padding: 14px 12px 24px;
  }

  .settings-title {
    font-size: 32px;
  }

  .settings-card {
    padding: 20px 16px;
  }

  .card-text,
  .form-note,
  .sidebar-text p,
  .more-apps-copy p,
  .more-apps-copy a,
  .settings-message {
    font-size: 15px;
  }

  .form-radio {
    align-items: flex-start;
    font-size: 17px;
  }

  .form-note,
  .field-row {
    margin-left: 0;
  }

  .field-box input,
  .field-box select {
    font-size: 20px;
  }

  .operator-form {
    grid-template-columns: 1fr;
  }

  .operator-form .action-button {
    min-width: 0;
  }

  .user-picker {
    grid-template-columns: 1fr;
  }

  .inline-link-actions {
    grid-template-columns: 1fr;
    min-width: 240px;
  }

  .inline-link-form {
    grid-template-columns: 1fr;
    min-width: 240px;
  }

  .renewal-modal {
    padding: 14px;
  }

  .renewal-modal__dialog {
    padding: 22px 16px 18px;
  }

  .renewal-form__row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .settings-actions {
    grid-template-columns: 1fr;
  }

  .more-apps {
    flex-direction: column;
    align-items: flex-start;
  }

  .more-apps img {
    width: 190px;
  }

  .qr-modal__dialog {
    width: min(100% - 24px, 560px);
    margin: 24px auto;
    padding: 22px 18px 20px;
  }

  .qr-modal__title {
    font-size: 25px;
  }

  .qr-modal__content {
    grid-template-columns: 1fr;
  }

  .qr-modal__image {
    width: min(100%, 300px);
  }
}
/* Telegram authorization sessions */
.telegram-session-table-wrap { overflow-x: hidden; }
.telegram-session-table { table-layout: fixed; }
.telegram-session-table th:nth-child(1), .telegram-session-table td:nth-child(1) { width: 30%; }
.telegram-session-table th:nth-child(2), .telegram-session-table td:nth-child(2) { width: 15%; }
.telegram-session-table th:nth-child(3), .telegram-session-table td:nth-child(3) { width: 18%; }
.telegram-session-table th:nth-child(4), .telegram-session-table td:nth-child(4) { width: 37%; }
.session-key { margin-top: 4px; color: #8aa0b8; font-size: 11px; line-height: 1.35; word-break: break-all; }
.session-status { display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; border-radius: 12px; background: #eef4fb; color: #405c7d; font-size: 12px; font-weight: 700; white-space: nowrap; }
.session-status--connected { background: #e6f6ed; color: #1f8f4d; }
.session-status--disconnected { background: #eef4fb; color: #6d83a0; }
.session-status--error, .session-status--auth_failed { background: #fff0f0; color: #c93434; }
.session-status--code_required, .session-status--password_required, .session-status--waiting_auth { background: #fff6df; color: #986800; }
.telegram-auth-panel { display: grid; gap: 7px; min-width: 0; }
.telegram-auth-form { display: grid; grid-template-columns: minmax(120px, 1fr) 150px; gap: 6px; align-items: center; margin: 0; }
.telegram-auth-reset { margin: 0; }
.telegram-auth-form input { width: 100%; height: 30px; box-sizing: border-box; padding: 0 8px; border: 1px solid #afbfd3; border-radius: 2px; color: #405c7d; font-size: 14px; }
.telegram-auth-form .action-button, .telegram-auth-reset .action-button { width: 100%; min-height: 30px; height: 30px; padding: 0 10px; font-size: 12px; line-height: 30px; }
.telegram-auth-hint { color: #6d83a0; font-size: 12px; line-height: 1.35; }
.telegram-auth-error { font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .telegram-session-table, .telegram-session-table tbody, .telegram-session-table tr, .telegram-session-table td { display: block; width: 100% !important; }
  .telegram-session-table thead { display: none; }
  .telegram-auth-form { grid-template-columns: 1fr; }
}