:root{color-scheme:dark;--bg: #11151a;--panel: #1b2027;--line: #2a313b;--text: #e6eaef;--muted: #9aa6b2;--accent: #5aa9e6;--ok: #46c393}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font:14px/1.5 system-ui,sans-serif}.gridsmith{display:grid;grid-template-columns:320px 1fr;height:100vh;height:100dvh}.gridsmith__panel{padding:1.25rem;background:var(--panel);border-right:1px solid var(--line);overflow-y:auto}.gridsmith__panel h1{margin:0 0 1rem;font-size:1.15rem}.gridsmith__pick{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.gridsmith__viewer{position:relative;min-width:0}.field{display:block;margin-bottom:.85rem}.field>span{display:block;margin-bottom:.25rem;color:var(--muted)}.field__row{display:grid;grid-template-columns:1fr 72px;gap:.5rem;align-items:center}.field input[type=number],.field select{width:100%;padding:.35rem .5rem;background:#0e1217;color:var(--text);border:1px solid var(--line);border-radius:6px}.field__error{display:block;margin-top:.2rem;color:#ff8a8a;font-style:normal;font-size:.85em}.gridsmith__status{margin-top:1rem;font-size:.85rem;color:var(--muted)}.gridsmith__status--error{color:#ff8a8a}.gridsmith__status--loading{color:var(--accent)}.gridsmith__export{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line)}.gridsmith__export h2{margin:0 0 .75rem;font-size:1rem}.btn{width:100%;padding:.6rem 1rem;margin-top:.5rem;background:var(--accent);color:#04121f;border:0;border-radius:6px;font-weight:600;cursor:pointer}.btn:disabled{opacity:.6;cursor:progress}.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--line)}.btn--ghost:hover{border-color:var(--accent)}.gridsmith__save{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line)}.gridsmith__save h2{margin:0 0 .75rem;font-size:1rem}.gridsmith__save-name{width:100%;margin-top:.5rem;padding:.35rem .5rem;background:#0e1217;color:var(--text);border:1px solid var(--line);border-radius:6px}.gridsmith__save-prompt{margin:.6rem 0 0;color:var(--muted);font-size:.9rem}.gridsmith__result{margin-top:.85rem;padding:.85rem;background:#46c3931f;border:1px solid rgba(70,195,147,.45);border-radius:8px;animation:gridsmith-result-in .25s ease-out}.gridsmith__result-msg{display:flex;align-items:center;gap:.4rem;margin:0 0 .6rem;color:var(--ok);font-weight:600}.gridsmith__download{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;background:var(--ok);color:#04121f;border-radius:6px;font-weight:700;text-decoration:none;word-break:break-word}.gridsmith__result-msg svg,.gridsmith__download svg{flex:0 0 auto}.gridsmith__download:hover{filter:brightness(1.07)}.gridsmith__download:focus-visible{outline:2px solid var(--text);outline-offset:2px}@keyframes gridsmith-result-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.gridsmith__result{animation:none}}@media(max-width:768px){.gridsmith{grid-template-columns:1fr;grid-template-rows:minmax(0,45dvh) minmax(0,1fr)}.gridsmith__panel{min-height:0;padding-top:2.75rem;border-right:0;border-bottom:1px solid var(--line)}.gridsmith__viewer{min-height:0}}
