:root{--bg: #0f0e17;--card: #1a1830;--text: #e8e6f0;--muted: #7a7595;--border: #2e2b4a;--accent: #7c3aed;--hint: #06b6d4}[data-theme=light]{--bg: #f0f0ff;--card: #ffffff;--text: #1e1b4b;--muted: #6b7280;--border: #ddd6fe;--accent: #7c3aed;--hint: #0891b2}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent}#root{min-height:100vh}button{font-family:inherit}input,textarea{font-family:inherit;color:var(--text);background:var(--card)}.espaco-theme-btn{position:fixed;top:12px;right:12px;z-index:100;background:var(--card);border:1px solid var(--border);border-radius:20px;padding:6px 12px;font-size:13px;cursor:pointer;color:var(--muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
