*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@keyframes spin{to{transform:rotate(360deg)}}html,body{height:100%;overflow:hidden}body{font-family:Inter,Arial,sans-serif;background:#0f0f13;color:#1e1e2e}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#0f0f13}.login-box{background:#18181f;padding:48px 40px;border-radius:20px;border:1px solid #2a2a3a;width:100%;max-width:420px;box-shadow:0 24px 60px #00000080}.login-logo{width:52px;height:52px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:22px;font-weight:700;color:#fff}.login-box h2{text-align:center;color:#f1f1f8;font-size:22px;font-weight:600;margin-bottom:6px}.login-box p{text-align:center;color:#6b7280;font-size:14px;margin-bottom:32px}.input-group{margin-bottom:20px}.input-group label{display:block;margin-bottom:8px;color:#9ca3af;font-size:13px;font-weight:500}.input-group input{width:100%;padding:12px 16px;background:#0f0f13;border:1px solid #2a2a3a;border-radius:10px;color:#f1f1f8;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.input-group input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626}.btn-login{width:100%;padding:13px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;font-family:inherit;transition:opacity .2s,transform .1s}.btn-login:hover{opacity:.9;transform:translateY(-1px)}.btn-login:active{transform:translateY(0)}.error-msg{color:#f87171;text-align:center;margin-bottom:16px;font-size:13px;background:#f871711a;padding:8px 12px;border-radius:8px;display:none}.app-shell{display:none;width:100vw;height:100vh;overflow:hidden}.sidebar{width:72px;height:100vh;flex-shrink:0;background:#0c0c10;border-right:1px solid #1e1e2e;display:flex;flex-direction:column;align-items:center;padding:20px 0;z-index:100}.sidebar-logo{width:40px;height:40px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;margin-bottom:36px}.sidebar-nav{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.sidebar-item{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;color:#4b5563;position:relative;border:none;background:transparent}.sidebar-item:hover{background:#1e1e2e;color:#9ca3af}.sidebar-item.active{background:#1e1e2e;color:#8b5cf6}.sidebar-item svg{width:20px;height:20px;fill:currentColor}.sidebar-bottom{display:flex;flex-direction:column;align-items:center;gap:4px}.sidebar-logout{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4b5563;transition:background .2s,color .2s;border:none;background:transparent}.sidebar-logout:hover{background:#ef44441f;color:#ef4444}.sidebar-logout svg{width:20px;height:20px;fill:currentColor}.notif-badge-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid #0c0c10;display:none}.main-content{flex:1;min-width:0;height:100vh;overflow-y:auto;background:#f4f6fc;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#fff;border-bottom:1px solid #e8eaf0;position:sticky;top:0;z-index:50;flex-shrink:0}.topbar-left{display:flex;align-items:center;gap:16px}.topbar-title{font-size:16px;font-weight:600;color:#1e1e2e}.topbar-search-row{display:none}.search-bar{display:flex;align-items:center;background:#f4f6fc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 14px;gap:8px;min-width:220px}.search-bar svg{width:15px;height:15px;fill:#9ca3af;flex-shrink:0}.search-bar input{border:none;background:transparent;outline:none;font-size:13px;color:#374151;width:100%;font-family:inherit}.search-bar input::placeholder{color:#9ca3af}.topbar-right{display:flex;align-items:center;gap:10px}.live-dot{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#10b981}.live-dot:before{content:"";width:7px;height:7px;background:#10b981;border-radius:50%;display:inline-block;animation:livePulse 1.8s ease-in-out infinite}.live-dot.disconnected{color:#f59e0b;font-size:50px;font-weight:700}.live-dot.disconnected:before{background:#f59e0b;animation:none;width:9px;height:9px}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.35}}.topbar-icon-btn{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #e2e8f0;background:#fff;position:relative;transition:background .2s}.topbar-icon-btn:hover{background:#f4f6fc}.topbar-icon-btn svg{width:18px;height:18px;fill:#6b7280}.notif-count-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:none;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}.btn-export{padding:8px 18px;border-radius:10px;border:none;background:#1e1e2e;color:#fff;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background .2s}.btn-export:hover{background:#2d2d3f}.content-body{padding:24px 28px;flex:1}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px;margin-bottom:22px}.stat-card{background:#fff;border-radius:16px;padding:20px 22px;border:1px solid #e8eaf0;box-shadow:0 1px 4px #0000000a}.stat-card.featured{background:linear-gradient(135deg,#1e1e2e,#2d1f4e);border-color:transparent}.stat-label{font-size:11px;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.stat-card.featured .stat-label{color:#c4b5fd}.stat-value{font-size:30px;font-weight:700;color:#1e1e2e;line-height:1}.stat-card.featured .stat-value{color:#fff}.stat-meta{font-size:12px;color:#9ca3af;margin-top:6px}.stat-card.featured .stat-meta{color:#a78bfa}.filter-card{background:#fff;border-radius:16px;padding:14px 20px;border:1px solid #e8eaf0;box-shadow:0 1px 4px #0000000a;margin-bottom:20px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-label{font-size:13px;color:#6b7280;font-weight:500;white-space:nowrap}.filter-input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#374151;background:#f9fafb;outline:none;font-family:inherit;transition:border-color .2s}.filter-input:focus{border-color:#8b5cf6}.filter-apply{padding:8px 16px;background:#8b5cf6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background .2s}.filter-apply:hover{background:#7c3aed}.filter-clear{padding:8px 16px;background:#f4f6fc;color:#6b7280;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background .2s}.filter-clear:hover{background:#e8eaf0}.filter-quick{padding:6px 12px;background:#f4f6fc;color:#6b7280;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:background .2s,color .2s,border-color .2s}.filter-quick:hover{background:#ede9fe;color:#7c3aed;border-color:#c4b5fd}.filter-quick.active{background:#8b5cf6;color:#fff;border-color:#8b5cf6}.filter-count{font-size:12px;color:#9ca3af;margin-left:auto}.bulk-bar{display:none;align-items:center;gap:10px;flex-wrap:wrap;background:#1e1e2e;border-radius:14px;padding:12px 18px;margin-bottom:14px;box-shadow:0 4px 16px #8b5cf62e;border:1px solid #8B5CF6;animation:bulkSlideIn .2s ease}@keyframes bulkSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.bulk-count{font-size:13px;font-weight:600;color:#c4b5fd;flex:1}.bulk-actions{display:flex;gap:8px}.btn-bulk-export{padding:7px 15px;background:#8b5cf6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:background .2s}.btn-bulk-export:hover{background:#7c3aed}.btn-bulk-delete{padding:7px 15px;background:#dc2626;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:background .2s}.btn-bulk-delete:hover{background:#b91c1c}.btn-bulk-restore{padding:7px 15px;background:#059669;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:background .2s}.btn-bulk-restore:hover{background:#047857}.btn-bulk-cancel{padding:7px 12px;background:transparent;color:#9ca3af;border:1px solid #374151;border-radius:8px;cursor:pointer;font-size:12px;font-family:inherit;transition:all .2s;margin-left:auto}.btn-bulk-cancel:hover{color:#f1f1f8;border-color:#6b7280}.row-selected td{background:#f3f0ff!important}.table-card{background:#fff;border-radius:16px;border:1px solid #e8eaf0;box-shadow:0 1px 4px #0000000a;overflow:hidden}.table-overflow{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-card-header{padding:16px 20px;border-bottom:1px solid #f1f3f9;display:flex;align-items:center;justify-content:space-between}.table-card-title{font-size:15px;font-weight:600;color:#1e1e2e}table{width:100%;border-collapse:collapse}th{padding:11px 16px;text-align:left;background:#f9fafb;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f3f9}td{padding:13px 16px;font-size:13px;color:#374151;border-bottom:1px solid #f8f9fc}tr:last-child td{border-bottom:none}tr:hover td{background:#fafbff}.app-badge{display:inline-block;padding:3px 9px;background:#ede9fe;color:#7c3aed;border-radius:6px;font-size:11px;font-weight:600}.cookies{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;font-family:monospace;font-size:11px;color:#6b7280}.cookies:active{white-space:normal;word-wrap:break-word}.copy-btn{padding:5px 12px;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;white-space:nowrap}.copy-btn:hover{background:#dcfce7}.copy-btn.copied{background:#f4f6fc;color:#9ca3af;border-color:#e2e8f0}.delete-btn{padding:5px 10px;background:#fff5f5;color:#dc2626;border:1px solid #fecaca;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;white-space:nowrap;margin-left:6px}.delete-btn:hover{background:#fee2e2}.btn-confirm-delete{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.btn-confirm-delete:hover{opacity:.88}.sidebar-item{position:relative}.trash-sidebar-badge{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:none;align-items:center;justify-content:center;padding:0 3px;border:2px solid #0c0c10}.trash-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:500;align-items:center;justify-content:center}.trash-overlay.open{display:flex;animation:popIn .18s ease}.trash-modal{background:#18181f;border-radius:20px;border:1px solid #2a2a3a;width:640px;max-width:95vw;max-height:82vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px #0000008c}.trash-subtitle{color:#6b7280;font-size:13px;padding:10px 24px 14px;border-bottom:1px solid #2a2a3a}.trash-subtitle strong{color:#a78bfa}.trash-list-wrap{overflow-y:auto;flex:1;padding:8px 0}.trash-item{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #1e1e2e;gap:12px}.trash-item:last-child{border-bottom:none}.trash-item-info{flex:1;min-width:0}.trash-item-main{display:flex;align-items:center;gap:8px;margin-bottom:5px}.trash-item-main strong{font-size:13px;color:#f1f1f8}.trash-item-meta{font-size:12px;color:#6b7280;margin-bottom:4px}.trash-item-deleted{font-size:11px;color:#4b5563}.trash-item-deleted strong{color:#f87171}.trash-item-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.restore-btn{padding:6px 12px;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;white-space:nowrap}.restore-btn:hover{background:#dcfce7}.perm-delete-btn{padding:6px 12px;background:transparent;color:#6b7280;border:1px solid #2a2a3a;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;white-space:nowrap}.perm-delete-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fecaca}.clear-trash-btn{padding:7px 14px;background:transparent;color:#f87171;border:1px solid #3a2020;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .2s;white-space:nowrap}.clear-trash-btn:hover{background:#ef44441f;border-color:#ef4444}.notif-panel{position:fixed;width:340px;background:#fff;border-radius:16px;border:1px solid #e8eaf0;box-shadow:0 12px 40px #00000026;display:none;z-index:300;overflow:hidden}.notif-panel.open{display:block;animation:popIn .15s ease}@keyframes popIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f1f3f9;font-size:14px;font-weight:600;color:#1e1e2e}.notif-clear{font-size:12px;color:#8b5cf6;cursor:pointer;font-weight:500}.notif-clear:hover{color:#7c3aed}.notif-list-wrap{max-height:300px;overflow-y:auto}.notif-empty{padding:24px;text-align:center;color:#9ca3af;font-size:13px}.notif-item{padding:12px 16px;border-bottom:1px solid #f9fafb}.notif-item.new-item{background:#faf5ff}.notif-item strong{font-size:13px;color:#1e1e2e;display:block;margin-bottom:4px}.notif-time{font-size:12px;color:#9ca3af}#toastMsg{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#1e1e2e;color:#f1f5f9;padding:10px 22px;border-radius:10px;font-size:13px;opacity:0;transition:opacity .3s;pointer-events:none;z-index:9999;border:1px solid #2a2a3a;box-shadow:0 4px 20px #00000040}#toastMsg.show{opacity:1}.confirm-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:600;align-items:center;justify-content:center}.confirm-overlay.open{display:flex;animation:popIn .18s ease}.confirm-box{background:#18181f;border-radius:16px;border:1px solid #2a2a3a;width:360px;max-width:92vw;padding:32px 28px;box-shadow:0 24px 60px #0000008c}.confirm-box h3{color:#f1f1f8;font-size:15px;font-weight:600;margin-bottom:6px}.confirm-box p{color:#6b7280;font-size:13px;margin-bottom:20px}.confirm-error{color:#f87171;font-size:12px;background:#f871711a;border-radius:6px;padding:6px 10px;margin-bottom:14px;display:none}.confirm-actions{display:flex;gap:10px;margin-top:20px;justify-content:flex-end}.btn-confirm-cancel{padding:9px 18px;background:#0f0f13;border:1px solid #2a2a3a;border-radius:8px;color:#9ca3af;cursor:pointer;font-size:13px;font-family:inherit;transition:background .2s}.btn-confirm-cancel:hover{background:#1e1e2e}.btn-confirm-ok{padding:9px 18px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:opacity .2s}.btn-confirm-ok:hover{opacity:.88}.settings-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:500;align-items:center;justify-content:center}.settings-overlay.open{display:flex;animation:popIn .18s ease}.settings-modal{background:#18181f;border-radius:20px;border:1px solid #2a2a3a;width:540px;max-width:95vw;max-height:82vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px #0000008c}.settings-header{padding:18px 24px;border-bottom:1px solid #2a2a3a;display:flex;align-items:center;justify-content:space-between}.settings-title{font-size:16px;font-weight:600;color:#f1f1f8}.settings-close{width:30px;height:30px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;font-family:inherit}.settings-close:hover{background:#2a2a3a;color:#f1f1f8}.settings-tabs{display:flex;border-bottom:1px solid #2a2a3a;padding:0 24px}.settings-tab{padding:12px 16px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;border:none;border-bottom:2px solid transparent;background:transparent;font-family:inherit;transition:all .2s}.settings-tab:hover{color:#a78bfa}.settings-tab.active{color:#8b5cf6;border-bottom-color:#8b5cf6}.settings-body{padding:24px;overflow-y:auto;flex:1}.settings-section{display:none}.settings-section.active{display:block}.s-field{margin-bottom:16px}.s-field label{display:block;margin-bottom:6px;color:#9ca3af;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.s-field input{width:100%;padding:10px 14px;background:#0f0f13;border:1px solid #2a2a3a;border-radius:8px;color:#f1f1f8;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.s-field input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.s-divider{border:none;border-top:1px solid #2a2a3a;margin:20px 0}.s-subtitle{font-size:13px;color:#9ca3af;margin-bottom:16px}.btn-s-save{padding:10px 22px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:opacity .2s}.btn-s-save:hover{opacity:.88}.admin-list{margin-bottom:20px}.admin-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#0f0f13;border:1px solid #2a2a3a;border-radius:8px;margin-bottom:8px}.admin-item-name{color:#f1f1f8;font-size:13px;font-weight:500}.admin-item-self{color:#8b5cf6;font-size:11px;margin-left:8px}.admin-item-del{padding:4px 12px;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:6px;cursor:pointer;font-size:12px;font-family:inherit;transition:background .2s}.admin-item-del:hover{background:#ef444433}.settings-page-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000f;max-width:680px;overflow:hidden}.settings-tabs-page{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px}.settings-tabs-page .settings-tab{color:#6b7280}.settings-tabs-page .settings-tab:hover{color:#8b5cf6}.settings-tabs-page .settings-tab.active{color:#8b5cf6;border-bottom-color:#8b5cf6}.settings-page-card .settings-section{padding:24px}.settings-section-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:16px}.settings-page-card .s-field label{color:#6b7280}.settings-page-card .s-field input,.settings-page-card .pw-wrap input{background:#f9fafb;border:1px solid #e5e7eb;color:#111827}.settings-page-card .s-field input:focus,.settings-page-card .pw-wrap input:focus{border-color:#8b5cf6;background:#fff}.settings-page-card .pw-wrap{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.settings-page-card .pw-wrap input{border:none;background:transparent}.settings-page-card .pw-toggle{color:#9ca3af}.settings-page-card .admin-item{background:#f9fafb;border:1px solid #e5e7eb}.settings-page-card .admin-item-name{color:#111827}.settings-save-btn{padding:10px 22px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:opacity .2s;margin-top:4px}.settings-save-btn:hover{opacity:.88}.s-field-inline{display:flex;align-items:center;gap:10px}.s-field-inline label{margin-bottom:0;text-transform:none;font-size:13px;letter-spacing:0;color:#6b7280}@media (max-width: 900px){.search-bar{min-width:150px}.content-body{padding:18px}.btn-export{font-size:12px;padding:7px 12px}.table-overflow{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:700px}th{white-space:nowrap}}@media (max-width: 640px){html,body{overflow:hidden}.app-shell{flex-direction:column!important}.sidebar{width:100%;height:60px;min-height:60px;flex-direction:row;order:1;padding:0 16px;border-right:none;border-bottom:1px solid #1a1a24;flex-shrink:0;background:#0c0c10;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #00000059}.sidebar-logo{display:flex;width:36px;height:36px;font-size:15px;border-radius:10px;margin-bottom:0;flex-shrink:0}.sidebar-nav{flex-direction:row;flex:unset;gap:4px}.sidebar-bottom{flex-direction:row;gap:4px}.sidebar-item,.sidebar-logout{width:44px;height:44px;border-radius:12px}.sidebar-item svg,.sidebar-logout svg{width:20px;height:20px}.sidebar-item.active{background:#8b5cf62e;color:#a78bfa}.main-content{order:2;height:calc(100dvh - 60px);overflow-y:auto;overflow-x:hidden}.topbar{padding:10px 14px 0;gap:0;flex-wrap:wrap;align-items:center;border-bottom:1px solid #eaedf5}.topbar-left{flex:1;min-width:0;align-items:center;gap:0}.topbar-title{font-size:15px;font-weight:700;white-space:nowrap;color:#1e1e2e}.topbar-search-desktop{display:none!important}.topbar-right{display:flex;flex-direction:row;align-items:center;gap:8px;margin-left:8px;flex-shrink:0}.live-dot{font-size:11px}.btn-export{font-size:11px;padding:7px 11px;border-radius:8px;white-space:nowrap}.topbar-icon-btn{width:34px;height:34px}.topbar-search-row{display:flex!important;width:100%;padding:8px 0 10px}.topbar-search-row .search-bar{width:100%;min-width:0;background:#f0f2fa;border-color:#e0e4f0}.content-body{padding:14px 12px}.stats-row{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}.stat-card{padding:14px 12px;border-radius:14px}.stat-label{font-size:10px;margin-bottom:6px}.stat-value{font-size:26px}.stat-meta{font-size:11px;margin-top:4px}.filter-card{padding:14px;gap:6px 10px;border-radius:14px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.filter-card .filter-label:nth-child(1){grid-column:1;grid-row:1;font-size:11px}.filter-card .filter-label:nth-child(3){grid-column:2;grid-row:1;font-size:11px}.filter-card #filterFrom{grid-column:1;grid-row:2}.filter-card #filterTo{grid-column:2;grid-row:2}.filter-apply{grid-column:1;grid-row:3;text-align:center;padding:9px 0;font-size:13px}.filter-clear{grid-column:2;grid-row:3;text-align:center;padding:9px 0;font-size:13px}.filter-count{grid-column:1 / -1;grid-row:4;text-align:center;margin-left:0;font-size:11px}.filter-input{width:100%;font-size:12px;padding:8px 10px}.table-card{border-radius:14px}.table-card-header{padding:12px 14px}.table-card-title{font-size:14px}.table-overflow{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:640px}th{padding:9px 12px;font-size:10px;white-space:nowrap}td{padding:11px 12px;font-size:12px}.cookies{max-width:110px}.notif-panel{width:calc(100vw - 24px)!important;left:12px!important;right:auto!important;border-radius:14px}#toastMsg{bottom:20px;font-size:12px;padding:9px 18px;max-width:88vw;text-align:center}.login-box{padding:36px 24px;margin:0 20px;border-radius:20px}.settings-overlay.open{align-items:flex-end}.settings-modal{width:100%;max-width:100%;max-height:90dvh;border-radius:24px 24px 0 0;position:absolute;bottom:0}.settings-header{padding:16px 20px}.settings-body{padding:16px 20px 24px}.settings-tabs{padding:0 20px;overflow-x:auto}.settings-tab{white-space:nowrap;padding:10px 14px}.confirm-box{padding:28px 22px}.confirm-actions{flex-direction:column-reverse;gap:8px}.btn-confirm-cancel,.btn-confirm-ok{width:100%;text-align:center;padding:12px}}.settings-page-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;overflow:hidden;max-width:720px}.settings-tabs-page{display:flex;border-bottom:1px solid var(--border);padding:0 24px;gap:0;background:var(--card-bg)}.settings-tabs-page .settings-tab{border-radius:0;border-bottom:2px solid transparent;margin-bottom:-1px;padding:14px 20px;font-size:14px}.settings-tabs-page .settings-tab.active{border-bottom-color:var(--accent);background:transparent;color:var(--accent)}.settings-body-page{padding:28px 28px 32px}.pw-wrap{position:relative;display:flex;align-items:center}.pw-wrap input{flex:1;padding-right:42px!important}.pw-toggle{position:absolute;right:10px;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;line-height:0;display:flex;align-items:center}.pw-toggle:hover{color:var(--text)}.pw-toggle svg{fill:currentColor}.role-badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;margin-left:6px;vertical-align:middle;text-transform:uppercase;letter-spacing:.4px}.badge-admin{background:#3b82f6;color:#fff}.badge-viewer{background:#6b7280;color:#fff}.role-cb{display:none}.role-selector{display:inline-block}.role-options{position:relative;display:inline-flex;background:var(--sidebar-bg, #f1f5f9);border:1px solid var(--border);border-radius:999px;padding:3px;gap:0;-webkit-user-select:none;user-select:none}.role-opt{position:relative;z-index:1;display:flex;align-items:center;gap:6px;padding:7px 18px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s;color:var(--text-muted);white-space:nowrap}.role-opt svg{fill:currentColor;flex-shrink:0;transition:fill .2s}.role-slider{position:absolute;top:3px;bottom:3px;left:3px;width:calc(50% - 3px);border-radius:999px;background:var(--card-bg, #fff);box-shadow:0 1px 4px #0000001f;transition:transform .22s cubic-bezier(.4,0,.2,1),background .2s;pointer-events:none;z-index:0}.role-opt-viewer{color:var(--text);font-weight:700}.role-opt-admin{color:var(--text-muted)}.role-cb:checked~.role-options .role-slider{transform:translate(calc(100% + 0px));background:#3b82f6;box-shadow:0 1px 6px #3b82f666}.role-cb:checked~.role-options .role-opt-viewer{color:var(--text-muted);font-weight:600}.role-cb:checked~.role-options .role-opt-admin{color:#fff;font-weight:700}
