:root{color-scheme:dark;font-family:Segoe UI,Tahoma,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #070d17;--surface: #0f1929;--surface-soft: #131f32;--ink: #eef3fa;--muted: #9ba9bd;--muted-2: #78879c;--line: #233149;--brand: #7c8cff;--brand-dark: #5c6fe8;--brand-soft: #19264a;--navy: #0b1220;--navy-soft: #121c30;--green: #4bd6a5;--green-soft: #102d28;--orange: #ffae57;--orange-soft: #352512;--red: #ff7575;--red-soft: #371c25;--purple: #bb8cff;--purple-soft: #2d2146;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .22), 0 10px 28px rgba(0, 0, 0, .16);--shadow-lg: 0 24px 60px rgba(0, 0, 0, .42);--radius: 16px}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);background:var(--bg)}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}svg{display:block;width:20px;height:20px;flex:0 0 auto}img{max-width:100%}::selection{color:#fff;background:var(--brand)}:focus-visible{outline:3px solid rgba(82,103,247,.28);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:9px 16px;border:1px solid transparent;border-radius:10px;font-weight:700;font-size:14px;line-height:1.2;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:not(:disabled):active{transform:translateY(1px)}.button--primary{color:#fff;background:linear-gradient(135deg,#6276ff,var(--brand-dark));box-shadow:0 8px 20px #5267f733}.button--primary:hover:not(:disabled){background:linear-gradient(135deg,#6d80ff,#3345ce)}.button--secondary{color:#344054;background:#fff;border-color:#d9deea;box-shadow:0 1px 2px #10182808}.button--secondary:hover:not(:disabled){color:var(--brand-dark);border-color:#b9c2ff;background:#fafbff}.button--ghost{color:#aebbd0;background:transparent;border-color:#ffffff17}.button--ghost:hover:not(:disabled){color:#fff;background:#ffffff0f}.button--danger{color:#fff;background:var(--red);box-shadow:0 8px 18px #d7444433}.button:disabled{opacity:.58}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.alert{min-height:44px;display:flex;align-items:flex-start;gap:10px;padding:11px 13px;border:1px solid;border-radius:11px;font-size:13px;line-height:1.65}.alert svg{width:18px;height:18px;margin-top:1px}.alert--error{color:#a62f2f;border-color:#f4cccc;background:var(--red-soft)}.alert--success{color:#087552;border-color:#bcebd9;background:var(--green-soft)}.alert--info{color:#3b50b4;border-color:#d3d9ff;background:var(--brand-soft)}.badge{width:fit-content;display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border:1px solid #e2e5eb;border-radius:999px;color:#596273;background:#f5f6f8;font-size:11px;font-weight:800;white-space:nowrap}.badge--success{color:#087653;border-color:#c4eadc;background:var(--green-soft)}.badge--warning{color:#9b5b0d;border-color:#f2d6ad;background:var(--orange-soft)}.badge--danger{color:#ad3232;border-color:#f0c9c9;background:var(--red-soft)}.badge--brand{color:#3e54cf;border-color:#d4d9ff;background:var(--brand-soft)}.badge--purple{color:#6a38c0;border-color:#dfd1f8;background:var(--purple-soft)}.spinner{width:26px;height:26px;display:inline-block;border:3px solid #dfe3ee;border-top-color:var(--brand);border-radius:50%;animation:spin .75s linear infinite}.spinner--small{width:16px;height:16px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.center-state{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px;color:var(--muted);text-align:center}.center-state--error strong,.empty-state strong{color:var(--ink);font-size:17px}.center-state p,.empty-state p{max-width:480px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.state-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:var(--brand);background:var(--brand-soft)}.state-icon svg{width:24px;height:24px}.state-icon--error{color:var(--red);background:var(--red-soft)}.empty-state{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:32px;text-align:center}.page-stack{display:flex;flex-direction:column;gap:22px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-header h1{margin:5px 0 7px;color:#121a2a;font-size:clamp(25px,2.4vw,34px);line-height:1.25;letter-spacing:-.5px}.page-header p{max-width:730px;margin:0;color:var(--muted);font-size:14px;line-height:1.75}.page-header__actions{display:flex;flex:0 0 auto;gap:10px}.eyebrow{display:block;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.field{display:flex;flex-direction:column;gap:8px}.field>span,.select-field>span{color:#344054;font-size:13px;font-weight:800}.field>span b{color:var(--red)}.field>small{color:var(--muted);font-size:11px;line-height:1.6}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap>svg{position:absolute;right:14px;z-index:1;width:18px;height:18px;color:#98a2b3;pointer-events:none}.input-wrap input,.input-wrap select,.field textarea,.search-box input,.select-field select{width:100%;border:1px solid #d9deea;border-radius:10px;color:var(--ink);background:#fff;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.input-wrap input,.input-wrap select{height:46px;padding:0 43px 0 14px}.input-wrap select{cursor:pointer}.field textarea{min-height:104px;padding:12px 14px;resize:vertical;line-height:1.7}.input-wrap input:focus,.input-wrap select:focus,.field textarea:focus,.search-box input:focus,.select-field select:focus{border-color:#93a1ff;box-shadow:0 0 0 4px #5267f71a}.input-wrap input::placeholder,.field textarea::placeholder,.search-box input::placeholder{color:#a5adba}.input-action{position:absolute;left:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;color:#7d8798;background:transparent}.input-action:hover{color:var(--brand);background:var(--brand-soft)}.pagination{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.pagination__buttons{display:flex;align-items:center;gap:9px}.pagination__buttons button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:8px;color:#475467;background:#fff}.pagination__buttons button:hover:not(:disabled){color:var(--brand);border-color:#bfc7ff;background:var(--brand-soft)}.pagination__buttons button:disabled{opacity:.4}.pagination__buttons svg{width:16px;height:16px}.icon--flip{transform:scaleX(-1)}.dialog-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:#070d199e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog{position:relative;width:min(440px,100%);padding:28px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:#fff;box-shadow:var(--shadow-lg)}.dialog h2{margin:17px 0 8px;font-size:21px}.dialog p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.dialog__close{position:absolute;top:16px;left:16px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:9px;color:#667085;background:#f4f5f7}.dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.admin-layout{min-height:100vh;display:flex;direction:rtl}.sidebar{position:fixed;inset:0 0 0 auto;z-index:60;width:282px;min-height:100vh;display:flex;flex-direction:column;padding:22px 17px 16px;overflow-y:auto;color:#dfe6f2;background:radial-gradient(circle at 80% 5%,rgba(82,103,247,.16),transparent 28%),linear-gradient(180deg,#0c1423,#09101d);border-left:1px solid rgba(255,255,255,.06)}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:2px 5px 20px}.brand-mark{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(142,157,255,.35);border-radius:13px;color:#fff;background:linear-gradient(135deg,#6376ff,#4455d5);box-shadow:0 10px 25px #4c5de040}.brand-mark svg{width:23px;height:23px}.sidebar__brand>div:nth-child(2){display:flex;flex-direction:column}.sidebar__brand strong{color:#fff;font-size:17px;letter-spacing:.01em}.sidebar__brand span{margin-top:2px;color:#8290aa;font-size:10px}.sidebar__close{display:none;margin-right:auto;padding:7px;border:0;border-radius:8px;color:#a9b5c8;background:#ffffff0f}.sidebar__environment{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:11px 12px;margin:2px 2px 24px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#ffffff09}.status-dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:#38d69b;box-shadow:0 0 0 4px #38d69b1c,0 0 14px #38d69b73}.sidebar__environment>div{min-width:0;display:flex;flex-direction:column}.sidebar__environment strong{color:#dce5f4;font-size:11px}.sidebar__environment span:not(.status-dot){overflow:hidden;color:#73829c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.sidebar__environment svg{width:17px;color:#7484ed}.sidebar__nav{display:flex;flex-direction:column;gap:6px}.sidebar__label{padding:0 12px 7px;color:#66758f;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.nav-item{position:relative;min-height:58px;display:flex;align-items:center;gap:12px;padding:9px 12px;border:1px solid transparent;border-radius:11px;color:#8f9cb0;transition:color .16s ease,background .16s ease,border-color .16s ease}.nav-item>svg{width:20px;height:20px}.nav-item>span{display:flex;flex-direction:column;gap:2px}.nav-item strong{font-size:13px}.nav-item small{color:#67758b;font-size:9px}.nav-item:hover{color:#dce4f1;background:#ffffff0a}.nav-item.is-active{color:#fff;border-color:#798bff24;background:linear-gradient(90deg,#5267f72e,#5267f714)}.nav-item.is-active:after{position:absolute;top:13px;right:-18px;width:3px;height:32px;border-radius:4px 0 0 4px;background:#7283ff;content:""}.nav-item.is-active>svg{color:#8594ff}.nav-item.is-active small{color:#8794aa}.sidebar__footer{display:flex;flex-direction:column;gap:11px;margin-top:auto;padding-top:22px}.sidebar__footer .alert{padding:8px;font-size:10px}.sidebar__footer .button{width:100%}.admin-profile{display:flex;align-items:center;gap:10px;padding:13px 4px 5px;border-top:1px solid rgba(255,255,255,.07)}.admin-profile>div{min-width:0;display:flex;flex-direction:column}.admin-profile strong{overflow:hidden;color:#dce4f1;font-size:10px;direction:ltr;text-align:right;text-overflow:ellipsis;white-space:nowrap}.admin-profile span:not(.avatar){color:#6f7d92;font-size:9px}.avatar{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border:1px solid #dce1ed;border-radius:11px;color:#4457d3;background:var(--brand-soft);font-size:11px;font-weight:900}.avatar img{width:100%;height:100%;object-fit:cover}.avatar--dark{width:35px;height:35px;color:#dbe1ff;border-color:#8b99ff3d;background:#5267f72e}.avatar--game{color:#087856;border-color:#ccecdf;background:var(--green-soft)}.avatar--game svg{width:19px}.admin-main{width:calc(100% - 282px);min-height:100vh;margin-right:282px}.topbar{position:sticky;top:0;z-index:40;height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 32px;border-bottom:1px solid rgba(222,226,236,.9);background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__title{display:flex;align-items:center;gap:11px}.topbar__title>div{display:flex;flex-direction:column}.topbar__title span{color:var(--muted-2);font-size:9px}.topbar__title strong{color:#283246;font-size:13px}.mobile-menu{display:none;padding:8px;border:1px solid var(--line);border-radius:9px;color:#475467;background:#fff}.topbar__status{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #e2e6ee;border-radius:999px;color:#5c6678;background:#f8f9fb;direction:ltr;font-size:10px;font-weight:800}.topbar__status svg{width:14px;height:14px;color:var(--brand)}.topbar__status i{width:6px;height:6px;border-radius:50%;background:#25b77f}.page-content{width:min(1480px,100%);padding:32px;margin:0 auto}.sidebar-backdrop{display:none}.app-loading{min-height:100vh;display:grid;place-items:center;background:var(--bg)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;transition:opacity .16s ease}.is-refreshing{opacity:.62;pointer-events:none}.metric-card{min-height:143px;display:flex;align-items:flex-start;gap:14px;padding:20px}.metric-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:12px}.metric-card__icon svg{width:21px;height:21px}.metric-card__icon--blue{color:#3d58d6;background:var(--brand-soft)}.metric-card__icon--purple{color:#7241c9;background:var(--purple-soft)}.metric-card__icon--green{color:#087a56;background:var(--green-soft)}.metric-card__icon--orange{color:#b7600b;background:var(--orange-soft)}.metric-card>div{min-width:0;display:flex;flex-direction:column}.metric-card span:not(.metric-card__icon){color:var(--muted);font-size:11px;font-weight:700}.metric-card strong{margin:3px 0 1px;color:#111827;font-size:31px;line-height:1.2}.metric-card small{color:var(--muted-2);font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:18px}.quick-actions,.security-card{padding:23px}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.card-heading h2{margin:3px 0 0;font-size:18px}.card-heading>svg{color:var(--green)}.quick-actions__list{display:flex;flex-direction:column}.quick-actions__list a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:14px 2px;border-top:1px solid #edf0f5}.quick-actions__list a:first-child{border-top:0}.quick-actions__list a:hover>div strong,.quick-actions__list a:hover>span:last-child{color:var(--brand)}.quick-actions__list a>div{display:flex;flex-direction:column;gap:3px}.quick-actions__list strong{font-size:13px;transition:color .15s ease}.quick-actions__list small{color:var(--muted);font-size:10px}.quick-actions__list a>span:last-child{color:#a8b0bd;font-weight:900}.quick-icon,.heading-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px}.quick-icon svg,.heading-icon svg{width:19px}.quick-icon--blue{color:#455bd7;background:var(--brand-soft)}.quick-icon--green{color:#087955;background:var(--green-soft)}.quick-icon--purple{color:#7242c6;background:var(--purple-soft)}.security-card{position:relative;overflow:hidden;color:#d9e1ee;background:radial-gradient(circle at 10% 10%,rgba(105,124,255,.2),transparent 35%),linear-gradient(150deg,#121d32,#0b1322);border-color:#1e2b43}.security-card:after{position:absolute;left:-45px;bottom:-55px;width:150px;height:150px;border:24px solid rgba(255,255,255,.025);border-radius:50%;content:""}.security-card__icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid rgba(137,151,255,.25);border-radius:14px;color:#9ca8ff;background:#5267f71f}.security-card h2{margin:5px 0 8px;color:#fff;font-size:20px}.security-card>p{margin:0;color:#92a0b6;font-size:12px;line-height:1.8}.security-card ul{display:flex;flex-direction:column;gap:8px;padding:0;margin:18px 0;list-style:none}.security-card li{display:flex;align-items:center;gap:8px;color:#b9c4d5;font-size:11px}.security-card li svg{width:15px;height:15px;color:#4bd5a2}.security-card>small{position:relative;z-index:1;color:#687891;font-size:9px}.toolbar-card{display:flex;align-items:flex-end;gap:14px;padding:14px}.toolbar-card--compact{padding:11px}.search-box{position:relative;min-width:240px;display:flex;align-items:center;flex:1}.search-box>svg{position:absolute;right:13px;z-index:1;width:18px;height:18px;color:#8f99aa}.search-box input{height:42px;padding:0 41px 0 38px}.search-box .spinner{position:absolute;left:13px}.select-field{min-width:190px;display:flex;flex-direction:column;gap:6px}.select-field select{height:42px;padding:0 11px;cursor:pointer}.table-card{overflow:hidden;transition:opacity .16s ease}.table-card__header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 20px;border-bottom:1px solid var(--line)}.table-card__header>div:first-child{display:flex;flex-direction:column;gap:2px}.table-card__header h2{margin:0;font-size:16px}.table-card__header span{color:var(--muted);font-size:10px}.table-card__header .alert{min-height:36px;padding:7px 10px}.table-scroll{overflow-x:auto}table{width:100%;min-width:980px;border-collapse:collapse;font-size:12px}th{padding:11px 15px;color:#788397;background:#fafbfc;border-bottom:1px solid var(--line);font-size:10px;font-weight:800;text-align:right;white-space:nowrap}td{padding:13px 15px;border-bottom:1px solid #edf0f5;color:#344054;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcff}td>small,td>.primary-text+small{display:block;margin-top:4px;color:var(--muted-2);font-size:9px}.primary-text{color:#2f394b;font-size:11px}.mfa-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:28px;color:#dbe4f1;background:radial-gradient(circle at 50% 0%,rgba(76,95,218,.28),transparent 35%),linear-gradient(160deg,#111c30,#080f1b 65%)}.mfa-brand{display:flex;align-items:center;gap:10px}.mfa-brand>span{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(145,158,255,.25);border-radius:11px;color:#aab4ff;background:#5267f724}.mfa-brand>div{display:flex;flex-direction:column}.mfa-brand strong{color:#fff;font-size:15px}.mfa-brand small{color:#64748b;font-size:7px;letter-spacing:.16em}.mfa-card{width:min(470px,100%);padding:30px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#fffffff7;box-shadow:0 30px 80px #00000047;color:var(--ink)}.mfa-card>.center-state{min-height:300px}.mfa-card__icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:14px;color:var(--brand);background:var(--brand-soft)}.mfa-card h1{margin:6px 0 8px;font-size:24px}.mfa-card>p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.75}.mfa-card>.alert{margin-bottom:16px}.mfa-actions{display:flex;flex-direction:column;gap:9px}.mfa-actions .button{width:100%}.mfa-enrollment{display:flex;flex-direction:column;gap:14px;margin:18px 0}.mfa-steps{display:flex;flex-direction:column;gap:7px;color:#566175;font-size:11px}.mfa-steps span{display:flex;align-items:center;gap:8px}.mfa-steps b{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--brand);background:var(--brand-soft);font-size:10px}.mfa-qr{width:190px;height:190px;align-self:center;display:grid;place-items:center;padding:10px;border:1px solid #dfe3eb;border-radius:14px;background:#fff}.mfa-qr img{width:100%;height:100%;object-fit:contain}.mfa-secret>span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px}.mfa-secret>div{display:flex;align-items:center;gap:8px;padding:8px 9px;border:1px solid #e0e4ec;border-radius:9px;background:#f8f9fb}.mfa-secret code{min-width:0;flex:1;overflow-wrap:anywhere;color:#344054;font-size:10px}.mfa-secret button{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:0;border-radius:7px;color:var(--brand);background:var(--brand-soft);font-size:9px;font-weight:800}.mfa-secret button svg{width:12px;height:12px}.mfa-code-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}.mfa-code-form label{color:#344054;font-size:12px;font-weight:800}.mfa-code-form input{width:100%;height:56px;padding:0 12px;border:1px solid #d8deea;border-radius:11px;outline:none;color:#1d2939;background:#fff;font:700 24px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.35em;text-align:center}.mfa-code-form input:focus{border-color:#929fff;box-shadow:0 0 0 4px #5267f71a}.mfa-code-form .button{width:100%;min-height:46px}.mfa-footer{color:#687890;font-size:9px}.identity-cell{min-width:180px;display:flex;align-items:center;gap:10px}.identity-cell>div{min-width:0;display:flex;flex-direction:column;gap:3px}.identity-cell strong{max-width:190px;overflow:hidden;color:#253047;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.identity-cell small{max-width:180px;overflow:hidden;color:var(--muted-2);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.role-badges{min-width:105px;display:flex;flex-wrap:wrap;gap:5px}.role-actions{display:flex;gap:5px}.role-actions button{height:31px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #e0e4eb;border-radius:8px;color:#697386;background:#fff;font-size:9px;font-weight:800}.role-actions button svg{width:13px;height:13px}.role-actions button:hover{color:var(--brand);border-color:#bec7ff}.role-actions button.is-enabled{color:#5264d5;border-color:#ccd2ff;background:var(--brand-soft)}.override-layout{display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);align-items:start;gap:18px}.override-form-card{position:sticky;top:94px;padding:22px}.override-form-card form{display:flex;flex-direction:column;gap:17px}.override-form-card form>.button{width:100%;margin-top:2px}.heading-icon{color:var(--brand);background:var(--brand-soft)}.override-list{min-width:0;display:flex;flex-direction:column;gap:14px}.reason-text{max-width:240px;display:-webkit-box;overflow:hidden;color:#4c5668;font-size:10px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.icon-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:9px;background:#fff}.icon-button svg{width:16px;height:16px}.icon-button--danger{color:#c94343}.icon-button--danger:hover:not(:disabled){border-color:#efc1c1;background:var(--red-soft)}.icon-button:disabled{opacity:.35}.audit-table{min-width:1150px}.audit-table code{padding:4px 6px;border:1px solid #e4e7ec;border-radius:6px;color:#4a5570;background:#f7f8fa;font:9px ui-monospace,SFMono-Regular,Consolas,monospace;direction:ltr}.audit-details{position:relative}.audit-details summary{color:var(--brand);font-size:10px;font-weight:800;cursor:pointer}.audit-details pre{position:absolute;z-index:10;top:22px;left:0;width:300px;max-height:220px;padding:12px;overflow:auto;border:1px solid #dce1eb;border-radius:9px;color:#dfe7f3;background:#101827;box-shadow:var(--shadow-lg);font:9px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.admin-create-card{padding:23px;border-color:#dfe3ff;background:linear-gradient(135deg,#fff,#fafbff)}.admin-create-card form{display:flex;flex-direction:column;gap:20px}.admin-create-grid{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(220px,1fr) minmax(190px,.8fr);align-items:start;gap:16px}.admin-create-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:17px;border-top:1px solid var(--line)}.admin-create-footer>.alert{max-width:590px;flex:1}.admin-create-footer>div{display:flex;flex:0 0 auto;gap:9px}.admin-accounts-toolbar .select-field{min-width:175px}.admin-accounts-table{min-width:1120px}.admin-accounts-table tr.is-inactive td:not(:last-child){opacity:.58}.admin-account-actions{min-width:330px;display:flex;align-items:center;gap:6px}.admin-account-actions>label{min-width:115px}.admin-account-actions select{width:100%;height:34px;padding:0 9px;border:1px solid #dce1eb;border-radius:8px;color:#384357;background:#fff;outline:none;font-size:9px;font-weight:800;cursor:pointer}.admin-account-actions select:focus{border-color:#9ba7ff;box-shadow:0 0 0 3px #5267f71a}.admin-account-actions select:disabled{opacity:.5;cursor:not-allowed}.admin-action-button{height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #e5d7b8;border-radius:8px;color:#8b621b;background:#fffaf0;font-size:9px;font-weight:800;white-space:nowrap}.admin-action-button svg{width:13px;height:13px}.admin-action-button:hover{border-color:#d8b86f;background:#fff6df}.admin-action-button--danger{color:#b13a3a;border-color:#efcccc;background:#fff7f7}.admin-action-button--danger:hover{border-color:#e5a8a8;background:var(--red-soft)}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);direction:ltr;background:#fff}.login-showcase{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:42px 48px;color:#dfe7f4;background:linear-gradient(#080f1cbf,#080f1ceb),radial-gradient(circle at 15% 20%,#26366e,transparent 38%),linear-gradient(140deg,#121e34,#070d18);direction:rtl}.login-showcase:before,.login-showcase:after{position:absolute;border:1px solid rgba(135,151,255,.08);border-radius:50%;content:""}.login-showcase:before{width:560px;height:560px;left:-270px;top:80px}.login-showcase:after{width:360px;height:360px;left:-170px;top:180px}.login-showcase__glow{position:absolute;width:360px;height:360px;left:-80px;bottom:-100px;border-radius:50%;background:#4a5cdc2e;filter:blur(65px)}.login-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.login-brand>span{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(153,166,255,.3);border-radius:13px;color:#fff;background:linear-gradient(135deg,#687bff,#4353cc);box-shadow:0 14px 35px #4151c84d}.login-brand>div{display:flex;flex-direction:column}.login-brand strong{color:#fff;font-size:17px}.login-brand small{color:#687894;font-size:8px;letter-spacing:.17em}.login-showcase__content{position:relative;z-index:1;width:min(520px,100%)}.security-pill{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(137,152,255,.2);border-radius:999px;color:#aeb9ff;background:#5267f717;font-size:10px;font-weight:800}.security-pill svg{width:14px;height:14px}.login-showcase h1{margin:22px 0 14px;color:#fff;font-size:clamp(37px,4.5vw,62px);line-height:1.2;letter-spacing:-1.5px}.login-showcase h1 em{color:#8190ff;font-style:normal}.login-showcase__content>p{max-width:500px;margin:0;color:#8997ae;font-size:14px;line-height:1.9}.login-showcase__footer{position:relative;z-index:1;display:flex;align-items:center;gap:9px;color:#65758e;font-size:9px}.login-showcase__footer bdi{color:#8b99af}.login-panel{min-height:100vh;display:grid;place-items:center;padding:40px;background:radial-gradient(circle at 90% 10%,rgba(82,103,247,.055),transparent 30%),#fff;direction:rtl}.login-form{width:min(420px,100%);display:flex;flex-direction:column;gap:19px}.login-form__icon{width:49px;height:49px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfe3ff;border-radius:14px;color:var(--brand);background:var(--brand-soft)}.login-form__icon svg{width:23px;height:23px}.login-form__heading span{color:var(--brand);font-size:11px;font-weight:900}.login-form__heading h2{margin:6px 0 8px;color:#101828;font-size:29px;letter-spacing:-.4px}.login-form__heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.login-submit{min-height:48px;margin-top:3px}.login-note{display:flex;gap:10px;padding-top:17px;border-top:1px solid #eceef3;color:#8b94a3}.login-note>svg{width:17px;height:17px;margin-top:3px}.login-note p{margin:0;font-size:10px;line-height:1.65}.login-note strong{color:#667085}.config-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:24px;color:#d9e2f0;background:radial-gradient(circle at 50% 0%,#1d2a4c,#09101c 55%)}.config-error__brand{display:flex;align-items:center;gap:9px;color:#fff;font-weight:800}.config-error__brand svg{color:#8291ff}.config-error__card{width:min(580px,100%);padding:30px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0e;box-shadow:0 30px 80px #00000040}.config-error__card h1{margin:18px 0 7px;color:#fff;font-size:24px}.config-error__card p,.config-error__card li{color:#9cabc1;font-size:13px;line-height:1.8}.config-error__card ul{padding-right:20px}.config-error__card code{display:block;padding:10px;border-radius:8px;color:#b8c2ff;background:#00000038;direction:ltr;text-align:left}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.not-found>span{width:66px;height:66px;display:inline-flex;align-items:center;justify-content:center;border-radius:20px;color:var(--brand);background:var(--brand-soft)}.not-found>span svg{width:31px;height:31px}.not-found>strong{margin-top:20px;color:var(--brand);font-size:14px}.not-found h1{margin:6px 0;font-size:28px}.not-found p{margin:0 0 20px;color:var(--muted)}.not-found a{padding:10px 16px;border-radius:9px;color:#fff;background:var(--brand);font-size:13px;font-weight:800}.button--secondary{color:#d9e2ef;background:#121e30;border-color:#30405a;box-shadow:0 1px 2px #0003}.button--secondary:hover:not(:disabled){color:#fff;border-color:#6577d8;background:#182642}.alert--error{color:#faa;border-color:#67333f;background:#301a22}.alert--success{color:#7ce2bd;border-color:#285c4d;background:#122b27}.alert--info{color:#b7c0ff;border-color:#3b4d81;background:#172342}.badge{color:#c3cddd;border-color:#34435a;background:#172235}.badge--success{color:#75dfb8;border-color:#285a4b;background:var(--green-soft)}.badge--warning{color:#ffc073;border-color:#654a26;background:var(--orange-soft)}.badge--danger{color:#ff9b9b;border-color:#65313d;background:var(--red-soft)}.badge--brand{color:#aeb9ff;border-color:#3b4b83;background:var(--brand-soft)}.badge--purple{color:#d3b2ff;border-color:#594279;background:var(--purple-soft)}.spinner{border-color:#2b3950;border-top-color:var(--brand)}.page-header h1,.card-heading h2,.table-card__header h2,.not-found h1{color:var(--ink)}.field>span,.select-field>span,.mfa-code-form label{color:#d6deea}.input-wrap input,.input-wrap select,.field textarea,.search-box input,.select-field select,.admin-account-actions select,.mfa-code-form input{color:#edf2f8;border-color:#2b3b53;background:#0a1321}select option{color:#edf2f8;background:#0e1828}.input-wrap input::placeholder,.field textarea::placeholder,.search-box input::placeholder,.mfa-code-form input::placeholder{color:#64738a}.input-wrap input:focus,.input-wrap select:focus,.field textarea:focus,.search-box input:focus,.select-field select:focus,.admin-account-actions select:focus,.mfa-code-form input:focus{border-color:#7485ed;box-shadow:0 0 0 4px #7c8cff24}.input-action{color:#8e9bb0}.input-action:hover{color:#b7c1ff;background:var(--brand-soft)}.pagination__buttons button,.mobile-menu,.icon-button,.role-actions button{color:#bac5d5;border-color:#2d3c53;background:#111c2d}.pagination__buttons button:hover:not(:disabled),.role-actions button:hover{color:#b6c0ff;border-color:#5869bd;background:var(--brand-soft)}.dialog{color:var(--ink);border-color:#34435b;background:#101a2b}.dialog__close{color:#a9b4c5;background:#182438}.dialog__close:hover:not(:disabled){color:#fff;background:#22314a}.sidebar{background:radial-gradient(circle at 80% 5%,rgba(92,111,232,.2),transparent 28%),linear-gradient(180deg,#0d1727,#080f1b)}.topbar{border-bottom-color:#233149eb;background:#09101ce0}.topbar__title strong{color:#dbe3ef}.topbar__status{color:#aeb9c9;border-color:#2a3950;background:#101b2b}.metric-card strong,.identity-cell strong,.primary-text{color:#e6edf7}.metric-card__icon--blue,.quick-icon--blue{color:#9aa8ff}.metric-card__icon--purple,.quick-icon--purple{color:#c49aff}.metric-card__icon--green,.quick-icon--green,.avatar--game{color:#68deb5}.metric-card__icon--orange{color:#ffc078}.quick-actions__list a{border-top-color:var(--line)}.quick-actions__list a:hover{background:#7c8cff0b}.quick-actions__list a:hover>div strong,.quick-actions__list a:hover>span:last-child{color:#aab5ff}.search-box>svg{color:#8290a5}th{color:#9aa8bc;background:#121d2e}td{color:#cdd7e5;border-bottom-color:#202d42}tbody tr:hover td{background:#121f32}.avatar{color:#aab5ff;border-color:#354461;background:var(--brand-soft)}.avatar--game{border-color:#28574b}.reason-text{color:#b4c0d0}.role-actions button.is-enabled{color:#aeb8ff;border-color:#45558c;background:var(--brand-soft)}.icon-button--danger{color:#ff8989}.icon-button--danger:hover:not(:disabled){border-color:#72404a;background:var(--red-soft)}.audit-table code{color:#b9c5d8;border-color:#2b3a50;background:#0b1422}.admin-create-card{border-color:#30416a;background:linear-gradient(135deg,#111c2e,#0f1929)}.admin-account-actions select:disabled{color:#8491a4;background:#0d1624}.admin-action-button{color:#f4c477;border-color:#654c2e;background:#2c2419}.admin-action-button:hover:not(:disabled){border-color:#8b6937;background:#382b1b}.admin-action-button--danger{color:#ff9b9b;border-color:#663640;background:#301d23}.admin-action-button--danger:hover:not(:disabled){border-color:#884754;background:var(--red-soft)}.admin-action-button:disabled{color:#8390a4;border-color:#344258;background:#131d2c;opacity:1}.admin-accounts-table tr.is-root-owner td{background:#bb8cff0b}.admin-accounts-table tr.is-root-owner:hover td{background:#bb8cff13}.admin-account-identity{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.admin-account-identity strong{max-width:190px}.admin-account-identity .badge{padding:3px 7px;font-size:8px}.admin-account-actions{flex-wrap:wrap}.root-owner-explanation{width:100%;display:flex;align-items:center;gap:5px;color:#acb7c8;font-size:8px;line-height:1.5}.root-owner-explanation svg{width:13px;height:13px;color:#c49aff}.mfa-card{border-color:#304058;background:#0e1828fa}.mfa-steps{color:#aeb9ca}.mfa-secret>div{border-color:#2c3b52;background:#0a1321}.mfa-secret code{color:#dce5f1}.mfa-qr{border-color:#485873}.login-page{background:var(--bg)}.login-panel{background:radial-gradient(circle at 90% 10%,rgba(82,103,247,.11),transparent 32%),#080f1b}.login-form__heading h2{color:#f0f4fa}.login-form__icon{border-color:#384a7b}.login-note{color:#8492a7;border-top-color:#253249}.login-note strong{color:#b5c0d0}@media(max-width:1180px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.override-layout{grid-template-columns:310px minmax(0,1fr)}.login-page{grid-template-columns:minmax(390px,.85fr) minmax(460px,1.15fr)}.login-showcase{padding:36px}.admin-create-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:980px){.dashboard-grid,.override-layout{grid-template-columns:1fr}.override-form-card{position:static}.login-page{grid-template-columns:1fr 1.1fr}.login-showcase{padding:30px}.login-showcase h1{font-size:38px}}@media(max-width:860px){.sidebar{width:min(310px,88vw);transform:translate(105%);box-shadow:-20px 0 50px #02081247;transition:transform .22s ease}.sidebar.is-open{transform:translate(0)}.sidebar__close{display:inline-flex}.sidebar-backdrop{position:fixed;inset:0;z-index:50;display:block;visibility:hidden;padding:0;border:0;opacity:0;background:#070c168c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .18s ease,visibility .18s ease}.sidebar-backdrop.is-visible{visibility:visible;opacity:1}.admin-main{width:100%;margin-right:0}.mobile-menu{display:inline-flex}.page-content{padding:25px 22px}.topbar{padding:0 22px}}@media(max-width:760px){.login-page{display:block}.login-showcase{display:none}.login-panel{min-height:100vh;padding:28px}.page-header{align-items:flex-start;flex-direction:column}.toolbar-card{align-items:stretch;flex-direction:column}.select-field,.search-box{min-width:0}.table-card__header{align-items:flex-start;flex-direction:column}.admin-create-grid{grid-template-columns:1fr}.admin-create-footer{align-items:stretch;flex-direction:column}.admin-create-footer>.alert{max-width:none}.admin-create-footer>div{justify-content:flex-end}}@media(max-width:560px){.page-content{padding:22px 14px}.topbar{height:64px;padding:0 14px}.topbar__status span{display:none}.metrics-grid{grid-template-columns:1fr;gap:11px}.metric-card{min-height:116px;padding:17px}.metric-card strong{font-size:27px}.page-stack{gap:16px}.page-header h1{font-size:25px}.page-header__actions,.page-header__actions .button{width:100%}.quick-actions,.security-card,.override-form-card{padding:18px}.quick-actions__list small{display:none}.pagination{align-items:flex-start;flex-direction:column}.pagination__buttons{width:100%;justify-content:space-between}.dialog{padding:22px}.dialog__actions{flex-direction:column-reverse}.dialog__actions .button{width:100%}.login-panel{padding:22px}.login-form__heading h2{font-size:26px}.admin-create-card{padding:18px}.admin-create-footer>div{flex-direction:column-reverse}.admin-create-footer>div .button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.staff-page .page-header__actions .badge{min-height:36px;gap:7px;padding-inline:12px}.staff-page .page-header__actions svg{width:15px;height:15px}.staff-tabs{width:fit-content;display:flex;gap:5px;padding:5px;border:1px solid var(--line);border-radius:13px;background:#0c1524}.staff-tabs button{min-height:42px;display:flex;align-items:center;gap:8px;padding:8px 14px;border:0;border-radius:9px;color:#8998ae;background:transparent;font-size:12px;font-weight:800}.staff-tabs button svg{width:17px;height:17px}.staff-tabs button b{min-width:22px;padding:2px 6px;border-radius:999px;color:#aab6c8;background:#172438;font-size:9px;text-align:center}.staff-tabs button.is-active{color:#dce3ff;background:var(--brand-soft);box-shadow:inset 0 0 0 1px #35457d}.staff-tabs button.is-active b{color:#fff;background:#5366d6}.staff-owner-gate{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:30px;text-align:center}.staff-owner-gate h2,.staff-owner-gate p{margin:0}.staff-owner-gate p{max-width:560px;color:var(--muted);font-size:13px;line-height:1.8}.staff-security-note{display:flex;align-items:center;gap:13px;padding:16px 18px;border-color:#3a4775;background:linear-gradient(135deg,#151e3a,#111b2c)}.staff-security-note>svg{width:23px;height:23px;color:#aab5ff}.staff-security-note>div{display:flex;flex-direction:column;gap:3px}.staff-security-note strong{color:#e5e9ff;font-size:12px}.staff-security-note span{color:#9ca9bd;font-size:11px;line-height:1.65}.staff-section-heading,.staff-permissions-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.staff-section-heading h2,.staff-section-heading p,.staff-permissions-heading h3,.staff-permissions-heading p{margin:0}.staff-section-heading h2{color:var(--ink);font-size:20px}.staff-section-heading p,.staff-permissions-heading p{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.6}.staff-role-editor{padding:22px;border-color:#35456a;background:linear-gradient(145deg,#111c2e,#0d1727)}.staff-role-editor form{display:flex;flex-direction:column;gap:20px}.staff-color-preview{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--staff-role-color);border-radius:12px;color:var(--staff-role-color);background:var(--staff-role-soft)}.staff-color-preview svg{width:21px;height:21px}.staff-template-list{display:flex;flex-direction:column;gap:9px;margin:18px 0;padding:14px;border:1px solid #2c3b52;border-radius:12px;background:#0a1422}.staff-template-list>span{color:#aeb9ca;font-size:10px;font-weight:800}.staff-template-list>div{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:8px}.staff-template-list button{min-height:52px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid #2d3c53;border-radius:9px;color:#d8e0ec;background:#111d2e;text-align:right}.staff-template-list button:hover{border-color:var(--staff-role-color);background:var(--staff-role-soft)}.staff-template-list button i,.staff-role-title>i,.staff-role-badge i,.staff-role-choice>i{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:var(--staff-role-color);box-shadow:0 0 12px var(--staff-role-color)}.staff-template-list button span{min-width:0;display:flex;flex-direction:column;font-size:10px;font-weight:800}.staff-template-list button small{overflow:hidden;color:#7f8da2;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.staff-role-fields{display:grid;grid-template-columns:repeat(2,minmax(210px,1fr));gap:15px}.staff-role-fields .input-wrap input{padding-inline:12px}.staff-color-field>div{display:grid;grid-template-columns:52px 1fr;gap:8px}.staff-color-field input{width:100%;height:42px;padding:5px;border:1px solid #2b3b53;border-radius:10px;color:#edf2f8;background:#0a1321;outline:none}.staff-color-field input[type=color]{cursor:pointer}.staff-switch{width:fit-content;display:flex;align-items:center;gap:10px;cursor:pointer}.staff-switch>input{position:absolute;opacity:0}.staff-switch>span{position:relative;width:39px;height:22px;flex:0 0 auto;border:1px solid #39475a;border-radius:999px;background:#182334;transition:.16s ease}.staff-switch>span:after{position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;background:#8794a7;content:"";transition:.16s ease}.staff-switch>input:checked+span{border-color:#6477e4;background:#4054ca}.staff-switch>input:checked+span:after{right:20px;background:#fff}.staff-switch>div{display:flex;flex-direction:column}.staff-switch strong{color:#dce4ef;font-size:11px}.staff-switch small{color:#8492a7;font-size:9px}.staff-permissions-heading{align-items:center;padding-top:18px;border-top:1px solid var(--line)}.staff-permissions-heading h3{color:var(--ink);font-size:16px}.staff-permission-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:13px}.staff-permission-group{overflow:hidden;border:1px solid #293850;border-radius:12px;background:#0a1422}.staff-permission-group>header{min-height:51px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;border-bottom:1px solid #26344a;background:#111d2e}.staff-permission-group>header div{display:flex;flex-direction:column}.staff-permission-group>header strong{color:#dbe3ef;font-size:11px}.staff-permission-group>header span{color:#758398;font-size:8px}.staff-permission-group>header button{padding:5px 8px;border:1px solid #384971;border-radius:7px;color:#aeb9ff;background:#172440;font-size:8px;font-weight:800}.staff-permission-group>header button:disabled{opacity:.4}.staff-permission-group>div{display:flex;flex-direction:column}.staff-permission{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:start;gap:9px;padding:12px;border-bottom:1px solid #202e42;cursor:pointer}.staff-permission:last-child{border-bottom:0}.staff-permission:hover,.staff-permission.is-selected{background:#7c8cff0e}.staff-permission.is-unavailable{cursor:not-allowed;opacity:.58}.staff-permission.is-unavailable:hover{background:transparent}.staff-permission>input{position:absolute;opacity:0}.staff-checkmark{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #415069;border-radius:5px;background:#111c2b}.staff-permission>input:checked+.staff-checkmark{border-color:#7182ed;background:#5265d6}.staff-permission>input:checked+.staff-checkmark:after{width:7px;height:4px;margin-top:-2px;border-right:2px solid #fff;border-bottom:2px solid #fff;content:"";transform:rotate(45deg)}.staff-permission>div{min-width:0}.staff-permission>div>strong{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;color:#dbe3ee;font-size:10px}.staff-permission>div>strong small{color:#7f8da1;font-size:8px}.staff-permission p{margin:4px 0;color:#8997ab;font-size:9px;line-height:1.55}.staff-permission code{color:#687891;font:7px ui-monospace,SFMono-Regular,Consolas,monospace;direction:ltr}.staff-permission>.badge{padding:3px 6px;font-size:7px}.staff-editor-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:17px;border-top:1px solid var(--line)}.staff-role-list{display:flex;flex-direction:column;gap:9px}.staff-role-card{position:relative;min-height:78px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;overflow:hidden;padding:13px 16px 13px 20px}.staff-role-stripe{position:absolute;top:0;right:0;bottom:0;width:4px;background:var(--staff-role-color);box-shadow:0 0 20px var(--staff-role-color)}.staff-role-order{display:grid;grid-template-columns:20px 18px 20px;align-items:center;gap:2px;direction:ltr}.staff-role-order button{width:20px;height:25px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:5px;color:#7d8ba0;background:transparent}.staff-role-order button:hover:not(:disabled){color:#fff;background:#1d2a3f}.staff-role-order button:disabled{opacity:.25}.staff-role-order button:first-child svg{transform:rotate(90deg)}.staff-role-order button:last-child svg{transform:rotate(-90deg)}.staff-role-order svg{width:14px;height:14px}.staff-role-order b{color:#758398;font-size:9px;text-align:center}.staff-role-main{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:20px}.staff-role-title{min-width:0;display:flex;align-items:center;gap:10px}.staff-role-title>i{width:11px;height:11px}.staff-role-title>div{min-width:0;display:flex;flex-direction:column}.staff-role-title strong{color:var(--staff-role-color);font-size:13px}.staff-role-title span{overflow:hidden;color:#76859a;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.staff-role-meta,.staff-role-actions,.staff-member-actions{display:flex;align-items:center;gap:7px}.staff-role-meta>span:not(.badge){color:#8a98ac;font-size:9px;white-space:nowrap}.staff-role-actions button,.staff-member-actions button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 9px;border:1px solid #35445b;border-radius:8px;color:#b7c1d0;background:#142034;font-size:9px;font-weight:800;white-space:nowrap}.staff-role-actions button:hover,.staff-member-actions button:hover{color:#fff;border-color:#5d6fbf}.staff-role-actions button:disabled{color:#748196;border-color:#303d50;background:#121b29;opacity:.65}.staff-role-actions{flex-wrap:wrap;justify-content:flex-end}.staff-default-role-note{width:100%;color:#7f8da1;font-size:8px;line-height:1.4;text-align:left;white-space:nowrap}.staff-role-actions .is-danger,.staff-member-actions .is-danger{color:#ff9a9a;border-color:#613740;background:#2b1c23}.staff-role-actions svg,.staff-member-actions svg{width:13px;height:13px}.staff-member-create{padding:21px}.staff-member-create form{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(340px,1.5fr) auto;align-items:end;gap:16px;margin-top:18px}.staff-create-roles{min-width:0;display:flex;flex-direction:column;gap:8px}.staff-create-roles>span{color:#d6deea;font-size:13px;font-weight:800}.staff-create-roles>span b{color:var(--red)}.staff-role-picker{display:flex;flex-wrap:wrap;gap:7px}.staff-role-choice{min-height:39px;display:flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #2f3e55;border-radius:9px;background:#0d1726;cursor:pointer}.staff-role-choice:hover,.staff-role-choice.is-selected{border-color:var(--staff-role-color);background:var(--staff-role-soft)}.staff-role-choice>input{position:absolute;opacity:0}.staff-role-choice>i{width:8px;height:8px}.staff-role-choice>span{display:flex;flex-direction:column}.staff-role-choice strong{color:var(--staff-role-color);font-size:9px}.staff-role-choice small{color:#748298;font-size:7px}.staff-muted{color:var(--muted);font-size:10px}.staff-toolbar{justify-content:space-between}.staff-toolbar>span{color:#8997aa;font-size:10px;white-space:nowrap}.staff-members-card .pagination{border-top:1px solid var(--line)}.staff-member-list{display:flex;flex-direction:column}.staff-member-row{min-height:75px;display:grid;grid-template-columns:48px minmax(155px,.7fr) minmax(250px,1.4fr) auto auto;align-items:center;gap:13px;padding:12px 18px;border-bottom:1px solid var(--line)}.staff-member-row:hover{background:#111e30}.staff-avatar{position:relative;width:44px;height:44px;overflow:hidden;display:grid;place-items:center;border:1px solid #34445e;border-radius:50%;color:#aeb8ff;background:var(--brand-soft);font-size:10px;font-weight:900}.staff-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.staff-member-identity{min-width:0;display:flex;flex-direction:column}.staff-member-identity strong{overflow:hidden;color:#edf2f8;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.staff-member-identity span{color:#748398;font-size:8px}.staff-member-roles{display:flex;flex-wrap:wrap;gap:5px}.staff-role-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--staff-role-color);border-radius:999px;color:var(--staff-role-color);background:var(--staff-role-soft);font-size:8px;font-weight:900;white-space:nowrap}.staff-role-badge i{width:6px;height:6px;box-shadow:none}.staff-member-actions .is-danger{width:32px;padding:0}.staff-drawer-backdrop{position:fixed;z-index:100;inset:0;display:flex;justify-content:flex-start;padding:0;background:#02070eb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.staff-drawer{width:min(480px,94vw);min-height:100vh;display:flex;flex-direction:column;gap:20px;overflow:auto;padding:27px;border-right:1px solid #33445e;color:var(--ink);background:#0d1726;box-shadow:22px 0 70px #0006}.staff-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.staff-drawer__head h2{margin:5px 0 0;font-size:20px}.staff-drawer__head>button{width:35px;height:35px;border:1px solid #334258;border-radius:9px;color:#aeb8c8;background:#172336;font-size:22px}.staff-drawer>p{margin:0;color:#8997aa;font-size:11px;line-height:1.7}.staff-drawer .staff-role-picker{flex-direction:column}.staff-drawer .staff-role-choice{min-height:52px}.staff-drawer .staff-editor-actions{margin-top:auto}@media(max-width:1180px){.staff-template-list>div{grid-template-columns:repeat(2,minmax(150px,1fr))}.staff-member-create form{grid-template-columns:1fr 1.5fr}.staff-member-create form>.button{grid-column:1 / -1;justify-self:end}.staff-member-row{grid-template-columns:48px minmax(145px,.7fr) minmax(210px,1.2fr) auto}.staff-member-row>.badge{display:none}}@media(max-width:900px){.staff-permission-groups{grid-template-columns:1fr}.staff-role-card{grid-template-columns:48px minmax(0,1fr)}.staff-role-actions{grid-column:2;justify-content:flex-end}.staff-role-main{align-items:flex-start;flex-direction:column;gap:8px}.staff-member-row{grid-template-columns:44px minmax(130px,.7fr) minmax(180px,1fr) auto}}@media(max-width:700px){.staff-tabs{width:100%}.staff-tabs button{flex:1;justify-content:center;padding-inline:9px}.staff-section-heading{align-items:stretch;flex-direction:column}.staff-role-editor{padding:16px}.staff-template-list>div,.staff-role-fields{grid-template-columns:1fr}.staff-member-create form{grid-template-columns:1fr}.staff-member-create form>.button{grid-column:auto;width:100%}.staff-role-card{grid-template-columns:42px minmax(0,1fr);padding-inline:12px}.staff-role-meta{flex-wrap:wrap}.staff-member-row{grid-template-columns:44px minmax(0,1fr) auto}.staff-member-roles{grid-column:2 / -1}.staff-member-actions{grid-column:2 / -1;justify-content:flex-end}.staff-member-row>.badge{display:inline-flex}}@media(max-width:480px){.staff-tabs button svg{display:none}.staff-tabs button{font-size:10px}.staff-security-note{align-items:flex-start}.staff-template-list{padding:10px}.staff-role-order{display:none}.staff-role-card{grid-template-columns:1fr}.staff-role-actions{grid-column:auto}.staff-editor-actions{flex-direction:column-reverse}.staff-editor-actions .button{width:100%}}.premium-page .page-header__actions .badge{min-height:36px;gap:7px;padding-inline:12px}.premium-page .page-header__actions svg,.premium-lifetime svg,.premium-forever svg{width:15px;height:15px}.premium-security-note{display:flex;align-items:center;gap:13px;padding:15px 18px;border-color:#3a4771;background:radial-gradient(circle at 8% 30%,rgba(187,140,255,.12),transparent 25%),#111b2d}.premium-security-note>svg{width:30px;height:30px;color:#c09aff}.premium-security-note>div{display:flex;flex-direction:column;gap:3px}.premium-security-note strong{color:#edf2fa;font-size:12px}.premium-security-note span{color:#8e9cb0;font-size:10px;line-height:1.65}.premium-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.premium-metrics>.card{min-height:126px;display:flex;align-items:flex-start;gap:13px;padding:18px}.premium-metrics>.card>div{min-width:0;display:flex;flex-direction:column}.premium-metrics>.card span:not(.premium-metric-icon){color:#95a3b7;font-size:10px;font-weight:800}.premium-metrics>.card strong{margin:2px 0;color:#f0f4fa;font-size:27px;line-height:1.25}.premium-metrics>.card small{overflow:hidden;color:#718096;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.premium-metric-icon,.premium-heading-icon{width:41px;height:41px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid;border-radius:12px}.premium-metric-icon svg,.premium-heading-icon svg{width:20px;height:20px}.premium-metric-icon--gold,.premium-heading-icon{color:#ffd176;border-color:#64502d;background:#302719}.premium-metric-icon--purple{color:#d0a9ff;border-color:#594179;background:#2c2143}.premium-metric-icon--orange{color:#ffbd74;border-color:#644725;background:#302315}.premium-metric-icon--red{color:#ff9797;border-color:#633642;background:#2f1c23}.premium-grant-card{overflow:hidden;padding:22px;border-color:#354468;background:radial-gradient(circle at 95% 0%,rgba(255,194,94,.07),transparent 25%),var(--surface)}.premium-grant-card .card-heading{margin-bottom:20px}.premium-grant-fields{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);gap:16px}.premium-grant-fields .field textarea{min-height:76px;resize:vertical}.premium-duration-field{display:flex;flex-direction:column;gap:9px;margin-top:18px}.premium-duration-field>span{color:#d6deea;font-size:12px;font-weight:800}.premium-duration-field>span b{color:var(--red)}.premium-duration-options{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:9px}.premium-duration-options>button{min-height:62px;display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid #2c3b52;border-radius:10px;color:#8492a7;background:#0b1523;text-align:right;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.premium-duration-options>button:hover:not(:disabled){color:#d9e2ee;border-color:#52618b}.premium-duration-options>button.is-selected{color:#ffcf72;border-color:#796035;background:linear-gradient(145deg,#302719,#241f18);box-shadow:inset 0 0 0 1px #ffc75b12}.premium-duration-options>button svg{width:18px;height:18px}.premium-duration-options>button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.premium-duration-options strong{font-size:10px;white-space:nowrap}.premium-duration-options small{color:#69788e;font-size:8px}.premium-custom-days{width:min(260px,100%);display:flex;flex-direction:column;gap:6px;margin-top:2px}.premium-custom-days>span{color:#aeb9c9;font-size:10px;font-weight:800}.premium-custom-days input{width:100%;height:42px;padding:0 12px;border:1px solid #2b3b53;border-radius:9px;color:#edf2f8;background:#0a1321;direction:ltr}.premium-custom-days input:focus{border-color:#7485ed;outline:0;box-shadow:0 0 0 4px #7c8cff24}.premium-grant-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}.premium-grant-footer .alert{flex:1}.premium-grant-footer .button{min-width:155px}.premium-toolbar .select-field{min-width:170px}.premium-table{min-width:1120px}.premium-member-cell{display:flex;align-items:center;gap:10px}.premium-member-cell>div{min-width:0;display:flex;flex-direction:column}.premium-member-cell strong{max-width:190px;overflow:hidden;color:#eef3fa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.premium-member-cell small{max-width:210px;overflow:hidden;color:#75849a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.premium-lifetime,.premium-forever{display:flex;align-items:center;gap:4px;color:#efc46e;font-size:8px;font-weight:800}.premium-lifetime{margin-top:6px}.premium-row-actions{display:flex;align-items:center;gap:7px}.premium-row-actions button{min-height:33px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 9px;border:1px solid #3d4d68;border-radius:8px;color:#b7c2d2;background:#131f32;font-size:9px;font-weight:800;white-space:nowrap}.premium-row-actions button:hover:not(:disabled){color:#fff;border-color:#6879d2;background:#1a2842}.premium-row-actions button.is-danger{color:#ff9b9b;border-color:#623742;background:#2b1c23}.premium-row-actions button:disabled{opacity:.38}.premium-row-actions svg{width:13px;height:13px}.premium-owner-gate{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:30px;text-align:center}.premium-owner-gate h2,.premium-owner-gate p{margin:0}.premium-owner-gate p{max-width:560px;color:#8f9db1;font-size:11px;line-height:1.75}.premium-drawer-backdrop{position:fixed;z-index:90;inset:0;display:flex;justify-content:flex-start;background:#02070ebd;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.premium-drawer{width:min(560px,96vw);min-height:100vh;overflow-y:auto;padding:26px;border-right:1px solid #34445e;color:var(--ink);background:#0d1726;box-shadow:22px 0 70px #0000006b}.premium-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.premium-drawer__head h2{margin:5px 0 0;font-size:20px}.premium-drawer__head>button{width:36px;height:36px;border:1px solid #334258;border-radius:9px;color:#aeb8c8;background:#172336;font-size:22px}.premium-drawer>p{margin:20px 0 0;color:#8997aa;font-size:11px;line-height:1.75}.premium-drawer form{display:flex;flex-direction:column;gap:18px}.premium-drawer .premium-duration-options{grid-template-columns:repeat(2,minmax(130px,1fr))}.premium-drawer__actions{display:flex;justify-content:flex-end;gap:9px;margin-top:8px}@media(max-width:1180px){.premium-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-duration-options{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media(max-width:760px){.premium-grant-fields{grid-template-columns:1fr}.premium-duration-options{grid-template-columns:repeat(2,minmax(120px,1fr))}.premium-grant-footer{align-items:stretch;flex-direction:column}.premium-grant-footer .button{width:100%}}@media(max-width:560px){.premium-security-note{align-items:flex-start}.premium-metrics{grid-template-columns:1fr}.premium-grant-card{padding:17px}.premium-duration-options,.premium-drawer .premium-duration-options{grid-template-columns:1fr}.premium-drawer{padding:21px 17px}.premium-drawer__actions{flex-direction:column-reverse}.premium-drawer__actions .button{width:100%}}
