.home{padding:clamp(16px,3vw,40px)}.home__container{margin:0 auto;max-width:1100px}.home__planBanner{align-items:center;border:1px solid #0000;border-radius:12px;box-shadow:0 6px 14px #0206170d;display:flex;font-weight:700;gap:12px;justify-content:space-between;margin-bottom:12px;padding:12px 14px}.home__planBanner--warning{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.home__planBanner--expired{background:#fef2f2;border-color:#fecaca;color:#991b1b}.home__planBannerText{flex:1 1;font-size:14px;line-height:1.4;min-width:0}.home__planBannerBtn{background:#0f172a;border:0;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:800;padding:8px 12px;white-space:nowrap}.home__planBanner--expired .home__planBannerBtn{background:#b91c1c}@media (max-width:480px){.home__planBanner{align-items:stretch;flex-direction:column}.home__planBannerBtn{width:100%}}.home__leaderboard{align-items:center;background:#fff;border:1px solid #e7edf3;border-radius:16px;box-shadow:0 8px 20px #0206170d;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px;padding:14px}.home__leaderboardLeft{min-width:0}.home__leaderboardTitle{color:#0f172a;font-weight:900}.home__leaderboardMeta{color:#334155;display:flex;flex-wrap:wrap;font-size:14px;font-weight:700;gap:10px;margin-top:4px}.home__leaderboardBtn{background:#0f172a;border:0;border-radius:12px;color:#fff;font-size:14px;font-weight:800;padding:10px 14px;white-space:nowrap}.home__title{font-size:clamp(22px,3.2vw,34px);line-height:1.2;margin:0 0 clamp(14px,2.5vw,24px);text-align:center}.home__status{color:#000000b3;margin:0;text-align:center}.home__grid{grid-gap:clamp(12px,2.2vw,20px);display:grid;gap:clamp(12px,2.2vw,20px);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto}.home__card{grid-gap:10px;align-content:center;-webkit-appearance:none;appearance:none;background:#14a3e4;border:0;border-radius:14px;box-shadow:0 10px 22px #14a3e438;color:#fff;cursor:pointer;display:grid;font-size:clamp(15px,2vw,18px);font-weight:700;gap:10px;min-height:64px;padding:clamp(16px,2.8vw,26px);text-align:left;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;width:100%}.home__cardTitle{font-size:clamp(16px,2.2vw,19px);font-weight:900;line-height:1.2}.home__cardMeta{display:flex;flex-wrap:wrap;gap:8px}.home__pill{align-items:center;background:#ffffff2e;border:1px solid #ffffff3d;border-radius:999px;color:#fff;display:inline-flex;font-size:13px;font-weight:800;padding:6px 10px}.home__card:hover{box-shadow:0 14px 30px #14a3e447;filter:brightness(1.02);transform:translateY(-2px)}.home__card:active{transform:translateY(0) scale(.99)}.home__card:focus-visible{outline:3px solid #14a3e459;outline-offset:3px}@media (max-width:380px){.home__grid{grid-template-columns:1fr}}@media (max-width:640px){.home__leaderboard{align-items:stretch;flex-direction:column}}@media (prefers-reduced-motion:reduce){.home__card{transition:none}}.exam-page{background:#f6f7fb;display:flex;min-height:100vh}.palette-overlay{background:#0206178c;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:30}.palette-overlay.open{opacity:1;pointer-events:auto}.palette{background:#fff;box-shadow:24px 0 60px #0206172e;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transform:translateX(-102%);transition:transform .22s ease;width:min(360px,92vw);z-index:40}.palette.open{transform:translateX(0)}.palette__header{align-items:center;border-bottom:1px solid #e7edf3;display:flex;justify-content:space-between;padding:14px 14px 10px}.palette__title{color:#0f172a;font-weight:900}.palette__close{background:#f8fafc;border:1px solid #e7edf3;border-radius:12px;color:#0f172a;cursor:pointer;font-size:22px;height:40px;padding:0;width:40px}.palette__summary{display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px}.palette__chip{background:#fff;border:1px solid #e7edf3;border-radius:999px;color:#0f172a;font-size:12px;font-weight:900;padding:6px 10px}.palette__chip.answered{background:#16a34a1a;border-color:#16a34a40}.palette__chip.marked{background:#f59e0b24;border-color:#f59e0b47}.question-list{display:flex;flex-wrap:wrap;gap:8px;overflow:auto;padding:10px 14px 16px}.q-tile{background:#fff;border:1px solid #e7edf3;border-radius:12px;color:#0f172a;cursor:pointer;display:grid;font-weight:900;height:36px;place-items:center;width:36px}.q-tile.current{border:2px solid #2563eb}.q-tile.answered{background:#16a34a;border-color:#16a34a59;color:#fff}.q-tile.flagged{background:#f59e0b;border-color:#f59e0b59;color:#fff}.exam-main{flex:1 1;margin:0 auto;padding:16px;width:min(980px,100%)}.exam-topbar{grid-gap:10px;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e7edf3;border-radius:16px;box-shadow:0 10px 24px #0206170f;display:grid;gap:10px;grid-template-columns:auto 1fr auto;padding:12px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar-btn{background:#0f172a;border:0;border-radius:12px;color:#fff;cursor:pointer;font-weight:900;padding:10px 12px}.topbar-btn.danger{background:#dc2626}.topbar-title__main{color:#0f172a;font-weight:900;line-height:1.1}.topbar-title__sub{color:#475569;font-size:13px;font-weight:700}.topbar-right{align-items:center;display:flex;gap:10px}.timer{background:#fff;border:1px solid #e7edf3;border-radius:12px;color:#0f172a;font-weight:900;min-width:92px;padding:10px 12px;text-align:center}.timer.danger{background:#dc26260f;border-color:#b91c1c47;color:#b91c1c}.question-card{background:#fff;border:1px solid #e7edf3;border-radius:18px;box-shadow:0 10px 24px #0206170f;margin-top:12px;padding:16px}.question-card h3{color:#0f172a;line-height:1.35;margin:0}.options{grid-gap:10px;display:grid;gap:10px;margin-top:14px}.option-btn{align-items:center;background:#fff;border:1px solid #e7edf3;border-radius:14px;color:#0f172a;cursor:pointer;display:flex;gap:12px;justify-content:space-between;padding:12px;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.option-btn:hover{box-shadow:0 10px 18px #0206170f;transform:translateY(-1px)}.option-text{color:#0f172a;font-weight:700}.option-indicator{border:2px solid #cbd5e1;border-radius:999px;flex:0 0 auto;height:18px;width:18px}.option-btn.selected{background:#2563eb0f;border-color:#2563eb8c}.option-btn.selected .option-indicator{background:radial-gradient(circle at 50% 50%,#2563eb 0 45%,#0000 46%);border-color:#2563eb}.actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.actions-spacer{flex:1 1}.action-btn{background:#fff;border:1px solid #e7edf3;border-radius:12px;color:#0f172a;cursor:pointer;font-weight:900;padding:10px 12px}.action-btn.primary{background:#2563eb;border-color:#2563eb73;color:#fff}.action-btn.subtle{background:#f8fafc}.action-btn:disabled{cursor:not-allowed;opacity:.55}@media (max-width:640px){.exam-main{padding:12px}.exam-topbar{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.topbar-right{grid-column:1/-1;justify-content:space-between}}body{background:#f6f7fb;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0}.site-width{margin-left:auto;margin-right:auto;width:90%}.app-root{display:flex;flex-direction:column;min-height:100vh}main.container{flex:1 1}header.app-header{align-items:center;background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 12px 24px #0284c740;color:#fff;display:flex;justify-content:center;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:20}header.app-header .header-inner{align-items:center;display:flex;gap:12px;justify-content:space-between;width:min(1100px,100%)}header.app-header .header-brand{align-items:center;display:flex;flex:1 1;gap:10px;min-width:0}header.app-header a.header-logo-link{align-items:center;background:#ffffff24;border:1px solid #ffffff3d;border-radius:12px;display:flex;flex-shrink:0;justify-content:center;line-height:0;padding:4px}header.app-header a.header-logo-link:hover{background:#fff3}header.app-header a.header-salutation{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:12px;color:#fff;font-size:clamp(15px,2.2vw,18px);font-weight:800;letter-spacing:.2px;max-width:min(520px,62vw);overflow:hidden;padding:8px 10px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}header.app-header .header-actions{align-items:center;display:flex;gap:10px}header.app-header .nav{align-items:center;display:flex;gap:8px}header.app-header .nav a{background:#ffffff24;border:1px solid #ffffff38;border-radius:10px;color:#fff;font-weight:700;padding:8px 10px;text-decoration:none;transition:.2s}header.app-header .nav a:hover{background:#ffffff2e}header.app-header .nav .active{background:#ffffff3d}header.app-header .header-btn{background:#02061747;border:1px solid #ffffff42;border-radius:12px;color:#fff;font-weight:800;padding:8px 12px}header.app-header .menu-btn{background:#ffffff29;border:1px solid #ffffff47;border-radius:12px;color:#fff;display:none;font-weight:900;height:40px;width:40px}header.app-header .header-actions--with-menu .menu-btn{display:inline-grid;place-items:center}.side-overlay{background:#0206178c;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:30}.side-overlay.open{opacity:1;pointer-events:auto}.side-drawer{background:#fff;box-shadow:-24px 0 60px #02061740;display:flex;flex-direction:column;height:100vh;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .22s ease;width:min(320px,88vw);z-index:40}.side-drawer.open{transform:translateX(0)}.side-drawer__header{align-items:center;border-bottom:1px solid #e7edf3;display:flex;gap:10px;justify-content:space-between;padding:14px 14px 10px}.side-drawer__header-start{align-items:center;display:flex;gap:10px;min-width:0}.side-drawer__logo{align-items:center;background:#f8fafc;border:1px solid #e7edf3;border-radius:10px;display:flex;flex-shrink:0;line-height:0;padding:4px}.side-drawer__title{color:#0f172a;font-weight:900}.side-drawer__close{background:#f8fafc;border:1px solid #e7edf3;border-radius:12px;color:#0f172a;cursor:pointer;font-size:22px;height:40px;padding:0;width:40px}.side-drawer__nav{display:flex;flex-direction:column;gap:10px;padding:12px 14px 16px}.side-drawer__nav a{align-items:center;background:#fff;border:1px solid #e7edf3;border-radius:14px;color:#0f172a;display:flex;font-weight:800;justify-content:space-between;padding:12px;text-decoration:none}.side-drawer__nav a:hover{background:#f8fafc}.side-drawer__nav a.active{background:#2563eb14;border-color:#2563eb40}.drawer-btn{background:#0f172a;border:1px solid #0f172a1f;border-radius:14px;color:#fff;font-weight:900;padding:12px;width:100%}.drawer-btn:hover{background:#111c33}@media (max-width:720px){header.app-header{padding:10px 12px}header.app-header .nav{display:none}header.app-header .menu-btn{display:inline-grid;place-items:center}}footer.app-footer{background:#f5f5f5;border-top:1px solid #ddd;color:#555;font-size:14px;margin-top:auto;padding:16px;text-align:center}.footer-brand-line{flex-wrap:wrap;gap:12px;margin-bottom:4px}.auth-logo-row,.footer-brand-line{align-items:center;display:flex;justify-content:center}.auth-logo-row{margin-bottom:8px}.auth-page .page-title{text-align:center}.landing-container{align-items:center;background:#f9f9f9;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:50px;text-align:center}.container{background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;margin:10px auto;padding:16px;width:90%}.page-wide{margin:0 auto;padding:16px 20px;width:90%}form{display:flex;flex-direction:column}.form-row{margin-bottom:15px}input[type=email],input[type=password],input[type=tel],input[type=text],select{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px;width:100%}.pin-input{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,1fr)}.pin-input__box{border:1px solid #ddd;border-radius:10px;box-sizing:border-box;font-size:20px;font-weight:800;height:48px;outline:none;text-align:center;width:100%}.pin-input__box:focus{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb1f}@media (max-width:420px){.pin-input{gap:8px}.pin-input__box{font-size:18px;height:44px}}button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:.2s}button:hover{background:#0056b3}button.secondary{background:#6b7280}.small{font-size:14px;padding:6px 10px}.center{text-align:center}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}.card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:12px;padding:16px}.leaderboard-page{max-width:900px}.leaderboard-summary p{margin:6px 0}.leaderboard-list{padding-top:12px}.leaderboard-row{grid-gap:12px;align-items:center;border-bottom:1px solid #eef2f7;display:grid;gap:12px;grid-template-columns:80px 1fr auto;padding:12px 0}.leaderboard-row:last-child{border-bottom:none}.leaderboard-rank{color:#0f172a;font-weight:900}.leaderboard-name{color:#0f172a;font-weight:700}.leaderboard-marks{color:#2563eb;font-weight:700}.tile-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.tile{background:#fff;border:1px solid #e3e7ea;border-radius:10px;cursor:pointer;padding:16px;position:relative;transition:.2s}.tile:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.category-tile{text-align:left}.set-badge{background:#14a3e4;border-radius:14px;font-size:13px;font-weight:700;padding:4px 10px}.attempt-badge,.set-badge{color:#fff;position:absolute;right:10px;top:10px}.attempt-badge{background:#16a34a;border-radius:999px;box-shadow:0 4px 10px #16a34a47;display:grid;font-weight:900;height:24px;place-items:center;width:24px}.tile-attempted{background:linear-gradient(180deg,#fff,#f8fff9);border-color:#16a34a73}.set-card-actions{display:flex;gap:8px;margin-top:12px}.set-card-btn{border-radius:10px;flex:1 1;font-size:13px;font-weight:700;padding:10px}.set-card-btn-secondary{background:#0f172a}.set-card-btn-secondary:hover{background:#111c33}@media (max-width:640px){.set-card-actions{flex-direction:column}.set-card-btn{width:100%}}.page-title{color:#007bff;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.page-wrapper{display:flex;gap:16px;justify-content:center;margin:0 auto;padding:16px;width:90%}.ad-side{flex-shrink:0;width:160px}.main-content{flex:1 1}@media (max-width:768px){.page-wide,.page-wrapper{padding:12px;width:90%}.container{width:90%}.ad-side{display:none}}@keyframes spin{to{transform:rotate(1turn)}}.public-shell{background:#f6f7fb;display:flex;flex-direction:column;min-height:100vh}.public-shell-header{background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 8px 20px #0284c733;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:20}.public-shell-header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto;padding:12px 0;width:min(1100px,92%)}.public-shell-brand{align-items:center;background:#ffffff1f;border:1px solid #ffffff38;border-radius:12px;color:#fff!important;display:flex;font-weight:900;gap:10px;letter-spacing:.02em;padding:6px 12px 6px 6px;text-decoration:none}.public-shell-brand-text{white-space:nowrap}.public-shell-brand:hover{background:#ffffff2e}.public-shell-nav{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.public-shell-nav a{background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;color:#fff!important;font-size:14px;font-weight:700;padding:7px 10px;text-decoration:none}.public-shell-nav a:hover{background:#ffffff38}.public-shell-nav a.active{background:#ffffff42}.public-shell-main{flex:1 1;padding:18px 0 28px}.legal-container{max-width:720px}.legal-page-title{font-size:clamp(1.35rem,3vw,1.75rem);margin-bottom:12px}.legal-document{color:#334155;line-height:1.65;padding:20px 22px 28px;text-align:left}.legal-document h2{color:#0f172a;font-size:1.08rem;margin:1.35em 0 .5em}.legal-document h2:first-of-type{margin-top:.75em}.legal-document li,.legal-document p{font-size:15px}.legal-document ul{margin:.5em 0 0;padding-left:1.25rem}.legal-meta{border-bottom:1px solid #e2e8f0;color:#64748b!important;font-size:14px!important;margin-bottom:16px!important;margin-top:0!important;padding-bottom:12px}.contact-highlight{background:linear-gradient(135deg,#0ea5e914,#2563eb14);border:1px solid #2563eb33;border-radius:12px;margin:0 0 20px;padding:16px 18px}.contact-email-link{font-size:1.1rem;font-weight:900;word-break:break-all}.contact-note{color:#475569!important;font-size:14px!important;margin:10px 0 0!important}.public-shell-footer{background:#0f172a;color:#e2e8f0;font-size:13px;margin-top:auto;padding:16px}.public-shell-footer a{color:#7dd3fc!important}.public-shell-footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto;width:min(1100px,92%)}.public-shell-footer-nav{display:flex;flex-wrap:wrap;gap:10px 14px}@media (max-width:640px){.public-shell-nav{justify-content:flex-start;width:100%}}.footer-legal-row{border-top:1px solid #ddd;display:flex;flex-wrap:wrap;font-size:13px;gap:10px 14px;justify-content:center;margin-top:12px;padding-top:12px}.footer-legal-row a{font-weight:700}.auth-legal-mini{border-top:1px solid #e5e7eb;color:#64748b;font-size:13px;line-height:1.6;margin-top:20px;padding-top:14px;text-align:center}.auth-legal-mini a{font-weight:700;margin:0 4px}
/*# sourceMappingURL=main.36e1c284.css.map*/