:root{--fg: #e0e0dc;--bg: #1a1a1e;--accent: #2a6;--muted: #666;--error: #c44}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);display:flex;justify-content:center;padding:2rem}#app{text-align:center;max-width:400px}h1{font-size:2rem;margin-bottom:1.5rem}h1 .accent{color:var(--accent)}#display{min-height:320px;display:flex;align-items:center;justify-content:center}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shape-svg{width:500px;height:500px;animation:rotate 4s linear infinite}.error{color:var(--error);font-family:monospace;font-size:.9rem;text-align:left}.error strong{display:block;margin-bottom:.5rem}.error pre{white-space:pre-wrap;word-break:break-word}
