*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0f1115;--bg-secondary:#151922;--bg-tertiary:#1b2230;--accent-blue:#007aff;--accent-cyan:#00d4ff;--accent-green:#30d158;--accent-orange:#ff9500;--accent-purple:#af52de;--text-primary:#fff;--text-secondary:#ffffffd9;--text-muted:#fff9;--text-dim:#fff6;--border-primary:#ffffff14;--border-secondary:#ffffff1f;--glow-blue:#007aff33;--glow-cyan:#00d4ff26;--glow-green:#30d15826;--shadow-subtle:0 2px 8px #00000026;--shadow-medium:0 4px 16px #00000040;--shadow-strong:0 8px 32px #0006;--glass-bg:#1b2130cc;--glass-border:#ffffff1a;--glass-backdrop:blur(20px) saturate(180%);-webkit-font-smoothing:antialiased;color:var(--text-primary);font-family:Inter,SF Pro Display,Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:16px}html,body,#root{width:100%;min-height:100vh}body{background:var(--bg-primary);background-image:radial-gradient(circle at 25% 25%,#007aff08 0%,#0000 50%),radial-gradient(circle at 75% 75%,#00d4ff05 0%,#0000 50%);background-attachment:fixed;min-height:100vh}.auth-page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;max-width:400px;box-shadow:var(--shadow-strong);-webkit-backdrop-filter:var(--glass-backdrop);z-index:1;border-radius:20px;padding:2.5rem 2rem;position:relative}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));width:56px;height:56px;color:var(--text-primary);box-shadow:var(--shadow-medium);border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.auth-logo svg{width:26px;height:26px}.auth-header h1{color:var(--text-primary);letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:600}.auth-header p{color:var(--text-muted);letter-spacing:0;text-transform:none;margin-top:.35rem;font-size:.8125rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form h2{color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em;font-size:.6875rem;font-weight:600}label{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;flex-direction:column;gap:.375rem;font-size:.72rem;font-weight:600;display:flex}input{color:#f5f5f7;text-transform:none;letter-spacing:0;background:#1c1c1e99;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:.7rem .875rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s,background .15s}input:focus{border-color:#0a84ff99;box-shadow:0 0 0 3px #0a84ff2e}input::placeholder{color:#ebebf540;opacity:1}input[readonly]{cursor:text;background:#1c1c1e59}button[type=submit],button.fingerprint-btn{background:var(--accent-blue);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:12px;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s;box-shadow:0 2px 12px #007aff4d}button[type=submit]:hover,button.fingerprint-btn:hover{background:#007aff;transform:translateY(-1px);box-shadow:0 4px 20px #007aff66}button:disabled{opacity:.5;cursor:not-allowed;transform:none}.fingerprint-btn{margin-top:.5rem}.link-btn{color:var(--accent-blue);cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;transition:color .2s}.link-btn:hover{color:var(--accent-cyan)}.hint{color:var(--text-muted);font-size:.8125rem;line-height:1.55}.error-box{color:#ff6961;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ff453a1f;border:1px solid #ff453a4d;border-radius:12px;padding:.75rem 1rem;font-size:.8125rem}.success-box{color:var(--accent-green);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#30d1581f;border:1px solid #30d1584d;border-radius:12px;padding:.75rem 1rem;font-size:.8125rem}.qr-placeholder{justify-content:center;padding:.5rem 0;display:flex}.qr-placeholder img{border:2px solid var(--border-glow);border-radius:8px}.manual-key{color:var(--text-muted);font-size:.8125rem}.manual-key summary{cursor:pointer}.manual-key code{border:1px solid var(--border);word-break:break-all;letter-spacing:.06em;color:var(--amber);background:#060d1fb3;border-radius:4px;margin-top:.5rem;padding:.625rem .75rem;font-size:.8125rem;display:block}.secure-footer{color:#ebebf54d;letter-spacing:.05em;text-transform:uppercase;border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:.5rem;margin-top:1.75rem;padding-top:1rem;font-size:.68rem;display:flex}.secure-footer svg{color:var(--green);flex-shrink:0}.page{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--glass-bg);border-bottom:1px solid var(--glass-border);z-index:10;height:52px;-webkit-backdrop-filter:var(--glass-backdrop);box-shadow:var(--shadow-subtle);justify-content:space-between;align-items:center;padding:0 32px;display:flex;position:sticky;top:0}.brand{color:var(--text-primary);letter-spacing:-.015em;align-items:center;gap:.625rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;display:inline-flex}.brand svg{color:var(--accent-blue);flex-shrink:0}.brand span{align-items:center;gap:.35rem;display:inline-flex}.brand-role{background:var(--bg-tertiary);border:1px solid var(--border-secondary);color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;border-radius:999px;margin-left:4px;padding:2px 8px;font-size:.625rem;font-weight:600}.topbar-status{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.68rem;display:flex}.topbar-right{align-items:center;gap:.75rem;display:flex}.topbar nav{align-items:center;gap:.875rem;display:flex}.content{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.page-heading{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-heading h1{color:#f5f5f7;letter-spacing:-.02em;font-size:1.375rem;font-weight:700}.page-heading button{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#0a84ff;border:none;border-radius:9px;padding:.5rem 1.125rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,box-shadow .15s;box-shadow:0 2px 10px #0a84ff4d}.page-heading button:hover{background:#1f90ff;background:var(--blue-dark);box-shadow:0 4px 16px #0a84ff73}.dash-welcome{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop);box-shadow:var(--shadow-medium);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.dash-welcome h1{color:var(--text-primary);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:600}.dash-welcome p{color:var(--text-secondary);font-size:.875rem}.dash-badge{color:var(--accent-blue);letter-spacing:.07em;text-transform:uppercase;background:#007aff1a;border:1px solid #007aff33;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.72rem;font-weight:600;display:flex}.dash-badge svg{width:13px;height:13px}.section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:.625rem;margin-bottom:.875rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;display:flex}.section-label:after{content:"";background:var(--border-primary);flex:1;height:1px}.card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.stat-card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:var(--glass-backdrop);box-shadow:var(--shadow-subtle);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.stat-card-disabled{cursor:default;opacity:.5}.stat-card:not(.stat-card-disabled):hover{border-color:var(--border-secondary);box-shadow:var(--shadow-medium);background:var(--bg-tertiary);transform:translateY(-4px)}.stat-card-accent{background:linear-gradient(90deg, transparent, var(--accent-blue), transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.stat-card:not(.stat-card-disabled):hover .stat-card-accent{opacity:1}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.stat-icon{color:var(--text-secondary);align-items:center;font-size:1.5rem;display:flex}.stat-description{color:var(--text-muted);flex:1;font-size:.8rem;line-height:1.4}.stat-value{color:var(--text-primary);font-family:Inter,sans-serif;font-size:2rem;font-weight:700}.stat-action{color:var(--accent-blue);font-size:.8125rem;font-weight:500}.stat-soon{color:var(--text-dim);letter-spacing:.04em;font-size:.75rem}.quick-actions{flex-wrap:wrap;gap:.625rem;margin-bottom:2rem;display:flex}.status-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.status-item{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop);box-shadow:var(--shadow-subtle);border-radius:14px;align-items:center;gap:.875rem;padding:1rem;transition:all .2s;display:flex}.status-item:hover{border-color:var(--border-secondary);box-shadow:var(--shadow-medium)}.status-item-text{flex-direction:column;gap:.15rem;display:flex}.status-item-label{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500}.status-item-value{color:var(--text-primary);font-size:.875rem;font-weight:600}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot-online,.status-dot-green{background:var(--accent-green);box-shadow:0 0 12px var(--glow-green)}.status-dot-amber{background:var(--accent-orange);box-shadow:0 0 12px #ff95004d}.status-dot-red{background:#ff453a;box-shadow:0 0 12px #ff453a4d}.table-wrap{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop);box-shadow:var(--shadow-medium);border-radius:16px;overflow:hidden}.data-table{border-collapse:collapse;width:100%;font-size:.875rem}.data-table th{text-align:left;border-bottom:1px solid var(--border-primary);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;background:var(--bg-secondary);padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.data-table td{text-align:left;border-bottom:1px solid var(--border-primary);color:var(--text-secondary);padding:1rem 1.25rem;transition:background-color .2s}.data-table tr:hover td{background:#ffffff08}.row-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.badge{letter-spacing:.04em;border-radius:999px;padding:.2rem .625rem;font-size:.6875rem;font-weight:600;display:inline-block}.badge-green{color:#30d158;background:#30d15826;border:1px solid #30d15840}.badge-grey{color:#ebebf573;background:#ffffff12;border:1px solid #ffffff1a}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#0f1115cc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-backdrop);border:1px solid var(--glass-border);width:100%;max-width:480px;box-shadow:var(--shadow-strong);border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.modal-close-btn{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;position:absolute;top:1rem;right:1rem}.modal-close-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.modal h2{color:var(--text-primary);letter-spacing:-.015em;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.modal-actions button:not(.link-btn){background:var(--accent-blue);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:12px;padding:.625rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 2px 12px #007aff4d}.modal-actions button:not(.link-btn):hover{background:#007aff;transform:translateY(-1px);box-shadow:0 4px 20px #007aff66}.modal-actions button:not(.link-btn):disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-actions .btn-secondary{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-primary);box-shadow:none}.modal-actions .btn-secondary:hover{border-color:var(--border-secondary);background:var(--bg-tertiary)!important;box-shadow:none!important}select{border:1px solid var(--border-primary);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;text-transform:none;letter-spacing:0;border-radius:12px;outline:none;padding:.7rem .875rem;font-family:inherit;font-size:.9375rem;transition:all .2s}select:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px var(--glow-blue)}input[type=file]{background:var(--bg-secondary);color:var(--text-muted);cursor:pointer;border:1px solid var(--border-primary);border-radius:12px;padding:.5rem .625rem}input[type=file]::file-selector-button{color:var(--accent-blue);cursor:pointer;background:#007aff26;border:1px solid #007aff4d;border-radius:8px;margin-right:.75rem;padding:.25rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s}input[type=file]::file-selector-button:hover{background:#007aff40;border-color:#007aff66}.upload-info-box{color:#0a84ff;background:#0a84ff14;border:1px solid #0a84ff33;border-radius:10px;flex-direction:column;gap:.3rem;padding:.75rem 1rem;font-size:.8rem;line-height:1.5;display:flex}.upload-info-box strong{font-weight:700}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.empty-state p{margin-bottom:.5rem}.table-wrap{border:1px solid #ffffff14;border-radius:14px;overflow-x:auto}.theme-toggle{background:var(--bg-secondary);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);box-shadow:var(--shadow-subtle);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--bg-tertiary);color:var(--text-primary);transform:scale(1.05)}.auth-theme-toggle{z-index:100;position:fixed;top:1rem;right:1rem}.topbar-left{align-items:center;gap:.875rem;display:flex}.back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.25rem .5rem;font-family:inherit;font-size:.8125rem;transition:all .2s;display:flex}.back-btn:hover{color:var(--text-primary);background:var(--bg-secondary)}.back-btn svg{flex-shrink:0}.user-menu{position:relative}.user-icon-btn{cursor:pointer;width:30px;height:30px;color:var(--accent-blue);box-shadow:var(--shadow-subtle);background:linear-gradient(135deg,#007aff1a,#00d4ff0d);border:1px solid #007aff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.user-icon-btn:hover{background:linear-gradient(135deg,#007aff33,#00d4ff1a);border-color:#007aff80;transform:scale(1.05)}.user-dropdown{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-backdrop);border:1px solid var(--glass-border);min-width:200px;box-shadow:var(--shadow-strong);z-index:100;border-radius:14px;flex-direction:column;gap:0;animation:.18s cubic-bezier(.25,.46,.45,.94) apple-fade-up;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.user-dropdown-profile{border-bottom:1px solid var(--border-primary);align-items:center;gap:.625rem;padding:14px 16px 12px;display:flex}.user-dropdown-avatar{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));width:32px;height:32px;color:var(--text-primary);box-shadow:var(--shadow-subtle);border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.user-dropdown-info{flex-direction:column;gap:.1rem;min-width:0;display:flex;overflow:hidden}.user-dropdown-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;overflow:hidden}.user-dropdown-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.user-dropdown-signout{color:#ff453a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0 0 14px 14px;align-items:center;gap:.5rem;width:100%;padding:11px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .12s;display:flex}.user-dropdown-signout:hover{background:#ff453a1a}.action-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;gap:.3rem;padding:.375rem .875rem;font-family:inherit;font-size:.78rem;font-weight:600;line-height:1.4;transition:all .2s;display:inline-flex}.action-btn:hover{box-shadow:var(--shadow-subtle);transform:translateY(-1px)}.action-btn:active{transform:translateY(0)}.action-btn-blue{color:var(--accent-blue);background:#007aff26;border-color:#007aff4d}.action-btn-blue:hover{background:#007aff40}.action-btn-green{color:var(--accent-green);background:#30d15826;border-color:#30d1584d}.action-btn-green:hover{background:#30d15840}.action-btn-amber{color:var(--accent-orange);background:#ff950026;border-color:#ff95004d}.action-btn-amber:hover{background:#ff9f0a3d}.action-btn-red{color:#ff453a;background:#ff453a24;border-color:#ff453a47}.action-btn-red:hover{background:#ff453a3d}.admin-chip{color:#30d158;white-space:nowrap;background:#30d1581a;border:1px solid #30d15840;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .65rem;font-size:.76rem;font-weight:600;display:inline-flex}.admin-chip:before{content:"";background:#30d158;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #30d158b3}.stat-card-accent-green{background:linear-gradient(90deg, transparent, var(--green), transparent)}.stat-card-accent-amber{background:linear-gradient(90deg, transparent, var(--amber), transparent)}.stat-card-accent-red{background:linear-gradient(90deg, transparent, var(--red), transparent)}.stat-card:not(.stat-card-disabled):hover .stat-card-accent-green,.stat-card:not(.stat-card-disabled):hover .stat-card-accent-amber,.stat-card:not(.stat-card-disabled):hover .stat-card-accent-red{opacity:1}.stat-card-disabled .stat-card-accent-green,.stat-card-disabled .stat-card-accent-amber,.stat-card-disabled .stat-card-accent-red{opacity:.35}.badge-amber{color:#ff9f0a;background:#ff9f0a26;border:1px solid #ff9f0a40}.badge-red{color:#ff453a;background:#ff453a26;border:1px solid #ff453a40}.badge-blue{color:#0a84ff;background:#0a84ff26;border:1px solid #0a84ff40}.data-table tbody tr:nth-child(2n) td{background:#ffffff05}.data-table tbody tr:hover td{background:#ffffff09!important}@media (width<=900px){.content{padding:1.25rem 1rem}.card-grid,.status-grid{grid-template-columns:repeat(2,1fr)}}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#e9ecef;--text-primary:#1a1a1a;--text-secondary:#1a1a1ad9;--text-muted:#1a1a1a99;--text-dim:#1a1a1a66;--border-primary:#00000014;--border-secondary:#0000001f;--glass-bg:#ffffffe6;--glass-border:#00000014;--shadow-subtle:0 2px 8px #00000014;--shadow-medium:0 4px 16px #0000001f;--shadow-strong:0 8px 32px #0003}[data-theme=light] body{background:var(--bg-primary);background-image:radial-gradient(circle at 25% 25%,#007aff05 0%,#0000 50%),radial-gradient(circle at 75% 75%,#00d4ff03 0%,#0000 50%)}[data-theme=light] .table-wrap{background:var(--glass-bg);border:1px solid var(--glass-border)}[data-theme=light] .data-table th{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary)}[data-theme=light] .data-table td{border-bottom:1px solid var(--border-primary)}@media (width<=600px){.topbar{padding:.75rem 1rem}.content{padding:1rem .75rem}.card-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:1rem}.stat-value{font-size:1.4rem}.page-heading{flex-direction:column;align-items:flex-start;gap:.75rem}.page-heading button{align-self:flex-start}.dash-welcome{flex-direction:column}.modal{padding:1.5rem}.auth-card{padding:1.75rem 1.25rem}.topbar-status{display:none}.brand{font-size:.9rem}.back-btn{font-size:.75rem}.user-dropdown{min-width:170px;right:-.5rem}}@media (width<=440px){.card-grid{grid-template-columns:1fr 1fr;gap:.625rem}.status-grid{grid-template-columns:1fr 1fr}.table-wrap{font-size:.8rem}.data-table th,.data-table td{padding:.5rem .625rem}}[data-theme=light]{--navy:#f5f5f7;--navy-2:#e8e8ed;--card-bg:#ffffffeb;--blue:#0071e3;--blue-glow:#0071e338;--blue-dark:#0077ed;--amber:#ff9500;--green:#34c759;--red:#ff3b30;--border:#00000014;--border-glow:#00000024;--text-primary:#1d1d1f;--text-secondary:#1a1a1ad9;--text-muted:#3c3c4399;--text-dim:#3c3c4361}[data-theme=light] body,[data-theme=light] .page,[data-theme=light] .auth-page{background:#f5f5f7}[data-theme=light] .auth-card{background:#ffffffe0;border-color:#00000017;box-shadow:0 8px 48px #0000001a}[data-theme=light] .auth-header h1{color:#1d1d1f}[data-theme=light] .auth-header p{color:#3c3c43b8}[data-theme=light] .auth-form h2{color:#3c3c43b3}[data-theme=light] label{color:#3c3c43b8}[data-theme=light] .auth-logo{color:#0071e3;background:#0071e31a;border-color:#0071e34d}[data-theme=light] input,[data-theme=light] select{color:#1d1d1f;background:#ffffffe6;border-color:#0000001f}[data-theme=light] input:focus,[data-theme=light] select:focus{border-color:#0071e380;box-shadow:0 0 0 3px #0071e326}[data-theme=light] input::placeholder{color:#3c3c434d}[data-theme=light] input[readonly]{background:#0000000a}[data-theme=light] input[type=file]{color:#3c3c43b3;background:#0000000a}[data-theme=light] input[type=file]::file-selector-button{color:#0071e3;background:#0071e31a;border-color:#0071e340}[data-theme=light] button[type=submit],[data-theme=light] button.fingerprint-btn{background:#0071e3;box-shadow:0 2px 12px #0071e34d}[data-theme=light] button[type=submit]:hover,[data-theme=light] button.fingerprint-btn:hover{background:#0077ed;box-shadow:0 4px 20px #0071e373}[data-theme=light] .manual-key code{color:var(--amber);background:#0000000a;border-color:#0000001a}[data-theme=light] .qr-placeholder img{border-color:#0000001a}[data-theme=light] .secure-footer{color:#3c3c4373;border-top-color:#00000014}[data-theme=light] .hint{color:#3c3c43bf}[data-theme=light] .link-btn{color:#0071e3}[data-theme=light] .topbar{background:#ffffffc7;border-bottom-color:#0000001a}[data-theme=light] .brand{color:#1d1d1f}[data-theme=light] .brand-role{color:#3c3c436b;border-color:#0000001a}[data-theme=light] .theme-toggle{color:#3c3c43a6}[data-theme=light] .theme-toggle:hover{color:#1d1d1f;background:#0000000f}[data-theme=light] .topbar-status{color:#3c3c4373}[data-theme=light] .user-icon-btn{color:#0071e3;background:#0071e31a;border-color:#0071e366}[data-theme=light] .user-icon-btn:hover{background:#0071e32e}[data-theme=light] .user-dropdown{background:#fffffff7;border-color:#0000001a;box-shadow:0 8px 32px #00000026}[data-theme=light] .user-dropdown-profile{border-bottom-color:#00000014}[data-theme=light] .user-dropdown-name{color:#1d1d1f}[data-theme=light] .user-dropdown-role{color:#3c3c436b}[data-theme=light] .user-dropdown-signout{color:#ff3b30}[data-theme=light] .user-dropdown-signout:hover{background:#0000000a}[data-theme=light] .user-dropdown-avatar{color:#0071e3;background:#0071e31a;border-color:#0071e34d}[data-theme=light] .back-btn{color:#3c3c438c}[data-theme=light] .back-btn:hover{color:#1d1d1f;background:#0000000f}[data-theme=light] .page-heading h1{color:#1d1d1f}[data-theme=light] .page-heading button{background:#0071e3;box-shadow:0 2px 10px #0071e340}[data-theme=light] .page-heading button:hover{background:#0077ed}[data-theme=light] .section-label{color:#3c3c436b}[data-theme=light] .section-label:after{background:#00000014}[data-theme=light] .stat-card{background:#ffffffd1;border-color:#00000012;box-shadow:0 1px 4px #0000000d}[data-theme=light] .stat-card:not(.stat-card-disabled):hover{background:#fffffffa;border-color:#0000001f;box-shadow:0 12px 36px #0000001a}[data-theme=light] .stat-label,[data-theme=light] .stat-icon{color:#1a1a1ad9}[data-theme=light] .status-item{background:#ffffffd1;border-color:#00000012}[data-theme=light] .status-item-label{color:#3c3c43b3}[data-theme=light] .status-item-value{color:#3c3c4366}[data-theme=light] .modal{background:#fffffff7;border-color:#0000001a;box-shadow:0 12px 48px #00000026}[data-theme=light] .modal-overlay{background:#00000073}[data-theme=light] .modal h2{color:#1d1d1f}[data-theme=light] .modal-close-btn{color:#1d1d1f;background:#0000000f}[data-theme=light] .modal-actions button:not(.link-btn){background:#0071e3}[data-theme=light] .modal-actions button:not(.link-btn):hover{background:#0077ed}[data-theme=light] .modal-actions .btn-secondary{color:#3c3c43b3;background:#0000000f;border-color:#0000001a}[data-theme=light] .data-table th{color:#3c3c436b;background:0 0;border-bottom-color:#00000014}[data-theme=light] .data-table td{color:#1d1d1f;border-bottom-color:#0000000d}[data-theme=light] .data-table tbody tr:hover td{background:#00000008!important}[data-theme=light] .data-table tbody tr:nth-child(2n) td{background:#00000004}[data-theme=light] .table-wrap{border-color:#00000014}[data-theme=light] .badge-green{color:#27ae60;background:#34c7591f;border-color:#34c75940}[data-theme=light] .badge-grey{color:#3c3c438c;background:#0000000f;border-color:#0000001a}[data-theme=light] .badge-amber{color:#c97000;background:#ff95001f;border-color:#ff950040}[data-theme=light] .badge-red{color:#c0392b;background:#ff3b301a;border-color:#ff3b3038}[data-theme=light] .badge-blue{color:#0071e3;background:#0071e31a;border-color:#0071e338}[data-theme=light] .action-btn-blue{color:#0071e3;background:#0071e31a;border-color:#0071e340}[data-theme=light] .action-btn-blue:hover{background:#0071e32e}[data-theme=light] .action-btn-green{color:#27ae60;background:#34c7591a;border-color:#34c75940}[data-theme=light] .action-btn-green:hover{background:#34c7592e}[data-theme=light] .action-btn-amber{color:#c97000;background:#ff95001a;border-color:#ff950040}[data-theme=light] .action-btn-amber:hover{background:#ff95002e}[data-theme=light] .action-btn-red{color:#c0392b;background:#ff3b301a;border-color:#ff3b3038}[data-theme=light] .action-btn-red:hover{background:#ff3b302e}[data-theme=light] .admin-chip{color:#27ae60;background:#34c7591a;border-color:#34c75940}[data-theme=light] .admin-chip:before{box-shadow:none;background:#34c759}[data-theme=light] .error-box{color:#c0392b;background:#ff3b3014;border-color:#ff3b3033}[data-theme=light] .success-box{color:#27ae60;background:#34c75914;border-color:#34c75933}[data-theme=light] .upload-info-box{color:#0071e3;background:#0071e312;border-color:#0071e333}[data-theme=light] .dash-welcome{background:#ffffffbf;border-color:#00000012}[data-theme=light] .dash-badge{color:#0071e3;background:#0071e31a;border-color:#0071e338}@keyframes apple-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.apple-page{-webkit-font-smoothing:antialiased;color:#f5f5f7;background:#000;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Helvetica,Arial,sans-serif}.apple-nav{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(20px);background:#000000bf;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:52px;padding:0 32px;display:flex;position:sticky;top:0}.apple-nav-brand{color:#f5f5f7;letter-spacing:-.015em;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.9375rem;font-weight:700;display:inline-flex}.apple-nav-role{color:#ebebf561;letter-spacing:.09em;text-transform:uppercase;border:1px solid #ffffff1a;border-radius:999px;align-self:center;margin-left:6px;padding:2px 7px;font-size:.625rem;font-weight:600}.apple-nav-actions{align-items:center;gap:6px;display:flex}.apple-icon-btn{color:#ebebf599;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.apple-icon-btn:hover{color:#f5f5f7;background:#ffffff1a}.apple-user-menu{position:relative}.apple-user-btn{cursor:pointer;color:#0a84ff;letter-spacing:0;background:#0a84ff38;border:1.5px solid #0a84ff8c;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:.8125rem;font-weight:700;transition:background .15s,border-color .15s;display:flex}.apple-user-btn:hover{background:#0a84ff59;border-color:#0a84ffbf}.apple-dropdown{-webkit-backdrop-filter:blur(40px)saturate(180%);background:#262628f5;border:1px solid #ffffff1f;border-radius:14px;min-width:210px;animation:.18s cubic-bezier(.25,.46,.45,.94) apple-fade-up;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 32px #000000b3,0 0 0 .5px #ffffff0d}.apple-dropdown-header{border-bottom:1px solid #ffffff14;padding:14px 16px 12px}.apple-dropdown-name{color:#f5f5f7;font-size:.875rem;font-weight:600;display:block}.apple-dropdown-role{color:#ebebf566;margin-top:2px;font-size:.72rem;display:block}.apple-dropdown-item{color:#ff453a;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:11px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .12s;display:flex}.apple-dropdown-item:hover{background:#ffffff0f}.apple-content{width:100%;max-width:none;min-height:calc(100vh - 52px);padding:60px 32px 80px;animation:.5s cubic-bezier(.25,.46,.45,.94) apple-fade-up}.apple-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:52px;display:flex}.apple-hero-greeting{color:#ebebf580;letter-spacing:-.01em;margin-bottom:6px;font-size:1rem;font-weight:400}.apple-hero-name{color:#f5f5f7;letter-spacing:-.045em;font-size:clamp(2.75rem,6vw,4.25rem);font-weight:700;line-height:1.02}.apple-hero-date{color:#ebebf559;white-space:nowrap;align-self:flex-end;padding-bottom:8px;font-size:.8125rem;font-weight:400}.apple-metrics{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:56px;display:grid}.apple-metric{background:#1c1c1ea6;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:5px;padding:22px 20px 18px;transition:background .2s,border-color .2s;display:flex}.apple-metric:hover{background:#2c2c2ebf;border-color:#ffffff24}.apple-metric-value{color:#f5f5f7;letter-spacing:-.04em;font-size:2.125rem;font-weight:700;line-height:1}.apple-metric-label{color:#ebebf56b;letter-spacing:.02em;font-size:.6875rem;font-weight:500}.apple-section-label{color:#ebebf561;text-transform:uppercase;letter-spacing:.09em;margin-bottom:14px;font-size:.6875rem;font-weight:600}.apple-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:52px;display:grid}.apple-card{cursor:pointer;background:#1c1c1ea6;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:16px;padding:28px;transition:background .25s cubic-bezier(.25,.46,.45,.94),border-color .25s,transform .22s cubic-bezier(.25,.46,.45,.94),box-shadow .25s;display:flex;position:relative;overflow:hidden}.apple-card:not(.apple-card-disabled):hover{background:#2c2c2ecc;border-color:#ffffff29;transform:translateY(-3px);box-shadow:0 12px 40px #00000080}.apple-card:not(.apple-card-disabled):active{box-shadow:none;transform:translateY(0)}.apple-card-disabled{cursor:default;opacity:.42}.apple-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.apple-card-icon-blue{color:#0a84ff;background:#0a84ff2e}.apple-card-icon-green{color:#30d158;background:#30d1582e}.apple-card-icon-amber{color:#ff9f0a;background:#ff9f0a2e}.apple-card-icon-red{color:#ff453a;background:#ff453a2e}.apple-card-body{flex:1}.apple-card-title{color:#f5f5f7;letter-spacing:-.015em;margin-bottom:6px;font-size:1.0625rem;font-weight:600}.apple-card-desc{color:#ebebf57a;font-size:.8125rem;line-height:1.5}.apple-card-footer{justify-content:flex-end;align-items:center;margin-top:auto;display:flex}.apple-card-action{color:#0a84ff;align-items:center;gap:3px;font-size:.8125rem;font-weight:500;display:flex}.apple-card-soon{color:#ebebf552;letter-spacing:.05em;text-transform:uppercase;background:#ffffff12;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.apple-actions{flex-wrap:wrap;gap:8px;margin-bottom:56px;display:flex}.apple-btn{cursor:pointer;letter-spacing:-.01em;border:none;border-radius:9px;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .18s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.apple-btn:hover{transform:translateY(-1px)}.apple-btn:active{transform:translateY(0)}.apple-btn-primary{color:#fff;background:#0a84ff;box-shadow:0 2px 14px #0a84ff61}.apple-btn-primary:hover{background:#1f90ff;box-shadow:0 4px 20px #0a84ff80}.apple-btn-secondary{color:#0a84ff;background:#0a84ff24;border:1px solid #0a84ff47}.apple-btn-secondary:hover{background:#0a84ff3d}.apple-btn-ghost{color:#ebebf599;background:#ffffff12;border:1px solid #ffffff1a}.apple-btn-ghost:hover{color:#f5f5f7;background:#ffffff21}.apple-status-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.apple-status-checked{color:#ebebf547;font-size:.6875rem}.apple-status-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.apple-status-item{background:#1c1c1ea6;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:12px;padding:18px 16px;display:flex}.apple-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.apple-status-dot-green{background:#30d158;box-shadow:0 0 7px #30d158a6}.apple-status-dot-amber{background:#ff9f0a;box-shadow:0 0 7px #ff9f0aa6}.apple-status-dot-red{background:#ff453a;box-shadow:0 0 7px #ff453aa6}.apple-status-text{flex-direction:column;gap:3px;display:flex}.apple-status-name{color:#ebebf5b8;font-size:.8125rem;font-weight:500}.apple-status-value{color:#ebebf557;font-size:.6875rem}@media (width<=860px){.apple-metrics,.apple-status-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.apple-nav{padding:0 20px}.apple-content{padding:40px 20px 60px}.apple-hero{margin-bottom:36px}.apple-hero-name{font-size:2.5rem}.apple-grid{grid-template-columns:1fr}.apple-metrics{grid-template-columns:repeat(2,1fr);gap:8px}}@media (width<=440px){.apple-metrics,.apple-status-grid{grid-template-columns:1fr 1fr}}[data-theme=light] .apple-page{color:#1d1d1f;background:#f5f5f7}[data-theme=light] .apple-nav{background:#ffffffbf;border-bottom-color:#0000001a}[data-theme=light] .apple-nav-brand{color:#1d1d1f}[data-theme=light] .apple-nav-role{color:#3c3c4366;border-color:#0000001f}[data-theme=light] .apple-icon-btn{color:#3c3c43a6}[data-theme=light] .apple-icon-btn:hover{color:#1d1d1f;background:#0000000f}[data-theme=light] .apple-user-btn{color:#0071e3;background:#0071e31f;border-color:#0071e366}[data-theme=light] .apple-user-btn:hover{background:#0071e333}[data-theme=light] .apple-dropdown{background:#fffffff5;border-color:#0000001a;box-shadow:0 8px 32px #00000026}[data-theme=light] .apple-dropdown-header{border-bottom-color:#00000014}[data-theme=light] .apple-dropdown-name{color:#1d1d1f}[data-theme=light] .apple-dropdown-role{color:#3c3c4373}[data-theme=light] .apple-dropdown-item:hover{background:#0000000a}[data-theme=light] .apple-hero-greeting{color:#3c3c4380}[data-theme=light] .apple-hero-name{color:#1d1d1f}[data-theme=light] .apple-hero-date{color:#3c3c4361}[data-theme=light] .apple-metric{background:#ffffffd1;border-color:#00000012;box-shadow:0 1px 4px #0000000d}[data-theme=light] .apple-metric:hover{background:#fffffffa;border-color:#0000001f}[data-theme=light] .apple-metric-value{color:#1d1d1f}[data-theme=light] .apple-metric-label{color:#3c3c437a}[data-theme=light] .apple-section-label{color:#3c3c436b}[data-theme=light] .apple-card{background:#ffffffd1;border-color:#00000012;box-shadow:0 1px 4px #0000000d}[data-theme=light] .apple-card:not(.apple-card-disabled):hover{background:#fffffffa;border-color:#00000021;box-shadow:0 12px 40px #0000001a}[data-theme=light] .apple-card-title{color:#1d1d1f}[data-theme=light] .apple-card-desc{color:#3c3c438c}[data-theme=light] .apple-card-action{color:#0071e3}[data-theme=light] .apple-card-icon-blue{color:#0071e3;background:#0071e31a}[data-theme=light] .apple-card-icon-green{color:#34c759;background:#34c7591a}[data-theme=light] .apple-card-icon-amber{color:#ff9500;background:#ff95001a}[data-theme=light] .apple-card-icon-red{color:#ff3b30;background:#ff3b301a}[data-theme=light] .apple-card-soon{color:#3c3c4361;background:#0000000d}[data-theme=light] .apple-btn-primary{background:#0071e3;box-shadow:0 2px 14px #0071e34d}[data-theme=light] .apple-btn-primary:hover{background:#0077ed}[data-theme=light] .apple-btn-secondary{color:#0071e3;background:#0071e31a;border-color:#0071e340}[data-theme=light] .apple-btn-secondary:hover{background:#0071e32e}[data-theme=light] .apple-btn-ghost{color:#3c3c43a6;background:#0000000d;border-color:#0000001a}[data-theme=light] .apple-btn-ghost:hover{color:#1d1d1f;background:#00000017}[data-theme=light] .apple-status-item{background:#ffffffd1;border-color:#00000012}[data-theme=light] .apple-status-name{color:#3c3c43b8}[data-theme=light] .apple-status-value{color:#3c3c4361}[data-theme=light] .apple-status-checked{color:#3c3c4352}[data-theme=light] .apple-status-dot-green{background:#34c759}[data-theme=light] .apple-status-dot-amber{background:#ff9500}[data-theme=light] .apple-status-dot-red{background:#ff3b30}.security-page{color:#f5f7fb;background:linear-gradient(#ffffff05 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff05 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 14% 8%,#0a84ff21,#0000 28%),radial-gradient(circle at 82% 4%,#8e5fff1f,#0000 24%),linear-gradient(135deg,#0f1115 0%,#151922 48%,#10141c 100%);width:100%;min-height:100vh}.security-nav{z-index:40;-webkit-backdrop-filter:blur(22px)saturate(160%);background:#0f1115c2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:60px;padding:0 28px;display:flex;position:sticky;top:0}.security-nav-left,.security-nav-actions,.security-brand,.security-brand span,.security-live-pill,.security-btn,.security-icon-btn,.security-user-btn,.security-back-btn{align-items:center;display:inline-flex}.security-nav-left{gap:14px;min-width:0}.security-nav-actions{gap:10px}.security-brand{color:#f5f7fb;letter-spacing:0;white-space:nowrap;gap:9px;font-size:.9375rem;font-weight:700}.security-brand svg{color:#53b6ff}.security-brand-role{color:#ebf2ff7a;letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff1c;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:.625rem;font-weight:700}.security-back-btn,.security-icon-btn,.security-user-btn{color:#ebf2ffad;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff14;font-family:inherit;transition:background .16s,border-color .16s,color .16s,transform .16s}.security-back-btn{border-radius:10px;gap:7px;min-height:34px;padding:0 11px;font-size:.8125rem;font-weight:600}.security-icon-btn,.security-user-btn{border-radius:10px;justify-content:center;width:34px;height:34px}.security-user-btn{color:#53b6ff;background:#0a84ff24;border-color:#53b6ff57;border-radius:50%}.security-back-btn:hover,.security-icon-btn:hover,.security-user-btn:hover{color:#fff;background:#ffffff17;border-color:#ffffff29;transform:translateY(-1px)}.security-live-pill{color:#c6ffdac2;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#30d15813;border:1px solid #30d15833;border-radius:999px;gap:8px;height:32px;padding:0 12px;font-size:.6875rem;font-weight:700}.security-pulse{background:#30d158;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #30d158a6}.security-shell{width:100%;min-height:calc(100vh - 60px);padding:28px}.security-hero-panel,.security-panel,.security-empty,.security-metric{-webkit-backdrop-filter:blur(24px)saturate(145%);background:linear-gradient(#1b2230c7,#11161fa8);border:1px solid #ffffff17;box-shadow:0 22px 70px #00000057,inset 0 1px #ffffff0a}.security-hero-panel{border-radius:20px;justify-content:space-between;align-items:flex-end;gap:24px;padding:28px;display:flex;position:relative;overflow:hidden}.security-hero-panel:before{content:"";pointer-events:none;background:linear-gradient(110deg,#0a84ff24,#0000 32%,#ff95000f);position:absolute;inset:0}.security-hero-panel>*{z-index:1;position:relative}.security-eyebrow{color:#6cd1ffc7;letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px;font-size:.6875rem;font-weight:800;display:inline-flex}.security-hero-panel h1{letter-spacing:0;color:#fff;font-size:clamp(2rem,4vw,3.6rem);font-weight:750;line-height:1}.security-hero-panel p{color:#ebf2ff99;max-width:720px;margin-top:12px;font-size:.9375rem;line-height:1.65}.security-hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.security-btn{cursor:pointer;border:1px solid #0000;border-radius:11px;gap:8px;min-height:40px;padding:0 16px;font-family:inherit;font-size:.875rem;font-weight:700;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s}.security-btn:hover{transform:translateY(-1px)}.security-btn-primary{color:#fff;background:linear-gradient(#0a84ff,#0873df);box-shadow:0 12px 30px #0a84ff40}.security-btn-secondary{color:#ebf2ffc7;background:#ffffff0f;border-color:#ffffff1a}.security-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0;display:grid}.security-metric{border-radius:18px;min-height:138px;padding:18px;position:relative;overflow:hidden}.security-metric:after{content:"";opacity:.75;background:linear-gradient(90deg,#0000,currentColor,#0000);height:2px;position:absolute;bottom:0;left:18px;right:18px}.security-metric-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.security-metric-icon{background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.security-metric-label{color:#ebf2ff7a;letter-spacing:.09em;text-align:right;text-transform:uppercase;font-size:.7rem;font-weight:800}.security-metric strong{color:#fff;margin-top:20px;font-size:2.15rem;font-weight:760;line-height:1;display:block}.security-metric-meta{color:#ebf2ff80;margin-top:8px;font-size:.8125rem;display:block}.security-metric-blue{color:#53b6ff}.security-metric-green{color:#5ce287}.security-metric-purple{color:#a796ff}.security-metric-orange{color:#ff9f43}.security-panel{border-radius:20px;padding:18px;overflow:hidden}.security-panel-header{justify-content:space-between;align-items:center;gap:16px;padding:4px 4px 18px;display:flex}.security-panel-header h2{color:#fff;font-size:1.125rem;font-weight:740}.security-panel-count{color:#ebf2ff9e;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700}.security-table-wrap{background:#070a0f3d;border:1px solid #ffffff14;border-radius:15px;overflow-x:auto}.security-table{border-collapse:collapse;width:100%;min-width:1080px;font-size:.875rem}.security-table th{text-align:left;color:#ebf2ff6b;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;background:#ffffff09;border-bottom:1px solid #ffffff14;padding:13px 16px;font-size:.6875rem;font-weight:800}.security-table td{color:#ebf2ffbd;vertical-align:middle;border-bottom:1px solid #ffffff0e;padding:15px 16px}.security-table tbody tr{transition:background .16s}.security-table tbody tr:hover{background:#0a84ff0b}.security-table tbody tr:last-child td{border-bottom:none}.security-hall-cell{align-items:center;gap:12px;min-width:210px;display:flex}.security-hall-icon{color:#53b6ff;background:#0a84ff1f;border:1px solid #0a84ff38;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.security-hall-cell strong{color:#f7faff;font-size:.9375rem;font-weight:720;display:block}.security-hall-cell small{color:#ebf2ff5c;margin-top:3px;font-size:.72rem;display:block}.security-number{color:#fff;font-variant-numeric:tabular-nums;font-weight:750}.security-muted{color:#ebf2ff5c}.security-warning{color:#ffb055;font-weight:700}.security-questions{color:#5ce287;font-weight:750}.security-status{color:#ebf2ff8a;letter-spacing:.04em;white-space:nowrap;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:7px;padding:5px 9px;font-size:.72rem;font-weight:800;display:inline-flex}.security-status:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px}.security-status-green{color:#5ce287;background:#30d15817;border-color:#30d15838}.security-status-blue{color:#53b6ff;background:#0a84ff1a;border-color:#0a84ff3d}.security-status-muted:before{box-shadow:none}.security-row-actions{flex-wrap:wrap;gap:7px;min-width:180px;display:flex}.security-row-btn{color:#6dc7ff;cursor:pointer;background:#0a84ff1a;border:1px solid #53b6ff38;border-radius:9px;min-height:30px;padding:0 10px;font-family:inherit;font-size:.75rem;font-weight:800;transition:background .15s,transform .15s,border-color .15s}.security-row-btn:hover{background:#0a84ff2b;border-color:#53b6ff57;transform:translateY(-1px)}.security-row-btn-ok{color:#5ce287;background:#30d15818;border-color:#30d1583d}.security-row-btn-warn{color:#ffb055;background:#ff9f0a18;border-color:#ff9f0a40}.security-empty{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:44px 24px;display:flex}.security-empty-icon{color:#53b6ff;background:#0a84ff1f;border:1px solid #0a84ff3d;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:18px;display:inline-flex}.security-empty h2{color:#fff;font-size:1.35rem;font-weight:750}.security-empty p{color:#ebf2ff8f;max-width:460px;margin:8px 0 20px;line-height:1.6}.security-loading{color:#ebf2ff94;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:220px;font-weight:650;display:flex}.security-loading span{border:2px solid #53b6ff29;border-top-color:#53b6ff;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite security-spin}@keyframes security-spin{to{transform:rotate(360deg)}}.security-modal{background:linear-gradient(#1b2230fa,#11161ffa);border-color:#ffffff1c}.security-modal .security-eyebrow{margin-bottom:-4px}.question-security-note{background:linear-gradient(135deg,#0a84ff1b,#30d1580e),#0f141d9e;border:1px solid #53b6ff29;border-radius:18px;align-items:flex-start;gap:14px;margin:0 0 16px;padding:16px 18px;display:flex;box-shadow:inset 0 1px #ffffff0a}.question-security-note-icon{color:#5ce287;background:#30d1581c;border:1px solid #30d15838;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.question-security-note strong{color:#f7faff;font-size:.9375rem;font-weight:760;display:block}.question-security-note p{color:#ebf2ff94;margin-top:4px;font-size:.875rem;line-height:1.55}.question-security-note-modal{border-radius:14px;margin:6px 0 14px}.question-package-icon{color:#a796ff;background:#8e5fff1f;border-color:#8e5fff3d}.question-subject{color:#6dc7ff;font-weight:760}.question-table{min-width:980px}.question-row-actions{min-width:245px}.question-row-btn-danger{color:#ff766f;background:#ff453a17;border-color:#ff453a42}.question-row-btn-danger:hover{background:#ff453a29;border-color:#ff453a61}.question-empty-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.question-upload-modal{max-width:640px}.security-btn:disabled,.security-row-btn:disabled{opacity:.46;cursor:not-allowed;transform:none}.results-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;display:grid}.results-test-list{align-self:start}.results-test-stack{flex-direction:column;gap:10px;display:flex}.results-test-card{text-align:left;color:#ebf2ffad;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:4px;width:100%;padding:14px;font-family:inherit;transition:background .16s,border-color .16s,transform .16s;display:flex}.results-test-card:hover,.results-test-card-active{background:#0a84ff1c;border-color:#53b6ff47;transform:translateY(-1px)}.results-test-card:focus-visible{outline-offset:2px;outline:2px solid #6dc7ffc7}.results-test-card-export{color:#bfe9ff;cursor:pointer;background:#0a84ff1f;border:1px solid #6dc7ff3d;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:34px;margin-top:8px;font-family:inherit;font-size:.78rem;font-weight:800;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.results-test-card-export:hover{background:#0a84ff2e;border-color:#6dc7ff6b;transform:translateY(-1px)}.results-test-card span{color:#6dc7ff;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.results-test-card strong{color:#f7faff;font-size:.95rem;font-weight:740}.results-test-card small{color:#ebf2ff6b;font-size:.75rem}.results-test-card-meta{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;padding-top:10px;display:flex}.results-test-card-meta b{color:#5ce287;font-size:.875rem}.results-summary-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.results-stat{background:#ffffff0b;border:1px solid #ffffff14;border-radius:14px;padding:13px}.results-stat span{color:#ebf2ff6b;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800;display:block}.results-stat strong{color:#fff;margin-top:6px;font-size:1.15rem;font-weight:760;display:block}.results-table{min-width:1120px}.results-student-icon{color:#5ce287;background:#30d1581c;border-color:#30d15838}.results-score-cell{min-width:120px}.results-score-cell span{color:#f7faff;margin-bottom:6px;font-weight:760;display:block}.results-score-cell div{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.results-score-cell i{border-radius:inherit;background:linear-gradient(90deg,#0a84ff,#5ce287);height:100%;display:block}@media (width<=980px){.security-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.security-hero-panel{flex-direction:column;align-items:flex-start}.security-hero-actions{justify-content:flex-start}.results-layout{grid-template-columns:1fr}.results-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.security-nav{align-items:flex-start;gap:12px;height:auto;min-height:60px;padding:12px 16px}.security-nav-left{flex-direction:column;align-items:flex-start;gap:8px}.security-live-pill{display:none}.security-shell{padding:16px}.security-hero-panel{border-radius:18px;padding:22px}.security-hero-panel h1{font-size:2rem}.security-metrics-grid{grid-template-columns:1fr}.security-panel{border-radius:18px;padding:12px}.security-panel-header{flex-direction:column;align-items:flex-start;padding:4px 4px 14px}.question-security-note{flex-direction:column}.results-summary-strip{grid-template-columns:1fr}}[data-theme=light] .security-page{color:#1d1d1f;background:linear-gradient(#00000006 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#00000006 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 12% 8%,#0071e31a,#0000 28%),linear-gradient(135deg,#f5f5f7 0%,#eaf0f8 100%)}[data-theme=light] .security-nav{background:#ffffffc7;border-bottom-color:#00000014}[data-theme=light] .security-brand,[data-theme=light] .security-hero-panel h1,[data-theme=light] .security-panel-header h2,[data-theme=light] .security-metric strong,[data-theme=light] .security-empty h2,[data-theme=light] .security-hall-cell strong,[data-theme=light] .security-number{color:#1d1d1f}[data-theme=light] .security-hero-panel,[data-theme=light] .security-panel,[data-theme=light] .security-empty,[data-theme=light] .security-metric{background:#ffffffd1;border-color:#00000014;box-shadow:0 20px 55px #141e2d17,inset 0 1px #fff9}[data-theme=light] .security-back-btn,[data-theme=light] .security-icon-btn{color:#3c3c43ad;background:#0000000a;border-color:#00000014}[data-theme=light] .security-user-btn{color:#0071e3;background:#0071e31a;border-color:#0071e347}[data-theme=light] .security-brand-role,[data-theme=light] .security-panel-count,[data-theme=light] .security-btn-secondary{color:#3c3c43a6;background:#0000000a;border-color:#00000014}[data-theme=light] .security-live-pill{color:#248a3d;background:#34c7591a;border-color:#34c75938}[data-theme=light] .security-hero-panel p,[data-theme=light] .security-metric-meta,[data-theme=light] .security-empty p,[data-theme=light] .security-table td{color:#3c3c43ad}[data-theme=light] .security-metric-label,[data-theme=light] .security-muted,[data-theme=light] .security-hall-cell small{color:#3c3c4370}[data-theme=light] .security-table-wrap{background:#fff;border-color:#00000014;box-shadow:inset 0 1px #ffffffd9}[data-theme=light] .security-table{background:#fff}[data-theme=light] .security-table th{color:#232a3694;background:#f1f5fb;border-bottom-color:#00000014}[data-theme=light] .security-table tbody,[data-theme=light] .security-table tr,[data-theme=light] .security-table td{background:#fff}[data-theme=light] .security-table td{border-bottom-color:#0000000f}[data-theme=light] .security-table tbody tr:hover,[data-theme=light] .security-table tbody tr:hover td{background:#f6f9fe}[data-theme=light] .security-status{color:#3c3c4394;background:#0000000b;border-color:#00000017}[data-theme=light] .security-status-green{color:#248a3d;background:#34c7591f;border-color:#34c75940}[data-theme=light] .security-status-blue{color:#0071e3;background:#0071e31a;border-color:#0071e338}[data-theme=light] .security-modal{background:#fffffff5;border-color:#0000001a}[data-theme=light] .question-security-note{background:#ffffffb8;border-color:#0071e324}[data-theme=light] .question-security-note strong{color:#1d1d1f}[data-theme=light] .question-security-note p{color:#3c3c43a3}[data-theme=light] .question-subject{color:#0071e3}[data-theme=light] .results-test-card,[data-theme=light] .results-stat{color:#3c3c43ad;background:#00000009;border-color:#00000014}[data-theme=light] .results-test-card:hover,[data-theme=light] .results-test-card-active{background:#0071e314;border-color:#0071e333}[data-theme=light] .results-test-card strong,[data-theme=light] .results-stat strong,[data-theme=light] .results-score-cell span{color:#1d1d1f}[data-theme=light] .results-test-card small,[data-theme=light] .results-stat span{color:#3c3c437a}[data-theme=light] .results-test-card-export{color:#0071e3;background:#0071e31a;border-color:#0057b847}[data-theme=light] .results-test-card-export:hover{color:#0057b8;background:#0071e329;border-color:#0057b86b}[data-theme=light] .results-score-cell div{background:#00000014}
