:root { --site-bg:#060510; --site-panel:#12111a; --site-line:#292733; --site-muted:#a19eae; --site-text:#f4f2f8; --site-accent:#6677ff; }
html, body { margin:0; padding:0; min-height:100%; }
.trader-highlights .highlight-card {display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:18px;}
.trader-highlights .highlight-rank {position:static;transform:none;grid-column:1/-1;justify-self:start;padding:2px 7px;border:1px solid var(--site-line);color:var(--site-muted);font-size:11px;}
.trader-highlights .highlight-card > img {width:40px;height:40px;}
.trader-highlights .highlight-identity > a {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--site-text);font-size:15px;font-weight:600;text-decoration:none;}
.trader-highlights .highlight-result {grid-column:1/-1;text-align:left;padding:4px 0 12px;border-bottom:1px solid var(--site-line);}
.trader-highlights .highlight-result strong {display:block;margin-top:6px;font-size:clamp(17px,1.6vw,23px);letter-spacing:-.02em;}
.highlight-stats {grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;}
.highlight-stats dt {font-size:11px;color:var(--site-muted);}.highlight-stats dd{margin:6px 0 0;font-size:14px;font-variant-numeric:tabular-nums;}
.highlight-detail {grid-column:1/-1;font-size:11px;color:var(--site-muted);margin:0;line-height:1.5;min-height:33px;}
.highlight-links {grid-column:1/-1;display:flex;align-items:center;gap:12px;border-top:1px solid var(--site-line);padding-top:8px;}
.highlight-links a {display:flex;min-height:36px;align-items:center;justify-content:center;color:var(--site-text);font-size:12px;text-decoration:none;}
.highlight-links a:first-child {margin-right:auto;color:#aab2ff;}
.highlight-links a:focus-visible,.highlight-identity a:focus-visible{outline:2px solid var(--site-accent);outline-offset:3px;}
.trader-highlights .highlight-links img {width:42px;height:18px;border-radius:0;object-fit:contain;}
.fomo-home-page .discovery-layout {display:grid;grid-template-columns:180px minmax(0,1fr) 180px;gap:20px;align-items:start;}
.fomo-home-page .promotion-right .top-spots-row:first-child {display:none;}
@media(max-width:900px){.fomo-home-page .promotion-left{display:none;}.fomo-home-page .promotion-right .top-spots-row:first-child{display:flex;}}
.fomo-home-page .promotion-strip {border:1px solid var(--site-line);border-radius:8px;overflow:hidden;}
.fomo-home-page .promotion-strip .fomo-top-spots {display:block;background:var(--site-bg);}
.fomo-home-page .promotion-strip .top-spots-head {padding:16px;gap:12px;}
.fomo-home-page .promotion-strip .top-spots-list {display:block;}
.fomo-home-page .promotion-strip .top-spots-row {padding:18px 14px;border-left:0;border-top:1px solid var(--site-line);min-width:0;}
@media(max-width:900px){.fomo-home-page .discovery-layout{display:flex;flex-direction:column;gap:24px;}.fomo-home-page .discovery-feed{width:100%;}.fomo-home-page .promotion-strip{order:-1;width:100%;}.fomo-home-page .promotion-strip .fomo-top-spots{display:flex;}.fomo-home-page .promotion-strip .top-spots-list{display:flex;}.fomo-home-page .promotion-strip .top-spots-row{min-width:172px;border-top:0;border-left:1px solid var(--site-line);}}
.trader-highlights {width:100%;margin:0 auto 32px;color:var(--site-text);font:14px/1.4 Inter,system-ui,sans-serif;}
.highlights-controls {display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;}
.highlights-controls h2 {font-size:18px;font-weight:600;margin:0 auto 0 0;}
.highlights-controls select,.trenches-profile select {min-height:40px;border:1px solid var(--site-line);border-radius:6px;padding:8px 12px;background:var(--site-panel);color:var(--site-text);font:inherit;color-scheme:dark;}
.highlights-status {color:var(--site-muted);font-size:12px;text-align:center;margin:12px 0 24px;}
.highlights-cards {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;min-height:148px;}
.highlight-card {--rank-color:var(--site-accent);position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px 14px;padding:20px 18px;border:1px solid var(--site-line);border-radius:8px;background:var(--site-panel);color:var(--site-text);text-decoration:none;min-width:0;}
.highlight-rank {position:absolute;top:-15px;left:-8px;transform:rotate(-22deg);padding:3px 9px;background:var(--site-bg);border:1px solid var(--rank-color);border-radius:4px;color:var(--rank-color);font-size:12px;}
.highlight-card img {width:42px;height:42px;object-fit:cover;border-radius:50%;flex-shrink:0;}
.highlight-identity {min-width:0;flex:1;}.highlight-identity strong {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;}
.highlight-card small {display:block;font-size:12px;color:var(--site-muted);margin-top:4px;}
.highlight-result {grid-column:2;text-align:left;flex-shrink:0;font-variant-numeric:tabular-nums;}.highlight-result strong {font-size:18px;font-weight:600;}
.is-profit {color:var(--buy-color,#2bd96b);}.is-loss {color:var(--sell-color,#ff724f);}
.highlight-card:hover {border-color:var(--site-accent);}.highlight-card:focus-visible,.highlights-controls select:focus-visible {outline:2px solid var(--site-accent);outline-offset:4px;}
.trenches-profile {margin-top:32px;padding:24px 0;border-top:1px solid var(--site-line);color:var(--site-text);}
.trenches-profile h2 {font-size:20px;margin:0 0 16px;}.trenches-profile p,.trenches-profile dt {font-size:13px;color:var(--site-muted);}
.trenches-metrics {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0;}.trenches-metrics dd {margin:8px 0;font-variant-numeric:tabular-nums;}
.trenches-profile a {color:#aab2ff;}.trenches-profile details {margin-top:20px;}.trenches-profile summary {cursor:pointer;min-height:40px;}
.trenches-positions {max-height:320px;overflow:auto;}.trenches-positions > div {display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--site-line);}
.tracked-wallets {margin-top:20px;}.tracked-wallets summary{cursor:pointer;min-height:40px;color:#aab2ff;}.tracked-wallets input{box-sizing:border-box;width:100%;min-height:40px;padding:10px;background:var(--site-panel);color:var(--site-text);border:1px solid var(--site-line);border-radius:6px;}.tracked-wallet-list{max-height:360px;overflow:auto;margin-top:12px;}.tracked-wallet{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--site-line);color:var(--site-text);text-decoration:none;}.tracked-wallet[hidden]{display:none;}.tracked-wallet small{display:block;margin-top:4px;font-size:11px;color:var(--site-muted);}.tracked-wallet > span:last-child{text-align:right;}
@media(max-width:700px){.highlights-cards{grid-template-columns:1fr;min-height:280px;}.highlights-controls h2{width:100%;margin:0;text-align:center;}.highlights-controls{gap:8px;}.highlights-controls select{max-width:100%;font-size:12px;}.highlight-card{display:flex;gap:10px;padding:18px 12px;}.highlight-result{text-align:right;}.highlight-result strong{font-size:15px;}.highlight-identity strong{font-size:14px;}.highlight-card img{width:36px;height:36px;}.trenches-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}}
.home-feed-filters {display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:0 0 16px;font:13px/1.4 Inter,system-ui,sans-serif;}
.home-feed-filters label {display:grid;gap:6px;color:var(--site-muted);}
.home-feed-filters select,.home-feed-filters input,.home-feed-filters button {box-sizing:border-box;height:40px;padding:8px 12px;border:1px solid var(--site-line);border-radius:6px;background:var(--site-panel);color:var(--site-text);font:inherit;color-scheme:dark;}
.home-feed-filters input {flex:1;min-width:180px;}
.home-feed-filters input::placeholder {color:var(--site-muted);}
.home-feed-filters button {cursor:pointer;}
.home-feed-filters :is(input,select,button):focus-visible {outline:2px solid var(--site-accent);outline-offset:2px;}
.fomo-home-page .home_homeContainer__FSwUB > h1 {text-align:center!important;margin:16px 0 36px!important;}
.promotion-strip {margin:0!important;border-bottom:1px solid var(--site-line);background:var(--site-bg);}
.promotion-strip .fomo-top-spots {display:flex;align-items:center;width:100%;max-width:none;margin:0;padding:0;border:0!important;border-radius:0;}
.promotion-strip .top-spots-head {flex-shrink:0;display:grid;gap:4px;padding:12px 24px;border:0;}
.promotion-strip .top-spots-head h2 {font-size:13px;}
.promotion-strip .top-spots-head a {font-size:12px;color:#aab2ff;}
.promotion-strip .top-spots-list {display:flex;flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin;}
.promotion-strip .top-spots-row {display:flex;flex:1;gap:12px;align-items:center;min-width:180px;padding:12px 20px;border:0;border-left:1px solid var(--site-line);}
.promotion-strip .top-spots-logo {width:28px;height:28px;min-width:28px;}
.promotion-strip .top-spots-coin {gap:8px;}
.promotion-strip .top-spots-coin strong {font-size:13px;}
.promotion-strip .top-spots-coin small {font-size:11px;}
.promotion-strip .top-spots-buy[hidden] {display:none!important;}
.promotion-strip .top-spots-list-head,.promotion-strip .top-spots-bid,.promotion-strip .top-spots-row-action {display:none;}
@media(max-width:700px) {
  .promotion-strip .top-spots-head {padding:10px 12px;}
  .promotion-strip .top-spots-title-line {display:grid;gap:4px;}
  .promotion-strip .top-spots-row {padding:10px 12px;min-width:172px;}
  .home-feed-filters {gap:8px;}
  .home-feed-filters label {flex:1;min-width:0;}
  .home-feed-filters select {width:100%;}
  .home-feed-filters input {min-width:160px;}
}
.site-header,.site-header *,.about-page,.about-page * {box-sizing:border-box;}
.about-page .fomo-top-spots{width:100%;margin:0;}
body { background:var(--site-bg)!important; }
.site-header { width:100%; display:flex; align-items:center; gap:32px; min-height:72px; height:72px; margin:0; padding:12px 28px; background:var(--site-bg); border-bottom:1px solid var(--site-line); color:var(--site-text); font:14px/1.4 Inter,system-ui,sans-serif; }
.site-header > * { margin-block:0; }
.site-logo { flex-shrink:0; display:flex; align-items:center; margin:0; padding:0; }.site-logo img { display:block; width:76px;height:28px; }
.site-header nav { flex:0 0 auto; display:flex; gap:8px; align-items:center; margin:0; padding:0; }
.site-header nav a { display:block; margin:0; padding:10px 12px; color:var(--site-muted); text-decoration:none; border-radius:6px; white-space:nowrap; line-height:1.4; }
.site-header nav a:hover,.site-header nav a[aria-current] { color:var(--site-text);background:var(--site-panel); }
.site-open { margin-left:auto; padding:10px 14px; border:1px solid var(--site-line);border-radius:7px;white-space:nowrap;color:var(--site-text);text-decoration:none; }
.site-header a:focus-visible, .promote-toggle:focus-visible {outline:2px solid var(--site-accent);outline-offset:3px;}
.fomo-home-page .home_homeContainer__FSwUB { width:100%;max-width:1320px;margin:0 auto;padding:32px 28px 72px;display:block; }
.fomo-home-page .home_homeContainer__FSwUB > h1 { font-size:30px;line-height:1.2;text-align:left;margin:0 0 28px!important;letter-spacing:-.03em; }.fomo-home-page .home_homeContainer__FSwUB > h1 span{color:var(--site-muted);}
.discovery-layout {display:block;}
.fomo-home-page #fomo-hero-eye{margin-left:12px;vertical-align:middle;}
.discovery-feed{min-width:0;}.discovery-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px;}.discovery-heading h2{font-size:18px;font-weight:600;}.discovery-heading p{font-size:12px;color:var(--site-muted);margin-top:5px;}.discovery-heading a,.discovery-note a{color:#aab2ff;font-size:12px;text-decoration:none;}
.fomo-home-page .home_transactionsContainer__p8yzO {width:100%!important;max-width:none!important;margin:0!important;padding:8px 16px!important;box-sizing:border-box;border:1px solid var(--site-line)!important;border-radius:10px;max-height:560px!important;overflow:auto;}
.discovery-rail .fomo-top-spots{width:100%;margin:0;max-width:none;}.discovery-rail .top-spots-head{padding:18px;}.discovery-rail .top-spots-head p{font-size:12px;}.discovery-rail .top-spots-list-head{display:none;}.discovery-rail .top-spots-row{grid-template-columns:24px minmax(0,1fr);padding:14px;}.discovery-rail .top-spots-bid,.discovery-rail .top-spots-row-action{display:none;}.discovery-rail .top-spots-buy{grid-template-columns:1fr;}.discovery-rail .top-spots-buy[hidden]{display:none;}.discovery-rail .top-spots-buy__prompt{display:none;}.discovery-rail .top-spots-ranks,.discovery-rail #spot-claim-form{border-left:0;}.discovery-rail .top-spots-input-row{grid-template-columns:1fr;}.discovery-rail .top-spots-list{max-height:none;}
.promote-toggle{width:calc(100% - 28px);margin:4px 14px 14px;height:40px;border:1px solid #4d567d;background:#1b1c31;color:#c5cbff;border-radius:7px;font:600 12px Inter,system-ui,sans-serif;cursor:pointer;}.discovery-note{padding:24px 8px;}.discovery-note h3{font-size:14px;font-weight:600;}.discovery-note p{font-size:12px;line-height:1.6;color:var(--site-muted);margin:8px 0 12px;}
.about-page{color:var(--site-text);font:16px/1.7 Inter,system-ui,sans-serif;max-width:1000px;margin:0 auto;padding:64px 28px 100px;}.about-page h1{font-size:clamp(32px,5vw,52px);line-height:1.1;letter-spacing:-.035em;max-width:680px;margin:0 0 24px;}.about-page .intro{font-size:19px;color:#bdb9ca;max-width:65ch;}.about-page section{margin-top:52px;border-top:1px solid var(--site-line);padding-top:28px;}.about-page h2{font-size:24px;line-height:1.3;margin-bottom:16px;}.about-page p{max-width:70ch;color:#bdb9ca;}.about-page ol{padding-left:24px;}.about-page li{padding:10px 0 10px 12px;color:#bdb9ca;}.about-page strong{color:var(--site-text);}.about-page a{color:#aab2ff;}.about-actions{display:flex;gap:24px;margin-top:28px;}.about-status{font-size:14px;border:1px solid var(--site-line);padding:16px 20px;border-radius:10px;margin-top:24px;}
@media(max-width:900px){.discovery-layout{grid-template-columns:minmax(0,1fr) 290px;gap:18px;}.site-header{gap:16px;padding:12px 18px;}.site-header nav{gap:0;}.site-header nav a{padding:10px 8px;}}
@media(max-width:700px){.site-header{height:auto;min-height:104px;flex-wrap:wrap;gap:12px;padding:14px 16px 0;}.site-header nav{order:3;width:100%;overflow:auto;padding-bottom:8px;justify-content:space-between;}.site-header nav a{font-size:12px;padding:10px 8px;}.site-open{padding:7px 10px;font-size:12px;}.discovery-layout{grid-template-columns:1fr;}.fomo-home-page .home_homeContainer__FSwUB{padding:24px 14px 60px;}.fomo-home-page .home_homeContainer__FSwUB > h1{font-size:26px;}.fomo-home-page .home_transactionsContainer__p8yzO{max-height:440px;padding:6px 10px!important;}.discovery-rail{margin-top:8px;}.about-page{padding:36px 20px 80px;}.about-page .intro{font-size:17px;}}
