:root {
  --ink: #16231f;
  --muted: #7b827e;
  --line: #e4e8e3;
  --paper: #f7f8f4;
  --card: #fff;
  --green: #163d34;
  --green-mid: #2f6a54;
  --mint: #dff3c9;
  --yellow: #f4e794;
  --coral: #f2a289;
  --lilac: #d7c9eb;
  --blue: #c5deec;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.app-shell { min-height: 100vh; display: flex; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 252px; display: flex; flex-direction: column; padding: 30px 20px 24px; background: var(--green); color: #eaf2e7; z-index: 3; }
.brand, .mobile-brand { display: flex; align-items: center; gap: 10px; color: #eef4e9; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.brand-mark { width: 24px; height: 24px; display: inline-grid; place-items: center; border: 1px solid #9fbe93; border-radius: 50%; color: var(--yellow); font-size: 14px; line-height: 1; }
.season-switcher { margin-top: 76px; padding: 0 8px; }
.eyebrow { display: block; color: #9aaca2; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; line-height: 1.4; }
.season-button { width: 100%; display: flex; justify-content: space-between; padding: 12px 0 14px; border: 0; border-bottom: 1px solid #36564b; color: #eff5ec; background: transparent; font-size: 11px; letter-spacing: .03em; }
.season-button i, .live-pill span { width: 7px; height: 7px; display: inline-block; background: #a8d872; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 4px rgba(168, 216, 114, .1); }
.nav-list { margin-top: 32px; display: grid; gap: 5px; }
.nav-item { display: flex; align-items: center; gap: 13px; padding: 12px 10px; border-radius: 8px; color: #9db0a7; font-size: 12px; text-decoration: none; transition: .2s; }
.nav-item:hover, .nav-item.active { background: #244d41; color: #fff; }
.nav-icon { width: 16px; color: var(--yellow); text-align: center; font-size: 17px; }
.sidebar-bottom { margin-top: auto; }
.quote-card { padding: 16px 16px 18px; margin: 0 4px 20px; border: 1px solid #36564b; border-radius: 8px; background: #1d493d; }
.quote-star { color: var(--yellow); font-size: 18px; }
.quote-card p { margin: 12px 0 14px; color: #eef4e9; font-size: 13px; line-height: 1.45; }
.quote-caption { color: #94aaa0; font-family: var(--mono); font-size: 9px; }
.user-chip { width: 100%; display: flex; align-items: center; gap: 9px; padding: 12px 8px; border: 0; border-top: 1px solid #36564b; background: transparent; color: inherit; text-align: left; }
.user-copy { display: grid; gap: 3px; flex: 1; }.user-copy strong { font-size: 11px; font-weight: 700; }.user-copy small { color: #8fa69b; font-family: var(--mono); font-size: 9px; }.more { color: #8fa69b; letter-spacing: 2px; font-size: 10px; }
.avatar { width: 31px; height: 31px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .02em; }.avatar-lilac { background: var(--lilac); }.avatar-yellow { background: var(--yellow); }.avatar-coral { background: var(--coral); }.avatar-blue { background: var(--blue); }.avatar-green { background: var(--mint); }
.main-content { width: calc(100% - 252px); margin-left: 252px; padding: 0 6.2vw 42px; overflow: hidden; }
.topbar { height: 85px; display: flex; align-items: center; justify-content: flex-end; }.mobile-brand { display: none; color: var(--green); }.topbar-actions { display: flex; align-items: center; gap: 22px; }.icon-button, .profile-button { border: 0; background: transparent; color: var(--ink); }.icon-button { position: relative; font-size: 21px; transform: rotate(-25deg); }.notification-dot { position: absolute; top: -1px; right: -2px; width: 5px; height: 5px; background: var(--coral); border-radius: 50%; }.profile-button { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; }.profile-button > span:last-child { color: var(--muted); font-size: 16px; margin-left: 2px; }
.hero { min-height: 314px; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 45px 7.5%; border-radius: 13px; overflow: hidden; color: #eef5e7; background: var(--green); }.hero:after { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(#8ebf8a 1px, transparent 1px); background-size: 17px 17px; mask-image: linear-gradient(90deg, transparent, #000 58%, transparent); }.hero-content, .hero-orbit { position: relative; z-index: 1; }.live-pill { color: #bfddb0; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.hero h1 { margin: 18px 0 12px; font-size: clamp(39px, 4.4vw, 63px); line-height: .97; letter-spacing: -.07em; font-weight: 600; }.hero h1 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.09em; }.hero-description { max-width: 295px; margin: 0; color: #b2c5b8; font-size: 12px; line-height: 1.6; }.hero-meta { margin-top: 26px; color: #9db7a6; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }.meta-divider { margin: 0 11px; color: #617f70; }.hero-orbit { width: 195px; height: 195px; margin-right: 4%; }.orbit { position: absolute; inset: 0; border: 1px solid #507665; border-radius: 50%; transform: rotate(-28deg); }.orbit-one { transform: rotate(30deg) scaleY(.58); }.orbit-two { transform: rotate(-30deg) scaleY(.8); border-color: #456b5d; }.orbit-core { position: absolute; inset: 46px; display: grid; place-content: center; text-align: center; border: 1px solid #a8d872; border-radius: 50%; background: #244d41; box-shadow: 0 0 50px rgba(168, 216, 114, .12); }.orbit-core span { font-size: 35px; font-weight: 700; letter-spacing: -.08em; }.orbit-core small { color: #9fbd9e; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }.orbit-dot { position: absolute; width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; }.dot-one { top: 15px; right: 31px; }.dot-two { bottom: 24px; left: 13px; background: var(--coral); }.dot-three { top: 70px; left: 0; width: 5px; height: 5px; background: #a8d872; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(270px, .9fr); gap: 34px; padding: 54px 3px 0; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.section-heading h2 { margin: 9px 0 0; font-size: 22px; letter-spacing: -.055em; font-weight: 700; }.completion-label { color: var(--green-mid); font-family: var(--mono); font-size: 10px; }.progress-track { height: 4px; margin: 23px 0 15px; background: #e5ebe3; border-radius: 4px; overflow: hidden; }.progress-track span { display: block; height: 100%; background: var(--green-mid); border-radius: inherit; transition: width .3s ease; }
.habit-list { border-top: 1px solid var(--line); }.habit-row { width: 100%; display: flex; align-items: center; gap: 13px; padding: 15px 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; transition: .18s; }.habit-row:hover { background: #f0f3ed; }.habit-check { width: 19px; height: 19px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid #b7c4b9; border-radius: 50%; color: var(--green); font-size: 12px; }.habit-row.is-complete .habit-check { border-color: var(--green-mid); background: var(--green-mid); color: #fff; }.habit-row.is-complete .habit-text strong { text-decoration: line-through; text-decoration-color: #b1c2b4; color: #77857d; }.habit-icon { width: 29px; height: 29px; display: inline-grid; place-items: center; border-radius: 7px; font-size: 15px; }.move-icon { background: var(--coral); }.read-icon { background: var(--lilac); }.sleep-icon { background: var(--blue); }.journal-icon { background: var(--yellow); }.habit-text { flex: 1; display: grid; gap: 4px; }.habit-text strong { font-size: 12px; }.habit-text small { color: var(--muted); font-size: 10px; }.habit-points { color: var(--green-mid); font-family: var(--mono); font-size: 11px; }.habit-points small { color: #a2aaa3; font-size: 9px; }.checkin-footer { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; color: var(--muted); font-family: var(--mono); font-size: 9px; }.tiny-spark { color: var(--green-mid); font-size: 13px; }.text-button { padding: 0; border: 0; color: var(--green-mid); background: transparent; font-family: var(--mono); font-size: 9px; letter-spacing: .01em; }.text-button:hover { color: var(--ink); }
.side-column { display: grid; gap: 14px; }.stat-card { padding: 21px 21px 19px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); }.card-topline, .stat-footer, .focus-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.status-dot { color: var(--green-mid); font-family: var(--mono); font-size: 9px; }.status-dot i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #8bc66f; }.arc-stat { display: flex; align-items: baseline; gap: 9px; margin: 20px 0 17px; }.arc-stat strong { font-size: 44px; line-height: 1; letter-spacing: -.08em; }.arc-stat span { color: var(--muted); font-size: 10px; line-height: 1.2; }.sparkline { height: 46px; display: flex; align-items: end; gap: 5px; border-bottom: 1px solid #e7ece7; }.sparkline span { width: 7%; min-height: 5px; background: #c4d9c0; border-radius: 3px 3px 0 0; }.sparkline .last { background: var(--green-mid); }.stat-footer { margin-top: 12px; color: var(--muted); font-family: var(--mono); font-size: 9px; }.stat-footer strong { color: var(--ink); font-size: 11px; }.positive { color: var(--green-mid); }.focus-card { background: var(--yellow); border-color: #ece0a0; }.focus-card .eyebrow { color: #817a4d; }.focus-quote { max-width: 205px; margin: 22px 0 28px; font-family: Georgia, serif; font-size: 22px; line-height: 1.15; letter-spacing: -.04em; }.focus-progress { height: 5px; border-radius: 5px; background: rgba(22, 35, 31, .1); overflow: hidden; }.focus-progress span { display: block; height: 100%; background: var(--green); border-radius: inherit; }.focus-foot { margin-top: 10px; color: #817a4d; font-family: var(--mono); font-size: 9px; }
.leaderboard-section { padding: 69px 3px 0; }.leaderboard-heading { align-items: center; }.leaderboard-controls { display: flex; gap: 6px; }.filter-button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: transparent; font-family: var(--mono); font-size: 9px; }.filter-button:hover, .filter-button.active-filter { border-color: var(--green-mid); color: var(--green-mid); background: #edf4e9; }.leaderboard-table { margin-top: 22px; border-top: 1px solid var(--line); }.leaderboard-header, .leader-row { display: grid; grid-template-columns: 70px minmax(220px, 1.4fr) minmax(160px, .9fr) 90px 36px; align-items: center; column-gap: 13px; }.leaderboard-header { padding: 12px 18px; color: #a0a9a1; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }.leader-row { min-height: 69px; padding: 10px 18px; border-top: 1px solid var(--line); font-size: 11px; }.leader-row:hover, .leader-row.your-row { background: #f0f4ed; }.rank { color: #a1aaa3; font-family: var(--mono); font-size: 12px; }.rank-gold { color: #a68d2f; }.rank-silver { color: #849198; }.member { display: flex; align-items: center; gap: 11px; }.member > span:last-child, .post-author > span:nth-child(2) { display: grid; gap: 4px; }.member small, .post-author small { color: var(--muted); font-family: var(--mono); font-size: 8px; }.member small:first-letter { color: var(--green-mid); }.member b { margin-left: 5px; padding: 2px 4px; border-radius: 2px; color: var(--green-mid); background: #d9eac9; font-family: var(--mono); font-size: 7px; font-weight: 500; }.consistency { display: flex; align-items: center; gap: 10px; }.mini-track { width: 70px; height: 4px; display: inline-block; border-radius: 4px; background: #e0e9df; overflow: hidden; }.mini-track i { display: block; height: 100%; background: var(--green-mid); border-radius: inherit; }.consistency strong { font-family: var(--mono); font-size: 10px; }.points { font-family: var(--mono); font-size: 10px; }.cheer-button { border: 0; color: #adb8ae; background: transparent; font-size: 17px; transition: .2s; }.cheer-button:hover, .cheer-button.cheered { color: #e59d3b; transform: scale(1.15); }.view-all-button { display: flex; align-items: center; gap: 11px; margin: 19px auto 0; padding: 10px 14px; border: 1px solid var(--line); border-radius: 5px; color: var(--green-mid); background: transparent; font-family: var(--mono); font-size: 9px; }.view-all-button:hover { border-color: var(--green-mid); background: #edf4e9; }.view-all-button span { font-size: 14px; }
.community-section { padding: 68px 3px 0; }.community-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 22px; }.post-card { padding: 20px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }.post-author { display: flex; align-items: center; gap: 10px; }.post-tag { margin-left: auto; color: var(--green-mid); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }.post-card p { min-height: 43px; margin: 20px 0 18px; font-size: 12px; line-height: 1.55; }.post-actions { display: flex; align-items: center; gap: 7px; color: #9ca69f; font-family: var(--mono); font-size: 9px; }.reaction-button { padding: 0; border: 0; color: #dd9e53; background: transparent; font-family: var(--mono); font-size: 10px; }.footer { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 18px; border-top: 1px solid var(--line); color: #a7aea7; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.toast { position: fixed; right: 26px; bottom: 25px; z-index: 10; padding: 12px 16px; transform: translateY(25px); opacity: 0; border-radius: 6px; color: #eef5e7; background: var(--green); box-shadow: 0 8px 25px rgba(20, 54, 45, .18); font-family: var(--mono); font-size: 10px; pointer-events: none; transition: .25s; }.toast.show { transform: translateY(0); opacity: 1; }.modal-backdrop { position: fixed; inset: 0; z-index: 9; display: none; place-items: center; padding: 20px; background: rgba(13, 34, 28, .55); backdrop-filter: blur(4px); }.modal-backdrop.is-open { display: grid; }.modal { position: relative; width: min(100%, 440px); padding: 34px; border-radius: 12px; background: #fbfcf8; box-shadow: 0 20px 70px rgba(10, 35, 25, .25); }.modal-close { position: absolute; top: 14px; right: 17px; border: 0; color: var(--muted); background: transparent; font-size: 25px; }.modal-kicker { color: var(--green-mid); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }.modal h2 { margin: 16px 0 9px; font-size: 34px; letter-spacing: -.07em; }.modal p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }.modal form { display: grid; gap: 14px; }.modal label { display: grid; gap: 7px; color: var(--green-mid); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }.modal input, .modal select { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 5px; outline: 0; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 12px; }.modal input:focus, .modal select:focus { border-color: var(--green-mid); box-shadow: 0 0 0 3px #e5f0df; }.primary-button { display: flex; justify-content: space-between; margin-top: 5px; padding: 13px 15px; border: 0; border-radius: 5px; color: #fff; background: var(--green); font-size: 11px; font-weight: 700; }.primary-button:hover { background: var(--green-mid); }.modal-note { display: block; margin-top: 18px; color: #9da69e; font-family: var(--mono); font-size: 8px; text-align: center; }
@media (max-width: 960px) { .sidebar { width: 210px; }.main-content { width: calc(100% - 210px); margin-left: 210px; padding: 0 4vw 35px; }.content-grid { grid-template-columns: 1fr; gap: 30px; }.side-column { grid-template-columns: repeat(2, 1fr); }.leaderboard-header, .leader-row { grid-template-columns: 55px minmax(180px, 1.4fr) minmax(130px, .9fr) 70px 28px; }.hero { padding-left: 6%; padding-right: 5%; } }
@media (max-width: 700px) { .app-shell { display: block; }.sidebar { position: static; width: 100%; height: 66px; flex-direction: row; align-items: center; padding: 0 20px; }.sidebar .brand, .season-switcher, .sidebar-bottom { display: none; }.nav-list { display: flex; margin: 0 0 0 auto; gap: 2px; }.nav-item { padding: 8px; }.nav-item.active { background: transparent; color: #fff; }.nav-item .nav-icon { font-size: 15px; }.nav-item { font-size: 0; }.nav-item .nav-icon { width: 22px; }.main-content { width: 100%; margin: 0; padding: 0 18px 30px; }.topbar { height: 70px; justify-content: space-between; }.mobile-brand { display: flex; font-size: 10px; }.profile-button > span:not(.avatar) { display: none; }.topbar-actions { gap: 13px; }.hero { min-height: 345px; align-items: flex-start; padding: 33px 26px; }.hero-orbit { position: absolute; right: 14px; bottom: -22px; transform: scale(.8); }.hero h1 { font-size: 49px; }.content-grid { padding-top: 42px; }.side-column { grid-template-columns: 1fr; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 20px; }.checkin-footer { flex-direction: column; gap: 11px; }.leaderboard-section, .community-section { padding-top: 55px; }.leaderboard-controls .filter-button:nth-child(2) { display: none; }.leaderboard-header { display: none; }.leader-row { grid-template-columns: 28px minmax(0, 1fr) 55px 62px; column-gap: 7px; padding: 11px 7px; }.leader-row .consistency { display: grid; gap: 3px; }.mini-track { width: 45px; }.leader-row .cheer-button { display: none; }.community-grid { grid-template-columns: 1fr; }.footer { flex-direction: column; gap: 8px; }.modal { padding: 29px 23px; } }

/* Night mode: the interface is meant to feel like opening a journal after dark. */
:root { --ink: #eef4ec; --muted: #81908a; --line: #263932; --paper: #0b1412; --card: #111f1b; --green: #0e2a23; --green-mid: #91c987; color-scheme: dark; }
body { background: var(--paper); }
.sidebar { background: #081713; border-right: 1px solid #1b3930; }
.nav-item:hover, .nav-item.active { background: #163b31; }
.quote-card { background: #102b24; border-color: #26483c; }
.season-button, .user-chip { border-color: #26483c; }
.topbar { color: var(--ink); }
.progress-track { background: #1d3028; }
.habit-row:hover { background: #14251f; }
.habit-check { border-color: #52675c; }.habit-row.is-complete .habit-check { color: #10251f; }
.move-icon { color: #2a1b16; }.read-icon { color: #28202f; }.sleep-icon { color: #1c2d37; }.journal-icon { color: #302d13; }
.proof-button { position: relative; display: flex; align-items: center; gap: 5px; padding: 6px 7px; border: 1px solid #2b4339; border-radius: 5px; color: #90a59a; background: #101f1b; font-family: var(--mono); font-size: 8px; white-space: nowrap; transition: .18s; }
.proof-button:hover { border-color: var(--green-mid); color: var(--green-mid); }.proof-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }.proof-preview { width: 13px; height: 13px; display: none; border-radius: 3px; background-position: center; background-size: cover; }.proof-button.has-image .proof-preview { display: block; }.proof-button.has-image .proof-label { color: var(--green-mid); }
.sparkline { border-color: var(--line); }.sparkline span { background: #47664e; }
.filter-button:hover, .filter-button.active-filter { background: #142c24; }.leader-row:hover, .leader-row.your-row { background: #14251f; }.mini-track { background: #263b31; }
.member b { color: #10251f; background: var(--green-mid); }.view-all-button:hover { background: #14251f; }
.post-card { background: var(--card); }.post-actions { color: #718079; }.footer { color: #718079; }
.modal-backdrop { background: rgba(3, 12, 9, .72); }.modal { background: #111f1b; box-shadow: 0 20px 70px rgba(0, 0, 0, .45); }.modal input, .modal select, .modal textarea { background: #0c1815; color: var(--ink); }.modal input:focus, .modal select:focus, .modal textarea:focus { box-shadow: 0 0 0 3px #1d382c; }.primary-button { color: #10251f; background: var(--green-mid); }.modal-note { color: #81908a; }
.post-upload { display: flex; align-items: center; gap: 10px; }.upload-drop { min-width: 0; flex: 1; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px dashed #385247; border-radius: 6px; color: #9bad9f; cursor: pointer; }.upload-drop:hover { border-color: var(--green-mid); background: #14251f; }.upload-drop > span:nth-child(2) { display: grid; gap: 4px; }.upload-drop strong { color: var(--ink); font-family: var(--sans); font-size: 10px; }.upload-drop em { color: var(--muted); font-size: 8px; font-style: normal; font-weight: 400; }.upload-drop small { color: var(--muted); font-family: var(--mono); font-size: 8px; }.upload-icon { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #385247; border-radius: 5px; color: var(--green-mid); font-size: 17px; }.post-image-preview { width: 58px; height: 58px; display: none; border-radius: 6px; background-position: center; background-size: cover; }.post-image-preview.has-image { display: block; }.post-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; color: var(--muted); font-family: var(--mono); font-size: 8px; }.post-form-footer .primary-button { width: auto; margin: 0; }
@media (max-width: 700px) { .proof-label { display: none; }.proof-button { padding: 6px; }.post-form-footer { align-items: flex-end; flex-direction: column; }.post-form-footer .primary-button { width: 100%; } }

.leaderboard-switcher { display: flex; align-items: center; gap: 6px; margin-top: 25px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }.scope-tab { padding: 8px 11px; border: 1px solid transparent; border-radius: 5px; color: #75847b; background: transparent; font-family: var(--mono); font-size: 9px; }.scope-tab:hover { color: var(--ink); background: #14251f; }.scope-tab.active-scope { border-color: #42614b; color: #b8dfa9; background: #1a3429; }.scope-context { margin-left: auto; color: #65766d; font-family: var(--mono); font-size: 8px; }.leaderboard-table { margin-top: 0; }.leader-row.is-up .member small { color: var(--green-mid); }.leader-row.is-down .member small { color: var(--coral); }.country-flag { margin-right: 4px; font-size: 11px; }.rank-you { color: var(--green-mid); }.engagement-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: 15px; padding: 67px 3px 0; }.engagement-card { min-height: 226px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); }.engagement-card-top { display: flex; justify-content: space-between; align-items: center; }.live-label { color: var(--green-mid); font-family: var(--mono); font-size: 8px; }.live-label i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #8bc66f; }.league-title { display: flex; align-items: center; gap: 12px; margin: 23px 0 20px; }.league-badge { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #a7c976; border-radius: 50%; color: var(--yellow); background: #1a3429; font-size: 19px; }.engagement-card h3 { margin: 0; font-size: 17px; letter-spacing: -.05em; }.engagement-card p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.league-rank, .mission-progress { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-family: var(--mono); font-size: 9px; }.league-rank strong { color: var(--ink); font-size: 18px; letter-spacing: -.05em; }.league-track, .mission-track { height: 5px; margin: 11px 0 17px; border-radius: 5px; background: #263b31; overflow: hidden; }.league-track i { display: block; height: 100%; border-radius: inherit; background: var(--yellow); }.subtle-action { display: flex; align-items: center; gap: 10px; padding: 0; border: 0; color: var(--green-mid); background: transparent; font-family: var(--mono); font-size: 9px; }.subtle-action span { font-size: 14px; }.subtle-action:hover { color: var(--ink); }.mission-card { background: #162a24; border-color: #29493d; }.mission-card h3 { margin-top: 22px; font-size: 21px; }.mission-card p { max-width: 320px; margin-top: 8px; }.mission-icon { color: var(--yellow); font-size: 19px; }.mission-progress { margin-top: 21px; }.mission-progress > span:last-child strong { color: var(--ink); }.mission-avatars { display: flex; align-items: center; }.mission-avatars .avatar { width: 25px; height: 25px; margin-right: -6px; border: 2px solid #162a24; font-size: 8px; }.avatar-muted { background: #718079; color: #10251f; }.mission-card .subtle-action { margin-top: 17px; }
@media (max-width: 700px) { .leaderboard-switcher { overflow-x: auto; }.scope-context { display: none; }.engagement-section { grid-template-columns: 1fr; padding-top: 55px; }.engagement-card { min-height: auto; }.leaderboard-heading .eyebrow { max-width: 160px; } }

[hidden] { display: none !important; }
.landing-view { min-height: 100vh; padding: 0 7vw 30px; color: var(--ink); background: radial-gradient(circle at 78% 15%, rgba(85, 133, 90, .16), transparent 28%), var(--paper); }.landing-nav { height: 89px; display: flex; align-items: center; justify-content: space-between; max-width: 1320px; margin: 0 auto; }.landing-brand { color: var(--ink); }.landing-brand .brand-mark { border-color: #54735d; }.landing-links { display: flex; align-items: center; gap: 28px; }.landing-links a, .landing-login { color: #8fa098; text-decoration: none; font-family: var(--mono); font-size: 9px; }.landing-links a:hover, .landing-login:hover { color: var(--green-mid); }.landing-login { border: 0; background: transparent; }.landing-login strong { color: var(--ink); font-weight: 500; }.landing-main { max-width: 1320px; margin: 0 auto; }.landing-hero { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }.landing-copy { padding: 48px 0 30px; }.landing-copy h1 { max-width: 650px; margin: 24px 0 20px; font-size: clamp(48px, 6.5vw, 94px); line-height: .96; letter-spacing: -.08em; font-weight: 600; }.landing-copy h1 em, .landing-feature-intro h2 em, .landing-bottom-cta h2 em, .arc-archive h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.1em; }.landing-copy > p { max-width: 400px; color: #8fa098; font-size: 14px; line-height: 1.65; }.landing-actions { display: flex; align-items: center; gap: 16px; margin-top: 31px; }.landing-cta { min-width: 202px; }.landing-note { color: #75847b; font-family: var(--mono); font-size: 8px; }.landing-social-proof { display: flex; align-items: center; gap: 12px; margin-top: 52px; color: #81908a; font-family: var(--mono); font-size: 9px; }.landing-social-proof strong { color: var(--ink); font-weight: 500; }.proof-avatars { display: flex; }.proof-avatars .avatar { width: 27px; height: 27px; margin-right: -6px; border: 2px solid var(--paper); font-size: 7px; }.landing-art { position: relative; width: min(100%, 550px); aspect-ratio: 1; justify-self: end; border: 1px solid #26453a; border-radius: 50%; background: radial-gradient(circle at 50% 46%, rgba(151, 207, 134, .11), transparent 27%), #0f251f; box-shadow: 0 0 110px rgba(91, 152, 101, .09); overflow: hidden; }.landing-art:before, .landing-art:after { content: ""; position: absolute; inset: 17%; border: 1px solid #2e5647; border-radius: 50%; transform: rotate(30deg) scaleY(.53); }.landing-art:after { inset: 9%; transform: rotate(-32deg) scaleY(.8); border-color: #24483d; }.art-sun { position: absolute; top: 17%; right: 20%; width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 27px rgba(241, 228, 134, .5); }.art-moon { position: absolute; inset: 35%; display: grid; place-items: center; border: 1px solid #8dbd7f; border-radius: 50%; color: var(--yellow); font-size: 39px; background: #18392d; }.art-orbit { position: absolute; left: -5%; right: -5%; top: 42%; height: 1px; background: #46705b; transform: rotate(-25deg); }.art-orbit-b { top: 58%; transform: rotate(20deg); background: #2b5948; }.art-label { position: absolute; color: #a8c5a4; font-family: var(--mono); font-size: 8px; line-height: 1.5; letter-spacing: .14em; }.label-top { top: 24%; left: 13%; }.label-bottom { bottom: 21%; right: 14%; text-align: right; }.label-bottom span { color: var(--yellow); font-size: 15px; }.landing-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.landing-stats > div { display: flex; align-items: flex-start; gap: 17px; min-height: 117px; padding: 27px 24px 24px 0; border-right: 1px solid var(--line); }.landing-stats > div:not(:first-child) { padding-left: 24px; }.landing-stats > div:last-child { border-right: 0; }.landing-stats strong { color: var(--green-mid); font-family: var(--mono); font-size: 12px; }.landing-stats span { color: #81908a; font-family: var(--mono); font-size: 9px; line-height: 1.6; }.landing-stat-accent strong { color: var(--yellow); font-size: 28px; line-height: 1; }.landing-features { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14vw; padding: 140px 6% 130px; }.landing-feature-intro h2 { margin: 17px 0 17px; font-size: clamp(35px, 4vw, 57px); line-height: .99; letter-spacing: -.075em; }.landing-feature-intro p { max-width: 320px; color: #81908a; font-size: 12px; line-height: 1.65; }.feature-stack { align-self: center; }.feature-stack article { display: flex; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }.feature-stack article:last-child { border-bottom: 1px solid var(--line); }.feature-number { width: 31px; height: 31px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #40614b; border-radius: 50%; color: var(--yellow); font-size: 13px; }.feature-stack h3 { margin: 0 0 7px; font-size: 15px; letter-spacing: -.04em; }.feature-stack p { max-width: 380px; margin: 0; color: #81908a; font-size: 11px; line-height: 1.6; }.landing-bottom-cta { display: flex; flex-direction: column; align-items: center; padding: 84px 25px 93px; border: 1px solid #29483b; border-radius: 11px; text-align: center; background: #102a22; }.landing-bottom-cta .eyebrow { color: #8eae8d; }.landing-bottom-cta h2 { margin: 19px 0 26px; font-size: clamp(39px, 5vw, 68px); line-height: .95; letter-spacing: -.08em; }.landing-footer { max-width: 1320px; display: flex; justify-content: space-between; margin: 68px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: #718079; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.privacy-label, .race-season { color: #75847b; font-family: var(--mono); font-size: 8px; }.privacy-label span { color: var(--green-mid); font-size: 13px; }.crew-title, .race-title { display: flex; align-items: center; gap: 13px; margin: 22px 0 20px; }.crew-stack { display: flex; padding-left: 9px; }.crew-stack .avatar { width: 31px; height: 31px; margin-left: -9px; border: 2px solid #111f1b; }.crew-stats { display: flex; justify-content: space-between; padding: 13px 0 15px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; }.crew-stats strong { color: var(--ink); font-size: 11px; }.race-flag { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #4b6555; border-radius: 50%; font-size: 19px; }.race-row { display: grid; grid-template-columns: 1fr 90px 28px; align-items: center; gap: 10px; margin: 9px 0; color: var(--muted); font-family: var(--mono); font-size: 8px; }.race-row i { display: block; height: 4px; border-radius: 4px; background: var(--green-mid); opacity: .65; }.race-row b { color: var(--ink); font-size: 8px; font-weight: 500; }.race-row.is-you { color: var(--ink); }.race-row.is-you i { background: var(--yellow); opacity: 1; }.race-card .subtle-action { margin-top: 16px; }
.milestones-section { padding: 72px 3px 0; }.achievement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 22px; }.achievement-card { position: relative; min-height: 205px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid #354b3e; border-radius: 9px; overflow: hidden; background: #152d25; }.achievement-card:after { content: "✦"; position: absolute; right: -8px; bottom: -22px; color: #244b3c; font-size: 120px; line-height: 1; }.achievement-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #819f62; border-radius: 50%; color: var(--yellow); background: #213d2e; font-size: 16px; }.achievement-status { margin-top: 16px; color: var(--green-mid); font-family: var(--mono); font-size: 8px; letter-spacing: .07em; }.achievement-card h3 { margin: 11px 0 5px; font-size: 17px; letter-spacing: -.05em; }.achievement-card p { max-width: 160px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.achievement-share, .achievement-lock { position: relative; z-index: 1; margin-top: auto; padding: 0; border: 0; color: #9bc38f; background: transparent; font-family: var(--mono); font-size: 8px; }.achievement-unlocked .achievement-share:hover { color: var(--ink); }.achievement-locked { opacity: .58; background: #101e1a; border-style: dashed; }.achievement-locked .achievement-icon { filter: grayscale(1); }.achievement-lock { color: #77877e; }.achievement-lock span { margin-left: 7px; color: var(--yellow); }.arc-archive { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; margin: 90px 3px 0; padding: 46px 5%; border: 1px solid #2b473d; border-radius: 10px; background: #10251f; }.arc-archive h2 { margin: 16px 0 15px; font-size: 34px; line-height: .98; letter-spacing: -.08em; }.arc-archive p { max-width: 350px; margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.6; }.archive-trophies { display: flex; justify-content: center; gap: 16px; }.trophy-item { width: 105px; height: 134px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid #273f35; border-radius: 8px; color: #687a70; background: #0d1c18; text-align: center; }.trophy-item span { font-size: 29px; filter: grayscale(1); }.trophy-item strong { font-family: var(--mono); font-size: 8px; }.trophy-item small { font-family: var(--mono); font-size: 7px; }.trophy-item.active { border-color: #708d5b; color: var(--green-mid); background: #1a3429; }.trophy-item.active span { color: var(--yellow); filter: none; }.trophy-item.active small { color: var(--yellow); }
.prompt-banner { display: flex; align-items: center; gap: 14px; margin: 22px 0 27px; padding: 16px 18px; border: 1px solid #314b3e; border-radius: 8px; background: #132820; }.prompt-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 6px; color: #203126; background: var(--yellow); }.prompt-banner > div { flex: 1; }.prompt-banner .eyebrow { color: #83a481; }.prompt-banner strong { display: block; margin-top: 4px; font-size: 11px; font-weight: 600; }.prompt-banner .text-button { white-space: nowrap; }
.auth-error { min-height: 16px; margin: -3px 0 0 !important; color: #f2a289 !important; font-family: var(--mono); font-size: 9px !important; line-height: 1.4 !important; }.auth-mode-toggle { display: block; margin: 16px auto 0; padding: 0; border: 0; color: var(--green-mid); background: transparent; font-family: var(--mono); font-size: 9px; }.auth-mode-toggle:hover { color: var(--ink); }.primary-button:disabled { cursor: wait; opacity: .6; }
.trust-card { padding-bottom: 17px; }.verified-pill { color: var(--green-mid); font-family: var(--mono); font-size: 8px; }.trust-title { display: flex; gap: 10px; margin: 19px 0 17px; }.verify-icon { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #10251f; background: var(--green-mid); font-size: 13px; }.trust-title strong { display: block; margin: 2px 0 6px; font-size: 11px; }.trust-title p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }.trust-row { display: flex; justify-content: space-between; padding: 11px 0 12px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; }.trust-row strong { color: var(--green-mid); }.trust-card .text-button { font-size: 8px; }.comeback-card { background: #1a2822; border-color: #47604c; }.comeback-spark { color: var(--yellow); font-size: 17px; }.comeback-title { display: flex; gap: 12px; margin: 22px 0 20px; }.comeback-number { width: 39px; height: 39px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #ac9e53; border-radius: 50%; color: var(--yellow); font-family: var(--mono); font-size: 12px; }.comeback-title h3 { margin: 1px 0 6px; font-size: 15px; }.comeback-title p { max-width: 270px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }.comeback-progress { height: 5px; border-radius: 5px; background: #2c3e32; overflow: hidden; }.comeback-progress span { display: block; height: 100%; border-radius: inherit; background: var(--yellow); }.comeback-foot { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); font-family: var(--mono); font-size: 8px; }.comeback-foot strong { color: var(--yellow); }.comeback-card .subtle-action { margin-top: 16px; }
@media (max-width: 900px) { .landing-view { padding: 0 5vw 25px; }.landing-hero { gap: 20px; }.landing-features { gap: 7vw; padding-left: 0; padding-right: 0; }.engagement-section { grid-template-columns: repeat(2, 1fr); }.achievement-grid { grid-template-columns: repeat(2, 1fr); }.achievement-card:last-child { grid-column: span 2; min-height: 150px; } }
@media (max-width: 700px) { .landing-nav { height: 72px; }.landing-links a { display: none; }.landing-links { gap: 0; }.landing-login { font-size: 8px; }.landing-hero { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 20px; padding: 50px 0 70px; }.landing-copy { padding: 0; }.landing-copy h1 { font-size: 55px; }.landing-copy > p { font-size: 12px; }.landing-actions { align-items: flex-start; flex-direction: column; }.landing-social-proof { margin-top: 36px; }.landing-art { align-self: center; width: 82vw; max-width: 390px; }.landing-stats { grid-template-columns: repeat(2, 1fr); }.landing-stats > div, .landing-stats > div:not(:first-child) { min-height: 92px; padding: 20px 13px; }.landing-stats > div:nth-child(2) { border-right: 0; }.landing-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.landing-features { display: block; padding: 82px 0 78px; }.feature-stack { margin-top: 43px; }.landing-bottom-cta { padding: 65px 20px 70px; }.landing-footer { flex-direction: column; gap: 8px; }.engagement-section { grid-template-columns: 1fr; }.achievement-grid { grid-template-columns: 1fr; }.achievement-card:last-child { grid-column: auto; }.arc-archive { display: block; margin-top: 65px; padding: 33px 25px; }.archive-trophies { margin-top: 30px; gap: 7px; }.trophy-item { width: 30%; height: 112px; }.prompt-banner { align-items: flex-start; flex-wrap: wrap; }.prompt-banner .text-button { margin-left: 43px; }.prompt-banner strong { line-height: 1.45; }.community-section .section-heading { flex-wrap: wrap; } }
