:root{--primary:#0d9488;--bg:#fafaf9;--card:#fff;--text:#1c1917;--muted:#78716c;--border:#e7e5e4;color:var(--text);background:var(--bg);font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}#root{max-width:720px;min-height:100vh;margin:0 auto;padding:1rem 1rem 5rem}h1{margin:0 0 1rem;font-size:1.5rem}h2{margin:1.25rem 0 .5rem;font-size:1.1rem}.muted{color:var(--muted);font-size:.9rem}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem;padding:.75rem 1rem}.row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.btn{border:1px solid var(--border);background:var(--card);font:inherit;cursor:pointer;border-radius:8px;padding:.4rem .75rem}.btn.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn.block{width:100%;padding:.65rem;font-weight:600}.qty{align-items:center;gap:.35rem;display:flex}input{border:1px solid var(--border);width:100%;font:inherit;border-radius:8px;padding:.5rem .6rem}label{margin-bottom:.35rem;font-size:.9rem;display:block}.field{margin-bottom:.75rem}.error{color:#b91c1c;font-size:.9rem}.bar{background:var(--card);border-top:1px solid var(--border);justify-content:space-between;align-items:center;max-width:720px;margin:0 auto;padding:.75rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.bar-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:720px;margin:0 auto;display:flex}a.wa{color:#fff;background:#25d366;border-radius:8px;margin-top:.75rem;padding:.65rem 1rem;font-weight:600;text-decoration:none;display:inline-block}pre.note{white-space:pre-wrap;background:#f5f5f4;border-radius:8px;padding:.75rem;font-size:.9rem}
