@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root{--navy: #0f2044;--blue: #1a4fad;--sky: #ddeeff;--accent: #e8a020;--green: #1a7a4a;--red: #c0392b;--light: #f5f8ff;--border: #c8d8f0;--text: #1a2a3a;--muted: #5a7090;--mono: "IBM Plex Mono", monospace;--sans: "IBM Plex Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background:var(--light);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;gap:6px;background:var(--navy);color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;font-family:var(--sans)}.btn:hover{background:var(--blue)}.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--border)}.btn-outline:hover{background:var(--sky)}.btn-danger{background:var(--red)}.btn-danger:hover{background:#e74c3c}.btn-sm{padding:6px 12px;font-size:11px}header.app-header{background:var(--navy);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}header.app-header h1{font-size:17px}header.app-header a{color:var(--accent);font-size:13px}.card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:14px}@media (min-width: 600px){.btn{padding:9px 18px;font-size:13px}.btn-sm{padding:7px 14px;font-size:12px}header.app-header{padding:16px 24px;gap:12px}header.app-header a{font-size:14px}.card{padding:18px 20px}}@media (min-width: 1024px){.btn{padding:10px 20px;font-size:14px}.btn-sm{padding:7px 14px;font-size:12px}header.app-header{padding:20px 32px;flex-wrap:nowrap;gap:20px}header.app-header h1{font-size:20px}.card{padding:20px 24px}}.landing-card,.auth-card,.exam-gate-card,.exam-results-card,.exam-submitted-card{padding:32px 20px}.exam-question-card{padding:16px 14px}.dashboard-exam-card{flex-direction:column;align-items:stretch!important;gap:12px}.dashboard-exam-card>div:last-child{margin-left:0!important;justify-content:flex-start!important}@media (min-width: 600px){.landing-card,.auth-card,.exam-gate-card{padding:48px 40px}.exam-results-card{padding:44px 36px}.exam-submitted-card{padding:48px 40px}.exam-question-card{padding:22px 24px}.dashboard-exam-card{flex-direction:row;align-items:center!important;gap:0}.dashboard-exam-card>div:last-child{margin-left:16px!important;justify-content:flex-end!important}}
