
*{box-sizing:border-box}
html,body{margin:0;background:#030407!important;color:#f6f7f9}
html body header.top,html body>footer{display:none!important}
html body main.wrap{width:100vw!important;max-width:none!important;margin:0!important;padding:0!important}
body{font-family:Inter,Arial,sans-serif}
.v31-stream-page{min-height:100vh;background:radial-gradient(circle at 50% -10%,#3a0018,#0b0710 35%,#030407 76%)}
.v31-stream-page>header{
  width:min(calc(100% - 36px),1700px);margin:0 auto;padding:22px 0;
  display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:20px
}
.v31-stream-page>header img{width:150px;filter:drop-shadow(0 0 18px #ff0a6860)}
.v31-stream-page>header>div{text-align:center}
.v31-stream-page>header span{color:#ff5a9f;letter-spacing:2px;font-size:11px;font-weight:900}
.v31-stream-page>header h1{margin:5px 0}
.v31-stream-page>header>a:last-child{
  padding:10px 13px;border:1px solid #ff0a6840;border-radius:8px;color:#ff7caf;text-decoration:none
}
.v31-stream-page main{width:min(calc(100% - 36px),1700px);margin:0 auto;padding:35px 0 70px}
.v31-active-build{display:grid;grid-template-columns:420px 1fr;gap:18px}
.v31-active-copy{
  padding:28px;border:1px solid #ff0a6840;border-radius:16px;
  background:radial-gradient(circle at 80% 0,#ff0a6818,transparent 32%),linear-gradient(145deg,#11131a,#07080c)
}
.v31-active-copy>span{color:#ff5a9f;letter-spacing:1.7px;font-size:11px;font-weight:900}
.v31-active-copy h2{margin:8px 0;font-size:50px}
.v31-active-copy p{color:#a3a9b2;font-size:18px;line-height:1.5}
.v31-active-facts{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}
.v31-active-facts b{padding:8px 10px;border:1px solid #ffffff14;border-radius:999px;background:#080a0f;color:#d1d5dc;font-size:11px}
.v31-active-copy>a{display:inline-block;margin-top:12px;color:#ff75aa;text-decoration:none;font-weight:900}
.v31-stream-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}
.v31-stream-items article{
  min-height:230px;padding:8px;border:1px solid #ffffff14;border-radius:12px;background:linear-gradient(145deg,#101219,#07080c)
}
.v31-stream-items img{width:100%;height:175px;object-fit:cover;object-position:top;border-radius:8px}
.v31-stream-items small{display:block;margin:8px 4px 0;color:#ff5a9f}
.v31-stream-items strong{display:block;margin:4px}
.v31-stream-empty{text-align:center;padding:100px}
.v31-stream-empty a{color:#ff5a9f}
@media(max-width:900px){
  .v31-active-build{grid-template-columns:1fr}
}
@media(max-width:600px){
  .v31-stream-page>header{grid-template-columns:1fr;text-align:center}
  .v31-stream-page>header>*{justify-self:center}
}
