*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}[hidden]{display:none!important}::selection{background:var(--accent-soft);color:var(--ink)}.skip-link{position:fixed;top:12px;left:16px;z-index:50;padding:10px 18px;background:var(--button);color:var(--button-text);transform:translateY(-160%)}.skip-link:focus{transform:none}.mono{font-family:inherit;font-variant-numeric:tabular-nums;font-size:13px;font-weight:400;letter-spacing:.025em;line-height:1.5}:root{color-scheme:light;--brand-yellow: #f1d67a;--logo-yellow: var(--brand-yellow);--brand-sage: #94a37a;--brand-slate: #6b7683;--paper: #f7f5ef;--rail: #f0f0e6;--surface: #fcfaf5;--art-placeholder: #e6e7d9;--ink: #29322f;--muted: #626b60;--line: #d8dbce;--accent: #526746;--accent-soft: #e7ecdd;--writing-accent: #526746;--button: var(--brand-yellow);--button-text: #29322f;--logo-tile: #29322f}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--logo-yellow: #e3c67b;--paper: #1b201e;--rail: #171c19;--surface: #222922;--art-placeholder: #2f382b;--ink: #f1f1e7;--muted: #bdc3b6;--line: #3b4438;--accent: #c6d2b0;--accent-soft: #2c382b;--writing-accent: var(--brand-yellow)}}@font-face{font-family:Nunito Sans;src:url(/fonts/nunito-sans-latin.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}:root[data-theme=dark]{color-scheme:dark;--logo-yellow: #e3c67b;--paper: #1b201e;--rail: #171c19;--surface: #222922;--art-placeholder: #2f382b;--ink: #f1f1e7;--muted: #bdc3b6;--line: #3b4438;--accent: #c6d2b0;--accent-soft: #2c382b;--writing-accent: var(--brand-yellow)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;flex:none;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent}.theme-toggle[hidden]{display:none}.theme-toggle:hover{color:var(--ink);background:var(--accent-soft)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.theme-toggle svg{width:19px;height:19px}.theme-toggle .theme-sun{display:none}:root[data-theme=dark] .theme-toggle .theme-moon{display:none}:root[data-theme=dark] .theme-toggle .theme-sun{display:block}.brand-mark{display:block;flex:none;width:34px;height:auto;aspect-ratio:399 / 425}.brand-mark path[fill="#F1D67A"]{fill:var(--logo-yellow)}.desk-surface{position:relative;flex:1;min-height:0;background:transparent}.spatial-workspace{width:100%;height:100%}.spatial-workspace .react-flow{--xy-background-color: transparent;--xy-node-boxshadow-selected: none;--xy-node-border-radius: 12px}.spatial-workspace .react-flow__node{cursor:default}.spatial-workspace .react-flow__node:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:12px}.desk-frame{position:relative;background:var(--surface);color:var(--ink);border:1px solid color-mix(in srgb,var(--line) 75%,transparent);border-radius:12px;box-shadow:0 5px 10px -6px #14201924,0 20px 45px -22px #14201948;font-size:15px;text-align:left}.desk-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:0 22px 34px -14px #14201938;opacity:0}:root[data-theme=dark] .desk-frame:after{box-shadow:0 22px 34px -14px #0009}@media(prefers-reduced-motion:no-preference){.spatial-workspace .desk-frame{transition:transform .16s cubic-bezier(.2,.8,.2,1)}.spatial-workspace .desk-frame:after{transition:opacity .16s ease-out}.react-flow__node.dragging{will-change:transform}.react-flow__node.dragging .desk-frame{transform:translateY(-3px)}.react-flow__node.dragging .desk-frame:after{opacity:1}}:root[data-theme=dark] .desk-frame{box-shadow:0 6px 12px -6px #0008,0 24px 50px -20px #0006}.react-flow__node.selected .desk-frame{border-color:var(--brand-sage)}.desk-frame-grab{cursor:grab;border-radius:12px 12px 0 0;touch-action:none}.desk-frame-grab:active{cursor:grabbing}.frame-close{position:absolute;top:20px;right:18px}.desk-dock{--composer-space: 184px;--dock-bottom: 38px;flex:0 0 var(--composer-space);height:var(--composer-space);min-height:0;display:grid;grid-template-columns:minmax(200px,1fr) minmax(0,1040px) minmax(200px,1fr);column-gap:24px;align-items:end;padding:0 32px}.desk-dock .desk-compose-area{grid-column:2;grid-row:1}.desk-dock-controls{grid-column:1;grid-row:1;justify-self:start;margin-bottom:calc(var(--dock-bottom) + 4px)}.desk-dock:not([data-spatial]){grid-template-columns:minmax(0,1040px);justify-content:center}.desk-dock:not([data-spatial]) .desk-compose-area{grid-column:1}.desk-dock:not([data-spatial]) .desk-dock-controls{display:none}.camera-controls{display:flex;align-items:center;gap:2px;background:var(--surface);padding:5px;border:1px solid var(--line);border-radius:8px;box-shadow:0 2px 8px #00000008}.camera-controls button{border:0;border-radius:4px;background:transparent;color:var(--ink);min-width:32px;height:34px;font-size:14px;padding:0 8px}.camera-controls button:hover{background:var(--accent-soft)}.camera-controls span{min-width:48px;text-align:center;font-size:12px;font-variant-numeric:tabular-nums;color:var(--muted)}.compact-workspace{display:flex;flex-direction:column;height:100%;overflow:auto;padding:22px 28px 48px}.view-navigation{flex:none;width:100%;position:sticky;top:0;z-index:2;background:var(--paper);border-radius:8px;display:flex;gap:8px;max-width:680px;margin:0 auto 20px;overflow-x:auto;padding:4px}.view-navigation button{border:0;padding:8px 14px;background:transparent;border-radius:6px;white-space:nowrap;font-size:14px;color:var(--muted)}.view-navigation button[aria-current]{background:var(--accent-soft);color:var(--ink)}.desk-frame--compact{display:flex;flex-direction:column;min-height:0;width:100%;max-width:680px;margin:0 auto}.desk-frame--compact .desk-frame-grab{cursor:default}.empty-desk{display:grid;place-content:center;height:100%;text-align:center;gap:12px}.empty-desk h2{font-size:32px;font-weight:500;letter-spacing:-.04em}.empty-desk p{color:var(--muted)}@media(max-width:800px){.compact-workspace{padding:12px 14px 32px}.view-navigation{margin-bottom:12px}}@media(max-height:650px){.compact-workspace{padding-top:8px;padding-bottom:16px}.view-navigation{margin-bottom:8px}}@media(max-width:960px){.desk-dock{--dock-bottom: calc(22px + max(12px, env(safe-area-inset-bottom))) ;padding-inline:14px}.desk-dock[data-spatial]{height:calc(var(--composer-space) + 66px);flex-basis:calc(var(--composer-space) + 66px);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) 46px;row-gap:8px;padding-bottom:12px}.desk-dock .desk-compose-area{grid-column:1}.desk-dock-controls{grid-row:2;justify-self:center;margin-bottom:0}}@media(max-width:800px){.frame-close{top:16px;right:12px}}@media(max-height:650px){.desk-dock{--composer-space: 160px}}.desk-compose-area{display:flex;align-items:flex-end;gap:12px;min-width:0}.desk-compose-area .agent-composer{flex:1;min-width:0}.add-view-control{flex:none;margin-bottom:calc(var(--dock-bottom) + 3px)}.add-view-control .view-icon-button{display:flex;gap:8px;width:auto;height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 3px 12px -8px #14201940;color:var(--ink);font-size:13px;white-space:nowrap}.add-view-control .view-icon-button:hover,.add-view-control .view-icon-button[data-state=open]{background:var(--accent-soft)}@media(max-width:800px){.desk-compose-area{gap:8px}.add-view-label{display:none}.add-view-control .view-icon-button{width:44px;padding:0;justify-content:center}}.desk-frame--compact>div,.desk-frame--compact .view-body,.desk-frame--compact .view-body>.data-drop{display:flex;flex-direction:column;min-height:0}.desk-frame--compact .view-body>.data-drop{overflow:auto}.view-body{padding:4px 22px 24px}.view-note,.view-empty,.view-provenance{color:var(--muted)}.view-note{padding:12px;font-size:13px}.view-empty{padding:30px 8px;font-size:14px}.view-provenance{font-size:11px;line-height:1.5}.data-handle{display:flex;align-items:center;gap:9px;width:100%;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ink);padding:11px 7px;text-align:left;font-size:14px;line-height:1.5;cursor:grab}.data-handle:hover{background:color-mix(in srgb,var(--accent-soft) 60%,transparent)}.data-handle[aria-pressed=true]{background:var(--accent-soft);border-color:color-mix(in srgb,var(--brand-sage) 65%,transparent)}.data-handle:active{cursor:grabbing}.data-grip{color:var(--muted);opacity:.35;flex:none;display:block;width:12px;height:18px}.data-handle-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-handle--compact{width:auto;min-width:0;padding:4px 6px;font-size:12px}.data-handle--compact .data-grip{width:10px;height:16px}.data-drop{border-radius:8px;transition:background-color .1s}.data-drop--over{background:var(--accent-soft);outline:2px solid var(--brand-sage);outline-offset:3px}.collection-rows{overflow:auto;max-height:376px;overscroll-behavior:contain;padding:2px;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.collection-rows .data-handle{padding:14px 10px}.collection-row-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:3px}.collection-row-title{font-weight:600;font-size:14px}.collection-row-description{font-size:12px;color:var(--muted)}.collection-row-value{font-size:13px;font-variant-numeric:tabular-nums;flex:none}.comparison-empty{display:flex;align-items:center;justify-content:center;gap:20px;min-height:150px;color:var(--brand-sage);border:1px dashed var(--line);border-radius:8px}.comparison-empty svg:first-child{width:46px;height:46px;stroke-width:1}.comparison-empty svg:last-child{opacity:.6}.comparison-results{max-height:376px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;padding:10px 6px}.comparison-bar{margin-bottom:22px}.comparison-bar:last-child{margin-bottom:4px}.comparison-row-heading{display:flex;align-items:center;gap:4px;font-size:13px}.comparison-results .data-handle{font-size:13px}.comparison-results .data-grip{transform:translateY(-.125em)}.comparison-row-heading .data-handle{flex:1}.comparison-row-heading strong{font-weight:600;font-variant-numeric:tabular-nums}.remove-data{border:0;background:transparent;color:var(--muted);font-size:18px;width:26px;height:26px;flex:none;cursor:pointer}.comparison-bar-track{position:relative;height:9px;margin:4px 28px 0 6px;background:color-mix(in srgb,var(--line) 45%,transparent);border-radius:3px;overflow:hidden}.comparison-bar-track>span{position:absolute;display:block;height:100%;border-radius:3px;background:var(--brand-sage)}.comparison-zero{position:absolute;top:0;bottom:0;width:1px;background:var(--muted);z-index:1}.comparison-bar[data-series="1"] .comparison-bar-track>span{background:var(--logo-yellow)}.comparison-bar[data-series="2"] .comparison-bar-track>span{background:var(--brand-slate)}.comparison-results table{width:100%;border-collapse:collapse;font-size:13px}.comparison-results th{text-align:left;font-weight:500}.comparison-results td{text-align:right;font-variant-numeric:tabular-nums}.comparison-results th,.comparison-results td{padding:11px 2px;vertical-align:middle;border-bottom:1px solid var(--line)}.comparison-results thead th{color:var(--muted);font-size:11px}.comparison-results thead th:nth-child(2){text-align:right}.comparison-results td:last-child{width:28px}@media(hover:hover){.comparison-results .remove-data{opacity:0}.comparison-bar:hover .remove-data,.comparison-bar:focus-within .remove-data,.comparison-results tr:hover .remove-data,.comparison-results tr:focus-within .remove-data{opacity:1}}@media(prefers-reduced-motion:reduce){.data-drop{transition:none}}@media(max-width:800px){.view-body{padding:4px 14px 18px}}.product-shell{height:100dvh;background:color-mix(in srgb,var(--rail) 60%,var(--paper));display:flex;flex-direction:column;overflow:hidden}.product-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 32px 18px}.product-brand{display:inline-flex;align-items:center;gap:13px;font-size:23px;font-weight:650;letter-spacing:-.04em}.product-header-end{display:flex;align-items:center;gap:16px}.product-canvas{flex:1;min-height:0;display:flex;flex-direction:column}.product-shell input,.product-shell select,.product-shell textarea{font:inherit;color:inherit;min-width:0}.product-shell button{cursor:pointer}.product-shell button:disabled{opacity:.45;cursor:default}.product-shell input:focus-visible,.product-shell select:focus-visible,.product-shell textarea:focus-visible,.product-shell [tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(max-width:800px){.product-header{padding:16px 22px}.product-header-end{gap:10px}.product-brand{font-size:23px}.product-brand .brand-mark{width:28px}}@media(max-height:650px){.product-header{padding-top:8px;padding-bottom:8px}}
