.home-promotions{flex:none;min-width:0;margin:0;}
.home-bid-form{margin:0 0 10px;}
.home-bid-heading{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 0 15px;}
.home-bid-heading h2{font-size:28px;letter-spacing:-1px;font-weight:650;line-height:1.15;margin:0;color:#f3f1f8;}
.home-bid-stepper{display:flex;align-items:center;gap:7px;}
.home-bid-stepper>button{width:22px;height:22px;padding:0;border:0;border-radius:50%;background:#202037;color:#9d99ff;font-size:16px;cursor:pointer;}
.home-bid-stepper label{display:flex;align-items:center;color:#9d99ff;font-size:28px;font-weight:650;letter-spacing:-1px;}
.home-bid-stepper input{width:4.6ch;padding:0;border:0;border-radius:0;background:transparent;font:inherit;color:inherit;appearance:textfield;caret-color:#b6b2ff;outline:none;box-shadow:none;}
.home-promotions .home-bid-stepper input:focus{outline:none;box-shadow:none;background:transparent;}
.home-bid-stepper label:focus-within{box-shadow:0 1px 0 #9d99ff;}
.home-bid-stepper input::selection{background:#9d99ff30;color:#eeecff;}
@supports(field-sizing:content){.home-bid-stepper input{field-sizing:content;width:auto;min-width:2ch;max-width:7ch;}}
.home-bid-stepper input::-webkit-inner-spin-button,.home-bid-stepper input::-webkit-outer-spin-button{appearance:none;margin:0;}
.home-bid-fields{display:grid;grid-template-columns:minmax(0,1fr) 145px 110px;gap:9px;}
.home-bid-fields>input,.home-bid-fields>select{box-sizing:border-box;min-width:0;height:36px;padding:0 13px;border:1px solid #292735;border-radius:20px;background:#0e0c16;color:#dfdce8;font-size:12px;}
.home-bid-fields>input::placeholder{color:#8e889b;}
.home-bid-fields .home-bid-submit{height:36px;border:0;border-radius:20px;background:#5657ef;color:white;font-size:12px;font-weight:600;padding:0 15px;cursor:pointer;}
.home-bid-hint{margin:7px 0 0;text-align:center;font-size:10px;line-height:14px;color:#8c879b;}
.home-auction-rows{display:flex;flex-direction:column;gap:7px;}
.home-auction-row{display:grid;grid-template-columns:24px 44px minmax(0,1fr) max-content;gap:12px;align-items:center;min-height:73px;padding:10px 14px;box-sizing:border-box;background:#14121d;border-radius:16px;border:0;}
.home-auction-row:first-child{background:#211d33;}.home-auction-row:nth-child(2){background:#191622;}
.home-auction-rank{font-size:13px;color:#aaa3fa;font-weight:650;}
.home-auction-row>img{width:44px;height:44px;border-radius:13px;object-fit:cover;background:#282331;}
.home-auction-copy{min-width:0;}
.home-auction-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:650;color:#f3f0f7;text-decoration:none;line-height:18px;}
.home-auction-copy p{font-size:11px;line-height:16px;color:#a19aaf;margin:1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.home-auction-meta{display:flex;gap:0;align-items:center;color:#81798e;font-size:9px;line-height:14px;white-space:nowrap;overflow:hidden;}
.home-auction-meta>span+span:before{content:'·';margin:0 6px;}
.home-auction-bid{display:flex;flex-direction:column;align-items:flex-end;gap:2px;}
.home-auction-bid>strong{font-size:14px;font-weight:600;color:#aaa3fa;font-variant-numeric:tabular-nums;line-height:17px;}
.home-auction-bid>small{font-size:9px;color:#8d849c;}
.home-auction-bid>button{padding:0;border:0;background:none;color:#b6aed1;font-size:10px;line-height:16px;cursor:pointer;}
.home-auction-foot{display:flex;justify-content:space-between;gap:8px;font-size:9px;line-height:14px;color:#827b91;margin-top:7px;}
.home-auction-foot a{color:#a69cba;text-decoration:none;}
.home-promotions a:hover,.home-auction-bid>button:hover{color:white;}
.home-promotions button:disabled{opacity:.4;cursor:default;}
.home-promotions :is(a,button,input,select):focus-visible{outline:2px solid #8e88ff;outline-offset:3px;}
.home-auction-row.auction-skeleton{display:block;height:73px;overflow:hidden;}
@container site-content (max-width:650px){
 .home-bid-heading h2,.home-bid-stepper label{font-size:25px;}.home-bid-heading{padding:10px 0 13px;}
 .home-bid-fields{grid-template-columns:minmax(0,1fr) 110px 95px;gap:6px;}.home-bid-fields>input,.home-bid-fields>select{padding:0 9px;font-size:11px;}
 .home-bid-fields .home-bid-submit{font-size:11px;padding:0 9px;}
 .home-auction-row{grid-template-columns:20px 38px minmax(0,1fr) max-content;gap:8px;padding:9px 11px;}.home-auction-row>img{width:38px;height:38px;border-radius:11px;}
}
@media(max-width:600px){
 .home-promotions{margin-bottom:12px;}.home-bid-heading{padding:12px 0 16px;gap:7px;}
 .home-bid-heading h2,.home-bid-stepper label{font-size:25px;}.home-bid-stepper{gap:5px;}
 .home-bid-fields{grid-template-columns:minmax(0,1fr) 108px;}.home-bid-fields>input{grid-column:1/-1;}.home-bid-fields>select{grid-column:1;}
 .home-bid-fields>input,.home-bid-fields>select,.home-bid-fields .home-bid-submit{height:38px;}
 .home-auction-row{grid-template-columns:18px 34px minmax(0,1fr) max-content;gap:7px;padding:11px 9px;min-height:80px;border-radius:14px;}.home-auction-row>img{width:34px;height:34px;border-radius:10px;}
 .home-auction-copy p{font-size:10px;}.home-auction-name{font-size:12px;}.home-auction-bid>strong{font-size:12px;}.home-auction-meta{font-size:8px;}.home-auction-meta>span:last-child{display:none;}
}
