@font-face { font-family: Inter; src: url("assets/Inter-Regular.woff") format("woff"); font-display: swap; }
:root {
  --bg: #071316;
  --panel: #0a191d;
  --panel-2: #0d1d21;
  --line: #172a2f;
  --line-soft: #122429;
  --text: #f0f5f5;
  --muted: #89979a;
  --teal: #50d2c1;
  --teal-dim: rgba(80, 210, 193, .14);
  --red: #ef5b64;
  --red-dim: rgba(239, 91, 100, .14);
  --gold: #ffb648;
}
* { box-sizing: border-box; }
html { color-scheme: dark; }
body { margin: 0; padding-bottom: 28px; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, Arial, sans-serif; font-size: 12px; }
button, input { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; }
button:focus-visible, input:focus-visible, a:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.site-notice { margin-left: 8px; padding-left: 10px; color: #6f9b97; border-left: 1px solid #244044; font-size: 8px; letter-spacing: .025em; white-space: nowrap; }
.topbar { position: sticky; z-index: 40; top: 0; height: 58px; padding: 0 14px; display: flex; align-items: center; gap: 18px; background: #081519; border-bottom: 1px solid var(--line); }
.brand { min-width: max-content; display: flex; align-items: center; gap: 7px; color: white; text-decoration: none; font-size: 18px; }
.brand svg { width: 22px; height: 20px; overflow: visible; fill: white; }
.brand-italic { font-style: italic; font-weight: 300; }
.brand em { margin-left: 3px; padding: 2px 4px; color: var(--teal); border: 1px solid rgba(80,210,193,.35); border-radius: 3px; font-size: 7px; font-style: normal; letter-spacing: .08em; }
.main-nav { min-width: 0; display: flex; align-self: stretch; align-items: center; gap: 6px; }
.nav-item { position: relative; height: 100%; padding: 0 12px; color: #d5dddd; background: transparent; white-space: nowrap; }
.nav-item::after { content: ""; position: absolute; right: 11px; bottom: 0; left: 11px; height: 2px; background: var(--teal); transform: scaleX(0); }
.nav-item.active { color: var(--teal); }
.nav-item.active::after { transform: scaleX(1); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.connect-button, .order-connect { color: #071716; background: var(--teal); border-radius: 7px; font-weight: 600; }
.connect-button { min-width: 82px; height: 34px; }
.icon-button { width: 34px; height: 34px; color: #d9e2e2; background: transparent; border: 1px solid var(--line); border-radius: 7px; font-size: 17px; }
.more-wrap { position: relative; height: 100%; }
.more-menu { position: absolute; z-index: 30; top: 48px; right: 0; width: 190px; padding: 7px; background: #102126; border: 1px solid #253a3f; border-radius: 8px; box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.more-menu button { width: 100%; padding: 10px; color: #dce5e5; background: transparent; border-radius: 5px; text-align: left; }
.more-menu button:hover { color: var(--teal); background: rgba(80,210,193,.08); }
main { min-height: calc(100vh - 86px); }
.workspace { height: calc(100vh - 86px); min-height: 560px; display: grid; grid-template-columns: minmax(720px, 1fr) 356px; gap: 3px; padding: 3px; }
.market-area { min-width: 0; min-height: 0; display: grid; grid-template-rows: 40px 68px minmax(0, 1fr); gap: 3px; }
.panel { background: var(--panel); border: 1px solid var(--line-soft); }
.watchbar { padding: 0 11px; display: flex; align-items: center; }
.watchbar button { width: 25px; height: 25px; padding: 0; color: var(--gold); background: transparent; font-size: 15px; text-align: left; }
.market-summary { min-height: 64px; padding: 8px 13px; display: flex; align-items: center; gap: 22px; }
.pair-title { min-width: 220px; display: flex; align-items: center; gap: 8px; font-size: 20px; }
.pair-title strong { white-space: nowrap; }
.pair-title img { width: 22px; height: 22px; }
.chevron { color: var(--muted); font-size: 18px; }
.leverage-pill { margin-left: 4px; padding: 5px 7px; color: var(--teal); background: var(--teal-dim); border-radius: 5px; font-size: 10px; }
.market-summary dl { flex: 1; margin: 0; display: grid; grid-template-columns: 62px 62px 112px 126px 132px 118px; gap: 7px; }
.market-summary dl div { min-width: 0; }
dt { color: var(--muted); }
.market-summary dd { margin: 5px 0 0; overflow: hidden; color: #dde5e5; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.positive { color: var(--teal) !important; }
.negative { color: var(--red) !important; }
.tabs { min-height: 42px; padding: 0 13px; display: flex; align-items: center; gap: 21px; border-bottom: 1px solid var(--line); }
.tab { position: relative; align-self: stretch; padding: 0 4px; color: var(--muted); background: transparent; }
.tab.active { color: var(--text); }
.tab.active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--teal); }
.data-badge { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; color: #778789; font-size: 7px; letter-spacing: .1em; }
.data-badge i { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.data-badge.live { color: #6fb8ae; }
.data-badge.live i { background: var(--teal); box-shadow: 0 0 0 3px rgba(80,210,193,.1); }
.data-badge.error { color: #d47a80; }
.data-badge.error i { background: var(--red); }
.chart-toolbar { height: 44px; padding: 0 10px; display: flex; align-items: center; gap: 4px; border-bottom: 1px solid var(--line-soft); }
.chart-panel { min-height: 0; overflow: hidden; }
.chart-toolbar button { min-width: 28px; height: 30px; padding: 0 6px; color: #c6d0d0; background: transparent; border-radius: 4px; }
.chart-toolbar button:hover, .chart-toolbar button.active { color: var(--teal); background: rgba(80,210,193,.06); }
.divider { width: 1px; height: 22px; margin: 0 5px; background: var(--line); }
.toolbar-spacer { flex: 1; }
.chart-wrap { position: relative; height: calc(100% - 120px); overflow: hidden; }
.drawing-tools { position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; width: 48px; padding: 7px 0; display: flex; flex-direction: column; align-items: center; background: rgba(8,21,25,.74); border-right: 1px solid var(--line-soft); }
.drawing-tools button { width: 32px; height: 34px; color: #93a0a2; background: transparent; font-size: 17px; }
.chart-head { position: absolute; z-index: 2; top: 10px; left: 66px; display: flex; align-items: center; gap: 11px; color: #b9c4c4; }
.chart-head i { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(80,210,193,.1); }
.chart-head .ohlc { color: #6d8a8a; }
.chart-head b { color: var(--teal); font-weight: 400; }
.price-chart { position: absolute; inset: 0; width: 100%; height: 100%; }
.market-lower { display: grid; grid-template-columns: 1.35fr 1fr; gap: 3px; }
.book-panel { display: none; min-width: 0; height: 100%; overflow: hidden; }
.recent-panel { min-width: 0; overflow: hidden; }
.tab-spacer { flex: 1; }
.compact-select { padding: 5px 8px; color: #c5d0d0; background: #102126; border-radius: 4px; }
.book-content, .trade-list { padding: 6px 12px 10px; }
.market-loading { margin: 24px 0; color: var(--muted); text-align: center; }
.book-head, .book-row, .trade-row { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 18px; align-items: center; font-variant-numeric: tabular-nums; }
.book-head { color: var(--muted); font-size: 10px; }
.book-row span:nth-child(n+2), .book-head span:nth-child(n+2), .trade-row span:nth-child(n+2) { text-align: right; }
.book-row.ask span:first-child, .trade-row.sell span:first-child { color: var(--red); }
.book-row.bid span:first-child, .trade-row.buy span:first-child { color: var(--teal); }
.spread-row { margin: 3px 0; padding: 5px 0; display: flex; justify-content: space-between; color: #ccd5d5; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.order-panel { position: relative; top: auto; min-width: 0; height: 100%; padding: 12px; overflow: auto; align-self: start; }
.order-top-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.order-top-buttons button { height: 34px; color: #dce3e3; background: #243136; border-radius: 7px; }
.order-type-tabs { margin: 7px -2px 0; padding: 0 2px; justify-content: space-around; }
.side-switch { margin: 16px 0; padding: 2px; display: grid; grid-template-columns: 1fr 1fr; background: #263338; border-radius: 6px; }
.side-switch button { height: 31px; color: #d7dddd; background: transparent; border-radius: 5px; }
.side-switch button.active.long { color: #06201d; background: var(--teal); }
.side-switch button.active.short { color: #fff; background: var(--red); }
.order-stats { display: grid; grid-template-columns: 1fr auto; gap: 12px 10px; color: var(--muted); }
.order-stats strong { color: #dbe3e3; font-weight: 400; }
.input-row { height: 42px; margin-top: 12px; padding: 0 11px; display: flex; align-items: center; gap: 8px; background: #101f23; border: 1px solid var(--line); border-radius: 6px; }
.input-row span { color: var(--muted); }
.input-row input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; text-align: right; }
.input-row b { font-weight: 400; }
.range-row { margin: 14px 0; display: flex; align-items: center; gap: 10px; }
.range-row > input { min-width: 0; flex: 1; accent-color: var(--teal); }
.range-row label { width: 60px; height: 36px; padding: 0 7px; display: flex; align-items: center; gap: 3px; border: 1px solid var(--line); border-radius: 6px; }
.range-row label input { width: 34px; border: 0; outline: 0; background: transparent; text-align: right; }
input[type="number"] { appearance: textfield; }
.check-row { margin: 9px 0; display: flex; align-items: center; gap: 8px; color: #b9c4c4; }
.check-row input { accent-color: var(--teal); }
.order-connect { width: 100%; height: 38px; margin-top: 12px; }
.order-details { margin: 16px 0 0; padding-top: 4px; border-top: 1px solid var(--line-soft); }
.order-details div { padding: 7px 0; display: flex; justify-content: space-between; }
.order-details dd { margin: 0; color: #c9d2d2; }
.announcements { position: relative; right: auto; bottom: auto; left: auto; max-height: 190px; margin-top: 10px; padding: 14px; overflow: hidden; background: #0d1a1e; border: 1px solid #24363a; border-radius: 9px; box-shadow: 0 14px 34px rgba(0,0,0,.4); }
.announcements h3 { margin: 0 0 14px; font-size: 13px; font-weight: 500; }
.announcements p { margin: 0 0 13px; color: #d9e0e0; }
.announcements small { color: var(--muted); }
.announcement-close { position: absolute; top: 10px; right: 10px; color: var(--muted); background: transparent; font-size: 18px; }
.account-panel { min-height: 320px; margin: 0 3px 3px; display: grid; grid-template-columns: minmax(0, 1fr) 356px; }
.account-main { min-width: 0; overflow: hidden; }
.account-tabs { overflow-x: auto; }
.account-tabs button { white-space: nowrap; }
.account-tab-spacer { flex: 1; }
.account-content { min-height: 160px; display: grid; grid-template-columns: 1fr 340px; }
.empty-table { min-width: 0; overflow-x: auto; }
.table-head { min-width: 760px; height: 40px; padding: 0 14px; display: grid; grid-template-columns: repeat(9, minmax(80px, 1fr)); align-items: center; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
.empty-table p { margin: 44px 0; color: var(--muted); text-align: center; }
.account-summary { padding: 13px; border-left: 3px solid var(--bg); }
.account-summary h3 { margin: 8px 0 12px; font-size: 12px; font-weight: 500; }
.account-actions { margin: -2px 0 12px; padding-bottom: 12px; display: grid !important; grid-template-columns: 1fr 1fr; gap: 9px; border-bottom: 1px solid var(--line); }
.account-actions button { height: 35px; color: #06201d; background: #15554f; border-radius: 6px; }
.account-actions button:last-child { color: #387b75; background: transparent; border: 1px solid #1c5d58; }
.account-summary div { padding: 6px 0; display: flex; justify-content: space-between; }
.account-summary span { color: var(--muted); }
.auth-view { min-height: calc(100vh - 86px); margin: 3px; display: grid; place-items: center; padding: 42px 18px; background: radial-gradient(circle at 50% 8%, rgba(80,210,193,.075), transparent 32%), var(--bg); }
.auth-view[hidden] { display: none; }
.auth-shell { position: relative; width: min(430px, 100%); padding: 34px; background: #0b1a1e; border: 1px solid #20353a; border-radius: 12px; box-shadow: 0 28px 70px rgba(0,0,0,.36); }
.auth-back { position: absolute; top: 15px; left: 18px; padding: 4px; color: var(--muted); background: transparent; }
.auth-back:hover, .text-button:hover { color: var(--teal); }
.auth-brand { width: 54px; height: 54px; margin: 10px auto 15px; display: grid; place-items: center; background: var(--teal); border-radius: 50%; }
.auth-brand svg { width: 30px; height: 26px; overflow: visible; fill: #06201d; }
.auth-kicker { margin: 0 0 8px; color: var(--teal); font-size: 9px; letter-spacing: .17em; text-align: center; }
.auth-shell h1 { margin: 0; font-size: 27px; text-align: center; }
.auth-intro { margin: 9px 0 24px; color: var(--muted); line-height: 1.55; text-align: center; }
.auth-tabs { margin-bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.auth-tabs button { position: relative; height: 42px; color: var(--muted); background: transparent; }
.auth-tabs button.active { color: var(--text); }
.auth-tabs button.active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--teal); }
.auth-form { display: grid; gap: 16px; }
.auth-form[hidden] { display: none; }
.auth-form > label { display: grid; gap: 8px; color: #d8e0e0; }
.auth-form input:not([type="checkbox"]) { width: 100%; height: 44px; padding: 0 12px; color: var(--text); background: #0e2024; border: 1px solid #24383d; border-radius: 6px; outline: 0; }
.auth-form input:not([type="checkbox"]):focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(80,210,193,.08); }
.auth-form input::placeholder { color: #607174; }
.auth-row { display: flex; align-items: center; justify-content: space-between; }
.remember { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.remember input { accent-color: var(--teal); }
.text-button { padding: 0; color: #8da5a5; background: transparent; }
.auth-submit { height: 44px; color: #061918; background: var(--teal); border-radius: 6px; font-weight: 600; }
.auth-safety { margin: 20px 0 0; padding: 11px 12px; color: #8fc9c1; background: rgba(80,210,193,.07); border: 1px solid rgba(80,210,193,.18); border-radius: 6px; font-size: 10px; line-height: 1.55; text-align: center; }
footer { position: fixed; z-index: 35; right: 0; bottom: 0; left: 0; min-height: 28px; padding: 0 10px; display: flex; align-items: center; gap: 7px; color: var(--muted); background: #081519; border-top: 1px solid var(--line); font-size: 10px; }
.online-dot { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }
footer nav { margin-left: auto; display: flex; gap: 22px; }
footer a { color: #c2cccc; text-decoration: none; }
.modal { width: min(430px, calc(100vw - 28px)); padding: 0; color: var(--text); background: #0c1b1f; border: 1px solid #284047; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.65); }
.modal::backdrop { background: rgba(0,8,10,.82); backdrop-filter: blur(3px); }
.modal form { position: relative; padding: 28px; text-align: center; }
.modal-close { position: absolute; top: 10px; right: 12px; color: var(--muted); background: transparent; font-size: 21px; }
.modal-logo { width: 48px; height: 48px; margin: 0 auto 14px; display: grid; place-items: center; color: #061918; background: var(--teal); border-radius: 50%; font-size: 25px; }
.modal h2 { margin: 0 0 12px; font-size: 21px; }
.modal p { color: #aebabb; line-height: 1.6; }
.promo-modal { width: min(480px, calc(100vw - 28px)); background: radial-gradient(circle at 50% 0, rgba(80,210,193,.22), transparent 38%), #0b1a1e; }
.promo-modal form { padding: 38px 38px 32px; }
.promo-badge { width: max-content; margin: 0 auto 18px; padding: 5px 10px; color: var(--teal); background: rgba(80,210,193,.08); border: 1px solid rgba(80,210,193,.28); border-radius: 999px; font-size: 9px; letter-spacing: .14em; }
.promo-coin { width: 66px; height: 66px; margin: 0 auto 18px; display: grid; place-items: center; color: #06201d; background: linear-gradient(145deg, #8ae8dc, var(--teal)); border-radius: 50%; box-shadow: 0 0 0 8px rgba(80,210,193,.08), 0 16px 32px rgba(0,0,0,.28); font-size: 34px; font-weight: 700; }
.promo-kicker { margin: 0 0 7px; color: #96aaa9 !important; font-size: 11px; letter-spacing: .12em; }
.promo-modal h2 { margin-bottom: 17px; font-size: 27px; }
.promo-modal h2 strong, .promo-copy b, .promo-extra strong { color: var(--teal); }
.promo-copy { margin: 0 0 8px; color: #e4ebeb !important; font-size: 15px; }
.promo-extra { margin: 0 0 19px; color: #d4dddd !important; font-size: 14px; }
.promo-note { margin: 0 0 18px; color: #6f8587 !important; font-size: 10px; }
.safe-callout { margin: 18px 0; padding: 13px; color: #9ce8dd; background: #0e292a; border: 1px solid rgba(80,210,193,.22); border-radius: 7px; line-height: 1.55; text-align: left; }
.modal-primary { width: 100%; min-height: 40px; color: #06201d; background: var(--teal); border-radius: 6px; font-weight: 600; }
.small-modal form { text-align: left; }
.setting-row { padding: 14px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.setting-row input { accent-color: var(--teal); }
.small-modal .modal-primary { margin-top: 20px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 46px; max-width: calc(100vw - 30px); padding: 10px 15px; color: #061918; background: var(--teal); border-radius: 6px; box-shadow: 0 12px 28px rgba(0,0,0,.4); opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
body.compact .market-area { grid-template-rows: 34px auto minmax(0, 1fr); }
body.compact .market-summary { min-height: 82px; }
.chart-bottom-toolbar { height: 34px; padding: 0 10px 0 58px; display: flex; align-items: center; gap: 4px; border-top: 1px solid var(--line-soft); }
.chart-bottom-toolbar button { min-width: 28px; height: 26px; padding: 0 6px; color: #aab5b6; background: transparent; }
.chart-bottom-toolbar button.active { color: var(--teal); }
.chart-bottom-toolbar span { flex: 1; }
.book-tabs { padding: 0 10px; justify-content: space-around; }
.book-tabs .tab { min-width: 110px; }
.book-menu { margin-left: auto; color: var(--muted); background: transparent; font-size: 18px; }
.book-controls { height: 38px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); }
.book-content { padding: 5px 10px; }
.book-panel .book-row { position: relative; min-height: 26px; padding: 0 2px; isolation: isolate; }
.book-panel .book-row::before { content: ""; position: absolute; z-index: -1; top: 1px; right: 0; bottom: 1px; width: var(--depth, 0%); opacity: .18; }
.book-panel .book-row.ask::before { background: var(--red); }
.book-panel .book-row.bid::before { background: var(--teal); }
.book-panel .book-head { min-height: 25px; }
.book-panel .spread-row { min-height: 28px; margin: 2px -10px; padding: 0 12px; align-items: center; background: #253136; }
@media (min-width: 1500px) {
  .workspace { height: min(724px, calc(100vh - 86px)); grid-template-columns: minmax(650px, 1fr) 360px 356px; }
  .book-panel { display: block; }
  .market-summary { gap: 15px; }
  .pair-title { min-width: 220px; }
  .market-summary dl { grid-template-columns: 62px 62px 112px 126px 132px 118px; }
  .account-panel { grid-template-columns: minmax(0, 1fr) 356px; }
}
@media (max-width: 1080px) {
  .main-nav { overflow-x: auto; }
  .main-nav .nav-item { padding: 0 9px; }
  .workspace { grid-template-columns: minmax(620px, 1fr) 330px; }
  .market-summary { gap: 18px; }
  .market-summary dl { grid-template-columns: repeat(3, 1fr); row-gap: 9px; }
}
@media (max-width: 820px) {
  .site-notice { padding: 0 8px; font-size: 9px; }
  .topbar { height: auto; min-height: 58px; flex-wrap: wrap; gap: 8px; padding: 9px 10px; }
  .brand { order: 1; }
  .header-actions { order: 2; }
  .main-nav { width: 100%; height: 40px; order: 3; overflow-x: auto; border-top: 1px solid var(--line-soft); }
  .workspace { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .market-area { grid-template-rows: 36px auto 470px; }
  .market-summary { align-items: flex-start; flex-direction: column; gap: 13px; }
  .market-summary dl { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .order-panel { position: relative; top: auto; height: auto; min-height: 620px; overflow: visible; }
  .announcements { position: relative; right: auto; bottom: auto; left: auto; margin-top: 18px; }
  .account-content { grid-template-columns: 1fr; overflow-x: auto; }
  .account-summary { border-top: 1px solid var(--line); border-left: 0; }
  .account-panel { grid-template-columns: 1fr; }
}
@media (max-width: 1300px), (orientation: portrait) {
  .trade-view,
  .workspace,
  .market-area,
  .chart-panel,
  .order-panel,
  .account-panel,
  .account-main { width: 100%; max-width: 100%; min-width: 0; }
  .workspace { height: auto; min-height: 0; grid-template-columns: minmax(0, 1fr) !important; }
  .market-area { grid-column: 1 / -1; grid-template-rows: 36px auto 470px; }
  .book-panel { display: none !important; }
  .order-panel { grid-column: 1 / -1; height: auto; min-height: 620px; overflow: visible; }
  .account-panel { grid-template-columns: minmax(0, 1fr) !important; }
  .account-summary { border-top: 1px solid var(--line); border-left: 0; }
}
@media (max-width: 560px) {
  .brand { font-size: 16px; }
  .brand em { display: none; }
  .icon-button { display: none; }
  .connect-button { min-width: 72px; }
  .market-area { grid-template-rows: 34px auto 420px; }
  .market-summary dl { grid-template-columns: repeat(2, 1fr); }
  .market-lower { grid-template-columns: 1fr; }
  .recent-panel { display: none; }
  .chart-head .ohlc { display: none; }
  .drawing-tools { width: 36px; }
  .drawing-tools button { width: 28px; height: 31px; }
  .chart-head { left: 48px; }
  .chart-bottom-toolbar { padding-left: 38px; gap: 0; }
  .chart-bottom-toolbar button { min-width: 25px; padding: 0 4px; font-size: 10px; }
  .chart-bottom-toolbar button:nth-child(3),
  .chart-bottom-toolbar button:nth-child(4),
  .chart-bottom-toolbar button:nth-child(6),
  .chart-bottom-toolbar button:nth-last-child(2) { display: none; }
  .auth-view { padding: 22px 10px; }
  .auth-shell { padding: 32px 20px 24px; }
  .auth-back { top: 11px; left: 13px; }
  .promo-modal form { padding: 32px 22px 24px; }
  .promo-modal h2 { font-size: 24px; }
  .promo-copy { font-size: 14px; }
  .promo-extra { font-size: 13px; }
  footer nav { gap: 10px; }
  .site-notice { display: none; }
  footer nav a:nth-child(-n+2) { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
