:root{scrollbar-width:thin;scrollbar-color:#ef2020 #0f0505;--bg:#090909;--bg-elevated:#101010;--surface:#141414;--surface-strong:#171717;--surface-soft:#141414d6;--border:#ef20202e;--border-strong:#ef202052;--text-primary:#fff;--text-secondary:#9ca3af;--text-tertiary:#6b7280;--brand-red:#ef2020;--font-display:"Orbitron", system-ui, sans-serif;--accent-red:#dc2626;--accent-red-deep:#8d0d12;--soft-mint:#86efac;--soft-red:#fca5a5;--success:#22c55e;--danger:#f87171;--shadow:0 24px 80px #00000073;color:var(--text-primary);background:var(--bg);font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--bg);scrollbar-gutter:stable}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#0f0505;border-radius:6px}::-webkit-scrollbar-thumb{background:#ef2020;border:2px solid #0f0505;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#ff3a32}::-webkit-scrollbar-button:single-button:vertical:decrement{background-color:#0f0505;background-position:50%;background-repeat:no-repeat;background-size:10px 10px;width:12px;height:14px;display:block}::-webkit-scrollbar-button:single-button:vertical:increment{background-color:#0f0505;background-position:50%;background-repeat:no-repeat;background-size:10px 10px;width:12px;height:14px;display:block}::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23EF2020' d='M6 2.5 2.2 8.5h7.6z'/%3E%3C/svg%3E")}::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23EF2020' d='M6 9.5 9.8 3.5H2.2z'/%3E%3C/svg%3E")}body{min-width:320px;color:var(--text-primary);background:radial-gradient(circle at 100% 0,#ef202038,#0000 32%),radial-gradient(circle at 0 100%,#ef202029,#0000 28%),linear-gradient(#080808 0%,#0b0b0b 100%);margin:0}@media (width<=899px){body{background-color:#070707;background-image:radial-gradient(118% 72% at 0 0,#0a0a0afa 0%,#0a0a0a59 38%,#0000 62%),radial-gradient(100% 70% at 100% 0,#ef202052 0%,#ef202014 42%,#0000 58%),radial-gradient(100% 68% at 0 100%,#ef20203d 0%,#ef20200f 40%,#0000 56%),radial-gradient(115% 78% at 100% 100%,#060606fc 0%,#06060666 40%,#0000 64%);background-repeat:no-repeat;background-size:100% 100%}}a{color:inherit;text-decoration:none}button,input,select{font:inherit}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell__sticky-top{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#090909f5;position:sticky;top:0}.app-shell__header{background:0 0;border-bottom:1px solid #ffffff0f;gap:1rem;padding:1rem 1.25rem .85rem;display:grid}.app-shell__topbar{gap:1rem;display:grid}.app-shell__brand-cluster{flex-wrap:wrap;align-items:center;gap:2.1rem;display:flex}.brand-lockup{color:var(--text-primary);align-items:center;gap:.85rem;display:inline-flex}.brand-lockup__logo-link,.brand-lockup__wordmark-link{color:inherit;border-radius:.28rem;align-items:center;text-decoration:none;display:inline-flex}.brand-lockup__logo-link:focus-visible,.brand-lockup__wordmark-link:focus-visible{outline-offset:2px;outline:2px solid #ef2020e0}.brand-lockup__wordmark-link img{display:block}.brand-lockup__logo{object-fit:contain;border-radius:0;flex:none;width:2.4rem;height:2.4rem}.brand-lockup__wordmark{width:auto;height:1.1rem;display:block}.app-shell__nav-list{background:linear-gradient(#230606eb,#0a0505eb);border:1px solid #ef2020eb;border-radius:999px;flex-wrap:nowrap;gap:.25rem;margin:0;padding:.15rem;list-style:none;display:flex;box-shadow:0 10px 26px #00000047}.app-shell__nav-item{min-width:0;display:flex}.app-shell__nav-link{width:100%;height:2rem;color:var(--text-secondary);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 .95rem;font-size:.9rem;font-weight:650;text-decoration:none;transition:color .14s,background .14s;display:inline-flex}.app-shell__nav-link--hawg-slot{text-align:center;justify-content:center;min-width:7.05rem}.app-shell__nav-link:not(.app-shell__nav-link--active):hover,.app-shell__nav-link:not(.app-shell__nav-link--active):focus-visible{color:var(--text-primary);background:#ef20201f;outline:none}.app-shell__nav-link:active{color:var(--text-primary);background:#ef2020fa;outline:none}.app-shell__nav-link--active{color:var(--text-primary);background:#ef2020fa;font-weight:700}.app-shell__nav-link--active:hover,.app-shell__nav-link--active:focus-visible{color:var(--text-primary);background:#ef2020fa}@keyframes app-shell-nav-hawg-glow{0%{box-shadow:0 0 #ef202000}45%{box-shadow:0 0 18px 3px #ef202080,0 0 6px 1px #ef202059}to{box-shadow:0 0 #ef202000}}.app-shell__nav-link--hawg-glow{color:#fff;animation:.52s ease-out app-shell-nav-hawg-glow}.app-shell__nav-link--hawg-glow.app-shell__nav-link--active{animation:.52s ease-out app-shell-nav-hawg-glow}.app-shell__trailing{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.85rem 1.15rem;display:flex}.header-markets{flex-wrap:wrap;align-items:center;gap:1rem 1.35rem;display:flex}.header-markets__pair{border-radius:.45rem;align-items:center;gap:.45rem;padding:.35rem .55rem;transition:background .14s;display:inline-flex}a.header-markets__pair{color:inherit;text-decoration:none}.header-markets__pair:hover{background:#ffffff0f}.header-markets__glyph{color:#ffffffe0;flex:none;width:1.15rem;height:1.15rem}.header-markets__glyph--mark{object-fit:contain;width:1.15rem;height:1.15rem;display:block}.header-markets__glyph--sol-mark{width:1.2rem;height:1.2rem}.header-markets__symbol{letter-spacing:.02em;font-size:.92rem;font-weight:700}.header-markets__price{color:#9ca7b8;font-size:.86rem;font-weight:500}.header-social{align-items:center;gap:.35rem;display:inline-flex}.header-social__link{color:#6b7280;border-radius:.45rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .14s,background .14s;display:inline-flex}.header-social__link:hover,.header-social__link:focus-visible{color:var(--text-primary);background:#ffffff0f;outline:none}.header-social__icon{width:1.05rem;height:1.05rem}.wallet-panel{justify-content:flex-end;align-items:center;display:flex}.wallet-panel--mobile{justify-self:end}.live-bar{background:0 0;border-bottom:1px solid #ffffff0f;flex-wrap:nowrap;align-items:center;gap:16px;min-height:2.55rem;padding:.45rem 1.25rem;font-size:.78rem;display:flex;position:relative}.live-bar--compact{flex-wrap:wrap;row-gap:.35rem;min-height:2.15rem;padding-block:.3rem}.live-bar__metrics{flex-flow:row;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.live-bar__metrics-row{flex-flow:row;flex:auto;align-items:center;gap:16px;min-width:0;line-height:1.25;display:flex;overflow:hidden}.live-bar__metrics-row--compact-summary{gap:.9rem}.live-bar__metrics-row .live-bar__item{flex:none}.live-bar__metrics-row .live-bar__label,.live-bar__metrics-row .live-bar__value,.live-bar__metrics-row .live-bar__ratio-num{font-size:1em}.live-bar__metrics-row .live-bar__value,.live-bar__metrics-row .live-bar__ratio-num{font-variant-numeric:tabular-nums}.live-bar__metrics-row .live-bar__value-group .live-bar__value--phase{justify-content:center;min-width:5.4em;display:inline-flex}.live-bar__metrics-row .live-bar__value--time-left{justify-content:center;min-width:3ch;display:inline-flex}.live-bar__metrics-row .live-bar__ratio-slash{font-size:.92em}.live-bar__actions{flex:none;align-items:center;gap:.2rem;margin-left:auto;display:flex;position:relative}.live-bar__settings-wrap{align-items:center;display:inline-flex;position:relative}.live-bar__settings-btn{color:#ffffff8c;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .14s,color .14s;display:inline-flex}.live-bar__settings-btn svg path{stroke:#ffffff8c;transition:stroke .14s}.live-bar__settings-btn:hover,.live-bar__settings-btn:focus-visible{background:#ffffff14;outline:none}.live-bar__settings-btn:hover svg path,.live-bar__settings-btn:focus-visible svg path{stroke:#fff}.live-bar__settings-btn[aria-expanded=true]{background:#ffffff14}.live-bar__settings-btn[aria-expanded=true] svg path{stroke:#fff}.live-bar__chevron{color:#ffffffa6;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .14s,color .14s;display:inline-flex}.live-bar__chevron:hover,.live-bar__chevron:focus-visible{color:#fff;background:#ffffff14;outline:none}.live-bar__item{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.live-bar__item--ratio{align-items:center}.live-bar__label{color:var(--text-tertiary);text-transform:none;letter-spacing:.02em;font-size:.78rem;font-weight:700}.live-bar__value{color:var(--text-primary);font-size:.78rem;font-weight:500}.live-bar__value--ratio{align-items:center;gap:.28rem;line-height:1.25;display:inline-flex}.live-bar__value-group{align-items:center;gap:.28rem;display:inline-flex}.live-bar__value--mint,.live-bar__value--phase-active{color:var(--soft-mint)}.live-bar__value--phase-intermission{color:#93c5fd}.live-bar__value--phase-amber{color:#fcd34d}.live-bar__value--danger{color:var(--soft-red)}.live-bar__value--trend{align-items:center;gap:.24rem;display:inline-flex}.live-bar__trend-arrow{align-items:center;line-height:1;display:inline-flex}.live-bar__ratio-icon{flex:none;align-self:center}.live-bar__ratio-slash{color:#ffffff80;font-size:.78rem;font-weight:600;line-height:1}.live-bar__ratio-num{color:#fff;text-align:left;align-items:center;min-width:2.4ch;font-size:.78rem;font-weight:500;line-height:1.25;display:inline-flex}.live-bar__compact-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .7rem;width:100%;padding-top:.1rem;display:grid}@media (width<=899px){.live-bar.live-bar--compact-expanded{z-index:22}.live-bar.live-bar--compact-expanded .live-bar__compact-menu{box-sizing:border-box;width:100%;max-height:calc(50vh - 3.4rem - env(safe-area-inset-top,0px));scrollbar-width:thin;scrollbar-color:#ef202059 #00000059;background:#090909fa;border-bottom:1px solid #ffffff12;border-radius:0 0 .55rem .55rem;align-content:start;margin:0;padding:.48rem 1.25rem .55rem;position:absolute;top:calc(100% + .12rem);left:0;right:0;overflow:hidden auto;box-shadow:0 14px 28px #0000008c}}.live-bar__compact-menu-item{gap:.12rem;min-width:0;display:grid}.live-bar__compact-menu-label{color:var(--text-tertiary);letter-spacing:.02em;font-size:.7rem;font-weight:700}.live-bar__compact-menu-value{min-width:0;color:var(--text-primary);align-items:center;gap:.28rem;font-size:.82rem;font-weight:500;display:inline-flex}.live-bar__compact-empty{color:var(--text-tertiary);grid-column:1/-1;font-size:.78rem}.status-settings{z-index:25;width:min(380px,100vw - 2rem);max-width:380px;max-height:min(70vh,28rem);color:var(--text-primary);background:#000;border:1px solid #5c1a16;border-radius:16px;flex-direction:column;padding:12px 12px 10px;font-size:.85rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 0 0 1px #000,0 0 28px #8c181438,0 18px 40px #000000a6}.status-settings__body{scrollbar-width:thin;scrollbar-color:#141414 #0a0a0a;flex-direction:column;flex:auto;gap:.65rem;min-height:0;padding-inline-end:.45rem;display:flex;overflow-y:auto}.status-settings__body::-webkit-scrollbar{width:8px}.status-settings__body::-webkit-scrollbar-button:vertical:decrement{background:#ef2020;width:8px;height:11px;display:block}.status-settings__body::-webkit-scrollbar-button:vertical:increment{background:#ef2020;width:8px;height:11px;display:block}.status-settings__body::-webkit-scrollbar-button:vertical:decrement:hover{background:#ff3b36}.status-settings__body::-webkit-scrollbar-button:vertical:increment:hover{background:#ff3b36}.status-settings__body::-webkit-scrollbar-track{background:#0a0a0a;border-radius:4px}.status-settings__body::-webkit-scrollbar-thumb{background:#141414;border:none;border-radius:4px}.status-settings__body::-webkit-scrollbar-thumb:hover{background:#1c1c1c}.status-settings__section{flex-direction:column;gap:.45rem;display:flex}.status-settings__section-title{letter-spacing:.06em;text-transform:none;color:#ffffff6b;margin:.35rem 0 .15rem;font-size:.72rem;font-weight:700}.status-settings__metric-card{cursor:pointer;background:#0a0a0a;border:none;border-radius:10px;outline:none;padding:.5rem .65rem;transition:background .14s,box-shadow .14s}.status-settings__metric-card:hover:not(.status-settings__metric-card--open){background:#101010}.status-settings__metric-card:focus-visible:not(.status-settings__metric-card--open){outline-offset:2px;outline:2px solid #ffffff38}.status-settings__metric-card--open{box-shadow:none;background:#121212;border:none}.status-settings__metric-card--open:hover,.status-settings__metric-card--open:focus-visible{box-shadow:none;background:#161616;outline:none}.status-settings__row{grid-template-columns:minmax(0,1fr) minmax(4.5rem,auto) 2.55rem;align-items:center;gap:.5rem;min-height:1.65rem;display:grid}.status-settings__row-left{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.status-settings__label{color:#fff;font-size:.85rem;font-weight:700}.status-settings__value-cell{text-align:left;color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums;justify-self:start;font-size:.85rem;font-weight:600}.status-settings__sol-ore-label{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.status-settings__sol-ore-slash{color:#ffffff73;font-size:.95rem;font-weight:600;line-height:1}.status-settings__label--ratio-suffix{text-transform:lowercase}.status-settings__ratio-value{font-size:.92rem;font-weight:700}.status-settings__ratio{justify-content:flex-start;align-items:center;gap:.2rem;display:inline-flex}.status-settings__ratio-slash{color:#ffffff73;font-size:.75rem;font-weight:600}.status-settings__switch{cursor:pointer;flex:none;width:2.15rem;height:1.06rem;position:relative}.status-settings__switch input{opacity:0;cursor:pointer;z-index:1;margin:0;position:absolute;inset:0}.status-settings__switch-track{background:linear-gradient(#141414 0%,#050505 100%);border-radius:999px;width:100%;height:100%;transition:background .16s,box-shadow .16s;display:block;position:relative;box-shadow:inset 0 1px #ffffff0a,inset 0 -1px #00000073,0 0 0 1px #371616bf,0 0 0 2px #000000d9}.status-settings__switch-thumb{pointer-events:none;background:#b8b8b8;border-radius:50%;width:12px;height:12px;transition:transform .16s,background .16s;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.status-settings__switch input:checked+.status-settings__switch-track{background:linear-gradient(#4a1818 0%,#140606 100%);box-shadow:inset 0 1px #ff786e1a,inset 0 -1px #0000008c,0 0 0 1px #dc3730a6,0 0 0 2px #000000e6}.status-settings__switch input:checked+.status-settings__switch-track .status-settings__switch-thumb{background:#fff;transform:translate(calc(2.15rem - 16px),-50%)}.status-settings__switch input:focus-visible+.status-settings__switch-track{outline-offset:2px;outline:1px solid #ef202073}.status-settings__desc{color:#ffffff8c;border-top:none;margin:.45rem 0 0;padding:.35rem .35rem 0;font-size:.85rem;line-height:1.45}.status-settings__footer-row{flex:none;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.35rem;padding:.5rem .35rem 0;display:flex}.status-settings__footer{color:#ffffff61;text-align:left;flex:1;min-width:0;margin:0;padding:0;font-size:.78rem}.status-settings__exp-toggle{letter-spacing:.2em;color:#ffffff61;cursor:pointer;background:#161616fa;border:1px solid #ffffff1f;border-radius:.55rem;flex:none;justify-content:center;align-items:center;padding:.32rem .55rem;font-size:.72rem;font-weight:800;line-height:1;transition:border-color .18s,background .18s,box-shadow .18s,color .18s;display:inline-flex;position:relative;overflow:visible}.status-settings__exp-toggle:hover{color:#ffffff85}.status-settings__exp-toggle:focus-visible{outline-offset:2px;outline:2px solid #ef202073}.status-settings__exp-toggle--on{color:#fff;background:linear-gradient(#300c0cfa,#120606fc);border-color:#ef2020a6;box-shadow:0 0 12px #ef202052,inset 0 1px #ff8c7814}.supernova-pro{flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:visible}.supernova-pro__canvas-portal{z-index:2000;pointer-events:none;border:0;margin:0;padding:0;display:block;position:fixed}.supernova-pro .status-settings__exp-toggle{z-index:1;position:relative}.app-shell__main{flex:auto;width:min(1120px,100% - 2rem);margin:0 auto;padding:1.5rem 0 1.25rem}.app-shell__footer-row{flex-direction:column;align-items:center;gap:.4rem;margin-top:auto;display:flex;transform:translateY(-.82rem)}.app-shell__footer-dock{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;width:min(1120px,100% - 2rem);margin-inline:auto;padding:0 .35rem;display:flex}.app-shell__footer-dock--compact{width:min(1120px,100% - .5rem);padding-inline:.15rem max(.2rem, env(safe-area-inset-right,0px));grid-template-columns:1fr auto 1fr;align-items:center;column-gap:.35rem;display:grid}.app-shell__footer-dock--compact .app-shell__footer-solana{grid-column:2;justify-self:center}.app-shell__footer-dock--compact .app-shell__footer-social{grid-column:3;justify-self:end}.app-shell__footer-legal{flex-wrap:wrap;justify-content:center;align-items:center;width:min(1120px,100% - 2rem);margin-inline:auto;padding:.28rem 1rem .1rem;display:flex}.app-shell__footer-legal-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem 1.1rem;font-size:.82rem;display:flex}.app-shell__footer-link{color:var(--text-secondary);font-size:.82rem;text-decoration:none}.app-shell__footer-link:hover,.app-shell__footer-link:focus-visible{color:var(--text-primary);outline:none;text-decoration:underline}.app-shell__footer-solana{opacity:.32;color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.82rem;line-height:1;text-decoration:none;transition:opacity .14s;display:inline-flex}.app-shell__footer-solana:hover,.app-shell__footer-solana:focus-visible{opacity:.52;outline:none}.app-shell__footer-solana-built{color:var(--text-secondary);font-weight:700}.app-shell__footer-solana-mark{flex:none;width:auto;height:.82rem;display:block}.app-shell__mobile-nav{display:none}.app-shell__mobile-nav-list{margin:0;padding:0;list-style:none}.app-shell__mobile-nav-link{text-decoration:none}@media (width>=768px){.app-shell__footer-solana--dock{right:max(1.35rem, calc(env(safe-area-inset-right,0px) + .65rem));bottom:max(.42rem, env(safe-area-inset-bottom,0px));z-index:20;margin:0;position:fixed}}@media (width<=767px){.app-shell__footer-solana--dock{align-self:center;position:relative}}@media (width<=899px){.app-shell__header{padding:.55rem .55rem .72rem}.app-shell__topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.5rem}.app-shell__brand-cluster{justify-content:flex-start;gap:1rem;min-width:0}.app-shell__brand-cluster .brand-lockup{gap:.58rem}.app-shell__brand-cluster .brand-lockup__logo{width:2.15rem;height:2.15rem}.app-shell__brand-cluster .brand-lockup__wordmark{height:1.02rem}.header-markets--compact-brand{flex:0 auto;align-items:center;gap:.35rem;min-width:0;margin-left:auto;display:inline-flex}.header-markets__pair--compact-brand .header-markets__glyph--mark{width:17px;height:17px}.header-markets__pair--compact-brand .header-markets__price{font-size:.78rem}.header-markets--compact-brand .header-markets__symbol{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-markets__pair--compact-brand{position:relative}.app-shell__main{padding-bottom:calc(1.35rem + env(safe-area-inset-bottom,0px))}.app-shell__footer-row{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));transform:none}.app-shell__mobile-nav{z-index:24;padding:.55rem max(.85rem, calc(env(safe-area-inset-right,0px) + .55rem)) calc(.55rem + env(safe-area-inset-bottom,0px)) max(.85rem, calc(env(safe-area-inset-left,0px) + .55rem));pointer-events:none;background:linear-gradient(#09090900,#090909eb 42%,#090909fa);justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.app-shell__mobile-nav-list{pointer-events:auto;background:linear-gradient(#230606f5,#0a0505f5);border:1px solid #ef2020eb;border-radius:999px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:.35rem;width:min(100%,28rem);padding:.25rem;display:grid;box-shadow:0 10px 26px #00000047}.app-shell__mobile-nav-item{min-width:0;display:flex}.app-shell__mobile-nav-link{width:100%;min-width:0;min-height:3rem;color:var(--text-secondary);border-radius:999px;justify-content:center;align-items:center;padding:0 .55rem;transition:color .14s,background .14s;display:inline-flex}.app-shell__mobile-nav-link:hover,.app-shell__mobile-nav-link:focus-visible{color:var(--text-primary);background:#ef20201f;outline:none}.app-shell__mobile-nav-link--active,.app-shell__mobile-nav-link--active:hover,.app-shell__mobile-nav-link--active:focus-visible{color:var(--text-primary);background:#ef2020fa}.app-shell__mobile-nav-link--hawg-slot{text-align:center;justify-content:center}.app-shell__mobile-nav-icon{color:#fff;flex:none;width:1.35rem;height:1.35rem}.app-shell__mobile-nav-label{letter-spacing:.01em;white-space:nowrap;min-width:0;font-size:.88rem;font-weight:700}.live-bar{padding-block:.25rem;padding-inline:.95rem .42rem}.live-bar__actions{transform:translate(.3rem)}.live-bar__settings-btn svg{width:17.8px;height:17.8px;display:block}.live-bar__metrics,.live-bar__metrics-row--compact-summary .live-bar__item{min-width:0}.live-bar__metrics-row--compact-summary .live-bar__label{font-size:.72rem}.live-bar__metrics-row--compact-summary .live-bar__value,.live-bar__metrics-row--compact-summary .live-bar__ratio-num{font-size:.82rem}.live-bar__actions{gap:.15rem}.status-settings{z-index:45;width:min(380px,100vw - 1.25rem);max-height:min(48vh, calc(100dvh - 13.25rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));right:0}.live-bar{overflow:visible}.live-bar__settings-wrap{z-index:2;overflow:visible}}@media (width>=900px){.app-shell__nav-list{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.app-shell__nav-link{min-width:0}}.page-shell,.page-shell__stack{gap:1rem;display:grid}.landing-page--standalone{isolation:isolate;box-sizing:border-box;background:#030205;width:100%;min-height:100vh;margin:0;padding:0;position:relative;overflow-x:clip}.landing-page__frame{z-index:1;box-sizing:border-box;gap:clamp(1.5rem,3vw,2.75rem);width:100%;max-width:1280px;margin:0 auto;padding:clamp(.75rem,2vw,1.1rem) clamp(1rem,4vw,2.5rem) clamp(2.5rem,5vw,4rem);display:grid;position:relative}@media (width>=1024px){.landing-page__frame{padding-inline:48px}}@media (width>=1440px){.landing-page__frame{padding-inline:56px}}@media (width>=1600px){.landing-page__frame{padding-inline:72px}}.landing-page__bg{z-index:0;pointer-events:none;background:radial-gradient(55% 42% at 14% 8%,#ef202033,#0000 52%),radial-gradient(48% 40% at 92% 18%,#ef20201f,#0000 55%),radial-gradient(80% 55% at 50% 105%,#ef202014,#0000 50%),linear-gradient(#050208 0%,#07060c 38%,#030203 100%);position:fixed;inset:0}.landing-page__visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landing-page__section{gap:inherit;display:grid}.landing-page__section--hero,.landing-page__section--stats{gap:0}.landing-page__section--features{gap:clamp(1.15rem,2.5vw,1.85rem)}.landing-page__section--smarter{gap:clamp(1.25rem,2.8vw,2rem)}.landing-page__section--transparency{gap:clamp(1.25rem,2.5vw,1.85rem)}.landing-page__section--closing{border-top:1px solid #ffffff0f;margin-top:clamp(.25rem,1vw,.75rem);padding-top:clamp(1.5rem,3vw,2.25rem)}.landing-page__glass{z-index:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0806098c;border:1px solid #ef202038;border-radius:1rem;position:relative;box-shadow:inset 0 1px #ffffff09,0 0 0 1px #0000006b,0 14px 36px #0000006b,-5px -5px 22px -4px #ef202033,6px -5px 24px -5px #ef202029}.landing-page__glass--quiet{background:#0605087a;border-color:#ef202024;box-shadow:inset 0 1px #ffffff08,0 0 0 1px #00000061,0 8px 28px #00000059,-3px -3px 16px -3px #ef20201f,4px -3px 16px -3px #ef20201a}.landing-page__section-intro{text-align:center;gap:.55rem;max-width:38rem;margin-inline:auto;display:grid}.landing-page__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#f87171e0;margin:0;font-size:.68rem;font-weight:700}.landing-page__section-intro-title{font-family:var(--font-display);letter-spacing:.02em;color:#fcfafaf5;margin:0;font-size:clamp(1.05rem,1.1vw + .75rem,1.35rem);font-weight:800;line-height:1.2}.landing-page__section-intro-copy{color:var(--text-tertiary);text-wrap:pretty;margin:0;font-size:.86rem;line-height:1.58}.landing-page__accent{color:#f87171;font-weight:800}.landing-page__top{justify-content:space-between;align-items:center;gap:1rem;padding:.2rem .05rem .5rem;display:flex}.landing-page__top-brand{border-radius:.3rem;align-items:center;text-decoration:none;display:inline-flex}.landing-page__top-brand:focus-visible{outline-offset:3px;outline:2px solid #ef2020d9}.landing-page__top-wordmark{object-fit:contain;width:auto;height:clamp(1.05rem,2.4vw,1.35rem);display:block}.landing-page__top-cta{color:#fce8e8f2;border:1px solid #ef2020bf;border-radius:999px;justify-content:center;align-items:center;padding:.45rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .14s,border-color .14s;display:inline-flex}.landing-page__top-cta:hover,.landing-page__top-cta:focus-visible{background:#ef20201f;border-color:#ef2020;outline:none}.landing-page__hero{align-items:center;gap:clamp(1rem,2.5vw,1.5rem);padding:clamp(1.25rem,3vw,2rem) clamp(1.1rem,2.8vw,2.25rem);display:grid}@media (width>=880px){.landing-page__hero{text-align:left;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)}.landing-page__hero-actions{justify-content:flex-start}}.landing-page__hero-copy{text-align:center;gap:.85rem;display:grid}@media (width>=840px){.landing-page__hero-copy{text-align:left}}.landing-page__hero-title{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#fcfafafa;text-wrap:balance;margin:0;font-size:clamp(1.55rem,3.2vw + .45rem,2.55rem);font-weight:900;line-height:1.06}.landing-page__hero-title-line{display:inline}.landing-page__hero-title-accent{color:var(--brand-red);text-shadow:0 0 20px #ef202073,0 0 42px #ef20202e}.landing-page__hero-lede{max-width:36rem;color:var(--text-tertiary);text-wrap:pretty;margin:0;font-size:clamp(.9rem,.6vw + .78rem,1.05rem);line-height:1.62}.landing-page__hero-actions{flex-wrap:wrap;justify-content:center;gap:.55rem;display:flex}.landing-page__btn{border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;min-height:2.65rem;padding:.55rem 1.25rem;font-size:.88rem;font-weight:750;text-decoration:none;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.landing-page__btn--primary{color:#fff;background:linear-gradient(#ef2020,#c91616);box-shadow:0 6px 24px #ef202047}.landing-page__btn--primary:hover,.landing-page__btn--primary:focus-visible{filter:brightness(1.06);outline:none}.landing-page__btn--outline{color:#fcf0f0f2;background:#00000040;border-color:#ef20208c}.landing-page__btn--outline:hover,.landing-page__btn--outline:focus-visible{background:#ef20201a;border-color:#ef2020;outline:none}.landing-page__hero-visual{justify-content:center;align-items:center;min-height:11rem;display:flex;position:relative}.landing-page__hero-orbit{border:1px solid #ef202038;border-radius:50%;width:min(13rem,62vw);height:min(13rem,62vw);animation:6s ease-in-out infinite landing-orbit-pulse;position:absolute;box-shadow:0 0 0 1px #ef20200f,0 0 36px #ef20201a}.landing-page__hero-orbit:after{content:"";opacity:.7;border:1px dashed #ef202033;border-radius:50%;position:absolute;inset:12%}@keyframes landing-orbit-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes landing-coin-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing-page__hero-coin{object-fit:contain;filter:drop-shadow(0 6px 24px #ef202052);background:0 0;width:clamp(6.25rem,16vw,9rem);height:auto;animation:5s ease-in-out infinite landing-coin-float;position:relative}@media (prefers-reduced-motion:reduce){.landing-page__hero-orbit,.landing-page__hero-coin{animation:none}}.landing-page__stats-strip{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:.35rem 0;padding:clamp(.85rem,2vw,1.15rem) clamp(.5rem,2vw,1.25rem);display:flex}@media (width>=640px){.landing-page__stats-strip{flex-wrap:nowrap;padding-inline:clamp(.75rem,2vw,1.75rem)}}.landing-page__stats-divider{background:linear-gradient(#0000,#ef202047 20%,#ffffff14 50%,#ef202038 80%,#0000);flex-shrink:0;align-self:stretch;width:1px;min-height:2.75rem;margin:.15rem 0}@media (width<=639px){.landing-page__stats-divider{display:none}}.landing-page__stat--strip{flex:140px;justify-content:center;align-items:center;gap:.65rem;min-width:0;padding:.35rem .65rem;display:flex}@media (width<=639px){.landing-page__stat--strip{border-bottom:1px solid #ffffff0d;flex:100%;justify-content:flex-start;padding-block:.5rem}.landing-page__stat--strip:last-child{border-bottom:none}}.landing-page__stat-img{object-fit:contain;flex-shrink:0;width:2.1rem;height:2.1rem}.landing-page__stat-pie{color:#ef2020;flex-shrink:0}.landing-page__stat-text{flex-direction:column;gap:.12rem;min-width:0;display:flex}.landing-page__stat-label{letter-spacing:.06em;text-transform:uppercase;color:#b4b4bed9;font-size:.72rem;font-weight:650}.landing-page__stat-value{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#fcfafaf5;font-size:clamp(1rem,1.5vw + .55rem,1.25rem);font-weight:800}.landing-page__feature-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=900px){.landing-page__feature-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}}.landing-page__feature-tile{align-content:start;gap:.55rem;min-height:100%;padding:clamp(.95rem,2vw,1.15rem) clamp(.85rem,1.8vw,1.05rem) 1.1rem;display:grid}.landing-page__feature-icon{color:#f87171;opacity:.95}.landing-page__feature-title{letter-spacing:-.02em;color:#fcfafaf5;margin:0;font-size:.92rem;font-weight:800}.landing-page__feature-copy{color:var(--text-tertiary);margin:0;font-size:.8rem;line-height:1.5}.landing-page__section-head{font-family:var(--font-display);letter-spacing:.025em;color:#fcfafaf7;text-align:center;margin:0;font-size:clamp(1.2rem,1.8vw + .55rem,1.65rem);font-weight:800;line-height:1.15}.landing-page__section-head--left{text-align:left}.landing-page__smarter-head{text-align:center;gap:.65rem;max-width:40rem;margin-inline:auto;display:grid}.landing-page__smarter-head .landing-page__section-head{margin:0}.landing-page__smarter-sub{color:var(--text-tertiary);text-wrap:pretty;margin:0;font-size:.88rem;line-height:1.58}.landing-page__benefit-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=900px){.landing-page__benefit-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}}.landing-page__benefit-tile{text-align:center;align-content:start;gap:.5rem;padding:clamp(1rem,2.2vw,1.25rem) clamp(.85rem,2vw,1rem) 1.15rem;display:grid}.landing-page__benefit-icon{color:#ef2020;margin:0 auto}.landing-page__benefit-title{letter-spacing:-.015em;color:#fcfafaf5;margin:0;font-size:.88rem;font-weight:800}.landing-page__benefit-copy{color:var(--text-tertiary);margin:0;font-size:.78rem;line-height:1.52}.landing-page__transparency-head{gap:.75rem;max-width:36rem;display:grid}@media (width>=960px){.landing-page__transparency-head{max-width:34rem}}.landing-page__transparency-lede{color:var(--text-tertiary);text-wrap:pretty;margin:0;font-size:.88rem;line-height:1.58}.landing-page__transparency-editorial{align-items:start;gap:clamp(1rem,2.5vw,1.35rem);display:grid}@media (width>=960px){.landing-page__transparency-editorial{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:clamp(1.15rem,2.8vw,1.75rem)}}.landing-page__transparency-aside{gap:1.15rem;padding-top:.15rem;display:grid}.landing-page__window{padding:0 0 .75rem;overflow:hidden}.landing-page__window-chrome{background:#00000059;border-bottom:1px solid #ffffff0f;align-items:center;gap:.35rem;padding:.55rem .75rem;display:flex}.landing-page__window-dot{background:#ffffff1f;border-radius:50%;width:.45rem;height:.45rem}.landing-page__window-dot:first-child{background:#ef4444bf}.landing-page__window-dot:nth-child(2){background:#facc15a6}.landing-page__window-dot:nth-child(3){background:#22c55e8c}.landing-page__window-title{letter-spacing:.04em;text-transform:uppercase;color:#c8c8d2e6;margin-left:.35rem;font-size:.72rem;font-weight:650}.landing-page__window-list{gap:.45rem;margin:0;padding:.65rem .85rem 0;list-style:none;display:grid}.landing-page__window-row{color:#d2d2dce0;word-break:break-word;background:#00000059;border:1px solid #ffffff0d;border-radius:.35rem;padding:.35rem .45rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.65rem;line-height:1.4}.landing-page__transparency-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.landing-page__transparency-item{align-items:flex-start;gap:.65rem;display:flex}.landing-page__transparency-icon{color:#f87171;flex-shrink:0;margin-top:.1rem}.landing-page__transparency-item-title{color:#fcfafaf5;margin:0 0 .2rem;font-size:.9rem;font-weight:800}.landing-page__transparency-item-copy{color:var(--text-tertiary);margin:0;font-size:.8rem;line-height:1.5}.landing-page__solana-badge{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.landing-page__solana-built{letter-spacing:.08em;text-transform:uppercase;color:#a0a0afd9;font-size:.68rem;font-weight:650}.landing-page__solana-img{object-fit:contain;opacity:.88;width:auto;height:.95rem}.landing-page__solana-badge--page-end{flex-direction:row;justify-content:center;align-items:center;gap:.45rem;width:100%;margin-top:.85rem;display:none}@media (width<=959px){.landing-page__solana-badge--aside{display:none}.landing-page__solana-badge--page-end{display:flex}}@media (width>=960px){.landing-page__transparency-aside{text-align:center;justify-self:stretch;justify-items:center;width:100%;max-width:min(22rem,100%);margin-inline:auto}.landing-page__transparency-item{text-align:center;flex-direction:column;align-items:center;gap:.45rem}.landing-page__transparency-icon{margin-top:0}.landing-page__solana-badge--aside{flex-direction:row;justify-content:center;align-items:center;gap:.45rem;width:100%}.landing-page__solana-badge--page-end{display:none!important}}.landing-page__transparency-rails{gap:.55rem;display:grid}@media (width>=640px){.landing-page__transparency-rails{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-page__rail{letter-spacing:.04em;text-transform:uppercase;color:#b4b4c3d1;background:#0605086b;border:1px solid #ef20201f;border-radius:.65rem;padding:.65rem .85rem;font-size:.72rem;font-weight:650}.landing-page__closing{gap:clamp(1.5rem,3vw,2.25rem);display:grid}@media (width>=900px){.landing-page__closing{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:clamp(1.75rem,3.5vw,2.75rem)}}.landing-page__closing-col{gap:.85rem;min-width:0;display:grid}.landing-page__closing-col--team{padding-right:clamp(0,2vw,1rem)}.landing-page__closing-col--community{padding-left:clamp(0,2vw,1rem)}@media (width>=900px){.landing-page__closing-col--community{border-left:1px solid #ffffff0f;padding-left:clamp(1.25rem,2.5vw,2rem)}.landing-page__closing-col--team{padding-right:clamp(.5rem,2vw,1.25rem)}}.landing-page__closing-title{font-family:var(--font-display);letter-spacing:.02em;color:#fcfafaf5;margin:0;font-size:clamp(1.05rem,1.2vw + .75rem,1.35rem);font-weight:800;line-height:1.2}.landing-page__closing-lede{color:var(--text-tertiary);text-wrap:pretty;margin:0;font-size:.88rem;line-height:1.58}.landing-page__closing-col--community .landing-page__closing-lede{margin-bottom:.15rem}.landing-page__team-cards{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.65rem;display:grid}.landing-page__team-card{min-width:0;color:inherit;align-items:center;gap:.65rem;padding:.65rem .7rem;text-decoration:none;transition:border-color .14s,background .14s;display:flex}.landing-page__team-card:hover,.landing-page__team-card:focus-visible{background:#ef20200f;border-color:#ef20208c;outline:none}.landing-page__team-avatar{object-fit:cover;border-radius:.45rem;flex-shrink:0}.landing-page__team-card>div:last-child{min-width:0}.landing-page__team-name{color:#fcfafaf5;font-size:.88rem;font-weight:800}.landing-page__team-role{color:var(--text-tertiary);font-size:.76rem}.landing-page__social-row{flex-wrap:wrap;gap:.65rem;display:flex}.landing-page__social-btn{color:#fcfafaeb;border-radius:.75rem;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;text-decoration:none;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.landing-page__social-btn:hover,.landing-page__social-btn:focus-visible{color:#fff;background:#ef20201a;border-color:#ef2020a6;outline:none}.landing-page__social-btn img{object-fit:contain;display:block}.landing-page__footer{border-top:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:0;margin-top:.5rem;padding-top:1.25rem;display:flex}.landing-page__footer-nav{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.landing-page__footer-link{color:#b4b4c3e6;font-size:.82rem;font-weight:650;text-decoration:none}.landing-page__footer-link:hover,.landing-page__footer-link:focus-visible{color:#fca5a5;outline:none}.about-page{-webkit-hyphens:none;hyphens:none;gap:.75rem;width:min(48rem,100% - 2rem);margin:0 auto;display:grid}.about-page--product{gap:.65rem}.about-page__page-head{text-align:center;flex-direction:column;align-items:center;gap:.22rem;padding:.35rem .5rem 1.15rem;display:flex}.about-page__page-title{letter-spacing:-.038em;color:#e8e8e8e0;text-wrap:balance;text-align:center;max-width:min(36rem,100% - 1rem);margin:0;padding:.18rem 0 .72rem;font-size:clamp(1.42rem,3.8vw + .25rem,2.15rem);font-weight:750;line-height:1.2;position:relative}.about-page__page-title:after{content:"";background:linear-gradient(90deg, transparent 0%, transparent 4%, #ef202033 14%, var(--brand-red) 22%, var(--brand-red) 78%, #ef202033 86%, transparent 96%, transparent 100%);pointer-events:none;border-radius:999px;width:min(30rem,96%);height:2px;max-height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 12px #ef202038}.about-page__page-title-pre{font-family:var(--font-display);letter-spacing:.04em;color:#d2d2d2c7;text-shadow:0 1px 1px #000000d9,0 -1px 1px #ffffff0d;font-weight:650;display:inline}.about-page__page-title-wordmark{vertical-align:-.14em;object-fit:contain;filter:drop-shadow(0 1px 1px #000000bf)drop-shadow(0 -1px #ffffff0a);width:auto;max-width:min(11rem,46vw);height:clamp(1.35rem,3.2vw + .4rem,2rem);margin-left:.12em;display:inline-block}.about-page__panel{background:linear-gradient(#161616f5,#0a0a0afa);border:1px solid #ffffff12;border-radius:.85rem;gap:.65rem;padding:1rem 1.1rem 1.05rem;display:grid}.about-page__panel--ore-primer{gap:.48rem}.about-page__body--ore-primer{gap:.55rem;max-width:min(40rem,100%)}.about-page__body--ore-primer p{font-size:.9rem;line-height:1.62}.about-page__panel--advantages-spotlight{gap:.48rem}.about-page__eyebrow--advantages-spotlight{font-family:var(--font-display);margin-bottom:0}.about-page__panel>.about-page__advantages-lede{max-width:min(36rem,100%);color:var(--text-tertiary);text-wrap:pretty;-webkit-hyphens:none;hyphens:none;margin:0;font-size:.88rem;line-height:1.58}.about-page__spotlight-shell{background:radial-gradient(95% 58% at 14% 0,#ef20200a,#0000 52%),linear-gradient(#0f0f11fc,#060608fc);border:1px solid #ef202011;border-radius:.72rem;margin-top:.32rem;padding:.62rem .56rem .68rem;box-shadow:0 8px 28px #00000042}.about-page__spotlight{min-width:0}.about-page__spotlight-desktop{grid-template-columns:minmax(10.25rem,12.75rem) minmax(0,1fr);align-items:stretch;gap:clamp(.75rem,2vw,1.2rem);display:grid}.about-page__spotlight-rail{border-left:1px solid #ffffff0b;flex-direction:column;align-self:stretch;gap:.5rem;min-height:100%;margin-left:.06rem;padding-left:.55rem;display:flex}.about-page__spotlight-rail-btn{text-align:left;cursor:pointer;width:100%;min-height:0;font:inherit;color:#d2d2d2e0;background:0 0;border:1px solid #0000;border-radius:.55rem;flex-direction:column;flex:1 1 0;justify-content:center;gap:.2rem;margin:0;padding:.72rem .52rem .76rem;transition:border-color .16s,background .16s,color .16s;display:flex}.about-page__spotlight-rail-btn:hover{background:#ffffff08;border-color:#ffffff0e}.about-page__spotlight-rail-btn:focus-visible{outline-offset:2px;outline:2px solid #ef202073}.about-page__spotlight-rail-btn--active{color:#ffffffed;background:#ef202017;border-color:#ef202066}.about-page__spotlight-rail-kicker{letter-spacing:.1em;text-transform:uppercase;color:#aaaaaac7;flex-wrap:wrap;align-items:baseline;gap:.06rem;font-size:.62rem;font-weight:700;display:flex}.about-page__spotlight-rail-btn--active .about-page__spotlight-rail-kicker{color:#ef2020e0}.about-page__spotlight-rail-num{letter-spacing:.18em;opacity:.62;font-size:.56rem;font-weight:750}.about-page__spotlight-rail-btn--active .about-page__spotlight-rail-num{opacity:.92;color:#ffd2d2f2}.about-page__spotlight-rail-label{letter-spacing:.12em}.about-page__spotlight-rail-title{letter-spacing:-.02em;color:#f8f8f8db;font-size:.84rem;font-weight:650;line-height:1.28}.about-page__spotlight-rail-btn--active .about-page__spotlight-rail-title{color:#fff}.about-page__spotlight-rail-title .about-page__kw{color:inherit}.about-page__spotlight-rail-sum{letter-spacing:.02em;color:#9b9b9be0;font-size:.68rem;line-height:1.32}.about-page__spotlight-rail-btn--active .about-page__spotlight-rail-sum{color:#d7d7d7d1}.about-page__spotlight-panel{min-width:0;box-shadow:none;background:linear-gradient(168deg,#0a0a0cf7,#040406fc);border:none;border-radius:.65rem;padding:.52rem .5rem .56rem}.about-page__spotlight-panel-inner{flex-direction:column;gap:.2rem;animation:.22s ease-out about-spotlight-panel-in;display:flex}@keyframes about-spotlight-panel-in{0%{opacity:.82;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.about-page__spotlight-panel-head{flex:none;gap:.12rem;display:grid}.about-page__spotlight-panel-head .about-page__spotlight-rail-kicker{color:#ef2020d1;font-size:.66rem}.about-page__spotlight-panel-head .about-page__spotlight-rail-num{font-size:.6rem}.about-page__spotlight-panel-title{letter-spacing:-.03em;color:#ffffffed;margin:0;font-size:clamp(1.02rem,1.2vw + .65rem,1.28rem);font-weight:650;line-height:1.22}.about-page__spotlight-panel-title .about-page__kw{color:#fffffff2}.about-page__spotlight-panel-body--spotlight{flex:none;gap:0;max-width:min(38rem,100%)}.about-page__spotlight-panel-body--spotlight p{margin:0;font-size:.88rem;line-height:1.48}.about-page__spotlight-mobile{gap:.52rem;display:grid}.about-page__spotlight-mobile-group{background:#00000052;border:1px solid #ffffff0b;border-radius:.58rem;gap:0;display:grid;overflow:hidden}.about-page__spotlight-mobile-trigger{text-align:left;cursor:pointer;width:100%;font:inherit;color:#e6e6e6eb;background:0 0;border:none;border-bottom:1px solid #0000;gap:.16rem;min-height:3rem;margin:0;padding:.82rem .72rem;transition:background .16s;display:grid}.about-page__spotlight-mobile-trigger:hover{background:#ffffff0a}.about-page__spotlight-mobile-trigger:focus-visible{outline-offset:-2px;outline:2px solid #ef202073}.about-page__spotlight-mobile-trigger--active{background:#ef20201a;border-bottom-color:#ef202038}.about-page__spotlight-mobile-trigger--active .about-page__spotlight-rail-kicker{color:#ef2020e0}.about-page__spotlight-mobile-trigger--active .about-page__spotlight-rail-num{opacity:.92;color:#ffd2d2f2}.about-page__spotlight-mobile-trigger-title{letter-spacing:-.02em;font-size:.96rem;font-weight:650;line-height:1.28}.about-page__spotlight-mobile-trigger-title .about-page__kw{color:inherit}.about-page__spotlight-mobile-panel{background:#00000038;border-top:1px solid #ffffff0a;flex-direction:column;gap:.22rem;padding:.42rem .52rem .52rem;display:flex}.about-page__panel--ruby-flow{gap:.48rem}.about-page__eyebrow--ruby-flow-tight{margin-bottom:.08rem}.about-page__ruby-flow-lede{color:var(--text-tertiary);text-wrap:pretty;margin:0;font-size:.92rem;line-height:1.62}.about-page__ruby-flow{background:#070707;border:none;border-radius:.58rem;justify-content:center;align-items:center;margin-top:.2rem;padding:.38rem .36rem .44rem;display:flex;overflow:hidden}.about-page__ruby-flow-image{object-fit:contain;backface-visibility:hidden;border-radius:.48rem;width:100%;max-width:100%;height:auto;margin:0 auto;display:block;transform:translateZ(0)}.about-page__ruby-flow-image--desktop{display:none}@media (width<=899px){.about-page__ruby-flow-image--desktop{display:none!important}}@media (width>=900px){.about-page__ruby-flow-image--legacy{display:none}.about-page__ruby-flow-image--desktop{max-width:min(72rem,100%);max-height:none;display:block}}.about-page__community-band{grid-template-rows:auto;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:1rem clamp(.65rem,2.5vw,1.35rem);width:100%;max-width:100%;margin-inline:0;display:grid}.about-page__community-band>.about-page__community-card:not(.about-page__audit-card){grid-area:1/1}.about-page__community-band>.about-page__audit-card{grid-area:1/3}.about-page__community-band>.about-page__community-center{grid-area:1/2;align-self:center}.about-page__community-card{text-align:left;background:linear-gradient(165deg,#1a1a1af5,#080808fa);border:1px solid #ffffff12;border-radius:.75rem;flex:auto;gap:.45rem;min-width:min(100%,17.5rem);max-width:22rem;padding:.75rem .95rem .85rem;display:grid}.about-page__community-card--band-side{width:100%;min-width:0;max-width:none}.about-page__community-center{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding-block:.15rem;display:flex}.about-page__community-title{letter-spacing:-.04em;color:#ef2020;text-align:left;margin:0;font-size:clamp(1.18rem,2.5vw + .45rem,1.58rem);font-weight:800;line-height:1.12}.about-page__community-lede{color:var(--text-tertiary);text-align:left;white-space:normal;text-wrap:pretty;-webkit-hyphens:none;hyphens:none;margin:0;font-size:.86rem;line-height:1.58}.about-page__community-band .about-page__audit-card{width:100%;min-width:0;max-width:none}.about-page__community-center .about-page__community-actions{width:auto;min-width:0}.about-page__community-actions{flex-direction:column;flex:none;justify-content:center;gap:.45rem;min-width:11.5rem;display:flex}.about-page__community-actions .about-page__community-link:not(.about-page__community-link--square){justify-content:flex-start;width:100%}.about-page__community-link--square{-webkit-tap-highlight-color:transparent;border-radius:.5rem;flex:none;justify-content:center;width:2.85rem;min-width:2.85rem;height:2.85rem;min-height:2.85rem;padding:0;position:relative}.about-page__community-link--square .about-page__community-link-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.about-page__community-link--square .about-page__community-icon{width:1.15rem;height:1.15rem}.about-page__community-pools-icon{object-fit:contain;opacity:.95;width:1.15rem;height:1.15rem;display:block}.about-page__section-title{letter-spacing:.02em;color:#ffffffd1;margin:0;font-size:1.02rem;font-weight:600}.about-page__panel--ruby-flow>.about-page__section-title,.about-page__panel--ore-primer>.about-page__section-title{font-family:Inter,system-ui,sans-serif}.about-page__section-title--lane{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);font-size:.68rem;font-weight:700}.about-page__panel--ruby-flow>.about-page__eyebrow,.about-page__panel--ore-primer>.about-page__eyebrow:first-of-type{font-family:var(--font-display)}.about-page__section-title .about-page__kw{color:inherit}.about-page__body{justify-self:start;gap:.72rem;width:100%;max-width:min(42rem,100%);display:grid}.about-page__body p,.about-page__panel>p:not(.about-page__tagline):not(.about-page__eyebrow):not(.about-page__intro):not(.about-page__advantages-lede){color:var(--text-tertiary);text-wrap:pretty;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;margin:0;font-size:.93rem;line-height:1.68}.about-page__panel>.about-page__tagline,.about-page__panel>.about-page__eyebrow,.about-page__panel>.about-page__intro{margin:0}.about-page__intro{color:var(--text-secondary);text-wrap:pretty;-webkit-hyphens:none;hyphens:none;font-size:.88rem;line-height:1.62}.about-page__lead{color:#ffffffe6;font-style:italic;font-weight:500;display:inline}.about-page__kw{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-bottom:0;padding-bottom:0;font-weight:650;text-decoration:none}.about-page__accent{color:var(--brand-red);font-weight:700}.about-page__inline-link{color:var(--text-tertiary);text-underline-offset:.18em;-webkit-text-decoration:underline #ef202073;text-decoration:underline #ef202073}.about-page__inline-link:hover,.about-page__inline-link:focus-visible{color:#ffffffe0;outline:none;text-decoration-color:#ef2020bf}.about-page__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 .2rem;font-size:.68rem;font-weight:700}h2.about-page__eyebrow.about-page__eyebrow--section{margin:0 0 .4rem;font-size:.68rem;font-weight:700;line-height:1.35}.about-page__operators{color:inherit;font-style:italic;font-weight:600}.about-page__tagline{color:#ffffffe0;text-wrap:pretty;-webkit-hyphens:none;hyphens:none;margin:0;font-size:1.05rem;font-weight:600;line-height:1.42}.about-page__tagline+.about-page__tagline{margin-top:.15rem}.about-page__tagline--spaced{margin-top:.65rem}.about-page__pillar{background:#00000047;border:none;border-radius:.65rem;gap:.62rem;margin-top:.75rem;padding:.75rem .8rem .85rem;display:grid}.about-page__pillar:first-of-type{margin-top:.35rem}.about-page__pillar-head{gap:.2rem;padding-bottom:.15rem;display:grid}.about-page__pillar-kicker{letter-spacing:.12em;text-transform:uppercase;color:#ef2020e0;margin:0;font-size:.68rem;font-weight:700}.about-page__pillar-head h3{color:#ffffffd6;margin:0;font-size:.98rem;font-weight:600}.about-page__pillar .about-page__body{gap:.68rem}.about-page__mono-hint{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.68rem;font-weight:600}.about-page__mono-hint--loud{letter-spacing:.14em;color:#ef2020eb;margin-top:.15rem;font-size:.72rem;font-weight:700}.about-page__diagram{background:#070707;border:none;border-radius:.55rem;margin-top:.15rem;padding:.55rem .5rem;overflow:hidden}.about-page__diagram.about-page__diagram--spotlight{aspect-ratio:400/230;background:#00000047;border:none;border-radius:.48rem;flex:none;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:0;margin-top:.1rem;padding:.12rem .08rem .14rem;display:flex}.about-diagram__svg{width:100%;height:auto;display:block}.about-diagram__svg--accumulation{aspect-ratio:360/200}@keyframes about-diagram-acc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes about-diagram-acc-solo-draw{to{stroke-dashoffset:0}}@keyframes about-diagram-acc-ruby-stroke-draw{to{stroke-dashoffset:0}}.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-frame{opacity:0}.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-solo-path{stroke-dashoffset:1px}.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-solo-label,.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-ruby-fill{opacity:0}.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-ruby-stroke{stroke-dashoffset:1px}.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-callouts{opacity:0}.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-frame{opacity:0;animation:.22s ease-out forwards about-diagram-acc-fade-in}.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-solo-path{stroke-dashoffset:1px;animation:.64s cubic-bezier(.33,0,.2,1) 70ms forwards about-diagram-acc-solo-draw}.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-solo-label{opacity:0;animation:.2s ease-out .5s forwards about-diagram-acc-fade-in}.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-ruby-fill{opacity:0;animation:.4s ease-out .4s forwards about-diagram-acc-fade-in}.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-ruby-stroke{stroke-dashoffset:1px;animation:.72s .42s forwards about-diagram-acc-ruby-stroke-draw}.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-callouts{opacity:0;animation:.28s ease-out 1s forwards about-diagram-acc-fade-in}@media (prefers-reduced-motion:reduce){.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-frame,.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-solo-label,.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-ruby-fill,.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-callouts,.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-frame,.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-solo-label,.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-ruby-fill,.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-callouts{opacity:1;animation:none}.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-solo-path,.about-diagram__svg--accumulation[data-acc-anim="0"] .about-diagram__acc-ruby-stroke,.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-solo-path,.about-diagram__svg--accumulation[data-acc-anim="1"] .about-diagram__acc-ruby-stroke{stroke-dashoffset:0;animation:none}}.about-diagram__svg--control{aspect-ratio:400/230}@keyframes about-diagram-ctrl-col-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.about-diagram__svg--control .about-diagram__ctrl-col{opacity:0;animation:.195s ease-out forwards about-diagram-ctrl-col-in}.about-diagram__svg--control .about-diagram__ctrl-col--first{animation-duration:.105s;animation-delay:.3s}.about-diagram__svg--control .about-diagram__ctrl-col--mid,.about-diagram__svg--control .about-diagram__ctrl-col--last{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.about-diagram__svg--control .about-diagram__ctrl-col{opacity:1;animation:none;transform:none}}.about-diagram__svg--experience{aspect-ratio:400/230}@keyframes about-diagram-exp-solo-bar-in{0%{opacity:0;transform:scaleX(.04)}to{opacity:1;transform:scaleX(1)}}@keyframes about-diagram-exp-ruby-bar-in{0%{opacity:0;transform:scaleX(.05)}to{opacity:1;transform:scaleX(1)}}@keyframes about-diagram-exp-ruby-label-in{0%{opacity:0}to{opacity:1}}.about-diagram__svg--experience .about-diagram__exp-solo-bar{transform-box:fill-box;opacity:0;animation:48ms ease-out forwards about-diagram-exp-solo-bar-in;transform:scaleX(.04)}.about-diagram__svg--experience .about-diagram__exp-ruby-bar{transform-box:fill-box;opacity:0;animation:.297s ease-out forwards about-diagram-exp-ruby-bar-in;transform:scaleX(.05)}.about-diagram__svg--experience .about-diagram__exp-ruby-label{opacity:0;animation:.17s ease-out forwards about-diagram-exp-ruby-label-in}@media (prefers-reduced-motion:reduce){.about-diagram__svg--experience .about-diagram__exp-solo-bar,.about-diagram__svg--experience .about-diagram__exp-ruby-bar,.about-diagram__svg--experience .about-diagram__exp-ruby-label{opacity:1;animation:none;transform:scaleX(1)}}.about-page__diagram.about-page__diagram--spotlight>.about-diagram__svg{width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;aspect-ratio:unset;flex:auto;align-self:stretch}.about-page__team-grid{gap:.75rem;margin-top:.65rem;display:grid}.about-page__team-card{box-shadow:none;background:#0000008c;border:none;border-radius:.7rem;grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.7rem 1rem;padding:.95rem 1.05rem 1rem;display:grid}.about-page__team-avatar{object-fit:cover;width:3.5rem;height:3.5rem;box-shadow:none;background:#00000080;border:none;border-radius:.55rem;flex:none;grid-area:1/1/-1;align-self:start}.about-page__team-body{display:contents}.about-page__team-head{grid-area:1/2;gap:.32rem;min-width:0;display:grid}.about-page__team-bio{color:var(--text-tertiary);text-wrap:pretty;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;text-align:left;grid-area:2/2;min-width:0;max-width:none;margin:0;font-size:.9rem;line-height:1.68}@media (width<=899px){.about-page__team-avatar{grid-row:1}.about-page__team-bio{grid-area:2/1/auto/-1}}.about-page__team-name{color:#ffffffe0;border-bottom:none;width:fit-content;margin:0;padding-bottom:0;font-size:1rem;font-weight:600}.about-page__team-handle{color:#ffffffe6;letter-spacing:.01em;font-size:.98rem;font-weight:650;text-decoration:none;transition:color .14s}.about-page__team-handle:hover,.about-page__team-handle:focus-visible{color:#ef2020f2;outline:none}.about-page__team-role{letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:.74rem;font-weight:600}.about-page__protocol-steps{gap:.85rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.about-page__protocol-step{grid-template-columns:auto 1fr;align-items:start;gap:.65rem;display:grid}.about-page__protocol-step-num{letter-spacing:.1em;color:#ef2020e6;padding-top:.15rem;font-family:ui-monospace,Cascadia Code,Menlo,Consolas,monospace;font-size:.7rem;font-weight:700}.about-page__protocol-step h4{color:#ffffffd6;margin:0 0 .2rem;font-size:.86rem;font-weight:600}.about-page__protocol-step p{color:var(--text-tertiary);text-wrap:pretty;-webkit-hyphens:none;hyphens:none;margin:0;font-size:.88rem;line-height:1.66}@media (width<=899px){.about-page__panel{padding-inline:.92rem}}.about-page__community-link{color:var(--text-secondary);background:#00000052;border:1px solid #ffffff17;border-radius:.65rem;align-items:center;gap:.5rem;padding:.48rem .95rem;font-size:.87rem;font-weight:650;text-decoration:none;transition:color .14s,border-color .14s,background .14s;display:inline-flex}.about-page__community-link:hover,.about-page__community-link:focus-visible:not(.about-page__community-link--square){color:var(--text-primary);background:#ef20201a;border-color:#ef20206b;outline:none}.about-page__community-link--square:focus{outline:none}.about-page__community-link--square:focus:not(:focus-visible){color:var(--text-secondary);background:#00000052;border-color:#ffffff17}.about-page__community-link--square:focus-visible{outline-offset:2px;color:var(--text-secondary);background:#00000052;border-color:#ffffff17;outline:2px solid #ef202073}.about-page__community-icon{opacity:.92;flex:none;width:1.05rem;height:1.05rem}.about-page__community-link-label{letter-spacing:.02em}@media (width<=640px){.about-page__diagram{padding:.32rem .28rem}.about-page__diagram.about-page__diagram--spotlight{padding:.14rem .1rem .16rem}.about-page__spotlight-shell{padding:.55rem .48rem .62rem}.about-page__community-band{grid-template-columns:1fr;justify-items:stretch;row-gap:.75rem}.about-page__community-band>.about-page__community-card:not(.about-page__audit-card),.about-page__community-band>.about-page__audit-card,.about-page__community-band>.about-page__community-center{grid-area:auto}.about-page__community-card{max-width:none}.about-page__community-center{gap:.6rem;width:100%}.about-page__community-actions{flex-flow:wrap;justify-content:center;width:100%;min-width:0}.about-page__community-link{justify-content:center}}.legal-doc{width:min(40rem,100% - 2rem);color:var(--text-secondary);-webkit-hyphens:none;hyphens:none;gap:.5rem;margin:0 auto;padding-block:.35rem 1.75rem;display:grid}.legal-doc__head{border-bottom:1px solid #ef202038;gap:.35rem;margin-bottom:.15rem;padding-bottom:.85rem;display:grid}.legal-doc__breadcrumb{letter-spacing:.04em;color:var(--text-tertiary);margin:0;font-size:.78rem;font-weight:600}.legal-doc__breadcrumb-link{color:#ef2020eb;text-decoration:none}.legal-doc__breadcrumb-link:hover,.legal-doc__breadcrumb-link:focus-visible{color:#ff5a5afa;outline:none;text-decoration:underline}.legal-doc__title{font-family:var(--font-display);letter-spacing:.02em;color:#f0f0f0f0;margin:0;font-size:clamp(1.35rem,3.2vw + .2rem,1.85rem);font-weight:750;line-height:1.18}.legal-doc__effective{color:var(--text-tertiary);margin:0;font-size:.82rem;font-weight:500}.legal-doc__effective strong{color:#e8e8e8d1;font-weight:700}.legal-doc__body{text-wrap:pretty;gap:.85rem;font-size:.9rem;line-height:1.68;display:grid}.legal-doc__body>p{margin:0}.legal-doc__lede{color:#d2d2d2e0;font-size:.93rem}.legal-doc__section{gap:.65rem;padding-top:.35rem;display:grid}.legal-doc__section:first-of-type{padding-top:0}.legal-doc__h2{letter-spacing:-.02em;color:#f8f8f8f2;border-top:1px solid #ffffff0f;margin:0;padding-top:.35rem;font-size:1.02rem;font-weight:700}.legal-doc__section:first-of-type .legal-doc__h2{border-top:none;padding-top:0}.legal-doc__h3{text-transform:none;letter-spacing:.01em;color:#ef2020e6;margin:.35rem 0 0;font-size:.86rem;font-weight:700}.legal-doc__list{color:#c8c8c8e6;gap:.38rem;margin:0;padding:.15rem 0 .15rem 1.15rem;display:grid}.legal-doc__list li{padding-left:.15rem}.legal-doc__list li::marker{color:#ef20208c}.legal-doc__link{color:#ef2020f2;text-underline-offset:.14em;font-weight:650;text-decoration:underline}.legal-doc__link:hover,.legal-doc__link:focus-visible{color:#ff6e6efa;outline:none}.legal-doc__em{color:#ecececeb;font-weight:700}.legal-doc__statutory{letter-spacing:.02em;color:#bebebeeb;gap:.65rem;font-size:.78rem;line-height:1.55;display:grid}.legal-doc__statutory>p{margin:0}.legal-doc__list--statutory{letter-spacing:.03em;font-size:.76rem}.create-pool-page{width:min(42rem,100%);margin:0 auto}.create-pool-page__submit{padding:0}.section-helper{color:var(--text-tertiary);margin:0;font-size:.85rem}.strategy-tiles{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.75rem;display:grid}.strategy-tile{color:var(--text-secondary);text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.1rem;gap:.35rem;padding:1rem;transition:border-color .14s,background .14s;display:grid}.strategy-tile:hover{border-color:#ef202047}.strategy-tile--selected{color:var(--text-primary);background:linear-gradient(135deg,#ef20201f,#0000 60%);border-color:#ef202080}.strategy-tile strong{color:var(--text-primary)}.strategy-tile span{font-size:.88rem}.wallet-gate{text-align:center;padding:3rem 2rem}.wallet-gate h2{margin:0}.page-shell__controls,.page-shell__grid,.page-shell__form,.button-row,.hero-actions{gap:1rem;display:grid}.page-shell__form label,.page-shell__controls label{color:var(--text-secondary);gap:.45rem;font-size:.93rem;display:grid}.surface-card{background:linear-gradient(135deg, #ef20201a, transparent 45%), var(--surface-soft);box-shadow:var(--shadow);border:1px solid #ffffff0f;border-radius:1.35rem;gap:1rem;padding:1.2rem;display:grid}.surface-card--hero{padding:1.4rem}.surface-card--centered .hero-copy,.surface-card--centered .hero-actions{text-align:center;justify-items:center}.surface-card--danger{background:linear-gradient(135deg,#f871711f,#0000 45%),#141414eb;border-color:#f8717147}.surface-card--success{background:linear-gradient(135deg,#22c55e24,#0000 45%),#141414eb;border-color:#22c55e3d}.surface-card--action{align-content:start;min-height:10rem}.hero-copy,.section-heading,.detail-list,.toast__body,.state-card{gap:.4rem;display:grid}.hero-copy h2,.section-heading h3,.surface-card h3{margin:0}.hero-copy h2{font-size:clamp(2rem,4vw,3rem)}.hero-copy p,.section-copy,.detail-list p,.state-card{color:var(--text-secondary);margin:0}.hero-actions{align-content:start}.pools-hero{text-align:center;justify-items:center;gap:.65rem;padding:2.25rem 1rem .5rem;display:grid}.pools-hero__title{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:clamp(1.65rem,3.6vw + .55rem,3.1rem);font-weight:900;line-height:1.06;transform:translateY(-35%)}.pools-hero__title--compact-oneline{white-space:nowrap;font-size:clamp(1.28rem,5.2vw + .35rem,2.05rem);transform:translateY(-22%)}.page-shell--compact .pools-hero{gap:.42rem;padding-top:.62rem}.page-shell--compact .pools-hero__lede{transform:translateY(-18%)}.hero-accent{color:var(--brand-red)}.pools-hero__title .hero-accent{text-shadow:0 0 20px #ef202073,0 0 42px #ef20202e}.pools-hero__lede{color:var(--text-secondary);max-width:48rem;margin:0;font-size:1.05rem;transform:translateY(-35%)}@media (width<=899px){.pools-hero__lede--twoline{justify-items:center;gap:.12rem;display:grid}.pools-hero__lede--twoline .pools-hero__lede-line{line-height:1.38;display:block}}@media (width>=900px){.pools-hero__lede--twoline .pools-hero__lede-line{display:inline}.pools-hero__lede--twoline .pools-hero__lede-line:not(:last-child):after{content:" "}}.section-heading__count{color:var(--text-tertiary);font-size:.9rem}.eyebrow{color:var(--brand-red);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:700}.section-heading{align-items:start}.section-heading--inline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.section-heading--inline h3{margin:0;font-size:1.6rem}.sort-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.sort-controls__search{width:auto;min-width:14rem;min-height:2.2rem;color:var(--text-primary);background:#ffffff0a;border-radius:999px;padding:.4rem .85rem;font-size:.88rem}.sort-chip{min-height:2.2rem;color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .85rem;font-size:.88rem;transition:border-color .14s,color .14s,background .14s;display:inline-flex}.sort-chip:hover,.sort-chip--active{color:var(--text-primary);background:linear-gradient(#ef202033,#8d0d122e);border-color:#ef202061}.status-chip{width:fit-content;min-height:2rem;color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;padding:.4rem .8rem;font-size:.82rem;display:inline-flex}.status-chip--live{color:#a7f3d0;background:#22c55e1a;border-color:#22c55e42}input,select{width:100%;min-height:3rem;color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff14;border-radius:.95rem;padding:.82rem .95rem}input::placeholder{color:var(--text-tertiary)}input:focus,select:focus{border-color:#ef202061;outline:1px solid #ef20205c}button{border:0}.button{width:fit-content;min-height:3rem;color:var(--text-primary);letter-spacing:.01em;cursor:pointer;border:1px solid #0000;border-radius:.95rem;justify-content:center;align-items:center;padding:.85rem 1.15rem;font-weight:700;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{color:var(--text-primary);background:#ef2020}.button--primary:hover:not(:disabled),.button--primary:focus-visible:not(:disabled){background:#c91616}.button.app-shell__connect{letter-spacing:.02em;border-radius:999px;height:2.4rem;min-height:2.4rem;padding:0 .95rem;font-size:.86rem;font-weight:700}.button.app-shell__connect.app-shell__connect--linked{color:var(--text-secondary);background:linear-gradient(#230606eb,#0a0505eb);border:1px solid #ef2020eb}.button.app-shell__connect.app-shell__connect--linked:hover:not(:disabled),.button.app-shell__connect.app-shell__connect--linked:focus-visible:not(:disabled){color:var(--text-primary);background:#ef20201f;outline:none}.button.app-shell__connect.app-shell__connect--linked:focus{color:var(--text-secondary);background:linear-gradient(#230606eb,#0a0505eb);border-color:#ef2020eb;outline:none}.button.app-shell__connect.app-shell__connect--linked:focus:hover:not(:disabled),.button.app-shell__connect.app-shell__connect--linked:focus:focus-visible:not(:disabled){color:var(--text-primary);background:#ef20201f}.app-shell__connect-address{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:9rem;color:inherit;font-weight:650;overflow:hidden}.button--secondary{color:var(--text-primary);background:0 0;border-color:#ffffff1f}.button--secondary:hover:not(:disabled),.button--secondary:focus-visible:not(:disabled){background:#ffffff0a;border-color:#ffffff3d}.button--ghost{color:var(--text-primary);background:0 0;border-color:#ef202047}.button--ghost:hover:not(:disabled),.button--ghost:focus-visible:not(:disabled){background:#ef202014;border-color:#ef20207a}.button--full{width:100%}.pool-card{border:1px solid var(--border-strong);background:radial-gradient(circle at 100% 0,#ef20201f,#0000 38%),linear-gradient(#160808f5,#0a0a0afa);border-radius:1.25rem;gap:1.05rem;padding:1.35rem;transition:border-color .14s,background .14s;display:grid}.pool-card:hover{border-color:#ef20207a}.pool-card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.pool-card__title{margin:0;font-size:1.35rem}.ruby-pool-name{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;font-variant-numeric:tabular-nums;color:var(--text-primary);font-weight:700}.pool-card__title.ruby-pool-name{font-size:1.12rem;line-height:1.25}.surface-card--hero .ruby-pool-name{margin:0;font-size:clamp(1.2rem,2.8vw,1.65rem);line-height:1.2}.section-heading .ruby-pool-name{font-size:1.15rem;line-height:1.25}.pool-card__title-row{align-items:center;gap:.55rem;display:flex}.strategy-badge{color:#fca5a5;letter-spacing:.08em;text-transform:uppercase;background:#ef202026;border:1px solid #ef20204d;border-radius:999px;align-items:center;padding:.18rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.character-tag{color:#fca5a5;background:#ef202024;border:1px solid #ef202047;border-radius:999px;align-items:center;padding:.22rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.pool-card__tagline{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.4}.pool-card__members{color:var(--text-secondary);align-items:center;gap:.4rem;display:inline-flex}.pool-card__members-glyph{width:1.15rem;height:1.15rem}.pool-card__members strong{color:var(--text-primary);font-size:1rem;font-weight:700}.pool-card__stats{gap:.55rem;display:grid}.pool-card__hero-metrics{gap:.35rem;margin-top:.25rem;display:grid}.pool-card__hero-row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.pool-card__efficiency-value{color:var(--text-primary);font-size:1.8rem;font-weight:700}.pool-card__sparkline{width:100%;height:3.25rem;color:var(--brand-red);margin-top:.2rem}.sparkline{width:100%;height:100%;display:block}.sparkline__line{stroke:currentColor}.sparkline__fill{fill:#ef20201f;stroke:none}.pool-card__metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.pool-card__metric{background:#0000004d;border:1px solid #ef20202e;border-radius:.85rem;gap:.2rem;padding:.7rem .9rem;display:grid}.pool-card__metric-value{color:var(--text-primary);font-size:1.2rem;font-weight:700}.pool-card__actions{align-items:stretch;gap:.6rem;display:flex}.pool-card__join{flex:1;width:auto;min-width:0}.pool-card__details{color:var(--text-primary);white-space:nowrap;background:#00000061;border-color:#ffffff1f;padding:.75rem 1rem;text-decoration:none}.pool-card__membership{min-width:0;color:var(--text-primary);cursor:pointer;font:inherit;text-align:left;background:#ef202014;border:1px solid #ef202066;border-radius:.95rem;flex:1;justify-content:space-between;align-items:center;gap:.8rem;padding:.65rem .95rem;transition:background .14s,border-color .14s;display:flex}.pool-card__membership:hover:not(:disabled),.pool-card__membership:focus-visible:not(:disabled){background:#ef202024;border-color:#ef202099}.pool-card__membership-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem}.pool-card__membership-value{font-size:1.05rem;font-weight:700}.pool-card__membership-arrow{color:var(--brand-red);font-size:1.1rem}.deposit-modal__tabs{background:#0000004d;border:1px solid #ffffff0f;border-radius:.8rem;margin-bottom:1rem;padding:.25rem;display:inline-flex}.deposit-modal__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.6rem;padding:.45rem 1rem;font-weight:600;transition:background .14s,color .14s,border-color .14s}.deposit-modal__tab:hover:not(:disabled){color:var(--text-primary)}.deposit-modal__tab--active.deposit-modal__tab--deposit{color:#bbf7d0;background:#22c55e2e;border-color:#22c55e73}.deposit-modal__tab--active.deposit-modal__tab--withdraw{color:#fca5a5;background:#ef20202e;border-color:#ef202073}.deposit-modal__form{gap:.75rem;display:grid}.deposit-modal__label{color:var(--text-secondary);gap:.45rem;font-size:.85rem;display:grid}.deposit-modal__input-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:.6rem;display:grid}.deposit-modal__submit--deposit{background:#22c55e}.deposit-modal__submit--deposit:hover:not(:disabled),.deposit-modal__submit--deposit:focus-visible:not(:disabled){background:#16a34a}.deposit-modal__submit--withdraw{background:var(--accent-red)}.deposit-modal__errors{color:var(--danger);margin:0;padding-left:1rem;font-size:.85rem}.deposit-modal__success{color:var(--success);margin:0;font-size:.9rem}.deposit-modal__notice{color:var(--text-secondary);margin:0 0 .75rem;font-size:.9rem}.pool-card__last-win{text-align:center;color:var(--text-tertiary);letter-spacing:.02em;margin:0;font-size:.82rem}.pool-card__stat-row{background:#00000047;border:1px solid #ef20202e;border-radius:.9rem;grid-template-columns:auto 1fr;align-items:center;gap:.85rem;padding:.6rem .8rem;display:grid}.pool-card__stat-icon{color:#fca5a5;background:#ef202024;border-radius:.6rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.pool-card__stat-icon-glyph{width:1.1rem;height:1.1rem}.pool-card__stat-body{flex-direction:column;gap:.1rem;display:flex}.pool-card__stat-label{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:600}.pool-card__stat-value{color:var(--text-primary);font-size:1.35rem;font-weight:700}.pool-card__join{width:100%}.stats-grid{gap:.8rem;display:grid}.stat-card{gap:.3rem;display:grid}.stat-card strong,.detail-hero__meta strong{font-size:1.55rem}.detail-list{gap:.55rem;display:grid}.detail-hero__badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.detail-hero__address{word-break:break-all;font-family:monospace;font-size:.88rem}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1rem;display:grid}.detail-item{gap:.25rem;display:grid}.detail-item__address{word-break:break-all;font-family:monospace;font-size:.85rem}.detail-flags{flex-wrap:wrap;gap:.5rem;display:flex}.member-list,.position-card__sync{gap:.75rem;display:grid}.member-card{background:#00000038;border:1px solid #ffffff0f;border-radius:1.1rem;gap:.85rem;padding:1rem;display:grid}.pool-management__actions{grid-template-columns:repeat(auto-fit,minmax(12rem,max-content))}.pool-management__editor,.pool-management__feedback{gap:1rem}.pool-management__editor{border-top:1px solid #ffffff0f;padding-top:.25rem;display:grid}.status-chip--warn{color:#fcd34d;background:#fbbf241a;border-color:#fbbf244d}.status-chip--muted{color:#e2e8f0cc;background:#94a3b81a;border-color:#94a3b84d;font-style:italic}.state-card{align-items:start}.state-card--loading{flex-direction:row;justify-self:center;align-items:center;gap:.75rem;width:max-content;max-width:100%;margin:0 auto;padding:.6rem 1rem;display:inline-flex}.state-card__message{color:var(--text-secondary)}.spinner{justify-content:center;align-items:center;line-height:0;display:inline-flex}.spinner__wheel{border:2px solid #ef20202e;border-top-color:var(--brand-red);border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite spinner-rotate;display:inline-block}.spinner--sm .spinner__wheel{border-width:2px;width:.875rem;height:.875rem}.spinner--lg .spinner__wheel{border-width:3px;width:2rem;height:2rem}.spinner__label-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner__wheel{animation-duration:2.4s}}.modal-root{z-index:40;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000b8;position:absolute;inset:0}.modal-frame{z-index:1;width:min(100%,34rem);position:relative}.modal__surface{background:linear-gradient(135deg,#ef20201f,#0000 45%),#101010f5;gap:1.25rem;max-height:calc(100vh - 2rem);position:relative;overflow-y:auto}.modal__surface:focus{outline:1px solid #ef20205c}.modal__header,.modal__heading,.modal__body{gap:.75rem;display:grid}.modal__header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.modal__heading h2,.modal__heading p{margin:0}.modal__heading h2{font-size:1.45rem}.modal__description{color:var(--text-secondary)}.modal__footer{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.modal__close{width:2.5rem;height:2.5rem;color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:.95rem;justify-content:center;align-items:center;transition:border-color .14s,color .14s,background .14s;display:inline-flex}.modal__close:hover,.modal__close:focus-visible{color:var(--text-primary);background:#ef20201f;border-color:#ef202061}.toast-region{z-index:20;gap:.75rem;width:min(24rem,100vw - 2rem);display:grid;position:fixed;bottom:1rem;right:1rem}.toast{box-shadow:var(--shadow);background:#0a0a0aeb;border:1px solid #ffffff14;border-radius:1.1rem;grid-template-columns:1fr auto;align-items:start;gap:.75rem;padding:.95rem 1rem;display:grid}.toast--success{border-color:#22c55e38}.toast--error{border-color:#f871714d}.toast__tone{color:var(--brand-red);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700}.toast__body p{margin:0}.toast__dismiss{min-height:auto;color:var(--text-secondary);cursor:pointer;background:0 0;padding:0}@media (width>=900px){.app-shell__header{padding:1rem 1.5rem .85rem}.app-shell__topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center}.page-shell__controls,.page-shell__grid,.page-shell__form,.stats-grid,.hero-actions,.page-shell__grid--cards,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shell__grid--cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.page-shell__form{align-items:start}.hero-actions{place-content:center end}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.button-row{grid-template-columns:repeat(2,minmax(0,max-content))}.modal-root{padding:1.5rem}.modal-frame{width:min(100%,36rem)}}
