:root{--bg:#0a0a0a;--fg:#ededed;--muted:#888;--border:#222;--accent:#0070f3;--danger:#e00;--success:#0a0;--card-bg:#111}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.workspace-switcher-summary{list-style:none}.workspace-switcher-summary::-webkit-details-marker{display:none}.workspace-switcher-summary:focus-visible{outline:2px solid rgba(0,112,243,.45);outline-offset:2px}.workspace-switcher[open] .workspace-switcher-summary{background:rgba(0,112,243,.08);border-color:rgba(0,112,243,.28)}.workspace-switcher[open] .workspace-switcher-chevron{transform:rotate(180deg)}