:root{--studio-bg: #f5f5f7;--studio-bg-elevated: #ffffff;--studio-bg-soft: #fbfbfd;--studio-bg-dark: #000000;--studio-surface: #ffffff;--studio-surface-muted: #f5f5f7;--studio-surface-dark: #1d1d1f;--studio-text: #1d1d1f;--studio-text-muted: rgba(29, 29, 31, .72);--studio-text-tertiary: rgba(29, 29, 31, .48);--studio-inverse: #ffffff;--studio-blue: #0071e3;--studio-blue-dark: #0066cc;--studio-blue-soft: #e8f2ff;--studio-border: rgba(0, 0, 0, .08);--studio-border-strong: rgba(0, 0, 0, .14);--studio-shadow: rgba(0, 0, 0, .1) 0 20px 45px;--studio-shadow-soft: rgba(0, 0, 0, .06) 0 8px 24px;--studio-radius: 18px;--studio-radius-small: 12px;--studio-max: 1180px;color:var(--studio-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--studio-bg)}html,body{margin:0;min-height:100%;background:var(--studio-bg)}body{color:var(--studio-text);font-size:17px;line-height:1.47;letter-spacing:-.374px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}a{color:var(--studio-blue-dark)}main{min-height:calc(100vh - 48px);background:var(--studio-bg)}.studio-page,.page{width:min(var(--studio-max),calc(100vw - 40px));margin:0 auto;padding:clamp(32px,5vw,72px) 0;color:var(--studio-text)}.studio-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(24px,4vw,56px);align-items:center;min-height:min(720px,calc(100vh - 48px))}.studio-hero-copy{max-width:760px}.eyebrow,.studio-eyebrow{margin:0 0 10px;color:var(--studio-text-tertiary);font-size:12px;font-weight:600;line-height:1.33;letter-spacing:-.12px;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--studio-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.028em}h1,.studio-display{font-size:clamp(48px,7vw,82px);font-weight:600;line-height:1.02;max-width:980px}h2,.studio-title{font-size:clamp(28px,3.4vw,44px);font-weight:600;line-height:1.08}h3,.studio-card-title{font-size:21px;font-weight:600;line-height:1.19}p,.studio-copy{color:var(--studio-text-muted)}.studio-lede,.lede{margin:18px 0 0;max-width:720px;color:var(--studio-text-muted);font-size:clamp(19px,2vw,24px);font-weight:400;line-height:1.25;letter-spacing:-.02em}.studio-actions,.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:26px}.button,button,.studio-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border:1px solid var(--studio-blue);border-radius:980px;background:transparent;color:var(--studio-blue-dark);font-size:17px;font-weight:400;line-height:1;text-decoration:none;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.button:hover,button:hover,.studio-button:hover{background:var(--studio-blue-soft)}.button.primary,.primary,button.primary,.studio-button.primary{border-color:var(--studio-blue);background:var(--studio-blue);color:#fff}.button.primary:hover,.primary:hover,button.primary:hover,.studio-button.primary:hover{background:#0077ed;color:#fff}button:disabled,.button[aria-disabled=true]{opacity:.42;cursor:not-allowed}.card,article,.empty,.studio-card,.panel,.inset-panel,.section-panel{border:0;border-radius:var(--studio-radius);background:var(--studio-surface);box-shadow:var(--studio-shadow-soft);color:var(--studio-text)}.card,.studio-card,.empty,article{padding:clamp(18px,2.4vw,28px)}.card:hover,a.card:hover{box-shadow:var(--studio-shadow);transform:translateY(-1px)}a.card,a.row{color:inherit;text-decoration:none}.studio-section,section.studio-section{margin-top:clamp(32px,5vw,64px)}.section-header,.studio-section-header,.header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.grid,.card-grid,.metric-grid,.studio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.studio-grid.two{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.metric-card,.metric-grid article{min-height:108px;display:grid;align-content:center;background:var(--studio-surface)}.metric-card strong,.metric-grid article strong{display:block;color:var(--studio-text);font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1;letter-spacing:-.035em}.metric-card span,.metric-grid article span{margin-top:8px;color:var(--studio-text-muted)}.empty,.studio-empty{color:var(--studio-text-muted);background:var(--studio-bg-elevated)}form,.studio-form{display:grid;gap:18px;max-width:880px}label,.studio-field{display:grid;gap:8px;color:var(--studio-text-muted);font-size:14px;font-weight:500;letter-spacing:-.224px}input,textarea,select{width:100%;box-sizing:border-box;border:1px solid var(--studio-border);border-radius:var(--studio-radius-small);background:var(--studio-bg-elevated);color:var(--studio-text);padding:12px 14px;outline:none}textarea{min-height:96px;resize:none}input:focus,textarea:focus,select:focus,button:focus-visible,a:focus-visible{outline:2px solid var(--studio-blue);outline-offset:2px}fieldset{border:0;border-radius:var(--studio-radius);background:var(--studio-bg-elevated);box-shadow:var(--studio-shadow-soft);padding:20px}legend{padding:0 0 12px;color:var(--studio-text);font-weight:600}dl{display:grid;gap:10px;margin:16px 0 0}dl div,.diff,.row,.attempt,.candidate{display:grid;gap:4px;padding:12px 0;border-top:1px solid var(--studio-border)}dt,small,.studio-meta{color:var(--studio-text-tertiary);font-size:12px;font-weight:600;line-height:1.33;letter-spacing:-.12px;text-transform:uppercase}dd{margin:0;color:var(--studio-text-muted)}.badge,.studio-badge{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:4px 10px;border-radius:980px;background:var(--studio-blue-soft);color:var(--studio-blue-dark);font-size:14px;font-weight:500}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.tabs span,.studio-chip{border-radius:980px;background:var(--studio-bg-elevated);color:var(--studio-text-muted);padding:8px 12px;box-shadow:inset 0 0 0 1px var(--studio-border);font-size:14px}pre,.json-frame{overflow:auto;max-height:420px;border-radius:var(--studio-radius-small);background:#1d1d1f;color:#f5f5f7;padding:16px;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.5}.status,.error-copy{color:var(--studio-blue-dark);font-weight:500}.disabled{opacity:.52}@media(max-width:820px){.studio-page,.page{width:min(100vw - 24px,var(--studio-max));padding:28px 0}.studio-hero{grid-template-columns:1fr;min-height:auto}h1,.studio-display{font-size:clamp(40px,12vw,56px)}.section-header,.studio-section-header,.header{align-items:flex-start}}svg.svelte-aeqtga{width:100%;height:auto}rect.svelte-aeqtga{fill:#fffcf8a8;stroke:#44362a1a}path.svelte-aeqtga{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.history-card.svelte-15iil8z{display:grid;gap:.65rem}.head.svelte-15iil8z{display:flex;justify-content:space-between;gap:1rem;align-items:start}h3.svelte-15iil8z{margin:0;font-size:.98rem;color:#2f251d}p.svelte-15iil8z,strong.svelte-15iil8z{margin:.2rem 0 0;font-size:.85rem}p.svelte-15iil8z{color:#45362ab8}strong.svelte-15iil8z{color:#2f251d;white-space:nowrap}svg.svelte-15iil8z{width:100%;height:auto}rect.svelte-15iil8z{fill:#fffcf8c7;stroke:#44362a1f}.grid-line.svelte-15iil8z{stroke:#4c3a2b1f;stroke-dasharray:4 6}.line.svelte-15iil8z{fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.system-fab.svelte-1f6wtm4{position:fixed;right:1.35rem;bottom:1.35rem;z-index:60;display:inline-flex;align-items:center;gap:.45rem;padding:.62rem .82rem;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#ffffffe0;color:#1d1d1f;box-shadow:0 12px 30px #0000001f;font:inherit;font-weight:600;font-size:14px;cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.system-fab.svelte-1f6wtm4:hover{transform:translateY(-1px);box-shadow:0 18px 38px #00000029}.system-fab-dot.svelte-1f6wtm4{width:.7rem;height:.7rem;border-radius:999px;background:#34c759;box-shadow:0 0 0 .28rem #34c75929}.system-modal-backdrop.svelte-1f6wtm4{position:fixed;inset:0;z-index:69;background:#00000070;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.system-modal-shell.svelte-1f6wtm4{position:fixed;inset:1rem;z-index:70;display:flex;align-items:stretch;justify-content:center;pointer-events:none}.system-modal-panel.svelte-1f6wtm4{width:min(1180px,100%);max-height:100%;overflow:auto;padding:1.35rem;display:grid;gap:1rem;pointer-events:auto;background:#fffffff5}.system-modal-head.svelte-1f6wtm4{display:flex;justify-content:space-between;align-items:start;gap:1rem}.system-head-actions.svelte-1f6wtm4{display:grid;gap:.55rem;justify-items:end}.system-updated.svelte-1f6wtm4{font-size:.86rem;color:#1d1d1f8f}.system-close.svelte-1f6wtm4{border:1px solid rgba(0,113,227,.8);background:transparent;color:#06c;border-radius:999px;padding:.55rem .95rem;font:inherit;cursor:pointer}.system-close.svelte-1f6wtm4:hover{background:#e8f2ff}.system-copy.svelte-1f6wtm4{margin:.8rem 0 0;color:#1d1d1fb8;line-height:1.5;max-width:68ch}.system-grid.svelte-1f6wtm4,.trace-stack.svelte-1f6wtm4{display:grid;gap:1rem}.core-tile-grid.svelte-1f6wtm4{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.core-tile.svelte-1f6wtm4{display:grid;gap:.55rem}.core-head.svelte-1f6wtm4{display:flex;justify-content:space-between;gap:.75rem;align-items:center;font-size:.85rem;color:#1d1d1fb8}.summary-grid.svelte-1f6wtm4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.summary-grid.svelte-1f6wtm4 div:where(.svelte-1f6wtm4){display:grid;gap:.25rem;padding:.8rem .9rem;border-radius:1rem;background:#f5f5f7;border:1px solid rgba(0,0,0,.06)}.summary-grid.svelte-1f6wtm4 span:where(.svelte-1f6wtm4){font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#1d1d1f7a}.summary-grid.svelte-1f6wtm4 strong:where(.svelte-1f6wtm4){font-size:.98rem;color:#1d1d1f}.disk-grid.svelte-1f6wtm4{display:grid;gap:.85rem}.disk-card.svelte-1f6wtm4{padding:.95rem 1rem;border-radius:1rem;background:#f5f5f7;border:1px solid rgba(0,0,0,.06);display:grid;gap:.55rem}.disk-head.svelte-1f6wtm4{display:flex;justify-content:space-between;gap:1rem;align-items:center}.bar-track.svelte-1f6wtm4{height:.7rem;border-radius:999px;background:#00000014;overflow:hidden}.bar-track.svelte-1f6wtm4 i:where(.svelte-1f6wtm4){display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0071e3,#34c759)}.disk-card.svelte-1f6wtm4 p:where(.svelte-1f6wtm4){margin:0;color:#1d1d1fb8;font-size:.88rem}.process-list.svelte-1f6wtm4{display:grid;gap:.55rem}.process-row.svelte-1f6wtm4{display:flex;justify-content:space-between;gap:1rem;padding:.8rem .9rem;border-radius:.9rem;background:#fffbf5b8;border:1px solid rgba(81,62,46,.08);align-items:center}.process-row.svelte-1f6wtm4 span:where(.svelte-1f6wtm4){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-row.svelte-1f6wtm4 strong:where(.svelte-1f6wtm4){white-space:nowrap}@media(max-width:900px){.system-modal-shell.svelte-1f6wtm4{inset:.55rem}.system-modal-head.svelte-1f6wtm4{align-items:start;flex-direction:column}.system-head-actions.svelte-1f6wtm4{width:100%;justify-items:start}.summary-grid.svelte-1f6wtm4{grid-template-columns:1fr}}@media(max-width:720px){.system-fab.svelte-1f6wtm4{right:.9rem;bottom:.9rem}.system-modal-panel.svelte-1f6wtm4{padding:1rem}}.studio-nav.svelte-1mp6yo4{position:sticky;top:0;z-index:20;height:48px;background:#000000d1;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.nav-inner.svelte-1mp6yo4{width:min(1180px,calc(100vw - 40px));height:48px;margin:0 auto;display:flex;align-items:center;gap:clamp(14px,2.2vw,28px);overflow-x:auto}a.svelte-1mp6yo4{flex:0 0 auto;color:#ffffffc2;text-decoration:none;font-size:12px;font-weight:400;line-height:48px;letter-spacing:-.12px;transition:color .14s ease}a.svelte-1mp6yo4:hover,a.svelte-1mp6yo4:focus-visible{color:#fff}.brand.svelte-1mp6yo4{color:#fff;font-weight:600}@media(max-width:640px){.nav-inner.svelte-1mp6yo4{width:calc(100vw - 24px);gap:18px}}
