:root{
  --ink:#16324a;--muted:#607487;--blue:#eaf6ff;--blue2:#cfeaff;--gold:#c7a24a;--gold2:#f5ecd0;--white:#fff;--line:#dbe5ec;--deep:#0e4266;--good:#1d7a57;--warn:#9b6b00;--shadow:0 14px 40px rgba(20,50,74,.09)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.62}a{color:var(--deep)}a:hover{text-decoration:none}.container{width:min(1160px,92%);margin:auto}.topbar{background:var(--deep);color:#fff;font-size:.92rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0;flex-wrap:wrap}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--ink);text-decoration:none}.brandmark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold2),var(--blue2));display:grid;place-items:center;border:1px solid #e7d38b}.brandmark svg{width:29px;height:29px}.navlinks{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.navlinks a{text-decoration:none;color:var(--ink);font-weight:650;font-size:.95rem}.navlinks a:hover{color:var(--deep)}.menu-btn{display:none;background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 12px}.hero{background:linear-gradient(125deg,#fff 0%,var(--blue) 60%,#fff9e8 100%);border-bottom:1px solid var(--line)}.hero .container{padding:68px 0 56px;display:grid;grid-template-columns:1.12fr .88fr;gap:45px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #ead89b;border-radius:999px;padding:7px 12px;font-weight:750;color:#765b15;font-size:.9rem}.hero h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1.07;margin:16px 0}.hero p{font-size:1.12rem;color:var(--muted);max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-block;padding:12px 17px;border-radius:12px;text-decoration:none;font-weight:800;border:1px solid transparent}.btn-primary{background:var(--deep);color:#fff}.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line)}.btn-gold{background:var(--gold2);color:#6c5315;border-color:#e2c974}.hero-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.hero-card h3{margin-top:0}.route{display:grid;grid-template-columns:52px 1fr;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.route:last-child{border-bottom:0}.route b{display:block}.badge{width:48px;height:48px;border-radius:14px;background:var(--blue);display:grid;place-items:center;font-weight:900;color:var(--deep)}section{padding:58px 0}.section-soft{background:#f8fbfd}.section-gold{background:#fffcf3}.section-title{max-width:760px;margin-bottom:28px}.section-title h2{font-size:clamp(1.7rem,3vw,2.55rem);margin:0 0 10px}.section-title p{color:var(--muted);margin:0}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px;box-shadow:0 8px 24px rgba(20,50,74,.05)}.card h3{margin-top:0}.card p{color:var(--muted)}.card .kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.07em;color:#806413;font-weight:900}.stat{font-size:2rem;font-weight:900;color:var(--deep)}.exam-card{position:relative;overflow:hidden}.exam-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--gold)}.exam-card ul{padding-left:20px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{background:#eef8ff;color:var(--ink)}tr:last-child td{border-bottom:0}.callout{border-left:5px solid var(--gold);background:#fffaf0;border-radius:12px;padding:17px 18px;margin:20px 0}.callout.info{border-color:#77b9e6;background:#f1f9ff}.callout.good{border-color:#59a987;background:#effaf5}.pill{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--blue);font-weight:750;font-size:.84rem;margin:3px 5px 3px 0}.steps{counter-reset:step}.step{counter-increment:step;display:grid;grid-template-columns:48px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.step:before{content:counter(step);width:40px;height:40px;border-radius:50%;background:var(--deep);color:#fff;display:grid;place-items:center;font-weight:900}.resource{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:17px 0;border-bottom:1px solid var(--line)}.resource:last-child{border-bottom:0}.resource small{display:block;color:var(--muted)}.resource a{white-space:nowrap;font-weight:800}.progress{height:10px;background:#edf1f3;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--deep),var(--gold));border-radius:99px}.topic-list{columns:2;column-gap:30px}.topic-list li{break-inside:avoid;margin:7px 0}.searchbox{display:flex;gap:8px;margin:18px 0}.searchbox input{flex:1;padding:12px 14px;border:1px solid var(--line);border-radius:12px;font:inherit}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;text-align:left;background:none;border:0;padding:18px 0;font:inherit;font-weight:800;color:var(--ink);display:flex;justify-content:space-between;gap:20px;cursor:pointer}.faq-a{display:none;padding:0 0 18px;color:var(--muted)}.faq-item.open .faq-a{display:block}.footer{background:#0c2e45;color:#d9e8f1;padding:44px 0 28px}.footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer h4{color:#fff;margin-top:0}.footer-bottom{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);font-size:.88rem;color:#bcd1de}.breadcrumb{font-size:.9rem;color:var(--muted);padding:18px 0}.page-hero{background:linear-gradient(125deg,var(--blue),#fff 70%);border-bottom:1px solid var(--line)}.page-hero .container{padding:48px 0}.page-hero h1{font-size:clamp(2rem,4vw,3.3rem);margin:8px 0}.page-hero p{max-width:780px;color:var(--muted);font-size:1.08rem}.checklist label{display:block;padding:10px 0;border-bottom:1px solid var(--line)}.checklist input{margin-right:10px}.mini-note{font-size:.9rem;color:var(--muted)}.updated{display:inline-block;background:#eefaf5;color:#1d6d51;border:1px solid #bfe4d4;padding:6px 10px;border-radius:999px;font-size:.82rem;font-weight:800}.print-only{display:none}@media(max-width:900px){.hero .container,.grid3,.grid2,.footer-grid{grid-template-columns:1fr}.navlinks{display:none}.navlinks.open{display:flex;position:absolute;left:4%;right:4%;top:72px;background:#fff;border:1px solid var(--line);padding:16px;border-radius:14px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.menu-btn{display:block}.topic-list{columns:1}.hero .container{padding-top:45px}.resource{flex-direction:column}.resource a{white-space:normal}}@media print{.site-header,.topbar,.footer,.actions,.menu-btn{display:none!important}.print-only{display:block}body{font-size:11pt}.card{box-shadow:none;break-inside:avoid}section{padding:20px 0}}

/* NCLEX logo integration */
.brand{gap:12px}
.brand-logo{width:58px;height:58px;display:block;border-radius:50%;object-fit:cover;box-shadow:0 4px 14px rgba(14,66,102,.18);flex:0 0 auto}
.brand-subtitle{font-weight:650;color:#607487}
.footer-brand{display:flex;align-items:flex-start;gap:16px}
.footer-logo{width:78px;height:78px;display:block;border-radius:50%;object-fit:cover;box-shadow:0 7px 24px rgba(0,0,0,.28);flex:0 0 auto}
.footer-brand h4{margin-bottom:6px}
.footer-brand p{margin-top:0}
@media(max-width:900px){.brand-logo{width:50px;height:50px}.footer-brand{align-items:center}.footer-logo{width:68px;height:68px}}
@media(max-width:520px){.brand-logo{width:46px;height:46px}.brand>span{font-size:.94rem}.brand-subtitle{font-size:.75rem}.footer-brand{align-items:flex-start}.footer-logo{width:60px;height:60px}}
