:root,[data-theme=dark]{--al3da-accent: #b26eff;--al3da-accent-hover: #c290ff;--al3da-accent-contrast: #16121f;--al3da-bg: #141318;--al3da-surface: #1e1e24;--al3da-surface-2: #26262e;--al3da-border: #34343e;--al3da-text: #e8e8ea;--al3da-text-muted: #9a9aa4;--al3da-control-bg: rgba(22, 20, 28, .72);--al3da-shadow: rgba(0, 0, 0, .45);color-scheme:dark}[data-theme=light]{--al3da-accent: #8a3ff0;--al3da-accent-hover: #7a2fe0;--al3da-accent-contrast: #ffffff;--al3da-bg: #f1f0f5;--al3da-surface: #ffffff;--al3da-surface-2: #ececf1;--al3da-border: #d6d4de;--al3da-text: #1c1c24;--al3da-text-muted: #6b6b76;--al3da-control-bg: rgba(255, 255, 255, .82);--al3da-shadow: rgba(0, 0, 0, .18);color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%}body{background:var(--al3da-bg);overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--al3da-text);-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}.al3da-canvas{display:block;width:100%;height:100%;touch-action:none}.al3da-placeholder{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--al3da-text-muted)}.al3da-placeholder h1{font-size:22px;font-weight:600;color:var(--al3da-text)}.al3da-placeholder a{color:var(--al3da-accent);text-decoration:none;font-weight:600}.al3da-placeholder a:hover{text-decoration:underline}
