.theme-toggle-wrapper.svelte-1cmi4dh{position:fixed;top:0;right:0;z-index:100}.theme-toggle.svelte-1cmi4dh{position:relative;width:44px;height:44px;border-radius:0;background:var(--bg-raised);border:none;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .2s;padding:0}.theme-toggle.svelte-1cmi4dh:hover{background:var(--bg-surface);transform:scale(1.05)}.theme-toggle.svelte-1cmi4dh:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.theme-toggle.svelte-1cmi4dh:active{transform:scale(.95)}.icon.svelte-1cmi4dh{width:20px;height:20px}.detected-badge.svelte-1cmi4dh{position:absolute;top:0;right:44px;height:44px;background:var(--accent);color:var(--bg);display:flex;align-items:center;justify-content:center;font:700 .72rem var(--mono);letter-spacing:.5px;padding:0 1rem;white-space:nowrap;z-index:1;transform:translate(100%);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .35s ease;pointer-events:none}.detected-badge.visible.svelte-1cmi4dh{transform:translate(0);opacity:1}:root{--mono: "Space Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace;--display: "Space Grotesk", system-ui, sans-serif;--max-w: 960px;--theme-transition-duration: .2s}html[data-theme=dark]{--bg: #000;--bg-raised: #111;--bg-surface: #000;--border: #333;--border-accent: #fff;--text: #fff;--text-muted: #999;--text-faint: #666;--accent: #fff;--bg-home: #000;--border-subtle: #222;--disclaimer-bg: #000;--disclaimer-text: #888}html[data-theme=light]{--bg: #fff;--bg-raised: #f0f0f0;--bg-surface: #fff;--border: #ccc;--border-accent: #000;--text: #000;--text-muted: #666;--text-faint: #999;--accent: #000;--bg-home: #fff;--border-subtle: #ddd;--disclaimer-bg: #e5e7eb;--disclaimer-text: #6b7280}html[data-theme-ready=true] body,html[data-theme-ready=true] #canvas-wrap,html[data-theme-ready=true] main,html[data-theme-ready=true] section,html[data-theme-ready=true] footer,html[data-theme-ready=true] .terminal,html[data-theme-ready=true] .theme-toggle,html[data-theme-ready=true] .disclaimer-bar{transition:background-color var(--theme-transition-duration) ease,color var(--theme-transition-duration) ease,border-color var(--theme-transition-duration) ease}.disclaimer-bar.svelte-12qhfyh{width:100%;background:var(--disclaimer-bg);color:var(--disclaimer-text);text-align:center;font-size:.75rem;padding:12px;font-family:system-ui,sans-serif}
