:root{--font-ui:"Iosevka", "Cascadia Code", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--font-editor:"Iosevka", "Cascadia Code", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--font-serif:var(--font-ui);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--radius-sm:0;--radius-md:0;--radius-lg:0;--line-thin:2px solid var(--color-line);--line-strong:3px solid var(--color-line-strong);--shadow-soft:none;--shadow-dialog:none;--page-inset:clamp(.75rem, 1.4vw, 1.25rem);--topbar-height:4rem;--command-height:auto;--status-height:auto;--panel-padding:1rem;--editor-font-size:clamp(.9rem, .85vw, 1rem)}:root[data-density=compact]{--page-inset:.75rem;--panel-padding:.875rem;--editor-font-size:.88rem}:root,:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f4f1e8;--color-bg-elevated:#ebe6da;--color-surface:#fffaf0;--color-surface-raised:#f7f1e4;--color-text:#111;--color-muted:#2f2f2f;--color-faint:#575757;--color-line:#111;--color-line-strong:#111;--color-accent:#f2c94c;--color-accent-soft:#fff3bf;--color-accent-strong:#111;--color-focus:#0072b2;--color-output:#111;--color-editor:#fff;--color-selection:#0072b23d;--color-glow:transparent}@media (prefers-color-scheme:dark){:root,:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#101214;--color-bg-elevated:#17191c;--color-surface:#14171a;--color-surface-raised:#1b1f23;--color-text:#f6f1e7;--color-muted:#f6f1e7;--color-faint:#c7c1b8;--color-line:#e9e2d8;--color-line-strong:#fff;--color-accent:#f2c94c;--color-accent-soft:#2b2410;--color-accent-strong:#f6f1e7;--color-focus:#56b4e9;--color-output:#f6f1e7;--color-editor:#0b0c0d;--color-selection:#56b4e947;--color-glow:transparent}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#101214;--color-bg-elevated:#17191c;--color-surface:#14171a;--color-surface-raised:#1b1f23;--color-text:#f6f1e7;--color-muted:#f6f1e7;--color-faint:#c7c1b8;--color-line:#e9e2d8;--color-line-strong:#fff;--color-accent:#f2c94c;--color-accent-soft:#2b2410;--color-accent-strong:#f6f1e7;--color-focus:#56b4e9;--color-output:#f6f1e7;--color-editor:#0b0c0d;--color-selection:#56b4e947;--color-glow:transparent}*,:before,:after{box-sizing:border-box}::selection{background:var(--color-selection);color:var(--color-text)}html,body,#app{width:100%;height:100%}html{background:var(--color-bg)}body{background:var(--color-bg);min-width:320px;color:var(--color-text);font-family:var(--font-ui);text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.4}a{color:inherit}button,textarea,input,select{font:inherit}button,select,a,input,textarea{outline:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}textarea{resize:none}:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.app-shell{gap:var(--page-inset);width:100%;min-height:100dvh;padding:var(--page-inset);grid-template-rows:auto auto minmax(0,1fr) auto;display:grid}.topbar,.command-strip,.panel,.statusbar,.settings-card,.boot-shell{border:var(--line-thin);border-radius:var(--radius-lg);background:var(--color-surface)}.topbar,.command-strip,.workspace,.statusbar{min-width:0}.topbar{justify-content:space-between;align-items:stretch;gap:var(--space-4);min-height:var(--topbar-height);padding:var(--space-3) var(--space-4);display:flex}.brand{gap:var(--space-3);grid-template-columns:auto 1fr;min-width:0;text-decoration:none;display:grid}.brand__mark{border:var(--line-thin);background:var(--color-accent);color:#111;text-transform:uppercase;place-items:center;width:3.2rem;min-width:3.2rem;height:3.2rem;font-size:1rem;font-weight:800;line-height:1;display:inline-grid}.brand__text{align-content:center;gap:.18rem;min-width:0;display:grid}.brand__name,.brand__tagline,.eyebrow,.panel__kicker,.metric dt,.setting-group legend{letter-spacing:.08em;text-transform:uppercase}.brand__name{font-size:.82rem;font-weight:800}.brand__tagline{color:var(--color-faint);font-size:.72rem}.topbar__actions,.command-strip__actions,.panel__actions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.command-strip{gap:var(--space-4);padding:var(--space-4);grid-template-columns:minmax(0,1fr) auto;display:grid}.command-strip__intro{gap:var(--space-2);min-width:0;display:grid}.command-strip__note{max-width:48rem;color:var(--color-faint);margin:0}.eyebrow,.panel__kicker{background:var(--color-accent);color:#111;width:fit-content;margin:0;padding:.15rem .4rem;font-size:.68rem;font-weight:800;display:inline-block}.command-strip h1,.panel h2,.settings-card__header h2,.boot-shell__title{font-family:var(--font-ui);letter-spacing:.02em;text-transform:uppercase;margin:0;font-weight:800}.command-strip h1{font-size:clamp(1.4rem,2.2vw,2.2rem);line-height:1.05}.workspace{gap:var(--page-inset);grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:0;display:grid}.panel{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.panel__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--panel-padding);border-bottom:var(--line-thin);display:flex}.panel h2{margin-top:.35rem;font-size:1rem}.panel__hint{max-width:18rem;color:var(--color-faint);text-align:right;margin:0;font-size:.8rem;line-height:1.4}.editor{background:var(--color-editor);width:100%;height:100%;min-height:0;color:var(--color-text);font-family:var(--font-editor);font-size:var(--editor-font-size);tab-size:2;border:0;padding:1rem;line-height:1.65}.editor::placeholder{color:var(--color-faint)}.editor:focus,.editor:focus-visible{box-shadow:none;outline:0}.panel:focus-within{outline:3px solid var(--color-focus);outline-offset:4px}.editor--output{color:var(--color-output)}.quiet-button,.text-button,.statusbar__legal,.primary-action,.secondary-action,.primary-button,.icon-button{border:var(--line-thin);border-radius:var(--radius-sm);background:var(--color-surface);min-height:2.75rem;color:var(--color-text);letter-spacing:.05em;text-transform:uppercase;padding:.7rem .95rem;font-weight:800}.quiet-button:not(:disabled):hover,.text-button:not(:disabled):hover,.secondary-action:not(:disabled):hover,.primary-button:not(:disabled):hover,.icon-button:not(:disabled):hover{background:var(--color-text);color:var(--color-bg)}.primary-action{background:var(--color-accent);color:#111}.primary-action:not(:disabled):hover{background:var(--color-text);color:var(--color-bg)}.icon-button{place-items:center;width:2.75rem;padding:0;font-size:1.4rem;line-height:1;display:inline-grid}.statusbar{align-items:center;gap:var(--space-4);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);padding:.85rem 1rem;display:grid}.statusbar__messages,.statusbar__legal,.metrics{gap:var(--space-3);flex-wrap:wrap;min-width:0;display:flex}.statusbar__primary{font-weight:800}.statusbar__secondary{color:var(--color-faint)}.statusbar__legal{text-align:center;white-space:nowrap;justify-self:center;align-items:center}.legal-author:hover{background:var(--color-accent);color:#111}.legal-link:hover{background:var(--color-accent);color:#111}.metrics{justify-content:flex-end;justify-self:end;margin:0}.metric{align-items:baseline;gap:var(--space-2);border:1px solid var(--color-line);padding:.2rem .4rem;display:inline-flex}.metric dt,.metric dd{margin:0}.metric dt{font-size:.68rem;font-weight:800}.metric dd{font-variant-numeric:tabular-nums}.file-input{opacity:0;pointer-events:none;block-size:1px;inline-size:1px;position:absolute;overflow:hidden}.app-shell.is-dragging:after{inset:var(--page-inset);z-index:20;border:4px dashed var(--color-focus);color:#fff;content:"DROP HTML FILE";font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;pointer-events:none;background:#000000e0;place-items:center;font-size:clamp(1.8rem,6vw,4.8rem);font-weight:800;display:grid;position:fixed}.settings-dialog{width:min(94vw,640px);max-height:min(90vh,760px);color:var(--color-text);background:0 0;border:0;margin:auto;padding:0}.settings-dialog::backdrop{background:#000000c2}.settings-card{grid-template-rows:auto minmax(0,1fr) auto;max-height:min(90vh,760px);display:grid;overflow:hidden}.settings-card__header,.settings-card__footer{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);display:flex}.settings-card__header{border-bottom:var(--line-thin)}.settings-card__footer{border-top:var(--line-thin)}.settings-card__header h2{margin-top:.35rem;font-size:1.2rem}.settings-card__body{gap:var(--space-5);min-height:0;padding:var(--space-4);display:grid;overflow:auto}.legal-card__body{gap:var(--space-4)}.legal-section{gap:var(--space-2);padding:var(--space-3);border:var(--line-thin);display:grid}.legal-section h3,.legal-section p,.notice-list,.notice-list dt,.notice-list dd,.legal-card__note{margin:0}.legal-section h3{letter-spacing:.08em;text-transform:uppercase;font-size:.95rem}.legal-section p,.notice-list dd,.legal-card__note{color:var(--color-faint);line-height:1.5}.notice-list{gap:var(--space-2);display:grid}.notice-list div{padding-block:var(--space-2);border-top:1px solid var(--color-line);gap:.15rem;display:grid}.notice-list dt{font-weight:800}.setting-group{gap:var(--space-3);border:0;min-width:0;margin:0;padding:0;display:grid}.setting-group legend{background:var(--color-accent);color:#111;padding:.15rem .4rem;font-size:.72rem;font-weight:800}.field-row,.check-row{gap:var(--space-3);padding:var(--space-3);border:var(--line-thin);background:var(--color-surface);display:grid}.field-row{grid-template-columns:1fr minmax(12rem,auto);align-items:center}.check-row{grid-template-columns:auto 1fr;align-items:start}.field-row strong,.field-row small,.check-row strong,.check-row small{display:block}.field-row strong,.check-row strong{margin-bottom:.15rem;font-size:.95rem}.field-row small,.check-row small{color:var(--color-faint);line-height:1.45}.field-row:focus-within,.check-row:focus-within{outline:3px solid var(--color-focus);outline-offset:0}.field-row select{border:var(--line-thin);background:var(--color-editor);width:100%;min-width:12rem;min-height:2.5rem;color:var(--color-text);padding:.55rem .65rem}.check-row input{accent-color:var(--color-focus);margin-top:.2rem}.boot-shell{place-content:center;gap:var(--space-3);min-height:100vh;padding:var(--space-6);text-align:center;margin:0;display:grid}.boot-shell__mark,.boot-shell__note{margin:0}.boot-shell__mark{letter-spacing:.08em;text-transform:uppercase;font-weight:800}.boot-shell__title{font-size:clamp(1.8rem,8vw,4rem)}.boot-shell__note{color:var(--color-faint)}.seo-shell{max-width:min(52rem, 100vw - var(--space-6));text-align:left;place-content:stretch;min-height:auto;margin:min(10vh,5rem) auto}.seo-shell .boot-shell__note{max-width:44rem;font-size:1rem;line-height:1.65}.seo-shell__list{gap:var(--space-2);margin:var(--space-3) 0 0;padding:0;list-style:none;display:grid}.seo-shell__list li{padding:var(--space-2) var(--space-3);border:var(--line-thin);background:var(--color-editor)}.seo-shell__list li:before{content:"> ";color:var(--color-accent);font-weight:800}.seo-shell__status{margin:var(--space-4) 0 0;color:var(--color-faint)}@media (width<=900px){.command-strip,.workspace,.field-row{grid-template-columns:1fr}.panel{min-height:40vh}.panel__hint{display:none}.statusbar{grid-template-columns:1fr;align-items:flex-start}.statusbar__messages,.statusbar__legal,.metrics{justify-self:start}.statusbar__legal{text-align:left;white-space:normal}.metrics{justify-content:flex-start}}@media (width<=640px){body{font-size:13px}.topbar,.command-strip,.statusbar,.settings-card__header,.settings-card__body,.settings-card__footer{padding-inline:.75rem}.topbar{flex-direction:column;align-items:flex-start}.brand{width:100%}.brand__tagline{display:none}.command-strip__actions,.topbar__actions,.panel__actions{width:100%}.primary-action,.secondary-action,.text-button,.quiet-button,.primary-button{flex:auto;justify-content:center}.panel__header{flex-direction:column;align-items:stretch}}@media (width<=900px){.statusbar{grid-template-columns:1fr}.statusbar__messages,.statusbar__legal,.metrics{justify-self:start}.statusbar__legal{text-align:left;white-space:normal;flex-wrap:wrap}}.statusbar{align-items:center;gap:var(--space-4);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);display:grid}.statusbar__messages{justify-self:start}.statusbar__legal{justify-self:center;align-items:center;gap:var(--space-2);min-width:0;color:var(--color-faint);text-align:center;white-space:nowrap;background:0 0;border:0;padding:0;font-size:.72rem;line-height:1.2;display:inline-flex}.legal-copy{color:var(--color-faint)}.legal-author{color:var(--color-text);text-underline-offset:.16em;font-weight:800;text-decoration:underline;text-decoration-thickness:1px}.legal-author:hover{color:var(--color-accent);background:0 0}.legal-link{border:1px solid var(--color-line);min-height:auto;color:var(--color-text);font:inherit;letter-spacing:.04em;text-transform:uppercase;background:0 0;padding:.18rem .35rem;font-size:.68rem;font-weight:800}.legal-link:hover{border-color:var(--color-accent);color:var(--color-accent);background:0 0}.metrics{justify-self:end}@media (width<=900px){.statusbar{grid-template-columns:1fr}.statusbar__messages,.statusbar__legal,.metrics{justify-self:start}.statusbar__legal{text-align:left;white-space:normal;flex-wrap:wrap}}
