@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";
:root{--primary:#38bdf8;--secondary:#fbbf24;--success:#34d399;--danger:#fb7185;--bg-color:#f8fafc;--text-color:#1e293b;--card-bg:#fff;--border-radius-lg:24px;--border-radius-md:16px;--border-radius-sm:8px;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;font-family:Nunito,sans-serif}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:800}p{line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border-radius:var(--border-radius-md);background:0 0;border:none;font-family:inherit;font-weight:700;transition:transform .2s,box-shadow .2s}button:active{transform:scale(.95)}.container{max-width:1200px;min-height:100vh;margin:0 auto;padding:40px 24px}@media (max-width:640px){.container{padding:20px 16px}}.btn-primary{background-color:var(--primary);color:#fff;border-radius:var(--border-radius-lg);width:100%;padding:16px 24px;font-size:1.25rem;box-shadow:0 4px #0284c7}.btn-secondary{background-color:var(--secondary);color:#78350f;border-radius:var(--border-radius-lg);width:100%;padding:16px 24px;font-size:1.25rem;box-shadow:0 4px #d97706}.btn-success{background-color:var(--success);color:#fff;border-radius:var(--border-radius-lg);width:100%;padding:16px 24px;font-size:1.25rem;box-shadow:0 4px #059669}.btn-danger{background-color:var(--danger);color:#fff;border-radius:var(--border-radius-lg);width:100%;padding:16px 24px;font-size:1.25rem;box-shadow:0 4px #e11d48}.card{background-color:var(--card-bg);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);border:2px solid #e2e8f0;padding:24px}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-secondary{color:var(--secondary)}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}@keyframes pulse{0%,to{box-shadow:0 4px 15px #34d39966}50%{box-shadow:0 4px 25px #34d399b3}}
