:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f6f8fb;line-height:1.5}*{box-sizing:border-box}body{margin:0;background-color:inherit}main{margin:0 auto;padding:3.5rem 1.5rem 4rem;max-width:960px;display:flex;flex-direction:column;gap:2.5rem}h1,h2,h3{margin:0 0 .5rem;line-height:1.2}p{margin:.25rem 0 0}section,header.hero{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.75rem;box-shadow:0 8px 24px #0f172a0d}header.hero{display:flex;flex-direction:column;gap:.75rem}label{display:flex;font-weight:600;margin-top:.25rem}input{margin-top:.5rem;border-radius:.5rem;border:1px solid #cbd5f5;padding:.5rem .75rem;font-size:1rem;width:100%}button{border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}button:focus-visible{outline:3px solid #a5b4fc;outline-offset:2px}button:hover{transform:translateY(-1px)}button.primary{background:linear-gradient(135deg,#4c3ae1,#7c5dfa);color:#fff;box-shadow:0 10px 20px #4c3ae140}button.secondary{background-color:#e0e7ff;color:#312e81}button.ghost{background-color:#fff;border:1px dashed #94a3b8;color:#475569}.button-grid{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.swatch{--swatch-color: #4c3ae1;width:180px;height:96px;border-radius:1rem;border:2px solid rgba(15,23,42,.08);background:var(--swatch-color);box-shadow:inset 0 0 30px #0f172a26;margin-bottom:.75rem}[data-testid=status]{font-weight:600;color:#0f172a}[data-testid=demo-modal]{border:none;border-radius:1rem;padding:0;box-shadow:0 18px 45px #0f172a40;width:min(420px,90vw)}[data-testid=demo-modal] article{padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}[data-testid=demo-modal]::backdrop{background:#0f172a59}footer{display:flex;gap:.75rem;flex-wrap:wrap}
