:root{--ink:#10201b;--muted:#5f6f6b;--line:#d7e3df;--surface:#fff;--soft:#f4faf7;--dark:#0c1714;--green:#0f766e;--blue:#2563eb;--amber:#b7791f;--good:#16a34a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#f7faf8;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,select,textarea{font:inherit}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7faf8f0;justify-content:space-between;align-items:center;gap:18px;padding:14px clamp(18px,4vw,48px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:flex}.brand img{border-radius:8px}.brand span{gap:1px;display:grid}.brand small{color:var(--muted);font-size:12px}nav{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}nav a{color:#30443e;border:1px solid #0000;border-radius:8px;padding:8px 10px}nav a:hover{border-color:var(--line);background:#fff}.workspace{grid-template-columns:minmax(0,1fr) 360px;gap:18px;min-height:calc(100vh - 68px);padding:22px clamp(18px,4vw,48px) 26px;display:grid}.work-main,.side-rail,.band{min-width:0}.section-head{max-width:900px;margin-bottom:18px}.section-head.compact{margin-bottom:22px}.eyebrow{color:var(--green);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:920px;margin-bottom:0;font-size:clamp(36px,6vw,76px);line-height:.96}h2{letter-spacing:0;margin-bottom:10px;font-size:clamp(28px,4vw,46px);line-height:1}.chat-surface,.download-panel,.status-panel,.code-board,.preview-board,.facts,.mini-grid>div{border:1px solid var(--line);background:var(--surface);border-radius:8px;box-shadow:0 18px 48px #10201b14}.chat-surface{grid-template-rows:auto minmax(350px,1fr) auto;min-height:610px;display:grid;overflow:hidden}.chat-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.chat-toolbar select{border:1px solid var(--line);min-width:190px;height:38px;color:var(--ink);background:#fff;border-radius:8px;padding:0 10px}.chat-toolbar span{color:var(--muted);font-size:13px}.chat-log{background:#fbfefd;flex-direction:column;gap:10px;padding:14px;display:flex;overflow:auto}.message{border:1px solid var(--line);background:#fff;border-radius:8px;width:min(760px,92%);padding:12px 13px}.message.user{background:#f3f7ff;border-color:#bcd6ff;align-self:flex-end}.message.system{background:#fff8ea;border-color:#f3dfb8;width:100%}.message strong{color:var(--green);margin-bottom:5px;font-size:13px;display:block}.message p{color:#263832;white-space:pre-wrap;margin:0;line-height:1.48}.message p+p,.message p+.message-code,.message-code+p{margin-top:10px}.message-code{color:#dfffe9;background:#07100b;border:1px solid #25362f;border-radius:8px;max-width:100%;margin:10px 0 0;padding:12px;font-size:13px;line-height:1.55;overflow-x:auto}.message-code code{min-width:max-content;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;display:block}.message-code code:before{content:attr(data-language);color:#79e7ff;text-transform:uppercase;margin-bottom:8px;font-size:11px;display:block}.composer{border-top:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,1fr) 128px;gap:10px;padding:12px;display:grid}.composer textarea{resize:vertical;border:1px solid var(--line);border-radius:8px;min-height:58px;max-height:150px;padding:12px}.composer button,.primary{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:44px;font-weight:800;display:inline-flex}.composer button:disabled{cursor:wait;opacity:.68}.side-rail{flex-direction:column;gap:14px;display:flex}.status-panel{align-items:center;gap:14px;padding:18px;display:flex}.status-panel img{border-radius:12px}.status-panel div{gap:3px;display:grid}.status-panel span,.download-panel p,.download-panel span,.facts span,.mini-grid span,.section-head p,.band p{color:var(--muted);line-height:1.5}.download-panel{border-color:#c9d9ff;gap:12px;padding:18px;display:grid}.download-panel h2{color:#163b76}.download-panel code{overflow-wrap:anywhere;color:#21436f;background:#f3f7ff;border:1px solid #d6e4ff;border-radius:8px;padding:10px;font-size:12px;display:block}.mini-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mini-grid>div{gap:4px;min-height:82px;padding:14px;display:grid}.mini-grid>div:nth-child(2){border-color:#d6e4ff}.mini-grid>div:nth-child(4){border-color:#f3dfb8}.band{margin:0 clamp(18px,4vw,48px) 24px;padding:28px 0}.studio-layout{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:16px;display:grid}.code-board{color:#d7fbe8;background:#0c1714;overflow:hidden}.code-head{color:#b7c9c3;border-bottom:1px solid #28423a;justify-content:space-between;padding:12px 14px;display:flex}.code-board pre{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;padding:18px;line-height:1.55;overflow:auto}.preview-board{background:#f9fbff;align-content:center;gap:12px;min-height:300px;padding:24px;display:grid}.preview-line{background:#d7e3df;border-radius:8px;width:70%;height:46px}.preview-line.wide{background:#bcd6ff;width:100%;height:84px}.preview-actions{flex-wrap:wrap;gap:8px;display:flex}.preview-actions span{border:1px solid var(--line);color:#28423a;background:#fff;border-radius:8px;padding:9px 12px}.band.two{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:start;gap:16px;display:grid}.facts{gap:10px;padding:16px;display:grid}.facts div{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding-bottom:10px;display:flex}.facts div:last-child{border-bottom:0;padding-bottom:0}footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;padding:22px clamp(18px,4vw,48px);display:flex}footer a{color:var(--green);font-weight:700}.notes-page,.legal-page,.weather-hero,.admin-shell{padding:28px clamp(18px,4vw,48px)}.notes-hero,.legal-hero{max-width:880px;margin-bottom:22px}.notes-hero>a,.legal-hero>a{color:var(--green);margin-bottom:20px;font-weight:800;display:inline-flex}.notes-card,.legal-card{border:1px solid var(--line);background:#fff;border-radius:8px;max-width:980px;margin-bottom:16px;padding:22px;box-shadow:0 18px 48px #10201b14}.notes-card h3,.legal-card h2{margin-bottom:8px}.notes-card li,.legal-card li{margin-bottom:8px;line-height:1.45}.legal-card p,.notes-card p{color:var(--muted);line-height:1.55}.legal-table{gap:10px;display:grid}.legal-table>div{border-bottom:1px solid var(--line);grid-template-columns:160px minmax(0,1fr) minmax(0,1fr);gap:12px;padding:12px 0;display:grid}.legal-table.compact>div{grid-template-columns:220px minmax(0,1fr)}.legal-table>div:last-child{border-bottom:0}.support-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.weather-hero{padding-bottom:8px}.weather-hero .section-head p{max-width:760px}.weather-search{grid-template-columns:minmax(220px,1fr) 120px 180px;gap:10px;max-width:760px;display:grid}.weather-search input,.admin-login input{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:46px;padding:0 12px}.weather-search button,.admin-login button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:46px;font-weight:800}.weather-search button:nth-child(3){background:var(--blue)}.weather-search button:disabled,.admin-login button:disabled{cursor:wait;opacity:.68}.status-line{color:var(--muted);margin:12px 0 0}.weather-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;padding:12px clamp(18px,4vw,48px) 28px;display:grid}.map-panel,.weather-summary,.chart-panel,.admin-policy,.learning-node{border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 18px 48px #10201b14}.map-panel{min-height:520px;overflow:hidden}.map-panel iframe{border:0;width:100%;height:100%;min-height:520px}.weather-summary{padding:18px}.weather-cards,.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.weather-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:6px;min-height:88px;padding:14px;display:grid}.weather-card.blue{background:#f7faff;border-color:#c9d9ff}.weather-card.amber{background:#fff8ea;border-color:#f3dfb8}.weather-card span{color:var(--muted)}.weather-card b{font-size:20px;line-height:1.15}.chart-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.chart-panel{padding:16px}.chart-head{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.chart-head span{color:var(--muted)}.chart-panel svg{width:100%;height:auto}.chart-panel path{fill:none;stroke:#d7e3df;stroke-width:2px}.chart-panel polyline{fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.bar-chart{align-items:end;gap:4px;height:130px;display:flex}.bar-chart span{background:linear-gradient(#2563eb,#bcd6ff);border-radius:5px 5px 0 0;flex:1;min-width:4px}.admin-login{grid-template-columns:minmax(240px,420px) 140px;gap:10px;max-width:620px;display:grid}.learning-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:980px;margin-top:18px;display:grid}.learning-node{border-color:#c9d9ff;padding:18px}.learning-node span{color:var(--blue);text-transform:uppercase;font-size:12px;font-weight:800}.learning-node p{color:var(--muted);margin:8px 0 0}.admin-policy{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:980px;margin-top:16px;padding:20px;display:grid}.admin-shell-wide{max-width:1460px;margin:0 auto}.admin-hero{grid-template-columns:minmax(0,1fr) 190px;align-items:end;gap:18px;margin-bottom:18px;display:grid}.admin-score{background:#f7faff;border:1px solid #bcd6ff;border-radius:8px;gap:4px;min-height:150px;padding:18px;display:grid}.admin-score span,.admin-panel-head span,.empty-state{color:var(--muted)}.admin-score b{font-size:58px;line-height:1}.admin-grid-wide{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;margin-top:18px}.admin-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.admin-panel{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;margin-top:16px;padding:16px;box-shadow:0 18px 48px #10201b14}.admin-dashboard-grid .admin-panel{margin-top:0}.admin-panel-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:14px;display:flex}.admin-panel h2{margin:0;font-size:22px;line-height:1.12}.admin-hourly{grid-template-columns:repeat(24,minmax(8px,1fr));gap:5px;min-height:210px;display:grid}.hour-col{grid-template-rows:minmax(150px,1fr) 18px;gap:6px;min-width:0;display:grid}.hour-stack{background:#f4faf7;border:1px solid #d7e3df;border-radius:7px;justify-content:center;align-items:end;display:flex;position:relative;overflow:hidden}.hour-stack span{width:100%;position:absolute;bottom:0}.hour-total{background:#2563eb}.hour-attention{opacity:.75;background:#dc2626}.hour-col small{color:var(--muted);text-align:center;font-size:10px}.quality-bars,.day-night,.problem-catalog,.admin-table,.term-list,.log-list,.trace-list,.geo-list{gap:10px;display:grid}.quality-row{grid-template-columns:14px 120px minmax(0,1fr) 48px;align-items:center;gap:10px;display:grid}.quality-dot{border-radius:999px;width:12px;height:12px}.quality-row div,.day-night div div{background:#edf4f1;border-radius:999px;height:10px;overflow:hidden}.quality-row div span,.day-night div div i{border-radius:inherit;height:100%;display:block}.admin-globe{grid-template-columns:minmax(220px,1fr) minmax(180px,260px);align-items:center;gap:12px;display:grid}.admin-globe svg{width:100%;max-height:360px}.admin-globe svg circle:first-child{fill:#f4faf7;stroke:#bcd6ff;stroke-width:1.5px}.admin-globe ellipse,.admin-globe path{fill:none;stroke:#d7e3df;stroke-width:1px}.admin-globe .globe-point{fill:#2563eb;stroke:#fff;stroke-width:1.2px;opacity:.9}.geo-list div,.admin-table div,.term-list div{border:1px solid var(--line);border-radius:8px;grid-template-columns:72px minmax(0,1fr) 64px;align-items:center;gap:8px;padding:10px;display:grid}.admin-table div{grid-template-columns:minmax(80px,1fr) 76px 100px 82px}.term-list div{grid-template-columns:minmax(110px,1fr) 86px 58px 86px}.day-night>div{border:1px solid var(--line);border-radius:8px;gap:6px;padding:12px;display:grid}.day-night b{font-size:28px}.day-night i{background:#2563eb}.problem-rule{border:1px solid;border-radius:8px;grid-template-columns:100px minmax(0,140px) minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.problem-rule span,.trace-card header span,.log-row span{color:#fff;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.trace-card,.log-row{border:1px solid var(--line);background:#fff;border-radius:8px;padding:12px}.trace-card header{grid-template-columns:120px minmax(0,1fr) 170px;align-items:center;gap:10px;display:grid}.trace-metrics{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.trace-metrics span{border:1px solid var(--line);color:#30443e;background:#f7faf8;border-radius:999px;padding:6px 9px;font-size:12px}.trace-card summary{cursor:pointer;color:var(--green);font-weight:800}.trace-card pre{color:#dfffe9;white-space:pre-wrap;background:#07100b;border-radius:8px;max-height:360px;margin:10px 0 0;padding:12px;overflow:auto}.log-row{grid-template-columns:78px 190px minmax(0,1fr) 220px;align-items:center;gap:10px;display:grid}.log-row.info span{background:#2563eb}.log-row.warn span{background:#ca8a04}.log-row.error span{background:#dc2626}.log-row.debug span{background:#64748b}.log-row p{margin:0}.studio-page{color:#e8f7ef;background:#07100d;min-height:100vh}.studio-topbar{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07100df0;border-bottom:1px solid #97ffc72e;justify-content:space-between;align-items:center;gap:18px;padding:12px clamp(16px,3vw,34px);display:flex;position:sticky;top:0}.studio-brand{color:#89ffba;font-weight:900}.studio-topbar nav a{color:#cfe5da}.studio-topbar nav a:hover{background:#89ffba14;border-color:#89ffba3d}.studio-shell{grid-template-columns:250px minmax(0,1fr) 310px;gap:12px;min-height:calc(100vh - 63px);padding:12px;display:grid}.studio-sidebar,.studio-inspector,.studio-main{min-width:0}.studio-sidebar,.studio-inspector{flex-direction:column;gap:12px;display:flex}.studio-block,.studio-panel,.discord-form,.discord-score{background:#0d1a16;border:1px solid #97ffc729;border-radius:8px;box-shadow:0 18px 50px #00000042}.studio-block{padding:14px}.studio-block h2,.studio-panel h1,.studio-panel h2,.discord-review h2{color:#f2fff8;margin:0;font-size:18px;line-height:1.1}.conversation-list,.studio-mode-list,.automation-list,.source-list,.file-list,.timeline,.check-list{gap:8px;margin-top:12px;display:grid}.conversation-list button,.studio-mode-list button,.automation-list div,.source-list div,.file-list div,.browser-row{color:#dcefe5;background:#101f1a;border:1px solid #97ffc724;border-radius:8px;min-width:0;padding:10px}.conversation-list button,.studio-mode-list button{text-align:left;cursor:pointer}.conversation-list button:hover,.studio-mode-list button:hover{border-color:#89ffba}.studio-mode-list button{gap:4px;display:grid}.studio-mode-list button.active{background:#6cdcff17;border-color:#6cdcff94}.conversation-list b,.studio-mode-list b,.automation-list b,.source-list b,.file-list b,.browser-row b{overflow-wrap:anywhere;font-size:13px;display:block}.conversation-list span,.studio-mode-list span,.automation-list span,.automation-list i,.source-list span,.file-list span,.studio-statusline span,.studio-panel header span,.browser-row span,.browser-row i,.discord-copy p,.discord-score p,.discord-score span,.dropzone span{color:#91aa9f;font-size:12px;font-style:normal;line-height:1.45}.automation-list div,.browser-row{grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;display:grid}.automation-list i,.browser-row i{color:#8fe9ff;border:1px solid #6cdcff38;border-radius:999px;grid-area:1/2/span 2;align-self:center;padding:5px 8px}.studio-main{grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;display:grid}.studio-command{grid-template-columns:minmax(0,1fr) 120px 112px;gap:8px;display:grid}.studio-command input,.discord-form input,.discord-form textarea,.discord-form select{color:#e8f7ef;background:#0d1a16;border:1px solid #97ffc72e;border-radius:8px;width:100%;min-height:42px;padding:0 11px}.discord-form textarea{resize:vertical;min-height:88px;padding-top:10px}.studio-command button,.discord-form button{color:#f2fff8;cursor:pointer;background:#1f9d73;border:0;border-radius:8px;font-weight:900}.studio-command button.secondary{color:#cfe5da;background:#101f1a;border:1px solid #97ffc72e}.studio-command button:disabled{opacity:.62;cursor:wait}.studio-statusline{background:#0d1a16;border:1px solid #97ffc729;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;min-height:42px;padding:8px 10px;display:flex}.studio-statusline b{color:#89ffba}.studio-progress{background:#13241f;border-radius:999px;height:10px;overflow:hidden}.studio-progress span,.file-list i em{border-radius:inherit;background:linear-gradient(90deg,#1f9d73,#6bdcff);height:100%;display:block}.studio-workgrid{grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);grid-auto-rows:minmax(250px,auto);gap:12px;display:grid}.studio-panel{min-width:0;padding:14px}.studio-panel header{justify-content:space-between;align-items:start;gap:12px;margin-bottom:12px;display:flex}.chat-panel{min-height:280px}.timeline p{color:#cfe5da;border-left:2px solid #1f9d73;margin:0;padding:6px 0 6px 10px;line-height:1.45}.timeline b{color:#8fe9ff;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.dropzone{cursor:pointer;text-align:center;background:#0b1512;border:1px dashed #6cdcff5c;border-radius:8px;place-items:center;min-height:128px;display:grid}.dropzone input{opacity:0;width:1px;height:1px;position:absolute}.file-list div{grid-template-columns:minmax(0,1fr) 110px;gap:6px 10px;display:grid}.file-list i{background:#172b25;border-radius:999px;grid-column:1/-1;height:7px;overflow:hidden}.code-panel{grid-column:span 2}.code-tabs{flex-wrap:wrap;gap:7px;margin-bottom:10px;display:flex}.code-tabs button{color:#cfe5da;cursor:pointer;background:#101f1a;border:1px solid #97ffc72e;border-radius:8px;min-height:34px;padding:0 10px}.code-tabs button.active{color:#8fe9ff;border-color:#6bdcff}.code-panel pre{color:#dfffe9;white-space:pre-wrap;background:#050b09;border:1px solid #97ffc729;border-radius:8px;min-height:240px;max-height:360px;margin:0;padding:14px;line-height:1.55;overflow:auto}.source-list meter{width:100%;height:8px}.settings-block label{color:#cfe5da;align-items:center;gap:8px;margin-top:10px;font-size:13px;display:flex}.discord-review{grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr) 260px;gap:12px;padding:0 12px 14px;display:grid}.discord-copy,.discord-form,.discord-score{min-width:0}.discord-copy{padding:18px 8px 18px 2px}.discord-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;display:grid}.discord-form label{color:#cfe5da;gap:6px;font-size:12px;font-weight:800;display:grid}.discord-form label:nth-child(3),.discord-form label:nth-child(4),.discord-form button{grid-column:1/-1}.discord-score{align-content:start;gap:10px;padding:14px;display:grid}.discord-score b{color:#89ffba;font-size:64px;line-height:.9}.check-list span{color:#cfe5da;border:1px solid #97ffc729;border-radius:999px;padding:7px 10px;font-size:12px}.check-list span.ok{color:#89ffba;border-color:#1f9d738a}.check-list span.warn{color:#ffd36b;border-color:#ca8a048f}.studio-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.studio-kpis div{background:#101f1a;border:1px solid #97ffc724;border-radius:8px;min-width:0;padding:10px}.studio-kpis b{color:#8fe9ff;font-size:20px;line-height:1;display:block}.studio-kpis span,.release-block p,.math-grid span,.math-grid i,.studio-log-row span,.studio-log-row i,.health-grid span{color:#91aa9f;font-size:12px;font-style:normal;line-height:1.45}.studio-workgrid-live{grid-template-columns:minmax(340px,1fr) minmax(320px,.95fr);grid-auto-rows:minmax(260px,auto)}.studio-log-list{gap:8px;max-height:440px;display:grid;overflow:auto}.studio-log-row{background:#101f1a;border:1px solid #97ffc724;border-left-width:4px;border-radius:8px;grid-template-columns:92px minmax(0,1fr) auto;gap:4px 8px;min-width:0;padding:9px;display:grid}.studio-log-row b{color:#8fe9ff;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.studio-log-row p{color:#dcefe5;grid-column:1/-1;margin:0;font-size:13px;line-height:1.45}.studio-log-row.ok{border-left-color:#1f9d73}.studio-log-row.info{border-left-color:#38bdf8}.studio-log-row.warn{border-left-color:#f59e0b}.studio-log-row.critical{border-left-color:#ef4444}.live-preview-panel{grid-template-rows:auto minmax(260px,1fr);display:grid}.studio-preview-frame{background:#050b09;border:1px solid #97ffc729;border-radius:8px;width:100%;min-height:320px}.studio-code-editor{color:#dfffe9;resize:vertical;tab-size:2;background:#050b09;border:1px solid #97ffc729;border-radius:8px;width:100%;min-height:360px;max-height:540px;padding:14px;font:13px/1.55 ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;overflow:auto}.health-panel{min-height:230px}.health-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.health-grid span{text-align:center;color:#cfe5da;border:1px solid #97ffc729;border-radius:8px;place-items:center;min-height:42px;font-weight:800;display:grid}.health-grid span.ok{color:#89ffba;background:#1f9d731f;border-color:#1f9d738a}.health-grid span.warn{color:#ffd36b;background:#f59e0b1a;border-color:#f59e0b85}.generation-checks,.world-list,.ops-stage-list{gap:8px;display:grid}.generation-checks{max-height:318px;overflow:auto}.generation-checks div,.world-list article,.ops-stage-list article{background:#101f1a;border:1px solid #97ffc724;border-left-width:4px;border-radius:8px;min-width:0;padding:10px}.generation-checks div.ok,.world-list article.learned,.ops-stage-list article.ready{border-left-color:#1f9d73}.generation-checks div.warn,.world-list article.needs-source,.ops-stage-list article.blocked{border-left-color:#f59e0b}.world-list article.training,.ops-stage-list article.running{border-left-color:#38bdf8}.generation-checks b,.world-list b,.ops-stage-list b{color:#f2fff8;font-size:13px;display:block}.generation-checks span,.generation-checks p,.world-list span,.ops-stage-list span,.ops-stage-list i{color:#91aa9f;font-size:12px;font-style:normal;line-height:1.45}.generation-checks p{margin:4px 0 0}.world-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:318px;overflow:auto}.world-list meter{width:100%;height:8px;margin-top:8px}.ops-stage-list article{grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;display:grid}.ops-stage-list span{grid-column:1/-1}.ops-stage-list i{color:#8fe9ff;grid-area:1/2;align-self:start}.studio-severity{border:1px solid #97ffc729;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:900}.studio-severity.ok{color:#89ffba;border-color:#1f9d738a}.studio-severity.info{color:#8fe9ff;border-color:#38bdf88a}.studio-severity.warn{color:#ffd36b;border-color:#f59e0b8a}.studio-severity.critical{color:#ffb4b4;border-color:#ef444494}.math-grid{gap:8px;display:grid}.math-grid div{background:#101f1a;border:1px solid #97ffc724;border-radius:8px;gap:4px;min-width:0;padding:10px;display:grid}.math-grid b{color:#f2fff8;font-size:13px}.math-grid meter{width:100%;height:8px}.studio-config{gap:10px;display:grid}.studio-training-admin{gap:12px;display:grid}.studio-training-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.studio-training-actions button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:42px;padding:0 14px;font-weight:850}.studio-training-actions button:disabled{cursor:wait;opacity:.68}.studio-training-actions span{color:var(--muted);font-size:13px}.studio-rule-table div{grid-template-columns:minmax(130px,.7fr) 90px minmax(180px,1fr) minmax(220px,1.2fr)}.studio-config label{color:#cfe5da;gap:6px;font-size:12px;font-weight:800;display:grid}.studio-config label:has(input[type=checkbox]){align-items:center;display:flex}.studio-config input:not([type=checkbox]),.studio-config select{color:#e8f7ef;background:#0d1a16;border:1px solid #97ffc72e;border-radius:8px;min-width:0;min-height:38px;padding:0 10px}.release-block{gap:10px;display:grid}.release-block p{margin:0}.release-block a{color:#f2fff8;background:#1f9d73;border-radius:8px;place-items:center;min-height:40px;font-weight:900;display:inline-grid}.account-page{color:#e8f7ef;background:#07120d;min-height:100vh;padding:24px}.account-hero{gap:8px;max-width:1180px;margin:0 auto 18px;display:grid}.account-hero a,.legal-card .primary{color:#89ffba;font-weight:900}.account-hero h1{max-width:780px;margin:0;font-size:42px}.account-hero p{color:#cfe5da;margin:0}.auth-grid,.profile-grid,.support-workspace{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:14px;max-width:1180px;margin:0 auto;display:grid}.profile-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.account-panel{background:#0d1a16;border:1px solid #97ffc729;border-radius:8px;gap:12px;padding:16px;display:grid}.account-panel h2,.account-panel p{margin:0}.account-panel p{color:#cfe5da}.account-tabs{grid-template-columns:1fr 1fr;gap:8px;display:grid}.account-tabs button,.account-form button,.account-panel button{color:#f2fff8;cursor:pointer;background:#1f9d73;border:0;border-radius:8px;min-height:42px;font-weight:900}.account-tabs button{background:#12251f;border:1px solid #97ffc72e}.account-tabs button.active{background:#1f9d73}.account-form{gap:12px;display:grid}.account-form label{color:#cfe5da;gap:6px;font-size:13px;font-weight:800;display:grid}.account-form input,.account-form select,.account-form textarea,.danger-panel input{color:#e8f7ef;background:#07120d;border:1px solid #97ffc72e;border-radius:8px;width:100%;min-width:0;padding:11px 12px}.account-form textarea{resize:vertical;min-height:130px}.check-row,.settings-list label{align-items:center;gap:8px;display:flex!important}.check-row input,.settings-list input{width:auto}.profile-head{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;display:grid}.profile-head h2,.profile-head p{overflow-wrap:anywhere}.avatar-drop{text-align:center;color:#89ffba;cursor:pointer;background:#07120d;border:1px dashed #97ffc773;border-radius:8px;place-items:center;width:92px;height:92px;font-weight:900;display:grid;overflow:hidden}.avatar-drop input{display:none}.avatar-drop img{object-fit:cover;width:100%;height:100%}.settings-list{border:1px solid #97ffc71f;border-radius:8px;gap:8px;padding:10px;display:grid}.account-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.account-facts div,.ticket-list div{background:#07120d;border:1px solid #97ffc71f;border-radius:8px;gap:4px;min-width:0;padding:10px;display:grid}.account-facts b,.ticket-list b{color:#f2fff8}.account-facts span,.ticket-list span{color:#cfe5da;overflow-wrap:anywhere}.status-pill{overflow-wrap:anywhere;background:#f59e0b1a;border:1px solid #f59e0b70;border-radius:8px;padding:10px;font-weight:800;color:#ffd36b!important}.account-panel button.secondary{background:#12251f;border:1px solid #97ffc72e}.danger-panel{border-color:#ef44446b}.danger-panel button{background:#b91c1c}.support-workspace{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr)}.ticket-list{gap:8px;display:grid}.ticket-list p,.ticket-list small,.message-list p{overflow-wrap:anywhere}.ticket-card{color:#e8f7ef;text-align:left;cursor:pointer;background:#07120d;border:1px solid #97ffc71f;border-radius:8px;gap:4px;width:100%;padding:10px;display:grid}.ticket-card.active{background:#10251e;border-color:#89ffbab3}.ticket-card small{color:#9fb8ac;line-height:1.45}.support-thread{grid-column:1/-1}.message-list{gap:10px;max-height:420px;display:grid;overflow:auto}.message-list div{background:#07120d;border:1px solid #97ffc71f;border-radius:8px;gap:5px;padding:12px;display:grid}.message-list div.support{background:#091822;border-color:#62d6ff52}.message-list span{color:#9fb8ac;font-size:12px}.support-admin-shell{padding-bottom:48px}.support-admin-login{max-width:760px}.support-admin-kpis .support-admin-metric{border-left:4px solid #2563eb}.support-admin-kpis .support-admin-metric.danger{border-left-color:#dc2626}.support-admin-kpis .support-admin-metric.warning{border-left-color:#ca8a04}.support-admin-kpis .support-admin-metric.ok{border-left-color:#16a34a}.support-admin-filters{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr)) 120px;align-items:end;gap:10px;margin-top:16px;padding:14px;display:grid}.support-admin-filters label,.support-admin-reply label{color:#30443e;text-transform:uppercase;gap:6px;font-size:12px;font-weight:900;display:grid}.support-admin-filters input,.support-admin-filters select,.support-admin-reply select,.support-admin-reply textarea{border:1px solid var(--line);width:100%;min-width:0;color:var(--ink);background:#f7faf8;border-radius:8px;padding:10px 11px}.support-admin-filters button,.support-admin-statusbar button,.support-admin-reply button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:42px;font-weight:900}.support-admin-layout{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);align-items:start;gap:16px;margin-top:16px;display:grid}.support-admin-list,.support-admin-detail{min-width:0}.support-admin-tickets{gap:8px;max-height:780px;display:grid;overflow:auto}.support-admin-ticket{border:1px solid var(--line);width:100%;min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#f7faf8;border-radius:8px;grid-template-columns:92px minmax(0,1fr) 132px;gap:8px;padding:11px;display:grid}.support-admin-ticket.active{background:#eef5ff;border-color:#2563eb}.support-admin-ticket p,.support-admin-ticket small,.support-admin-ticket em{overflow-wrap:anywhere;grid-column:1/-1;margin:0}.support-admin-ticket small,.support-admin-ticket em{color:var(--muted);font-size:12px;font-style:normal}.ticket-priority{color:#fff;text-transform:uppercase;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;min-height:24px;font-size:11px;font-weight:900;display:inline-flex}.ticket-priority.low{background:#64748b}.ticket-priority.normal{background:#2563eb}.ticket-priority.high{background:#ea580c}.ticket-priority.urgent{background:#dc2626}.support-admin-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.support-admin-meta div{border:1px solid var(--line);background:#f7faf8;border-radius:8px;gap:4px;min-width:0;padding:10px;display:grid}.support-admin-meta span,.support-admin-meta small{color:var(--muted);overflow-wrap:anywhere}.support-admin-meta b{overflow-wrap:anywhere}.support-admin-statusbar{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.support-admin-statusbar button{color:#30443e;border:1px solid var(--line);background:#edf4f1}.support-admin-statusbar button.active{background:var(--green);color:#fff}.support-admin-thread{gap:10px;max-height:520px;margin-top:14px;padding-right:4px;display:grid;overflow:auto}.support-admin-thread>div{border:1px solid var(--line);background:#f7faf8;border-radius:8px;gap:8px;padding:12px;display:grid}.support-admin-thread>div.support{background:#eef5ff;border-color:#bcd6ff}.support-admin-thread header{color:var(--muted);justify-content:space-between;gap:10px;font-size:12px;display:flex}.support-admin-thread p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.support-admin-reply{grid-template-columns:minmax(0,1fr) 220px 130px;align-items:end;gap:10px;margin-top:14px;display:grid}.support-admin-reply textarea{resize:vertical;min-height:110px}.support-admin-reply button:disabled,.support-admin-filters button:disabled,.support-admin-statusbar button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:920px){.workspace,.studio-layout,.band.two,.weather-grid,.chart-grid,.support-grid,.auth-grid,.profile-grid,.support-workspace,.admin-policy,.admin-dashboard-grid,.admin-hero,.admin-globe,.support-admin-layout,.support-admin-meta,.support-admin-statusbar,.support-admin-reply,.studio-shell,.studio-workgrid,.discord-review{grid-template-columns:1fr}.chat-surface{min-height:560px}.studio-shell{min-height:auto}.studio-workgrid-live{grid-template-columns:1fr;grid-auto-rows:auto}.studio-panel,.studio-block{min-width:0}.code-panel{grid-column:auto}}@media (max-width:620px){.topbar{flex-direction:column;align-items:flex-start}nav{justify-content:flex-start}h1{font-size:42px}.composer{grid-template-columns:1fr}.composer button{width:100%}.code-board pre{font-size:11px}.weather-search,.admin-login,.weather-cards,.admin-grid,.profile-head,.account-facts,.learning-board,.legal-table>div,.legal-table.compact>div,.admin-grid-wide,.trace-card header,.log-row,.admin-table div,.term-list div,.problem-rule,.support-admin-filters,.support-admin-ticket,.studio-command,.discord-form{grid-template-columns:1fr}.code-panel,.discord-form label:nth-child(3),.discord-form label:nth-child(4),.discord-form button{grid-column:auto}.studio-kpis,.health-grid,.world-list{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-page{overflow-x:hidden}.studio-shell{padding:8px}.studio-statusline{align-items:flex-start}.studio-preview-frame,.studio-code-editor{min-height:300px}.studio-code-editor{max-height:420px;font-size:12px}.studio-log-row{grid-template-columns:1fr auto}.studio-log-row span,.studio-log-row p{grid-column:1/-1}.admin-hourly{grid-template-columns:repeat(24,18px);overflow-x:auto}.map-panel,.map-panel iframe{min-height:380px}}
