:root {
  --navy: #10233f;
  --navy-deep: #081729;
  --ink: #172033;
  --muted: #647084;
  --paper: #f7f8f5;
  --white: #ffffff;
  --line: #dfe4e7;
  --green: #1d806b;
  --green-dark: #136251;
  --mint: #dff2eb;
  --gold: #d8a34a;
  --coral: #e36d55;
  --display: "Newsreader", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 94px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }

.announcement { color: #d8e2ef; background: var(--navy-deep); font-size: 12px; }
.announcement .container { min-height: 39px; display: flex; align-items: center; gap: 10px; }
.announcement p { margin: 0; }
.announcement a { margin-left: auto; color: #fff; font-weight: 700; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #54d7b2; box-shadow: 0 0 0 5px rgba(84,215,178,.12); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(16,35,63,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-row { min-height: 83px; display: flex; align-items: center; gap: 42px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px 4px 13px 4px; color: #fff; background: var(--green); font-weight: 800; font-size: 14px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--navy); font-size: 24px; letter-spacing: -.8px; }
.brand-copy strong span, .footer-brand strong span { color: var(--green); }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .03em; }
.main-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.main-nav a { position: relative; padding: 30px 0; color: #465469; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; transform: scaleX(0); background: var(--green); transition: transform .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-cta { padding: 12px 18px; border-radius: 7px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }
.menu-toggle { display: none; width: 43px; height: 43px; border: 0; border-radius: 8px; color: #fff; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 90px 0 80px; background: linear-gradient(135deg, #eef5f0 0%, #f9f8f2 48%, #edf3f4 100%); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; right: -260px; top: -300px; border: 1px solid rgba(29,128,107,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(29,128,107,.025), 0 0 0 140px rgba(29,128,107,.02); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.hero-copy h1 { margin: 18px 0 24px; color: var(--navy); font: 700 clamp(48px, 6vw, 78px)/.96 var(--display); letter-spacing: -2px; }
.hero-copy h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #59677a; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(29,128,107,.2); }
.button.ghost { border: 1px solid #cdd6d5; background: rgba(255,255,255,.62); }
.hero-trust { display: flex; gap: 27px; margin-top: 38px; color: var(--muted); font-size: 11px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust b { color: var(--navy); font-size: 19px; }

.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px dashed rgba(29,128,107,.28); border-radius: 50%; }
.orbit-one { width: 380px; height: 380px; }
.orbit-two { width: 285px; height: 285px; border-style: solid; border-color: rgba(16,35,63,.09); }
.focus-card { position: relative; z-index: 2; width: 230px; padding: 32px 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px 7px 24px 7px; color: #fff; background: linear-gradient(145deg, var(--navy), #1d3b5b); box-shadow: 0 35px 70px rgba(10,30,49,.24); }
.focus-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 50%; color: #a9ead6; background: rgba(255,255,255,.09); font-size: 28px; }
.focus-card small { display: block; color: #9eb0c4; font-size: 9px; letter-spacing: .15em; }
.focus-card strong { display: block; margin: 4px 0 19px; font: 700 37px var(--display); }
.focus-card p { margin: 10px 0 0; color: #a9b7c7; font-size: 10px; }
.progress { height: 5px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.12); }
.progress i { display: block; width: 74%; height: 100%; background: #54d7b2; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(16,35,63,.08); border-radius: 10px; background: rgba(255,255,255,.9); box-shadow: 0 15px 38px rgba(16,35,63,.1); }
.floating-note b { color: var(--green); font-size: 17px; }
.floating-note span { color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.35; }
.note-one { left: 3px; top: 105px; }
.note-two { right: 0; top: 65px; }
.note-three { right: 5px; bottom: 52px; }

.path-strip { color: #fff; background: var(--navy); }
.path-strip .container { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.path-strip > .container > span { color: #8fa2b9; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.path-strip div div { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.path-strip b { color: #64d6b7; }
.path-strip i { flex: 1; height: 1px; background: rgba(255,255,255,.12); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.section-heading h2, .topic-intro h2, .roadmap-copy h2, .notice-box h2 { margin: 11px 0 0; color: var(--navy); font: 700 clamp(34px, 4vw, 50px)/1.05 var(--display); letter-spacing: -.7px; }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 13px; }
.group-tabs { display: flex; gap: 7px; margin-bottom: 24px; overflow-x: auto; padding-bottom: 3px; }
.group-tabs button { padding: 11px 17px; border: 1px solid var(--line); border-radius: 7px; color: #59677a; background: #fff; font-size: 11px; font-weight: 700; white-space: nowrap; }
.group-tabs button:hover, .group-tabs button.selected { border-color: var(--navy); color: #fff; background: var(--navy); }
.title-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.title-card { position: relative; min-height: 275px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: transform .22s, border-color .22s, box-shadow .22s; }
.title-card:hover { transform: translateY(-5px); border-color: #b7c8c3; box-shadow: 0 20px 45px rgba(16,35,63,.08); }
.title-card.hidden { display: none; }
.title-card.featured { color: #fff; border-color: var(--navy); background: var(--navy); }
.card-number { position: absolute; right: 18px; top: 10px; color: rgba(16,35,63,.06); font: 700 70px var(--display); }
.featured .card-number { color: rgba(255,255,255,.05); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 12px 4px 12px 4px; color: var(--green); background: var(--mint); font-size: 21px; }
.featured .card-icon { color: #6ee1c1; background: rgba(255,255,255,.08); }
.group-label { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured .group-label { color: #72d9bd; }
.title-card h3 { margin: 6px 0 8px; font: 700 24px/1.1 var(--display); }
.title-card p { min-height: 40px; margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.featured p { color: #aebed0; }
.show-topics { display: flex; align-items: center; gap: 14px; padding: 0; border: 0; color: var(--navy); background: none; font-size: 10px; font-weight: 800; }
.featured .show-topics { color: #fff; }
.show-topics span { color: var(--green); font-size: 16px; }

.topics-section { background: #edf1ee; }
.topic-intro { max-width: 720px; margin-bottom: 34px; }
.topic-intro h2 strong { color: var(--green); }
.topic-intro p { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.topic-layout { display: grid; grid-template-columns: 245px 1fr; gap: 18px; align-items: start; }
.topic-sidebar { position: sticky; top: 105px; padding: 23px; border: 1px solid #d8dfdb; border-radius: 12px; background: #fff; }
.topic-sidebar label { display: block; margin-bottom: 8px; color: var(--navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.topic-search { display: flex; align-items: center; gap: 8px; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; background: #fafbf9; }
.topic-search span { color: var(--green); font-size: 20px; }
.topic-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 10px; }
.topic-summary { margin: 18px 0; padding: 17px; border-radius: 9px; background: var(--mint); }
.topic-summary span, .topic-summary small { display: block; color: var(--muted); font-size: 9px; }
.topic-summary strong { display: block; margin: 4px 0; color: var(--green-dark); font: 700 25px var(--display); }
.topic-sidebar button { width: 100%; height: 39px; border: 1px solid var(--line); border-radius: 6px; color: var(--navy); background: #fff; font-size: 10px; font-weight: 700; }
.topic-list { display: grid; gap: 8px; }
.topic-row { min-height: 88px; display: grid; grid-template-columns: 30px 48px 1fr auto; align-items: center; gap: 15px; padding: 13px 18px; border: 1px solid #dce2df; border-radius: 10px; background: #fff; transition: transform .18s, border-color .18s; }
.topic-row:hover { transform: translateX(4px); border-color: #a8beb7; }
.topic-row.hidden { display: none; }
.topic-no { color: #a3adb7; font-size: 9px; font-weight: 800; }
.topic-symbol { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px 3px 10px 3px; color: var(--green); background: var(--mint); font-size: 13px; font-weight: 800; }
.topic-row h3 { margin: 0 0 4px; color: var(--navy); font-size: 13px; }
.topic-row p { margin: 0; color: var(--muted); font-size: 10px; }
.topic-badge { padding: 5px 8px; border-radius: 4px; color: var(--green-dark); background: var(--mint); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.topic-row.finance .topic-symbol, .topic-row.finance .topic-badge { color: #946513; background: #fbefd7; }
.topic-row.field .topic-symbol, .topic-row.field .topic-badge { color: #a84635; background: #fae8e3; }
.topic-row.regulation .topic-symbol, .topic-row.regulation .topic-badge { color: #5b4aa0; background: #eeebfa; }

.roadmap-section { color: #fff; background: var(--navy-deep); }
.roadmap-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.roadmap-copy .eyebrow { color: #62d7b8; }
.roadmap-copy h2 { color: #fff; }
.roadmap-copy > p { max-width: 470px; color: #a7b5c5; font-size: 13px; }
.roadmap-copy ul { list-style: none; margin: 25px 0 0; padding: 0; }
.roadmap-copy li { margin: 10px 0; color: #d9e3ed; font-size: 12px; }
.roadmap-copy li::before { content: "✓"; margin-right: 10px; color: #61dbb8; }
.roadmap-board { padding: 27px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: #102944; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.board-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.board-head span { font: 700 20px var(--display); }
.board-head b { color: #63d7b8; font-size: 8px; letter-spacing: .13em; }
.week { display: grid; grid-template-columns: 75px 1fr; gap: 5px 15px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.week:last-child { border-bottom: 0; }
.week strong { grid-row: span 2; color: #fff; font-size: 11px; }
.week span { color: #9fb0c1; font-size: 10px; }
.week i { height: 4px; border-radius: 4px; background: rgba(255,255,255,.07); }
.week em { display: block; height: 100%; border-radius: inherit; background: #55d4b2; }

.notice-section { padding: 65px 0; }
.notice-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px 50px; overflow: hidden; border-radius: 18px 5px 18px 5px; background: linear-gradient(120deg, #e0f1eb, #f2efe3); }
.notice-box h2 { max-width: 700px; font-size: 37px; }
.notice-box p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.notice-box > a { flex: none; padding: 14px 20px; border-radius: 7px; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; }

.footer { padding: 55px 0 20px; color: #aebbc9; background: #071525; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-brand strong { color: #fff; font-size: 27px; }
.footer-brand p { max-width: 330px; font-size: 11px; }
.footer h3 { margin: 3px 0 15px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; font-size: 10px; }
.footer-grid a:hover { color: #65d8b8; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }

@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 83px; padding: 12px 20px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; box-shadow: 0 20px 30px rgba(16,35,63,.12); }
  .site-header.open .main-nav { display: flex; }
  .main-nav a { padding: 13px 4px; }
  .main-nav a::after { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .title-grid { grid-template-columns: 1fr 1fr; }
  .roadmap-grid { gap: 40px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 26px, 680px); }
  .announcement p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement a { display: none; }
  .header-row { min-height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { display: none; }
  .header-cta { display: none; }
  .main-nav { top: 70px; }
  .hero { padding: 65px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 54px; }
  .hero-copy > p { font-size: 15px; }
  .hero-visual { min-height: 360px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 245px; height: 245px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .path-strip { display: none; }
  .section { padding: 68px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  .title-grid { grid-template-columns: 1fr; }
  .title-card { min-height: 240px; }
  .topic-layout { grid-template-columns: 1fr; }
  .topic-sidebar { position: static; }
  .topic-row { grid-template-columns: 25px 43px 1fr; }
  .topic-badge { display: none; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .notice-box { display: block; padding: 34px 27px; }
  .notice-box h2 { font-size: 31px; }
  .notice-box > a { display: inline-block; margin-top: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 440px) {
  .hero-copy h1 { font-size: 46px; }
  .hero-actions { display: grid; }
  .hero-trust { gap: 13px; }
  .hero-trust span { display: block; }
  .hero-trust b { display: block; }
  .hero-visual { transform: scale(.9); margin: -20px -20px; }
  .group-tabs { margin-right: -13px; }
  .topic-row { padding: 12px 10px; gap: 9px; }
  .topic-row h3 { font-size: 12px; }
  .week { grid-template-columns: 65px 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
}

/* Application UI */
.app-main { min-height: calc(100vh - 84px); padding: 55px 0 90px; background: linear-gradient(135deg,#eef5f0,#f9f8f2); }
.app-main h1 { margin: 0 0 25px; color: var(--navy); font: 700 clamp(34px,5vw,52px)/1 var(--display); }
.app-main h2 { color: var(--navy); font: 700 24px var(--display); }
.app-heading { display:flex; align-items:center; justify-content:space-between; gap:25px; margin-bottom:28px; }
.app-heading h1 { margin-bottom:8px; }.app-heading p { margin:0;color:var(--muted); }
.app-card,.question-card,.stat-card { padding:26px; border:1px solid var(--line); border-radius:13px; background:#fff; box-shadow:0 14px 35px rgba(16,35,63,.05); }
.app-card { margin-bottom:20px; }.narrow { max-width:620px;margin-left:auto;margin-right:auto; }
.card-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; margin-bottom:25px; }
.stat-card span,.stat-card small { display:block;color:var(--muted);font-size:12px; }.stat-card strong { display:block;margin:5px 0;color:var(--green);font:700 35px var(--display); }
form label { display:block;margin:0 0 16px;color:var(--navy);font-size:12px;font-weight:700; }
input,select,textarea { width:100%;min-height:44px;margin-top:6px;padding:10px 12px;border:1px solid #cfd8d6;border-radius:7px;background:#fff;color:var(--ink); }
textarea { min-height:110px;resize:vertical; }.inline { display:inline-flex!important;align-items:center;gap:7px;margin:2px!important }.inline input { width:auto;min-height:0;margin:0; }
form.inline button,.table-wrap button,.question-card button { padding:7px 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--navy); }
.flash { margin-bottom:20px;padding:13px 16px;border-radius:8px }.flash.success { color:#145c4d;background:var(--mint) }.flash.error { color:#922f20;background:#fae8e3; }
.question-card { margin-bottom:16px }.question-card h2 { font-size:19px }.option { display:block;padding:12px;margin:8px 0;border:1px solid var(--line);border-radius:8px;font-weight:500 }.option input { width:auto;min-height:0;margin:0 8px 0 0 }.option.correct { border-color:#49a98f;background:#e7f7f1 }.option.wrong { border-color:#df765f;background:#fff0ed }
.explanation { padding:14px;border-radius:8px;background:#f2f4f2 }.explanation small { display:block;color:var(--muted) }.result-banner { display:flex;align-items:center;gap:20px;margin-bottom:25px;padding:25px;border-radius:14px;color:#fff;background:var(--navy) }.result-banner strong { font:700 45px var(--display) }
.table-wrap { overflow:auto;margin-bottom:24px;border:1px solid var(--line);border-radius:10px;background:#fff }table { width:100%;border-collapse:collapse }th,td { padding:13px;text-align:left;border-bottom:1px solid var(--line);font-size:12px;vertical-align:top }th { color:var(--navy);background:#edf3f0 }
.quick-links,.admin-nav { display:flex;flex-wrap:wrap;gap:9px;margin-bottom:25px }.quick-links a,.admin-nav a { padding:10px 14px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:12px;font-weight:700 }
.form-row { display:grid;grid-template-columns:repeat(3,1fr);gap:12px }fieldset { margin-bottom:16px;border:1px solid var(--line);border-radius:8px }.search-form { display:flex;gap:8px;margin-bottom:18px }.search-form input { margin:0 }.search-form button { padding:0 18px }
.main-nav form { padding:0 }.main-nav form button { border:0;background:none;color:#465469;font-size:13px;font-weight:700 }
@media(max-width:800px){.card-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.app-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){.card-grid{grid-template-columns:1fr}.app-main{padding-top:35px}.app-card,.question-card,.stat-card{padding:19px}}
