:root{--background:#fff;--foreground:#171717;--page:#f5f1ed;--surface:#f7f4f1;--surface-2:#f8f5f2;--card:#fcfcfc;--ink:#111827;--muted:#6b7280;--line:#e7e0da;--line-2:#e5dfd9;--gold:#d5b06e;--rose:#d7b3be;--shadow-soft:0 4px 12px #0000000f;--shadow-hover:0 12px 32px #b8756b1f;--rosa-queimado:#a85a5a;--rosa-queimado-claro:#b87070;--rosa-queimado-escuro:#8b4a4a;--creme:#f5f1ed;--creme-escuro:#e8dfd7;--creme-claro:#faf7f3;--texto-principal:#2a2a2a;--texto-secundario:#666;--borda-suave:#a85a5a1f;--color-rosaBurn:#b8756b;--color-rosaBurnLight:#d4a5a0;--color-rosaBurnDark:#8b5a52;--color-gold:#d4af37;--color-goldLight:#e8c547;--color-goldDark:#aa8c2c;--color-cream:#f5f1ed;--color-creamLight:#fdfbf9;--color-creamDark:#e8dfd7;--color-text:#2b2b2b;--color-textLight:#5a5a5a;--color-textMuted:#8b8b8b;--color-bgPrimary:#fdfbf9;--color-bgSecondary:#f5f1ed;--color-borderColor:#b8756b26;--color-borderColorHover:#d4afa04d;--shadow-medium:0 8px 24px #00000014;--color-accentSoft:#b8756b24;--color-accentSoftGold:#d4afa014;--color-white:#fff;--color-danger:#b54747;--color-dangerBg:#b5474714;--color-dangerBorder:#b547472e;--shadow-strong:0 18px 45px #00000024;--color-accentSoftStrong:#b8756b38}@media (prefers-color-scheme:white){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.dashboard{flex-direction:column;gap:24px;display:flex}.hero-card{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 55%,#4338ca 100%);border-radius:28px;padding:30px;box-shadow:0 20px 45px #2563eb38}.hero-badge{letter-spacing:.8px;text-transform:uppercase;background:#ffffff29;border:1px solid #fff3;border-radius:999px;margin-bottom:12px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-block}.hero-card h1{margin:0 0 10px;font-size:32px;line-height:1.1}.hero-card p{color:#ffffffeb;max-width:700px;margin:0;font-size:15px}.state-text{color:#475569;margin:0;font-size:14px}.error-text{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;margin:0;padding:12px 14px;font-size:14px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;display:grid}.dashboard-card{background:#ffffffeb;border:1px solid #e2e8f0;border-radius:24px;padding:22px;transition:transform .22s,box-shadow .22s;box-shadow:0 14px 34px #0f172a0f}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #0f172a1a}.card-top{align-items:center;gap:16px;margin-bottom:18px;display:flex}.card-icon{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;font-weight:700;display:flex}.card-info{flex-direction:column;gap:6px;display:flex}.card-info span{color:#64748b;font-size:14px}.card-info strong{color:#0f172a;font-size:30px;line-height:1}.card-actions{flex-wrap:wrap;gap:10px;display:flex}.card-actions button{cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:11px 14px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 10px 22px #2563eb38}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f1f5f9}@media (max-width:640px){.hero-card{border-radius:22px;padding:22px}.hero-card h1{font-size:26px}.dashboard-card{border-radius:20px;padding:18px}.card-info strong{font-size:26px}.card-actions{flex-direction:column}.card-actions button{justify-content:center;width:100%}}
