:root{--bg:#f6f8f7;--surface:#fff;--surface-soft:#eef4f1;--line:#d9e3df;--text:#182b26;--muted:#65736e;--primary:#0c9b63;--primary-live:#12b66c;--primary-dark:#08784d;--danger:#b5351b;--focus:#135e42;--radius:8px;--shadow:0 12px 30px #182b2614}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-size:16px}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 70%, white);outline-offset:2px}.page-shell{min-height:100vh}.container{width:min(1120px,100% - 32px);margin:0 auto}.topbar{z-index:10;background:color-mix(in srgb, var(--surface) 94%, transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.topbar-inner,.dashboard-header{justify-content:space-between;align-items:center;gap:20px;min-height:72px;display:flex}.brand{flex:none;align-items:center;display:inline-flex}.brand-mark{border:1px solid color-mix(in srgb, var(--primary) 35%, white);border-radius:var(--radius);width:38px;height:38px;color:var(--primary-dark);background:#e9f9f1;place-items:center;display:grid}.brand-image{object-fit:contain;width:clamp(148px,18vw,210px);height:auto;display:block}.admin-sidebar-brand .brand-image{width:205px}.nav-links{color:var(--muted);align-items:center;gap:18px;font-size:.95rem;display:flex}.actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:40px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-weight:550;display:inline-flex}.button.primary{border-color:var(--primary);background:var(--primary);color:#fff}.button.danger{border-color:var(--danger);color:var(--danger)}.button.compact{white-space:nowrap;min-height:34px;padding:6px 10px}.hero{grid-template-columns:minmax(0,1fr) minmax(320px,480px);align-items:center;gap:34px;padding:70px 0 42px;display:grid}.hero h1{letter-spacing:0;max-width:780px;margin:0;font-size:clamp(2rem,4vw,4.5rem);line-height:1.02}.hero p,.section-lead{color:var(--muted);font-size:1.05rem}.video-placeholder,.panel,.auth-card,.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.video-placeholder{text-align:center;place-items:center;min-height:270px;padding:24px;display:grid}.section-grid,.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:28px 0;display:grid}.dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:16px;padding:0 0 18px;display:grid}.mini-chart{border-bottom:1px solid var(--line);grid-template-columns:repeat(7,minmax(18px,1fr));align-items:end;gap:10px;height:190px;padding:18px 4px 0;display:grid}.mini-chart span{background:linear-gradient(#12b66c,#0c9b63);border-radius:6px 6px 0 0;min-height:18px;display:block}.criteria-list{gap:10px;display:grid}.criteria-list span{border:1px solid var(--line);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.criteria-list strong{font-weight:550}.criteria-list em{color:var(--primary-dark);font-style:normal;font-weight:550}.admin-shell .criteria-list span{border-color:var(--dash-border);background:var(--dash-surface-2)}.admin-shell .criteria-list em{color:#72e5ad}.panel{padding:22px}.panel h2,.panel h3{margin-top:0}.auth-layout{place-items:center;min-height:100vh;padding:28px;display:grid}.admin-auth-layout{background:linear-gradient(135deg,#12b66c1f,#0000 34%),#0b0f17}.auth-card{width:min(460px,100%);padding:28px}.auth-split-layout{background:#0b0f17;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);min-height:100vh;display:grid}.auth-media-panel{background:#05080f;min-height:100vh;position:relative;overflow:hidden}.auth-media-panel video{object-fit:cover;width:100%;height:100%;min-height:100vh}.auth-media-panel:after{content:"";background:linear-gradient(90deg,#05080f5c,#05080fb8),linear-gradient(#0000 58%,#05080f85);position:absolute;inset:0}.auth-media-overlay{z-index:1;color:#fff;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,56px);display:flex;position:absolute;inset:0}.auth-media-overlay .brand-image{width:min(280px,38vw)}.auth-media-overlay h1{letter-spacing:0;max-width:680px;margin:8px 0 0;font-size:clamp(2rem,4vw,4.6rem);line-height:1.02}.auth-form-panel{background:#f6f8f7;place-items:center;min-height:100vh;padding:clamp(22px,5vw,58px);display:grid}.auth-card-flat{box-shadow:none;border:0}.admin-auth-layout .auth-card{color:#f4f4f5;box-shadow:none;background:#111827;border-color:#252b3a}.admin-auth-layout .muted,.admin-auth-layout .field span{color:#a1a1aa}.admin-auth-layout .field input{color:#f4f4f5;background:#161b26;border-color:#252b3a}.form-stack,.form-grid{gap:14px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:minmax(240px,1.4fr) minmax(180px,.8fr) minmax(150px,.6fr)}.form-grid.source-grid{grid-template-columns:minmax(150px,.45fr) minmax(280px,1.2fr) minmax(130px,.35fr)}.field-wide{min-width:0}.form-section{border-top:1px solid var(--line);gap:14px;padding-top:16px;display:grid}.form-section.first{border-top:0;padding-top:0}.form-section h3{margin:0}.compact-help{margin:-4px 0 0;font-size:.9rem}.source-warning{border-radius:var(--radius);color:#8a5a00;background:#eab30817;border:1px solid #eab30857;margin:0;padding:10px 12px;font-size:.9rem}.turnstile-field{align-content:center;min-height:70px;display:grid}.turnstile-field>div{min-height:65px}.turnstile-field p{margin:0;font-size:.88rem}.field{gap:6px;display:grid}.field span{color:var(--muted);font-size:.9rem;font-weight:550}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:var(--radius);background:#fff;width:100%;padding:10px 12px}.app-layout{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--surface);padding:22px}.side-nav{gap:8px;margin-top:28px;display:grid}.side-nav a{border-radius:var(--radius);color:var(--muted);padding:10px 12px}.side-nav a:hover{background:var(--surface-soft);color:var(--text)}.content{min-width:0;padding:28px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 14px}th{color:var(--muted);font-size:.85rem}.badge{border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;padding:3px 8px;font-size:.8rem;font-weight:550;display:inline-flex}.badge.status-active,.badge.verify-verified{color:var(--primary-dark);background:#12b66c1a;border-color:#12b66c66}.badge.status-pending,.badge.verify-pending{color:#9a5f00;background:#d697251a;border-color:#d6972561}.badge.status-frozen,.badge.verify-unverified{color:var(--danger);background:#b5351b1a;border-color:#b5351b61}.muted{color:var(--muted)}.empty{border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center;padding:28px}.panel-title-row,.header-actions,.form-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.header-actions{flex-wrap:wrap;justify-content:flex-end}.action-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rich-toolbar{border:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;background:var(--surface-soft);flex-wrap:wrap;gap:6px;padding:8px;display:flex}.rich-toolbar button{border:1px solid var(--line);background:var(--surface);min-width:34px;color:var(--text);cursor:pointer;border-radius:8px;padding:6px 8px;font-weight:550}.rich-editor{border:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);min-height:170px;color:var(--text);background:#fff;border-top:0;outline:none;padding:14px;line-height:1.55}.rich-editor:empty:before{content:attr(data-placeholder);color:var(--muted)}.note-status{margin:0}.video-preview,.table-video-preview{border:1px solid var(--line);border-radius:var(--radius);background:#0f172a;overflow:hidden}.video-preview{aspect-ratio:16/9;width:min(520px,100%)}.video-preview iframe,.video-preview video,.table-video-preview iframe,.table-video-preview video{border:0;width:100%;height:100%;display:block}.table-video-preview{aspect-ratio:16/9;width:178px;color:var(--muted);place-items:center;font-size:.84rem;display:grid}.access-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.access-card,.toggle-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer;align-items:center;gap:14px;padding:12px;display:flex}.access-card{min-height:94px;position:relative}.access-card input[type=radio]{opacity:0;pointer-events:none;position:absolute}.custom-radio{border:2px solid var(--line);background:var(--surface);border-radius:50%;flex:none;place-items:center;width:24px;height:24px;display:grid}.custom-radio:after{content:"";background:0 0;border-radius:50%;width:10px;height:10px}.access-card.selected .custom-radio{background:#12b66c24;border-color:#12b66c}.access-card.selected .custom-radio:after{background:#12b66c}.access-card-icon{border-radius:var(--radius);width:38px;height:38px;color:var(--primary);background:#12b66c1a;flex:none;place-items:center;display:grid}.access-card-copy{gap:3px;min-width:0;display:grid}.access-card-copy strong{font-weight:550}.access-card-copy em{color:var(--muted);font-size:.86rem;font-style:normal}.access-card.selected{background:#12b66c1a;border-color:#12b66ca6}.access-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.access-section-head h3{margin:0}.access-count{border:1px solid var(--line);background:var(--surface-soft);min-height:30px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:.84rem;font-weight:550;display:inline-flex}.toggle-list{gap:8px;display:grid}.access-list{grid-template-columns:repeat(2,minmax(0,1fr))}.toggle-row span{gap:3px;min-width:0;display:grid}.toggle-row{justify-content:space-between}.toggle-row em{color:var(--muted);font-size:.84rem;font-style:normal}.toggle-row input[type=checkbox]{appearance:none;border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;border-radius:999px;flex:none;width:42px;height:24px;transition:background .16s,border-color .16s;position:relative}.toggle-row input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .16s;position:absolute;top:3px;left:3px}.toggle-row input[type=checkbox]:checked{background:#12b66c;border-color:#12b66cbf}.toggle-row input[type=checkbox]:checked:after{transform:translate(18px)}.detail-list{gap:10px;margin:0;display:grid}.detail-list div,.simple-list span{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.detail-list dt{color:var(--muted);font-size:.88rem}.detail-list dd{text-align:right;margin:0;font-weight:550}.simple-list{gap:8px;display:grid}.simple-list em{color:var(--muted);font-size:.84rem;font-style:normal}.code-box{border:1px solid var(--line);border-radius:var(--radius);color:#d4d4d8;background:#0f172a;padding:12px;font-size:.84rem;overflow:auto}.group-manager{gap:18px;display:grid}.group-list,.group-card{gap:14px;display:grid}.group-card-head,.group-meta,.member-chip-list{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.group-card-head{justify-content:space-between}.group-card-head h2{margin-bottom:4px}.member-chip{border:1px solid var(--line);background:var(--surface-soft);min-height:30px;color:var(--text);border-radius:999px;align-items:center;padding:4px 10px;font-size:.84rem;font-weight:550;display:inline-flex}.lesson-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.lesson-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.lesson-thumb{aspect-ratio:16/9;color:#72e5ad;background:linear-gradient(135deg,#12b66c2e,#0000 45%),linear-gradient(#111827,#0f172a);place-items:center;display:grid}.lesson-card.locked .lesson-thumb{color:#a1a1aa;filter:grayscale(.55)}.lesson-card-body{gap:12px;padding:18px;display:grid}.lesson-card-body h2{margin:0;font-size:1.1rem}.lesson-meta,.lesson-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.lesson-layout{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:18px;display:grid}.lesson-player-panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#05080f;overflow:hidden}.lesson-player-panel .plyr,.lesson-player-panel [data-plyr-provider]{aspect-ratio:16/9;width:100%}.protected-player{aspect-ratio:16/9;background:#05080f;width:100%;position:relative;overflow:hidden}.protected-player .plyr{width:100%;height:100%}.protected-player .plyr__video-embed,.protected-player video{height:100%}.protected-player .plyr__video-embed iframe{pointer-events:none}.player-loading,.locked-lesson{text-align:center;place-items:center;min-height:320px;display:grid}.player-loading{color:var(--muted)}.lesson-side{gap:14px;display:grid}.question-panel{gap:18px;margin-top:18px;display:grid}.question-list,.question-admin-list{gap:14px;display:grid}.question-card,.question-admin-card{gap:12px;display:grid}.question-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);padding:14px}.question-card p,.question-copy p,.answer-box p{margin:0}.question-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.answer-box,.question-copy{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:8px;padding:12px;display:grid}.question-answer-form{border-top:1px solid var(--line);padding-top:14px}.admin-shell{--dash-bg:#0b0f17;--dash-surface:#111827;--dash-surface-2:#161b26;--dash-border:#252b3a;--dash-text:#f4f4f5;--dash-muted:#a1a1aa;--dash-soft:#1d2533;background:var(--dash-bg);min-height:100vh;color:var(--dash-text)}.admin-sidebar-wrap{z-index:40;border-right:1px solid var(--dash-border);background:var(--dash-surface);width:290px;position:fixed;inset:0 auto 0 0}.admin-sidebar{flex-direction:column;height:100%;padding:22px 18px;display:flex}.admin-sidebar-brand{justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 6px 18px;display:flex}.admin-sidebar-brand .brand{background:0 0;border:0;border-radius:0;padding:0}.admin-nav{padding:6px 2px 24px;overflow-y:auto}.admin-nav-section+.admin-nav-section{margin-top:22px}.admin-nav-title{color:#6f7788;letter-spacing:0;text-transform:uppercase;margin:0 0 10px;padding:0 10px;font-size:.72rem;font-weight:550}.admin-nav-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.admin-nav-parent{border-radius:var(--radius);width:100%;color:var(--dash-muted);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;min-height:42px;padding:10px 12px;font-weight:550;display:flex}.admin-nav-parent:hover{background:var(--dash-soft);color:var(--dash-text)}.admin-nav-parent.direct-active{color:#72e5ad;box-shadow:inset 2px 0 #12b66ca6}.admin-nav-icon{color:currentColor;flex:none;place-items:center;width:24px;display:grid}.admin-main{min-width:0;padding-left:290px}.admin-header{z-index:30;border-bottom:1px solid var(--dash-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111827db;justify-content:space-between;align-items:center;gap:18px;min-height:74px;padding:14px 26px;display:flex;position:sticky;top:0}.admin-header-left,.admin-header-actions{align-items:center;gap:12px;min-width:0;display:flex}.admin-search{border:1px solid var(--dash-border);border-radius:var(--radius);background:var(--dash-surface-2);width:min(420px,42vw);color:var(--dash-muted);align-items:center;gap:10px;min-height:42px;padding:0 12px;display:flex}.admin-search input{width:100%;min-width:0;color:var(--dash-text);background:0 0;border:0;outline:0}.admin-icon-button{border:1px solid var(--dash-border);border-radius:var(--radius);background:var(--dash-surface-2);width:42px;height:42px;color:var(--dash-muted);cursor:pointer;place-items:center;display:inline-grid}.admin-icon-button:hover{color:#72e5ad;border-color:#12b66c59}.admin-user-chip{border:1px solid var(--dash-border);border-radius:var(--radius);background:var(--dash-surface-2);align-items:center;gap:10px;min-height:42px;padding:6px 10px 6px 6px;display:flex}.admin-user-chip strong,.admin-user-chip small{line-height:1.15;display:block}.admin-user-chip strong{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.88rem;overflow:hidden}.admin-user-chip small{color:var(--dash-muted);font-size:.72rem;font-weight:550}.admin-avatar{color:#72e5ad;background:#12b66c24;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:550;display:grid}.admin-content-frame{min-width:0;padding:28px}.admin-shell .panel,.member-shell .panel{border-color:var(--dash-border);background:var(--dash-surface);box-shadow:none;color:var(--dash-text)}.admin-shell .muted,.member-shell .muted{color:var(--dash-muted)}.admin-shell .badge,.member-shell .badge{border-color:var(--dash-border);background:var(--dash-soft);color:#d4d4d8}.admin-shell .badge.status-active,.admin-shell .badge.verify-verified,.member-shell .badge.status-active,.member-shell .badge.verify-verified{color:#72e5ad;background:#12b66c21;border-color:#12b66c7a}.admin-shell .badge.status-pending,.admin-shell .badge.verify-pending,.member-shell .badge.status-pending,.member-shell .badge.verify-pending{color:#facc15;background:#eab3081f;border-color:#eab3086b}.admin-shell .badge.status-frozen,.admin-shell .badge.verify-unverified,.member-shell .badge.status-frozen,.member-shell .badge.verify-unverified{color:#fca5a5;background:#ef44441f;border-color:#ef44446b}.admin-shell .button,.member-shell .button{border-color:var(--dash-border);background:var(--dash-surface-2);color:var(--dash-text)}.admin-shell .button.primary,.member-shell .button.primary{color:#fff;background:#0c9b63;border-color:#12b66c}.admin-shell .button.danger,.member-shell .button.danger{color:#fca5a5;background:#ef44441a;border-color:#ef444480}.admin-shell .table-wrap,.member-shell .table-wrap{border-color:var(--dash-border);background:var(--dash-surface);box-shadow:none}.admin-shell th,.admin-shell td,.member-shell th,.member-shell td{border-bottom-color:var(--dash-border)}.admin-shell th,.member-shell th{color:var(--dash-muted)}.admin-shell .empty,.member-shell .empty{border-color:var(--dash-border);color:var(--dash-muted)}.admin-shell .source-warning,.member-shell .source-warning{color:#fde68a;background:#eab3081a;border-color:#eab30861}.admin-shell .field span,.member-shell .field span{color:var(--dash-muted)}.admin-shell .field input,.admin-shell .field textarea,.admin-shell .field select,.member-shell .field input,.member-shell .field textarea,.member-shell .field select{border-color:var(--dash-border);background:var(--dash-surface-2);color:var(--dash-text)}.admin-shell .form-section,.member-shell .form-section{border-top-color:var(--dash-border)}.admin-shell .rich-toolbar,.member-shell .rich-toolbar,.admin-shell .access-card,.admin-shell .toggle-row,.member-shell .access-card,.member-shell .toggle-row{border-color:var(--dash-border);background:var(--dash-surface-2);color:var(--dash-text)}.admin-shell .rich-toolbar button,.member-shell .rich-toolbar button{border-color:var(--dash-border);background:var(--dash-soft);color:var(--dash-text)}.admin-shell .rich-editor,.member-shell .rich-editor{border-color:var(--dash-border);background:var(--dash-surface-2);color:var(--dash-text)}.admin-shell .toggle-row em,.admin-shell .access-card-copy em,.member-shell .toggle-row em,.member-shell .access-card-copy em,.admin-shell .table-video-preview,.member-shell .table-video-preview{color:var(--dash-muted)}.admin-shell .detail-list div,.admin-shell .simple-list span,.member-shell .detail-list div,.member-shell .simple-list span{border-color:var(--dash-border);background:var(--dash-surface-2)}.admin-shell .detail-list dt,.admin-shell .simple-list em,.member-shell .detail-list dt,.member-shell .simple-list em{color:var(--dash-muted)}.admin-shell .code-box,.member-shell .code-box{border-color:var(--dash-border)}.admin-shell .member-chip,.member-shell .member-chip{border-color:var(--dash-border);background:var(--dash-surface-2);color:var(--dash-text)}.member-shell .lesson-card,.member-shell .lesson-player-panel,.member-shell .question-card{border-color:var(--dash-border);background:var(--dash-surface);box-shadow:none}.member-shell .lesson-thumb{background:linear-gradient(135deg,#12b66c33,#0000 45%),linear-gradient(#161b26,#0b0f17)}.member-shell .player-loading{color:var(--dash-muted)}.admin-shell .answer-box,.admin-shell .question-copy,.member-shell .answer-box,.member-shell .question-copy{border-color:var(--dash-border);background:var(--dash-surface-2)}.admin-shell .question-answer-form,.member-shell .question-answer-form{border-top-color:var(--dash-border)}.admin-shell .access-card-icon,.member-shell .access-card-icon{color:#72e5ad;background:#12b66c1f}.admin-shell .custom-radio,.member-shell .custom-radio{border-color:var(--dash-border);background:var(--dash-surface)}.admin-shell .access-card.selected .custom-radio,.member-shell .access-card.selected .custom-radio{background:#12b66c2e;border-color:#72e5ad}.admin-shell .access-card.selected .custom-radio:after,.member-shell .access-card.selected .custom-radio:after{background:#72e5ad}.admin-shell .access-count,.member-shell .access-count{border-color:var(--dash-border);background:var(--dash-soft);color:var(--dash-muted)}.admin-menu-button,.admin-mobile-close,.admin-mobile-overlay{display:none}@media (max-width:860px){.topbar-inner,.hero,.auth-split-layout,.section-grid,.stat-grid,.dashboard-grid,.form-grid.two,.form-grid.three,.form-grid.source-grid,.access-mode-grid,.access-list,.lesson-grid,.lesson-layout,.app-layout{grid-template-columns:1fr}.auth-media-panel,.auth-media-panel video{min-height:34vh}.auth-media-overlay{padding:22px}.auth-media-overlay h1{font-size:2rem}.auth-form-panel{min-height:auto}.topbar-inner,.dashboard-header{flex-direction:column;align-items:flex-start;padding:14px 0}.nav-links{width:100%;padding-bottom:4px;overflow-x:auto}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.content{padding:18px}}@media (max-width:980px){.admin-sidebar-wrap{transition:transform .18s;transform:translate(-100%)}.admin-sidebar-wrap.open{transform:translate(0)}.admin-main{padding-left:0}.admin-menu-button,.admin-mobile-close{display:inline-grid}.admin-mobile-overlay.open{z-index:35;background:#182b2673;display:block;position:fixed;inset:0}.admin-header{flex-direction:column;align-items:flex-start;padding:12px 16px}.admin-header-left,.admin-header-actions{width:100%}.admin-header-actions{justify-content:space-between}.admin-search{width:100%}.admin-user-chip{flex:1;min-width:0}.admin-content-frame{padding:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
