.editor-stage{background:var(--surface-sunken);touch-action:none;-webkit-user-select:none;user-select:none;outline:none;width:100%;height:100%;min-height:240px;position:relative;overflow:hidden}.editor-stage:focus-visible{box-shadow:inset 0 0 0 2px var(--focus)}.editor-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.editor-overlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.ov-rect{fill:#0000;stroke-width:1.5px;pointer-events:none;outline:none}.tool-select .ov-rect{pointer-events:all;cursor:move}.ov--hide .ov-rect{stroke:var(--mask-hide)}.ov--review .ov-rect{stroke:var(--mask-review);stroke-dasharray:5 3}.ov--visible .ov-rect{stroke:var(--mask-visible);stroke-width:1px}.ov--selected .ov-rect{stroke-width:2.5px}.ov-rect:focus-visible{stroke:var(--focus);stroke-width:2.5px;stroke-dasharray:none}.ov-halo{fill:none;stroke:var(--paper);stroke-width:5px;opacity:.9;pointer-events:none}.ov-stroke{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;opacity:.3;pointer-events:none}.ov--hide .ov-stroke{stroke:var(--mask-hide)}.ov--review .ov-stroke{stroke:var(--mask-review)}.ov--visible .ov-stroke{stroke:var(--mask-visible)}.ov--flash .ov-rect{animation:ov-flash .6s var(--ease)}@keyframes ov-flash{0%{stroke-width:7px;opacity:.35}to{stroke-width:2.5px;opacity:1}}.ov-handle{fill:var(--surface);stroke:var(--ink);stroke-width:1px;pointer-events:all}.crop-shade{fill:#17171373;pointer-events:none}.crop-rect{fill:none;pointer-events:none}.crop-rect--outer{stroke:var(--paper);stroke-width:3px;opacity:.8}.crop-rect--inner{stroke:var(--ink);stroke-width:1px}.draft-rect{fill:#a6402d14;stroke:var(--ink);stroke-width:1px;stroke-dasharray:5 3;pointer-events:none}.draft-crop{fill:none;stroke:var(--ink);stroke-width:1px;stroke-dasharray:6 4;pointer-events:none}.draft-brush{fill:none;stroke:var(--cinnabar);stroke-linecap:round;stroke-linejoin:round;opacity:.5;pointer-events:none}.scan-indicator{fill:none;stroke:var(--amber);stroke-width:1px;opacity:.8;pointer-events:none}@media (prefers-reduced-motion:no-preference){.scan-indicator{animation:1.6s ease-in-out infinite scan-pulse}}@keyframes scan-pulse{0%,to{opacity:.35}50%{opacity:.9}}.editor-toolbar{align-items:center;gap:var(--space-3);min-height:48px;padding:var(--space-1) var(--space-3);border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;display:flex}.editor-toolbar__group{align-items:center;gap:2px;display:inline-flex}.editor-toolbar__group--end{margin-left:auto}.editor-tool{border-radius:var(--radius);min-width:36px;min-height:36px;color:var(--ink-soft);font-size:var(--text-sm);white-space:nowrap;transition:background-color var(--dur) var(--ease), color var(--dur) var(--ease);background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:0 10px;font-weight:500;line-height:1;display:inline-flex}.editor-tool:hover{background:var(--surface-sunken);color:var(--ink)}.editor-tool[aria-checked=true]{background:var(--ink);border-color:var(--ink);color:var(--paper)}.editor-tool__icon{width:16px;height:16px;display:inline-flex}.editor-toolbar__brush{align-items:center;gap:var(--space-2);min-height:36px;color:var(--ink-muted);font-size:var(--text-sm);display:inline-flex}.editor-toolbar__brush input[type=range]{width:120px;min-height:36px;accent-color:var(--ink);margin:0}.editor-toolbar__brush input[type=range]:disabled{opacity:.5}.editor-toolbar__brush-value{font-variant-numeric:tabular-nums;min-width:5ch}.editor-zoom{text-align:center;min-width:5ch;font-size:var(--text-sm);font-variant-numeric:tabular-nums;color:var(--ink-soft);display:inline-block}@media (max-width:720px){.editor-tool__label,.editor-toolbar__brush-label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.editor-tool{justify-content:center;padding:0}}@media (pointer:coarse){.editor-tool,.editor-toolbar__brush,.editor-toolbar__brush input[type=range]{min-height:var(--touch)}.editor-tool{min-width:var(--touch)}}.editor-toolbar__group--mobile,.editor-toolbar__brush--idle{display:none}@media (max-width:959px){.editor-toolbar{gap:var(--space-2);padding:var(--space-1) var(--space-2);overscroll-behavior-x:contain;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.editor-toolbar::-webkit-scrollbar{display:none}.editor-toolbar__group,.editor-toolbar__brush{flex:none}.editor-toolbar__group--mobile{display:inline-flex}.editor-toolbar__group--end{margin-left:0}.editor-toolbar__brush input[type=range]{width:96px}.editor-tool__label,.editor-toolbar__brush-label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.editor-tool{justify-content:center;padding:0}}:root{--paper:#f4f1e8;--surface:#faf8f2;--surface-sunken:#ede9dd;--ink:#171713;--ink-soft:#3d3c36;--ink-muted:#5f5e57;--ink-faint:#8a897f;--border:#d8d2c4;--border-strong:#b9b2a1;--moss:#3f5c52;--moss-soft:#e2e8e2;--amber:#7d571d;--amber-soft:#f0e6cf;--cinnabar:#a6402d;--cinnabar-soft:#f2dcd5;--focus:#2d5aa8;--mask-hide:var(--cinnabar);--mask-review:var(--amber);--mask-visible:var(--moss);--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK SC", Roboto, Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, "Noto Sans Mono", "Liberation Mono", monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-md:1.0625rem;--text-lg:1.375rem;--text-xl:1.875rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--radius-sm:6px;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 2px #1717130f;--shadow:0 2px 8px #17171314;--dur:.15s;--ease:cubic-bezier(.2, 0, 0, 1);--topbar-h:52px;--rail-w:268px;--rail-w-collapsed:44px;--panel-w:360px;--touch:44px}@media (prefers-reduced-motion:reduce){:root{--dur:0s}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%}body{background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;overscroll-behavior:none;margin:0;line-height:1.45}h1,h2,h3,h4,p{margin:0}h1{font-size:var(--text-xl);letter-spacing:-.01em;font-weight:500;line-height:1.2}h2{font-size:var(--text-md);font-weight:600}h3{font-size:var(--text-sm);letter-spacing:.02em;text-transform:uppercase;color:var(--ink-muted);font-weight:600}a{color:var(--moss)}code,kbd,.mono{font-family:var(--font-mono);font-size:.92em}.tnum{font-variant-numeric:tabular-nums}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:36px;padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:var(--text-sm);white-space:nowrap;transition:background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);font-weight:500;line-height:1;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-sunken)}.btn[aria-pressed=true],.btn.is-active,.btn--primary{background:var(--ink);border-color:var(--ink);color:var(--paper)}.btn--primary:hover:not(:disabled){background:var(--ink-soft);border-color:var(--ink-soft)}.btn--quiet{background:0 0;border-color:#0000}.btn--quiet:hover:not(:disabled){background:var(--surface-sunken)}.btn--icon{width:36px;min-width:36px;padding:0}.btn--sm{min-height:30px;padding:0 var(--space-2);font-size:var(--text-xs)}.btn--danger{color:var(--cinnabar);border-color:var(--cinnabar)}@media (pointer:coarse){.btn,.btn--icon{min-height:var(--touch)}.btn--icon{width:var(--touch);min-width:var(--touch)}}.select,.input{min-height:36px;padding:0 var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);font-size:var(--text-sm)}.checkbox{width:18px;height:18px;accent-color:var(--ink);margin:0}.hairline{border-top:1px solid var(--border)}.stack{gap:var(--space-3);flex-direction:column;display:flex}.row{align-items:center;gap:var(--space-2);display:flex}.muted{color:var(--ink-muted)}.small{font-size:var(--text-sm)}.xsmall{font-size:var(--text-xs)}.chip{border:1px solid var(--border);background:var(--surface);min-height:22px;font-size:var(--text-xs);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-weight:500;line-height:1;display:inline-flex}.chip--hide{color:var(--cinnabar);border-color:color-mix(in srgb, var(--cinnabar) 45%, var(--border));background:var(--cinnabar-soft)}.chip--review{color:var(--amber);border-color:color-mix(in srgb, var(--amber) 45%, var(--border));background:var(--amber-soft)}.chip--visible{color:var(--moss);border-color:color-mix(in srgb, var(--moss) 45%, var(--border));background:var(--moss-soft)}.chip--neutral{color:var(--ink-muted)}.seg{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);display:inline-flex;overflow:hidden}.seg>button{border:0;border-right:1px solid var(--border);min-height:30px;font-size:var(--text-xs);color:var(--ink-muted);background:0 0;padding:0 10px;font-weight:500}.seg>button:last-child{border-right:0}.seg>button[aria-checked=true],.seg>button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.seg>button:focus-visible{outline-offset:-2px}.dialog{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);color:var(--ink);padding:var(--space-5);width:100%;max-width:min(560px,100vw - 32px);box-shadow:var(--shadow)}.dialog::backdrop{background:#17171359}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.btn__text{white-space:nowrap}.icon{flex:none}.popover{display:inline-flex;position:relative}.popover__panel{z-index:20;width:max-content;min-width:240px;max-width:min(360px,100vw - 24px);padding:var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);position:absolute;top:calc(100% + 6px)}.popover__panel--start{left:0}.popover__panel--end{right:0}.popover__panel--wide{width:min(440px,100vw - 24px);max-width:min(440px,100vw - 24px);max-height:calc(100vh - var(--topbar-h) - 24px);overflow-y:auto}.status-dot{border:1px solid;border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot--ok{background:var(--moss);border-color:var(--moss)}.status-dot--warn{background:var(--cinnabar);border-color:var(--cinnabar)}.local-only__list{margin:var(--space-2) 0 0;padding:0;list-style:none}.local-only__item{justify-content:space-between;gap:var(--space-3);border-top:1px solid var(--border);font-size:var(--text-sm);padding:6px 0;display:flex}.local-only__item:first-child{border-top:0}.local-only__label{min-width:0}.local-only__value{color:var(--ink-muted);text-align:right;flex:none}.local-only__warn{color:var(--cinnabar);font-weight:500}.preset{align-items:center;gap:var(--space-2);min-width:0;display:flex}.preset__select{min-width:120px}.preset__tagline{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reset{display:inline-flex;position:relative}.reset__confirm{gap:var(--space-2);flex-direction:column;display:flex}.rail__head{justify-content:space-between;align-items:center;display:flex}.rail__status-row,.rail__inline-head{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.pipeline-status{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:500;display:inline-flex}.pipeline-status__glyph{border:1px solid var(--border-strong);width:18px;height:18px;font-size:var(--text-xs);border-radius:50%;justify-content:center;align-items:center;line-height:1;display:inline-flex}.pipeline-status[data-state=complete] .pipeline-status__glyph{color:var(--moss);border-color:var(--moss)}.pipeline-status[data-state=cancelled] .pipeline-status__glyph{color:var(--cinnabar);border-color:var(--cinnabar)}.pipeline-status--vertical{writing-mode:vertical-rl;margin-top:var(--space-2);transform:rotate(180deg)}.pipeline-status--vertical .pipeline-status__glyph{transform:rotate(180deg)}.stage-list{margin:0;padding:0;list-style:none}.stage{gap:var(--space-2);border-top:1px solid var(--border);padding:6px 0;display:flex}.stage:first-child{border-top:0}.stage__glyph{border:1px solid var(--border);width:18px;height:18px;color:var(--ink-muted);font-size:var(--text-xs);border-radius:50%;flex:none;justify-content:center;align-items:center;margin-top:1px;line-height:1;display:inline-flex}.stage--running .stage__glyph{border-color:var(--ink);color:var(--ink)}.stage--complete .stage__glyph{border-color:var(--moss);color:var(--moss)}.stage--warning .stage__glyph{border-color:var(--amber);color:var(--amber)}.stage--error .stage__glyph{border-color:var(--cinnabar);color:var(--cinnabar)}.stage__body{min-width:0;font-size:var(--text-sm);flex-direction:column;gap:2px;display:flex}.stage--queued .stage__label{color:var(--ink-muted)}.stage__message{overflow-wrap:anywhere}.rail__fineprint{padding-top:var(--space-3);border-top:1px solid var(--border);margin-top:auto}.rail__details>summary{cursor:pointer;font-size:var(--text-sm);color:var(--ink-muted);align-items:center;min-height:32px;display:flex}.note{gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-sunken);display:flex}.note--warning{border-color:color-mix(in srgb, var(--amber) 45%, var(--border));background:var(--amber-soft)}.note__glyph{width:18px;height:18px;font-size:var(--text-xs);border:1px solid;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:600;line-height:1;display:inline-flex}.note--warning .note__glyph{color:var(--amber)}.note__body{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.clusters{margin-bottom:var(--space-4)}.cluster-list{margin:var(--space-2) 0 0;padding:0;list-style:none}.cluster{padding:var(--space-3);margin-bottom:var(--space-2);border:1px solid var(--border);border-radius:var(--radius);background:var(--paper)}.cluster__head{justify-content:space-between;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.cluster__label{font-weight:600}.cluster__actions{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.panel__empty{padding:var(--space-3) 0}.group{margin-bottom:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.group__row{align-items:center;gap:var(--space-2);min-height:40px;padding:var(--space-1) var(--space-2);flex-wrap:wrap;display:flex}.group__toggle{align-items:center;gap:var(--space-1);min-height:32px;padding:0 var(--space-1);border-radius:var(--radius-sm);font-weight:600;font-size:var(--text-sm);background:0 0;border:0;display:inline-flex}.group__count{color:var(--ink-muted);font-weight:500}.group__chips{gap:var(--space-1);flex-wrap:wrap;display:inline-flex}.group__actions{gap:2px;margin-left:auto;display:inline-flex}.category-list,.finding-list{margin:0;padding:0;list-style:none}.category{border-top:1px solid var(--border)}.category__row{align-items:center;gap:var(--space-2);min-height:36px;padding:0 var(--space-2) 0 var(--space-3);background:var(--paper);font-size:var(--text-sm);display:flex}.category__label{font-weight:500}.category__count{margin-left:auto}.finding{gap:var(--space-2);padding:var(--space-3);border-top:1px solid var(--border);background:var(--surface);cursor:default;border-left:3px solid #0000;flex-direction:column;display:flex}.finding--hide{border-left-color:var(--mask-hide)}.finding--review{border-left-color:var(--mask-review)}.finding--visible{border-left-color:var(--mask-visible)}.finding.is-selected{background:var(--surface-sunken);box-shadow:inset 0 0 0 1px var(--border-strong)}.finding:focus-visible{outline:2px solid var(--focus);outline-offset:-2px}.finding__head{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.finding__label{font-weight:600;font-size:var(--text-sm)}.finding__preview{overflow-wrap:anywhere;font-size:var(--text-sm);color:var(--ink-soft)}.finding__controls{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.finding__mask-select{min-height:30px;font-size:var(--text-xs)}.finding__regionless{margin-left:var(--space-1)}.finding__warning{padding:var(--space-1) var(--space-2);border:1px solid color-mix(in srgb, var(--amber) 45%, var(--border));border-radius:var(--radius-sm);background:var(--amber-soft);color:var(--amber)}.finding__foot{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.finding__why>summary{cursor:pointer;color:var(--ink-muted);align-items:center;min-height:30px;display:inline-flex}.finding__evidence{gap:2px var(--space-2);margin:var(--space-1) 0 0;grid-template-columns:max-content 1fr;display:grid}.finding__evidence dt{color:var(--ink-muted)}.finding__evidence dd{overflow-wrap:anywhere;margin:0}.finding__evidence-extra{display:contents}.reveal{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.reveal__btn{-webkit-user-select:none;user-select:none;touch-action:none}.reveal__text{padding:2px var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--paper);overflow-wrap:anywhere}.export-dialog{max-width:min(640px,100vw - 32px)}.export__actions{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.export__file{gap:var(--space-1);flex-direction:column;display:flex}.check-list{margin:var(--space-2) 0 0;padding:0;list-style:none}.check{gap:var(--space-2);padding:var(--space-2) 0;border-top:1px solid var(--border);display:flex}.check:first-child{border-top:0}.check__glyph{width:20px;height:20px;font-size:var(--text-xs);border:1px solid;border-radius:50%;flex:none;justify-content:center;align-items:center;margin-top:1px;font-weight:600;line-height:1;display:inline-flex}.check--passed .check__glyph{color:var(--moss)}.check--warning .check__glyph{color:var(--amber)}.check--failed .check__glyph{color:var(--cinnabar)}.check--skipped .check__glyph{color:var(--ink-muted)}.check__head{gap:var(--space-2);flex-wrap:wrap;align-items:baseline;display:flex}.check__status{font-size:var(--text-xs);letter-spacing:.02em;text-transform:uppercase;font-weight:600}.check--passed .check__status{color:var(--moss)}.check--warning .check__status{color:var(--amber)}.check--failed .check__status{color:var(--cinnabar)}.check--skipped .check__status{color:var(--ink-muted)}.check__title{font-weight:500}.check__details{margin:var(--space-1) 0 0;padding-left:1.2em}.check__details li{overflow-wrap:anywhere}.settings__title{font-size:var(--text-base)}.settings__group{gap:var(--space-2);padding:var(--space-3) 0 0;border:0;border-top:1px solid var(--border);flex-direction:column;margin:0;display:flex}.settings__group>legend{font-size:var(--text-xs);letter-spacing:.02em;text-transform:uppercase;color:var(--ink-muted);padding:0;font-weight:600}.settings__row{align-items:flex-start;gap:var(--space-2);min-height:32px;font-size:var(--text-sm);display:flex}.settings__row>.checkbox{margin-top:2px}.settings__row--select{justify-content:space-between;align-items:center}.settings__row--stack{flex-direction:column;align-items:stretch}.settings__hint{display:block}.settings__error{color:var(--cinnabar)}.settings__langs{gap:var(--space-1);flex-direction:column;display:flex}.settings__lang-grid{gap:var(--space-1) var(--space-2);grid-template-columns:repeat(auto-fill,minmax(110px,1fr));display:grid}.settings__lang{min-height:28px;font-size:var(--text-sm);align-items:center;gap:6px;display:flex}.settings__cache{padding-top:var(--space-3);border-top:1px solid var(--border)}.settings__note{padding-top:var(--space-2);border-top:1px solid var(--border)}.demo-menu{flex-direction:column;gap:2px;min-width:280px;margin:0;padding:0;list-style:none;display:flex}.demo-menu__item{width:100%;min-height:var(--touch);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:2px;display:flex}.demo-menu__item:hover{background:var(--surface-sunken)}.demo-menu__title{font-weight:500;font-size:var(--text-sm)}@media (pointer:coarse){.group__toggle,.finding__why>summary,.finding__mask-select,.seg>button,.btn--sm{min-height:var(--touch)}}.settings__textarea{width:100%;min-height:72px;padding:var(--space-2);resize:vertical;font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.4}.app{grid-template-rows:var(--topbar-h) minmax(0, 1fr);background:var(--paper);height:100%;min-height:0;color:var(--ink);display:grid}.topbar{align-items:center;gap:var(--space-3);height:var(--topbar-h);padding:0 var(--space-3);border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.topbar__left,.topbar__center,.topbar__right{align-items:center;gap:var(--space-2);min-width:0;display:flex}.topbar__center{justify-content:center}.topbar__right{justify-content:flex-end}.topbar__group{gap:2px;display:inline-flex}.wordmark{letter-spacing:-.01em;font-weight:600;font-size:var(--text-md);padding-right:var(--space-2);white-space:nowrap}.topbar__btn{min-height:36px}.topbar__export{margin-left:var(--space-2)}.workspace{grid-template-columns:var(--rail-w) minmax(0, 1fr) var(--panel-w);height:100%;min-height:0;transition:grid-template-columns var(--dur) var(--ease);grid-template-rows:minmax(0,1fr);display:grid}.workspace--rail-collapsed{grid-template-columns:var(--rail-w-collapsed) minmax(0, 1fr) var(--panel-w)}.canvas-area{background:var(--surface-sunken);flex-direction:column;min-width:0;min-height:0;display:flex}.canvas-area__toolbar{border-bottom:1px solid var(--border);background:var(--surface);flex:none}.canvas-area__host{flex:auto;min-height:0;position:relative;overflow:hidden}.rail{gap:var(--space-3);min-height:0;padding:var(--space-3);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;display:flex;overflow:hidden auto}.rail--collapsed{padding:var(--space-2) 0;align-items:center;gap:var(--space-2)}.rail--inline{border-right:0;border-bottom:1px solid var(--border);padding:var(--space-2) var(--space-3);gap:var(--space-2);overflow:visible}.panel{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;min-width:0;min-height:0;display:flex}.panel__head{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);flex:none}.panel__title{font-size:var(--text-base)}.panel__body{min-height:0;padding:var(--space-3);flex:auto;overflow-y:auto}.panel--sheet{padding:var(--space-2) var(--space-3) var(--space-5)}.workspace--mobile{flex-direction:column;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.workspace--mobile .canvas-area{padding-bottom:var(--touch);flex:auto}.sheet{z-index:5;border-top:1px solid var(--border-strong);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--surface);max-height:calc(100% - 8px);box-shadow:var(--shadow-sm);transition:height var(--dur) var(--ease);flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.sheet--peek{height:auto}.sheet--half{height:50%}.sheet--full{height:calc(100% - 8px)}.sheet__bar{align-items:center;gap:var(--space-2);min-height:var(--touch);padding-right:var(--space-2);border-bottom:1px solid var(--border);display:flex}.sheet__handle{width:var(--touch);height:var(--touch);touch-action:none;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:flex}.sheet__grip{background:var(--border-strong);border-radius:2px;width:28px;height:4px}.sheet__summary{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.sheet__toggle{width:var(--touch);min-width:var(--touch);min-height:var(--touch)}.sheet__content{flex:auto;min-height:0;overflow-y:auto}.empty{min-height:0;padding:var(--space-6) var(--space-4);justify-content:center;align-items:center;display:flex;overflow-y:auto}.empty__inner{gap:var(--space-4);flex-direction:column;width:100%;max-width:560px;display:flex}.empty__eyebrow{letter-spacing:.04em;text-transform:uppercase}.empty__title{max-width:14ch}.empty__credit{margin-top:calc(-1 * var(--space-2))}.empty__support{color:var(--ink-soft);font-size:var(--text-md)}.empty__actions{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.empty__btn{min-height:var(--touch);padding:0 var(--space-4)}.empty__hint{color:var(--ink-soft)}.empty__explain{padding-top:var(--space-3);border-top:1px solid var(--border)}.drop-overlay{z-index:50;padding:var(--space-4);background:#f4f1e8e0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.drop-overlay__card{padding:var(--space-6) var(--space-7);border:2px dashed var(--ink);border-radius:var(--radius-lg);background:var(--surface);text-align:center}.drop-overlay__title{font-size:var(--text-lg);font-weight:500}@media (max-width:959px){.topbar{gap:var(--space-1);padding:0 var(--space-2);grid-template-columns:auto minmax(0,1fr) auto}.topbar__left,.topbar__right{gap:0}.topbar .btn__text,.preset__tagline,.topbar__desktop-only{display:none}.topbar__center{justify-content:stretch}.topbar__center .select,.topbar__center select{width:100%;min-width:0;max-width:160px}.topbar__export{width:var(--touch);min-width:var(--touch);margin-left:0;padding:0}.topbar__btn{min-width:var(--touch);min-height:var(--touch);padding:0 var(--space-2)}.wordmark{font-size:var(--text-base)}.empty{padding:var(--space-5) var(--space-4);align-items:flex-start}.empty__btn{flex:100%}}
