.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:min(100svh,44rem);text-align:center;background:transparent;color:rgb(var(--text-color));padding:clamp(1rem,4vw,2rem)}.login-card{background:rgba(var(--surface-color),.84);padding:40px 30px;border-radius:12px;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 44px -30px rgba(2,6,23,.9);max-width:28rem;width:90%;backdrop-filter:blur(18px)}.login-card h1{margin-bottom:24px;color:rgb(var(--text-color))}.login-card button:not(.gsi-material-button){margin-top:12px;padding:12px 24px;font-size:16px;border:none;border-radius:4px;cursor:pointer;width:100%}.login-card button.guest{background-color:rgba(var(--accent-color),.14);color:rgb(var(--text-color));box-shadow:inset 0 0 0 1px rgba(var(--accent-color),.34)}.login-card button.guest:hover{background-color:rgba(var(--accent-color),.22)}.map-page{display:flex;flex-direction:column;height:100%}.map-content{display:flex;flex:1}.filter-sidebar{width:250px;padding:1rem;background-color:var(--menu-color);color:var(--text-color)}.map-container{flex:1}.map-container,.map-placeholder{display:flex;align-items:center;justify-content:center}.map-placeholder{width:90%;height:80%;background-color:rgb(var(--surface2-color));color:rgb(var(--text-color))}.bluetooth-shell,.preferences-shell,.profile-shell,.settings-shell,.user-home-shell{min-height:100dvh}.settings-minimal-page{display:grid;gap:.35rem;align-content:start}.settings-minimal-title{margin:0;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:650;letter-spacing:0}.settings-minimal-note{margin:0;color:rgba(var(--muted-color),.9);line-height:1.45}.settings-eyebrow,.user-home-eyebrow{margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.085em;font-size:.75rem;font-weight:700;color:rgba(var(--muted-color),.94)}.bluetooth-card,.preferences-card,.profile-card,.settings-hero,.user-home-hero{border-radius:1.5rem;border:1px solid rgba(var(--surface2-color),.58);background:radial-gradient(circle at top right,rgba(var(--primary-color,37 99 235),.2),transparent 52%),linear-gradient(160deg,rgba(var(--surface-color),.9),rgba(var(--surface2-color),.7));box-shadow:0 24px 52px -34px rgba(15,23,42,.86),inset 0 1px 0 rgba(255,255,255,.07)}.settings-hero,.user-home-hero{display:grid;gap:1.3rem;padding:clamp(1.2rem,3.2vw,2rem)}.bluetooth-card h2,.preferences-card h2,.profile-avatar-copy h2,.settings-hero h2,.user-home-title{margin:0;font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.2}.bluetooth-card p,.bluetooth-note p,.preferences-subtitle,.profile-avatar-copy p,.settings-hero p,.user-home-subtitle{margin:0;color:rgba(var(--muted-color),.9);line-height:1.55}.settings-hero-actions{justify-self:start;width:min(100%,280px)}.settings-field-label{display:block;margin-bottom:.45rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(var(--muted-color),.95)}.lang-switcher{width:100%;border-radius:.9rem;border:1px solid rgba(var(--surface2-color),.8);background:rgba(var(--surface-color),.8);color:var(--text);padding:.6rem .75rem}.settings-grid,.user-home-grid{list-style:none;margin:0;padding:0;display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.settings-tile,.user-home-tile{min-height:128px;border-radius:1.15rem;border:1px solid rgba(var(--surface2-color),.55);background:linear-gradient(145deg,rgba(var(--surface-color),.68),rgba(var(--surface2-color),.54));padding:1rem 1.05rem;display:flex;flex-direction:column;justify-content:space-between;gap:.9rem;color:inherit;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .2s ease}.settings-tile:hover,.user-home-tile:hover{transform:translateY(-3px);border-color:rgba(var(--primary-color,37 99 235),.7);box-shadow:0 18px 36px -30px rgba(37,99,235,.9)}.settings-tile h3,.user-home-tile h3{margin:0;font-size:1rem}.settings-tile p,.user-home-tile p{margin:.2rem 0 0;font-size:.92rem;color:rgba(var(--muted-color),.9)}.coming-soon{display:inline-flex;align-items:center;align-self:flex-start;border-radius:999px;padding:.25rem .7rem;font-size:.73rem;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0;background:rgba(var(--primary-color,37 99 235),.2);color:var(--primary);box-shadow:inset 0 0 0 1px rgba(var(--primary-color,37 99 235),.44)}.settings-footer{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.settings-groups{display:grid;gap:1rem}.settings-group{border-radius:1.2rem;border:1px solid rgba(var(--surface2-color),.55);background:linear-gradient(170deg,rgba(var(--surface-color),.58),rgba(var(--surface2-color),.4));padding:clamp(.9rem,2.4vw,1.2rem)}.settings-group-header{margin:0 0 .8rem}.settings-group-header h3{margin:0;font-size:1rem}.settings-group-header p{margin:.22rem 0 0;color:rgba(var(--muted-color),.9);font-size:.88rem}.settings-grid.settings-grid-compact{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.settings-safety-panel{margin-top:.25rem}.settings-safety-content{display:grid;gap:1rem}.settings-safety-row{display:grid;gap:.55rem}.settings-pill-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.settings-pill-row .ui-toggle{border-radius:999px;border:1px solid rgba(var(--surface2-color),.75);background:rgba(var(--surface-color),.56);color:var(--text);font-size:.8rem;font-weight:700;padding:.35rem .75rem;transition:border-color .15s ease,background-color .15s ease}.settings-pill-row .ui-toggle:hover{border-color:rgba(var(--primary-color,37 99 235),.7)}.settings-pill-row .ui-toggle.is-active{border-color:rgba(var(--primary-color,37 99 235),.76);background:rgba(var(--primary-color,37 99 235),.2)}.settings-pill-row .ui-toggle:disabled{opacity:.65;cursor:not-allowed}.settings-blocked-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.settings-blocked-item{display:flex;justify-content:space-between;align-items:center;gap:.8rem;border-radius:.9rem;border:1px solid rgba(var(--surface2-color),.62);background:rgba(var(--surface-color),.45);padding:.65rem .8rem}.settings-blocked-identity{display:flex;align-items:center;gap:.6rem}.settings-blocked-avatar{width:34px;height:34px;border-radius:999px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(var(--surface2-color),.78)}.settings-blocked-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--primary-color,37 99 235),.24);color:var(--text);font-size:.8rem;font-weight:700}.settings-blocked-name{margin:0;font-size:.87rem;font-weight:700}.settings-safety-note{margin:0;color:rgba(var(--muted-color),.92);font-size:.79rem}.settings-safety-error{margin:0;font-size:.82rem;color:#f87171}.settings-safety-empty p{margin:0;font-size:.88rem;color:rgba(var(--muted-color),.92)}.settings-auth-button{margin:0}.app-version{margin:0;padding:.4rem .75rem;border-radius:999px;background:rgba(var(--surface-color),.52);color:rgba(var(--muted-color),.95);font-size:.8rem}.bluetooth-card,.bluetooth-note,.preferences-card,.profile-card{padding:clamp(1.1rem,3.2vw,1.7rem)}.bluetooth-card,.bluetooth-note,.preferences-card,.profile-card,.user-home-hero{margin-bottom:.85rem}.preferences-content{margin-top:1.15rem;display:grid;gap:.78rem;text-align:left}.preferences-content label{font-size:.85rem;font-weight:700;color:rgba(var(--muted-color),.95)}.preferences-content select,.preferences-toggle{width:100%;border-radius:.85rem;border:1px solid rgba(var(--surface2-color),.8);background:rgba(var(--surface-color),.78);color:var(--text);padding:.68rem .82rem}.preferences-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.preferences-toggle input{width:1.05rem;height:1.05rem}.profile-avatar-row{display:grid;gap:1rem;margin-bottom:1.1rem}.profile-avatar-frame{width:110px;height:110px;border-radius:1.2rem;border:1px solid rgba(var(--surface2-color),.68);background:rgba(var(--surface-color),.6);overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.profile-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-avatar-placeholder{font-size:1.35rem;font-weight:700;color:var(--primary)}.profile-file-label{display:inline-flex;margin-top:.7rem;border-radius:999px;border:1px solid rgba(var(--surface2-color),.8);background:rgba(var(--surface-color),.72);padding:.45rem .82rem;cursor:pointer;font-size:.88rem}#profile-image{margin-top:.6rem}.profile-content{gap:.7rem}.profile-content label{font-size:.84rem;font-weight:700;color:rgba(var(--muted-color),.95)}.bluetooth-state input,.profile-content input,.profile-content textarea{width:100%;border-radius:.8rem;border:1px solid rgba(var(--surface2-color),.8);background:rgba(var(--surface-color),.82);color:var(--text);padding:.62rem .72rem}.profile-content textarea{min-height:105px}.bluetooth-state{display:grid;gap:.8rem}.bluetooth-badge{margin:0;display:inline-flex;width:-moz-fit-content;width:fit-content;padding:.25rem .68rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.bluetooth-badge-on{background:rgba(34,197,94,.2);color:rgb(34,197,94);box-shadow:inset 0 0 0 1px rgba(34,197,94,.52)}.bluetooth-badge-off{background:rgba(var(--surface2-color),.45);color:rgba(var(--muted-color),.98);box-shadow:inset 0 0 0 1px rgba(var(--surface2-color),.72)}.bluetooth-note{border-radius:1.15rem;border:1px solid rgba(var(--surface2-color),.58);background:rgba(var(--surface-color),.58)}.bluetooth-note h3{margin:0 0 .45rem;font-size:1rem}.user-home-title{margin-bottom:.25rem}@media (min-width:860px){.settings-hero,.user-home-hero{grid-template-columns:1.2fr .8fr;align-items:end}.profile-avatar-row{grid-template-columns:120px 1fr;align-items:center}}body.settings-editor-workspace-active .site-header,body.settings-editor-workspace-active footer{display:none}body.settings-editor-workspace-active .admin-content,body.settings-editor-workspace-active .admin-shell,body.settings-editor-workspace-active .admin-shell__content,body.settings-editor-workspace-active .admin-shell__grid{min-height:100dvh;padding:0;margin:0;max-width:none}body.settings-editor-workspace-active .admin-shell__nav{display:none}body:has(.command-shell) footer{display:none}body:has(.command-shell){background:rgb(var(--bg-color))}.settings-editor-workspace{min-height:100dvh;background:rgb(var(--bg-color))}.command-shell--settings .settings-editor-workspace{min-height:auto}.command-shell--settings .editor-shell.editor-shell--entity .editor-global-rail,.command-shell--settings .settings-admin-dock,.command-shell--settings .settings-admin-sidebar,.command-shell--settings .settings-editor-empty__back{display:none}.command-shell--settings .settings-admin-shell{display:block}.settings-editor-empty{min-height:100dvh;display:grid;place-items:center;padding:1rem;color:rgb(var(--text-color));background:linear-gradient(135deg,rgb(var(--accent-color)/.12),transparent 34%),rgb(var(--bg-color))}.settings-editor-empty__panel{width:min(100%,56rem);display:grid;gap:1rem;border:1px solid rgb(var(--border-color)/.28);border-radius:.9rem;background:rgb(var(--surface-color)/.82);padding:clamp(1rem,3vw,1.5rem);box-shadow:0 24px 54px -42px rgba(0,0,0,.95)}.settings-hub__quick{display:grid;gap:.55rem;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr))}.settings-admin-sidebar__back,.settings-editor-empty__back{display:inline-flex;min-height:2.35rem;align-items:center;border:1px solid rgb(var(--accent-color)/.34);border-radius:.66rem;background:rgb(var(--accent-color)/.12);color:rgb(var(--text-color));padding:.55rem .68rem;font-size:.78rem;font-weight:850;text-decoration:none}.settings-editor-empty__back{width:-moz-fit-content;width:fit-content}.settings-editor-empty__panel>span{color:rgb(var(--accent-color));font-size:.72rem;font-weight:800;text-transform:uppercase}.settings-editor-empty__panel h1{margin:0;font-size:clamp(1.5rem,1.1rem + 1.2vw,2.1rem)}.settings-editor-empty__panel p{margin:0;color:rgb(var(--muted-color))}.settings-editor-empty__panel form{display:grid;gap:.8rem;border-top:1px solid rgb(var(--border-color)/.22);padding-top:.85rem}.settings-editor-empty__panel form>span{color:rgb(var(--muted-color));font-size:.68rem;font-weight:850;text-transform:uppercase}.settings-editor-empty__panel label{display:grid;gap:.35rem;color:rgb(var(--text-color));font-size:.82rem;font-weight:750}.settings-editor-empty__panel input,.settings-editor-empty__panel select{width:100%;border:1px solid rgb(var(--border-color)/.42);border-radius:.65rem;background:rgb(var(--field-bg-color)/.92);color:rgb(var(--text-color));padding:.7rem .75rem}.settings-editor-empty__panel button{border:1px solid rgb(var(--accent-color)/.48);border-radius:.65rem;background:rgb(var(--accent-color));color:rgb(var(--accent-text-color));padding:.72rem .9rem;font-weight:850}.settings-editor-empty__settings{background:transparent!important;color:rgb(var(--accent-color))!important}.settings-editor-empty__links{display:grid;gap:.45rem;border-top:1px solid rgb(var(--border-color)/.22);padding-top:.85rem}.settings-editor-empty__links>span{color:rgb(var(--muted-color));font-size:.68rem;font-weight:850;text-transform:uppercase}.settings-editor-empty__links a,.settings-editor-empty__links button{display:block;width:100%;border:1px solid rgb(var(--border-color)/.25);border-radius:.62rem;background:rgb(var(--surface-color)/.82);color:rgb(var(--text-color));padding:.58rem .66rem;text-align:left;text-decoration:none}.settings-bulk-workspace{min-height:100dvh;padding:clamp(.8rem,2vw,1.35rem);color:rgb(var(--text-color));background:linear-gradient(135deg,rgb(var(--accent-color)/.1),transparent 32%),rgb(var(--bg-color))}.settings-bulk-workspace__header{display:flex;align-items:end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.settings-bulk-workspace__header span{color:rgb(var(--accent-color));font-size:.68rem;font-weight:850;text-transform:uppercase}.settings-bulk-workspace__header h1{margin:0;color:#f8fafc;font-size:clamp(1.35rem,1rem + 1vw,1.9rem);text-transform:capitalize}.settings-bulk-workspace__toggles{display:flex;gap:.6rem;flex-wrap:wrap}.settings-admin-dock{position:fixed;left:.7rem;bottom:.7rem;z-index:80;width:min(16rem,calc(100vw - 1.4rem));max-height:min(48dvh,28rem);display:grid;gap:.28rem;overflow-y:auto;scrollbar-width:none;border:1px solid rgb(var(--border-color)/.28);border-radius:.85rem;padding:.55rem;box-shadow:0 22px 46px rgba(2,6,23,.38)}.settings-admin-dock::-webkit-scrollbar{display:none}.settings-admin-dock>span{color:rgb(var(--accent-color));font-size:.62rem;font-weight:900;text-transform:uppercase;padding:.12rem .24rem}.settings-admin-dock button{border:1px solid transparent;border-radius:.52rem;background:transparent;color:rgb(var(--muted-color));padding:.42rem .48rem;text-align:left;font-size:.72rem;font-weight:800}.settings-admin-dock button.active,.settings-admin-dock button:hover{border-color:rgb(var(--accent-color)/.36);background:rgb(var(--accent-color)/.14);color:rgb(var(--text-color))}.settings-admin-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(14rem,17rem) minmax(0,1fr);background:linear-gradient(135deg,rgb(var(--accent-color)/.1),transparent 32%),rgb(var(--bg-color))}.settings-admin-sidebar{position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;gap:.85rem;overflow-y:auto;scrollbar-width:none;border-right:1px solid rgb(var(--border-color)/.28);background:linear-gradient(180deg,rgb(var(--rail-bg-color)/.98),rgb(var(--rail-bg-color)/.92));padding:.86rem .74rem 1rem}.settings-admin-sidebar::-webkit-scrollbar{display:none}.settings-admin-sidebar__group button,.settings-admin-sidebar__home{display:block;width:100%;border:1px solid rgb(var(--border-color)/.24);border-radius:.62rem;background:rgb(var(--surface-color)/.82);color:rgb(var(--text-color));padding:.56rem .62rem;text-align:left;font-size:.76rem;font-weight:850}.settings-admin-sidebar__group{display:grid;gap:.34rem}.settings-admin-sidebar__group>span{color:rgb(var(--muted-color));font-size:.62rem;font-weight:900;text-transform:uppercase;padding-inline:.2rem}.settings-admin-sidebar .settings-admin-dock{position:static;width:auto;max-height:none;margin-top:auto;border-radius:0;border:0;border-top:1px solid rgb(var(--border-color)/.24);background:transparent;box-shadow:none;padding:.72rem 0 0}.settings-admin-page{min-height:100dvh;padding:clamp(.8rem,2vw,1.35rem);color:rgb(var(--text-color));background:linear-gradient(135deg,rgb(var(--accent-color)/.1),transparent 32%),rgb(var(--bg-color))}.settings-admin-shell .settings-admin-page{background:transparent}.settings-admin-page>header{margin-bottom:1rem}.settings-admin-page>header span{color:rgb(var(--accent-color));font-size:.68rem;font-weight:850;text-transform:uppercase}.settings-admin-page>header h1{margin:0;color:rgb(var(--text-color));font-size:clamp(1.35rem,1rem + 1vw,1.9rem)}.settings-admin-page__notice{color:rgb(var(--muted-color))}@media (min-width:768px){body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail{padding-bottom:12rem}}@media (max-width:767px){.settings-admin-shell{display:block}.settings-admin-sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid rgb(var(--border-color)/.28)}}.settings-editor-workspace{background:linear-gradient(135deg,rgb(var(--accent-color)/.08),transparent 30rem),rgb(var(--bg-color))}.settings-admin-dock{gap:.16rem;border-color:rgb(var(--border-color)/.22);background:rgb(var(--rail-bg-color)/.94);box-shadow:0 20px 44px rgba(2,6,23,.3)}.settings-admin-dock button{min-height:2.05rem;border-radius:.58rem;padding:.38rem .52rem;font-size:.73rem}.settings-admin-dock button.active,.settings-admin-dock button:hover{border-color:rgb(var(--accent-color)/.32);background:rgb(var(--accent-color)/.15)}.settings-admin-shell{grid-template-columns:minmax(15rem,18rem) minmax(0,1fr)}.settings-admin-sidebar{padding:.86rem .95rem 1rem;border-right-color:rgba(148,163,184,.15)}.settings-admin-sidebar__group button,.settings-admin-sidebar__home{min-height:2.35rem;border-color:transparent;border-radius:.64rem;background:transparent;color:#dbe6f4;padding:.52rem .64rem}.settings-admin-sidebar__group button:hover,.settings-admin-sidebar__home:hover{border-color:rgba(148,163,184,.12);background:rgba(20,31,46,.58)}.settings-admin-dock>span,.settings-admin-sidebar__group>span{color:#9fb0c6;letter-spacing:.08em}.settings-admin-sidebar .settings-admin-dock{gap:.16rem}.settings-admin-sidebar .settings-admin-dock button{border-color:transparent;background:transparent;color:#dbe6f4;font-size:.76rem}.settings-admin-sidebar .settings-admin-dock button.active,.settings-admin-sidebar .settings-admin-dock button:hover{border-color:rgba(245,158,11,.22);background:rgba(245,158,11,.15);color:#fff4d8}.settings-admin-page{padding:clamp(1rem,2vw,1.45rem)}.settings-admin-page>header{min-height:4rem;display:flex;flex-direction:column;justify-content:center;margin:-1.45rem -1.45rem 1.2rem;padding:.62rem clamp(1rem,2vw,1.45rem);border-bottom:1px solid rgba(148,163,184,.16);background:rgba(11,15,22,.88);backdrop-filter:blur(18px)}.settings-admin-page>header span{color:#9fb0c6;font-size:.72rem;letter-spacing:.02em;text-transform:none}.settings-admin-page>header h1{font-size:clamp(1.12rem,.98rem + .45vw,1.45rem);line-height:1.18}.settings-admin-page .admin-dashboard,.settings-admin-page .admin-editor-panel,.settings-admin-page .admin-tool-scaffold,.settings-admin-page .admin-users,.settings-admin-page .payment-admin,.settings-admin-page .score-corrections-admin,.settings-admin-page .scoring-templates-admin,.settings-admin-page .sponsor-admin{border-radius:.9rem}.settings-bulk-workspace{padding:clamp(1rem,2vw,1.45rem)}.settings-bulk-workspace__header{min-height:4rem;align-items:center;margin:-1.45rem -1.45rem 1.2rem;padding:.62rem clamp(1rem,2vw,1.45rem);border-bottom:1px solid rgba(148,163,184,.16);background:rgba(11,15,22,.88);backdrop-filter:blur(18px)}.settings-bulk-workspace__header span{color:#9fb0c6;font-size:.72rem;letter-spacing:.02em;text-transform:none}.settings-bulk-workspace__header h1{font-size:clamp(1.12rem,.98rem + .45vw,1.45rem)}.settings-bulk-workspace__toggles .toggle-group{border-color:rgba(148,163,184,.16);background:rgba(20,31,46,.58)}.settings-bulk-workspace__toggles .toggle{border-radius:.55rem}.settings-workspace-shell__header p{max-width:58rem;margin:.18rem 0 0;color:#a8b7ca;font-size:.86rem;line-height:1.45}.settings-workspace-shell__actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.settings-workspace-shell .settings-admin-sidebar__group button.active,.settings-workspace-shell .settings-admin-sidebar__home.active{border-color:rgba(245,158,11,.22);background:rgba(245,158,11,.15);color:#fff4d8}.settings-workspace-home{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}.settings-workspace-message,.settings-workspace-panel{display:grid;gap:.85rem;min-width:0;border:1px solid rgba(148,163,184,.16);border-radius:.85rem;background:rgba(15,23,42,.58);padding:clamp(.9rem,1.6vw,1.15rem);box-shadow:0 16px 34px rgba(2,6,23,.18)}.settings-workspace-panel__header{display:grid;gap:.18rem}.settings-workspace-panel__header span{color:#9fb0c6;font-size:.68rem;font-weight:850;text-transform:uppercase}.settings-workspace-message h2,.settings-workspace-panel__header h2{margin:0;color:rgb(var(--text-color));font-size:1rem;line-height:1.18}.settings-workspace-form{display:grid;gap:.8rem}.settings-workspace-form label{display:grid;gap:.35rem;color:rgb(var(--text-color));font-size:.82rem;font-weight:750}.settings-workspace-form input,.settings-workspace-form select{width:100%;border:1px solid rgb(var(--border-color)/.42);border-radius:.65rem;background:rgb(var(--field-bg-color)/.92);color:rgb(var(--text-color));padding:.7rem .75rem}.settings-hub__quick button,.settings-workspace-form button,.settings-workspace-message button{min-height:2.35rem;border:1px solid rgb(var(--accent-color)/.4);border-radius:.65rem;background:rgb(var(--accent-color)/.14);color:rgb(var(--text-color));padding:.58rem .72rem;font-weight:850;text-align:left}.settings-workspace-form button[type=submit]{background:rgb(var(--accent-color));color:rgb(var(--accent-text-color));text-align:center}.settings-workspace-message{max-width:38rem}.settings-workspace-message p{margin:0;color:rgb(var(--muted-color))}.settings-bulk-workspace--embedded{min-height:0;padding:0;background:transparent}.settings-workspace-shell__content>.admin-tool-scaffold>.admin-tool-scaffold__header .admin-tool-scaffold__title-row h1,.settings-workspace-shell__content>.space-y-6>header:first-child h1{display:none}.settings-workspace-shell__content>.profile>.profile-content{margin-top:0}@media (min-width:768px){.settings-admin-dock{left:.95rem;bottom:.95rem;width:calc(18rem - 1.9rem);max-height:min(38dvh,20rem);border:0;border-top:1px solid rgba(148,163,184,.14);border-radius:0;background:transparent;box-shadow:none;padding-inline:0}}@media (max-width:767px){.settings-admin-page>header,.settings-bulk-workspace__header{margin:-1rem -1rem 1rem}}.command-shell--settings .editor-shell.editor-shell--entity{min-height:auto!important;display:block!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;background:linear-gradient(135deg,rgba(245,158,11,.06),transparent 28rem),linear-gradient(180deg,#070b12,#101722)!important}.command-shell--settings .command-shell__grid{padding:0!important}.command-shell--settings .editor-shell.editor-shell--entity .editor-shell__body,.command-shell--settings .editor-shell.editor-shell--entity .editor-shell__body--with-context{display:block!important;min-height:0!important}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell{position:relative;z-index:2;border:0;border-bottom:1px solid rgba(148,163,184,.16);background:rgba(7,11,18,.92);box-shadow:none;backdrop-filter:blur(20px);padding-top:3rem}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__inner{min-height:3.65rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;align-items:center;padding:.58rem clamp(.85rem,1.5vw,1.2rem) .42rem}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__kicker,.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__subtitle,.command-shell--settings .editor-shell.editor-shell--entity .editor-mobile-hub-trigger{display:none}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__title{color:#f8fafc;font-size:clamp(1rem,.88rem + .35vw,1.22rem);font-weight:900;line-height:1.12}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__entity{color:#aebdd0;font-weight:700}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__actions{display:flex;flex-wrap:nowrap;gap:.42rem;align-items:center;justify-content:flex-end;padding:0;border:0;background:transparent;box-shadow:none}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__actions .flex{gap:.42rem}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__actions .ui-btn,.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__actions button{min-height:2.05rem;border-radius:.58rem;padding:.42rem .64rem;font-size:.78rem;white-space:nowrap;box-shadow:none}.command-shell--settings .editor-shell.editor-shell--entity .editor-attention-banner,.command-shell--settings .editor-shell.editor-shell--entity .editor-command-button,.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__actions .text-xs,.command-shell--settings .editor-shell.editor-shell--entity .editor-mobile-issues{display:none!important}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs{position:sticky;top:0;z-index:33;display:flex;gap:.18rem;margin:0;padding:0 clamp(.85rem,1.5vw,1.2rem);border:0;border-bottom:1px solid rgba(148,163,184,.16);border-radius:0;background:rgba(7,11,18,.92);box-shadow:0 16px 30px rgba(2,6,23,.2);backdrop-filter:blur(20px);overflow-x:auto;scrollbar-width:none}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs::-webkit-scrollbar{display:none}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs button{flex:0 0 auto;min-height:2.45rem;max-width:14rem;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:rgb(var(--muted-color));padding:.48rem .62rem}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs button.active{border-color:rgb(var(--accent-color));background:linear-gradient(180deg,transparent,rgb(var(--accent-color)/.08));color:rgb(var(--text-color))}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.05}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs small{margin-top:.12rem;border:0;background:transparent;color:#91a2b8;padding:0;font-size:.62rem;line-height:1;text-transform:none}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs small[data-status=attention]{color:#f8cf7c}.command-shell--settings .editor-shell.editor-shell--entity .editor-shell__main{width:100%;max-width:min(100%,82rem);margin:0 auto;padding:clamp(.85rem,1.6vw,1.25rem);min-height:0!important;overflow:visible!important}.command-shell--settings .editor-shell.editor-shell--entity .editor-section,.command-shell--settings .editor-shell.editor-shell--entity .editor-section.active{border-radius:.82rem;background:rgba(15,23,42,.68)}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-pager{margin-top:.85rem}@media (max-width:900px){.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell{padding-top:3.35rem}.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs{top:0}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__inner{grid-template-columns:minmax(0,1fr)}.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__actions{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}}body[data-theme-id] :where(.settings-editor-workspace,.settings-editor-empty,.settings-bulk-workspace,.settings-admin-shell,.settings-admin-page,.command-shell--settings .editor-shell.editor-shell--entity){background:transparent!important;color:rgb(var(--text-color))!important}body[data-theme-id] :where(.settings-editor-empty__panel,.settings-admin-dock,.settings-admin-sidebar,.settings-workspace-panel,.settings-workspace-message,.settings-admin-page .admin-dashboard,.settings-admin-page .admin-editor-panel,.settings-admin-page .payment-admin,.settings-admin-page .admin-tool-scaffold,.settings-admin-page .admin-users,.settings-admin-page .sponsor-admin,.settings-admin-page .score-corrections-admin,.settings-admin-page .scoring-templates-admin,.command-shell--settings .editor-shell.editor-shell--entity .editor-section){border-color:rgb(var(--border-color)/var(--theme-border-alpha))!important;background:linear-gradient(135deg,rgb(var(--accent-color)/.05),transparent 54%),rgb(var(--surface-color)/var(--theme-surface-alpha))!important;color:rgb(var(--text-color))!important;box-shadow:0 18px 40px rgb(var(--theme-shadow-color)/var(--theme-shadow-alpha))!important;backdrop-filter:blur(18px)}body[data-theme-id] :where(.settings-admin-page>header,.settings-bulk-workspace__header,.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell,.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs){border-color:rgb(var(--border-color)/var(--theme-border-alpha))!important;background:linear-gradient(135deg,rgb(var(--accent-color)/.08),transparent 42%),rgb(var(--rail-bg-color)/var(--theme-header-alpha))!important;color:rgb(var(--text-color))!important;box-shadow:0 18px 36px rgb(var(--theme-shadow-color)/var(--theme-shadow-alpha))!important;backdrop-filter:blur(22px)}body[data-theme-id] :where(.settings-admin-sidebar__home,.settings-admin-sidebar__group button,.settings-admin-sidebar .settings-admin-dock button,.settings-admin-dock button,.settings-editor-empty__links a,.settings-editor-empty__links button,.settings-workspace-form button,.settings-workspace-message button,.settings-hub__quick button){border-color:rgb(var(--border-color)/.25)!important;background:rgb(var(--field-bg-color)/var(--theme-field-alpha))!important;color:rgb(var(--text-color))!important}body[data-theme-id] :where(.settings-admin-sidebar__home:hover,.settings-admin-sidebar__home.active,.settings-admin-sidebar__group button:hover,.settings-admin-sidebar__group button.active,.settings-admin-sidebar .settings-admin-dock button:hover,.settings-admin-sidebar .settings-admin-dock button.active,.settings-admin-dock button:hover,.settings-admin-dock button.active,.settings-workspace-shell .settings-admin-sidebar__home.active,.settings-workspace-shell .settings-admin-sidebar__group button.active,.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs button.active){border-color:rgb(var(--accent-color)/.44)!important;background:rgb(var(--accent-color)/.15)!important;color:rgb(var(--text-color))!important}body[data-theme-id] :where(.settings-admin-page>header span,.settings-bulk-workspace__header span,.settings-workspace-shell__header p,.settings-workspace-panel__header span,.settings-admin-sidebar__group>span,.settings-admin-dock>span,.command-shell--settings .editor-shell.editor-shell--entity .editor-section-tabs small,.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__entity){color:rgb(var(--muted-color))!important}body[data-theme-id] :where(.settings-admin-page>header h1,.settings-bulk-workspace__header h1,.command-shell--settings .editor-shell.editor-shell--entity .editor-header-shell__title){color:rgb(var(--text-color))!important}body[data-theme-id] :where(.settings-editor-empty__panel input,.settings-editor-empty__panel select,.settings-workspace-form input,.settings-workspace-form select,.settings-bulk-workspace input,.settings-bulk-workspace select,.settings-bulk-workspace textarea){border-color:rgb(var(--border-color)/.42)!important;background:rgb(var(--field-bg-color)/var(--theme-field-alpha))!important;color:rgb(var(--text-color))!important}