:root {
  --bg: #0b0f0f;
  --surface: #111817;
  --surface-2: #151d1b;
  --surface-3: #0f1413;
  --line: #26312e;
  --line-soft: rgba(89, 112, 103, .18);
  --text: #edf5f0;
  --muted: #93a19b;
  --dim: #64736d;
  --green: #67e39a;
  --green-soft: rgba(103, 227, 154, .11);
  --amber: #e7b164;
  --red: #f08282;
  --blue: #83b8e9;
  --radius: 12px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--bg); color: var(--text); font-family: 'Fira Sans', system-ui, sans-serif; font-size: 13px; line-height: 1.4; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { border: 0; }
button:disabled { cursor: not-allowed; opacity: .55; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: 16px; top: -50px; z-index: 200; padding: 8px 12px; border-radius: 7px; background: var(--green); color: #07130c; }
.skip-link:focus { top: 12px; }

.app-shell { display: grid; grid-template-columns: 232px minmax(0, 1fr); min-height: 100vh; }
.sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 24px 15px 18px; border-right: 1px solid var(--line); background: #0b100f; }
.sidebar-head, .topbar, .breadcrumbs, .topbar-actions, .view-heading, .heading-actions, .panel-header, .provider-row, .provider-main, .provider-actions, .setting-line, .notification-intro, .notification-actions, .form-row, .modal-header, .modal-actions { display: flex; align-items: center; }
.sidebar-head { justify-content: space-between; padding: 0 10px 25px; }
.brand-lockup { display: flex; align-items: center; gap: 10px; }
.brand-mark { display: flex; align-items: end; gap: 3px; width: 26px; height: 26px; padding: 5px; border: 1px solid rgba(103, 227, 154, .45); border-radius: 8px; background: var(--green-soft); }
.brand-mark span { width: 3px; border-radius: 2px; background: var(--green); }
.brand-mark span:first-child { height: 7px; }.brand-mark span:nth-child(2) { height: 12px; }.brand-mark span:last-child { height: 16px; }
.brand-name { color: var(--text); font-size: 15px; font-weight: 700; letter-spacing: .18em; line-height: 1; }
.brand-caption { margin-top: 4px; color: var(--dim); font-family: 'Fira Code', monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.icon-button, .avatar-button { display: inline-grid; place-items: center; color: var(--muted); background: transparent; }
.icon-button { width: 34px; height: 34px; border-radius: 8px; }
.icon-button:hover, .icon-button:focus-visible { background: rgba(255, 255, 255, .06); color: var(--text); outline: none; }
.sidebar-close, .mobile-menu { display: none; }
.workspace-switch { display: grid; gap: 2px; margin: 0 5px 25px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-3); }
.workspace-label, .nav-label, .eyebrow, .stat-label, th, .panel-meta, .server-status, .small-safe { color: var(--dim); font-family: 'Fira Code', monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.workspace-switch strong { font-size: 12px; font-weight: 600; }.workspace-status { display: flex; align-items: center; gap: 6px; margin-top: 5px; color: var(--green); font-family: 'Fira Code', monospace; font-size: 9px; }
.main-nav { display: grid; gap: 3px; }.nav-label { margin: 0 12px 7px; }.nav-label-spaced { margin-top: 27px; }
.nav-item { display: flex; align-items: center; gap: 11px; width: 100%; min-height: 40px; padding: 0 12px; border-radius: 8px; background: transparent; color: var(--muted); text-align: left; transition: color .18s ease, background .18s ease, transform .18s var(--ease); }
.nav-item svg { width: 16px; height: 16px; }.nav-item span:nth-child(2) { flex: 1; }.nav-item:hover, .nav-item:focus-visible { background: rgba(255,255,255,.05); color: var(--text); outline: none; }.nav-item:active { transform: translateX(1px); }.nav-item.is-active { background: var(--green-soft); color: var(--green); }
.nav-count { min-width: 20px; color: var(--dim); font-family: 'Fira Code', monospace; font-size: 9px; text-align: right; }.nav-item.is-active .nav-count { color: var(--green); }.nav-dot { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 3px rgba(231,177,100,.1); }.nav-dot.is-good { background: var(--green); box-shadow: 0 0 0 3px rgba(103,227,154,.1); }
.sidebar-foot { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 14px 12px 0; border-top: 1px solid var(--line-soft); color: var(--dim); font-family: 'Fira Code', monospace; font-size: 9px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--dim); }.status-dot.green { background: var(--green); box-shadow: 0 0 0 3px rgba(103,227,154,.1); }.status-dot.amber { background: var(--amber); }.status-dot.red { background: var(--red); }

.main-content { min-width: 0; background: radial-gradient(circle at 90% 0, rgba(38, 74, 60, .18), transparent 28%), var(--bg); }.topbar { position: sticky; top: 0; z-index: 10; justify-content: space-between; min-height: 66px; padding: 0 38px; border-bottom: 1px solid var(--line-soft); background: rgba(11,15,15,.88); backdrop-filter: blur(14px); }.breadcrumbs { gap: 10px; color: var(--dim); font-family: 'Fira Code', monospace; font-size: 10px; }.breadcrumbs strong { color: var(--text); font-weight: 500; }.breadcrumb-slash { color: #45514c; }.topbar-actions { gap: 14px; }.server-status { display: inline-flex; align-items: center; gap: 7px; padding-right: 15px; border-right: 1px solid var(--line); color: var(--green); }.avatar-button { width: 30px; height: 30px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-family: 'Fira Code', monospace; font-size: 11px; font-weight: 600; }.avatar-button:hover { background: rgba(103,227,154,.2); }
.connection-banner { display: flex; align-items: center; gap: 9px; padding: 10px 38px; border-bottom: 1px solid rgba(240,130,130,.2); background: rgba(240,130,130,.07); color: var(--red); font-size: 11px; }.connection-banner svg { width: 15px; height: 15px; }.connection-banner .text-button { margin-left: auto; color: var(--red); }
.content-wrap { width: min(100% - 76px, 1320px); margin: 0 auto; padding: 38px 0 28px; }.view { animation: view-in .22s var(--ease) both; }.view-heading { align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }.eyebrow { display: flex; align-items: center; gap: 7px; margin: 0 0 9px; color: var(--green); font-weight: 500; }.live-pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(103,227,154,.1); }.view-heading h1 { margin: 0; font-size: clamp(28px, 3vw, 39px); letter-spacing: -.045em; line-height: 1; }.view-description { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 13px; }.heading-actions { gap: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 39px; padding: 0 14px; border: 1px solid transparent; border-radius: 8px; font-size: 11px; font-weight: 600; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }.button svg { width: 15px; height: 15px; }.button:hover { transform: translateY(-1px); }.button:active { transform: translateY(0); }.button:focus-visible, .text-button:focus-visible, .row-action:focus-visible, .input-action:focus-visible, .switch input:focus-visible + .switch-track { outline: 2px solid var(--green); outline-offset: 2px; }.button-primary { background: var(--green); border-color: var(--green); color: #07130c; }.button-primary:hover { background: #86edac; border-color: #86edac; }.button-secondary { border-color: var(--line); background: transparent; color: var(--muted); }.button-secondary:hover { border-color: #456057; background: rgba(255,255,255,.04); color: var(--text); }.button-wide { width: 100%; margin-top: 18px; }.button-full { width: 100%; margin-top: 18px; }.button-compact { min-height: 31px; padding: 0 10px; font-size: 10px; }.text-button { display: inline-flex; align-items: center; gap: 5px; padding: 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 600; }.text-button svg { width: 14px; height: 14px; }.text-button:hover { color: #a0efbd; }

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,24,23,.78); }.stat-item { display: grid; gap: 6px; min-height: 104px; padding: 18px 20px; border-right: 1px solid var(--line-soft); }.stat-item:last-child { border-right: 0; }.stat-label { color: var(--muted); letter-spacing: .05em; }.stat-item strong { font-family: 'Fira Code', monospace; font-size: 22px; font-weight: 500; letter-spacing: -.06em; }.stat-item span:last-child { color: var(--dim); font-size: 10px; }
.workspace-grid, .checks-grid, .settings-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr); gap: 15px; margin-bottom: 15px; }.panel { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,24,23,.9); }.panel-header { align-items: flex-start; justify-content: space-between; gap: 14px; padding: 18px 19px 14px; }.panel h2 { margin: 4px 0 0; font-size: 16px; letter-spacing: -.025em; }.panel-meta { padding-top: 5px; color: var(--dim); text-transform: none; letter-spacing: 0; }.provider-list { padding: 0 19px 5px; }.provider-row { gap: 12px; min-height: 67px; border-top: 1px solid var(--line-soft); }.provider-main { flex: 1; min-width: 0; gap: 10px; }.provider-logo { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f5f6f7; }.provider-logo img { width: 22px; height: 22px; object-fit: contain; }.provider-logo.yandex { background: #fff; }.provider-logo.timeweb { background: #13191e; }.provider-logo.timeweb img { width: 25px; height: 25px; }.provider-copy { display: grid; gap: 2px; min-width: 0; }.provider-copy strong { font-size: 12px; font-weight: 600; }.provider-copy span { overflow: hidden; color: var(--dim); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.provider-balance { min-width: 100px; color: var(--muted); font-family: 'Fira Code', monospace; font-size: 11px; }.provider-balance strong { display: block; color: var(--text); font-weight: 500; }.provider-balance span { display: block; margin-top: 2px; color: var(--dim); font-size: 8px; }.provider-status { display: flex; align-items: center; gap: 6px; min-width: 100px; color: var(--muted); font-family: 'Fira Code', monospace; font-size: 9px; }.provider-status.good { color: var(--green); }.provider-actions { gap: 8px; }.row-action { display: inline-flex; align-items: center; gap: 5px; padding: 4px 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 600; }.row-action svg { width: 13px; height: 13px; }.row-action.danger { color: var(--red); }.row-action.muted { color: var(--muted); }
.state-tag, .small-safe { display: inline-flex; align-items: center; gap: 6px; padding: 4px 7px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-family: 'Fira Code', monospace; font-size: 9px; white-space: nowrap; }.state-tag.state-good { border-color: rgba(103,227,154,.22); background: var(--green-soft); color: var(--green); }.state-tag.state-warn { border-color: rgba(231,177,100,.22); background: rgba(231,177,100,.1); color: var(--amber); }.small-safe { border: 0; padding-right: 0; padding-left: 0; color: var(--green); }.automation-copy { display: flex; align-items: center; gap: 11px; margin: 2px 19px 15px; padding: 13px; border: 1px solid rgba(103,227,154,.13); border-radius: 10px; background: var(--green-soft); }.automation-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: rgba(103,227,154,.13); color: var(--green); }.automation-copy strong { font-family: 'Fira Code', monospace; font-size: 18px; font-weight: 500; }.automation-copy p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }.setting-line { justify-content: space-between; gap: 14px; margin: 0 19px; padding: 13px 0; border-top: 1px solid var(--line-soft); }.setting-line > div { display: grid; gap: 3px; }.setting-line strong { font-size: 11px; font-weight: 600; }.setting-line span { color: var(--dim); font-size: 10px; }
.switch { position: relative; display: inline-flex; flex: 0 0 auto; }.switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }.switch-track { position: relative; display: block; width: 36px; height: 21px; border: 1px solid #33433c; border-radius: 99px; background: #1a2420; transition: background .18s ease, border-color .18s ease; }.switch-track::after { position: absolute; top: 3px; left: 3px; width: 13px; height: 13px; border-radius: 50%; background: #718079; content: ''; transition: transform .18s var(--ease), background .18s ease; }.switch input:checked + .switch-track { border-color: rgba(103,227,154,.45); background: rgba(103,227,154,.18); }.switch input:checked + .switch-track::after { transform: translateX(15px); background: var(--green); }.panel .button-wide { margin-right: 19px; width: calc(100% - 38px); }
.activity-panel { margin-bottom: 15px; }.activity-list { padding: 0 19px 5px; }.activity-item { display: flex; align-items: center; gap: 11px; min-height: 59px; border-top: 1px solid var(--line-soft); }.activity-icon { display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 auto; border-radius: 8px; }.activity-icon svg { width: 14px; height: 14px; }.activity-icon.success { background: var(--green-soft); color: var(--green); }.activity-icon.warning { background: rgba(231,177,100,.1); color: var(--amber); }.activity-icon.neutral { background: rgba(147,161,155,.1); color: var(--muted); }.activity-copy { display: grid; flex: 1; gap: 2px; min-width: 0; }.activity-copy strong { overflow: hidden; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }.activity-copy span, .activity-item time { overflow: hidden; color: var(--dim); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.activity-item time { flex: 0 0 auto; font-family: 'Fira Code', monospace; font-size: 9px; }.activity-list-large .activity-item { min-height: 67px; }

.table-scroll { overflow-x: auto; }.data-table { width: 100%; min-width: 690px; border-collapse: collapse; }.data-table th { padding: 9px 19px 10px; border-bottom: 1px solid var(--line-soft); color: var(--dim); font-weight: 400; text-align: left; }.data-table td { padding: 13px 19px; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }.data-table tr:last-child td { border-bottom: 0; }.account-cell { display: flex; align-items: center; gap: 10px; }.account-cell > div:last-child { display: grid; gap: 2px; }.account-cell strong { font-size: 12px; font-weight: 600; }.account-cell span, .table-note { color: var(--dim); font-size: 10px; }.table-note { display: block; margin-top: 2px; font-family: 'Fira Code', monospace; font-size: 8px; }.balance-cell { font-family: 'Fira Code', monospace; font-size: 11px; }.balance-cell strong { color: var(--text); font-weight: 500; }.status-label { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-family: 'Fira Code', monospace; font-size: 9px; white-space: nowrap; }.status-label.good { color: var(--green); }.status-label.bad { color: var(--red); }.empty-state { display: grid; justify-items: center; gap: 7px; padding: 42px 20px; border-top: 1px solid var(--line-soft); text-align: center; }.empty-state.compact { padding: 30px 20px; }.empty-state svg { width: 25px; height: 25px; color: var(--dim); }.empty-state strong { font-size: 13px; }.empty-state p { max-width: 380px; margin: 0 0 6px; color: var(--muted); font-size: 11px; }
.ip-check-panel { min-height: 290px; }.panel-intro { margin: 0 19px 17px; color: var(--muted); font-size: 11px; line-height: 1.55; }.inline-form { display: grid; gap: 7px; margin: 0 19px; }.form-row { align-items: end; gap: 9px; }.form-row > div { flex: 1; }.form-row .button { min-height: 42px; }.check-result { display: flex; align-items: center; gap: 10px; margin: 18px 19px 0; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-3); font-size: 11px; }.check-result.good { border-color: rgba(103,227,154,.25); color: var(--green); }.check-result.bad { border-color: rgba(240,130,130,.25); color: var(--red); }.check-result span { display: grid; gap: 2px; color: var(--muted); }.endpoint-list { padding: 0 19px; }.endpoint-item { display: flex; align-items: center; gap: 9px; min-height: 56px; border-top: 1px solid var(--line-soft); }.endpoint-state { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--dim); }.endpoint-state.good { background: var(--green); box-shadow: 0 0 0 3px rgba(103,227,154,.1); }.endpoint-state.bad { background: var(--red); box-shadow: 0 0 0 3px rgba(240,130,130,.1); }.endpoint-copy { display: grid; flex: 1; min-width: 0; gap: 2px; }.endpoint-copy strong, .endpoint-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.endpoint-copy strong { font-size: 11px; }.endpoint-copy span { color: var(--dim); font-family: 'Fira Code', monospace; font-size: 9px; }.endpoint-actions { display: flex; gap: 9px; }.endpoint-empty { padding: 19px 0; color: var(--dim); font-size: 10px; }.panel-footnote { display: flex; gap: 7px; margin: 15px 19px 0; color: var(--dim); font-size: 10px; line-height: 1.4; }.panel-footnote svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--green); }
.limits-list { display: grid; gap: 10px; }.limit-card { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 18px 19px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,24,23,.9); }.limit-main { display: flex; align-items: center; gap: 12px; }.limit-copy { display: grid; gap: 3px; }.limit-copy strong { font-size: 13px; }.limit-copy span { color: var(--muted); font-size: 11px; }.limit-description { grid-column: 1 / -1; margin: -2px 0 0 44px; color: var(--dim); font-size: 10px; }.limit-link { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 10px; text-decoration: none; }.limit-link:hover { color: var(--green); }.limit-link svg { width: 13px; height: 13px; }
.select-inline { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }.select-inline select { min-height: 36px; padding: 0 29px 0 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-3); color: var(--text); }
.settings-grid { grid-template-columns: 1fr 1fr; }.setting-form { padding: 0 19px 19px; }.setting-form .setting-line { margin: 0 0 15px; padding-top: 0; border-top: 0; }.security-list { display: grid; gap: 0; padding: 0 19px 12px; }.security-list div { display: flex; align-items: center; gap: 10px; min-height: 49px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 11px; }.security-list svg { width: 16px; height: 16px; color: var(--green); }
.notification-panel { padding: 2px 19px 20px; }.notification-intro { align-items: flex-start; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); }.telegram-mark { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; background: #2aabee; }.telegram-mark img { width: 22px; height: 22px; filter: brightness(0) invert(1); }.notification-intro > div:nth-child(2) { flex: 1; }.notification-intro h2 { margin: 3px 0 4px; }.notification-intro p:last-child { margin: 0; color: var(--muted); font-size: 11px; }.notification-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding-top: 17px; }.notification-actions { grid-column: 1 / -1; gap: 8px; margin-top: 3px; }

.field-label { display: block; margin: 7px 0 0; color: var(--muted); font-size: 11px; font-weight: 600; }.text-input, select { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: var(--surface-3); color: var(--text); font-size: 12px; transition: border-color .18s ease, box-shadow .18s ease; }.text-input::placeholder { color: #53615b; }.text-input:focus, select:focus { border-color: rgba(103,227,154,.7); box-shadow: 0 0 0 3px rgba(103,227,154,.1); }.select-wrap, .input-with-icon { position: relative; }.select-wrap select { appearance: none; padding-right: 34px; }.select-wrap > svg { position: absolute; top: 12px; right: 11px; width: 16px; height: 16px; color: var(--dim); pointer-events: none; }.input-with-icon input { padding-right: 40px; }.input-action { position: absolute; top: 3px; right: 3px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 6px; background: transparent; color: var(--muted); }.input-action:hover { color: var(--text); }.field-hint { display: flex; gap: 7px; margin: 8px 0 0; color: var(--dim); font-size: 10px; line-height: 1.45; }.field-hint svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--green); }.optional-label { color: var(--dim); font-size: 9px; font-weight: 400; }.provider-credentials[hidden] { display: none; }.credentials-fields { display: grid; gap: 7px; }.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(2,5,4,.78); backdrop-filter: blur(8px); }.modal-backdrop[hidden] { display: none; }.modal { width: min(100%, 490px); max-height: calc(100vh - 40px); overflow: auto; padding: 0 22px 22px; border: 1px solid #354740; border-radius: 15px; background: #131b19; box-shadow: 0 24px 70px rgba(0,0,0,.4); animation: modal-in .2s var(--ease) both; }.modal-small { width: min(100%, 430px); }.modal-header { justify-content: space-between; gap: 15px; padding: 20px 0 17px; border-bottom: 1px solid var(--line); }.modal-header h2 { margin: 4px 0 0; font-size: 19px; }.modal form { display: grid; gap: 7px; padding-top: 14px; }.modal-actions { justify-content: flex-end; gap: 8px; margin-top: 18px; }.modal-open { overflow: hidden; }
.auth-screen { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at 50% 8%, rgba(103,227,154,.1), transparent 34%), rgba(4,7,6,.96); }.auth-screen[hidden] { display: none; }.auth-panel { width: min(100%, 390px); padding: 28px; border: 1px solid #354740; border-radius: 15px; background: #131b19; box-shadow: 0 24px 70px rgba(0,0,0,.42); }.auth-panel .brand-lockup { margin-bottom: 30px; }.auth-panel h1 { margin: 0; font-size: 27px; letter-spacing: -.04em; }.auth-copy { margin: 9px 0 18px; color: var(--muted); font-size: 12px; }.auth-panel form { display: grid; gap: 7px; }.auth-error { min-height: 16px; color: var(--red); font-size: 11px; }.body.auth-locked .app-shell { filter: blur(5px); pointer-events: none; user-select: none; }
.toast { position: fixed; right: 21px; bottom: 21px; z-index: 70; display: flex; align-items: center; gap: 9px; max-width: min(390px, calc(100vw - 32px)); padding: 10px 14px 10px 10px; border: 1px solid rgba(103,227,154,.3); border-radius: 9px; background: #17251e; color: #c9f3d7; box-shadow: 0 14px 36px rgba(0,0,0,.25); font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s var(--ease); }.toast.is-visible { opacity: 1; transform: translateY(0); }.toast-icon { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: var(--green-soft); color: var(--green); }.toast-icon svg { width: 13px; height: 13px; }.drawer-backdrop { display: none; }
@keyframes view-in { from { opacity: .2; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } } @keyframes modal-in { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } } @keyframes spin { to { transform: rotate(360deg); } }.is-loading svg { animation: spin .7s linear infinite; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 1100px) { .content-wrap { width: min(100% - 48px, 980px); }.stats-strip { grid-template-columns: repeat(2, 1fr); }.stat-item:nth-child(2) { border-right: 0; }.stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }.workspace-grid, .checks-grid, .settings-grid { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .app-shell { grid-template-columns: 1fr; }.sidebar { position: fixed; left: 0; top: 0; z-index: 20; width: min(286px, 88vw); transform: translateX(-105%); transition: transform .22s var(--ease); box-shadow: 20px 0 45px rgba(0,0,0,.35); }.sidebar.is-open { transform: translateX(0); }.sidebar-close, .mobile-menu { display: inline-grid; }.drawer-backdrop { position: fixed; inset: 0; z-index: 15; display: block; background: rgba(0,0,0,.58); opacity: 0; pointer-events: none; transition: opacity .22s ease; }.drawer-backdrop.is-visible { opacity: 1; pointer-events: auto; }.topbar { padding: 0 22px; }.content-wrap { width: min(100% - 36px, 690px); padding-top: 28px; }.view-heading { align-items: flex-start; flex-direction: column; }.heading-actions { width: 100%; }.heading-actions .button { flex: 1; }.notification-form { grid-template-columns: 1fr; }.notification-actions { grid-column: auto; } }
@media (max-width: 560px) { .topbar { min-height: 60px; padding: 0 15px; }.topbar-actions { gap: 6px; }.server-status { display: none; }.content-wrap { width: min(100% - 28px, 500px); padding-top: 22px; }.view-heading { margin-bottom: 22px; }.view-heading h1 { font-size: 30px; }.view-description { font-size: 12px; }.stats-strip { grid-template-columns: 1fr 1fr; }.stat-item { min-height: 95px; padding: 14px 13px; }.stat-item strong { font-size: 19px; }.stat-item span:last-child { font-size: 9px; }.panel-header { padding: 16px 14px 13px; }.provider-list, .activity-list, .endpoint-list, .setting-form, .security-list, .notification-panel { padding-right: 14px; padding-left: 14px; }.provider-row { flex-wrap: wrap; padding: 10px 0; }.provider-main { width: 100%; }.provider-balance, .provider-status { min-width: 0; }.provider-actions { margin-left: auto; }.panel .button-wide { margin-right: 14px; width: calc(100% - 28px); }.panel-intro, .inline-form, .panel-footnote { margin-right: 14px; margin-left: 14px; }.form-row { align-items: stretch; flex-direction: column; }.form-row .button { width: 100%; }.notification-intro { flex-wrap: wrap; }.notification-intro .state-tag { margin-left: 55px; }.activity-item { align-items: flex-start; padding: 11px 0; }.activity-item time { margin-left: auto; font-size: 8px; }.limit-card { grid-template-columns: 1fr; }.limit-card .limit-link { margin-left: 44px; }.modal { padding-right: 16px; padding-left: 16px; }.modal-actions { flex-direction: column-reverse; }.modal-actions .button { width: 100%; }.connection-banner { align-items: flex-start; padding: 10px 14px; }.connection-banner .text-button { margin-left: auto; }.select-inline { width: 100%; justify-content: space-between; }.select-inline select { flex: 1; } }
body.auth-locked .app-shell { filter: blur(5px); pointer-events: none; user-select: none; }
