@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #eef0f4;--surface: #ffffff;--text: #09122d;--muted: #64748b;--green: #07c24a;--green-deep: #04953a;--sidebar-top: #101d3c;--sidebar-bottom: #080e23;--card-border: #d9dde7;--status-pending-bg: #fff8df;--status-pending-fg: #b37900;--status-confirmed-bg: #e8fbf2;--status-confirmed-fg: #0a7f57;--status-failed-bg: #ffeef1;--status-failed-fg: #b21f4c;--status-cancelled-bg: #edf1ff;--status-cancelled-fg: #425794}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:radial-gradient(circle at 10% -10%,rgba(6,194,74,.12),transparent 45%),radial-gradient(circle at 90% 110%,rgba(16,29,60,.08),transparent 45%),var(--bg)}a{color:inherit;text-decoration:none}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(440px,100%);background:var(--surface);border-radius:20px;padding:28px;border:1px solid rgba(7,194,74,.18);box-shadow:0 20px 45px #09122d14}.auth-card-wide{width:min(720px,100%)}.auth-card h1{margin:0;font-size:2rem}.auth-card p{color:var(--muted);margin-top:8px}.auth-form{margin-top:20px;display:flex;flex-direction:column;gap:10px}.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid-form div{display:flex;flex-direction:column;gap:6px}label{font-weight:600;font-size:.88rem}input{border:1px solid #d4dbe6;border-radius:10px;padding:11px 12px;font:inherit;transition:border-color .2s ease}input:focus{border-color:var(--green);outline:none}input::placeholder,textarea::placeholder{color:#94a3b8;opacity:.95}.dashboard-shell.theme-dark input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),.dashboard-shell.theme-dark select,.dashboard-shell.theme-dark textarea{background:linear-gradient(180deg,#111827,#0f172a);color:#e2e8f0;border-color:#334155;box-shadow:inset 0 1px #ffffff0a}.dashboard-shell.theme-dark input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):focus,.dashboard-shell.theme-dark select:focus,.dashboard-shell.theme-dark textarea:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e2e,inset 0 1px #ffffff0d}.dashboard-shell.theme-dark input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range])::placeholder,.dashboard-shell.theme-dark textarea::placeholder{color:#9ca3af}.primary-btn{margin-top:8px;border:none;border-radius:12px;background:linear-gradient(120deg,var(--green),var(--green-deep));color:#fff;font:inherit;font-weight:700;padding:12px;cursor:pointer}.primary-btn:disabled{opacity:.7;cursor:wait}.secondary-btn{border:1px solid #d4dbe6;border-radius:10px;background:#f8fafc;color:#1e293b;font:inherit;font-weight:600;padding:8px 12px;cursor:pointer}.secondary-btn:disabled{opacity:.55;cursor:not-allowed}.auth-link{margin-top:16px;font-size:.92rem}.auth-link a{color:var(--green-deep);font-weight:700}.form-error{margin-top:6px;background:#ffeef1;color:#9f1d42;border-radius:10px;padding:10px;font-size:.9rem}.form-success{margin-top:6px;background:#e8fbf2;color:#0f7a55;border-radius:10px;padding:10px;font-size:.9rem}.full-width{grid-column:span 2}.text-center{display:block;text-align:center}.dashboard-shell{height:100vh;min-height:100vh;display:flex;overflow:hidden}.sidebar{width:280px;background:linear-gradient(180deg,var(--sidebar-top),var(--sidebar-bottom));color:#d5deef;padding:16px 14px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06);height:100vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(203,213,225,.45) rgba(15,23,42,.35);transition:width .24s ease,padding .24s ease,border-color .24s ease,opacity .2s ease}.dashboard-shell.sidebar-desktop.sidebar-closed .sidebar{width:0;min-width:0;padding-left:0;padding-right:0;border-right-color:transparent;overflow:hidden;opacity:0;pointer-events:none}.brand{display:flex;align-items:center;gap:11px;color:#fff;font-weight:800;font-size:1.48rem;margin-bottom:18px}.brand-mark{width:40px;height:40px;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px #08112459}.brand-logo-image{width:100%;height:100%;object-fit:cover;display:block}.brand-name{letter-spacing:.01em}.sidebar-section{margin-top:16px}.sidebar-section h4{margin:10px 12px;font-size:.78rem;letter-spacing:.18em;color:#7f91b2}.menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.menu-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;border-radius:12px;color:#d5deef;border:1px solid transparent}.menu-item-main{display:flex;align-items:center;gap:10px;min-width:0}.menu-item-main span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-icon{width:18px;height:18px;flex-shrink:0}.menu-item.active{background:#07c24a1f;border-color:#07c24a59;color:#fff}.badge{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#ef2f71;color:#fff;font-size:.75rem;font-weight:700}.management-section{flex:1;overflow:visible}.dashboard-content-wrap{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.dashboard-shell.theme-light .dashboard-content-wrap{background:#eef0f4;color:#09122d}.dashboard-shell.theme-dark .dashboard-content-wrap{background:#0b1220;color:#e2e8f0}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;transition:background-color .22s ease,color .22s ease,box-shadow .22s ease}.topbar-dark{background:#0f172a;color:#f8fafc;box-shadow:0 4px 18px #0f172a47}.topbar-light{background:#fff;color:#0f172a;box-shadow:0 4px 18px #0f172a14;border-bottom:1px solid #cbd5e1}.ghost-btn{border:none;background:transparent;color:inherit;font:inherit;font-weight:700;letter-spacing:.05em;cursor:pointer}.ghost-icon{width:20px;height:20px}.topbar-right{display:flex;align-items:center;gap:12px}.profile-menu{position:relative}.profile-pill{display:flex;align-items:center;gap:10px;background:transparent;border:1px solid currentColor;color:inherit;transition:background-color .22s ease,border-color .22s ease,color .22s ease;border-radius:999px;padding:7px 14px 7px 7px}.profile-pill-btn{border:none;font:inherit;text-align:left;cursor:pointer}.profile-chevron{width:16px;height:16px;flex-shrink:0}.topbar-light .profile-pill{background:#fff;border-color:#0f172a;color:#0f172a}.topbar-dark .profile-pill{background:#1f2937;border-color:#334155;color:#e2e8f0}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:.92rem;background:linear-gradient(145deg,#0f172a,#334155);color:inherit;border:2px solid rgba(148,163,184,.45);overflow:hidden}.avatar-initial{color:#e2e8f0}.avatar-has-image{background:#0f172a}.avatar-image{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:50%;display:block}.topbar-light .avatar{background:linear-gradient(145deg,#0f172a,#334155);color:#0f172a;border-color:#cbd5e1}.topbar-dark .avatar{background:#1f2937;color:#e2e8f0;border-color:#475569}.topbar-light .avatar.avatar-initial,.topbar-dark .avatar.avatar-initial{color:#f8fafc}.profile-pill strong{display:block;font-size:.86rem;color:inherit}.profile-pill p{margin:1px 0 0;font-size:.75rem;color:inherit;opacity:.78}.topbar-light .profile-pill strong{color:#0f172a}.topbar-light .profile-pill p{color:#334155;opacity:.82}.topbar-dark .profile-pill strong{color:#e2e8f0}.topbar-dark .profile-pill p{color:#cbd5e1;opacity:.82}.profile-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:210px;border-radius:14px;border:1px solid #d1d5db;background:#fff;box-shadow:0 10px 24px #0f172a24;padding:8px;z-index:30}.dashboard-shell.theme-dark .profile-dropdown{border-color:#334155;background:#111827;box-shadow:0 10px 24px #02061780}.profile-dropdown-item{width:100%;border:none;background:transparent;color:inherit;font:inherit;display:flex;align-items:center;gap:10px;border-radius:10px;padding:10px 12px;text-align:left;cursor:pointer}.dashboard-shell.theme-light .profile-dropdown-item:hover{background:#f1f5f9}.dashboard-shell.theme-dark .profile-dropdown-item:hover{background:#1f2937}.dropdown-icon{width:16px;height:16px;flex-shrink:0}.sidebar-backdrop{display:none}.dashboard-main{flex:1;min-height:0;padding:24px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) rgba(15,23,42,.18)}.sidebar::-webkit-scrollbar,.dashboard-main::-webkit-scrollbar{width:10px}.sidebar::-webkit-scrollbar-track{background:#0f172a59}.dashboard-main::-webkit-scrollbar-track{background:#0f172a2e}.sidebar::-webkit-scrollbar-thumb,.dashboard-main::-webkit-scrollbar-thumb{background:#cbd5e173;border-radius:999px;border:2px solid transparent;background-clip:content-box}.sidebar::-webkit-scrollbar-thumb:hover,.dashboard-main::-webkit-scrollbar-thumb:hover{background:#e2e8f09e;background-clip:content-box}.profile-grid{margin-top:18px;display:grid;grid-template-columns:1fr;gap:16px}.profile-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px}.profile-topbar h1{margin:0;font-size:clamp(1.9rem,2.8vw,2.4rem);letter-spacing:-.02em}.profile-topbar p{margin:6px 0 0;color:#5c6e86;font-size:.98rem;font-weight:500}.profile-photo-cta{min-width:132px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}.profile-photo-cta svg{width:15px;height:15px}.profile-main-panel{width:100%;padding:0;border:none;background:transparent}.profile-main-grid{display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:16px;align-items:start}.profile-card{border:1px solid #d8e0ed;border-radius:16px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.profile-card-sidebar{padding:18px;display:flex;flex-direction:column;align-items:center}.profile-card-sidebar h3{margin:14px 0 0;font-size:1.16rem;line-height:1.2}.profile-card-sidebar p{margin:6px 0 0;color:#64748b;font-size:.88rem}.profile-card-form{padding:18px}.profile-avatar-button{border:none;background:transparent;padding:0;cursor:pointer;border-radius:999px}.profile-avatar-button:focus-visible{outline:2px solid #22c55e;outline-offset:4px}.profile-avatar{border-radius:999px;display:grid;place-items:center;overflow:hidden;color:#fff;font-weight:700}.profile-avatar-large{width:134px;height:134px;font-size:2.3rem;background:linear-gradient(145deg,#0f172a,#334155);border:4px solid #ffffff;box-shadow:0 16px 28px #0f172a2e,0 0 0 1px #0f172a1f}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-image-input-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-lock-chip{margin-top:10px;display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;background:#ecfdf3;color:#0f766e;font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.profile-image-actions-row{margin-top:14px;width:100%;display:flex;gap:8px}.profile-image-action-btn{flex:1;padding:8px 10px;font-size:.86rem;display:inline-flex;align-items:center;justify-content:center;gap:6px}.profile-image-action-btn svg{width:14px;height:14px;flex-shrink:0}.profile-image-remove-btn{border-color:#fecdd3;background:#fff1f2;color:#be123c}.profile-image-remove-btn:disabled{opacity:.5;cursor:not-allowed}.profile-file-hint{margin-top:8px;color:#64748b;font-size:.76rem}.profile-file-name{margin-top:4px;color:#334155;font-size:.78rem;font-weight:700}.profile-completion-block{width:100%;margin-top:16px;padding-top:12px;border-top:1px solid #e5ebf5}.profile-completion-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.profile-completion-head span{color:#23324c;font-size:.84rem;text-transform:uppercase;letter-spacing:.03em;font-weight:700}.profile-completion-head strong{color:#0f9f62;font-size:1rem;font-weight:800}.profile-completion-bar{margin-top:10px;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.profile-completion-bar span{display:block;height:100%;background:linear-gradient(120deg,#22c55e,#16a34a);border-radius:999px;transition:width .28s ease}.profile-completion-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:7px}.profile-completion-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#334155;font-size:.88rem;font-weight:600}.profile-status-dot{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b}.profile-status-dot svg{width:100%;height:100%}.profile-completion-list li.done .profile-status-dot{color:#22c55e}.profile-completion-list li.pending .profile-status-dot{color:#f59e0b}.profile-section-head h3{margin:0;font-size:1.45rem;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:8px}.profile-section-icon{width:26px;height:26px;border-radius:8px;border:1px solid #dbe5f4;background:#f6f9ff;color:#334155;display:inline-flex;align-items:center;justify-content:center}.profile-section-icon svg{width:15px;height:15px}.profile-section-head p{margin:6px 0 0;color:#64748b;font-size:.92rem;font-weight:500}.profile-form{margin-top:14px;display:flex;flex-direction:column;gap:10px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-form-grid>div{display:flex;flex-direction:column;gap:6px}.profile-form label{font-size:.86rem;color:#1e293b;font-weight:700}.profile-form input{border-radius:11px;border:1px solid #d4dbe6;padding:11px 12px}.profile-input-with-icon{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px}.profile-field-icon{width:36px;height:36px;border-radius:10px;border:1px solid #dbe5f4;background:#f6f9ff;color:#334155;display:inline-flex;align-items:center;justify-content:center}.profile-field-icon svg{width:15px;height:15px}.profile-form-full{grid-column:span 2}.profile-form input:disabled,.profile-form input[readonly]{background:#f8fafc;color:#64748b;cursor:not-allowed}.profile-actions-row{display:flex;justify-content:flex-end;margin-top:2px}.profile-actions-row .primary-btn{margin-top:2px;min-width:160px}.profile-password-panel{width:min(100%,920px);margin:0 auto;padding:18px;border-radius:16px;border:1px solid #d8e0ed;background:#fff;box-shadow:0 10px 20px #0f172a0d}.profile-password-panel .profile-section-head h3{font-size:1.35rem}.profile-password-panel .profile-section-head p{font-size:.9rem}.profile-password-panel .profile-form{max-width:100%;margin-top:14px}.password-note{margin-top:10px;border:1px solid #dce6f6;border-radius:12px;background:#f8fbff;color:#475569;padding:10px 12px;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.password-note-icon{width:18px;height:18px;color:#0f9f62;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.password-note-icon svg{width:100%;height:100%}.profile-password-form .profile-input-with-icon input{width:100%}.profile-password-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.profile-password-field{display:flex;flex-direction:column;gap:6px}.profile-password-field-full{grid-column:span 2}.password-actions-row{gap:10px}.dashboard-shell.theme-dark .profile-topbar h1{color:#e2e8f0}.dashboard-shell.theme-dark .profile-topbar p{color:#94a3b8}.dashboard-shell.theme-dark .profile-card,.dashboard-shell.theme-dark .profile-password-panel{border-color:#334155;box-shadow:0 12px 24px #02061759}.dashboard-shell.theme-dark .profile-card,.dashboard-shell.theme-dark .profile-password-panel{background:linear-gradient(180deg,#111827,#101a2f)}.dashboard-shell.theme-dark .profile-avatar-large{border-color:#111827;background:linear-gradient(145deg,#1e293b,#475569)}.dashboard-shell.theme-dark .profile-completion-block{border-color:#334155}.dashboard-shell.theme-dark .profile-file-hint{color:#94a3b8}.dashboard-shell.theme-dark .profile-file-name{color:#e2e8f0}.dashboard-shell.theme-dark .profile-topbar .secondary-btn,.dashboard-shell.theme-dark .profile-card .secondary-btn{background:#0f172a;color:#e2e8f0;border-color:#334155}.dashboard-shell.theme-dark .profile-card .secondary-btn.profile-image-remove-btn{border-color:#6f2336;background:#3f1f2a;color:#fecdd3}.dashboard-shell.theme-dark .profile-completion-bar{background:#334155}.dashboard-shell.theme-dark .profile-completion-head span,.dashboard-shell.theme-dark .profile-completion-list li{color:#cbd5e1}.dashboard-shell.theme-dark .profile-completion-list li.done .profile-status-dot{color:#34d399}.dashboard-shell.theme-dark .profile-completion-list li.pending .profile-status-dot{color:#fbbf24}.dashboard-shell.theme-dark .profile-section-icon,.dashboard-shell.theme-dark .profile-field-icon{border-color:#334155;background:#0f172a;color:#cbd5e1}.dashboard-shell.theme-dark .profile-section-head p{color:#94a3b8}.dashboard-shell.theme-dark .profile-form label{color:#e2e8f0}.dashboard-shell.theme-dark .profile-form input{background:#0f172a;border-color:#334155;color:#e2e8f0}.dashboard-shell.theme-dark .profile-form input:disabled,.dashboard-shell.theme-dark .profile-form input[readonly]{background:#111827;color:#94a3b8;border-color:#334155}.dashboard-shell.theme-dark .password-note{border-color:#334155;background:#0f172a;color:#cbd5e1}.dashboard-shell.theme-dark .password-note-icon{color:#34d399}.users-header-row{margin-bottom:12px}.users-header-actions{display:flex;align-items:center;justify-content:flex-end}.users-new-btn{margin-top:0;min-width:120px}.users-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.users-summary-card p{margin:0;color:#64748b;font-weight:600}.users-summary-card strong{margin-top:6px;display:block;font-size:2rem;letter-spacing:-.02em}.users-table-panel{min-width:0}.users-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.users-search-input{flex:1;min-width:260px;max-width:540px}.users-filters{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.users-filters select{border:1px solid #d4dbe6;border-radius:10px;padding:9px 10px;background:#fff;color:#0f172a;font:inherit;min-width:136px}.users-count{margin:14px 0 12px;color:#58667f;font-weight:700}.users-table-wrap{border:1px solid var(--card-border);border-radius:12px;overflow:auto}.users-table{width:100%;min-width:960px;border-collapse:collapse}.users-col-username{width:130px}.users-col-name{width:170px}.users-col-email{width:280px}.users-col-phone{width:150px}.users-col-status{width:120px}.users-col-joined{width:130px}.users-col-actions{width:190px}.users-table th,.users-table td{padding:11px 12px;border-bottom:1px solid #e2e8f0;text-align:left}.users-table th{background:#f8fafc;color:#64748b;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.users-table td{color:#0f172a;font-size:.92rem;vertical-align:middle}.users-cell-ellipsis{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-cell-email{max-width:280px}.users-table tbody tr:hover td{background:#f8fafc}.users-table tbody tr:last-child td{border-bottom:none}.users-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.78rem;font-weight:700}.users-status-active{background:#e8fbf2;color:#0f7a55}.users-status-inactive{background:#eef2f7;color:#475569}.users-actions{display:flex;align-items:center;gap:7px;justify-content:flex-start}.users-action-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid transparent;width:34px;height:34px;padding:0;font:inherit;line-height:1;cursor:pointer;transition:transform .12s ease,filter .18s ease,box-shadow .2s ease}.users-action-pill:hover{transform:translateY(-1px);filter:brightness(1.02)}.users-action-pill:disabled{opacity:.64;cursor:not-allowed;transform:none}.users-action-pill .btn-icon{width:15px;height:15px}.users-action-edit{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.users-action-reset{background:#eefcf5;border-color:#bbf7d0;color:#0f766e}.users-action-delete{background:#fff1f2;border-color:#fecdd3;color:#be123c}.users-action-telegram{background:#eaf4ff;border-color:#bfdcff;color:#1d4ed8}.users-action-telegram.is-connected{background:#e9fbf2;border-color:#9de7bc;color:#0f766e}.users-empty-state{margin:0;color:#64748b;text-align:center}.users-offcanvas-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;border:none;background:#02061785}.users-offcanvas{position:fixed;right:0;top:0;height:100vh;width:min(560px,95vw);background:#fff;border-left:1px solid #cbd5e1;box-shadow:-14px 0 28px #0f172a2e;z-index:105;transform:translate(108%);transition:transform .24s ease;display:flex;flex-direction:column}.users-reset-offcanvas{width:min(500px,95vw)}.users-telegram-offcanvas{width:min(520px,95vw)}.users-offcanvas.open{transform:translate(0)}.users-offcanvas-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid #e2e8f0}.users-offcanvas-head h3{margin:0;font-size:1.25rem}.users-close-btn{border-radius:10px;border:1px solid #d4dbe6;padding:6px 10px}.users-offcanvas-form{padding:16px 18px 20px;overflow-y:auto}.users-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.users-form-grid>div,.users-form-grid>label{display:flex;flex-direction:column;gap:6px}.users-form-full{grid-column:span 2}.users-checkbox-row{display:flex;align-items:center;gap:10px}.users-checkbox-row input{width:16px;height:16px;margin:0;padding:0}.users-panel-actions{margin-top:14px;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.users-panel-actions .primary-btn,.users-panel-actions .secondary-btn{margin-top:0}.users-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:140px}.users-reset-submit-btn{min-width:210px}.users-cancel-btn{background:#fff}.users-reset-form,.users-telegram-form{display:flex;flex-direction:column;gap:14px}.users-reset-target{border:1px solid #dbe7ff;border-radius:12px;background:linear-gradient(145deg,#f8fbff,#eef4ff);padding:14px 15px}.users-telegram-target{margin-bottom:2px}.users-reset-target p{margin:0;color:#64748b;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.users-reset-target strong{margin-top:6px;display:block;color:#0f172a;font-size:1.04rem}.users-reset-target span{margin-top:3px;display:block;color:#475569;font-size:.88rem}.users-telegram-status-card{border:1px solid #d4e2fb;border-radius:14px;background:linear-gradient(160deg,#f8fbff,#eef4ff);padding:15px;display:flex;flex-direction:column;gap:12px}.users-telegram-status-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.users-telegram-status-head p{margin:0;color:#334155;font-weight:700}.users-telegram-chip{border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:700;letter-spacing:.02em}.users-telegram-chip.connected{background:#e8fbf2;color:#0f7a55}.users-telegram-chip.disconnected{background:#eef2f7;color:#475569}.users-telegram-meta{margin:0;color:#475569;font-size:.9rem}.users-telegram-hint{margin:-3px 0 0;color:#64748b;font-size:.82rem}.users-telegram-link{width:fit-content;display:inline-flex;align-items:center;gap:7px;color:#1d4ed8;font-weight:700;font-size:.85rem}.users-telegram-link .btn-icon{width:14px;height:14px}.users-telegram-link:hover{text-decoration:underline}.users-telegram-actions{margin-top:0}.users-telegram-connect-block{border-top:1px dashed #cbd5e1;padding-top:12px;display:flex;flex-direction:column;gap:12px}.users-telegram-steps-title{margin:0;color:#334155;font-size:.8rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.users-telegram-steps{margin:0;padding-left:18px;color:#334155;display:grid;gap:6px;font-size:.86rem;line-height:1.3}.users-telegram-command-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid #cad8f4;background:#ffffffc7;border-radius:11px;padding:9px 10px}.users-telegram-command-row span{grid-column:1 / -1;color:#64748b;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.users-telegram-command-row code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#0f172a;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-telegram-copy-btn{margin-top:0;min-width:auto;height:34px;padding:0 10px}.users-telegram-awaiting{width:100%;margin:0;display:inline-flex;align-items:center;gap:8px;color:#1e293b;font-size:.85rem;font-weight:700}.users-telegram-connect-btn{min-width:200px}.users-telegram-message-form{display:flex;flex-direction:column;gap:9px}.users-telegram-counter{margin:-2px 0 0;color:#64748b;font-size:.76rem;text-align:right}.users-telegram-message-input{min-height:132px;resize:vertical}.btn-icon{width:16px;height:16px;flex-shrink:0}.btn-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;animation:btn-spin .8s linear infinite}.users-dark-spinner{border-color:#1e293b47;border-top-color:#334155}@keyframes btn-spin{to{transform:rotate(360deg)}}.users-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d4dbe6;border-radius:12px;padding:10px 12px;background:#f8fafc}.users-toggle-copy{display:flex;flex-direction:column;gap:2px}.users-toggle-copy strong{font-size:.88rem;color:#0f172a}.users-toggle-copy small{color:#64748b;font-size:.77rem}.users-toggle{position:relative;width:48px;height:28px;flex-shrink:0}.users-toggle input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;margin:0;cursor:pointer;z-index:2}.users-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#cbd5e1;transition:background-color .2s ease}.users-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a59;transition:transform .2s ease}.users-toggle input:checked+.users-toggle-track{background:#22c55e}.users-toggle input:checked+.users-toggle-track:after{transform:translate(20px)}.users-toggle input:focus-visible+.users-toggle-track{box-shadow:0 0 0 3px #22c55e33}.dashboard-shell.theme-dark .users-summary-card p{color:#94a3b8}.dashboard-shell.theme-dark .users-filters select{background:#0f172a;color:#e2e8f0;border-color:#334155}.dashboard-shell.theme-dark .users-count{color:#94a3b8}.dashboard-shell.theme-dark .users-table-wrap{border-color:#334155}.dashboard-shell.theme-dark .users-table th,.dashboard-shell.theme-dark .users-table td{border-bottom-color:#334155}.dashboard-shell.theme-dark .users-table th{background:#0f172a;color:#94a3b8}.dashboard-shell.theme-dark .users-table td{color:#e2e8f0}.dashboard-shell.theme-dark .users-table tbody tr:hover td{background:#0f172a}.dashboard-shell.theme-dark .users-status-inactive{background:#1f2937;color:#cbd5e1}.dashboard-shell.theme-dark .users-action-edit{background:#1e2f4f;border-color:#26446f;color:#bfdbfe}.dashboard-shell.theme-dark .users-action-reset{background:#13342f;border-color:#1b5750;color:#99f6e4}.dashboard-shell.theme-dark .users-action-delete{background:#3f1f2a;border-color:#6f2336;color:#fecdd3}.dashboard-shell.theme-dark .users-action-telegram{background:#1c3357;border-color:#255791;color:#bfdbfe}.dashboard-shell.theme-dark .users-action-telegram.is-connected{background:#12382f;border-color:#19634f;color:#99f6e4}.dashboard-shell.theme-dark .users-empty-state{color:#94a3b8}.dashboard-shell.theme-dark .users-offcanvas{background:#111827;border-left-color:#334155;box-shadow:-14px 0 28px #02061780}.dashboard-shell.theme-dark .users-offcanvas-head{border-bottom-color:#334155}.dashboard-shell.theme-dark .users-close-btn{border-color:#334155}.dashboard-shell.theme-dark .users-cancel-btn{background:#111827}.dashboard-shell.theme-dark .users-reset-target{border-color:#334155;background:linear-gradient(145deg,#0f172a,#111827)}.dashboard-shell.theme-dark .users-reset-target p{color:#94a3b8}.dashboard-shell.theme-dark .users-reset-target strong{color:#e2e8f0}.dashboard-shell.theme-dark .users-reset-target span{color:#cbd5e1}.dashboard-shell.theme-dark .users-telegram-status-card{border-color:#334155;background:linear-gradient(165deg,#0f172a,#111827)}.dashboard-shell.theme-dark .users-telegram-status-head p{color:#e2e8f0}.dashboard-shell.theme-dark .users-telegram-chip.disconnected{background:#1f2937;color:#cbd5e1}.dashboard-shell.theme-dark .users-telegram-meta{color:#cbd5e1}.dashboard-shell.theme-dark .users-telegram-hint{color:#94a3b8}.dashboard-shell.theme-dark .users-telegram-connect-block{border-top-color:#334155}.dashboard-shell.theme-dark .users-telegram-steps-title,.dashboard-shell.theme-dark .users-telegram-steps{color:#cbd5e1}.dashboard-shell.theme-dark .users-telegram-command-row{border-color:#334155;background:#0b1328}.dashboard-shell.theme-dark .users-telegram-command-row span{color:#94a3b8}.dashboard-shell.theme-dark .users-telegram-command-row code{color:#e2e8f0}.dashboard-shell.theme-dark .users-telegram-link{color:#93c5fd}.dashboard-shell.theme-dark .users-telegram-awaiting{color:#dbeafe}.dashboard-shell.theme-dark .users-telegram-counter{color:#94a3b8}.dashboard-shell.theme-dark .users-toggle-row{background:#0f172a;border-color:#334155}.dashboard-shell.theme-dark .users-toggle-copy strong{color:#e2e8f0}.dashboard-shell.theme-dark .users-toggle-copy small{color:#94a3b8}.dashboard-shell.theme-dark .users-toggle-track{background:#475569}.dashboard-shell.theme-dark .users-dark-spinner{border-color:#e2e8f042;border-top-color:#cbd5e1}.smtp-header-row{margin-bottom:12px}.smtp-header-actions{display:flex;align-items:center;justify-content:flex-end}.smtp-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.9fr);gap:16px;align-items:start}.smtp-config-panel{margin-top:0}.smtp-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.smtp-panel-head h3{margin:0;font-size:1.3rem}.smtp-panel-head p{margin:6px 0 0;color:#64748b;font-size:.92rem;font-weight:500}.smtp-security-badge{border-radius:999px;padding:6px 12px;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;white-space:nowrap}.smtp-security-tls{background:#e8fbf2;color:#0f7a55}.smtp-security-ssl{background:#eff6ff;color:#1d4ed8}.smtp-security-none{background:#f1f5f9;color:#475569}.smtp-config-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.smtp-field{display:flex;flex-direction:column;gap:6px}.smtp-hint{color:#64748b;font-size:.77rem}.smtp-form-full{grid-column:span 2}.smtp-security-group{display:flex;flex-direction:column;gap:8px}.smtp-segmented{display:inline-flex;align-items:center;gap:6px;width:fit-content;background:#f8fafc;border:1px solid #d4dbe6;border-radius:12px;padding:4px}.smtp-segmented button{border:none;background:transparent;color:#334155;font:inherit;font-weight:700;padding:8px 12px;border-radius:8px;cursor:pointer}.smtp-segmented button.active{background:#fff;box-shadow:0 1px 3px #0f172a14}.smtp-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.smtp-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:170px}.smtp-btn-icon{width:16px;height:16px;flex-shrink:0}.smtp-preview-panel h3{margin:0;font-size:1.2rem}.smtp-preview-panel p{margin:8px 0 0;color:#64748b}.smtp-preview-list{margin-top:14px;display:flex;flex-direction:column;gap:10px}.smtp-preview-item{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:9px 10px}.smtp-preview-item span{color:#64748b;font-size:.82rem}.smtp-preview-item strong{color:#0f172a;font-size:.86rem;text-align:right}.smtp-preview-btn{margin-top:14px}textarea{border:1px solid #d4dbe6;border-radius:10px;padding:11px 12px;font:inherit;transition:border-color .2s ease;resize:vertical}textarea:focus{border-color:var(--green);outline:none}.smtp-offcanvas-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;border:none;background:#02061785}.smtp-offcanvas{position:fixed;right:0;top:0;height:100vh;width:min(520px,94vw);background:#fff;border-left:1px solid #cbd5e1;box-shadow:-14px 0 28px #0f172a2e;z-index:115;transform:translate(108%);transition:transform .24s ease;display:flex;flex-direction:column}.smtp-offcanvas.open{transform:translate(0)}.smtp-offcanvas-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid #e2e8f0}.smtp-offcanvas-head h3{margin:0;font-size:1.25rem}.smtp-offcanvas-head p{margin:6px 0 0;color:#64748b;font-size:.84rem}.smtp-close-btn{border-radius:10px;border:1px solid #d4dbe6;padding:7px 9px}.smtp-offcanvas-meta{margin-bottom:10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:9px 10px;display:flex;flex-direction:column;gap:4px;color:#475569;font-size:.82rem;font-weight:600}.smtp-offcanvas-form{display:flex;flex-direction:column;gap:8px;padding:16px 18px 20px;overflow-y:auto}.dashboard-shell.theme-dark textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}.dashboard-shell.theme-dark .smtp-panel-head p,.dashboard-shell.theme-dark .smtp-hint,.dashboard-shell.theme-dark .smtp-preview-panel p,.dashboard-shell.theme-dark .smtp-offcanvas-head p{color:#94a3b8}.dashboard-shell.theme-dark .smtp-security-none{background:#1f2937;color:#cbd5e1}.dashboard-shell.theme-dark .smtp-segmented{background:#0f172a;border-color:#334155}.dashboard-shell.theme-dark .smtp-segmented button{color:#cbd5e1}.dashboard-shell.theme-dark .smtp-segmented button.active{background:#1f2937;box-shadow:none}.dashboard-shell.theme-dark .smtp-preview-item{border-color:#334155;background:#0f172a}.dashboard-shell.theme-dark .smtp-preview-item span{color:#94a3b8}.dashboard-shell.theme-dark .smtp-preview-item strong{color:#e2e8f0}.dashboard-shell.theme-dark .smtp-offcanvas{background:#111827;border-left-color:#334155;box-shadow:-14px 0 28px #02061780}.dashboard-shell.theme-dark .smtp-offcanvas-head{border-bottom-color:#334155}.dashboard-shell.theme-dark .smtp-close-btn{border-color:#334155}.dashboard-shell.theme-dark .smtp-offcanvas-meta{border-color:#334155;background:#0f172a;color:#cbd5e1}.telebot-header-row{margin-bottom:12px}.telebot-setup-grid{margin-bottom:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.telebot-setup-card h3{margin:0;font-size:1.08rem}.telebot-setup-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.telebot-steps-list{margin:0;padding-left:18px;display:grid;gap:7px;color:#334155;font-size:.9rem}.telebot-steps-note{margin:10px 0 0;color:#64748b;font-size:.82rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.telebot-command-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.telebot-command-btn{margin-top:0;display:inline-flex;align-items:center;gap:7px}.telebot-steps-hint{margin:8px 0 0;color:#334155;font-size:.82rem}.telebot-checklist-card{display:flex;flex-direction:column;gap:10px}.telebot-check-list{margin:0;padding:0;list-style:none;display:grid;gap:9px}.telebot-check-list li{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:.9rem;font-weight:600}.telebot-check-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #cbd5e1;color:#64748b}.telebot-check-list li.done .telebot-check-icon{border-color:#86efac;background:#dcfce7;color:#15803d}.telebot-next-action{margin:0;border-radius:10px;padding:10px 12px;font-size:.88rem;font-weight:700}.telebot-next-action-warn{background:#fff7e6;border:1px solid #f9d5a7;color:#92400e}.telebot-next-action-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.telebot-next-action-ok{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.telebot-activate-btn{margin-top:0;width:100%}.telebot-worker-cmds{border:1px dashed #cbd5e1;border-radius:10px;padding:10px;display:grid;gap:6px}.telebot-worker-cmds span{color:#64748b;font-size:.8rem;font-weight:700}.telebot-worker-cmds code{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 9px;font-size:.78rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;overflow-wrap:anywhere}.telebot-worker-alert{margin-bottom:12px;border:1px solid #f9d5a7;background:#fff8e8;color:#92400e;font-weight:700}.telebot-header-actions{display:flex;align-items:center;justify-content:flex-end}.telebot-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,1fr);gap:16px;align-items:start}.telebot-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.telebot-panel-head h3{margin:0;font-size:1.3rem}.telebot-panel-head p{margin:6px 0 0;color:#64748b;font-size:.92rem}.telebot-status-badge{border-radius:999px;padding:6px 12px;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;white-space:nowrap}.telebot-status-online{background:#e8fbf2;color:#0f7a55}.telebot-status-starting{background:#fff7e6;color:#b45309}.telebot-status-offline{background:#f1f5f9;color:#475569}.telebot-config-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.telebot-field{display:flex;flex-direction:column;gap:6px}.telebot-token-input-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.telebot-token-input-wrap input{min-width:0}.telebot-token-toggle-btn{margin-top:0;min-width:44px;padding:0 10px}.telebot-token-hint{margin-top:6px;color:#64748b;font-size:.8rem}.telebot-token-hint-error{color:#be123c;font-weight:700}.telebot-form-full{grid-column:span 2}.telebot-enabled-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d4dbe6;border-radius:12px;padding:10px 12px;background:#f8fafc}.telebot-enabled-copy{display:flex;flex-direction:column;gap:2px}.telebot-enabled-copy strong{font-size:.9rem;color:#0f172a}.telebot-enabled-copy small{color:#64748b;font-size:.78rem}.telebot-actions{display:flex;gap:10px;flex-wrap:wrap}.telebot-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:170px}.telebot-actions .secondary-btn.telebot-action-btn{background:#f8fafc}.telebot-btn-icon{width:16px;height:16px;flex-shrink:0}.telebot-status-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.telebot-status-head h3{margin:0;font-size:1.25rem}.telebot-status-grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.telebot-status-item{display:flex;flex-direction:column;gap:4px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:10px}.telebot-status-item span{color:#64748b;font-size:.8rem}.telebot-status-item strong{color:#0f172a;font-size:.9rem}.telebot-error-box{margin-top:12px;border:1px solid #fecdd3;background:#fff1f2;border-radius:10px;padding:10px 12px}.telebot-error-box strong{color:#be123c;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.telebot-error-box p{margin:6px 0 0;color:#881337;font-size:.88rem}.telebot-controls{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.telebot-stop-btn{border-color:#fecdd3;color:#be123c;background:#fff1f2}.dashboard-shell.theme-dark .telebot-panel-head p,.dashboard-shell.theme-dark .telebot-enabled-copy small,.dashboard-shell.theme-dark .telebot-status-item span{color:#94a3b8}.dashboard-shell.theme-dark .telebot-token-toggle-btn{background:#111827;border-color:#334155;color:#cbd5e1}.dashboard-shell.theme-dark .telebot-token-hint{color:#94a3b8}.dashboard-shell.theme-dark .telebot-token-hint-error{color:#fecdd3}.dashboard-shell.theme-dark .telebot-actions .secondary-btn.telebot-action-btn{background:#111827;border-color:#334155;color:#e2e8f0}.dashboard-shell.theme-dark .telebot-steps-list{color:#cbd5e1}.dashboard-shell.theme-dark .telebot-steps-note{color:#94a3b8}.dashboard-shell.theme-dark .telebot-steps-hint{color:#cbd5e1}.dashboard-shell.theme-dark .telebot-check-list li{color:#dbe3ef}.dashboard-shell.theme-dark .telebot-check-icon{border-color:#334155;color:#94a3b8;background:#0f172a}.dashboard-shell.theme-dark .telebot-check-list li.done .telebot-check-icon{border-color:#166534;background:#16653433;color:#86efac}.dashboard-shell.theme-dark .telebot-next-action-warn{background:#7f410e2e;border-color:#d977066b;color:#fcd34d}.dashboard-shell.theme-dark .telebot-next-action-info{background:#1d4ed833;border-color:#3b82f66b;color:#bfdbfe}.dashboard-shell.theme-dark .telebot-next-action-ok{background:#05966933;border-color:#10b9816b;color:#a7f3d0}.dashboard-shell.theme-dark .telebot-worker-cmds{border-color:#334155}.dashboard-shell.theme-dark .telebot-worker-cmds span{color:#94a3b8}.dashboard-shell.theme-dark .telebot-worker-cmds code{color:#dbeafe;background:#0f172a;border-color:#334155}.dashboard-shell.theme-dark .telebot-worker-alert{background:#7f410e2e;border-color:#d977066b;color:#fcd34d}.dashboard-shell.theme-dark .telebot-status-offline{background:#1f2937;color:#cbd5e1}.dashboard-shell.theme-dark .telebot-enabled-row{background:#0f172a;border-color:#334155}.dashboard-shell.theme-dark .telebot-enabled-copy strong{color:#e2e8f0}.dashboard-shell.theme-dark .telebot-status-item{border-color:#334155;background:#0f172a}.dashboard-shell.theme-dark .telebot-status-item strong{color:#e2e8f0}.dashboard-shell.theme-dark .telebot-error-box{border-color:#6f2336;background:#3f1f2a}.dashboard-shell.theme-dark .telebot-error-box p{color:#fecdd3}.dashboard-header-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.dashboard-header-row h1{margin:0;font-size:2.35rem}.dashboard-header-row p{margin:8px 0 0;color:#58667f;font-weight:500}.dashboard-updated-at{margin-top:10px;display:inline-block;font-size:.84rem;color:#64748b;font-weight:600}.dashboard-shell.theme-dark .dashboard-header-row p,.dashboard-shell.theme-dark .dashboard-updated-at{color:#94a3b8}.period-switch{display:flex;align-items:center;gap:6px;background:#f8fafc;border-radius:14px;border:1px solid var(--card-border);padding:6px}.dashboard-shell.theme-dark .period-switch{background:#111827;border-color:#334155}.period-switch button{border:none;background:transparent;border-radius:10px;font:inherit;font-weight:700;color:#334155;text-transform:uppercase;padding:10px 14px;cursor:pointer}.period-switch button:disabled{opacity:.7;cursor:wait}.dashboard-shell.theme-dark .period-switch button{color:#cbd5e1}.period-switch .active{background:#fff;box-shadow:0 2px 8px #0f172a17}.dashboard-shell.theme-dark .period-switch .active{background:#0f172a;box-shadow:none}.period-switch .refresh-btn{border:1px solid var(--card-border);background:#fff}.dashboard-shell.theme-dark .period-switch .refresh-btn{border-color:#334155;background:#1f2937}.metrics-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{background:var(--surface);border-radius:16px;border:1px solid var(--card-border);padding:16px;box-shadow:0 5px 14px #0f172a0f}.dashboard-shell.theme-dark .metric-card{background:#111827;border-color:#334155;box-shadow:none}.metric-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.metric-card-head p{margin:0;color:#54657f;font-weight:600}.dashboard-shell.theme-dark .metric-card-head p{color:#cbd5e1}.metric-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#fff8e4;color:#ca8a04;font-weight:800}.dashboard-shell.theme-dark .metric-icon{background:#1e293b;color:#fbbf24}.metric-card h2{margin:12px 0;font-size:2.1rem;letter-spacing:-.02em}.metric-foot{margin:0;color:#4b5f7b;font-size:.92rem}.dashboard-shell.theme-dark .metric-foot{color:#94a3b8}.metric-foot strong{color:#0f9f62}.dashboard-shell.theme-dark .metric-foot strong{color:#34d399}.insights-grid{margin-top:16px;display:grid;grid-template-columns:2fr 1fr;gap:16px}.panel{background:var(--surface);border-radius:16px;border:1px solid var(--card-border);padding:18px}.dashboard-shell.theme-dark .panel{background:#111827;border-color:#334155}.trend-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.trend-head h3,.status-panel h3{margin:0;font-size:2rem;letter-spacing:-.02em}.trend-head p,.status-panel p{margin:8px 0 0;color:#66758d;font-weight:500}.dashboard-shell.theme-dark .trend-head p,.dashboard-shell.theme-dark .status-panel p{color:#94a3b8}.trend-summary{text-align:right}.trend-summary span{color:#64748b;font-size:.92rem}.dashboard-shell.theme-dark .trend-summary span{color:#94a3b8}.trend-summary strong{display:block;margin-top:3px;font-size:2rem}.trend-meta{margin-top:16px;background:#f7f8fb;border-radius:12px;padding:10px 14px;display:flex;flex-wrap:wrap;gap:14px;color:#425271;font-weight:600}.dashboard-shell.theme-dark .trend-meta{background:#0f172a;color:#cbd5e1;border:1px solid #334155}.trend-placeholder{margin-top:12px;border-radius:12px;min-height:280px;border:1px dashed #cfd7e8;background:linear-gradient(180deg,#07c24a0a,#07c24a00),#fbfcff;display:grid;place-items:center;color:#6e7f9f;font-weight:700}.dashboard-shell.theme-dark .trend-placeholder{border-color:#334155;background:linear-gradient(180deg,#34d3990f,#34d39900),#0f172a;color:#94a3b8}.status-list{margin-top:16px;display:flex;flex-direction:column;gap:10px}.status-card{border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;font-weight:700}.status-card.pending{background:var(--status-pending-bg);color:var(--status-pending-fg)}.status-card.confirmed{background:var(--status-confirmed-bg);color:var(--status-confirmed-fg)}.status-card.failed{background:var(--status-failed-bg);color:var(--status-failed-fg)}.status-card.cancelled{background:var(--status-cancelled-bg);color:var(--status-cancelled-fg)}.dashboard-footer{margin-top:auto;padding:14px 24px;display:flex;justify-content:space-between;align-items:center;color:#64748b}.dashboard-shell.theme-dark .dashboard-footer{color:#94a3b8;border-top:1px solid #1f2937}@media (max-width: 1200px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insights-grid,.profile-grid,.profile-main-grid{grid-template-columns:1fr}.users-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smtp-layout,.smtp-config-form{grid-template-columns:1fr}.smtp-form-full{grid-column:span 1}.telebot-layout,.telebot-setup-grid,.telebot-config-form{grid-template-columns:1fr}.telebot-form-full{grid-column:span 1}.telebot-status-grid{grid-template-columns:1fr}}@media (max-width: 980px){.dashboard-shell{position:relative;height:100vh;min-height:100vh;overflow:hidden}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(84vw,320px);max-width:320px;min-width:min(84vw,320px);height:100vh;z-index:80;border-right:1px solid rgba(255,255,255,.06);border-bottom:none;transform:translate(0);transition:transform .24s ease}.dashboard-shell.sidebar-mobile.sidebar-closed .sidebar{width:min(84vw,320px);min-width:min(84vw,320px);padding:16px 14px;border-right-color:#ffffff0f;transform:translate(-108%);opacity:1;pointer-events:none}.dashboard-shell.sidebar-mobile.sidebar-open .sidebar{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;border:none;margin:0;padding:0;background:#0206178f;cursor:pointer}.dashboard-content-wrap{min-width:100%;height:100vh;overflow:hidden}.dashboard-main{overflow-y:auto}.topbar{height:auto;padding:10px 14px;flex-wrap:wrap;gap:12px;position:sticky;top:0;z-index:60}.topbar-right{width:100%;justify-content:flex-end;flex-wrap:wrap}.profile-pill{max-width:100%;min-width:0}.dashboard-header-row{flex-direction:column}.dashboard-footer{padding:12px 16px}}@media (max-width: 760px){.auth-page{padding:14px}.auth-card{border-radius:16px;padding:20px}.auth-card h1{font-size:1.6rem}.grid-form,.full-width{grid-template-columns:1fr;grid-column:span 1}.dashboard-main{padding:16px}.panel{padding:14px}.dashboard-header-row h1,.trend-head h3,.status-panel h3{font-size:1.7rem}.trend-head{flex-direction:column}.trend-summary{width:100%;text-align:left}.metrics-grid{grid-template-columns:1fr}.period-switch{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.topbar-right{width:100%;justify-content:flex-end;flex-wrap:wrap}.profile-pill{padding:6px 10px 6px 6px}.profile-pill p{display:none}.profile-pill strong{font-size:.82rem;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown{right:0;min-width:min(92vw,220px)}.profile-topbar{flex-direction:column;align-items:flex-start}.profile-topbar h1{font-size:2rem}.profile-photo-cta{width:100%;justify-content:center;border-radius:14px;padding:12px 16px}.profile-main-panel{padding:0;border:none;background:transparent}.profile-card,.profile-password-panel{border-radius:16px;padding:16px}.profile-avatar-large{width:122px;height:122px;font-size:2rem}.profile-completion-head strong{font-size:1rem}.profile-image-actions-row{width:100%;flex-wrap:wrap}.profile-image-actions-row .secondary-btn{width:100%;flex:1 1 100%}.profile-input-with-icon{grid-template-columns:34px minmax(0,1fr);gap:6px}.profile-field-icon{width:34px;height:34px;border-radius:8px}.profile-form-grid{grid-template-columns:1fr}.profile-form-full{grid-column:span 1}.profile-password-grid{grid-template-columns:1fr;gap:10px}.profile-password-field-full{grid-column:span 1}.profile-actions-row .primary-btn{width:100%}.password-actions-row{flex-direction:column-reverse}.password-actions-row .secondary-btn,.password-actions-row .primary-btn{width:100%}.users-toolbar{flex-direction:column;align-items:stretch}.users-summary-grid{grid-template-columns:1fr}.users-header-actions{width:100%;justify-content:flex-start}.users-search-input{min-width:0;max-width:none;width:100%}.users-filters,.users-filters select,.users-filters button{width:100%}.users-actions{flex-wrap:wrap}.users-cell-ellipsis{white-space:normal;overflow:visible;text-overflow:unset}.users-offcanvas{width:100%}.users-form-grid{grid-template-columns:1fr}.users-form-full{grid-column:span 1}.users-panel-actions{justify-content:stretch}.users-panel-actions .primary-btn,.users-panel-actions .secondary-btn{width:100%}.users-telegram-command-row{grid-template-columns:1fr}.users-telegram-command-row code{white-space:normal;word-break:break-all}.users-telegram-copy-btn{width:100%}.users-toggle-row{align-items:flex-start}.smtp-header-actions{width:100%;justify-content:flex-start}.smtp-header-actions .smtp-action-btn,.smtp-segmented{width:100%}.smtp-segmented button{flex:1}.smtp-actions button,.smtp-offcanvas{width:100%}.telebot-header-actions{width:100%;justify-content:flex-start}.telebot-setup-head{flex-direction:column;align-items:flex-start}.telebot-setup-head .telebot-action-btn,.telebot-command-row{width:100%}.telebot-command-btn{width:100%;justify-content:center}.telebot-header-actions .telebot-action-btn,.telebot-actions,.telebot-controls,.telebot-action-btn{width:100%}.dashboard-footer{flex-direction:column;align-items:flex-start;gap:6px}}@media (max-width: 520px){.brand-name{font-size:1.24rem}.topbar{padding:8px 10px}.ghost-icon{width:18px;height:18px}.period-switch button{padding:9px 12px;font-size:.82rem}.metric-card h2,.trend-summary strong{font-size:1.55rem}}
