.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{box-shadow:0 10px 40px #0003;border-radius:8px}:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background:#f5f7fa;color:#111827}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:#f5f7fa}button{cursor:pointer}.page{padding:24px;max-width:1200px;margin:0 auto}.header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0f172a0f}.auth-card{max-width:400px;margin:96px auto}h1,h2{margin:0 0 16px}label{display:block;margin-bottom:14px;font-weight:600}input{width:100%;padding:10px 12px;margin-top:8px;border:1px solid #d1d5db;border-radius:12px;outline:none}input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}button{border:none;background:#2563eb;color:#fff;font-weight:700;padding:12px 18px;border-radius:12px}button.secondary{background:#f3f4f6;color:#111827}.error{margin-top:16px;color:#b91c1c}.notice{margin-bottom:18px;color:#374151}.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px}.summary-card{text-align:center}.summary-title{display:block;font-size:.95rem;color:#6b7280;margin-bottom:8px}.status-grid{display:flex;gap:12px;flex-wrap:wrap}.status-pill{flex:1 1 140px;display:flex;justify-content:space-between;align-items:center;color:#fff;padding:14px 16px;border-radius:12px;font-weight:700}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse}thead th,tbody td{text-align:left;padding:12px 14px;border-bottom:1px solid #e5e7eb}thead th{color:#6b7280;font-size:.9rem}tr:hover{background:#f9fafb}
