@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;--collection-paid: #10b981;--collection-partial: #f59e0b;--collection-unpaid: #ef4444;--collection-late: #f97316}*{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}.groups-header-row{margin-bottom:12px}.groups-header-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.groups-header-btn{margin-top:0;min-width:132px}.groups-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.groups-summary-card p{margin:0;color:#64748b;font-size:.84rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.groups-summary-card strong{margin-top:8px;display:block;font-size:1.65rem;letter-spacing:-.02em}.groups-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.groups-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.groups-panel-head h3{margin:0;font-size:1.22rem}.groups-panel-head p{margin:6px 0 0;color:#64748b;font-size:.9rem}.groups-add-member-btn{margin-top:0;min-width:122px}.groups-table-wrap{border:1px solid var(--card-border);border-radius:12px;overflow:auto}.groups-table{width:100%;min-width:760px;border-collapse:collapse}.groups-member-table{min-width:720px}.groups-table th,.groups-table td{padding:11px 12px;border-bottom:1px solid #e2e8f0;text-align:left}.groups-table th{background:#f8fafc;color:#64748b;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.groups-table td{color:#0f172a;font-size:.9rem;vertical-align:middle}.groups-table tbody tr:last-child td{border-bottom:none}.groups-row-selected td{background:#10b98114}.groups-select-btn{border:none;background:transparent;color:#0f172a;font:inherit;font-weight:700;cursor:pointer;padding:0;text-align:left}.groups-select-btn:hover{color:#047857}.groups-status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:700;text-transform:capitalize}.groups-status-active{background:#e8fbf2;color:#0f7a55}.groups-status-inactive{background:#eef2f7;color:#475569}.groups-actions{display:flex;gap:6px;flex-wrap:wrap}.groups-action-btn{margin-top:0;padding:6px 9px;font-size:.8rem}.groups-action-danger{border-color:#fecdd3;background:#fff1f2;color:#be123c}.groups-contact-cell{display:flex;flex-direction:column;gap:3px}.groups-contact-cell span{color:#0f172a}.groups-contact-cell small{color:#64748b}.groups-empty-text{margin:0;color:#64748b;text-align:center;padding:16px 8px}.groups-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:112;border:none;background:#02061785}.groups-drawer{position:fixed;right:0;top:0;height:100vh;width:min(520px,95vw);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}.groups-drawer.open{transform:translate(0)}.groups-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid #e2e8f0}.groups-drawer-head h3{margin:0;font-size:1.24rem}.groups-drawer-subhead{margin:12px 18px 0;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:9px 10px;color:#475569;font-size:.84rem}.groups-drawer-subhead strong{color:#0f172a}.groups-drawer-form{padding:16px 18px 20px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.groups-drawer-form label{display:flex;flex-direction:column;gap:6px}.groups-drawer-form select{border:1px solid #d4dbe6;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}.groups-form-full{grid-column:span 2}.groups-checkbox-row{flex-direction:row!important;align-items:center}.groups-checkbox-row input{width:16px;height:16px;margin:0}.groups-drawer-actions{margin-top:4px;display:flex;justify-content:flex-end;gap:10px}.dashboard-shell.theme-dark .groups-summary-card p,.dashboard-shell.theme-dark .groups-panel-head p,.dashboard-shell.theme-dark .groups-empty-text,.dashboard-shell.theme-dark .groups-contact-cell small,.dashboard-shell.theme-dark .groups-drawer-subhead{color:#94a3b8}.dashboard-shell.theme-dark .groups-table-wrap,.dashboard-shell.theme-dark .groups-drawer-subhead,.dashboard-shell.theme-dark .groups-drawer-head{border-color:#334155}.dashboard-shell.theme-dark .groups-table th,.dashboard-shell.theme-dark .groups-table td{border-bottom-color:#334155}.dashboard-shell.theme-dark .groups-table th{background:#0f172a;color:#94a3b8}.dashboard-shell.theme-dark .groups-table td,.dashboard-shell.theme-dark .groups-select-btn,.dashboard-shell.theme-dark .groups-contact-cell span,.dashboard-shell.theme-dark .groups-drawer-subhead strong{color:#e2e8f0}.dashboard-shell.theme-dark .groups-row-selected td{background:#10b9812e}.dashboard-shell.theme-dark .groups-status-inactive{background:#1f2937;color:#cbd5e1}.dashboard-shell.theme-dark .groups-action-danger{border-color:#6f2336;background:#3f1f2a;color:#fecdd3}.dashboard-shell.theme-dark .groups-drawer{background:#111827;border-left-color:#334155;box-shadow:-14px 0 28px #02061780}.dashboard-shell.theme-dark .groups-drawer-subhead{background:#0f172a}.dashboard-shell.theme-dark .groups-drawer-form select{background:#0f172a;border-color:#334155;color:#e2e8f0}.smtp-header-row{margin-bottom:12px}.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}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,.groups-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.groups-layout,.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,.groups-summary-grid{grid-template-columns:1fr}.groups-header-actions{width:100%;justify-content:flex-start}.groups-header-btn{width:100%}.groups-drawer-form{grid-template-columns:1fr}.groups-form-full{grid-column:span 1}.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-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}}.collection-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.collection-header h1{margin:0;font-size:1.95rem;letter-spacing:-.02em}.collection-header p{margin:8px 0 0;color:#64748b}.collection-controls{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;justify-content:flex-end}.collection-controls label{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.collection-controls select,.collection-controls input{min-width:168px;border:1px solid #d4dbe6;border-radius:10px;padding:10px 11px;font:inherit;font-size:.92rem;background:#fff;color:#0f172a}.collection-inline-btn{margin-top:0;min-height:42px}.collection-quick-actions{margin-bottom:16px;padding:14px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.collection-quick-actions-head h3{margin:0;font-size:1.05rem}.collection-quick-actions-head p{margin:5px 0 0;color:#64748b;font-size:.86rem}.collection-quick-action-list{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px}.collection-quick-btn{margin-top:0;min-height:40px;background:#fff}.collection-quick-btn:hover:not(:disabled){border-color:#22c55e}.collection-quick-btn-danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.collection-quick-btn-danger:hover:not(:disabled){border-color:#fb7185;color:#881337}.collection-quick-btn-accent{background:#ecfeff;border-color:#a5f3fc;color:#155e75}.collection-quick-btn-accent:hover:not(:disabled){border-color:#22d3ee;color:#0e7490}.collection-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px}.collection-summary-card{background:#fff;border:1px solid #d7deea;border-radius:16px;padding:14px;box-shadow:0 10px 24px #0f172a0d}.collection-summary-card p{margin:0;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:#64748b}.collection-summary-card strong{display:block;margin-top:10px;font-size:1.3rem;line-height:1.25;color:#0f172a}.collection-main-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,1fr);gap:14px;align-items:start}.collection-table-panel{padding:14px}.collection-panel-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.collection-panel-head h3{margin:0;font-size:1.14rem}.collection-panel-head p{margin:0;color:#64748b;font-size:.88rem}.collection-table-wrap{overflow-x:auto;border:1px solid #d7deea;border-radius:14px}.collection-table{width:100%;min-width:900px;border-collapse:collapse}.collection-table th,.collection-table td{padding:12px 10px;border-bottom:1px solid #e6ebf2;text-align:left;vertical-align:top;font-size:.9rem}.collection-table th{background:#f8fafc;color:#334155;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.collection-table tbody tr:last-child td{border-bottom:none}.collection-table-empty{text-align:center;color:#64748b;padding:20px}.collection-member-cell{display:flex;flex-direction:column;gap:4px}.collection-member-cell strong{line-height:1.2}.collection-member-cell span{color:#64748b;font-size:.8rem}.collection-fine-note{display:block;margin-top:4px;color:#a16207;font-size:.76rem}.collection-status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.03em;padding:6px 10px}.collection-status-paid{background:#10b98129;color:#065f46}.collection-status-partial{background:#f59e0b2e;color:#92400e}.collection-status-unpaid{background:#ef444424;color:#991b1b}.collection-status-late{background:#f9731624;color:#9a3412}.collection-actions{display:flex;gap:6px;flex-wrap:wrap}.collection-actions .secondary-btn{padding:7px 10px;font-size:.78rem}.collection-analytics-column{display:flex;flex-direction:column;gap:12px}.collection-analytics-card{padding:14px}.collection-analytics-card h3{margin:0;font-size:1.04rem}.collection-analytics-card p{margin:6px 0 0;color:#64748b;font-size:.86rem}.collection-progress-track{margin-top:12px;height:11px;width:100%;background:#e5e7eb;border-radius:999px;overflow:hidden}.collection-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#0ea5e9)}.collection-progress-label{display:inline-block;margin-top:8px;color:#475569;font-size:.78rem;font-weight:700}.collection-donut-wrap{margin-top:12px;display:flex;justify-content:center}.collection-donut-chart{width:168px;aspect-ratio:1 / 1;border-radius:50%;display:grid;place-items:center;position:relative}.collection-donut-center{width:68%;aspect-ratio:1 / 1;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center}.collection-donut-center strong{font-size:1.25rem;color:#0f172a}.collection-donut-center span{font-size:.78rem;color:#64748b}.collection-donut-legend{margin-top:12px;display:flex;flex-direction:column;gap:8px}.collection-legend-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:.85rem}.collection-legend-dot{width:9px;height:9px;border-radius:50%}.collection-legend-item strong{color:#0f172a}.collection-trend-chart{margin-top:14px;min-height:172px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;align-items:end;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(to top,rgba(15,23,42,.06) 1px,transparent 1px),linear-gradient(to top,rgba(15,23,42,.06) 1px,transparent 1px),linear-gradient(to top,rgba(15,23,42,.06) 1px,transparent 1px),#f8fafc;background-size:100% 25%,100% 50%,100% 75%,100% 100%}.collection-trend-bar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:end;min-height:140px;gap:8px}.collection-trend-bar{width:24px;border-radius:8px 8px 5px 5px;background:linear-gradient(180deg,#22c55e,#16a34a);min-height:4px}.collection-trend-bar-wrap span{font-size:.75rem;color:#64748b;font-weight:700}.collection-empty-state{padding:18px}.collection-empty-state h3{margin:0 0 8px}.collection-empty-state p{margin:0;color:#64748b}.collection-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178a;display:grid;place-items:center;z-index:60;padding:18px}.collection-modal{width:min(720px,100%);max-height:90vh;overflow-y:auto;border-radius:16px;border:1px solid #d7deea;background:#fff;padding:16px;box-shadow:0 24px 50px #02061742}.collection-drawer-overlay{display:flex;align-items:stretch;justify-content:flex-end;padding:0}.collection-payment-drawer{width:min(560px,100%);height:100vh;max-height:100vh;margin-left:auto;border-radius:0;border-right:none;border-left:1px solid #d7deea;animation:collectionDrawerIn .2s ease}@keyframes collectionDrawerIn{0%{transform:translate(28px);opacity:0}to{transform:translate(0);opacity:1}}.collection-history-modal{width:min(780px,100%)}.collection-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.collection-modal-head h3{margin:0}.collection-modal-subtitle{margin:7px 0 0;color:#64748b;font-size:.9rem}.collection-edit-form{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.collection-edit-form label{display:flex;flex-direction:column;gap:6px}.collection-edit-form select,.collection-edit-form textarea{border:1px solid #d4dbe6;border-radius:10px;font:inherit;padding:10px 11px;background:#fff;color:#0f172a}.collection-payment-entry-form input[readonly]{background:#f8fafc;color:#334155;border-color:#dbe3ee}.collection-form-full{grid-column:span 2}.collection-modal-actions{grid-column:span 2;display:flex;justify-content:flex-end;gap:10px}.collection-payment-entry-form{margin-bottom:14px}.collection-payment-history-preview{border-top:1px solid #e2e8f0;padding-top:12px}.collection-payment-history-preview h4{margin:0;font-size:.95rem}.collection-payment-history-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}.collection-payment-history-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e2e8f0;border-radius:10px;padding:10px 11px;background:#f8fafc}.collection-payment-history-item strong{display:block;line-height:1.2;color:#0f172a}.collection-payment-history-item p{margin:3px 0 0;color:#64748b;font-size:.82rem}.collection-status-none{color:#475569;background:#e2e8f0}.collection-history-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.collection-history-item{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) auto;gap:12px;align-items:center}.collection-history-item p,.collection-history-item span{margin:2px 0;color:#64748b;font-size:.84rem}.collection-history-empty{text-align:center;color:#64748b;padding:14px;border:1px dashed #cbd5e1;border-radius:10px}.dashboard-shell.theme-dark .collection-header p,.dashboard-shell.theme-dark .collection-quick-actions-head p,.dashboard-shell.theme-dark .collection-panel-head p,.dashboard-shell.theme-dark .collection-analytics-card p,.dashboard-shell.theme-dark .collection-progress-label,.dashboard-shell.theme-dark .collection-member-cell span,.dashboard-shell.theme-dark .collection-modal-subtitle,.dashboard-shell.theme-dark .collection-history-item p,.dashboard-shell.theme-dark .collection-history-item span,.dashboard-shell.theme-dark .collection-history-empty{color:#94a3b8}.dashboard-shell.theme-dark .collection-controls label{color:#cbd5e1}.dashboard-shell.theme-dark .collection-controls select,.dashboard-shell.theme-dark .collection-controls input,.dashboard-shell.theme-dark .collection-edit-form select,.dashboard-shell.theme-dark .collection-edit-form textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}.dashboard-shell.theme-dark .collection-payment-entry-form input[readonly]{background:#0f172a;color:#e2e8f0;border-color:#334155}.dashboard-shell.theme-dark .collection-summary-card,.dashboard-shell.theme-dark .collection-modal,.dashboard-shell.theme-dark .collection-table-wrap,.dashboard-shell.theme-dark .collection-history-item,.dashboard-shell.theme-dark .collection-trend-chart,.dashboard-shell.theme-dark .collection-donut-center,.dashboard-shell.theme-dark .collection-quick-btn{background:#111827;border-color:#334155}.dashboard-shell.theme-dark .collection-summary-card strong,.dashboard-shell.theme-dark .collection-quick-actions-head h3,.dashboard-shell.theme-dark .collection-legend-item strong,.dashboard-shell.theme-dark .collection-donut-center strong,.dashboard-shell.theme-dark .collection-table td,.dashboard-shell.theme-dark .collection-table th,.dashboard-shell.theme-dark .collection-history-item strong{color:#e2e8f0}.dashboard-shell.theme-dark .collection-quick-btn-danger{border-color:#be185d73;color:#fda4af;background:#7f1d1d4d}.dashboard-shell.theme-dark .collection-quick-btn-accent{border-color:#0891b280;color:#a5f3fc;background:#0f766e47}.dashboard-shell.theme-dark .collection-payment-drawer{border-left-color:#334155}.dashboard-shell.theme-dark .collection-payment-history-preview{border-top-color:#334155}.dashboard-shell.theme-dark .collection-payment-history-item{background:#0f172a;border-color:#334155}.dashboard-shell.theme-dark .collection-payment-history-item strong{color:#e2e8f0}.dashboard-shell.theme-dark .collection-payment-history-item p{color:#94a3b8}.dashboard-shell.theme-dark .collection-status-none{color:#cbd5e1;background:#94a3b833}.dashboard-shell.theme-dark .collection-table th{background:#0f172a;color:#cbd5e1}.dashboard-shell.theme-dark .collection-table td{border-color:#1f2937}.dashboard-shell.theme-dark .collection-progress-track{background:#1f2937}.dashboard-shell.theme-dark .collection-trend-chart{background:linear-gradient(to top,rgba(203,213,225,.12) 1px,transparent 1px),linear-gradient(to top,rgba(203,213,225,.12) 1px,transparent 1px),linear-gradient(to top,rgba(203,213,225,.12) 1px,transparent 1px),#0f172a;background-size:100% 25%,100% 50%,100% 75%,100% 100%}.dashboard-shell.theme-dark .collection-status-paid{color:#34d399;background:#10b98126}.dashboard-shell.theme-dark .collection-status-partial{color:#fbbf24;background:#f59e0b29}.dashboard-shell.theme-dark .collection-status-unpaid{color:#fca5a5;background:#ef444426}.dashboard-shell.theme-dark .collection-status-late{color:#fdba74;background:#f9731629}@media (max-width: 1440px){.collection-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1180px){.collection-main-grid{grid-template-columns:1fr}.collection-analytics-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.collection-history-item{grid-template-columns:1fr}}@media (max-width: 860px){.collection-header{flex-direction:column}.collection-quick-actions{flex-direction:column;align-items:flex-start}.collection-quick-action-list{margin-left:0;width:100%}.collection-quick-btn{width:100%}.collection-controls{width:100%;justify-content:flex-start}.collection-controls label,.collection-controls select,.collection-controls input,.collection-inline-btn{width:100%}.collection-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-analytics-column,.collection-edit-form{grid-template-columns:1fr}.collection-form-full,.collection-modal-actions{grid-column:span 1}}@media (max-width: 560px){.collection-summary-grid{grid-template-columns:1fr}.collection-header h1{font-size:1.52rem}.collection-modal{padding:12px}.collection-payment-history-item{flex-direction:column;align-items:flex-start}}.history-header-actions,.member-profile-controls{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.history-header-actions label,.member-profile-controls label{display:flex;flex-direction:column;gap:6px;min-width:220px;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.history-header-actions select,.member-profile-controls select{min-width:168px;border:1px solid #d4dbe6;border-radius:10px;padding:10px 11px;font:inherit;font-size:.92rem;background:#fff;color:#0f172a}.history-header-actions .secondary-btn,.member-profile-controls .secondary-btn{margin-top:0;min-height:42px}.history-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.history-summary-card,.member-profile-stat-card{padding:16px}.history-summary-card p,.member-profile-stat-card p{margin:0;color:#64748b;font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.history-summary-card strong,.member-profile-stat-card strong{display:block;margin-top:8px;font-size:1.4rem;color:#0f172a}.history-feature-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.history-feature-card{padding:18px;display:flex;flex-direction:column;gap:16px;background:radial-gradient(circle at top right,rgba(34,197,94,.12),transparent 38%),linear-gradient(160deg,#fff,#f8fbff)}.history-feature-head{display:flex;flex-direction:column;gap:6px}.history-feature-head span{color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.history-feature-head strong{color:#0f172a;font-size:1.2rem}.history-feature-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.history-feature-metrics div{padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafcdb}.history-feature-metrics label{color:#64748b;font-size:.76rem;font-weight:700;text-transform:uppercase}.history-feature-metrics strong{display:block;margin-top:6px;color:#0f172a;font-size:1rem}.history-empty-panel,.member-profile-empty,.member-profile-empty-state{padding:18px;text-align:center;color:#64748b}.history-empty-panel h3,.member-profile-empty h3{margin:0 0 8px;color:#0f172a}.history-table-panel,.member-profile-history-panel,.member-profile-timeline-panel,.member-profile-focus-panel{margin-top:14px}.history-table-head h3,.member-profile-section-head h3{margin:0;color:#0f172a}.history-table-head p,.member-profile-section-head p,.member-profile-hero-copy span,.member-profile-hero-copy p,.member-profile-meta span,.member-profile-history-item p,.member-profile-history-item span,.member-profile-focus-item p,.member-profile-month-tile small{color:#64748b}.history-table-wrap{margin-top:14px;overflow-x:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.history-table{width:100%;border-collapse:collapse;min-width:860px}.history-table th,.history-table td{padding:14px 16px;border-bottom:1px solid #edf2f7;text-align:left;color:#0f172a;font-size:.92rem}.history-table th{background:#f8fafc;color:#475569;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.history-table tbody tr:last-child td{border-bottom:none}.history-table-empty{padding:22px;text-align:center;color:#64748b}.history-action-btn{min-width:120px}.member-profile-top-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:14px}.member-profile-hero{padding:20px;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;background:radial-gradient(circle at top left,rgba(14,165,233,.12),transparent 36%),radial-gradient(circle at bottom right,rgba(34,197,94,.12),transparent 32%),linear-gradient(165deg,#fff,#f8fbff)}.member-profile-avatar{width:84px;height:84px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#16a34a,#0891b2);color:#fff;font-size:2rem;font-weight:800;box-shadow:0 16px 30px #0f172a24}.member-profile-hero-copy h3{margin:6px 0 0;font-size:1.55rem;color:#0f172a}.member-profile-hero-copy p{margin:6px 0 0}.member-profile-meta{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.member-profile-meta span{padding:10px 12px;border-radius:12px;border:1px solid #dbe7ff;background:#ffffffb8;font-size:.88rem}.member-profile-detail-btn{margin-top:0;width:fit-content}.member-profile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.member-profile-body{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:14px;align-items:start}.member-profile-timeline-panel,.member-profile-history-panel,.member-profile-focus-panel{padding:18px}.member-profile-history-panel{grid-column:1 / -1}.member-profile-section-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.member-profile-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.82rem;color:#475569}.member-profile-legend span{display:inline-flex;align-items:center;gap:6px}.timeline-dot{width:11px;height:11px;border-radius:50%;display:inline-block;background:#cbd5e1}.timeline-dot.paid{background:var(--collection-paid)}.timeline-dot.unpaid{background:var(--collection-unpaid)}.timeline-dot.partial{background:var(--collection-partial)}.timeline-dot.late{background:var(--collection-late)}.timeline-dot.none{background:#cbd5e1}.member-profile-timeline-grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:10px}.member-profile-month-tile{padding:14px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;gap:8px}.member-profile-month-tile span{font-size:.82rem;font-weight:700;color:#334155}.member-profile-month-tile strong{color:#0f172a}.member-profile-month-tile.status-paid{border-color:#10b98147;background:#ecfdf5db}.member-profile-month-tile.status-unpaid{border-color:#ef44443d;background:#fef2f2e6}.member-profile-month-tile.status-partial{border-color:#f59e0b47;background:#fffbebeb}.member-profile-month-tile.status-late{border-color:#f9731642;background:#fff7edeb}.member-profile-focus-list,.member-profile-history-list{margin-top:14px;display:flex;flex-direction:column;gap:10px}.member-profile-focus-item,.member-profile-history-item{display:grid;grid-template-columns:minmax(180px,1fr) minmax(200px,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.member-profile-focus-item strong,.member-profile-history-item strong{color:#0f172a}.dashboard-shell.theme-dark .history-summary-card strong,.dashboard-shell.theme-dark .history-feature-head strong,.dashboard-shell.theme-dark .history-feature-metrics strong,.dashboard-shell.theme-dark .history-table-head h3,.dashboard-shell.theme-dark .history-table th,.dashboard-shell.theme-dark .history-table td,.dashboard-shell.theme-dark .member-profile-hero-copy h3,.dashboard-shell.theme-dark .member-profile-stat-card strong,.dashboard-shell.theme-dark .member-profile-section-head h3,.dashboard-shell.theme-dark .member-profile-month-tile strong,.dashboard-shell.theme-dark .member-profile-focus-item strong,.dashboard-shell.theme-dark .member-profile-history-item strong,.dashboard-shell.theme-dark .history-empty-panel h3,.dashboard-shell.theme-dark .member-profile-empty h3{color:#e2e8f0}.dashboard-shell.theme-dark .history-summary-card p,.dashboard-shell.theme-dark .history-table-head p,.dashboard-shell.theme-dark .history-table-empty,.dashboard-shell.theme-dark .history-feature-head span,.dashboard-shell.theme-dark .member-profile-hero-copy span,.dashboard-shell.theme-dark .member-profile-hero-copy p,.dashboard-shell.theme-dark .member-profile-meta span,.dashboard-shell.theme-dark .member-profile-section-head p,.dashboard-shell.theme-dark .member-profile-empty-state,.dashboard-shell.theme-dark .member-profile-history-item p,.dashboard-shell.theme-dark .member-profile-history-item span,.dashboard-shell.theme-dark .member-profile-focus-item p,.dashboard-shell.theme-dark .member-profile-month-tile span,.dashboard-shell.theme-dark .member-profile-month-tile small,.dashboard-shell.theme-dark .member-profile-legend{color:#94a3b8}.dashboard-shell.theme-dark .history-header-actions select,.dashboard-shell.theme-dark .member-profile-controls select{background:#0f172a;border-color:#334155;color:#e2e8f0}.dashboard-shell.theme-dark .history-feature-card,.dashboard-shell.theme-dark .history-table-wrap,.dashboard-shell.theme-dark .member-profile-hero,.dashboard-shell.theme-dark .member-profile-month-tile,.dashboard-shell.theme-dark .member-profile-focus-item,.dashboard-shell.theme-dark .member-profile-history-item{background:#111827;border-color:#334155}.dashboard-shell.theme-dark .history-feature-metrics div,.dashboard-shell.theme-dark .member-profile-meta span{background:#0f172a;border-color:#334155}.dashboard-shell.theme-dark .history-table th{background:#0f172a;color:#cbd5e1}.dashboard-shell.theme-dark .history-table td{border-color:#1f2937}.dashboard-shell.theme-dark .member-profile-month-tile.status-paid{background:#10b9811f}.dashboard-shell.theme-dark .member-profile-month-tile.status-unpaid{background:#ef44441f}.dashboard-shell.theme-dark .member-profile-month-tile.status-partial{background:#f59e0b21}.dashboard-shell.theme-dark .member-profile-month-tile.status-late{background:#f9731621}@media (max-width: 1220px){.history-summary-grid,.history-feature-grid,.member-profile-top-grid,.member-profile-body{grid-template-columns:1fr}.member-profile-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 900px){.history-header-actions,.member-profile-controls,.history-header-actions label,.member-profile-controls label,.history-header-actions select,.member-profile-controls select{width:100%}.history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-feature-grid,.member-profile-stat-grid,.member-profile-meta,.member-profile-focus-item,.member-profile-history-item{grid-template-columns:1fr}.member-profile-section-head{flex-direction:column}}@media (max-width: 560px){.history-summary-grid,.member-profile-hero{grid-template-columns:1fr}.member-profile-avatar{width:72px;height:72px;border-radius:20px}}
