*{box-sizing:border-box}body,html{padding:0;margin:0;background:#0f172a;color:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}main{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.25rem 4rem;gap:1.75rem}h1{font-size:1.75rem;margin:0}h1,p.subtitle{text-align:center}p.subtitle{margin:-.75rem 0 0;color:#94a3b8;max-width:480px}.controls{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;width:100%;max-width:640px}input[type=text]{flex:1 1 260px;padding:.7rem 1rem;border-radius:.5rem;border:1px solid #334155;background:#1e293b;color:#f1f5f9;font-size:1rem}input[type=text]:focus{outline:2px solid #60a5fa;outline-offset:1px}button{padding:.7rem 1.5rem;border-radius:.5rem;border:none;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease}button:hover{background:#1d4ed8}button:disabled{background:#475569;cursor:not-allowed}.canvas-wrap{width:100%;max-width:900px;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.5)}canvas{width:100%;height:auto;display:block;background:#1e293b}