.home-market-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:12px;flex:1;min-height:0;min-width:0;}
.home-trending-panel{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden;border:1px solid var(--site-line);border-radius:10px;background:rgba(19,18,24,.25);color:var(--site-text);}
.home-trending-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 12px 10px;}
.home-trending-heading>a{font-size:13px;font-weight:600;color:var(--site-text);text-decoration:none;}
.home-trending-heading>a span{font-size:12px;color:var(--site-muted);margin-left:3px;}
.home-trending-heading>a:hover{color:#c8c7ff;}
.home-trending-heading>span{font-size:10px;color:var(--site-muted);white-space:nowrap;}
.home-trending-heading [data-transport="websocket"]::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;background:#00cf59;margin-right:5px;vertical-align:middle;}
.home-trending-heading #trending-transport{display:none;}
.home-trending-panel .trending-toolbar[hidden]{display:none;}
.trending-filter-menu{margin-left:auto;}
.trending-filter-trigger{display:flex;align-items:center;gap:4px;border:0;padding:0;background:none;color:#a29caa;font-family:inherit;font-size:12px;line-height:1.4;cursor:pointer;}
.trending-filter-trigger svg{width:12px;height:12px;}
.trending-filter-trigger:hover,.trending-filter-trigger[aria-expanded=true]{color:#f1edf7;}
.trending-filter-options{position:fixed;inset:auto;margin:0;box-sizing:border-box;width:196px;max-height:calc(100dvh - 24px);overflow:auto;overscroll-behavior:contain;padding:0 5px 5px;border:1px solid #302c38;border-radius:13px;background:#121017;color:#efedf5;box-shadow:0 12px 30px #0007;font:12px/1.4 Inter,system-ui,sans-serif;}
.trending-filter-options[hidden]{display:none!important;}
.trending-filter-options label{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 7px;cursor:pointer;border-radius:5px;}
.trending-filter-options label:hover{background:#1d1928;}
.trending-filter-options input{appearance:auto;accent-color:#5964ff;width:15px;height:15px;margin:0;cursor:pointer;}
.trending-filter-options .trending-filter-all{display:block;width:100%;height:40px;padding:0 7px;margin:0 0 4px;border:0;border-bottom:1px solid #302c38;border-radius:0;background:none;color:#6674ff;text-align:left;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;}
.trending-filter-menu :is(button,input):focus-visible{outline:2px solid #6674ff;outline-offset:3px;}
.home-trending-panel .trending-toolbar{padding:0 10px;gap:6px;}
.home-trending-panel .trending-toolbar input,.home-trending-panel .trending-toolbar select{padding:7px;font-size:11px;min-width:0;}
.home-trending-panel .trending-toolbar input{width:0;}
.home-trending-panel .trending-toolbar select{width:104px;}
.home-trending-panel #trending-status{padding:0 12px;margin:5px 0;font-size:9px;}
.home-trending-panel #trending-list{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#363541 transparent;padding:0 6px 6px;border-top:1px solid var(--site-line);}
.home-trending-panel .trending-row{grid-template-columns:34px minmax(0,1fr) max-content;gap:8px;min-height:57px;padding:8px 5px;}
.home-trending-panel .trending-avatar,.home-trending-panel .trending-avatar>img{width:34px;height:34px;}
.home-trending-panel .trending-name>strong,.home-trending-panel .trending-result>strong{font-size:12px;}
.home-trending-panel .trending-price,.home-trending-panel .trending-change,.home-trending-panel .trending-result>strong small{font-size:10px;}
.home-trending-panel .trending-skeleton{height:57px;gap:8px;}
.home-trending-panel .trending-skeleton .skeleton-line{width:70px;}
.home-trending-panel .trending-skeleton .skeleton-line:first-child{width:34px;height:34px;}
.home-trending-panel .trending-skeleton .skeleton-line:last-child{width:70px;}
.home-trending-panel .trending-empty{margin:8px 0;padding:20px 10px;}
.home-market-grid>.activity-workspace{min-width:0;min-height:0;}
@media(min-width:901px){body.fomo-home-page .home-market-grid>.activity-workspace{display:flex;flex-direction:column;}}
@media(min-width:901px) and (max-width:1100px){.home-market-grid{grid-template-columns:276px minmax(0,1fr);gap:10px;}}
@media(max-width:900px){.home-market-grid{grid-template-columns:minmax(0,1fr);gap:12px;}.home-trending-panel{height:340px;}.home-trending-panel .trending-row{min-height:54px;}}
@media(min-width:1101px){.home-market-grid{grid-template-columns:minmax(260px,.8fr) minmax(340px,1.2fr) minmax(280px,1fr);}}
@media(min-width:901px) and (max-width:1100px){.home-market-grid{grid-template-columns:240px minmax(280px,1fr) 260px;gap:10px;}}

/* The auction sits above three live panels with matching top and bottom edges. */
@media(min-width:901px){
 body.fomo-home-page .site-page-content .discovery-feed{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(290px,1.2fr) minmax(260px,1fr);grid-template-rows:auto minmax(0,1fr);gap:12px;}
 body.fomo-home-page .home-market-grid{display:contents;}
 .home-promotions{grid-column:1/4;grid-row:1;}
 .home-trending-panel{grid-column:1;grid-row:2;}
 .home-market-grid>.activity-workspace{grid-column:2;grid-row:2;}
 .home-market-grid>.home-leaderboard{grid-column:3;grid-row:2;}
}
@media(min-width:901px) and (max-width:1100px){body.fomo-home-page .site-page-content .discovery-feed{grid-template-columns:240px minmax(0,1fr) 250px;gap:10px;}}
.home-trending-panel .trending-toolbar{justify-content:flex-end;margin-bottom:8px;}
@media(min-width:901px) and (max-height:850px){
 body.fomo-home-page .home-bid-heading{padding:3px 0 8px;}
 body.fomo-home-page .home-bid-heading h2,body.fomo-home-page .home-bid-stepper label{font-size:24px;}
 body.fomo-home-page .home-auction-rows{gap:14px;padding-top:8px;}
 body.fomo-home-page .home-auction-row{min-height:64px;padding:7px 12px;}
 body.fomo-home-page .home-auction-row>img{width:36px;height:36px;}
 body.fomo-home-page .home-auction-row.auction-skeleton{height:64px;}
}
