*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8faf9;color:#1f2937;line-height:1.5}a{color:#2d4f3c}button{font:inherit}.container{max-width:960px;margin:0 auto;padding:2rem 1.25rem}.card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.btn{display:inline-block;padding:.75rem 1.25rem;border-radius:8px;border:none;background:#2d4f3c;color:white;text-decoration:none;cursor:pointer}.btnSecondary{background:white;color:#2d4f3c;border:1px solid #2d4f3c}.input{width:100%;padding:.7rem;border:1px solid #d1d5db;border-radius:8px}.error{color:#b91c1c}.error,.success{margin-top:.75rem}.success{color:#166534}.nav{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}table{width:100%;border-collapse:collapse}td,th{padding:.75rem;text-align:left;border-bottom:1px solid #f3f4f6}th{border-bottom:2px solid #e5e7eb}.statGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.statCard{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:1rem}.statLabel{color:#6b7280;font-size:.9rem}.statValue{font-size:1.4rem;font-weight:700;margin-top:.25rem}