:root { --navy-950: #061521; --navy-900: #0a2032; --navy-800: #102f46; --navy-700: #17415c; --gold: #e7b85e; --gold-light: #f1ce80; --white: #f5f7f8; --muted: #aebfca; --line: rgba(190, 218, 230, 0.2); --content-width: 1080px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--navy-950); font-family: "DM Sans", "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.page-width { width: min(calc(100% - 48px), var(--content-width)); margin: 0 auto; }
.site-header { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100% - var(--content-width)) / 2)); background: #071a2a; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; white-space: nowrap; }.brand small { font-weight: 500; color: var(--muted); }.brand-mark { color: var(--gold); font-family: Georgia, serif; font-size: 28px; line-height: 1; }
.main-navigation { display: flex; align-items: center; gap: 30px; font-size: 11px; color: #c8d3d9; }.main-navigation a { padding: 25px 0 21px; border-bottom: 2px solid transparent; }.main-navigation a:hover, .main-navigation a.active { color: var(--gold-light); border-color: var(--gold); }.discord-link { background: var(--gold); color: #162b36 !important; border-radius: 999px; padding: 10px 17px !important; border: 0 !important; font-weight: 700; }.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); color: var(--white); border-radius: 4px; padding: 7px 11px; }
.hero { min-height: 330px; position: relative; overflow: hidden; background: linear-gradient(90deg, #0b263c 0%, rgba(9, 32, 49, .87) 40%, rgba(9, 32, 49, .15) 100%); }.hero-image { position: absolute; inset: 0 0 0 42%; background: linear-gradient(90deg, #0b263c 0%, transparent 38%), url("/Media/CruiserImage.png") center/cover; opacity: .82; }.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 21, 33, .9), transparent 35%), repeating-linear-gradient(110deg, transparent 0 90px, rgba(160, 196, 210, .04) 91px 92px); pointer-events: none; }.hero-content { position: relative; z-index: 1; padding-top: 42px; padding-bottom: 34px; }
.eyebrow { margin: 0 0 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }h1, h2, h3, p { margin-top: 0; }h1, h2 { font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; text-transform: uppercase; letter-spacing: .5px; }h1 { max-width: 580px; margin: 0; font-size: clamp(48px, 6vw, 72px); line-height: .95; }h1 strong { color: var(--white); } h1 span { color: var(--gold); }.hero-copy { max-width: 330px; margin: 14px 0 20px; color: #c3d5df; font-size: 15px; }.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }.button { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 41px; padding: 0 20px; border-radius: 999px; font-size: 11px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-gold { color: #152a35; background: var(--gold); }.button-gold:hover { background: var(--gold-light); }.button-outline { border: 1px solid #8eaab9; color: var(--white); }.button-outline:hover { background: rgba(255,255,255,.1); }.hero-quote { position: absolute; right: max(24px, calc((100% - var(--content-width)) / 2)); bottom: 62px; z-index: 1; color: #d5e0e5; font-size: 10px; line-height: 1.5; text-align: right; }.hero-quote cite { display: block; margin-top: 6px; color: var(--gold); font-style: normal; }
.section-dark { background: #0a2234; }.section-blue { background: #0b2940; }.priorities { padding: 17px 0 22px; border-block: 1px solid var(--line); }.section-heading { text-align: center; }.section-heading .eyebrow { margin-bottom: 3px; }.section-heading h2 { margin-bottom: 14px; font-size: 24px; }.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.priority-card { min-height: 89px; display: flex; align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid #315169; border-radius: 6px; background: linear-gradient(110deg, rgba(13, 43, 64, .96), rgba(16, 47, 70, .65)); }.priority-icon { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 22px; }.priority-card h3 { margin-bottom: 3px; font-size: 12px; }.priority-card p { margin-bottom: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }.priority-card a, .quick-links em { color: var(--gold); font-size: 9px; font-style: normal; font-weight: 700; }
.priority-loader { min-height: 22px; margin: 16px 0 0; color: var(--gold); font-size: 10px; letter-spacing: 1px; text-align: center; text-transform: uppercase; }
.candidate { padding: 15px 0; border-bottom: 1px solid var(--line); }.candidate-layout { display: grid; grid-template-columns: 115px 160px 1fr 180px; align-items: center; gap: 14px; }.candidate-intro { border-right: 1px solid var(--line); }.candidate-intro h2 { margin: 0 0 4px; font-size: 31px; }.badge { display: inline-block; padding: 3px 9px; border: 1px solid var(--gold); border-radius: 99px; color: var(--gold-light); font-size: 8px; text-transform: uppercase; letter-spacing: .5px; }.candidate-bio { padding-left: 10px; color: var(--muted); font-size: 10px; }.candidate-bio p { max-width: 375px; margin-bottom: 12px; }.candidate-values { display: flex; gap: 14px; color: #d3e0e6; font-size: 8px; }.pledge-counter { text-align: center; border-left: 1px solid var(--line); }.pledge-counter p { margin-bottom: 3px; color: var(--gold); font-size: 9px; text-transform: uppercase; letter-spacing: 2px; }.pledge-counter strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 32px; }.pledge-counter span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.vote-section { padding: 38px 0; background: #f0ede5; color: #102c3e; }.vote-layout { display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 45px; }.vote-section h2 { margin-bottom: 6px; font-size: 30px; }.vote-section p { color: #60717b; font-size: 13px; }.vote-form { padding: 18px; background: #fff; border: 1px solid #d7d8d2; border-radius: 6px; box-shadow: 0 12px 30px rgba(10, 32, 50, .08); }.choice { display: flex; align-items: center; gap: 12px; padding: 12px; margin-bottom: 14px; border: 1px solid var(--gold); border-radius: 4px; cursor: pointer; }.choice input { accent-color: #bb8b32; }.choice span { flex: 1; }.choice strong, .choice small { display: block; }.choice strong { font-size: 14px; }.choice small { color: #73818a; font-size: 10px; }.choice i { color: #bd8b30; font-style: normal; }.vote-form .button { width: 100%; }.form-message { min-height: 18px; margin: 10px 0 0; color: #28684c !important; font-size: 10px !important; text-align: center; }
.quick-links { padding: 10px 0 17px; }.quick-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.quick-link-grid a { display: grid; grid-template-columns: 35px 1fr; column-gap: 8px; padding: 12px; border: 1px solid #24475f; border-radius: 5px; }.quick-link-grid a:hover { border-color: var(--gold); }.quick-link-grid span { grid-row: span 3; display: grid; place-items: center; height: 32px; width: 32px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }.quick-link-grid strong { font-size: 10px; }.quick-link-grid small { color: var(--muted); font-size: 8px; line-height: 1.35; }.quick-link-grid em { margin-top: 5px; }.site-footer { padding: 13px 0; background: #061521; border-top: 1px solid var(--line); }.footer-inner { display: flex; align-items: center; justify-content: space-between; }.footer-inner p { margin: 0; color: #6d8795; font-size: 9px; letter-spacing: 1px; }
@media (max-width: 760px) { .site-header { height: 60px; }.menu-toggle { display: block; }.main-navigation { display: none; position: absolute; top: 59px; right: 0; left: 0; padding: 12px 24px 18px; flex-direction: column; align-items: stretch; gap: 0; background: #071a2a; box-shadow: 0 10px 20px rgba(0,0,0,.2); }.main-navigation.open { display: flex; }.main-navigation a { padding: 10px 0; }.discord-link { text-align: center; margin-top: 8px; }.hero { min-height: 460px; }.hero-image { inset: 0; opacity: .52; }.hero-content { padding-top: 50px; }.hero-quote { right: 24px; bottom: 24px; }.priority-grid, .quick-link-grid { grid-template-columns: 1fr; }.candidate-layout { grid-template-columns: 92px 1fr; gap: 12px; }.candidate-intro { border: 0; }.candidate-bio { grid-column: 1 / -1; padding: 10px 0 0; border-top: 1px solid var(--line); }.pledge-counter { grid-column: 1 / -1; padding-top: 15px; border: 0; border-top: 1px solid var(--line); }.vote-layout { grid-template-columns: 1fr; gap: 12px; }.footer-inner .brand small { display: none; } }
@media (max-width: 420px) { .page-width { width: min(calc(100% - 32px), var(--content-width)); }.brand { font-size: 11px; }.hero h1 { font-size: 46px; }.hero-quote { display: none; }.candidate-values { flex-direction: column; gap: 5px; } }
.priorities { min-height: calc(var(--priority-slide-count, 1) * 100vh); padding: 0; }
.priority-stage { position: sticky; top: 68px; min-height: calc(100vh - 68px); display: flex; align-items: center; padding: 28px 0; overflow: hidden; }
.priority-stage > .page-width { width: min(calc(100% - 48px), var(--content-width)); }
.priority-slide-enter { animation: priority-slide-in .45s ease both; }
.priority-loader { margin-bottom: 0; }
@keyframes priority-slide-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .priorities { min-height: calc(var(--priority-slide-count, 1) * 100svh); }.priority-stage { top: 60px; min-height: calc(100svh - 60px); padding: 22px 0; }.priority-stage > .page-width { width: min(calc(100% - 32px), var(--content-width)); } }
.priority-card { min-height: 310px; display: block; overflow: hidden; padding: 0; }.priority-image { display: block; width: 100%; height: 130px; object-fit: cover; filter: saturate(.75) contrast(1.05); }.priority-card-content { display: flex; align-items: flex-start; gap: 14px; padding: 20px 18px 22px; }.priority-card-content > div { flex: 1; }.priority-card h3 { margin-top: 1px; font-size: 16px; }.priority-card p { max-width: 220px; font-size: 11px; line-height: 1.55; }.priority-icon { flex-basis: 42px; height: 42px; font-size: 19px; }
.priority-slide-enter { animation: priority-slide-in .75s cubic-bezier(.22, .8, .25, 1) both; }.priority-slide-enter .priority-card { animation: priority-card-in .7s cubic-bezier(.22, .8, .25, 1) both; }.priority-slide-enter .priority-card:nth-child(2) { animation-delay: .08s; }.priority-slide-enter .priority-card:nth-child(3) { animation-delay: .16s; }
 .priority-slide-out { animation: priority-slide-out .65s cubic-bezier(.65, 0, .84, 0) both; pointer-events: none; }
@keyframes priority-slide-in { from { opacity: 0; transform: translateY(72px); } to { opacity: 1; transform: translateY(0); } }
@keyframes priority-slide-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-72px); } }
@keyframes priority-card-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 760px) { .priority-card { min-height: 285px; }.priority-image { height: 112px; }.priority-card-content { padding: 17px 15px 19px; } }
@media (prefers-reduced-motion: reduce) { .priority-slide-enter, .priority-slide-enter .priority-card { animation: none; } }
.hero { min-height: 300px; }.hero-content { padding-top: 34px; padding-bottom: 20px; }.hero-actions { gap: 14px; }.hero-actions .button { min-height: 50px; padding-inline: 24px; font-size: 12px; box-shadow: 0 8px 22px rgba(0, 0, 0, .24); }.hero-vote-button { font-size: 13px !important; box-shadow: 0 8px 26px rgba(231, 184, 94, .28) !important; }.hero-candidate-button { border-width: 2px; }
.priority-stage { align-items: flex-start; padding-top: 22px; }.priority-loader { margin-top: 13px; }.pledge-counter { position: relative; overflow: visible; }
@media (max-width: 760px) { .hero { min-height: 420px; }.hero-content { padding-top: 44px; padding-bottom: 24px; }.hero-actions .button { width: 100%; }.priority-stage { padding-top: 16px; } }
.pledge-counter strong { position: relative; height: 38px; overflow: hidden; line-height: 1; }.pledge-count-fade-out { animation: pledge-count-fade-out .3s ease both; }.pledge-count-fade-in { animation: pledge-count-fade-in .32s ease both; }
@keyframes pledge-count-fade-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes pledge-count-fade-in { from { opacity: 0; } to { opacity: 1; } }
body { overflow-x: hidden; }img { max-width: 100%; }
@media (max-width: 1080px) { .site-header { padding-inline: 24px; }.main-navigation { gap: 20px; }.candidate-layout { grid-template-columns: 100px 145px minmax(0, 1fr) 145px; gap: 12px; }.candidate-bio { min-width: 0; }.candidate-values { flex-wrap: wrap; row-gap: 5px; }.vote-layout { gap: 28px; } }
@media (max-width: 900px) { .main-navigation { gap: 14px; }.priority-grid { gap: 10px; }.priority-card-content { gap: 10px; padding-inline: 14px; }.priority-card h3 { font-size: 14px; }.priority-card p { font-size: 10px; }.candidate-layout { grid-template-columns: 92px 130px minmax(0, 1fr) 125px; }.quick-link-grid { grid-template-columns: repeat(2, 1fr); }.vote-layout { grid-template-columns: minmax(0, 1fr) 330px; } }
@media (max-width: 760px) { .page-width { width: min(calc(100% - 32px), var(--content-width)); }.hero-copy { max-width: 390px; }.priority-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }.priority-stage { min-height: auto; overflow: visible; }.priority-card { min-height: 175px; }.priority-image { height: 68px; }.priority-card-content { padding: 12px 14px 14px; }.candidate-layout { grid-template-columns: 92px minmax(0, 1fr); }.candidate-intro { min-width: 0; }.candidate-bio, .pledge-counter { grid-column: 1 / -1; }.candidate-bio { padding: 12px 0 0; }.candidate-values { gap: 8px 14px; }.pledge-counter { padding-top: 15px; }.vote-layout { grid-template-columns: 1fr; }.vote-form { width: 100%; max-width: 480px; }.quick-link-grid { grid-template-columns: 1fr; }.site-footer { padding-bottom: max(13px, env(safe-area-inset-bottom)); } }
@media (max-width: 480px) { .site-header { padding-inline: 16px; }.brand small { display: none; }.hero h1 { font-size: clamp(42px, 13vw, 58px); }.hero-copy { font-size: 14px; }.hero-actions .button { min-height: 48px; padding-inline: 18px; }.section-heading h2 { font-size: 22px; }.priority-stage { min-height: auto; padding-top: 12px; }.priority-card { min-height: 160px; }.priority-image { height: 58px; }.priority-card-content { align-items: center; padding: 10px 12px 12px; }.priority-card h3 { font-size: 15px; }.priority-card p { margin-bottom: 4px; line-height: 1.35; }.candidate-intro h2 { font-size: 28px; }.candidate-bio { font-size: 11px; }.candidate-values { flex-direction: column; }.vote-section { padding: 30px 0; }.vote-section h2 { font-size: 27px; }.vote-form { padding: 14px; } }
@media (max-width: 360px) { .page-width { width: calc(100% - 24px); }.hero h1 { font-size: 40px; }.hero-actions .button { font-size: 11px; }.priority-card { min-height: 150px; }.priority-image { height: 52px; }.priority-card-content { padding-inline: 10px; }.priority-icon { flex-basis: 34px; height: 34px; }.priority-card h3 { font-size: 14px; }.priority-card p { font-size: 9px; }.choice { gap: 8px; padding-inline: 9px; } }
@media (min-width: 761px) and (max-height: 650px) { .priority-stage { align-items: flex-start; min-height: calc(100vh - 68px); padding: 14px 0; overflow: visible; }.section-heading h2 { margin-bottom: 9px; font-size: 21px; }.priority-card { min-height: 215px; }.priority-image { height: 78px; }.priority-card-content { gap: 10px; padding: 12px 14px 14px; }.priority-icon { flex-basis: 36px; height: 36px; font-size: 17px; }.priority-card h3 { font-size: 13px; }.priority-card p { font-size: 9px; line-height: 1.35; }.priority-loader { margin-top: 8px; } }
@media (min-width: 761px) and (max-height: 480px) { .priority-stage { padding-top: 8px; }.section-heading .eyebrow { margin-bottom: 3px; }.section-heading h2 { margin-bottom: 6px; font-size: 19px; }.priority-card { min-height: 185px; }.priority-image { height: 58px; }.priority-card-content { padding: 9px 12px 11px; }.priority-card p { margin-bottom: 3px; font-size: 8px; }.priority-card a { font-size: 8px; } }
.candidate-media { width: 105px; height: 105px; border: 2px solid var(--gold); border-radius: 50%; overflow: hidden; background: var(--navy-800); }.candidate-video { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.8); transform-origin: center; }.candidate-video-fallback { display: grid; place-items: center; width: 100%; height: 100%; color: var(--gold-light); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 25px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transform: scale(1.8); }.candidate-bio { align-self: stretch; }.candidate-intro-copy { margin-bottom: 16px !important; }.timeline { position: relative; display: grid; gap: 11px; padding-left: 58px; }.timeline::before { content: ""; position: absolute; top: 6px; bottom: 6px; left: 44px; width: 1px; background: linear-gradient(var(--gold), rgba(231, 184, 94, .2)); }.timeline-item { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 12px; }.timeline-item::before { content: ""; position: absolute; top: 4px; left: -18px; width: 7px; height: 7px; border: 2px solid var(--gold); border-radius: 50%; background: var(--navy-800); }.timeline-item time { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 1px; }.timeline-item h3 { margin: 0 0 2px; color: var(--white); font-size: 11px; }.timeline-item p { margin: 0 !important; color: var(--muted); font-size: 9px; line-height: 1.35; }.candidate-bio .candidate-values { margin-top: 16px; }
@media (max-width: 1080px) { .candidate-media { width: 92px; height: 92px; }.timeline { padding-left: 48px; }.timeline::before { left: 36px; }.timeline-item::before { left: -17px; } }
@media (max-width: 760px) { .candidate-media { width: 85px; height: 85px; }.candidate-bio { align-self: auto; }.timeline { padding-left: 52px; }.timeline::before { left: 39px; }.timeline-item { grid-template-columns: 42px 1fr; }.timeline-item::before { left: -17px; }.candidate-bio .candidate-values { margin-top: 14px; } }
.quick-links { padding: 68px 0 76px; border-top: 1px solid var(--line); }.quick-links-heading { margin-bottom: 28px; }.quick-links-heading h2 { margin-bottom: 0; font-size: 34px; }.quick-link-grid { width: min(100%, 820px); margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.quick-link-grid a { min-height: 180px; grid-template-columns: 58px 1fr; column-gap: 18px; align-content: center; padding: 25px 28px; border-color: #3d6076; background: linear-gradient(135deg, rgba(15, 49, 72, .98), rgba(8, 31, 48, .8)); box-shadow: 0 18px 35px rgba(0, 0, 0, .16); transition: border-color .2s, transform .2s, background .2s; }.quick-link-grid a:hover { border-color: var(--gold); background: linear-gradient(135deg, rgba(23, 64, 88, .98), rgba(10, 38, 57, .9)); transform: translateY(-4px); }.quick-link-grid span { height: 52px; width: 52px; font-size: 22px; }.quick-link-grid strong { font-size: 17px; }.quick-link-grid small { margin-top: 4px; font-size: 11px; line-height: 1.45; }.quick-link-grid em { margin-top: 12px; font-size: 11px; }
@media (max-width: 760px) { .quick-links { padding: 52px 0 58px; }.quick-links-heading { margin-bottom: 20px; }.quick-links-heading h2 { font-size: 29px; }.quick-link-grid { width: min(100%, 480px); grid-template-columns: 1fr; gap: 14px; }.quick-link-grid a { min-height: 150px; padding: 22px; } }
.quick-link-grid a { position: relative; cursor: pointer; }.quick-link-grid .quick-link-icon { grid-row: span 3; display: grid; place-items: center; height: 52px; width: 52px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 22px; }.quick-link-grid .quick-link-action { display: inline-flex; align-items: center; justify-content: center; width: fit-content; margin-top: 14px; padding: 9px 13px; border: 1px solid var(--gold); border-radius: 3px; background: var(--gold); color: #162b36; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; transition: background .2s, color .2s; }.quick-link-grid a:hover .quick-link-action, .quick-link-grid a:focus-visible .quick-link-action { background: #b9842d; border-color: #b9842d; color: #071a2a; }.quick-link-grid a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.candidate { padding: 36px 0 42px; }.candidate-layout { grid-template-columns: 140px 185px minmax(0, 1fr) 220px; gap: 24px; }.candidate-media { width: 140px; height: 140px; }.candidate-intro h2 { font-size: 40px; }.candidate-bio { font-size: 13px; }.candidate-intro-copy { max-width: 520px !important; margin-bottom: 22px !important; line-height: 1.55; }.timeline { gap: 15px; padding-left: 70px; }.timeline::before { left: 53px; }.timeline-item { grid-template-columns: 48px 1fr; gap: 14px; }.timeline-item::before { left: -20px; width: 8px; height: 8px; }.timeline-item time { font-size: 11px; }.timeline-item h3 { font-size: 14px; margin-bottom: 3px; }.timeline-item p { font-size: 11px; line-height: 1.45; }.candidate-values { font-size: 10px; }.pledge-counter p { font-size: 11px; }.pledge-counter strong { font-size: 42px; height: 48px; }.pledge-counter span { font-size: 10px; }
@media (max-width: 1080px) and (min-width: 761px) { .candidate { padding: 28px 0 32px; }.candidate-layout { grid-template-columns: 120px 160px minmax(0, 1fr) 180px; gap: 16px; }.candidate-media { width: 120px; height: 120px; }.candidate-intro h2 { font-size: 34px; }.candidate-bio { font-size: 11px; }.timeline { padding-left: 58px; }.timeline::before { left: 44px; }.timeline-item { grid-template-columns: 40px 1fr; gap: 10px; }.timeline-item h3 { font-size: 12px; }.timeline-item p { font-size: 10px; }.pledge-counter strong { font-size: 37px; } }
@media (max-width: 760px) { .candidate { padding: 26px 0 32px; }.candidate-media { width: 92px; height: 92px; }.candidate-intro h2 { font-size: 31px; }.candidate-bio { font-size: 11px; }.candidate-intro-copy { margin-bottom: 18px !important; }.timeline { gap: 12px; padding-left: 52px; }.timeline::before { left: 39px; }.timeline-item { grid-template-columns: 42px 1fr; gap: 10px; }.timeline-item h3 { font-size: 12px; }.timeline-item p { font-size: 10px; }.candidate-values { font-size: 9px; }.pledge-counter strong { font-size: 36px; } }
.page-width, .candidate-layout, .candidate-layout > *, .candidate-bio, .timeline, .timeline-item, .timeline-item > div, .vote-layout > *, .quick-link-grid > * { min-width: 0; max-width: 100%; }
@media (max-width: 760px) { html, body { width: 100%; max-width: 100%; overflow-x: hidden; }.candidate-layout { width: 100%; grid-template-columns: 92px minmax(0, 1fr); }.candidate-bio { width: 100%; overflow-wrap: anywhere; }.candidate-intro-copy, .timeline-item p, .timeline-item h3 { max-width: 100% !important; overflow-wrap: anywhere; }.timeline { width: 100%; }.timeline-item { grid-template-columns: 42px minmax(0, 1fr); width: 100%; }.timeline-item > div { min-width: 0; }.candidate-values { width: 100%; }.pledge-counter { grid-column: 1 / -1; width: 100%; max-width: 100%; min-width: 0; border: 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 8px 0; overflow: hidden; text-align: center; }.pledge-counter p, .pledge-counter span { max-width: 100%; overflow-wrap: anywhere; text-align: center; }.candidate-video { max-width: none; }.vote-form, .suggestion-panel, .suggestion-modal-card { min-width: 0; max-width: 100%; }.quick-link-grid a { min-width: 0; } }
@media (max-width: 760px) { .priorities { min-height: calc(var(--priority-slide-count, 1) * 100svh); }.priority-stage { position: sticky; top: 60px; height: calc(100svh - 60px); min-height: 0; align-items: flex-start; overflow: hidden; padding: 12px 0 14px; }.priority-stage > .page-width { height: 100%; }.priority-grid { gap: 9px; }.priority-card { min-height: 0; height: clamp(128px, 18svh, 160px); }.priority-image { height: clamp(45px, 7svh, 58px); }.priority-card-content { min-height: 0; padding: 9px 12px 10px; }.priority-card h3 { font-size: clamp(13px, 3.5vw, 15px); }.priority-card p { font-size: clamp(9px, 2.5vw, 10px); }.priority-loader { margin: 10px 0 0; } }
@media (max-width: 760px) { .priorities { min-height: 0; padding: 0 0 24px; }.priority-stage { position: relative; top: auto; height: auto; min-height: 0; overflow: visible; padding: 18px 0 0; }.priority-stage > .page-width { height: auto; }.priority-grid { gap: 10px; }.priority-card { height: auto; min-height: 0; }.priority-image { height: clamp(64px, 16vw, 96px); }.priority-card-content { min-height: 0; padding: 13px 14px 15px; align-items: flex-start; }.priority-card h3 { font-size: clamp(14px, 4vw, 16px); line-height: 1.1; }.priority-card p { max-width: none; margin-bottom: 8px; font-size: clamp(10px, 2.8vw, 12px); line-height: 1.45; }.priority-card a { font-size: 10px; }.priority-loader { margin: 14px 0 0; } }
.vote-section { position: relative; overflow: hidden; padding: 72px 0; background: linear-gradient(115deg, #071a2a 0%, #0b2940 54%, #123c55 100%); color: var(--white); border-block: 1px solid #315169; }.vote-section::before { display: none; }.vote-layout { position: relative; z-index: 1; grid-template-columns: minmax(0, 1fr) minmax(340px, 440px); gap: 70px; }.vote-section h2 { max-width: 540px; margin-bottom: 12px; color: var(--white); font-size: clamp(34px, 4vw, 52px); line-height: .96; }.vote-section > .page-width > div:first-child > p:last-child { max-width: 480px; color: #b9cad4; font-size: 14px; line-height: 1.6; }.vote-form { position: relative; margin-top: 42px; padding: 25px; border: 1px solid #3e6b81; border-top: 2px solid var(--gold); border-radius: 8px; background: rgba(5, 25, 42, .86); box-shadow: 0 20px 45px rgba(0, 0, 0, .22); }.vote-form::before { content: "MAKE YOUR VOICE COUNT"; position: absolute; top: -49px; left: 50%; transform: translateX(-50%); color: rgba(231, 184, 94, .18); font-family: "Barlow Condensed", sans-serif; font-size: clamp(25px, 3.2vw, 48px); font-weight: 700; letter-spacing: 2px; line-height: 1; white-space: nowrap; pointer-events: none; }.choice { min-height: 76px; margin-bottom: 18px; border-color: #557d91; background: rgba(16, 54, 77, .55); transition: border-color .2s, background .2s; }.choice:hover, .choice.is-selected { border-color: var(--gold); background: rgba(24, 70, 94, .75); }.choice input { width: 16px; height: 16px; }.choice strong { color: var(--white); font-size: 17px; }.choice small { margin-top: 3px; color: #aebfca; font-size: 11px; }.choice i { font-size: 17px; }.vote-form .button { min-height: 52px; font-size: 12px; box-shadow: 0 8px 18px rgba(231, 184, 94, .18); }.form-message { color: var(--gold-light) !important; font-size: 11px !important; }.vote-section .eyebrow { margin-bottom: 12px; }
@media (max-width: 900px) { .vote-layout { gap: 34px; }.vote-section { padding: 58px 0; } }
@media (max-width: 760px) { .vote-section { padding: 48px 0; }.vote-layout { grid-template-columns: 1fr; gap: 28px; }.vote-section h2 { font-size: 39px; }.vote-form { width: 100%; max-width: 520px; margin: 42px auto 0; }.vote-form::before { top: -38px; font-size: 25px; } }
.vote-form { margin-top: 68px; }.vote-form::before { top: -70px; }
@media (max-width: 760px) { .vote-form { margin-top: 56px; }.vote-form::before { top: -50px; } }
.suggestion-back { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--gold); border-radius: 2px; background: var(--gold); color: #162b36; cursor: pointer; font-size: 12px; font-weight: 700; transition: background .2s, border-color .2s, transform .2s; }.suggestion-back:hover, .suggestion-back:focus-visible { border-color: #b9842d; background: #b9842d; color: #071a2a; transform: translateY(-2px); }.suggestion-back:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.suggestion-page { min-height: 100vh; background: #07172c; }.suggestion-page .site-header { background: #07172c; }.suggestion-back { color: var(--gold-light); font-size: 12px; font-weight: 700; }.suggestion-main { padding: 64px 0 80px; }.suggestion-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr); gap: 32px; align-items: start; }.suggestion-panel, .suggestion-note { border: 1px solid #284968; background: #112d50; }.suggestion-panel { padding: 42px 40px 38px; border-top: 2px solid var(--gold); }.suggestion-panel h1 { max-width: none; margin: 0 0 16px; color: var(--white); font-size: clamp(42px, 5vw, 62px); text-transform: none; }.suggestion-intro, .suggestion-note p { color: #a9b8c9; font-size: 14px; line-height: 1.7; }.suggestion-intro { max-width: 650px; margin-bottom: 28px; }.suggestion-form label { display: block; color: var(--white); font-size: 13px; font-weight: 700; }.suggestion-form label > span { color: var(--gold); }.suggestion-form textarea, .suggestion-form input { width: 100%; margin-top: 11px; border: 1px solid #55718d; border-radius: 0; outline: 0; background: #071a35; color: var(--white); font: inherit; font-size: 13px; }.suggestion-form textarea { min-height: 180px; padding: 16px; resize: vertical; }.suggestion-form input { height: 52px; padding: 0 16px; }.suggestion-form textarea:focus, .suggestion-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(231, 184, 94, .15); }.suggestion-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }.suggestion-form label small { display: block; margin-top: 7px; color: #91a4b8; font-size: 11px; font-weight: 400; }.suggestion-submit { margin-top: 24px; min-height: 50px; padding: 0 24px; border: 0; border-radius: 2px; background: var(--gold); color: #10283c; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: background .2s, transform .2s; }.suggestion-submit:hover { background: #b9842d; transform: translateY(-2px); }.suggestion-status { min-height: 22px; margin: 16px 0 0; color: var(--gold-light) !important; font-size: 12px !important; }.suggestion-note { padding: 35px 34px; }.suggestion-note h2 { margin: 0 0 18px; color: var(--white); font-size: 31px; line-height: 1.1; text-transform: none; }.suggestion-note hr { margin: 25px 0; border: 0; border-top: 1px solid #55718d; }
@media (max-width: 760px) { .suggestion-main { padding: 32px 0 50px; }.suggestion-layout { grid-template-columns: 1fr; gap: 18px; }.suggestion-panel { padding: 30px 22px 28px; }.suggestion-panel h1 { font-size: 44px; }.suggestion-fields { grid-template-columns: 1fr; gap: 16px; }.suggestion-note { padding: 26px 22px; }.suggestion-note h2 { font-size: 27px; } }
.suggestion-main { position: relative; padding: 52px 0 88px; background: radial-gradient(circle at 80% 12%, rgba(31, 79, 105, .22), transparent 28%), #061521; }.suggestion-hero { position: relative; max-width: 760px; padding: 24px 0 30px; }.suggestion-hero h1 { max-width: none; margin: 0 0 14px; color: var(--white); font-size: clamp(52px, 7vw, 86px); line-height: .92; text-transform: uppercase; }.suggestion-hero > p:not(.eyebrow) { max-width: 570px; margin-bottom: 0; color: #b9cad4; font-size: 15px; }.suggestion-rule { display: block; width: 150px; height: 2px; margin-top: 25px; background: var(--gold); }.suggestion-content { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr); gap: 22px; align-items: start; }.suggestion-panel, .suggestion-note { border: 1px solid #294c65; background: linear-gradient(135deg, rgba(14, 46, 68, .98), rgba(8, 29, 45, .98)); }.suggestion-panel { padding: 30px 32px 32px; border-top: 2px solid var(--gold); }.suggestion-panel h2 { margin: 0 0 8px; font-size: 32px; text-transform: uppercase; }.suggestion-intro { max-width: 570px; margin-bottom: 26px; color: #aebfca; font-size: 12px; }.suggestion-note { padding: 30px 28px; }.suggestion-note h2 { margin: 0 0 23px; font-size: 31px; line-height: 1; text-transform: uppercase; }.suggestion-points { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }.suggestion-points li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; border-top: 1px solid rgba(190, 218, 230, .2); padding-top: 14px; }.suggestion-points span { color: var(--gold); font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 700; }.suggestion-points p { margin: 0; color: #b8c8d2; font-size: 12px; line-height: 1.5; }.suggestion-note-footer { margin: 25px 0 0; padding-top: 18px; border-top: 1px solid rgba(190, 218, 230, .2); color: var(--gold-light); font-size: 12px; line-height: 1.5; }.suggestion-form textarea { min-height: 150px; }.suggestion-submit { border-radius: 999px; background: var(--gold); }.suggestion-submit:hover { background: var(--gold-light); }
@media (max-width: 760px) { .suggestion-main { padding: 28px 0 58px; }.suggestion-hero { padding: 15px 0 24px; }.suggestion-hero h1 { font-size: 50px; }.suggestion-hero > p:not(.eyebrow) { font-size: 13px; }.suggestion-content { grid-template-columns: 1fr; gap: 16px; }.suggestion-panel { padding: 24px 20px 26px; }.suggestion-note { padding: 24px 20px; } }
.suggestion-page { background: var(--navy-950); }.suggestion-page .site-header { background: rgba(6, 21, 33, .96); }.suggestion-back { color: var(--gold-light); }.suggestion-main { min-height: calc(100vh - 68px); padding: 50px 0 74px; background: linear-gradient(90deg, rgba(6, 21, 33, .97) 0%, rgba(6, 21, 33, .88) 48%, rgba(6, 21, 33, .45) 100%), url("/Media/CruiserImage.png") center/cover fixed; }.suggestion-command { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.25fr); gap: 0; max-width: 980px; margin: 0 auto; padding: 16px; border: 1px solid #2b6180; border-radius: 9px; background: rgba(6, 25, 43, .78); box-shadow: 0 22px 60px rgba(0, 0, 0, .28); }.suggestion-info { padding: 38px 30px 30px 20px; }.suggestion-info h1 { max-width: 360px; margin: 0 0 16px; color: var(--white); font-size: clamp(42px, 5vw, 62px); line-height: .96; text-transform: uppercase; }.suggestion-info > .suggestion-intro { max-width: 380px; color: #c2d2dc; font-size: 13px; line-height: 1.6; }.suggestion-benefits { display: grid; gap: 18px; margin: 32px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(190, 218, 230, .2); list-style: none; }.suggestion-benefits li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }.suggestion-benefits li > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }.suggestion-benefits strong { display: block; margin-bottom: 3px; font-size: 12px; }.suggestion-benefits p { margin: 0; color: #aebfca; font-size: 10px; line-height: 1.45; }.suggestion-command .suggestion-panel { margin: 0; padding: 28px 24px 22px; border: 1px solid #315d79; border-radius: 9px; background: rgba(5, 34, 59, .78); }.suggestion-form-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }.suggestion-form-heading .eyebrow { display: inline-block; margin: 0; padding: 4px 8px; border: 1px solid rgba(231, 184, 94, .5); border-radius: 99px; font-size: 8px; letter-spacing: .5px; }.suggestion-form-heading h2 { margin: 5px 0 0; color: var(--white); font-size: 24px; text-transform: uppercase; }.suggestion-form-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #81a9bd; border-radius: 9px; color: var(--gold-light); font-size: 21px; }.suggestion-command .suggestion-form textarea { min-height: 175px; border-color: #6ca4bf; background: rgba(3, 25, 48, .8); }.suggestion-command .suggestion-form input { border-color: #396782; background: rgba(3, 25, 48, .8); }.suggestion-command .suggestion-submit { width: 100%; min-height: 52px; margin-top: 24px; font-size: 12px; }.suggestion-command .suggestion-status { text-align: center; }
@media (max-width: 760px) { .suggestion-main { min-height: auto; padding: 28px 0 48px; background-attachment: scroll; }.suggestion-command { grid-template-columns: 1fr; padding: 9px; }.suggestion-info { padding: 24px 17px 20px; }.suggestion-info h1 { font-size: 44px; }.suggestion-benefits { margin-top: 24px; padding-top: 20px; gap: 14px; }.suggestion-command .suggestion-panel { padding: 22px 16px 18px; }.suggestion-fields { grid-template-columns: 1fr; } }
.suggestion-page .suggestion-back { color: #162b36; }.suggestion-page .suggestion-info p, .suggestion-page .suggestion-benefits p, .suggestion-page .suggestion-intro { font-size: clamp(12px, 1.2vw, 15px); font-weight: 500; }.suggestion-page .suggestion-form label { font-size: clamp(13px, 1.2vw, 15px); }.suggestion-page .suggestion-form textarea, .suggestion-page .suggestion-form input { font-size: clamp(13px, 1.1vw, 15px); }.suggestion-modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: rgba(3, 14, 25, .78); backdrop-filter: blur(5px); }.suggestion-modal[hidden] { display: none; }.suggestion-modal-card { position: relative; width: min(100%, 500px); padding: 34px; border: 1px solid #3f6b83; border-top: 2px solid var(--gold); border-radius: 8px; background: linear-gradient(145deg, #123958, #071b2f); box-shadow: 0 25px 70px rgba(0, 0, 0, .45); text-align: center; }.modal-close { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; color: #aebfca; cursor: pointer; font-size: 27px; line-height: 1; }.modal-close:hover { color: var(--white); }.suggestion-modal-card h2 { margin: 0 0 12px; font-size: 32px; text-transform: uppercase; }.suggestion-modal-card > p:not(.eyebrow):not(.modal-pledge-message) { color: #c0d0da; font-size: 14px; line-height: 1.6; }.modal-divider { margin: 22px 0; border-top: 1px solid rgba(190, 218, 230, .2); }.modal-pledge span, .modal-pledge small { display: block; color: var(--gold); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }.modal-pledge strong { display: block; min-height: 43px; margin: 5px 0; color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 40px; line-height: 1; }.modal-pledge-message { color: #c0d0da; font-size: 13px; }.modal-actions { display: flex; gap: 10px; justify-content: center; margin-top: 22px; }.modal-actions .suggestion-submit { margin: 0; }.modal-discord { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }.modal-actions button:disabled { cursor: not-allowed; opacity: .65; }.modal-count-fade-out { animation: modal-count-fade-out .28s ease both; }.modal-count-fade-in { animation: modal-count-fade-in .32s ease both; }
@keyframes modal-count-fade-out { from { opacity: 1; } to { opacity: 0; } } @keyframes modal-count-fade-in { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 560px) { .suggestion-modal-card { padding: 30px 20px 24px; }.suggestion-modal-card h2 { font-size: 28px; }.modal-actions { flex-direction: column; }.modal-actions .suggestion-submit { width: 100%; } }
.idea-counter { margin: 7px 0 0; color: #9db3c3; font-size: 11px; font-weight: 600; text-align: right; }
.idea-counter.at-limit { color: #c56f6d; font-weight: 800; }
