:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fafafa;--background:#09090b;--foreground:#fafafa;--muted:#27272a;--muted-foreground:#a1a1aa;--border:#27272a;--line:#313135;--accent:#f4f4f5;--accent-foreground:#18181b;--danger:#dc2626;--success:#22c55e;background:#09090b;font-family:Inter,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--background);min-width:1120px;margin:0}button,input{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0}.app-shell{grid-template-columns:300px minmax(560px,1fr) 360px;height:100vh;animation:.22s ease-out app-fade-in;display:grid;overflow:hidden}@keyframes app-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.level-sidebar,.workbench,.info-sidebar{min-height:0}.level-sidebar{border-right:1px solid var(--border);flex-direction:column;min-width:0;display:flex}.sidebar-header{border-bottom:1px solid var(--border);padding:1.25rem}.sidebar-header h1,.workbench-header h2,.info-section h2,.info-section h3,.section-title-row h3{letter-spacing:-.025em;margin:0;line-height:1.2}.sidebar-header h1{font-size:1.35rem}.workbench-header h2,.info-section h2{font-size:1.2rem}.info-section h3,.section-title-row h3{font-size:.95rem}.eyebrow{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:600}.muted,small{color:var(--muted-foreground)}.level-list{flex-direction:column;flex:1;padding:.5rem;display:flex;overflow:auto}.level-item{text-align:left;border-radius:4px;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;min-height:3.5rem;padding:.65rem .75rem;transition:background .16s,color .16s,transform .16s;display:grid}.level-item:hover{background:#1d1d20;transform:translate(2px)}.level-item.locked{opacity:.56}.level-item.locked:hover{background:#141415}.level-item.active{background:var(--accent);color:var(--accent-foreground)}.level-item.active small{color:#54545f}.level-item span:last-child{flex-direction:column;gap:.15rem;min-width:0;display:flex}.level-number{background:var(--muted);color:var(--muted-foreground);border-radius:.45rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.78rem;font-weight:700;display:inline-flex;position:relative}.level-item.active .level-number{color:#fafafa;background:#18181b}.workbench{grid-template-rows:auto minmax(260px,1fr) auto 320px;min-width:0;animation:.18s ease-out workbench-swap;display:grid}@keyframes workbench-swap{0%{opacity:.82;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.workbench-header{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:1rem;padding:1.25rem;display:grid}.header-actions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.header-actions button,.terminal-input button,.command-list button{border:1px solid var(--border);color:var(--foreground);border-radius:.5rem;min-height:2.25rem;padding:.45rem .75rem}.header-actions button:hover,.terminal-input button:hover,.command-list button:hover{background:var(--muted)}.win-badge{color:#3bdd77;border:1px solid #22c55e59;border-radius:999px;padding:.35rem .6rem;font-size:.75rem;font-weight:600}.graph-stage{border-bottom:1px solid var(--border);grid-template-rows:auto 1fr;min-height:0;padding:1.25rem;display:grid;overflow:hidden}.section-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title-row span{color:var(--muted-foreground);font-size:.875rem}.empty-state{border:1px dashed var(--line);color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;height:calc(100% - 2rem);min-height:220px;display:flex}.empty-state p{color:var(--foreground);margin:0}.commit-lane{margin:0;padding:0 0 0 .15rem;list-style:none;position:relative}.commit-lane:before{background:var(--border);content:"";width:1px;position:absolute;top:1.2rem;bottom:1.2rem;left:.62rem}.commit-lane li{align-items:center;gap:.75rem;margin:.85rem 0;display:flex;position:relative}.commit-lane li>div{border:1px solid var(--border);flex-direction:column;gap:.3rem;min-width:220px;padding:.7rem .8rem;display:flex}.dot{background:var(--foreground);border:3px solid var(--background);z-index:1;border-radius:999px;flex:none;width:18px;height:18px;display:inline-block;position:relative}.terminal-stage{min-height:0;position:relative;overflow:hidden}.stage-locked{position:relative}.locked-stage-overlay{color:var(--foreground);pointer-events:auto;text-align:center;z-index:5;background:#0000009e;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1rem;display:flex;position:absolute;inset:0}.locked-stage-overlay strong{font-size:1.1rem}.locked-stage-overlay span{color:var(--muted-foreground);max-width:28rem;font-size:.9rem;line-height:1.6}.terminal-lock{background:linear-gradient(#00000080,#000000b8)}.locked-level-banner{color:var(--foreground);background:#e7b0081f;border:1px solid #e7b00847;border-radius:.75rem;gap:.25rem;margin-bottom:1rem;padding:.8rem .9rem;display:grid}.locked-level-banner span{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.terminal-input{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:grid}.terminal-input span{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.terminal-input input{color:var(--foreground);background:0 0;border:0;outline:0;min-width:0}.terminal-input input::placeholder{color:var(--muted-foreground)}.terminal-log{flex-direction:column;gap:.8rem;min-height:0;padding:1rem 1.25rem;display:flex;overflow:auto}.terminal-entry{border-left:2px solid var(--border);padding-left:.75rem}.terminal-entry.error{border-left-color:var(--danger)}.terminal-command{color:var(--foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.86rem}.terminal-entry pre{color:var(--muted-foreground);white-space:pre-wrap;margin:.35rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;line-height:1.6}.info-sidebar{border-left:1px solid var(--border);flex-direction:column;min-width:0;display:flex;overflow:hidden}.info-sidebar-tabs{background:color-mix(in srgb, var(--background) 92%, transparent);border-bottom:1px solid var(--border);flex-shrink:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;padding:.65rem;display:grid}.info-sidebar-tab{color:var(--muted-foreground);white-space:nowrap;border:1px solid #0000;border-radius:.55rem;min-height:2rem;padding:.3rem .35rem;font-size:.78rem;font-weight:800}.info-sidebar-tab:hover{background:var(--muted);color:var(--foreground)}.info-sidebar-tab.active{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.info-sidebar-panels{min-height:0;overflow:auto}.canvas-wrap{border:1px solid var(--border);min-height:0;position:relative;overflow:hidden}.commit-canvas{width:100%;height:100%;display:block}.xterm-container{width:100%;height:100%;padding:.75rem 1rem}.xterm-container.locked{filter:grayscale(.45);opacity:.72}.xterm-container .xterm{height:100%}.account-bar{border-top:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.85rem;display:grid}.profile-account-bar{grid-template-columns:auto 1fr auto auto;gap:.5rem}.avatar{background:var(--accent);color:var(--accent-foreground);border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-weight:800;display:flex}.account-meta{flex-direction:column;gap:.1rem;min-width:0;display:flex}.account-meta strong,.account-meta small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-bar button{border:1px solid var(--border);color:var(--foreground);border-radius:.5rem;min-height:2rem;padding:.25rem .55rem}.account-bar button:hover{background:var(--muted)}.info-section{border-bottom:1px solid var(--border);padding:1.25rem}.info-section p{color:var(--muted-foreground);line-height:1.7}.message-line{border-left:2px solid var(--border);color:var(--foreground);margin-top:1rem;padding-left:.75rem;font-size:.875rem;line-height:1.6}.plain-list,.status-list{margin:1rem 0 0;padding:0}.plain-list{list-style:none}.plain-list.ordered{counter-reset:step}.plain-list.ordered li{counter-increment:step;grid-template-columns:auto 1fr;gap:.6rem;display:grid}.plain-list.ordered li:before{color:var(--muted-foreground);content:counter(step) ".";font-variant-numeric:tabular-nums}.plain-list li,.status-list li{border-bottom:1px solid var(--border);color:var(--foreground);padding:.65rem 0;font-size:.875rem;line-height:1.6}.plain-list li:first-child,.status-list li:first-child{padding-top:0}.plain-list li:last-child,.status-list li:last-child{border-bottom:0;padding-bottom:0}.command-list{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.command-list button{text-align:left;justify-content:flex-start;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.status-list{list-style:none}.status-list li{align-items:center;gap:.6rem;display:flex}code{background:var(--muted);color:var(--foreground);border-radius:.3rem;padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border:3px solid var(--background);border-radius:999px}@media (max-width:1180px){body{min-width:0}.app-shell{grid-template-columns:240px minmax(420px,1fr) 300px}}.login-screen{background:var(--background);min-height:100vh;padding:0;position:relative;overflow:hidden}.landing-screen,.login-screen{display:block}.darkveil-layer{opacity:.92;pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.darkveil-layer:after{content:"";background:linear-gradient(#ffffff06 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle,#0000 0,#09090b2e 52%,#09090bb8 100%);position:absolute;inset:0}.darkveil-canvas{width:100%;height:100%;display:block}.hero-nav{z-index:2;justify-content:space-between;align-items:center;padding:2.25rem 3.5rem;display:flex;position:relative;inset:0 0 auto}.hero-logo{color:var(--foreground);letter-spacing:-.06em;align-items:center;gap:.65rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.7rem;text-decoration:none;display:inline-flex}.hero-logo span{color:var(--foreground);font-weight:900}.hero-logo b{font-weight:900}.hero-logo b:first-letter{color:#b070ff}.hero-nav nav{align-items:center;gap:2.1rem;display:flex}.hero-nav nav a{color:#e0e0e0c7;font-size:.98rem;font-weight:700;text-decoration:none}.hero-nav nav a:hover{color:var(--foreground)}.hero-signin{border:1px solid #ffffff2e;border-radius:8px;padding:.8rem 1.45rem;color:var(--foreground)!important}.hero-layout{z-index:1;grid-template-columns:minmax(560px,.96fr) minmax(560px,1.04fr);align-items:center;gap:clamp(2rem,5vw,5rem);width:min(1800px,100%);min-height:calc(100vh - 250px);margin:0 auto;padding:3.5rem 6rem 4rem;display:grid;position:relative}.play-login-layout{min-height:calc(100vh - 120px)}.hero-copy{max-width:900px}.hero-kicker{color:#62d84f;letter-spacing:.02em;background:#ffffff0b;border:1px solid #ffffff17;border-radius:8px;margin-bottom:2.1rem;padding:.55rem .8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92rem;font-weight:900;display:inline-flex}.hero-copy h1{color:var(--foreground);letter-spacing:-.085em;text-wrap:balance;margin:0;font-size:clamp(4.2rem,6vw,6.8rem);line-height:.98}.hero-copy h1 span{background:linear-gradient(90deg,#cf66ff,#8082ff);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-copy p{color:#e0e0e0ad;max-width:720px;margin:2rem 0 0;font-size:1.18rem;line-height:1.72}.hero-auth-label{color:#e0e0e0b8;margin-top:3.4rem;font-weight:800}.hero-intro-panel{padding-top:1rem}.hero-course-grid{gap:.85rem;max-width:720px;margin-top:2.4rem;display:grid}.hero-course-grid article{background:#ffffff0b;border:1px solid #ffffff18;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:.25rem .9rem;padding:.9rem 1rem;display:grid}.hero-course-grid b{color:#bc85ff;background:#b070ff24;border:1px solid #b070ff42;border-radius:8px;justify-content:center;align-items:center;width:2.6rem;height:2.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88rem;display:inline-flex}.hero-course-grid span{color:var(--foreground);font-weight:900}.hero-course-grid small{color:#e0e0e085;grid-column:2}.hero-auth-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:560px;margin-top:.85rem;display:grid}.hero-auth-button{color:var(--foreground);background:#ffffff0e;border:1px solid #ffffff1c;border-radius:9px;justify-content:center;align-items:center;min-height:3.35rem;padding:0 1.1rem;font-weight:900;text-decoration:none;display:inline-flex}button.hero-auth-button{font:inherit}.hero-auth-button:first-child{color:#09090b;background:#fffffff5}.hero-auth-button:hover,.hero-signin:hover{transform:translateY(-1px);box-shadow:0 0 30px #b070ff2e}.hero-note{color:#e0e0e073;margin-top:1.4rem;font-size:.92rem;font-weight:700}.hero-cta-row{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.hero-secondary-button{color:var(--foreground);background:#ffffff0e;border:1px solid #ffffff1f;border-radius:9px;justify-content:center;align-items:center;min-width:9.5rem;min-height:3.1rem;padding:0 1.15rem;font-weight:900;text-decoration:none;display:inline-flex}.hero-secondary-button.primary{color:#09090b;background:#fffffff5}.hero-secondary-button:hover{transform:translateY(-1px);box-shadow:0 0 30px #b070ff2e}.auth-screen{display:block}.auth-layout{z-index:1;grid-template-columns:minmax(420px,.95fr) minmax(380px,.55fr);align-items:center;gap:clamp(2rem,6vw,6rem);width:min(1500px,100%);min-height:calc(100vh - 130px);margin:0 auto;padding:3rem 6rem 5rem;display:grid;position:relative}.auth-copy h1{color:var(--foreground);letter-spacing:-.085em;margin:0;font-size:clamp(3.5rem,6vw,6.4rem);line-height:.98}.auth-copy p{color:#e0e0e0ad;max-width:680px;margin:1.7rem 0 0;font-size:1.18rem;line-height:1.72}.auth-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff12,#ffffff06);border:1px solid #ffffff24;border-radius:18px;flex-direction:column;gap:1.2rem;padding:1.35rem;display:flex;box-shadow:0 30px 90px #00000061,inset 0 1px #ffffff14}.auth-card .hero-auth-row{margin-top:0}.auth-card .login-topline{margin-bottom:.25rem}.oauth-only-card{gap:1.45rem}.auth-error{color:#eb8484;background:#dc28281f;border:1px solid #dc282859;border-radius:9px;padding:.75rem .9rem;font-size:.92rem;font-weight:800}.oauth-provider-list{grid-template-columns:1fr;gap:.85rem;display:grid}.oauth-provider-list .hero-auth-button{width:100%;min-height:3.35rem}.oauth-provider-list .hero-auth-button:first-child{color:#09090b;background:#fffffff5}.oauth-only-note,.provider-loading,.provider-empty{color:#e0e0e07a;margin:0;font-size:.92rem;font-weight:800;line-height:1.6}.provider-loading,.provider-empty{text-align:center;border:1px dashed #ffffff24;border-radius:9px;padding:.95rem}.agreement-check{color:#e0e0e0b8;align-items:flex-start;gap:.65rem;font-size:.9rem;font-weight:800;line-height:1.5;display:flex}.agreement-check input{accent-color:#b070ff;margin-top:.2rem}.agreement-check button,.agreement-check a{color:#c18fff;font:inherit;text-underline-offset:3px;padding:0;text-decoration:underline}.agreement-check a{margin-left:.45rem}.agreement-modal-backdrop{z-index:80;background:#000000ad;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.agreement-modal{color:var(--foreground);background:#09090bf5;border:1px solid #ffffff29;border-radius:18px;width:min(720px,100vw - 2rem);max-height:min(720px,100vh - 2rem);overflow:hidden;box-shadow:0 30px 100px #00000085}.agreement-modal header,.agreement-modal footer{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.15rem;display:flex}.agreement-modal footer{border-top:1px solid #ffffff1a;border-bottom:0;justify-content:flex-end}.agreement-modal h2{margin:0;font-size:1.1rem}.agreement-modal header button,.agreement-modal footer button{color:var(--foreground);font:inherit;border:1px solid #ffffff24;border-radius:9px;min-height:2.4rem;padding:.45rem .85rem}.agreement-modal footer button{color:#09090b;background:#fffffff0;font-weight:900}.agreement-content{color:#e0e0e0bd;gap:.85rem;max-height:min(520px,100vh - 13rem);padding:1.15rem;line-height:1.75;display:grid;overflow:auto}.agreement-content p{margin:0}.terms-card{z-index:1;background:#09090be0;border:1px solid #ffffff29;border-radius:28px;width:min(880px,100vw - 2rem);margin:2rem auto 4rem;padding:clamp(1.4rem,4vw,2.4rem);position:relative;box-shadow:0 30px 100px #00000061}.terms-card h1{letter-spacing:-.08em;margin:.4rem 0 1.4rem;font-size:clamp(2.2rem,6vw,4.8rem);line-height:.94}.terms-card article{color:#e0e0e0c2;gap:.85rem;margin-bottom:1.6rem;line-height:1.8;display:grid}.terms-card h2{color:var(--foreground);margin:1rem 0 0;font-size:1.05rem}.terms-card p{margin:0}@media (max-width:1000px){.auth-layout{grid-template-columns:1fr;padding-inline:2rem}}.play-login-form{display:block}.play-login-form .login-field{flex-direction:column;gap:.55rem;max-width:560px;margin-top:2.2rem;display:flex}.login-field span{color:#e0e0e0b8;font-size:.92rem;font-weight:800}.login-field input{color:var(--foreground);font:inherit;background:#ffffff0b;border:1px solid #ffffff21;border-radius:9px;outline:0;min-height:3.35rem;padding:0 1rem}.login-field input:focus{border-color:#b070ffbf;box-shadow:0 0 0 3px #b070ff1f}.hero-terminal-card{background:linear-gradient(#fff1,#00000061);border:1px solid #b070ff57;border-radius:18px;min-height:420px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 22px 70px #615cff2e,inset 0 1px #ffffff14}.hero-terminal-card:before{content:"";background:radial-gradient(circle at 78% 54%,#b070ff24,#0000 18rem);position:absolute;inset:0}.hero-window-dots{z-index:1;gap:.55rem;margin-bottom:2rem;display:flex;position:relative}.hero-window-dots i{border-radius:999px;width:.75rem;height:.75rem}.hero-window-dots i:first-child{background:#ff6352}.hero-window-dots i:nth-child(2){background:#ffcb3d}.hero-window-dots i:nth-child(3){background:#56d25a}.hero-terminal-card pre{color:#e0e0e094;white-space:pre-wrap;z-index:1;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(1rem,1.3vw,1.32rem);line-height:1.55;position:relative}.hero-terminal-card pre:first-line{color:#62d84f}.hero-features{z-index:1;border-top:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem;padding:3rem 5rem;display:grid;position:relative}.hero-features article{align-items:flex-start;gap:1.2rem;display:flex}.hero-features b{color:#b070ff;font-size:2.1rem;line-height:1}.hero-features h3{margin:0 0 .45rem;font-size:1.05rem}.hero-features p{color:#e0e0e094;margin:0;line-height:1.55}@media (max-width:1100px){.hero-layout{grid-template-columns:1fr;padding-inline:2rem}.hero-nav{padding-inline:2rem}.hero-nav nav{display:none}.hero-features{grid-template-columns:1fr 1fr;padding-inline:2rem}}.status-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px}.status-badge.untracked{color:#f7b645;background:#f59f0a24}.status-badge.staged{color:#48e080;background:#21c45d24}.status-badge.modified{color:#6a95f1;background:#2463eb24}.status-badge.clean{color:var(--muted-foreground);background:#27272a}.status-badge.unstaged{color:#f37272;background:#ef434324}.level-number-status{background:var(--background);border:1px solid;border-radius:999px;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.62rem;font-style:normal;font-weight:900;line-height:1;display:inline-flex;position:absolute;bottom:-.35rem;right:-.35rem}.level-number-status.done{color:#48e080}.level-number-status.seen{color:#f8c630}.level-number-status.locked{color:#b8b8b8;font-size:.52rem}.level-item.active .level-number-status{background:var(--accent)}.level-item span strong{justify-content:space-between;align-items:center;gap:.45rem;display:flex}.level-difficulty{color:var(--muted-foreground);border:1px solid;border-radius:999px;flex:none;padding:.18rem .38rem;font-size:.62rem;font-weight:800;line-height:1}.level-item.active .level-difficulty{color:#54545f}.level-group{flex-direction:column;gap:.25rem;margin-bottom:.9rem;display:flex}.level-group h2{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;margin:.65rem 0 .35rem;padding:0 .75rem;font-size:.72rem;font-weight:700}.level-item.active{border-radius:4px}:root[data-theme=light],[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#09090b;--muted:#f4f4f5;--muted-foreground:#71717a;--border:#e4e4e7;--line:#dfdfe2;--accent:#18181b;--accent-foreground:#fafafa}[data-theme=light] .canvas-wrap,[data-theme=light] .xterm-container{filter:invert()hue-rotate(180deg)}.file-link{color:var(--foreground);text-align:left;-webkit-text-decoration:underline dotted var(--border);text-decoration:underline dotted var(--border);text-underline-offset:4px;padding:0}.file-link:hover{color:var(--muted-foreground)}.file-link:disabled,.command-list button:disabled{cursor:not-allowed;opacity:.45}.modal-backdrop{z-index:20;background:#00000094;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--background);border:1px solid var(--border);color:var(--foreground);width:min(720px,100vw - 3rem);max-height:min(720px,100vh - 3rem);padding:1rem;overflow:auto}.auth-required-panel{color:var(--foreground);text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;margin:auto;display:flex;position:relative;inset:0}.auth-required-panel h1{letter-spacing:-.06em;margin:0;font-size:clamp(2rem,5vw,4rem)}.auth-required-panel p{color:#e0e0e0ad;margin:0;font-weight:800}.sync-gate{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:60;background:#000000c7}.sync-gate-modal{text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:.7rem;max-width:460px;display:flex}.sync-gate-modal h2{font-size:1.3rem}.sync-spinner{border:3px solid #ffffff29;border-top-color:#b070ff;border-radius:999px;width:2.5rem;height:2.5rem;animation:.9s linear infinite sync-spin}@keyframes sync-spin{to{transform:rotate(360deg)}}.modal header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:-1rem -1rem 1rem;padding:1rem;display:flex}.modal h2{margin:0;font-size:1rem}.modal button,.modal input,.modal select{border:1px solid var(--border);color:var(--foreground);min-height:2.4rem;padding:.45rem .7rem}.modal input,.modal select{background:0 0}.file-preview{background:var(--muted);border:1px solid var(--border);white-space:pre-wrap;min-height:240px;margin:0;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;line-height:1.7;overflow:auto}.settings-form{flex-direction:column;gap:1rem;display:flex}.settings-form label{flex-direction:column;gap:.45rem;display:flex}.settings-form label>span{color:var(--muted-foreground);font-size:.85rem}.settings-form .inline-setting{flex-direction:row;align-items:center}.settings-form .inline-setting input{min-height:auto}.settings-form button{border:1px solid var(--border);color:var(--foreground);border-radius:8px;min-height:2.5rem;padding:.55rem .85rem}.editor-modal{width:min(980px,100vw - 3rem);max-width:min(980px,100vw - 3rem);height:min(760px,100vh - 3rem)}.modal-actions{gap:.5rem;display:flex}.codemirror-host{border:1px solid var(--border);height:calc(100% - 4.5rem);overflow:hidden}.codemirror-host .cm-editor{height:100%}.codemirror-host .cm-scroller{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.canvas-wrap{position:relative}.canvas-menu{background:var(--background);border:1px solid var(--border);z-index:8;flex-direction:column;min-width:180px;padding:.35rem;display:flex;position:absolute;box-shadow:0 18px 50px #00000052}.canvas-menu button{color:var(--foreground);text-align:left;border-radius:4px;padding:.55rem .65rem}.canvas-menu button:hover{background:var(--muted)}.editor-statusbar{border:1px solid var(--border);color:var(--muted-foreground);border-top:0;justify-content:flex-end;align-items:center;gap:1rem;min-height:2rem;padding:0 .75rem;font-size:.78rem;display:flex}.editor-modal .codemirror-host{height:calc(100% - 6.5rem)}.hint-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hint-header button{border:1px solid var(--border);color:var(--foreground);border-radius:4px;min-height:2rem;padding:.25rem .6rem}.hint-header button:hover:not(:disabled){background:var(--muted)}.hint-header button:disabled{cursor:not-allowed;opacity:.55}.hint-layers{gap:.65rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.hint-layers li{background:color-mix(in srgb, var(--muted) 58%, transparent);border:1px solid var(--border);border-radius:10px;gap:.35rem;padding:.75rem;display:grid}.hint-layers li.danger{border-color:color-mix(in srgb, var(--accent) 45%, var(--border))}.hint-layers strong{color:var(--foreground);font-size:.78rem}.hint-layers li>strong{text-transform:uppercase}.hint-layers span{color:var(--muted-foreground);font-size:.86rem;line-height:1.65}.hint-layers code{background:var(--panel);border:1px solid var(--border);color:var(--foreground);border-radius:5px;padding:.08rem .28rem;font-size:.78rem}.subtle-inline-button{color:var(--muted-foreground);border:0;margin-top:.75rem;padding:0;font-size:.82rem;text-decoration:underline}.subtle-inline-button:hover{color:var(--foreground)}.chapter-recap-section{border-color:color-mix(in srgb, var(--accent) 24%, var(--border))}.chapter-recap-section.completed{background:color-mix(in srgb, var(--accent) 7%, var(--panel))}.recap-list{gap:.5rem;margin:.85rem 0;padding:0;list-style:none;display:grid}.recap-list li{color:var(--foreground);padding-left:1.1rem;font-size:.86rem;line-height:1.55;position:relative}.recap-list li:before{color:var(--accent);content:"✓";position:absolute;left:0}.recap-practice,.recap-next{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;font-size:.86rem}.challenge-panel dl{gap:.65rem;margin:1rem 0 0;display:grid}.challenge-panel dl div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.65rem;display:flex}.challenge-panel dl div:last-child{border-bottom:0;padding-bottom:0}.challenge-panel dt{color:var(--muted-foreground)}.challenge-panel dd{margin:0;font-weight:700}.lesson-assist{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;min-height:72px;display:grid}.assist-block{padding:.85rem 1.25rem}.assist-block+.assist-block{border-left:1px solid var(--border)}.assist-block p{margin:.55rem 0 0}.compact-list{margin-top:.65rem}.compact-list li{padding:.35rem 0}.inline-commands{flex-flow:wrap;gap:.5rem;display:flex}.inline-commands button{width:auto}.workbench{grid-template-rows:auto minmax(220px, 1fr) 6px var(--terminal-height,320px)}.title-row{align-items:center;gap:.75rem;display:flex}.difficulty{border:1px solid var(--border);border-radius:999px;align-items:center;gap:.2rem;padding:.18rem .5rem;display:inline-flex}.difficulty i{background:var(--border);border-radius:999px;width:.24rem;height:.55rem;display:block}.difficulty i:nth-child(2){height:.8rem}.difficulty i:nth-child(3){height:1.05rem}.difficulty-1 i:first-child,.difficulty-2 i:nth-child(-n+2),.difficulty-3 i{background:var(--success)}.difficulty b{color:var(--muted-foreground);margin-left:.25rem;font-size:.72rem;font-weight:600}.level-status{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;display:inline-flex}.level-status b{font-size:.9rem;line-height:1}.level-status-done{color:#48e080;background:#21c45d21;border-color:#21c45d6b}.level-status-seen{color:#f8c630;background:#e7b00821;border-color:#e7b0086b}.header-stats{color:var(--muted-foreground);align-items:center;gap:.65rem;margin-left:auto;font-size:.82rem;display:flex}.header-stats span{border:1px solid var(--border);border-radius:999px;padding:.28rem .55rem}.terminal-resizer{border-bottom:1px solid var(--border);cursor:row-resize;position:relative}.terminal-resizer:before{background:var(--border);content:"";width:52px;height:2px;position:absolute;top:2px;left:50%;transform:translate(-50%)}.modal{transform-origin:50%;border-radius:10px;animation:.14s ease-out modal-in}@keyframes modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.advance-toast{background:var(--background);border:1px solid var(--border);z-index:15;border-radius:10px;flex-direction:column;gap:.25rem;padding:.9rem 1rem;animation:.14s ease-out modal-in;display:flex;position:fixed;bottom:1rem;right:1rem;box-shadow:0 18px 50px #00000047}.advance-toast span{color:var(--muted-foreground);font-size:.85rem}.level-description-blocks{flex-direction:column;gap:.95rem;margin-top:.75rem;display:flex}.level-description-block{border-left:2px solid var(--border);padding-left:.75rem}.level-description-block span{color:var(--foreground);letter-spacing:.1em;margin-bottom:.35rem;font-size:.78rem;font-weight:900;display:block}.level-description-block p{color:var(--muted-foreground);margin:0;line-height:1.75}.level-description-block strong{color:var(--foreground);font-weight:800}.ai-coach-section .muted{margin-bottom:.65rem}.ai-hint-card{color:var(--foreground);background:linear-gradient(135deg,#b070ff1f,#21c45d14);border:1px solid #b070ff52;border-radius:12px;padding:.85rem;line-height:1.65}.header-score-card{border:1px solid var(--border);border-radius:10px;justify-self:center;align-items:center;gap:.75rem;padding:.55rem .75rem;display:flex}.header-score-card span{color:var(--muted-foreground);font-size:.82rem}.cli-badge{border:1px solid var(--border);color:var(--muted-foreground);letter-spacing:.08em;border-radius:4px;padding:.45rem .55rem;font-size:.75rem;font-weight:900}.cli-badge.active{color:#48e080;border-color:#21c45d73;box-shadow:0 0 18px #21c45d47}.task-list,.activity-list{margin:1rem 0 0;padding:0;list-style:none}.task-list li{border-bottom:1px solid var(--border);color:var(--muted-foreground);grid-template-columns:auto 1fr;align-items:center;gap:.65rem;padding:.65rem 0;display:grid}.task-list li:last-child{border-bottom:0}.task-list i{border:1px solid var(--border);border-radius:999px;width:.75rem;height:.75rem;display:block}.task-list li.active i{background:#f59f0a;border-color:#f59f0a}.task-list li.done{color:var(--foreground)}.task-list li.done i{background:#21c45d;border-color:#21c45d}.activity-list li{border-bottom:1px solid var(--border);color:var(--muted-foreground);padding:.55rem 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.6}.activity-list li:last-child{border-bottom:0}.leaderboard-list{flex-direction:column;gap:.55rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.leaderboard-list li{border:1px solid var(--border);border-radius:9px;grid-template-columns:auto 1fr;align-items:center;gap:.55rem;padding:.65rem;display:grid}.podium-list li.gold,.podium-list li.silver,.podium-list li.bronze{background:linear-gradient(135deg,#f59f0a29,#0000);border-color:#f59f0a5c}.podium-list li.silver{background:linear-gradient(135deg,#b4bac524,#0000);border-color:#b4bac552}.podium-list li.bronze{background:linear-gradient(135deg,#d2722d24,#0000);border-color:#d2722d52}.leaderboard-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.leaderboard-list small{grid-column:2;margin-top:-.35rem}.rank-number,.rank-chip{color:#f7b645;border:1px solid #f59f0a73;border-radius:999px;padding:.22rem .45rem;font-size:.72rem;font-weight:800}.rank-chip.muted-chip{border-color:var(--border);color:var(--muted-foreground)}.achievement-stack{z-index:20;flex-direction:column;gap:.65rem;width:min(360px,100vw - 2rem);display:flex;position:fixed;bottom:5.5rem;right:1rem}.achievement-toast{background:var(--background);border:1px solid #21c45d66;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.85rem;animation:.16s ease-out modal-in;display:grid;box-shadow:0 18px 50px #00000052,0 0 28px #21c45d24}.achievement-toast>span{background:var(--muted);border-radius:999px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-size:1.2rem;display:flex}.achievement-toast div{flex-direction:column;gap:.18rem;min-width:0;display:flex}.achievement-toast small{white-space:normal}.achievement-toast button{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;width:1.8rem;height:1.8rem}.completion-modal{flex-direction:column;gap:1rem;width:min(520px,100vw - 2rem);display:flex}.completion-modal header h2{margin-top:.1rem}.completion-score{background:radial-gradient(circle,#21c45d33,#0000 68%);border:1px solid #21c45d59;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;display:flex}.completion-score strong{color:#59e38c;letter-spacing:-.08em;font-size:3.4rem;line-height:1}.completion-score span{color:var(--muted-foreground);margin-top:.3rem;font-size:.85rem;font-weight:700}.completion-stats{grid-template-columns:1fr 1fr;gap:.65rem;margin:0;display:grid}.completion-stats div{border:1px solid var(--border);border-radius:10px;padding:.7rem}.completion-stats dt{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.78rem}.completion-stats dd{margin:0;font-size:1rem;font-weight:800}.completion-achievements{border:1px solid #f59f0a59;border-radius:10px;flex-flow:wrap;gap:.5rem;padding:.75rem;display:flex}.completion-achievements h3{flex-basis:100%;margin:0;font-size:.9rem}.completion-achievements span{background:var(--muted);border-radius:999px;padding:.35rem .55rem;font-size:.78rem}.completion-actions{justify-content:flex-end;gap:.65rem;display:flex}.completion-actions button{border:1px solid var(--border);color:var(--foreground);border-radius:8px;min-height:2.5rem;padding:.55rem .85rem}.completion-actions button.primary{background:var(--accent);color:var(--accent-foreground)}.account-center-modal{grid-template-columns:280px minmax(0,1fr);width:min(1280px,100vw - 2rem);height:min(760px,100vh - 2rem);max-height:min(760px,100vh - 2rem);padding:0;display:grid;overflow:hidden}.account-center-nav{border-right:1px solid var(--border);flex-direction:column;gap:.45rem;padding:1rem;display:flex}.account-center-nav button{color:var(--muted-foreground);text-align:left;border:1px solid #0000;border-radius:8px;min-height:2.4rem;padding:.55rem .7rem}.account-center-nav button:hover,.account-center-nav button.active{background:var(--muted);border-color:var(--border);color:var(--foreground)}.account-center-content{flex-direction:column;gap:1rem;padding:1rem;display:flex;overflow:auto}.profile-hero.compact{margin-bottom:.65rem}.profile-hero{border:1px solid var(--border);border-radius:14px;align-items:center;gap:.9rem;min-width:0;padding:1rem;display:flex}.large-avatar{flex:0 0 3.2rem;width:3.2rem;height:3.2rem;font-size:1.4rem}.profile-hero div:last-child{flex-direction:column;flex:auto;gap:.25rem;min-width:0;display:flex}.profile-hero strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-hero span{color:var(--muted-foreground);font-size:.85rem}.profile-stats{grid-template-columns:repeat(4,1fr);gap:.65rem;margin:0;display:grid}.profile-stats div{border:1px solid var(--border);border-radius:10px;padding:.75rem}.profile-stats dt{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.75rem}.profile-stats dd{margin:0;font-size:1.1rem;font-weight:900}.profile-section{border-top:1px solid var(--border);padding-top:1rem}.profile-section h3{margin:0}.profile-level-grid{flex-flow:wrap;gap:.45rem;margin-top:.8rem;display:flex}.profile-level-grid span{background:var(--muted);border:1px solid var(--border);color:var(--foreground);border-radius:999px;padding:.35rem .55rem;font-size:.78rem}.medal-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin-top:.85rem;display:grid}.medal-card{border:1px solid var(--border);background:#09090b47;border-radius:14px;grid-template-columns:auto minmax(0,1fr);gap:.75rem;padding:.85rem;display:grid}.medal-card.unlocked{background:linear-gradient(135deg,#f59f0a2e,#21c45d1a);border-color:#f59f0a6b}.medal-card.locked{opacity:.78}.medal-icon{background:var(--muted);border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.35rem;display:flex}.medal-card.unlocked .medal-icon{background:#f59f0a29;border-color:#f59f0a6b}.medal-body{gap:.42rem;min-width:0;display:grid}.medal-title-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.medal-title-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.medal-title-row span{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;flex:none;padding:.18rem .42rem;font-size:.68rem;font-weight:800}.medal-body p,.medal-body small{color:var(--muted-foreground);margin:0;font-size:.78rem;line-height:1.5}.medal-progress{background:var(--muted);border-radius:999px;height:.45rem;overflow:hidden}.medal-progress i{background:#f6aa28;height:100%;display:block}.profile-actions{flex-flow:wrap;gap:.6rem;margin-top:.85rem;display:flex}.profile-actions button,.profile-link{border:1px solid var(--border);color:var(--foreground);border-radius:8px;min-height:2.4rem;padding:.55rem .8rem;text-decoration:none}.profile-actions .danger{color:#e87373;border-color:#dc28286b}.admin-screen{min-height:100vh}.admin-login-card,.admin-dashboard{color:var(--foreground);z-index:1;background:#09090be0;border:1px solid #ffffff29;border-radius:24px;width:min(1180px,100vw - 2rem);margin:2rem auto 4rem;padding:clamp(1.4rem,4vw,2.2rem);position:relative;box-shadow:0 30px 100px #00000061}.admin-login-card{gap:1rem;width:min(620px,100vw - 2rem);display:grid}.admin-login-card h1,.admin-dashboard h1{letter-spacing:-.07em;margin:0;font-size:clamp(2.2rem,5vw,4rem);line-height:.95}.admin-login-card p{color:#e0e0e0b8;margin:0;line-height:1.7}.admin-login-card label{gap:.45rem;display:grid}.admin-login-card input{color:var(--foreground);background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;min-height:3rem;padding:0 .9rem}.admin-dashboard{gap:1.2rem;display:grid}.admin-dashboard-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-dashboard-header div:last-child{gap:.65rem;display:flex}.admin-dashboard-header button,.admin-card button{color:var(--foreground);border:1px solid #ffffff24;border-radius:9px;min-height:2.4rem;padding:0 .8rem}.admin-stat-grid,.admin-grid{gap:1rem;display:grid}.admin-stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.admin-stat-grid article,.admin-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:16px;padding:1rem}.admin-stat-grid span,.admin-card small,.admin-env span,.admin-provider small{color:#e0e0e094}.admin-stat-grid strong{margin-top:.35rem;font-size:2rem;display:block}.admin-card h2,.admin-card h3{margin:0 0 .8rem}.admin-card h3{margin-top:1.2rem}.admin-provider,.admin-env,.admin-list li{border-top:1px solid #ffffff14;gap:.3rem;padding:.7rem 0;display:grid}.admin-env{grid-template-columns:1fr auto}.admin-provider .ok,.admin-env .ok{color:#48e080}.admin-provider .bad,.admin-env .bad{color:#f37272}.admin-list{margin:0;padding:0;list-style:none}.admin-list li{grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-list span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-table-wrap{overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:900px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #ffffff14;padding:.8rem}.admin-table th{color:#e0e0e09e;text-transform:uppercase;font-size:.82rem}.admin-table td small{color:#e0e0e06b;margin-top:.25rem;display:block}.compact-landing{height:100vh;max-height:100vh;overflow:hidden}.compact-landing .hero-nav{padding-block:1.6rem}.compact-landing .hero-layout{grid-template-columns:minmax(500px,.9fr) minmax(520px,1.1fr);gap:clamp(1.5rem,4vw,4rem);min-height:calc(100vh - 220px);padding-block:1.6rem 1rem}.compact-landing .hero-kicker{margin-bottom:1.1rem}.compact-landing .hero-copy h1{font-size:clamp(3.4rem,5.2vw,5.9rem)}.compact-landing .hero-copy p{margin-top:1.1rem;font-size:1.05rem;line-height:1.55}.compact-landing .hero-course-grid{margin-top:1.4rem}.compact-landing .hero-course-grid article{padding:.68rem .85rem}.compact-landing .hero-course-grid b{height:2rem}.compact-landing .hero-cta-row{margin-top:1.15rem}.compact-landing .hero-secondary-button{min-height:2.75rem}.compact-landing .hero-terminal-card{min-height:0;padding:1.5rem 1.8rem}.compact-landing .hero-window-dots{margin-bottom:1.35rem}.compact-landing .hero-terminal-card pre{font-size:clamp(.92rem,1.15vw,1.15rem);line-height:1.42}.compact-landing .hero-features{gap:1.2rem;width:min(1800px,100%);margin:0 auto;padding:1rem 5rem 1.4rem}.compact-landing .hero-features article{gap:.85rem}.compact-landing .hero-features b{font-size:1.55rem}.compact-landing .hero-features h3{margin-bottom:.25rem;font-size:.95rem}.compact-landing .hero-features p{line-height:1.35}@media (max-height:850px){.compact-landing .hero-nav{padding-block:1rem}.compact-landing .hero-layout{min-height:calc(100vh - 170px);padding-block:.6rem}.compact-landing .hero-copy h1{font-size:clamp(3rem,4.8vw,5rem)}.compact-landing .hero-course-grid{gap:.55rem;margin-top:1rem}.compact-landing .hero-terminal-card pre{font-size:clamp(.82rem,1vw,1rem);line-height:1.32}.compact-landing .hero-features{padding-block:.65rem .9rem}}.admin-cms-shell{color:var(--foreground);z-index:1;background:#09090be0;border:1px solid #ffffff29;border-radius:24px;grid-template-columns:260px minmax(0,1fr);width:min(1500px,100vw - 2rem);min-height:calc(100vh - 9rem);margin:2rem auto 4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 100px #00000061}.admin-cms-nav{border-right:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:1.3rem;display:flex}.admin-cms-nav h1{letter-spacing:-.06em;margin:0;font-size:2rem}.admin-cms-nav nav{gap:.35rem;display:grid}.admin-cms-nav nav button,.admin-logout{color:#e0e0e0b8;text-align:left;border-radius:10px;justify-content:flex-start;min-height:2.8rem;padding:0 .9rem}.admin-cms-nav nav button.active{color:var(--foreground);background:#b070ff29}.admin-logout{border:1px solid #ffffff1f;margin-top:auto}.admin-cms-main{gap:1rem;max-height:calc(100vh - 9rem);padding:1.3rem;display:grid;overflow:auto}.admin-cms-header,.admin-section-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-cms-header h2,.admin-section-toolbar h2{margin:0;font-size:1.8rem}.admin-cms-header p,.admin-section-toolbar p{color:#e0e0e08c;margin:.25rem 0 0}.admin-cms-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:16px;gap:1rem;padding:1rem;display:grid}.admin-cms-card h2,.admin-cms-card h3{margin:0}.admin-cms-header button,.admin-section-toolbar button,.admin-row-actions button,.admin-edit-modal button{color:var(--foreground);border:1px solid #ffffff24;border-radius:9px;min-height:2.35rem;padding:0 .8rem}.admin-row-actions{gap:.5rem;display:flex}.admin-row-actions .danger{color:#f37272}.admin-notice{border-radius:10px;padding:.75rem .9rem;font-weight:800}.admin-notice.ok{color:#73e79e;background:#21c45d21}.admin-notice.bad{color:#eb8484;background:#dc282821}.admin-table .ok{color:#48e080}.admin-table .bad{color:#f37272}.table-like{background:#ffffff06;border:1px solid #ffffff14;border-radius:12px;padding:0 .8rem}.admin-edit-modal{gap:.85rem;width:min(860px,100vw - 2rem);display:grid}.admin-edit-modal header,.admin-edit-modal footer{justify-content:space-between;align-items:center;display:flex}.admin-edit-modal textarea{color:var(--foreground);resize:vertical;background:#09090b;border:1px solid #ffffff24;border-radius:12px;min-height:420px;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.admin-edit-modal label{gap:.4rem;display:grid}.admin-edit-modal input{color:var(--foreground);background:#ffffff0f;border:1px solid #ffffff24;border-radius:9px;min-height:2.7rem;padding:0 .8rem}@media (max-width:900px){.admin-cms-shell{grid-template-columns:1fr}.admin-cms-nav{border-bottom:1px solid #ffffff1a;border-right:0}}.oauth-config-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.oauth-config-form label{gap:.4rem;display:grid}.oauth-config-form label:nth-child(n+5){grid-column:1/-1}.oauth-config-form .inline-setting{align-items:center;gap:.6rem;display:flex}.oauth-config-form input{color:var(--foreground);background:#ffffff0f;border:1px solid #ffffff24;border-radius:9px;min-height:2.7rem;padding:0 .8rem}@media (max-width:760px){.oauth-config-form{grid-template-columns:1fr}}
