/* Orbit presentation layer. Chain integrations and account storage remain in portfolio.html. */
:root {
  color-scheme: dark;
  --orbit-pink: #e70c62;
  --orbit-lavender: #cecefb;
  --orbit-bg: #0c0c10;
  --orbit-panel: #16151c;
  --orbit-line: rgba(206, 206, 251, .13);
  --orbit-muted: #aaa6b8;
}
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
.orbit-site { margin: 0; min-height: 100vh; background: radial-gradient(ellipse 65% 550px at 85% 120px, #3d114438, transparent), var(--orbit-bg); color: #ececec; font-family: 'DM Sans', Arial, sans-serif; font-size: 14px; }
.orbit-site * { box-sizing: border-box; }
.orbit-site h1, .orbit-site h2, .orbit-site h3 { font-family: 'Inter Tight', 'DM Sans', sans-serif; font-weight: 500; }
.orbit-site a { text-decoration: none; }
.orbit-site button, .orbit-site input { font: inherit; }
.orbit-site button, .orbit-site a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.orbit-site a:focus-visible, .orbit-site button:focus-visible, .orbit-site input:focus-visible, .orbit-site [tabindex]:focus-visible { outline: 2px solid var(--orbit-lavender); outline-offset: 5px; }
.orbit-site [hidden], .orbit-site .watch-hide { display: none !important; }
.orbit-container { width: min(1280px, 100%); margin-inline: auto; padding-inline: 52px; }
.orbit-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); z-index: 100; padding: 12px 20px; background: var(--orbit-pink); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.orbit-header { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 28px; }
.orbit-header::after { content: ''; position: absolute; bottom: 0; left: 52px; right: 52px; height: 1px; background: var(--orbit-line); }
.orbit-brand { flex-shrink: 0; }
.orbit-brand img { width: 145px; height: 42px; }
.orbit-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: var(--orbit-muted); }
.orbit-nav a { padding: 14px 0; }
.orbit-nav a:hover, .orbit-nav [aria-current] { color: #fff; }
.orbit-nav [aria-current] { position: relative; }
.orbit-nav [aria-current]::after { content: ''; position: absolute; width: 4px; height: 4px; background: var(--orbit-pink); border-radius: 50%; left: 50%; bottom: 2px; }
.orbit-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--orbit-line); min-height: 48px; padding: 0 20px; border-radius: 8px; font-size: 13px; font-weight: 600; color: #ececec; background: #cecefb04; cursor: pointer; transition: background .18s, border-color .18s, transform .18s; }
.orbit-button:hover { background: #cecefb0d; border-color: #cecefb40; transform: translateY(-1px); }
.orbit-button.primary { color: white; background: var(--orbit-pink); border-color: var(--orbit-pink); }
.orbit-button.primary:hover { background: #c90a55; }
.orbit-button span { font-size: 20px; font-weight: 400; }
.orbit-menu { display: none; width: 44px; height: 44px; border: 1px solid var(--orbit-line); border-radius: 8px; background: #ffffff04; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.orbit-menu span { width: 17px; height: 1px; background: var(--orbit-lavender); }
.orbit-mobile { position: absolute; top: calc(100% - 1px); left: 24px; right: 24px; z-index: 20; background: #19151f; border: 1px solid var(--orbit-line); border-radius: 12px; padding: 12px; box-shadow: 0 24px 60px #0008; }
.orbit-mobile a { display: block; padding: 14px; border-radius: 6px; }
.orbit-mobile a:hover { background: #ffffff08; }
.orbit-eyebrow { display: block; color: var(--orbit-lavender); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.6; }
.orbit-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; color: var(--orbit-muted); font-size: 11px; border: 1px solid var(--orbit-line); border-radius: 30px; }
.orbit-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--orbit-pink); }
.orbit-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; align-items: center; gap: 16px; }
.orbit-hero h1 { font-size: clamp(62px, 6.7vw, 91px); font-weight: 500; line-height: 1.04; letter-spacing: -.065em; margin: 26px 0; }
.orbit-site em { color: var(--orbit-lavender); font-style: normal; }
.orbit-hero-copy > p { max-width: 390px; line-height: 1.8; color: var(--orbit-muted); font-size: 15px; }
.orbit-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.orbit-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 13px; }
.orbit-text-link:hover { color: var(--orbit-lavender); }
.orbit-hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; font-size: 11px; color: var(--orbit-muted); }
.orbit-cosmos { height: 500px; position: relative; min-width: 0; }
.orbit-cosmos .orbital-art { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 112%; height: 100%; overflow: visible; }
.orbit-core { width: 158px; height: 158px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 32% 25%, #8b2962, #3d1144 45%, #1c102c 75%); border: 1px solid #ef8bbc55; box-shadow: 0 0 85px #e70c6230, inset -12px -15px 32px #080510aa, inset 5px 6px 18px #e989b32b; }
.orbit-core img { width: 92px; height: 92px; filter: drop-shadow(0 0 15px #e70c6260); }
.orbit-float { position: absolute; border: 1px solid #cecefb23; background: #19121dd9; backdrop-filter: blur(12px); padding: 17px 20px; border-radius: 11px; box-shadow: 0 10px 35px #0004; }
.orbit-float .orbit-eyebrow { font-size: 8px; letter-spacing: .13em; }
.orbit-float strong { display: block; font-family: 'Inter Tight', sans-serif; font-size: 26px; font-weight: 500; letter-spacing: -.04em; margin: 7px 0 3px; }
.orbit-float strong span { color: var(--orbit-pink); }
.orbit-float p { color: var(--orbit-muted); font-size: 10px; }
.float-networks { top: 60px; right: -5px; }
.float-watch { bottom: 45px; left: 5px; }
.orbit-node { position: absolute; width: 49px; height: 49px; border-radius: 50%; border: 1px solid #cecefb30; padding: 12px; background: #211d2b; box-shadow: 0 8px 30px #0008; }
.node-sol { top: 96px; left: 25px; }
.node-near { bottom: 35px; left: 64%; }
.node-sui { right: 2px; bottom: 120px; }
.slow-orbit { transform-origin: 300px 250px; animation: orbit-turn 65s linear infinite; }
@keyframes orbit-turn { to { transform: rotate(360deg); } }
.orbit-trust { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--orbit-line); padding: 28px 0; gap: 24px; }
.orbit-trust > div { display: flex; align-items: center; gap: 20px; }
.orbit-trust strong { font-family: 'Inter Tight', sans-serif; font-size: 37px; font-weight: 500; color: var(--orbit-lavender); letter-spacing: -.05em; }
.orbit-trust span { color: var(--orbit-muted); font-size: 12px; line-height: 1.5; }
.orbit-section { margin-top: 72px; }
.orbit-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.orbit-section-heading h2 { margin-top: 10px; font-size: 36px; line-height: 1.12; letter-spacing: -.045em; }
.orbit-network-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.orbit-network { display: flex; flex-direction: column; border: 1px solid var(--orbit-line); border-radius: 14px; padding: 24px 20px 18px; background: linear-gradient(140deg, #201a29, #141419); transition: transform .2s, border-color .2s; }
.orbit-network:hover { transform: translateY(-5px); border-color: #cecefb60; }
.orbit-network-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.orbit-network-head img { width: 35px; height: 35px; }
.orbit-network-head > span { color: var(--orbit-muted); font-size: 10px; letter-spacing: .08em; }
.orbit-network h3 { font-size: 25px; letter-spacing: -.035em; margin: 25px 0 10px; }
.orbit-network > p { font-size: 12px; line-height: 1.7; color: var(--orbit-muted); margin-bottom: 26px; }
.orbit-network-foot { display: flex; justify-content: space-between; align-items: center; gap: 5px; border-top: 1px solid var(--orbit-line); padding-top: 14px; margin-top: auto; font-size: 11px; }
.orbit-network-arrow { display: grid; place-items: center; border: 1px solid var(--orbit-line); border-radius: 50%; width: 34px; height: 34px; font-size: 17px; color: var(--orbit-lavender); flex-shrink: 0; }
.orbit-disclosure { font-size: 11px; color: var(--orbit-muted); line-height: 1.8; margin-top: 17px; }
.orbit-coming { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; border-top: 1px solid var(--orbit-line); padding-top: 22px; color: var(--orbit-muted); font-size: 11px; }
.orbit-coming > span { display: flex; gap: 8px; align-items: center; }
.orbit-coming > span:first-child { font-size: 9px; letter-spacing: .14em; }
.orbit-coming img { width: 20px; height: 20px; }
.orbit-coming small { font-size: 10px; margin-left: auto; }
.orbit-watch-promo { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 45px; border: 1px solid var(--orbit-line); border-radius: 20px; background: radial-gradient(ellipse at 0 0, #3d11445c, transparent 75%), #131217; }
.orbit-watch-promo h2 { font-size: 52px; line-height: 1.08; letter-spacing: -.05em; margin-top: 18px; }
.orbit-watch-promo > div > p:not(.orbit-disclosure) { font-size: 14px; line-height: 1.8; color: var(--orbit-muted); max-width: 390px; margin: 22px 0; }
.orbit-watch-steps { display: grid; gap: 28px; align-content: center; }
.orbit-watch-steps > div { display: flex; gap: 21px; }
.orbit-watch-steps > div > span { color: var(--orbit-pink); font: 12px monospace; padding-top: 5px; }
.orbit-watch-steps h3 { font-size: 20px; letter-spacing: -.025em; }
.orbit-watch-steps p { color: var(--orbit-muted); font-size: 12px; line-height: 1.8; margin-top: 9px; }
.orbit-about { padding: 65px 0 0; max-width: 550px; }
.orbit-about h2 { font-size: 36px; letter-spacing: -.045em; margin: 14px 0; }
.orbit-about p { color: var(--orbit-muted); font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
.orbit-footer { margin-top: 65px; padding: 30px 0; border-top: 1px solid var(--orbit-line); }
.orbit-footer p { color: var(--orbit-muted); }
.orbit-footer p:first-child { color: #cecad7; }
.orbit-footer p:nth-child(3) { font-size: 10px; line-height: 1.8; color: #9691a3; max-width: 1020px; }
.orbit-footer a:hover { color: var(--orbit-lavender); }
/* Live portfolio: all existing IDs and data-rendered classes remain compatible. */
.orbit-portfolio-hero { padding: 60px 0 38px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.orbit-portfolio-hero h1 { font-size: clamp(45px, 5vw, 66px); line-height: 1.07; letter-spacing: -.06em; margin: 19px 0; }
.orbit-portfolio-hero > div > p { color: var(--orbit-muted); font-size: 14px; line-height: 1.8; }
.orbit-total { text-align: right; }
.orbit-total > p { margin-top: 24px; }
.orbit-total > strong { display: block; color: #ececec; font: 500 64px/1.2 'Inter Tight', sans-serif; letter-spacing: -.06em; margin: 7px 0 13px; overflow-wrap: anywhere; }
.orbit-total-note { color: var(--orbit-muted); font-size: 11px; line-height: 1.8; }
.orbit-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 25px 0; border-block: 1px solid var(--orbit-line); margin-bottom: 40px; }
.orbit-stats > div { padding: 0 25px; border-left: 1px solid var(--orbit-line); }
.orbit-stats > div:first-child { padding-left: 0; border: 0; }
.orbit-stats > div > p { color: var(--orbit-muted); font-size: 12px; margin-bottom: 10px; }
.orbit-stats strong { display: block; font: 500 31px/1.2 'Inter Tight', sans-serif; letter-spacing: -.035em; }
.orbit-stats #stat-rewards { color: var(--orbit-lavender); }
.orbit-stats #stat-yearly { color: #9dd8bc; }
.orbit-portfolio-layout { display: grid; grid-template-columns: 295px minmax(0, 1fr); gap: 30px; align-items: start; }
.orbit-watch-panel { padding: 26px; border: 1px solid var(--orbit-line); border-radius: 16px; background: linear-gradient(135deg, #251626, #141419 60%); position: sticky; top: 24px; }
.orbit-watch-panel h2 { font-size: 26px; letter-spacing: -.035em; margin: 12px 0; }
.orbit-watch-panel > p { font-size: 12px; line-height: 1.8; color: var(--orbit-muted); }
.orbit-watch-panel form { margin-top: 25px; }
.orbit-watch-panel label { display: block; font-size: 12px; margin-bottom: 10px; color: #d2cedb; }
.orbit-watch-panel input { display: block; width: 100%; min-width: 0; background: #0e0d12; border: 1px solid #cecefb30; border-radius: 8px; padding: 14px 12px; font-size: 12px; color: #ececec; }
.orbit-watch-panel input::placeholder { color: #aaa5b6; }
#watch-help { font-size: 10px; color: var(--orbit-muted); line-height: 1.8; margin: 9px 0 20px; }
.orbit-watch-panel form .orbit-button { width: 100%; font-size: 12px; gap: 12px; }
#watch-error { color: #ffb0c6; margin-top: 16px; font-size: 12px; }
#watch-count { font-size: 11px; line-height: 1.8; margin-top: 18px; }
.watch-link { background: none; border: 0; color: var(--orbit-lavender); text-decoration: underline; text-underline-offset: 3px; min-height: 44px; font-size: 12px; cursor: pointer; }
.orbit-watch-privacy { border-top: 1px solid var(--orbit-line); margin-top: 24px; padding-top: 22px; }
.orbit-watch-privacy > span { font-size: 11px; color: var(--orbit-lavender); }
.orbit-watch-privacy p { font-size: 10px; line-height: 1.9; color: var(--orbit-muted); margin-top: 11px; }
.orbit-watch-extra { display: flex; gap: 12px; align-items: start; padding-top: 23px; margin-top: 23px; border-top: 1px solid var(--orbit-line); }
.orbit-watch-extra img { flex-shrink: 0; }
.orbit-watch-extra p { color: var(--orbit-muted); font-size: 10px; line-height: 1.8; }
.orbit-positions { min-width: 0; }
.orbit-positions .orbit-section-heading { margin: 6px 0 23px; }
.orbit-positions .orbit-section-heading h2 { font-size: 31px; }
.orbit-filter { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.orbit-filter button { min-height: 40px; padding: 0 13px; background: #ffffff03; border: 1px solid var(--orbit-line); border-radius: 30px; font-size: 11px; color: var(--orbit-muted); cursor: pointer; }
.orbit-filter button[aria-pressed="true"] { background: #e70c621c; border-color: #e70c6270; color: #ffb7d1; }
.orbit-filter button:hover { border-color: #cecefb50; color: white; }
.orbit-chain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
#chain-cards > a, #chain-cards > div { min-width: 0; border-radius: 14px; background: linear-gradient(135deg, #1d1923, #131318); border: 1px solid var(--orbit-line); padding: 22px; }
#chain-cards > a:hover { border-color: #cecefb45; background: linear-gradient(135deg, #241c2b, #16131b); }
#chain-cards > [data-has-accounts="true"] { border-color: #e70c6245; }
#chain-cards h3 { font-size: 20px; letter-spacing: -.025em; }
#chain-cards > a > div:first-child img, #chain-cards > div > div:first-child img { width: 34px; height: 34px; }
#chain-cards .text-txt-dim, #chain-cards [class*="text-txt-dim/"] { color: #aaa6b8; }
#chain-cards .text-txt-muted { color: #b5b1c1; }
#chain-cards .wrow { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px solid #cecefb0a; }
#chain-cards .wrow-left { display: flex; align-items: center; gap: 7px; min-width: 0; }
#chain-cards .addr { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#chain-cards .wrow-right { display: flex; align-items: center; gap: 7px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.watch-x { display: grid; place-items: center; width: 36px; height: 36px; background: none; border: 1px solid #cecefb20; border-radius: 50%; color: #cecefb; font-size: 18px; cursor: pointer; }
.watch-x:hover { background: #e70c6230; }
#chain-cards .bg-dark\/50 { background: #09090e60; border-color: #cecefb12; border-radius: 10px; padding: 16px; }
.orbit-card-loading { min-height: 180px; }
.orbit-card-loading p { color: var(--orbit-muted); margin-top: 22px; font-size: 12px; }
.skeleton { display: inline-block; background: linear-gradient(90deg, #cecefb08 25%, #cecefb18 50%, #cecefb08 75%); background-size: 200% 100%; animation: orbit-shimmer 1.5s ease-in-out infinite; border-radius: 5px; }
.orbit-total > strong > .skeleton { width: 170px; height: 65px; }
.orbit-stats strong > .skeleton { width: 70px; height: 32px; }
.orbit-card-loading > .skeleton { width: 90px; height: 32px; }
@keyframes orbit-shimmer { from { background-position: -200% 0; } to { background-position: 200% 0; } }
#clear-modal { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: #08060dc9; backdrop-filter: blur(8px); }
.modal-card { position: relative; max-width: 430px; width: 100%; background: #1a151f; border: 1px solid #cecefb30; border-radius: 18px; padding: 30px; box-shadow: 0 30px 100px #0009; }
.modal-card h2 { font-size: 30px; letter-spacing: -.04em; margin: 17px 0; }
.modal-card p { color: var(--orbit-muted); font-size: 13px; line-height: 1.8; }
.modal-actions { display: flex; justify-content: end; gap: 10px; margin-top: 26px; }
@media (max-width: 1100px) {
  .orbit-container { padding-inline: 32px; }
  .orbit-header::after { left: 32px; right: 32px; }
  .orbit-nav { gap: 22px; }
  .orbit-header { gap: 20px; }
  .orbit-brand img { width: 128px; }
  .orbit-cosmos .orbital-art { width: 100%; }
  .orbit-network-grid { gap: 10px; }
  .orbit-network { padding: 20px 15px 15px; }
  .orbit-coming small { width: 100%; margin: 0; }
  .orbit-portfolio-layout { grid-template-columns: 255px minmax(0, 1fr); gap: 20px; }
  .orbit-watch-panel { padding: 22px; }
  #chain-cards > a, #chain-cards > div { padding: 18px; }
  .orbit-chain-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .orbit-nav { display: none; }
  .orbit-menu { display: flex; }
  .header-action { margin-left: auto; }
  .orbit-hero { min-height: 500px; }
  .orbit-hero h1 { font-size: 67px; }
  .orbit-cosmos { height: 420px; }
  .orbit-core { width: 125px; height: 125px; }
  .orbit-core img { width: 75px; height: 75px; }
  .float-networks { right: 0; top: 30px; }
  .float-watch { bottom: 24px; }
  .node-sol { left: 3px; }
  .node-sui { right: 0; bottom: 120px; }
  .node-near { bottom: 5px; }
  .orbit-trust { gap: 16px; }
  .orbit-trust > div { gap: 12px; }
  .orbit-trust span { font-size: 10px; }
  .orbit-network-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .orbit-watch-promo { padding: 32px; gap: 32px; }
  .orbit-watch-promo h2 { font-size: 44px; }
  .orbit-positions .orbit-pill { display: none; }
  .orbit-total > strong { font-size: 52px; }
}
@media (max-width: 650px) {
  .orbit-container { padding-inline: 22px; }
  .orbit-header { min-height: 83px; gap: 14px; }
  .orbit-header::after { left: 22px; right: 22px; }
  .orbit-brand img { width: 120px; height: auto; }
  .header-action { display: none; }
  .orbit-hero { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .orbit-hero-copy { padding-top: 38px; }
  .orbit-hero h1 { font-size: clamp(53px, 15.5vw, 82px); margin: 24px 0; }
  .orbit-hero-copy > p { font-size: 13px; max-width: 360px; }
  .orbit-hero-proof { gap: 16px; font-size: 10px; margin-top: 24px; }
  .orbit-actions { gap: 22px; margin-top: 25px; }
  .orbit-actions .orbit-button { padding-inline: 16px; gap: 16px; }
  .orbit-actions .orbit-text-link { gap: 10px; font-size: 12px; }
  .orbit-cosmos { height: 350px; margin-top: 15px; }
  .orbit-cosmos .orbital-art { width: 100%; }
  .orbit-core { width: 110px; height: 110px; }
  .orbit-core img { width: 65px; height: 65px; }
  .orbit-float { padding: 13px 15px; }
  .orbit-float strong { font-size: 23px; }
  .float-networks { top: 8px; }
  .float-watch { bottom: 12px; left: 0; }
  .node-sol { top: 81px; }
  .node-sui { bottom: 80px; }
  .node-near { bottom: 6px; left: 77%; }
  .orbit-node { width: 41px; height: 41px; padding: 10px; }
  .orbit-trust { padding: 22px 0; grid-template-columns: 1fr 1fr; gap: 20px; }
  .orbit-trust > div:last-child { grid-column: 1/-1; border-top: 1px solid var(--orbit-line); padding-top: 16px; }
  .orbit-trust > div:last-child br { display: none; }
  .orbit-trust strong { font-size: 30px; }
  .orbit-section { margin-top: 42px; }
  .orbit-section-heading { margin-bottom: 22px; }
  .orbit-section-heading h2 { font-size: 31px; }
  .orbit-section-heading > .orbit-pill { display: none; }
  .orbit-network-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .orbit-network:last-child { grid-column: 1/-1; }
  .orbit-network:last-child h3 { margin-top: 17px; }
  .orbit-network:last-child > p { margin-bottom: 17px; }
  .orbit-network h3 { font-size: 24px; }
  .orbit-network > p { font-size: 11px; }
  .orbit-coming { gap: 16px; }
  .orbit-coming > span:first-child { width: 100%; }
  .orbit-watch-promo { grid-template-columns: 1fr; gap: 30px; padding: 26px; }
  .orbit-watch-promo h2 { font-size: 43px; }
  .orbit-watch-promo > div > p:not(.orbit-disclosure) { font-size: 13px; }
  .orbit-watch-steps { border-top: 1px solid var(--orbit-line); padding-top: 27px; }
  .orbit-about { padding-top: 42px; }
  .orbit-about h2 { font-size: 31px; }
  .orbit-footer { margin-top: 42px; }
  .orbit-portfolio-hero { grid-template-columns: 1fr; padding: 38px 0 28px; gap: 26px; }
  .orbit-portfolio-hero h1 { font-size: 53px; margin: 16px 0; }
  .orbit-portfolio-hero > div > p { font-size: 13px; }
  .orbit-total { text-align: left; border-top: 1px solid var(--orbit-line); padding-top: 24px; }
  .orbit-total .orbit-pill { display: none; }
  .orbit-total > p { margin-top: 0; }
  .orbit-total > strong { font-size: 54px; }
  .orbit-stats { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 25px 0; padding-block: 24px; margin-bottom: 28px; }
  .orbit-stats > div { padding-inline: 18px; }
  .orbit-stats > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .orbit-stats > div > p { font-size: 11px; }
  .orbit-stats strong { font-size: 28px; }
  .orbit-portfolio-layout { grid-template-columns: 1fr; gap: 32px; }
  .orbit-watch-panel { position: static; padding: 24px; }
  .orbit-watch-panel input { padding: 15px 12px; font-size: 16px; }
  .orbit-watch-panel #watch-help { font-size: 11px; }
  .orbit-watch-panel #watch-help br { display: none; }
  .orbit-watch-extra { margin-top: 18px; padding-top: 18px; }
  .orbit-watch-privacy { margin-top: 20px; padding-top: 20px; }
  .orbit-chain-grid { grid-template-columns: 1fr; }
  .orbit-filter button { min-height: 44px; padding-inline: 14px; }
  #chain-cards > a, #chain-cards > div { padding: 23px; }
  .watch-x { width: 44px; height: 44px; }
  .modal-card { padding: 25px; }
  .modal-actions .orbit-button { padding-inline: 14px; gap: 10px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-site *, .orbit-site *::before, .orbit-site *::after { animation: none !important; transition: none !important; }
}
