/* The public site keeps its original layout in either appearance. */
:root{color-scheme:light}
:root[data-theme="dark"]{color-scheme:dark;--ink:#edf5ef;--forest:#69cd9b;--gold:#f0c96d;--cream:#101914;--muted:#b8cbbf;--line:#365143}
:root[data-theme="dark"] body{background:var(--cream);color:var(--ink)}
:root[data-theme="dark"] .site-header,:root[data-theme="dark"] #nav,:root[data-theme="dark"] .hero-card,:root[data-theme="dark"] .cards article,:root[data-theme="dark"] .program,:root[data-theme="dark"] .application-form,:root[data-theme="dark"] .highlight,:root[data-theme="dark"] .leadership-grid article,:root[data-theme="dark"] .faq-tools,:root[data-theme="dark"] .faq-list details,:root[data-theme="dark"] .gou-guide-inline,:root[data-theme="dark"] .gou-guide-panel,:root[data-theme="dark"] .gou-guide-message.guide{background:#17241d;color:var(--ink);border-color:var(--line)}
:root[data-theme="dark"] .hero{background:linear-gradient(110deg,#182a20,#183229)}
:root[data-theme="dark"] .page-heading{background:#1b3025}
:root[data-theme="dark"] .gou-guide-intro{background:linear-gradient(110deg,#1c3025,#1a3729)}
:root[data-theme="dark"] .gou-guide-intro p:not(.eyebrow),:root[data-theme="dark"] .lead,:root[data-theme="dark"] .program p,:root[data-theme="dark"] .faq-list p{color:var(--muted)}
:root[data-theme="dark"] input,:root[data-theme="dark"] select,:root[data-theme="dark"] textarea{background:#101914;color:var(--ink);border-color:#557461}
:root[data-theme="dark"] .faq-clear{background:#17241d;color:var(--forest);border-color:var(--forest)}
:root[data-theme="dark"] .faq-clear:hover{background:#284534}
:root[data-theme="dark"] .gou-guide-messages{background:#101914}
:root[data-theme="dark"] .gou-guide-message.visitor{background:#244b35}
:root[data-theme="dark"] .notice.success{background:#173d29}
:root[data-theme="dark"] .notice.error{background:#482819}
:root[data-theme="dark"] footer{background:#09120d}
@media(max-width:760px){:root[data-theme="dark"] #nav{box-shadow:0 7px 15px #0008}}
