:root{--bg: #0a0a0a;--fg: #fafafa;--muted: #888;--error: #ef4444}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.embed-container{width:100%;height:100%;display:flex;flex-direction:column}.embed-error{display:flex;align-items:center;justify-content:center;height:100%;padding:1rem;text-align:center;color:var(--error)}.embed-loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted)}
