:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:radial-gradient(circle at top,rgba(56,189,248,.2),transparent 60%),#f8fafc}a{color:inherit;text-decoration:none}button{cursor:pointer}.app-shell{display:flex;min-height:100vh}.app-content{flex:1;padding:2rem}.card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 20px 40px -24px #0f172a73;border:1px solid rgba(15,23,42,.05)}.btn-primary{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border:none;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 24px -18px #0ea5e9cc}.input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6;margin-bottom:1rem}.grid{display:grid;gap:1.5rem}.grid-cols-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.table{width:100%;border-collapse:collapse}.table thead{background:#0f172a;color:#fff}.table th,.table td{padding:.75rem 1rem;border-bottom:1px solid rgba(15,23,42,.1);text-align:left}.status-tag{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.status-tag.pago{background:#22c55e26;color:#166534}.status-tag.pendente{background:#facc1533;color:#854d0e}.status-tag.atrasado{background:#f8717133;color:#991b1b}.badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;background:#38bdf826;color:#0c4a6e;font-weight:500}@media (max-width: 768px){.app-content{padding:1rem}}
