:root {
  --ink: #1b1d1a;
  --muted: #777a72;
  --faint: #a6a89f;
  --canvas: #f4f4ef;
  --paper: #fffefa;
  --line: #e5e5dd;
  --nav: #171815;
  --nav-muted: #8b8d84;
  --orange: #f45a38;
  --orange-soft: #fff0eb;
  --green: #14845b;
  --green-soft: #e7f6ed;
  --yellow: #a66a00;
  --yellow-soft: #fff5d8;
  --blue: #3b6fb6;
  --blue-soft: #edf3ff;
  --radius: 13px;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--canvas); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 256px; min-height: 100vh; flex: 0 0 256px; padding: 28px 16px 18px; color: #f6f6ef; background: var(--nav); display: flex; flex-direction: column; }
.brand-lockup { display: flex; align-items: center; gap: 11px; padding: 0 12px 35px; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; background: var(--orange); color: #fff; border-radius: 10px 10px 10px 2px; font-weight: 700; font-size: 19px; letter-spacing: -2px; }
.brand-mark span { opacity: .7; }
.brand-name { font-weight: 700; font-size: 17px; letter-spacing: -.7px; line-height: 1; }
.brand-name span { color: #868980; font-weight: 500; }
.brand-caption { color: #777970; font-size: 8px; font-family: 'DM Mono', monospace; letter-spacing: .14em; margin-top: 6px; }
.sidebar-label { color: #686b62; font: 500 9px 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; padding: 0 13px 10px; }
.guides-label, .recommended-tools-label { margin-top: 28px; }
.sidebar-label-bottom { margin-top: auto; }
.main-nav, .manage-nav, .guides-nav, .recommended-nav { display: grid; gap: 4px; }
.nav-item { border: 0; color: var(--nav-muted); background: transparent; padding: 10px 12px; display: flex; align-items: center; gap: 12px; border-radius: 8px; font-size: 13px; text-align: left; text-decoration: none; width: 100%; transition: background .18s, color .18s; }
.nav-item:hover { color: #fff; background: #252622; }
.nav-item.active { color: #fff; background: #2d2e29; }
.nav-icon { width: 17px; height: 17px; display: inline-grid; place-items: center; opacity: .85; }
.nav-icon svg, [data-icon] svg { width: 100%; height: 100%; }
.nav-badge { margin-left: auto; color: #c2c4bc; background: #3e4039; border-radius: 20px; min-width: 20px; padding: 2px 6px; text-align: center; font: 10px 'DM Mono', monospace; }.nav-badge[hidden] { display: none; }
.nav-badge.orange { color: #ff9d84; background: #563126; }
.profile-card { position: relative; margin-top: auto; border-top: 1px solid #30312c; padding: 16px 6px 0; display: flex; align-items: center; gap: 10px; }
.avatar, .top-avatar { background: #e7ba8a; color: #553321; display: grid; place-items: center; border-radius: 50%; font-weight: 600; }
.avatar { width: 31px; height: 31px; font-size: 10px; }
.profile-copy { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.profile-copy strong { font-size: 12px; font-weight: 600; }
.profile-copy span { font-size: 10px; color: #74776d; margin-top: 2px; }
.icon-button { border: 0; background: transparent; color: inherit; width: 35px; height: 35px; display: inline-grid; place-items: center; border-radius: 8px; position: relative; }
.icon-button:hover { background: rgba(0,0,0,.06); }
.sidebar .icon-button:hover { background: #30312c; }
.icon-button.small { width: 25px; height: 25px; color: #73766d; }
.icon-button svg { width: 17px; height: 17px; stroke-width: 1.7; }
.main-content { display: flex; flex: 1; flex-direction: column; min-width: 0; min-height: 100vh; }
.topbar { height: 76px; padding: 0 48px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; background: rgba(255,254,250,.68); }
.breadcrumb { display: flex; gap: 11px; align-items: center; font-size: 13px; color: var(--faint); }
.breadcrumb strong { color: var(--ink); font-weight: 600; }
.breadcrumb-slash { color: #d0d0c8; }
.topbar-actions { display: flex; align-items: center; gap: 13px; color: var(--muted); }
.sync-status { font: 10px 'DM Mono', monospace; display: flex; align-items: center; gap: 7px; margin-right: 8px; }
.sync-dot { width: 6px; height: 6px; border-radius: 50%; background: #2db776; box-shadow: 0 0 0 3px #d9f3e4; }
.topbar .icon-button i { display: block; position: absolute; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; top: 7px; right: 7px; border: 1px solid var(--paper); }
.top-avatar { border: 0; width: 31px; height: 31px; font-size: 10px; }
.mobile-menu, .mobile-overlay { display: none; }
.view-root { flex: 1; width: 100%; max-width: 1400px; padding: 43px 48px 60px; margin: 0 auto; }
.eyebrow { color: var(--orange); font: 500 10px 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; margin-bottom: 33px; }
.page-heading h1 { margin: 9px 0 7px; font-size: 30px; letter-spacing: -1.3px; line-height: 1.05; }
.page-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.heading-actions { display: flex; gap: 9px; align-items: center; }
.button { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); padding: 10px 14px; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; transition: all .15s; }
.button, .row-action { text-decoration: none; }
.data-table td:last-child { min-width: 150px; }
.data-table td:last-child .button { min-width: 92px; justify-content: center; }
.bonus-actions { display: flex; align-items: center; gap: 6px; min-width: 194px; }
.bonus-actions .button { flex: 0 0 92px; justify-content: center; }
.bonus-actions .claim-state { color: var(--muted); background: #f7f7f2; border-color: var(--line); }
.bonus-actions .action-placeholder { visibility: hidden; }
.button:hover { border-color: #c8c8bd; transform: translateY(-1px); }
.button.primary { background: var(--orange); border-color: var(--orange); color: white; box-shadow: 0 3px 8px #f45a3830; }
.button.primary:hover { background: #dc4829; }
.button.ghost { background: transparent; }
.button svg { width: 14px; height: 14px; }
.inline-link { border: 0; padding: 0; color: inherit; background: transparent; font-weight: 600; text-align: left; }.inline-link:hover { color: var(--orange); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 14px; }
.stat-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 19px 20px 17px; min-height: 118px; }
.stat-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; }
.stat-icon { width: 27px; height: 27px; border-radius: 7px; display: grid; place-items: center; background: #f1f1eb; color: #676a61; }
.stat-icon svg { width: 14px; height: 14px; }
.stat-value { margin-top: 14px; font-size: 25px; letter-spacing: -1px; font-weight: 600; }
.stat-foot { font-size: 10px; color: var(--muted); margin-top: 5px; }
.stat-foot.positive { color: var(--green); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(310px, .86fr); gap: 14px; }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); min-width: 0; }
.panel + .panel { margin-top: 14px; }
.panel-head { padding: 19px 20px 15px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.panel-title { font-size: 14px; font-weight: 600; }
.panel-subtitle { color: var(--muted); font-size: 11px; margin-top: 3px; }
.panel-link { color: var(--orange); background: none; border: 0; font-size: 11px; font-weight: 600; }
.bonus-list { border-top: 1px solid var(--line); }
.bonus-row { min-height: 66px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 13px; padding: 11px 20px; }
.bonus-row:last-child { border-bottom: 0; }
.bookie-logo { width: 32px; height: 32px; border-radius: 8px; background: #202b3b; color: #cad9ef; display: grid; place-items: center; font: 500 11px 'DM Mono', monospace; flex: 0 0 auto; }
.bookie-logo.pp { background: #003b70; color: #f4c52f; }.bookie-logo.bd { background: #087f5b; color: #e3f7d0; }.bookie-logo.wh { background: #3b2874; color: #dbcfff; }
.row-copy { flex: 1; min-width: 0; }
.row-copy strong { display: block; font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-copy span { display: block; color: var(--muted); font-size: 10px; margin-top: 4px; }
.row-value { text-align: right; margin-right: 5px; }
.row-value strong { display: block; font: 11px 'DM Mono', monospace; }
.row-value span { display: block; color: var(--muted); font-size: 9px; margin-top: 4px; }
.countdown { color: var(--orange); background: var(--orange-soft); border-radius: 5px; padding: 5px 7px; font: 10px 'DM Mono', monospace; white-space: nowrap; }
.countdown.done { color: var(--green); background: var(--green-soft); }
.row-action { border: 1px solid var(--line); background: transparent; border-radius: 6px; padding: 6px 8px; color: #666960; font-size: 10px; white-space: nowrap; }
.row-action:hover { color: var(--orange); border-color: var(--orange); }
.expiry-panel { background: #fff7e4; border-color: #f2dfae; }
.expiry-panel .panel-head { border-bottom: 1px solid #f2dfae; }
.expiry-title { display: flex; align-items: center; gap: 8px; }.expiry-title .stat-icon { color: var(--yellow); background: #ffedbd; }
.expiry-row { padding: 12px 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #f2dfae; }.expiry-row:last-child { border-bottom: 0; }
.expiry-date { text-align: center; width: 32px; font: 500 10px 'DM Mono', monospace; color: var(--yellow); }.expiry-date b { display: block; color: #755016; font-size: 15px; line-height: 1.1; }
.mini-chart { padding: 0 20px 18px; }.chart-wrap { height: 184px; position: relative; border-top: 1px solid var(--line); padding-top: 12px; }.chart-wrap svg { width: 100%; height: 144px; overflow: visible; }.chart-gridline { stroke: #ecece5; stroke-width: 1; }.chart-fill { fill: url(#chartFade); }.chart-line { fill: none; stroke: var(--orange); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }.chart-dot { fill: var(--paper); stroke: var(--orange); stroke-width: 2; }.chart-labels { display: flex; justify-content: space-between; color: #a2a49b; font: 9px 'DM Mono', monospace; margin-top: -4px; }
.positions { padding: 0 20px 19px; display: flex; gap: 9px; }.position-chip { flex: 1; background: #f7f7f2; border-radius: 8px; padding: 11px; }.position-chip small { color: var(--muted); font-size: 9px; display: block; }.position-chip b { font: 12px 'DM Mono', monospace; display: block; margin-top: 6px; }
.progress-bar { height: 5px; border-radius: 5px; background: #e9e9e2; margin-top: 9px; overflow: hidden; }.progress-bar span { display: block; height: 100%; border-radius: inherit; background: var(--orange); }
.table-panel { overflow: hidden; }.table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; text-align: left; }.data-table th { color: #92948b; font: 500 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .07em; background: #fafaf6; padding: 11px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); white-space: nowrap; }.data-table td { padding: 14px 20px; font-size: 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }.data-table tr:last-child td { border-bottom: 0; }.data-table tbody tr:hover { background: #fbfbf7; }.data-table td.mono { font: 11px 'DM Mono', monospace; }.data-table td.positive { color: var(--green); font: 11px 'DM Mono', monospace; }.data-table td.negative { color: var(--orange); font: 11px 'DM Mono', monospace; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; border-radius: 20px; padding: 5px 8px; font: 10px 'DM Mono', monospace; }.status-pill::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.status-pill.active, .status-pill.won, .status-pill.available, .status-pill.claimed, .status-pill.settled { color: var(--green); background: var(--green-soft); }.status-pill.limited, .status-pill.in_progress, .status-pill.pending, .status-pill.open { color: var(--yellow); background: var(--yellow-soft); }.status-pill.gubbed, .status-pill.expired, .status-pill.abandoned, .status-pill.lost { color: var(--orange); background: var(--orange-soft); }.status-pill.closed, .status-pill.void { color: #73766e; background: #eeeeeb; }
.filters { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }.filter-select, .search-input { border: 1px solid var(--line); background: var(--paper); border-radius: 7px; color: var(--muted); padding: 8px 10px; font-size: 11px; }.search-input { min-width: 170px; outline: 0; }.search-input:focus, .filter-select:focus { border-color: var(--orange); }
.section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.section-grid .panel { min-height: 180px; }
.entity-row { display: flex; align-items: center; padding: 13px 20px; border-top: 1px solid var(--line); gap: 12px; }.entity-row .row-copy { min-width: 0; }.entity-balance { margin-left: auto; text-align: right; }.entity-balance b { display: block; font: 12px 'DM Mono', monospace; }.entity-balance span { display: block; font-size: 9px; color: var(--green); margin-top: 4px; }
.offer-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: start; }.offer-column { background: #eeeee9; border-radius: 10px; padding: 11px; min-height: 350px; }.offer-column-head { display: flex; justify-content: space-between; align-items: center; padding: 3px 3px 10px; color: var(--muted); font-size: 11px; font-weight: 600; }.offer-column-head span { font: 10px 'DM Mono', monospace; color: #a1a39a; background: #e4e4de; padding: 3px 7px; border-radius: 12px; }.offer-card { background: var(--paper); border: 1px solid #e3e3dc; border-radius: 8px; padding: 13px; margin-bottom: 9px; box-shadow: 0 2px 4px #22221408; }.offer-card strong { display: block; font-size: 12px; line-height: 1.3; }.offer-card .offer-bookie { color: var(--muted); font-size: 10px; margin-top: 6px; }.offer-card .offer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--line); }.offer-value { color: var(--green); font: 11px 'DM Mono', monospace; }.deadline { color: var(--orange); font: 9px 'DM Mono', monospace; }.checkline { color: var(--muted); font-size: 10px; margin-top: 11px; display: flex; gap: 6px; align-items: center; }.checkline span { color: var(--green); }.checkline .icon-button { margin-left: auto; }.checkline .icon-button + .icon-button { margin-left: -6px; }.offer-steps { display: grid; gap: 4px; margin-top: 10px; }.offer-step { border: 0; display: flex; align-items: center; gap: 7px; padding: 6px 7px; border-radius: 5px; color: var(--muted); background: #f7f7f2; text-align: left; font-size: 10px; }.offer-step:hover { background: #eeeeea; color: var(--ink); }.offer-step span { width: 12px; height: 12px; display: grid; place-items: center; border: 1px solid #d1d2c9; border-radius: 3px; }.offer-step svg { width: 10px; height: 10px; color: var(--green); }.offer-step.done { color: var(--green); text-decoration: line-through; }
.calculator-layout { display: grid; grid-template-columns: minmax(330px, .85fr) minmax(420px, 1.2fr); gap: 14px; align-items: start; }.calc-card { padding: 21px; }.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.field { display: grid; gap: 6px; }.field.full { grid-column: 1/-1; }.field label { color: var(--muted); font-size: 10px; font-weight: 600; }.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; background: #fbfbf7; color: var(--ink); padding: 10px; font-size: 12px; outline: 0; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); background: #fff; }.field input[type=number] { font-family: 'DM Mono', monospace; }.mode-select { margin: 8px 0 21px; }.calc-divider { border: 0; border-top: 1px solid var(--line); margin: 20px 0; }.slider-row { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; margin-bottom: 10px; }.slider-value { color: var(--orange); font: 11px 'DM Mono', monospace; }.range { width: 100%; accent-color: var(--orange); }.range-labels { display: flex; justify-content: space-between; color: #a2a49b; font: 9px 'DM Mono', monospace; margin-top: 5px; }.calc-results { padding: 21px; background: var(--nav); color: #fff; border-color: var(--nav); }.calc-results .eyebrow { color: #ff9076; }.calc-results .panel-title { margin-top: 8px; color: #fff; }.result-hero { border: 1px solid #3b3d37; border-radius: 9px; padding: 15px; margin-top: 18px; }.result-main { display: flex; align-items: end; justify-content: space-between; }.result-main b { font: 25px 'DM Mono', monospace; color: #fff; }.result-main span { color: #8c9085; font-size: 10px; }.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; }.outcome { border: 1px solid #3b3d37; border-radius: 8px; padding: 13px; }.outcome span { color: #8c9085; font-size: 10px; display: block; }.outcome b { display: block; font: 14px 'DM Mono', monospace; margin-top: 8px; }.outcome b.good { color: #65d39e; }.outcome b.risk { color: #ff9277; }.result-lines { margin-top: 18px; padding-top: 12px; border-top: 1px solid #3b3d37; display: grid; gap: 11px; }.result-line { display: flex; justify-content: space-between; color: #9a9c93; font-size: 11px; }.result-line strong { color: #fff; font: 11px 'DM Mono', monospace; }.result-note { color: #8c9085; font-size: 10px; line-height: 1.5; margin: 17px 0 0; }
.bank-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }.balance-card { padding: 24px; background: var(--nav); color: white; border-color: var(--nav); position: relative; overflow: hidden; }.balance-card::after { content: ''; position: absolute; width: 210px; height: 210px; border: 1px solid #ffffff12; border-radius: 50%; right: -68px; top: -95px; box-shadow: 0 0 0 20px #ffffff05, 0 0 0 40px #ffffff03; }.balance-card .eyebrow { color: #ff9277; }.balance-card h2 { font: 32px 'DM Mono', monospace; margin: 12px 0 5px; letter-spacing: -1px; }.balance-card p { color: #94978d; font-size: 11px; margin: 0; }.profit-card { padding: 24px; }.profit-card h2 { font: 27px 'DM Mono', monospace; color: var(--green); margin: 12px 0 5px; }.profit-card p { color: var(--muted); font-size: 11px; margin: 0; }.profit-equation { color: #969990; font: 10px 'DM Mono', monospace; margin-top: 24px; }
.empty-state { padding: 35px 20px; text-align: center; color: var(--muted); font-size: 12px; }.empty-state svg { color: var(--faint); width: 24px; margin-bottom: 8px; }
.modal-backdrop { position: fixed; inset: 0; background: #14151080; z-index: 20; display: grid; place-items: center; padding: 20px; backdrop-filter: blur(3px); }.modal { width: min(530px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: var(--paper); border-radius: 14px; box-shadow: 0 20px 60px #0003; }.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 21px 23px 17px; border-bottom: 1px solid var(--line); }.modal-head h2 { font-size: 16px; margin: 0; letter-spacing: -.4px; }.modal-body { padding: 20px 23px; }.modal-foot { padding: 15px 23px 21px; display: flex; justify-content: end; gap: 8px; }.close-button { border: 0; background: transparent; color: var(--muted); width: 28px; height: 28px; border-radius: 6px; }.close-button:hover { background: #eeeeea; }.form-error { color: var(--orange); font-size: 11px; margin-top: 10px; }
.toast-root { position: fixed; right: 22px; bottom: 22px; z-index: 50; display: grid; gap: 8px; }.toast { color: #fff; background: var(--nav); border: 1px solid #393b34; box-shadow: 0 8px 25px #0002; padding: 12px 15px; border-radius: 8px; font-size: 12px; animation: toast-in .2s ease-out; }.toast strong { color: #75daa6; margin-right: 5px; } @keyframes toast-in { from { transform: translateY(8px); opacity: 0; } to { transform: none; opacity: 1; } }
.auth-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: var(--nav); }.auth-gate::before { content: ''; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 15% 20%, #f45a3826, transparent 34%), radial-gradient(circle at 85% 75%, #6abf9e18, transparent 30%); }.auth-card { position: relative; width: min(410px, 100%); border: 1px solid #373932; border-radius: 14px; background: #20211e; color: #f6f6ef; padding: 29px; box-shadow: 0 24px 90px #0005; }.auth-card .brand-lockup { padding: 0 0 47px; }.auth-card .brand-name { color: #fff; }.auth-card .eyebrow { color: #ff9277; }.auth-card h1 { font-size: 28px; letter-spacing: -1px; margin: 9px 0 8px; }.auth-card > p { color: #95988e; font-size: 12px; line-height: 1.55; margin: 0 0 24px; }.auth-card .field { margin-top: 13px; }.auth-card .field label { color: #a3a69b; }.auth-card .field input { color: #fff; background: #292a26; border-color: #41433b; }.auth-card .field input:focus { border-color: var(--orange); }.auth-card .form-error { min-height: 15px; }.auth-switch { border: 0; width: 100%; margin-top: 19px; padding: 4px; color: #999c92; background: transparent; font-size: 11px; }.auth-switch strong { color: #ff9076; font-weight: 600; }
.public-home { display: none; }
body:has(#auth-root) .app-shell { display: none; }
body:has(#auth-root) .public-home, body.public-page .public-home { position: fixed; inset: 0; z-index: 90; display: block; padding: 0 9vw; color: #f6f6ef; background: var(--nav); overflow-y: auto; overflow-x: hidden; }
body:has(#auth-root) .public-home::before, body.public-page .public-home::before { content: ''; position: absolute; width: 60vw; height: 60vw; left: -18vw; top: -28vw; border: 1px solid #ffffff12; border-radius: 50%; box-shadow: 0 0 0 40px #ffffff05, 0 0 0 80px #ffffff03; }
.public-copy { position: relative; max-width: 1000px; min-height: 100vh; padding: 7vw 0 8vw; }.public-copy .brand-lockup { margin-bottom: 12vh; }.public-copy .brand-name { color: #fff; }.public-copy .eyebrow { color: #ff9277; }.public-copy h1 { margin: 18px 0 20px; font-size: clamp(42px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; }.public-copy h1 em { color: #ff9076; font-style: normal; }.public-free-note { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; padding: 10px 13px; border: 1px solid #ffffff26; border-radius: 8px; background: #ffffff0a; }.public-free-note::before { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #75daa6; box-shadow: 0 0 0 3px #75daa624; content: ''; }.public-free-note strong { color: #fff; font-size: 12px; }.public-free-note span { color: #b5b8ae; font-size: 11px; }.public-copy > p { max-width: 470px; color: #a2a59b; font-size: 15px; line-height: 1.65; }.public-points { display: flex; gap: 42px; margin-top: 46px; }.public-points div { display: grid; gap: 7px; }.public-points strong { color: #ff9076; font: 11px ui-monospace, monospace; }.public-points span { color: #d3d5cb; font-size: 11px; }.public-details { padding: 7vw 0 5vw; border-top: 1px solid #ffffff14; }.public-section-heading { max-width: 610px; }.public-section-heading h2, .public-callout h2 { margin: 16px 0 12px; color: #fff; font-size: clamp(28px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }.public-section-heading p, .public-callout p { color: #9da097; font-size: 14px; line-height: 1.65; }.public-callout a { color: #ff9076; font-weight: 600; }.public-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }.public-feature-grid article { min-height: 190px; padding: 22px; border: 1px solid #ffffff14; border-radius: 12px; background: #ffffff08; }.public-feature-grid strong { color: #fff; font-size: 15px; }.public-feature-grid p { color: #9da097; font-size: 12px; line-height: 1.6; margin-top: 24px; }.public-callout { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-top: 72px; padding: 30px 0; border-top: 1px solid #ffffff14; }.public-callout p { max-width: 330px; margin: 0; }
body:has(#auth-root) .auth-gate { background: transparent; place-items: center end; padding: 7vw 9vw; }.auth-gate::before { z-index: -1; }.auth-card { width: min(380px, 100%); }
@media (max-width: 800px) { body:has(#auth-root) .public-home, body.public-page .public-home { padding: 0 24px; }.public-copy { padding-top: 30px; }.public-copy .brand-lockup { margin-bottom: 8vh; }.public-copy h1 { font-size: 48px; }.public-copy > p { font-size: 13px; }.public-points { gap: 18px; margin-top: 30px; }.public-points span { font-size: 10px; }.public-feature-grid { grid-template-columns: 1fr; margin-top: 30px; }.public-feature-grid article { min-height: 0; }.public-callout { display: block; margin-top: 35px; }.public-callout p { margin-top: 20px; } body:has(#auth-root) .auth-gate { place-items: end center; padding: 18px; }.auth-card { padding: 22px; }.auth-card .brand-lockup, .public-copy .brand-lockup { padding-bottom: 20px; } }
body:has(#auth-root) .public-home, body.public-page .public-home { height: 100dvh; padding-right: 43vw; overflow-y: auto; overflow-x: hidden; }
body:has(#auth-root) .auth-gate { pointer-events: none; overflow: visible; }
body:has(#auth-root) .auth-card { pointer-events: auto; }
.auth-card .auth-switch { color: #999c92; }.auth-card .auth-switch strong { color: #ff9076; }
@media (max-width: 800px) { body:has(#auth-root) .public-home, body.public-page .public-home { height: 100dvh; padding: 0 24px 300px; } }
@media (max-width: 1050px) { .sidebar { width: 220px; flex-basis: 220px; }.topbar, .view-root { padding-left: 28px; padding-right: 28px; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .calculator-layout { grid-template-columns: 1fr; }.offer-board { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .sidebar { position: fixed; z-index: 30; left: 0; top: 0; bottom: 0; transform: translateX(-100%); transition: transform .2s ease; width: 260px; }.sidebar.open { transform: translateX(0); }.mobile-overlay { position: fixed; inset: 0; z-index: 25; background: #1113; }.mobile-overlay.visible { display: block; }.topbar { height: 64px; padding: 0 17px; }.mobile-menu { display: inline-grid; margin-right: 7px; }.breadcrumb { font-size: 12px; }.sync-status, .topbar-actions > .icon-button { display: none; }.view-root { padding: 28px 17px 45px; }.page-heading { display: block; margin-bottom: 24px; }.page-heading h1 { font-size: 27px; }.heading-actions { margin-top: 19px; }.heading-actions .button { flex: 1; justify-content: center; }.stats-grid { gap: 9px; }.stat-card { min-height: 108px; padding: 15px; }.stat-value { font-size: 20px; margin-top: 12px; }.stat-top { font-size: 10px; }.stat-icon { display: none; }.dashboard-grid, .bank-hero, .section-grid, .calculator-layout { grid-template-columns: 1fr; gap: 10px; }.panel + .panel { margin-top: 10px; }.panel-head { padding: 16px; }.bonus-row { padding: 11px 14px; gap: 9px; }.bonus-row .row-value { display: none; }.bonus-row .countdown { margin-left: auto; }.row-action { padding: 5px; font-size: 9px; }.chart-wrap { height: 170px; }.offer-board { grid-template-columns: 1fr; }.offer-column { min-height: 0; }.filters { margin-top: 14px; }.data-table th, .data-table td { padding-left: 14px; padding-right: 14px; }.calc-card, .calc-results { padding: 17px; }.field-grid { gap: 10px; }.bank-hero { display: grid; }.top-avatar { width: 28px; height: 28px; }.modal-backdrop { padding: 10px; }.modal-body, .modal-head, .modal-foot { padding-left: 17px; padding-right: 17px; } }
.day-picker { display: flex; gap: 5px; flex-wrap: wrap; }.day-picker label { cursor: pointer; border: 1px solid var(--line); border-radius: 6px; padding: 7px 8px; color: var(--muted); font: 10px 'DM Mono', monospace; }.day-picker label:has(input:checked) { color: var(--orange); border-color: var(--orange); background: var(--orange-soft); }.day-picker input { position: absolute; opacity: 0; pointer-events: none; }
.range { --range-position: 50%; appearance: none; display: block; width: 100%; height: 20px; margin: 0; cursor: pointer; background: transparent; }
.range::-webkit-slider-runnable-track { height: 5px; border-radius: 99px; background: linear-gradient(90deg, var(--orange) 0 var(--range-position), #e5e5dd var(--range-position) 100%); }
.range::-moz-range-track { height: 5px; border-radius: 99px; background: #e5e5dd; }
.range::-moz-range-progress { height: 5px; border-radius: 99px; background: var(--orange); }
.range::-webkit-slider-thumb { appearance: none; width: 18px; height: 18px; margin-top: -6.5px; border: 3px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px #d8492e, 0 2px 5px #1b1d1a2e; }
.range::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px #d8492e, 0 2px 5px #1b1d1a2e; }
.range:focus-visible { outline: 2px solid #f45a3850; outline-offset: 4px; }
.range-scale { position: relative; height: 25px; margin-top: 2px; color: #a2a49b; font: 9px 'DM Mono', monospace; }
.calc-save-button { width: 100%; justify-content: center; margin-top: 22px; }
.bet-form { display: grid; gap: 17px; }.bet-sides { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.bet-side { display: grid; gap: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #fafaf6; }.side-heading { display: flex; justify-content: space-between; align-items: start; gap: 8px; }.side-heading h3 { margin: 5px 0 4px; font-size: 14px; }.side-mode { margin-top: 1px; }.checkline { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }.checkline input { accent-color: var(--orange); }.deposit-line { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px; padding-top: 3px; border-top: 1px solid var(--line); }.deposit-line .button { padding: 8px 9px; font-size: 10px; white-space: nowrap; }.bet-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 12px; border-radius: 8px; background: var(--orange-soft); color: var(--muted); font-size: 9px; }.bet-preview b { display: block; color: var(--ink); font: 11px 'DM Mono', monospace; margin-top: 4px; }.modal-help { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0 0 15px; }.data-table td small { display: block; color: var(--muted); font-size: 9px; margin-top: 4px; }.bet-actions { display: flex; gap: 5px; }.bet-actions .button { padding: 7px 9px; font-size: 10px; }.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }.entity-balance span { color: var(--muted); }
@media (max-width: 720px) { .bet-sides { grid-template-columns: 1fr; }.bet-preview { grid-template-columns: 1fr 1fr; }.deposit-line { grid-template-columns: 1fr; }.deposit-line .button { justify-content: center; } }
.settings-panel { padding-bottom: 20px; }.settings-panel .field-grid, .settings-panel > .field { padding: 0 20px; }.settings-panel .field-grid { padding-top: 4px; }.settings-panel input:disabled { color: var(--muted); cursor: not-allowed; }.settings-help { padding: 0 20px; color: var(--muted); font-size: 11px; line-height: 1.5; }.settings-actions { display: flex; justify-content: flex-end; margin-top: 14px; }.settings-data, .settings-danger { margin-top: 14px; padding: 20px; }.settings-data { background: #f7f9ff; border-color: #d8e3f4; }.settings-data-row, .settings-danger-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 11px; }.settings-data-row p, .settings-danger-row p { max-width: 560px; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.settings-danger { background: #fff8f5; border-color: #f2c7bd; }.button.danger { color: var(--orange); border-color: #f2c7bd; background: #fff; white-space: nowrap; }.button.danger:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.profile-menu { position: absolute; right: 0; bottom: calc(100% + 10px); left: 0; z-index: 4; display: none; gap: 3px; padding: 6px; border: 1px solid #383a34; border-radius: 8px; background: #20211e; box-shadow: 0 10px 25px #0004; transform-origin: bottom center; }.profile-menu.open { display: grid; animation: profile-menu-in .16s ease-out; }.profile-menu-item { border: 0; border-radius: 5px; padding: 8px 7px; color: var(--nav-muted); background: transparent; font-size: 11px; text-align: left; }.profile-menu-item:hover { color: #fff; background: #30312c; }.profile-chevron { display: block; width: 7px; height: 7px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(225deg) translate(-1px, -1px); transition: transform .16s ease; }.profile-toggle[aria-expanded="true"] .profile-chevron { transform: rotate(45deg) translate(-1px, -1px); } @keyframes profile-menu-in { from { opacity: 0; transform: translateY(5px) scale(.98); } to { opacity: 1; transform: none; } }
.app-shell[data-profile-ready="false"] .profile-card > .avatar, .app-shell[data-profile-ready="false"] .profile-card > .profile-copy { visibility: hidden; }
.quick-update { padding: 7px 9px; margin-left: 8px; color: var(--muted); font-size: 10px; }
.account-name { display: flex !important; align-items: center; gap: 7px; }.account-status-dot { width: 7px; height: 7px; flex: 0 0 auto; align-self: center; transform: translateY(-2px); border-radius: 50%; background: var(--green); }.account-status-dot.limited { background: var(--yellow); }.account-status-dot.gubbed { background: var(--orange); }.account-status-dot.closed { background: #8b8d84; }
.account-name + span, .offer-column-head { text-transform: capitalize; }
.balance-update { width: 35px; height: 35px; margin-left: 8px; padding: 7px; color: var(--muted); }.balance-update:hover { color: var(--orange); }.balance-update svg { width: 20px; height: 20px; }
.nav-icon i, [data-icon] i { width: 100%; height: 100%; }.icon-button i, .balance-update i { font-size: 17px; line-height: 1; }.balance-update i { font-size: 20px; }
.notification-list .entity-row:first-child { border-top: 0; }
.goals-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; align-items: start; }.goal-card { padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }.goal-card.bought { background: var(--green-soft); border-color: #ccebd9; }.goal-card-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }.goal-status { color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.goal-card h2 { margin: 24px 0 8px; font-size: 17px; letter-spacing: -.4px; }.goal-price { color: var(--orange); font: 24px 'DM Mono', monospace; }.goal-note, .goal-bought { min-height: 34px; color: var(--muted); font-size: 11px; line-height: 1.5; margin: 14px 0 18px; }.goal-bought { color: var(--green); }.goal-actions { display: flex; gap: 7px; padding-top: 13px; border-top: 1px solid var(--line); }.goal-actions .button { flex: 1; justify-content: center; }.quick-balance-help { padding: 0; margin-bottom: 0; }
.goal-coverage { margin: 14px 0; padding-bottom: 18px; }.goal-coverage .panel-head { padding-bottom: 10px; }.coverage-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 0 20px; color: var(--muted); font-size: 11px; }.coverage-head strong { color: var(--green); font: 22px 'DM Mono', monospace; }.goal-coverage.over .coverage-head strong { color: var(--orange); }.coverage-bar { height: 9px; margin: 10px 20px 0; overflow: hidden; border-radius: 99px; background: #e9e9e2; }.coverage-bar span { display: block; height: 100%; border-radius: inherit; background: var(--green); }.goal-coverage.over .coverage-bar span { background: linear-gradient(90deg, var(--green), var(--orange)); }.goal-coverage p { margin: 8px 20px 0; color: var(--muted); font-size: 10px; }
.goal-progress { margin: 15px 0 18px; }.goal-progress-head { display: flex; justify-content: space-between; align-items: baseline; color: var(--muted); font-size: 10px; }.goal-progress-head strong { color: var(--green); font: 11px 'DM Mono', monospace; }.goal-card.bought .goal-progress-head strong { color: var(--green); }.goal-progress-bar { height: 6px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: #e9e9e2; }.goal-progress-bar span { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.goal-actions .icon-button { flex: 0 0 35px; width: 35px; height: 35px; min-height: 35px; padding: 0; font-size: 14px; }
@media (max-width: 1050px) { .goals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .goals-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .section-grid .entity-row { gap: 8px; padding: 12px 14px; }.section-grid .account-name { white-space: normal; overflow: visible; text-overflow: clip; line-height: 1.2; }.section-grid .account-name .inline-link { white-space: normal; overflow: visible; overflow-wrap: anywhere; }.section-grid .entity-balance span { display: none; }.section-grid .balance-update { width: 30px; height: 30px; margin-left: 0; padding: 5px; }.section-grid .icon-button.small { width: 28px; height: 28px; }.section-grid .entity-balance { margin-left: auto; } }
@media (min-width: 1051px) { .dashboard-grid, .calculator-layout, .bank-hero, .section-grid, .offer-board, .goals-grid { align-items: stretch; }.dashboard-grid > .panel + .panel, .calculator-layout > .panel + .panel, .bank-hero > .panel + .panel, .section-grid > .panel + .panel { margin-top: 0; }.calculator-layout > .panel, .bank-hero > .panel, .section-grid > .panel { height: 100%; }.goals-grid > .goal-card { height: 100%; display: flex; flex-direction: column; }.goals-grid .goal-actions { margin-top: auto; } }
.range-jump { position: absolute; top: 0; padding: 4px 7px; border: 1px solid transparent; border-radius: 5px; color: #8f9288; background: transparent; cursor: pointer; font: 9px 'DM Mono', monospace; white-space: nowrap; transform: translateX(-50%); transition: color .15s, border-color .15s, background .15s; }
.range-jump[data-range-point="lower"] { left: 0; transform: none; }
.range-jump[data-range-point="even"] { left: 50%; color: var(--ink); background: #f0f0ea; border-color: var(--line); }
.range-jump[data-range-point="upper"] { right: 0; transform: none; }
.range-jump:hover, .range-jump:focus-visible { color: var(--orange); background: var(--orange-soft); border-color: #f5c8bc; outline: 0; }
@media (max-width: 720px) { .settings-data-row, .settings-danger-row { align-items: stretch; flex-direction: column; }.settings-data-row .button, .settings-danger-row .button { justify-content: center; } }
@media (max-width: 720px) { .profile-card > .profile-toggle { display: none; }.profile-menu { display: grid; animation: none; } }
.public-footer, .app-footer, .legal-page-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px 28px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.public-footer { position: relative; max-width: 1000px; margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid #ffffff14; color: #858980; }
.app-footer { max-width: 1400px; margin: 0 auto; padding: 20px 48px 28px; border-top: 1px solid var(--line); }
.public-footer > div:first-child, .app-footer > div:first-child, .legal-page-footer > div:first-child { display: grid; gap: 3px; }
.public-footer strong, .app-footer strong, .legal-page-footer strong { color: inherit; font-size: 11px; }
.public-footer small, .app-footer small, .legal-page-footer small { color: inherit; font-size: 9px; }
.public-footer > small, .app-footer > small, .legal-page-footer > small { justify-self: center; }
.public-footer > .legal-links, .app-footer > .legal-links, .legal-page-footer > .legal-links { justify-self: end; }
.legal-links { display: flex; align-items: center; gap: 15px; }
.public-footer a, .app-footer a, .legal-page-footer a { color: inherit; text-decoration: none; }
.public-footer a:hover, .app-footer a:hover, .legal-page-footer a:hover { color: var(--orange); }
.legal-root { display: none; }
body.legal-view #public-home, body.legal-view .app-shell { display: none !important; }
body.legal-view #legal-root { display: block; }
.legal-shell { width: min(920px, 100%); min-height: 100vh; margin: 0 auto; padding: 28px 24px 45px; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 42px; }
.legal-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.legal-brand .brand-mark { width: 31px; height: 31px; font-size: 17px; }
.legal-brand > span:last-child { display: grid; gap: 4px; }
.legal-brand strong { font-size: 15px; letter-spacing: -.5px; line-height: 1; }
.legal-brand strong span { color: var(--muted); font-weight: 500; }
.legal-brand small { color: var(--faint); font: 8px 'DM Mono', monospace; letter-spacing: .14em; }
.legal-back { color: var(--orange); font-size: 11px; font-weight: 600; text-decoration: none; }
.legal-card { padding: 34px 40px 43px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-card h1 { margin: 9px 0 5px; font-size: 32px; letter-spacing: -1.3px; }
.legal-date { margin: 0 0 32px; color: var(--muted); font: 10px 'DM Mono', monospace; }
.legal-card h2 { margin: 29px 0 8px; font-size: 15px; letter-spacing: -.2px; }
.legal-card h2:first-of-type { margin-top: 0; }
.legal-card p, .legal-card li { color: #595d55; font-size: 12px; line-height: 1.7; }
.legal-card p { margin: 0 0 13px; }
.legal-card ul { display: grid; gap: 7px; margin: 0 0 15px; padding-left: 19px; }
.legal-card a { color: var(--orange); }
.legal-card .legal-lead { max-width: 650px; color: var(--ink); font-size: 14px; line-height: 1.6; margin-bottom: 30px; }
.legal-page-footer { margin-top: 20px; padding: 21px 4px 0; border-top: 1px solid var(--line); }
@media (max-width: 720px) { .public-footer, .app-footer, .legal-page-footer { grid-template-columns: 1fr; align-items: flex-start; gap: 13px; }.public-footer small, .app-footer small, .legal-page-footer small, .public-footer > .legal-links, .app-footer > .legal-links, .legal-page-footer > .legal-links { grid-column: auto; justify-self: start; }.app-footer { padding: 17px 17px 25px; }.legal-links { gap: 13px; }.legal-shell { padding: 20px 17px 34px; }.legal-header { margin-bottom: 28px; }.legal-card { padding: 25px 20px 30px; }.legal-card h1 { font-size: 27px; } }
