:root { color-scheme:light dark; --ink:#2f302c; --ink-2:#45463f; --muted:#64655e; --paper:#fcf8d8; --surface:#fffef6; --line:#adaca7; --teal:#8a4300; --teal-dark:#733700; --orange:#dd700b; --orange-dark:#a54e00; --focus:#8a4300; --success:#177245; --warning:#8a4a00; --danger:#a82117; --shadow:0 12px 40px rgba(47,48,44,.12); --radius:18px; --radius-sm:10px; --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; overflow-x:hidden; font-family:var(--font); color:var(--ink); background:var(--paper); font-size:16px; line-height:1.6; } a { color:inherit; } button,input,select,textarea { font:inherit; } button { cursor:pointer; } img { max-width:100%; display:block; } :focus-visible { outline:3px solid var(--focus); outline-offset:3px; } .skip-link { position:absolute; left:-9999px; top:0; z-index:10; padding:.7rem 1rem; background:var(--orange); color:#1f201d; } .skip-link:focus { left:1rem; }
.container { width:min(1160px, calc(100% - 48px)); margin:0 auto; } .narrow { max-width:780px; } .site-header { position:sticky; top:0; z-index:5; background:rgba(255,255,255,.94); backdrop-filter:blur(14px); border-bottom:1px solid var(--line); } .header-inner { min-height:78px; display:flex; align-items:center; gap:28px; } .brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; line-height:1.12; flex-shrink:0; } .logo-mark { display:grid; place-items:center; width:46px; height:46px; border-radius:12px; background:var(--ink); color:#fff; letter-spacing:-.06em; font-weight:800; font-size:15px; } .logo-text { font-size:13px; letter-spacing:.03em; } .logo-text b { font-size:15px; } .desktop-nav { display:flex; gap:20px; margin-left:auto; } .desktop-nav a,.text-link { text-decoration:none; font-size:14px; font-weight:650; color:var(--ink-2); } .desktop-nav a:hover,.desktop-nav .active,.text-link:hover { color:var(--teal); } .header-actions { display:flex; align-items:center; gap:15px; } .menu-toggle,.mobile-nav { display:none; }
.button { border:1px solid var(--ink); border-radius:999px; display:inline-flex; align-items:center; justify-content:center; padding:12px 20px; font-weight:700; text-decoration:none; gap:7px; transition:.2s ease; background:var(--ink); color:white; } .button:hover { transform:translateY(-1px); background:var(--ink-2); } .button-accent { background:var(--orange); border-color:var(--orange); } .button-accent:hover { background:var(--orange-dark); } .button-ghost { background:transparent; color:var(--ink); border-color:var(--line); } .button-ghost:hover { background:var(--surface); } .button-small { padding:8px 13px; font-size:13px; } .button-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; } .arrow-link { text-decoration:none; font-weight:750; color:var(--teal); } .arrow-link:hover { color:var(--orange-dark); } .eyebrow,.overline,.news-meta,.article-meta { display:block; text-transform:uppercase; letter-spacing:.11em; font-size:12px; font-weight:800; color:var(--teal); } .overline { color:var(--muted); } .muted { color:var(--muted); } h1,h2,h3,p { margin-top:0; } h1 { font-size:clamp(2.5rem,5vw,5.2rem); letter-spacing:-.065em; line-height:.98; margin:15px 0 18px; max-width:780px; } h2 { font-size:clamp(1.6rem,2.5vw,2.6rem); letter-spacing:-.045em; line-height:1.08; } h3 { line-height:1.2; } p { color:var(--muted); } .lead { font-size:1.15rem; max-width:680px; }
.hero { padding:68px 0 76px; background:linear-gradient(135deg,#eef4f7 0%,#f8f9f6 62%,#fff 100%); } .hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; } .hero-lede { font-size:1.2rem; max-width:590px; color:var(--ink-2); } .hero-image { aspect-ratio:16/9; border-radius:24px; overflow:hidden; box-shadow:var(--shadow); } .hero-image img { width:100%; height:100%; object-fit:cover; } .hero-meta { display:flex; gap:8px; align-items:center; color:var(--muted); font-size:13px; margin-top:30px; } .signal-dot { width:9px; height:9px; background:var(--orange); border-radius:99px; display:inline-block; }
.section { padding:88px 0; } .section-light { background:#fff; } .section-navy { background:var(--ink); color:#fff; } .section-navy p { color:#b8c6d3; } .section-heading { max-width:700px; } .section-heading h2 { margin:8px 0 12px; } .split-heading { display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:32px; } .three-grid,.news-grid,.help-grid,.officer-grid,.detail-grid,.achievement-grid,.resource-grid { display:grid; gap:20px; } .three-grid { grid-template-columns:repeat(3,1fr); } .card,.detail-card,.notice-box,.side-note,.form-card,.member-card,.resource-card,.officer-card,.achievement-feature { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 5px 20px rgba(16,42,67,.035); } .card { min-height:205px; display:flex; flex-direction:column; } .card p { flex:1; } .card-top { display:flex; align-items:center; gap:9px; margin-bottom:18px; } .card-dot { width:9px; height:9px; background:var(--orange); border-radius:99px; } .news-grid { grid-template-columns:repeat(3,1fr); } .news-card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; } .news-image { aspect-ratio:1.4; background:#e8eff2; } .news-image img { width:100%; height:100%; object-fit:cover; } .news-body { padding:22px; } .news-body h3 { font-size:1.35rem; margin:8px 0; } .news-meta { color:var(--muted); font-size:11px; } .stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; } .stat-grid h2 { color:#fff; max-width:600px; } .eyebrow-light { color:#f3a16d; } .stats { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; } .stats div { border-left:1px solid #587087; padding-left:17px; } .stats strong { display:block; font-size:3rem; line-height:1; letter-spacing:-.06em; color:#fff; } .stats span { color:#b8c6d3; font-size:13px; } .callout { display:flex; justify-content:space-between; gap:30px; align-items:center; border-top:1px solid var(--line); padding-top:52px; } .callout h2 { margin:7px 0; }
.page-intro { padding:76px 0 62px; background:linear-gradient(135deg,#edf4f5,#fff); border-bottom:1px solid var(--line); } .page-intro p { font-size:1.15rem; max-width:760px; } .prose-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:75px; } .prose { max-width:720px; } .prose h2 { margin-top:34px; font-size:1.55rem; } .prose p { font-size:1.06rem; } .notice-box { background:#fff9ed; border-color:#f5d69b; margin:25px 0; } .notice-box strong { color:var(--warning); } .side-note { height:max-content; display:flex; flex-direction:column; gap:10px; background:#f0f5f5; } .side-note strong { font-size:1.15rem; } .side-note ol { padding-left:19px; color:var(--muted); } .side-note a { margin:4px 0; } .officer-grid { grid-template-columns:repeat(3,1fr); } .officer-card { padding:0; overflow:hidden; } .officer-card img { width:100%; aspect-ratio:1; object-fit:cover; background:#e8eff2; } .officer-card>div { padding:20px; } .officer-card h2 { font-size:1.4rem; margin:7px 0; } .achievement-grid { grid-template-columns:1.2fr .8fr; } .achievement-feature { background:var(--ink); color:#fff; min-height:330px; display:flex; flex-direction:column; justify-content:end; } .achievement-feature p { color:#b8c6d3; } .achievement-list { display:grid; gap:12px; } .achievement-list div { border-bottom:1px solid var(--line); display:flex; gap:20px; padding:20px 0; } .achievement-list strong { font-size:2rem; color:var(--orange); } .filters,.toolbar { display:flex; gap:18px; align-items:end; justify-content:space-between; margin-bottom:26px; } label { display:grid; gap:7px; color:var(--ink-2); font-weight:650; font-size:14px; } input,select,textarea { width:100%; border:1px solid var(--line); border-radius:9px; padding:12px 13px; color:var(--ink); background:var(--surface); } .filters label:first-child { width:min(100%,430px); } .filters label:last-child { width:220px; } .news-list { display:grid; gap:17px; } .news-row { display:grid; grid-template-columns:200px 1fr; gap:25px; border-bottom:1px solid var(--line); padding:0 0 25px; } .news-row-image { aspect-ratio:1.4; border-radius:12px; overflow:hidden; } .news-row-image img { width:100%; height:100%; object-fit:cover; } .news-row h2 { font-size:1.6rem; margin:6px 0; } .article-layout { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:55px; } .article-image { aspect-ratio:1.8; border-radius:18px; overflow:hidden; margin-bottom:25px; } .article-image img { width:100%; height:100%; object-fit:cover; } .detail-grid { grid-template-columns:repeat(3,1fr); } .detail-card { display:flex; flex-direction:column; gap:8px; } .detail-card strong { font-size:1.45rem; } .agm-content { margin-top:55px; } .resource-list { display:grid; gap:10px; } .resource-list>div { display:grid; grid-template-columns:130px 1fr auto; gap:15px; align-items:center; border-bottom:1px solid var(--line); padding:15px 0; }
.form-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:35px; align-items:start; } .form-card { display:grid; gap:22px; max-width:720px; } .form-section { display:grid; gap:15px; border-bottom:1px solid var(--line); padding-bottom:8px; } .form-section h2 { font-size:1.35rem; margin-bottom:0; } .field-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; } .check { display:flex; grid-template-columns:auto 1fr; align-items:start; gap:10px; font-weight:400; } .check input { width:auto; margin-top:5px; } .auth-layout { display:flex; justify-content:center; } .auth-layout .form-card { width:100%; max-width:490px; } .form-links { display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; } .demo-note { font-size:13px; color:var(--muted); border-top:1px solid var(--line); padding-top:16px; }
.site-footer { background:#0b1f33; color:#fff; padding:60px 0 20px; } .site-footer p { color:#9db0c0; font-size:14px; } .footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px; } .footer-brand { font-size:2rem; font-weight:900; letter-spacing:-.08em; } .site-footer h3 { color:#fff; font-size:14px; text-transform:uppercase; letter-spacing:.1em; } .footer-link { display:block; text-decoration:none; color:#b8c6d3; margin:9px 0; font-size:14px; } .footer-link:hover { color:#fff; } .footer-bottom { border-top:1px solid #334b60; display:flex; justify-content:space-between; gap:20px; padding-top:16px; margin-top:45px; color:#8fa4b6; font-size:12px; }
.app-shell { display:grid; grid-template-columns:250px 1fr; min-height:100vh; background:var(--paper); } .app-sidebar { background:var(--ink); color:#fff; padding:23px 15px; display:flex; flex-direction:column; gap:30px; } .app-brand .brand { color:#fff; } .app-brand .logo-mark { background:var(--orange); } .app-brand .brand span:last-child { font-weight:700; } .app-sidebar nav { display:grid; gap:5px; } .app-sidebar nav a { text-decoration:none; color:#b8c6d3; padding:11px 13px; border-radius:9px; font-size:14px; } .app-sidebar nav a:hover,.app-sidebar nav a.active { background:#1d4260; color:#fff; } .sidebar-foot { margin-top:auto; display:grid; gap:6px; border-top:1px solid #2c4a62; padding-top:15px; } .sidebar-foot a { color:#b8c6d3; } .app-main { min-width:0; } .app-topbar { min-height:66px; display:flex; align-items:center; justify-content:flex-end; gap:16px; border-bottom:1px solid var(--line); background:var(--surface); padding:0 42px; } .app-user { color:var(--muted); font-size:13px; } .demo-pill { background:#e8f4f1; color:var(--teal-dark); border-radius:99px; padding:5px 10px; font-size:12px; font-weight:800; } .demo-admin { background:#fff2e8; color:var(--orange-dark); } .mobile-app-label { display:none; } .app-content { padding:45px min(5vw,70px); max-width:1400px; } .app-content>h1 { font-size:clamp(2.2rem,4vw,4rem); max-width:none; } .dashboard-grid,.admin-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:28px; } .member-card-wide { grid-column:span 2; } .card-header { display:flex; justify-content:space-between; align-items:start; gap:20px; } .card-header h2 { font-size:1.45rem; margin:6px 0 0; } .priority-list { display:grid; gap:10px; } .priority-list>div { display:flex; gap:18px; border-top:1px solid var(--line); padding:17px 0 4px; } .priority-index,.goal-number { color:var(--orange); font-weight:800; font-size:1.3rem; } .priority-list strong { font-size:1.06rem; } .priority-list p { margin:3px 0 0; font-size:14px; } .mini-chart,.bar-chart { height:170px; display:flex; align-items:end; gap:12px; padding:18px 5px 0; border-bottom:1px solid var(--line); } .mini-chart span { flex:1; background:linear-gradient(#e07a3f,#f2b98f); border-radius:7px 7px 0 0; } .chart-labels { display:flex; justify-content:space-between; font-size:11px; color:var(--muted); margin-top:8px; } .member-table { margin-top:25px; } .table-wrap { overflow-x:auto; } table { width:100%; border-collapse:collapse; text-align:left; font-size:14px; } th,td { padding:15px 12px; border-bottom:1px solid var(--line); vertical-align:top; } th { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.08em; } .status { display:inline-flex; align-items:center; width:max-content; border-radius:99px; background:#eef2f5; color:var(--ink-2); padding:4px 9px; font-size:12px; font-weight:750; } .status.success { background:#e8f5ee; color:var(--success); } .status.warning { background:#fff1dc; color:var(--warning); } .status.danger { background:#fdeceb; color:var(--danger); } .toolbar { justify-content:flex-start; flex-wrap:wrap; margin-top:25px; } .toolbar label { min-width:190px; } .segmented { display:flex; border:1px solid var(--line); border-radius:9px; overflow:hidden; } .segmented button { border:0; padding:9px 15px; background:var(--surface); color:var(--muted); } .segmented button+button { border-left:1px solid var(--line); } .segmented button.selected { background:var(--ink); color:#fff; } .metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:25px 0 18px; } .metric-card { background:var(--surface); border:1px solid var(--line); border-radius:13px; padding:20px; } .metric-card span,.metric-card small { display:block; color:var(--muted); font-size:12px; } .metric-card strong { display:block; font-size:1.55rem; margin:5px 0; } .warning-text { color:var(--warning); } .bar-chart { height:230px; gap:25px; justify-content:space-around; } .bar-group { height:100%; display:flex; align-items:end; gap:4px; position:relative; flex:1; max-width:60px; } .bar { flex:1; border-radius:5px 5px 0 0; min-height:4px; } .bar.budget { background:#b7c8d2; } .bar.actual { background:var(--orange); } .bar-group small { position:absolute; bottom:-24px; left:50%; transform:translateX(-50%); color:var(--muted); white-space:nowrap; font-size:11px; } .legend { color:var(--muted); font-size:12px; } .legend i { display:inline-block; width:8px; height:8px; border-radius:2px; margin:0 4px 0 10px; background:#b7c8d2; } .legend .legend-actual { background:var(--orange); } .kanban { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:25px; align-items:start; } .kanban-col { background:#eef3f5; border-radius:12px; padding:12px; min-height:300px; } .kanban-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; } .kanban-heading h2 { font-size:14px; letter-spacing:0; margin:0; } .kanban-heading span { background:#dbe6eb; border-radius:50%; min-width:23px; height:23px; display:grid; place-items:center; font-size:12px; } .issue-card { background:var(--surface); border:1px solid var(--line); border-radius:10px; padding:14px; margin:9px 0; } .issue-top { display:flex; justify-content:space-between; gap:8px; align-items:center; font-size:11px; color:var(--muted); } .issue-card h3 { font-size:1rem; margin:10px 0 5px; } .issue-card p { font-size:13px; } .resource-grid { grid-template-columns:repeat(3,1fr); margin-top:28px; } .resource-card { display:flex; gap:15px; } .resource-icon { width:38px; height:38px; flex-shrink:0; border-radius:10px; background:#e8f4f1; color:var(--teal); display:grid; place-items:center; font-weight:800; } .resource-card h2 { font-size:1.2rem; margin:5px 0; } .resource-card p { font-size:14px; } .narrow-form { max-width:650px; } .detail-banner { background:var(--ink); color:#fff; border-radius:var(--radius); padding:28px; margin-top:25px; } .detail-banner p { color:#b8c6d3; } .detail-columns { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:18px; margin-top:18px; } .vote-options { border:0; padding:0; display:grid; gap:10px; margin:25px 0; } .vote-options label { display:flex; align-items:center; gap:10px; border:1px solid var(--line); border-radius:9px; padding:12px; font-weight:400; } .vote-options input { width:auto; } .alert-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:28px; } .alert-card { padding:20px; background:var(--surface); border:1px solid var(--line); border-left:5px solid var(--teal); border-radius:10px; } .alert-card.warning { border-left-color:var(--warning); } .alert-card.danger { border-left-color:var(--danger); } .alert-card span { display:block; color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.08em; } .alert-card strong { display:block; font-size:1.5rem; margin:5px 0; } .quick-links { display:grid; gap:10px; } .quick-link { text-decoration:none; color:var(--teal); border-top:1px solid var(--line); padding-top:12px; }
.toast { position:fixed; right:24px; bottom:24px; z-index:9; background:var(--ink); color:#fff; border-radius:10px; padding:14px 18px; box-shadow:var(--shadow); font-size:14px; max-width:390px; }
@media (prefers-color-scheme:dark) { :root { --ink:#fcf8d8; --ink-2:#f0edcf; --muted:#d9dadf; --paper:#1f201d; --surface:#2d2e2a; --line:#7c7d75; --teal:#f2a25a; --teal-dark:#ffc07f; --orange:#dd700b; --orange-dark:#f28a2b; --focus:#ffc07f; --warning:#ffc078; } .site-header { background:rgba(31,32,29,.96); } .logo-mark,.button { background:#fcf8d8; color:#1f201d; } .button-accent { background:var(--orange); color:#1f201d; } .hero,.page-intro { background:linear-gradient(135deg,#34352f,#1f201d); } .section-light { background:#292a26; } .section-navy { background:#11120f; } .notice-box { background:#3a3023; border-color:#8f6b43; } .side-note,.kanban-col { background:#292a26; } input,select,textarea { color:var(--ink); } .button-ghost { color:var(--ink); } .achievement-feature,.detail-banner { background:#11120f; } }
@media (max-width:900px) { .desktop-nav,.header-actions { display:none; } .menu-toggle { display:block; margin-left:auto; border:1px solid var(--line); border-radius:9px; background:transparent; color:var(--ink); padding:9px 12px; } .mobile-nav { display:none; padding-bottom:18px; gap:7px; flex-wrap:wrap; } .mobile-nav.open { display:flex; } .mobile-nav a { padding:7px 10px; text-decoration:none; font-weight:650; font-size:14px; } .mobile-nav .text-link { width:100%; } .hero-grid,.stat-grid,.prose-grid,.achievement-grid,.form-layout,.article-layout { grid-template-columns:1fr; } .hero-image { order:-1; } .three-grid,.news-grid,.officer-grid,.detail-grid,.resource-grid { grid-template-columns:repeat(2,1fr); } .footer-grid { grid-template-columns:repeat(2,1fr); } .callout { display:block; } .callout .button-row { margin-top:20px; } .app-shell { grid-template-columns:1fr; } .app-sidebar { padding:12px 16px; flex-direction:row; flex-wrap:wrap; align-items:center; gap:15px; } .app-sidebar nav { display:flex; overflow-x:auto; order:3; width:100%; } .app-sidebar nav a { white-space:nowrap; } .sidebar-foot { display:none; } .app-brand { flex-shrink:0; } .app-topbar { padding:0 20px; } .mobile-app-label { display:inline; margin-right:auto; font-weight:750; } .app-user { display:none; } .app-content { padding:30px 20px 50px; } .dashboard-grid,.admin-grid { grid-template-columns:1fr; } .member-card-wide { grid-column:auto; } .kanban { grid-template-columns:repeat(2,1fr); } .metric-grid,.alert-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px) { .container { width:min(100% - 30px,1160px); } h1 { font-size:2.7rem; } .hero { padding:35px 0 50px; } .section { padding:60px 0; } .three-grid,.news-grid,.officer-grid,.detail-grid,.resource-grid,.footer-grid,.field-grid,.metric-grid,.alert-grid { grid-template-columns:1fr; } .stats { gap:10px; } .stats strong { font-size:2.3rem; } .split-heading { display:block; } .split-heading .arrow-link { display:inline-block; margin-top:15px; } .news-row { grid-template-columns:1fr; gap:14px; } .news-row-image { max-width:260px; } .filters,.toolbar { display:block; } .filters label,.filters label:first-child,.filters label:last-child { width:100%; margin-bottom:12px; } .resource-list>div { grid-template-columns:1fr; gap:8px; } .footer-bottom { display:block; } .footer-bottom span { display:block; margin:4px 0; } .kanban { grid-template-columns:1fr; } .app-sidebar { overflow:hidden; } .app-brand .brand span:last-child { display:none; } .app-sidebar nav { gap:2px; } .app-sidebar nav a { font-size:12px; padding:8px; } .bar-chart { gap:8px; } }
@media (max-width:900px) { .metric-grid,.alert-grid { grid-template-columns:1fr; } .detail-columns { grid-template-columns:1fr; } }

/* Frozen Mist palette — Figma scheme 11, with darker derived tones for readable text and states. */
.button-accent { color:#1f201d; }
.button-accent:hover { background:var(--orange-dark); border-color:var(--orange-dark); color:#fff; }
.button-ghost:hover { border-color:var(--ink-2); color:var(--ink); }
.desktop-nav a:hover,.desktop-nav .active,.text-link:hover,.arrow-link,.quick-link { text-decoration-thickness:.11em; text-underline-offset:.22em; }
.desktop-nav a:hover,.text-link:hover,.arrow-link:hover,.quick-link:hover { text-decoration:underline; }
input:hover,select:hover,textarea:hover { border-color:#7c7d75; }
input:focus,select:focus,textarea:focus { border-color:var(--focus); }
input::placeholder,textarea::placeholder { color:#6c6d66; opacity:1; }
.hero { background:linear-gradient(135deg,#fcf8d8 0%,#eeece2 58%,#d9dadf 100%); }
.page-intro { background:linear-gradient(135deg,#fcf8d8,#fffef6 70%); }
.section-light { background:#fffef6; }
.section-navy,.achievement-feature,.detail-banner,.app-sidebar,.site-footer { background:#2f302c; color:#fcf8d8; }
.section-navy p,.achievement-feature p,.detail-banner p,.site-footer p { color:#d9dadf; }
.eyebrow-light { color:#ffad62; }
.stats div { border-left-color:#7c7d75; }
.stats span,.footer-link,.footer-bottom,.app-sidebar nav a,.sidebar-foot a { color:#d9dadf; }
.footer-bottom,.sidebar-foot { border-color:#7c7d75; }
.footer-link:hover,.app-sidebar nav a:hover,.app-sidebar nav a.active,.sidebar-foot a:hover { color:#fcf8d8; }
.app-sidebar nav a:hover,.app-sidebar nav a.active { background:#55564f; }
.notice-box { background:#fcf8d8; border-color:#adaca7; }
.side-note,.kanban-col { background:#f3f1e8; }
.news-image,.officer-card img,.kanban-heading span,.status,.resource-icon,.demo-pill { background:#d9dadf; }
.resource-icon,.demo-pill { color:#733700; }
.demo-admin { background:#fcf8d8; color:#8a4300; }
.mini-chart span { background:linear-gradient(#dd700b,#f2b36f); }
.bar.budget,.legend i { background:#adaca7; }

.join-section { padding-top:52px; }
.join-container { max-width:1040px; }
.join-form { display:grid; gap:27px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:clamp(22px,4vw,46px); box-shadow:var(--shadow); }
.join-intro { margin:0 0 2px; color:var(--ink-2); }
.join-grid { display:grid; gap:18px; }
.join-grid-three { grid-template-columns:.72fr 1fr 1fr; }
.join-grid-two { grid-template-columns:1fr 1fr; }
.join-form label,.connection-group legend { color:var(--ink); font-weight:750; }
.join-form input,.join-form select { min-height:48px; }
.join-form a { color:var(--teal); font-weight:750; }
.join-form a:hover { color:var(--teal-dark); text-decoration-thickness:.12em; }
.field-help,.eligibility-note { display:block; color:var(--muted); font-size:13px; font-weight:450; line-height:1.45; }
.field-help { margin-top:-2px; }
.password-help { margin:-17px 0 3px; }
.eligibility-note { margin:-14px 0 2px; font-style:italic; }
.eligibility-note strong { color:var(--ink-2); }
.connection-group { border:0; padding:0; margin:4px 0; min-width:0; }
.connection-group legend { margin-bottom:12px; padding:0; font-size:14px; }
.radio-stack { display:grid; gap:4px; }
.radio-option { display:grid!important; grid-template-columns:auto 1fr; gap:11px!important; align-items:start; padding:9px 10px; margin-left:-10px; border-radius:9px; font-weight:400!important; cursor:pointer; }
.radio-option:hover { background:var(--paper); }
.radio-option input { width:17px; min-height:17px; height:17px; margin-top:4px; accent-color:var(--orange); }
.radio-option span,.radio-option strong,.radio-option small { display:block; }
.radio-option strong { color:var(--ink); font-size:14px; }
.radio-option small { color:var(--muted); font-size:13px; line-height:1.4; }
.declaration-section h2 { font-size:1.05rem; letter-spacing:0; margin:0 0 11px; }
.declaration-box { border:1px solid var(--line); background:var(--paper); padding:clamp(20px,3vw,32px); }
.declaration-box p,.declaration-box li { color:var(--ink-2); font-size:14px; }
.declaration-box p:last-child { margin-bottom:0; }
.declaration-box li { margin:8px 0; padding-left:4px; }
.declaration-box li::marker { color:var(--orange-dark); }
.join-consents { display:grid; gap:11px; }
.join-consents .check { color:var(--ink-2); font-size:13px; }
.join-consents input { min-height:auto; accent-color:var(--orange); }
.join-submit { width:100%; border-radius:9px; min-height:48px; }
.button:disabled { cursor:not-allowed; opacity:.72; transform:none; background:var(--muted); border-color:var(--muted); color:var(--surface); }
.join-signin { margin:-13px 0 0; text-align:center; color:var(--muted); font-size:13px; }
.join-form .demo-note { margin:0; text-align:center; }
.form-status { margin:0; }
.form-status.success { border-color:#2f6b55; background:#edf7f2; }
.form-trap { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0 0 0 0)!important; clip-path:inset(50%)!important; white-space:nowrap!important; }
.submission-frame { position:absolute; width:1px; height:1px; border:0; opacity:0; pointer-events:none; }
.contact-status h2 { overflow-wrap:anywhere; font-size:clamp(1.45rem,3vw,2.15rem); }

.submission-section { padding-top:52px; }
.submission-card { max-width:820px; margin:0 auto; padding:clamp(28px,5vw,56px); border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); box-shadow:var(--shadow); }
.submission-card h2 { margin-top:0; }
.submission-confirmation { display:flex; gap:18px; align-items:center; padding-bottom:26px; border-bottom:1px solid var(--line); }
.submission-confirmation h2 { margin:4px 0 0; font-size:clamp(1.8rem,4vw,2.7rem); }
.submission-check { display:grid; flex:0 0 54px; width:54px; height:54px; place-items:center; border-radius:50%; background:var(--orange); color:#1f201d; font-size:1.9rem; font-weight:900; }
.submission-reference { margin:26px 0; padding:18px 20px; border:1px solid var(--line); border-radius:var(--radius-sm); background:var(--paper); }
.submission-reference span { display:block; color:var(--muted); font-size:.875rem; }
.submission-reference strong { display:block; margin-top:4px; overflow-wrap:anywhere; color:var(--ink); font-size:clamp(1rem,3vw,1.35rem); letter-spacing:.03em; }
.submission-lede { color:var(--ink-2); font-size:1.1rem; }
.submission-steps { display:grid; gap:18px; margin:28px 0; padding:0; list-style:none; }
.submission-steps li { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:start; }
.submission-step-number { display:grid!important; width:36px; height:36px; margin:0!important; place-items:center; border:1px solid var(--line); border-radius:50%; background:var(--paper); color:var(--orange-dark)!important; font-weight:850; }
.submission-steps strong,.submission-steps span { display:block; }
.submission-steps span { margin-top:3px; color:var(--muted); }
.submission-email { margin:28px 0 18px; padding:20px; border-left:5px solid var(--orange); background:var(--paper); }
.submission-email strong { color:var(--ink); }
.submission-email p { margin:6px 0 0; color:var(--ink-2); }
.submission-note { color:var(--ink-2); }
.submission-card .button-row { margin-top:30px; }

.coming-soon-panel { padding:clamp(30px,6vw,64px); border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); box-shadow:var(--shadow); }
.coming-soon-panel h2 { margin:10px 0 12px; }
.coming-soon-panel p { margin-bottom:0; max-width:650px; }
.meeting-notice { margin-top:28px; }
.meeting-notice p { margin-bottom:0; }
.constitution-layout { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:52px; align-items:start; }
.constitution-status { grid-column:2; grid-row:1; position:sticky; top:104px; }
.constitution-document { grid-column:1; grid-row:1; max-width:none; }
.constitution-document section { padding:0 0 28px; border-bottom:1px solid var(--line); }
.constitution-document section+section { padding-top:2px; }
.constitution-document ol { padding-left:1.45rem; }
.constitution-document li { margin:.55rem 0; color:var(--ink-2); }
.constitution-adoption { padding:24px; border-radius:var(--radius-sm); background:var(--paper); border:1px solid var(--line); color:var(--ink-2); }

@media (prefers-color-scheme:dark) {
  input::placeholder,textarea::placeholder { color:#c7c8cc; }
  .button-accent:hover { background:var(--orange-dark); border-color:var(--orange-dark); color:#1f201d; }
  .button-ghost { background:transparent; color:var(--ink); border-color:var(--line); }
  .hero,.page-intro { background:linear-gradient(135deg,#34352f,#1f201d 72%); }
  .section-light { background:#292a26; }
  .section-navy,.achievement-feature,.detail-banner,.app-sidebar,.site-footer { background:#11120f; }
  .notice-box { background:#3a3023; border-color:#8f6b43; }
  .side-note,.kanban-col { background:#292a26; }
  .news-image,.officer-card img,.kanban-heading span,.status,.resource-icon,.demo-pill { background:#3f403a; }
  .resource-icon,.demo-pill { color:#ffc07f; }
  .demo-admin { background:#3a3023; color:#ffc07f; }
  .radio-option:hover,.declaration-box { background:#252620; }
  .form-status.success { border-color:#5aa77c; background:#173b2a; }
  .form-status.success strong { color:#b8edce; }
  .form-status.success p { color:#fffdf5; }
}

@media (max-width:700px) {
  .join-section { padding-top:34px; }
  .join-grid-three,.join-grid-two { grid-template-columns:1fr; }
  .join-form { gap:24px; }
  .password-help,.eligibility-note { margin-top:-10px; }
  .submission-section { padding-top:34px; }
  .submission-confirmation { align-items:flex-start; }
  .submission-card .button-row { align-items:stretch; }
  .submission-card .button { width:100%; }
}

@media (max-width:900px) {
  .constitution-layout { grid-template-columns:1fr; gap:26px; }
  .constitution-status,.constitution-document { grid-column:1; grid-row:auto; }
  .constitution-status { position:static; }
}

.committee-sections { display:grid; gap:56px; }
.committee-section { border-top:1px solid var(--line); padding-top:34px; }
.committee-section:first-child { border-top:0; padding-top:0; }
.committee-heading { margin-bottom:22px; }
.committee-heading h2 { margin:7px 0 0; }
.committee-roster { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.committee-person { min-height:140px; display:flex; flex-direction:column; justify-content:flex-end; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:var(--shadow); }
.committee-person h3 { margin:8px 0 0; font-size:1.35rem; }
.committee-placeholder { max-width:760px; background:var(--surface); border:1px dashed var(--line); border-radius:var(--radius); padding:24px; }
.committee-placeholder strong { color:var(--ink-2); }
.committee-placeholder p { margin:7px 0 0; }

@media (max-width:700px) {
  .committee-sections { gap:42px; }
  .committee-roster { grid-template-columns:1fr; }
  .committee-person { min-height:112px; }
}

.logo-mark { width:53px; height:38px; padding:0; overflow:hidden; border-radius:8px; background:transparent; }
.logo-mark img { width:100%; height:100%; object-fit:cover; }
.hero-image { aspect-ratio:4/3; }
.footer-logo { width:92px; height:auto; border-radius:9px; margin-bottom:14px; }

/* Accessibility pass: explicit state colours, stronger targets and motion preferences. */
:root {
  --control-active-bg:#2f302c;
  --control-active-fg:#fcf8d8;
  --status-neutral-bg:#eef2f5;
  --status-neutral-fg:#45463f;
  --status-success-bg:#e8f5ee;
  --status-success-fg:#12603a;
  --status-warning-bg:#fff1dc;
  --status-warning-fg:#7a4100;
  --status-danger-bg:#fdeceb;
  --status-danger-fg:#932018;
}

.button { min-height:44px; }
.button-small { font-size:14px; }
.arrow-link,.quick-link { text-decoration:underline; text-underline-offset:.22em; }
.news-meta,.chart-labels,.bar-group small,.issue-top { font-size:12px; }
.status { background:var(--status-neutral-bg); color:var(--status-neutral-fg); }
.status.success { background:var(--status-success-bg); color:var(--status-success-fg); }
.status.warning { background:var(--status-warning-bg); color:var(--status-warning-fg); }
.status.danger { background:var(--status-danger-bg); color:var(--status-danger-fg); }
.segmented button { min-height:44px; color:var(--muted); font-weight:700; }
.segmented button.selected { background:var(--control-active-bg); color:var(--control-active-fg); }
.segmented button:focus-visible { position:relative; z-index:1; outline-offset:-4px; }
.radio-option:focus-within { background:var(--paper); outline:3px solid var(--focus); outline-offset:2px; }
.toast { background:#2f302c; color:#fcf8d8; border:1px solid #7c7d75; }

@media (prefers-color-scheme:dark) {
  :root {
    --control-active-bg:#fcf8d8;
    --control-active-fg:#1f201d;
    --status-neutral-bg:#3f403a;
    --status-neutral-fg:#f0edcf;
    --status-success-bg:#173b2a;
    --status-success-fg:#b8edce;
    --status-warning-bg:#4a321d;
    --status-warning-fg:#ffd3a3;
    --status-danger-bg:#4b2421;
    --status-danger-fg:#ffc2bc;
  }
}

@media (max-width:600px) {
  .app-sidebar nav a { min-height:44px; padding:10px 12px; font-size:14px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; scroll-behavior:auto!important; }
  .button:hover { transform:none; }
}

@media (forced-colors:active) {
  .button,.status,.demo-pill,.segmented { border:1px solid ButtonText; }
  .signal-dot,.card-dot { background:CanvasText; }
}
