:root{--ink: #1b1812;--slate: #5c5544;--ash: #8a8068;--paper: #f1ead9;--paper-deep: #e8dfca;--paper-rule: #d3c8a9;--white: #fbf8ef;--green: #4fa82e;--green-deep: #3b7e20;--clay: #e0795c;--clay-deep: #c25c3e;--red: #b22d0f;--cyan: #15788e;--font-body: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;--font-display: "Arial Black", "Avenir Next", ui-sans-serif, system-ui, sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--wrap: 1240px;--pad: clamp(20px, 4.4vw, 64px)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,p,ol{margin:0}h1,h2{line-height:1.08}a{color:inherit}button,select,input{font:inherit}[hidden]{display:none!important}::selection{color:var(--ink);background:var(--green)}:focus-visible{outline:2px solid var(--green);outline-offset:2px}.app-shell{display:flex;flex-direction:column;min-height:100vh}.site-header{position:sticky;top:0;z-index:20;color:var(--ink);background:color-mix(in srgb,var(--paper) 90%,transparent);border-bottom:2px solid var(--ink);backdrop-filter:blur(10px)}.site-nav{display:flex;align-items:center;gap:28px;width:100%;max-width:var(--wrap);height:68px;margin:0 auto;padding:0 var(--pad)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-family:var(--font-display);font-size:22px;font-weight:900;letter-spacing:.02em;line-height:1;text-decoration:none;text-transform:uppercase}.brand svg{width:27px;height:27px}.site-links{display:flex;align-items:center;gap:5px}.site-links a{padding:7px 11px;color:var(--slate);border:2px solid transparent;border-radius:5px;font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.site-links a:hover{color:var(--ink);border-color:var(--ink)}.site-links a.is-active{color:var(--ink);background:var(--green);border-color:var(--ink)}.site-menu{position:relative;display:none}.site-menu summary{padding:7px 11px;color:var(--slate);border:2px solid var(--ink);border-radius:5px;font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.06em;list-style:none;cursor:pointer;text-transform:uppercase}.site-menu summary::-webkit-details-marker{display:none}.site-menu[open] summary{color:var(--ink);background:var(--green)}.site-menu-links{position:absolute;top:calc(100% + 12px);left:0;display:grid;width:230px;padding:8px;background:var(--white);border:2px solid var(--ink);border-radius:6px;box-shadow:4px 4px 0 var(--ink)}.site-menu-links a{padding:8px 10px;color:var(--slate);border-left:3px solid transparent;font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.site-menu-links a:hover,.site-menu-links a.is-active{color:var(--ink);background:var(--green);border-left-color:var(--ink)}.site-account{display:flex;align-items:center;gap:10px;margin-left:auto;color:var(--slate);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-account span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-account a{color:var(--cyan)}.site-footer{display:flex;justify-content:space-between;gap:20px;margin-top:auto;padding:22px var(--pad);color:var(--paper-rule);background:var(--ink);font-family:var(--font-mono);font-size:11px}.site-footer a{color:var(--green)}.emulation-banner{display:flex;flex:none;align-items:center;justify-content:center;gap:16px;padding:8px var(--pad);color:var(--white);background:var(--red);font-family:var(--font-mono);font-size:12px}.emulation-banner a{color:var(--white);font-weight:700}.flash-stack{position:fixed;top:84px;right:var(--pad);z-index:50;display:grid;gap:10px;width:min(390px,calc(100vw - var(--pad) - var(--pad)));pointer-events:none}.flash-toast{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:start;gap:12px;padding:14px;background:var(--white);border:2px solid var(--ink);border-radius:7px;box-shadow:4px 4px 0 var(--ink);pointer-events:auto;animation:flash-arrive .18s ease-out}.flash-toast-info{border-left:8px solid var(--green-deep)}.flash-toast-error{border-left:8px solid var(--red)}.flash-toast-mark{display:grid;width:28px;height:28px;place-items:center;color:var(--white);background:var(--green-deep);border-radius:50%;font:900 16px/1 var(--font-mono)}.flash-toast-error .flash-toast-mark{background:var(--red)}.flash-toast-copy{min-width:0;padding-top:1px;color:var(--slate);font-size:14px;overflow-wrap:anywhere}.flash-toast-title{margin-bottom:2px;color:var(--ink);font-weight:800}.flash-toast-close{display:grid;width:30px;height:30px;padding:0;place-items:center;color:var(--slate);background:transparent;border:0;border-radius:4px;cursor:pointer;font:22px/1 var(--font-body)}.flash-toast-close:hover{color:var(--ink);background:var(--paper-deep)}.flash-transition{transition:opacity .2s ease,transform .2s ease}.flash-visible{opacity:1;transform:translateY(0)}.flash-hidden{opacity:0;transform:translateY(-8px)}@keyframes flash-arrive{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.auth-page{flex:1;width:min(100%,520px);margin:0 auto;padding:64px var(--pad) 96px}.auth-page header h1{font-family:var(--font-display);font-size:30px;text-transform:uppercase}.auth-page header p,.auth-page .alert{margin-top:10px;color:var(--slate)}.auth-page form{margin-top:24px}.auth-page .fieldset{margin-bottom:14px}.auth-page label,.auth-page .label{display:block}.auth-page .label{margin-bottom:5px;color:var(--slate);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-page .input{width:100%;min-height:44px;padding:8px 10px;color:var(--ink);background:var(--white);border:2px solid var(--ink);border-radius:5px}.auth-page .btn{width:100%;min-height:44px;margin-top:10px;color:var(--ink);background:var(--green);border:2px solid var(--ink);border-radius:5px;box-shadow:3px 3px 0 var(--ink);cursor:pointer;font-family:var(--font-mono);font-size:12px;font-weight:700}.auth-page .btn-soft{background:var(--white)}.auth-page .divider{margin:24px 0;color:var(--ash);font-family:var(--font-mono);font-size:11px;text-align:center;text-transform:uppercase}.auth-page .text-error{color:var(--red);font-size:13px}.home-page{flex:1;width:100%;max-width:var(--wrap);margin:0 auto;padding:clamp(64px,10vw,128px) var(--pad) 88px}.home-hero{max-width:820px}.kicker{color:var(--clay-deep);font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-hero h1,.tool-intro h1,.fallback-page h1{font-family:var(--font-display);font-size:clamp(38px,7vw,72px);font-weight:900;letter-spacing:-.035em;text-transform:uppercase}.home-hero h1{margin-top:18px}.home-lede{max-width:650px;margin-top:24px;color:var(--slate);font-size:clamp(17px,2vw,21px)}.home-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;color:var(--ink);border:2px solid var(--ink);border-radius:5px;box-shadow:3px 3px 0 var(--ink);font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.primary-action{background:var(--green)}.secondary-action{background:var(--white)}.primary-action:hover,.secondary-action:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--ink)}.home-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(68px,10vw,120px);border:2px solid var(--ink);border-radius:7px;box-shadow:5px 5px 0 var(--ink);overflow:hidden}.home-facts article{min-height:190px;padding:24px;background:var(--white)}.home-facts article+article{border-left:2px solid var(--ink)}.home-facts article>span,.firmware-info>span:first-child{color:var(--ash);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-facts h2{margin-top:12px;font-size:20px}.home-facts p{margin-top:12px;color:var(--slate);font-size:14px}.tool-page{flex:1;width:100%;max-width:var(--wrap);margin:0 auto;padding:48px var(--pad) 96px}.flash-tool{max-width:900px}.crumb{display:flex;gap:8px;margin-bottom:20px;color:var(--ash);font-family:var(--font-mono);font-size:12px}.crumb a{color:var(--cyan)}.crumb b{color:var(--slate)}.tool-intro h1,.fallback-page h1{margin-top:14px;font-size:clamp(34px,5vw,52px)}.tool-lede{max-width:64ch;margin-top:14px;color:var(--slate);font-size:18px}.tool-copy{max-width:68ch;margin-top:16px;color:var(--slate);font-size:14px}.tool-copy p+p{margin-top:10px}.tool-intro hr{height:2px;margin:30px 0 28px;background:var(--ink);border:0}.project-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.project-list{display:grid;gap:14px}.project-card,.project-empty{background:var(--white);border:2px solid var(--ink);border-radius:7px;box-shadow:4px 4px 0 var(--ink)}.project-empty{padding:20px 22px}.project-card{display:flex;align-items:center;justify-content:space-between;overflow:hidden;transition:box-shadow .12s ease,transform .12s ease}.project-card:hover,.project-card:focus-within{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)}.project-card-open{display:flex;flex:1;align-items:center;justify-content:space-between;min-width:0;padding:20px 22px;color:var(--ink);text-decoration:none}.project-card-open:focus-visible,.project-icon-action:focus-visible{outline:3px solid var(--cyan);outline-offset:-3px}.project-open-icon{flex:none;margin-left:18px;color:var(--cyan)}.project-card h2,.project-empty h2{font-size:20px}.project-card p,.project-empty p{margin-top:6px;color:var(--slate);font-size:13px}.project-card-actions{display:flex;flex:none;gap:8px;padding-right:20px}.project-icon-action{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;color:var(--ink);background:var(--paper);border:1.5px solid var(--ink);border-radius:5px;cursor:pointer}.project-icon-action:hover{color:var(--white);background:var(--cyan)}.project-delete-action:hover{background:var(--red)}.admin-panel,.admin-project{background:var(--white);border:2px solid var(--ink);border-radius:7px;box-shadow:4px 4px 0 var(--ink)}.admin-empty{padding:20px 22px;color:var(--slate)}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th,.admin-table td{padding:13px 16px;border-bottom:1px solid var(--paper-rule)}.admin-table th{color:var(--slate);font:700 11px var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table a{color:var(--cyan);font-weight:700}.admin-badge{margin-left:6px;padding:2px 5px;color:var(--ink);background:var(--green);border:1px solid var(--ink);border-radius:3px;font:700 9px var(--font-mono);text-transform:uppercase}.danger-action{min-height:48px;padding:0 22px;color:var(--white);background:var(--red);border:2px solid var(--ink);border-radius:5px;box-shadow:3px 3px 0 var(--ink);cursor:pointer;font:700 12px var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.admin-projects{display:grid;gap:18px}.admin-project{padding:20px 22px}.admin-project>header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.admin-project>header span{color:var(--slate);font-size:12px}.admin-file{border-top:1px solid var(--paper-rule)}.admin-file summary{padding:10px 0;cursor:pointer;color:var(--cyan);font:700 12px var(--font-mono)}.admin-file pre{max-height:420px;margin:0 0 14px;padding:14px;overflow:auto;color:var(--ink);background:var(--paper);border:1px solid var(--paper-rule);font:12px/1.5 var(--font-mono);white-space:pre-wrap}@media (max-width: 560px){.project-card-open{padding:17px 16px}.project-open-icon{display:none}.project-card-actions{padding-right:14px}}@media (min-width: 821px){body:has(.editor-tool){height:100dvh;overflow:hidden}body:has(.editor-tool) .app-shell{height:100dvh;min-height:0}body:has(.editor-tool) .site-header{flex:none}body:has(.editor-tool) .site-footer{display:none}}.editor-tool{--surface: var(--white);--surface-sunk: var(--paper-deep);--border: var(--ink);--border-soft: var(--paper-rule);--text: var(--ink);--text-muted: var(--slate);--text-faint: var(--ash);--stone: #b3a989;--amber: #e9a626;--amber-deep: #8b5a00;--amber-soft: #f6e6c2;--green-soft: #dce9c9;--ember: #da4321;--ember-deep: var(--red);--ember-soft: #f8ddd0;--shadow-block: 3px 3px 0 var(--ink);--shadow-pop: 5px 5px 0 var(--ink);--ease-snap: cubic-bezier(.2, .9, .3, 1);--tk-kw: var(--clay-deep);--tk-def: var(--green-deep);--tk-n: var(--cyan);--tk-s: var(--cyan);--tk-c: var(--ash);--frothy-hl-keyword: var(--tk-kw);--frothy-hl-call: #7a5cd0;--frothy-hl-name: var(--tk-def);--frothy-hl-number: var(--tk-n);--frothy-hl-string: var(--tk-s);--frothy-hl-comment: var(--tk-c);--frothy-hl-constant: #7a3aa0;--frothy-hl-bracket: var(--text-muted);--frothy-hl-operator: var(--tk-kw);--frothy-hl-punct: var(--text-muted);display:flex;flex:1;flex-direction:column;width:100%;min-height:0}.editor-page-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.editor-layout{display:flex;flex:1;align-items:stretch;gap:18px;width:100%;max-width:1720px;min-height:0;padding:18px clamp(16px,2.4vw,32px) 24px;margin:0 auto}.editor-project-shell{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:var(--surface);border:2px solid var(--border);border-radius:7px;box-shadow:var(--shadow-pop)}.editor-project-bar{display:flex;flex:none;align-items:center;gap:12px;min-height:50px;padding:7px 9px 7px 13px;background:var(--surface-sunk);border-bottom:2px solid var(--border)}.editor-project-title{display:flex;flex:1;align-items:baseline;gap:9px;min-width:0}.editor-project-title label{flex:none;color:var(--text-faint);font:700 10px var(--font-mono);letter-spacing:.12em;text-transform:uppercase}.editor-project-title input{width:min(520px,100%);min-width:100px;padding:3px 5px;overflow:hidden;color:var(--text);text-overflow:ellipsis;background:transparent;border:0;border-bottom:1.5px solid transparent;border-radius:2px;font:800 17px/1.2 var(--font-body)}.editor-project-title input:hover,.editor-project-title input:focus{background:var(--surface);border-bottom-color:var(--border);outline:none}.editor-project-title input:invalid{border-bottom-color:var(--ember-deep)}.editor-cloud-save-status{max-width:280px;overflow:hidden;color:var(--text-muted);font:10.5px/1.3 var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.editor-save-copy,.editor-help-button{flex:none;color:var(--text);background:var(--surface);border:1.5px solid var(--border);cursor:pointer;font:700 10.5px var(--font-mono)}.editor-save-copy{padding:5px 8px;border-radius:4px;text-transform:uppercase}.editor-help-button{display:grid;place-items:center;width:28px;height:28px;padding:0;border-radius:50%;font-size:13px}.editor-save-copy:hover,.editor-help-button:hover{color:var(--surface);background:var(--text)}.editor-tool .editor-host{display:flex;flex:1;min-width:0;min-height:0;overflow:hidden;background:var(--surface)}.editor-tool .frothy-project-workspace,.editor-tool .frothy-project-editor{display:flex;flex:1;min-width:0;min-height:0;overflow:hidden}.editor-tool .frothy-file-panel{display:flex;flex:0 0 190px;flex-direction:column;min-height:0;background:var(--surface-sunk);border-right:2px solid var(--border)}.editor-tool .frothy-file-header{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:8px 10px 8px 12px;border-bottom:1.5px solid var(--border-soft)}.editor-tool .frothy-file-header h2{color:var(--text-muted);font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase}.editor-tool .frothy-file-add,.editor-tool .frothy-file-actions button{display:grid;place-items:center;width:24px;height:24px;padding:0;color:var(--text-muted);background:var(--surface);border:1.5px solid var(--border);border-radius:4px;cursor:pointer;font:700 13px var(--font-mono)}.editor-tool .frothy-file-add:hover,.editor-tool .frothy-file-actions button:hover{color:var(--text);background:var(--green)}.editor-tool .frothy-file-list{flex:1;min-height:0;padding:6px;overflow-y:auto}.editor-tool .frothy-file-row{display:flex;align-items:center;gap:3px;margin-bottom:2px;border-radius:4px}.editor-tool .frothy-file-row.is-active{background:var(--green-soft);box-shadow:inset 3px 0 0 var(--green-deep)}.editor-tool .frothy-file-name{flex:1;min-width:0;padding:7px 6px;overflow:hidden;color:var(--text);text-align:left;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:0;cursor:pointer;font:11px var(--font-mono)}.editor-tool .frothy-file-actions{display:none;gap:3px;padding-right:3px}.editor-tool .frothy-file-row:hover .frothy-file-actions,.editor-tool .frothy-file-row:focus-within .frothy-file-actions{display:flex}.editor-tool .frothy-file-actions button{width:21px;height:21px;border-color:var(--border-soft);font-size:12px}.editor-tool .frothy-file-status{min-height:28px;padding:6px 10px;color:var(--text-faint);border-top:1.5px solid var(--border-soft);font:10px/1.35 var(--font-mono)}.editor-tool .frothy-file-status:empty{display:none}.editor-tool .frothy-file-status[data-kind=error]{color:var(--ember-deep);background:var(--ember-soft)}.editor-load-error{display:grid;flex:1;place-items:center;padding:24px;color:var(--red);font-family:var(--font-mono);text-align:center}.editor-tool .frothy-editor{--cream: var(--paper);--paper: var(--white);--paper-deep: #e8dfca;--espresso: var(--ink);--crema: var(--clay);--shadow: var(--slate);--rule: var(--paper-rule);--ok: var(--green);--err: var(--red);--host: var(--cyan);--dev: var(--clay-deep);--status: var(--slate);--sans: var(--font-body);--mono: var(--font-mono);display:flex;flex:1;flex-direction:column;min-width:0;min-height:0}.editor-tool .frothy-editor-header{display:flex;flex:none;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;background:var(--ink)}.editor-tool .frothy-editor-title{display:inline-flex;align-items:center;gap:9px;color:var(--paper);font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.editor-tool .frothy-editor-title:before{flex:none;width:8px;height:8px;content:"";background:var(--stone);border-radius:50%}.editor-tool .frothy-editor[data-state=connecting] .frothy-editor-title:before{background:var(--amber)}.editor-tool .frothy-editor[data-state=idle] .frothy-editor-title:before,.editor-tool .frothy-editor[data-state=running] .frothy-editor-title:before{background:var(--green);animation:frothy-pulse 1.8s ease-out infinite}@keyframes frothy-pulse{0%{box-shadow:0 0 #4fa82e8c}to{box-shadow:0 0 0 6px #4fa82e00}}@media (prefers-reduced-motion: reduce){.flash-toast{animation:none}.flash-transition{transition:none}.editor-tool .frothy-editor-title:before{animation:none!important}}.editor-tool .frothy-example-picker{display:inline-flex;align-items:center;gap:7px;margin-left:auto;color:#a79e8b;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.editor-tool .frothy-example-picker select{padding:4px 6px;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:4px;cursor:pointer;font:12px var(--font-mono)}.editor-tool .frothy-split-toggle{padding:6px 12px;color:var(--paper);background:transparent;border:1.5px solid #6f685a;border-radius:4px;cursor:pointer;font:700 11px var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.editor-tool .frothy-split-toggle:hover{border-color:var(--paper)}.editor-tool .frothy-editor-header .frothy-btn-primary{padding:7px 14px;color:var(--ink);background:var(--green);border:1.5px solid var(--paper);border-radius:4px;cursor:pointer;font:700 11px var(--font-mono);letter-spacing:.07em;text-transform:uppercase;transition:filter .12s}.editor-tool .frothy-editor-header .frothy-btn-primary:hover{filter:brightness(1.07)}.editor-tool .frothy-editor-header .frothy-btn-primary:disabled{cursor:wait;opacity:.6}.editor-tool .frothy-connection-status{display:flex;flex:none;align-items:center;gap:9px;padding:7px 14px;color:var(--text-muted);background:var(--surface-sunk);border-bottom:1.5px solid var(--border-soft);font:600 12px/1.4 var(--font-body)}.editor-tool .frothy-editor[data-state=idle] .frothy-connection-status{color:var(--green-deep);background:var(--green-soft);border-bottom-color:var(--green-deep)}.editor-tool .frothy-editor[data-state=connecting] .frothy-connection-status,.editor-tool .frothy-editor[data-state=running] .frothy-connection-status{color:#7a5200;background:var(--amber-soft);border-bottom-color:var(--amber)}.editor-tool .frothy-connection-status--error{color:var(--ember-deep);background:var(--ember-soft);border-bottom-color:var(--ember-deep)}.editor-tool .frothy-editor-body,.editor-tool .frothy-editor-main{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.editor-tool .frothy-editor-main{min-width:0}.editor-tool .frothy-editor-pane{display:flex;flex:1;min-height:0;overflow:hidden}.editor-tool .frothy-editor-pane .cm-editor{flex:1;width:100%;min-width:0;min-height:0;height:100%;font-family:var(--font-mono);font-size:13.5px}.editor-tool .frothy-editor-pane .cm-scroller{overflow:auto;line-height:1.7}.editor-tool .frothy-editor-pane .cm-content{padding:12px 0}.editor-tool .frothy-editor-pane .cm-line{padding-left:14px}.editor-tool .frothy-editor-pane .cm-editor.cm-focused{outline:none}.editor-tool .frothy-editor-pane .cm-gutters{padding-left:6px;color:var(--stone);background:var(--surface);border-right:1.5px solid var(--border-soft);font-size:12px}.editor-tool .frothy-editor-pane .cm-activeLine{background:color-mix(in srgb,var(--amber) 7%,transparent)}.editor-tool .frothy-editor-pane .cm-activeLineGutter{color:var(--text-muted);background:transparent}.editor-tool .frothy-editor-pane .cm-cursor{border-left-color:var(--clay-deep)}.editor-tool .frothy-editor-pane .cm-selectionBackground{background:color-mix(in srgb,var(--green) 28%,transparent)!important}.editor-tool .frothy-editor-cmdbar{display:flex;flex:none;flex-wrap:wrap;align-items:center;gap:8px;padding:9px 12px;background:var(--surface-sunk);border-top:2px solid var(--border)}.editor-tool .frothy-btn{padding:7px 12px;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:4px;cursor:pointer;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;transition:transform .12s var(--ease-snap),box-shadow .12s var(--ease-snap)}.editor-tool .frothy-editor-cmdbar .frothy-btn:hover:not(:disabled){box-shadow:2px 2px 0 var(--border);transform:translate(-1px,-1px)}.editor-tool .frothy-btn:disabled{cursor:not-allowed;opacity:.35}.editor-tool .frothy-editor-cmdbar>button:nth-of-type(1),.editor-tool .frothy-editor-cmdbar>button:nth-of-type(2){color:var(--ink);background:var(--green);border-color:var(--border)}.editor-tool .frothy-editor-cmdbar>button:nth-of-type(3):not(:disabled),.editor-tool .frothy-editor-cmdbar .frothy-btn-primary{color:#fff;background:var(--ember);border-color:var(--border)}.editor-tool .frothy-editor-cmdbar>button:nth-of-type(5){margin-left:auto}.editor-tool .frothy-editor-cmdbar>button:nth-of-type(5),.editor-tool .frothy-editor-cmdbar>button:nth-of-type(6),.editor-tool .frothy-editor-cmdbar>button:nth-of-type(7){color:var(--text-muted);background:transparent;border-color:color-mix(in srgb,var(--border) 45%,transparent)}.editor-tool .frothy-editor-cmdbar>button:nth-of-type(5):hover:not(:disabled),.editor-tool .frothy-editor-cmdbar>button:nth-of-type(6):hover:not(:disabled),.editor-tool .frothy-editor-cmdbar>button:nth-of-type(7):hover:not(:disabled){color:var(--text);background:var(--surface);border-color:var(--border)}.editor-tool .frothy-save-status{align-self:center;color:var(--text-faint);font-family:var(--font-mono);font-size:10.5px;letter-spacing:.04em}.editor-tool .frothy-echo-toggle{display:inline-flex;align-items:center;gap:6px;margin-left:0;color:var(--text-muted);cursor:pointer;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;user-select:none}.editor-tool .frothy-echo-toggle input{cursor:pointer;accent-color:var(--green-deep)}.editor-tool .frothy-transcript-host{display:flex;flex:0 0 clamp(140px,28%,320px);flex-direction:column;min-height:0;overflow:hidden;background:var(--surface-sunk);border-top:2px solid var(--border)}.editor-tool .frothy-transcript-host:before{flex:none;padding:7px 14px 6px;color:var(--text-faint);content:"Output";border-bottom:1.5px solid var(--border-soft);font:700 10.5px/1 var(--font-mono);letter-spacing:.12em;text-transform:uppercase}.editor-tool .frothy-transcript{flex:1;min-height:0;padding:10px 14px;overflow-y:auto;font:12.5px/1.55 var(--font-mono);overscroll-behavior:contain}.editor-tool .frothy-transcript:empty:before{color:var(--text-faint);content:"Run output and board replies land here.";font-style:italic}.editor-tool .frothy-transcript>div{padding:1px 0;word-break:break-word;white-space:pre-wrap}.editor-tool .transcript-host{color:var(--cyan)}.editor-tool .transcript-line{color:var(--text)}.editor-tool .transcript-ok{color:var(--green-deep);font-weight:600}.editor-tool .transcript-error{color:var(--ember-deep);font-weight:600}.editor-tool .transcript-notice{color:var(--amber-deep);font-weight:600}.editor-tool .transcript-status,.editor-tool .transcript-note{color:var(--text-muted);font-style:italic}.editor-tool .transcript-detail{padding-left:14px;color:var(--text-muted);border-left:2px solid var(--ember-deep)}.editor-tool .transcript-notice-detail{padding-left:14px;color:var(--text-muted);border-left:2px solid var(--amber-deep)}.editor-tool .transcript-note a{color:var(--cyan);font-style:normal;text-decoration:underline;text-underline-offset:2px}.editor-tool .frothy-editor--horizontal .frothy-editor-body{flex-direction:row}.editor-tool .frothy-editor--horizontal .frothy-transcript-host{flex:0 0 clamp(260px,36%,560px);border-top:0;border-left:2px solid var(--border)}.editor-help-popover{width:min(440px,calc(100vw - 32px));max-height:min(640px,calc(100dvh - 32px));padding:0;margin:auto;overflow:hidden;color:var(--text);background:var(--surface);border:2px solid var(--border);border-radius:7px;box-shadow:var(--shadow-pop)}.editor-help-popover:popover-open{display:flex;flex-direction:column}.editor-help-popover::backdrop{background:#1b18127a}.editor-help-popover>header{display:flex;flex:none;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--surface-sunk);border-bottom:2px solid var(--border)}.editor-help-popover h2{font:800 17px var(--font-body)}.editor-help-popover>header button{display:grid;place-items:center;width:28px;height:28px;padding:0;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:50%;cursor:pointer;font:18px/1 var(--font-body)}.editor-help-popover .editor-help-body{flex:1;min-height:0;padding:16px;overflow-y:auto;color:var(--text-muted);font-size:13px;line-height:1.6}.editor-help-popover .editor-help-lede{margin-bottom:16px;color:var(--text);font-size:13.5px;font-weight:600}.editor-help-popover .editor-help-body p{margin-bottom:14px;font-size:13px}.editor-help-popover .editor-help-body ol{margin:0 0 16px 20px;padding:0}.editor-help-popover .editor-help-body li{margin-bottom:10px;color:var(--text);font-size:13px;line-height:1.55}.editor-help-popover .editor-help-body a{color:var(--cyan)}.editor-tool .frothy-word-dialog{width:min(620px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 32px));padding:20px;color:var(--text);background:var(--surface);border:2px solid var(--border);border-radius:7px;box-shadow:var(--shadow-pop)}.editor-tool .frothy-word-dialog::backdrop{background:#1b18128c}.editor-tool .frothy-word-dialog h2{margin:0 0 14px;font-size:20px;letter-spacing:-.01em;text-transform:uppercase}.editor-tool .frothy-word-dialog label{display:block;margin-bottom:14px;color:var(--text-muted);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.editor-tool .frothy-word-dialog input{width:100%;padding:9px 11px;margin-top:6px;color:var(--text);background:var(--paper);border:2px solid var(--border);border-radius:5px;font:13px var(--font-mono)}.editor-tool .frothy-word-dialog input:focus{outline:none;box-shadow:2px 2px 0 var(--border)}.editor-tool .frothy-word-list{display:flex;flex-wrap:wrap;gap:7px;max-height:420px;margin-bottom:16px;overflow:auto}.editor-tool .frothy-word-list .frothy-btn{font-weight:600;letter-spacing:0;text-transform:none}@media (max-width: 820px){.editor-layout{flex-direction:column;padding:14px 14px 40px}.editor-project-shell{flex:none;height:76dvh;min-height:480px}.editor-project-bar{flex-wrap:wrap}.editor-project-title{flex:1 1 220px}.editor-cloud-save-status{order:4;width:100%;max-width:none}.editor-tool .frothy-project-workspace{flex-direction:column}.editor-tool .frothy-file-panel{flex:0 0 auto;max-height:190px;border-right:0;border-bottom:2px solid var(--border)}.editor-tool .frothy-file-list{min-height:48px}.editor-tool .frothy-editor-header{flex-wrap:wrap}.editor-tool .frothy-example-picker{margin-left:0}.editor-tool .frothy-editor--horizontal .frothy-editor-body{flex-direction:column}.editor-tool .frothy-editor--horizontal .frothy-transcript-host{flex:0 0 clamp(140px,28%,320px);border-top:2px solid var(--border);border-left:0}.editor-tool .frothy-editor-cmdbar>button:nth-of-type(5){margin-left:0}}.flash-card{padding:24px;background:var(--white);border:2px solid var(--ink);border-radius:7px;box-shadow:5px 5px 0 var(--ink)}.flash-tool #picker{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.flash-tool #picker label{display:flex;align-items:center;gap:8px;color:var(--slate);font-size:13px}.flash-tool #picker select{padding:6px 10px;color:var(--ink);background:var(--white);border:2px solid var(--ink);border-radius:5px}.firmware-info{display:grid;gap:2px;color:var(--slate);font-size:13px}.firmware-info strong{color:var(--ink);font-size:16px}.firmware-info #firmware-profile{color:var(--ink)}.firmware-info code,.status{font-family:var(--font-mono)}.flash-tool button,.continue{padding:8px 15px;color:var(--ink);background:var(--green);border:2px solid var(--ink);border-radius:5px;box-shadow:3px 3px 0 var(--ink);font:700 12px var(--font-mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.flash-tool button:hover,.continue:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--ink)}.flash-tool button:disabled{opacity:.6;cursor:default}.flash-tool button.secondary{background:var(--paper-deep)}.continue{display:inline-block;margin-top:18px;text-decoration:none}.status{margin-top:16px;color:var(--slate);font-size:13px}.status.err{color:var(--red)}.progress-wrap{display:grid;gap:6px;margin-top:16px;color:var(--slate);font-size:13px}.progress-wrap progress{width:100%;height:14px;accent-color:var(--green)}.fallback-page{max-width:700px}.fallback-page p{margin-top:14px;color:var(--slate)}@media (max-width: 1050px){.site-links{display:none}.site-menu{display:block}.site-account span,.site-account .account-tool-link{display:none}}.fallback-page a{color:var(--cyan)}@media (max-width: 800px){.home-facts{grid-template-columns:1fr}.home-facts article+article{border-top:2px solid var(--ink);border-left:0}}@media (max-width: 640px){.site-nav{gap:14px}.brand span,.preview-label{display:none}.site-links{margin-left:auto}.site-footer{flex-direction:column}.tool-page{padding-top:28px}.flash-card{padding:18px}.flash-tool #picker,.flash-tool #picker label{align-items:stretch;flex-direction:column}.flash-tool #picker select,.flash-tool button{width:100%}}
