.dsidebar{background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);height:100%;display:flex;flex-direction:column;overflow:hidden;transition:border-color .3s ease-out,box-shadow .3s ease-out}.dsidebar:hover{border-color:rgba(255,107,0,.28);box-shadow:var(--shadow-2),0 0 30px rgba(255,107,0,.07)}.dsidebar-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border)}.dsidebar-head h3{font-family:var(--font-body);font-size:17px;font-weight:700;color:var(--text)}.dsidebar-viewall{font-size:12px;font-weight:600;color:var(--accent);transition:color .2s}.dsidebar-viewall:hover{color:var(--accent-hover)}.dsidebar-list{display:flex;flex-direction:column;flex:1 1}.dsidebar-item{position:relative;display:flex;align-items:center;gap:14px;padding:16px 22px 16px 19px;border-bottom:1px solid var(--border);border-left:3px solid transparent;transition:background .25s ease-out,border-color .25s ease-out}.dsidebar-item:last-child{border-bottom:none}.dsidebar-item:hover{background:linear-gradient(90deg,rgba(255,107,0,.07),transparent 70%);border-left-color:var(--accent)}.dsidebar-img{position:relative;width:64px;height:64px;flex-shrink:0;border-radius:12px;overflow:hidden;background:var(--bg3);box-shadow:0 0 0 1px var(--border) inset;transition:box-shadow .25s ease-out}.dsidebar-img img{object-fit:cover;transition:transform .4s ease-out}.dsidebar-item:hover .dsidebar-img{box-shadow:inset 0 0 0 2px rgba(255,107,0,.5),0 0 16px rgba(255,107,0,.25)}.dsidebar-item:hover .dsidebar-img img{transform:scale(1.08)}.dsidebar-badge{position:absolute;top:4px;left:4px;background:linear-gradient(135deg,var(--accent),var(--accent-hover));color:#fff;font-family:var(--font-mono);font-size:9px;font-weight:700;padding:2px 5px;border-radius:5px;box-shadow:0 2px 8px rgba(255,107,0,.4)}.dsidebar-body{display:flex;flex-direction:column;gap:3px;min-width:0}.dsidebar-body strong{font-size:13.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dsidebar-price{display:flex;align-items:baseline;gap:7px}.dsidebar-new{font-family:var(--font-mono);font-size:14px;font-weight:700;color:var(--accent)}.dsidebar-old{font-size:11.5px;color:var(--text3);text-decoration:line-through}.dsidebar-store{font-family:var(--font-mono);font-size:10.5px;font-weight:700;color:var(--sc,var(--text3))}.hhero-banner{position:relative;display:flex;align-items:flex-end;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border);height:100%}.hhero-bg{position:absolute;inset:0;z-index:0}.hhero-bg img{object-fit:cover}.hhero-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.96),rgba(8,8,8,.8) 30%,rgba(8,8,8,.3) 62%,transparent),linear-gradient(0deg,rgba(8,8,8,.92),transparent 58%)}.hhero-inner{position:relative;z-index:1;padding:56px;max-width:620px}.hhero-badge{display:inline-flex;align-items:center;padding:7px 16px;border-radius:999px;background:rgba(255,107,0,.15);border:1px solid rgba(255,107,0,.4);color:var(--accent);font-size:13px;font-weight:700;margin-bottom:22px}.hhero-title{font-family:var(--font-body);font-size:64px;font-weight:800;line-height:1.04;letter-spacing:-1.5px;color:var(--text);margin-bottom:16px}.hhero-sub{font-size:15px;line-height:1.7;color:var(--text2);max-width:460px;margin-bottom:30px}.hhero-actions{display:flex;gap:14px;flex-wrap:wrap}.hhero-btn{padding:15px 28px;font-size:14px;font-weight:700}.btn-dark{background:rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text);border:1px solid var(--border2)}.btn-dark:hover{border-color:var(--accent);color:var(--accent);background:rgba(255,107,0,.08)}.hhero-dots{position:absolute;z-index:1;bottom:28px;right:40px;display:flex;gap:8px}.hhero-dots button{width:30px;height:4px;border-radius:2px;background:rgba(255,255,255,.25);transition:background .25s ease-out,width .25s ease-out}.hhero-dots button:hover{background:rgba(255,255,255,.55)}.hhero-dots button.active{background:var(--accent);width:46px}@media (max-width:1100px){.hhero-banner{height:480px}.hhero-title{font-size:44px}}@media (max-width:560px){.hhero-inner{padding:32px 24px;max-width:100%}.hhero-banner{height:420px}.hhero-title{font-size:32px}.hhero-sub{font-size:14px}.hhero-actions{flex-direction:column}.hhero-btn{width:100%;justify-content:center}.hhero-dots{right:24px;bottom:20px}}.lrc-wrap{height:100%;display:flex;flex-direction:column}.lrc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.lrc-head h2{font-family:var(--font-body);font-size:22px;font-weight:800;color:var(--text)}.lrc-viewall{font-size:12px;font-weight:600;color:var(--accent);transition:color .2s}.lrc-viewall:hover{color:var(--accent-hover)}.lrc-card-outer{position:relative;flex:1 1}.lrc-card{display:flex;flex-direction:column;height:100%;background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-1);transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out}.lrc-card:hover{transform:translateY(-4px) scale(1.01);border-color:rgba(255,107,0,.5);box-shadow:0 16px 40px rgba(0,0,0,.35),0 0 32px rgba(255,107,0,.12)}.lrc-img{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--bg3)}.lrc-img img{object-fit:cover;transition:transform .4s ease-out}.lrc-card:hover .lrc-img img{transform:scale(1.05)}.lrc-score{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(8,8,8,.75);border:2px solid var(--green);font-family:var(--font-mono);font-size:15px;font-weight:700;color:var(--green)}.lrc-score.good{border-color:var(--accent2);color:var(--accent2)}.lrc-score.ok{border-color:var(--red);color:var(--red)}.lrc-body{padding:16px 18px 18px;flex:1 1}.lrc-cat{font-family:var(--font-mono);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--accent)}.lrc-body h3{font-family:var(--font-body);font-size:18px;font-weight:700;color:var(--text);margin:7px 0 6px}.lrc-body p{font-size:13px;color:var(--text2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lrc-nav{position:absolute;top:40%;transform:translateY(-50%);z-index:2;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:rgba(9,9,9,.6);color:#fff;cursor:pointer;opacity:.85;transition:opacity .15s,background .15s}.lrc-nav:hover{opacity:1;background:rgba(9,9,9,.85)}.lrc-nav-prev{left:10px}.lrc-nav-next{right:10px}.lrc-dots{gap:4px;margin-top:12px}.lrc-dots,.lrc-dots button{display:flex;justify-content:center;align-items:center}.lrc-dots button{width:16px;height:16px;padding:0;border:none;background:none;cursor:pointer}.lrc-dots button:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--border2);transition:background .15s}.lrc-dots button.active:after{background:var(--accent)}.lrc-dots button:hover:after{background:var(--text3)}.tpanel{background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);height:100%;display:flex;flex-direction:column;overflow:hidden;transition:border-color .3s ease-out,box-shadow .3s ease-out}.tpanel:hover{border-color:rgba(255,107,0,.28);box-shadow:var(--shadow-2),0 0 30px rgba(255,107,0,.07)}.tpanel-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border)}.tpanel-head h3{font-family:var(--font-body);font-size:17px;font-weight:700;color:var(--text)}.tpanel-viewall{font-size:12px;font-weight:600;color:var(--accent);transition:color .2s}.tpanel-viewall:hover{color:var(--accent-hover)}.tpanel-list{display:flex;flex-direction:column;flex:1 1}.tpanel-item{position:relative;display:flex;align-items:center;gap:14px;padding:16px 22px 16px 19px;border-bottom:1px solid var(--border);border-left:3px solid transparent;transition:background .25s ease-out,border-color .25s ease-out}.tpanel-item:last-child{border-bottom:none}.tpanel-item:hover{background:linear-gradient(90deg,rgba(255,107,0,.07),transparent 70%);border-left-color:var(--accent)}.tpanel-rank{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;flex-shrink:0;font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--text3);background:var(--bg3);border:1px solid var(--border2);transition:color .25s ease-out,background .25s ease-out,border-color .25s ease-out}.tpanel-item:hover .tpanel-rank{color:#fff;background:var(--accent);border-color:var(--accent)}.tpanel-thumb{position:relative;width:56px;height:56px;flex-shrink:0;border-radius:12px;overflow:hidden;background:var(--bg3);box-shadow:0 0 0 1px var(--border) inset;transition:box-shadow .25s ease-out}.tpanel-thumb img{object-fit:cover;transition:transform .4s ease-out}.tpanel-item:hover .tpanel-thumb{box-shadow:inset 0 0 0 2px rgba(255,107,0,.5),0 0 16px rgba(255,107,0,.25)}.tpanel-item:hover .tpanel-thumb img{transform:scale(1.08)}.tpanel-body{display:flex;flex-direction:column;gap:2px;min-width:0}.tpanel-body strong{font-size:14px;font-weight:600;color:var(--text)}.tpanel-body strong,.tpanel-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpanel-sub{font-size:12px;color:var(--text3)}.tpanel-cat{font-family:var(--font-mono);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-top:2px}.streamers-wrap{height:100%}.streamers-head{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.streamers-head h2{font-family:var(--font-body);font-size:28px;font-weight:800;color:var(--text)}.streamers-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.streamer-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:20px 10px 18px;background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);overflow:hidden;transition:transform .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out}.streamer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent2));transform:scaleX(0);transform-origin:left;transition:transform .3s ease-out}.streamer-card:hover{transform:translateY(-4px);border-color:rgba(255,107,0,.5);box-shadow:0 16px 32px rgba(0,0,0,.3),0 0 24px rgba(255,107,0,.12)}.streamer-card:hover:before{transform:scaleX(1)}.streamer-avatar{position:relative;width:52px;height:52px;border-radius:50%;overflow:hidden;background:var(--bg3);border:2px solid var(--border2);transition:border-color .25s ease-out,box-shadow .25s ease-out}.streamer-avatar img{object-fit:cover}.streamer-card:hover .streamer-avatar{border-color:var(--accent);box-shadow:0 0 0 4px rgba(255,107,0,.15)}.streamer-info{display:flex;flex-direction:column;gap:3px;min-width:0}.streamer-name-row{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0}.streamer-name-row strong{font-size:12.5px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.streamer-verified{color:var(--accent);flex-shrink:0}.streamer-team{font-size:10.5px;color:var(--text2)}.streamer-game,.streamer-team{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.streamer-game{font-family:var(--font-mono);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--accent);max-width:100%}.streamer-cta{margin-top:2px;font-size:10px;font-weight:600;color:var(--text3);transition:color .2s}.streamer-card:hover .streamer-cta{color:var(--accent)}@media (max-width:700px){.streamers-grid{grid-template-columns:repeat(2,1fr)}}.lnews-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:24px;gap:24px}.lnews-featured{background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);overflow:hidden;transition:border-color .3s,box-shadow .3s}.lnews-featured:hover{border-color:rgba(255,106,0,.3);box-shadow:var(--shadow-2),0 20px 44px -18px var(--accent-glow)}.lnews-featured-img{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--bg3)}.lnews-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.lnews-featured:hover .lnews-featured-img img{transform:scale(1.05)}.lnews-featured-body{padding:26px}.lnews-featured-body h3{font-family:var(--font-body);font-size:22px;font-weight:800;margin:10px 0 12px;line-height:1.2}.lnews-featured-body p{color:var(--text2);font-size:14px;line-height:1.6;margin-bottom:14px}.lnews-cat{font-family:var(--font-mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--accent)}.lnews-date{font-size:12px;color:var(--text3)}.lnews-list{display:flex;flex-direction:column;gap:14px}.lnews-item{display:flex;gap:14px;background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;transition:border-color .25s,transform .25s}.lnews-item:hover{border-color:rgba(255,106,0,.3);transform:translateX(4px)}.lnews-item-img{position:relative;width:76px;height:76px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--bg3)}.lnews-item-img img{width:100%;height:100%;object-fit:cover}.lnews-item-body{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.lnews-item-body h4{font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:900px){.lnews-grid{grid-template-columns:1fr}}.trg{background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:22px;height:100%;transition:border-color .3s ease-out,box-shadow .3s ease-out,transform .3s ease-out}.trg:hover{border-color:rgba(255,107,0,.28);box-shadow:var(--shadow-2),0 0 30px rgba(255,107,0,.07);transform:translateY(-3px)}.trg h3{font-family:var(--font-body);font-size:16px;font-weight:700;color:var(--text);margin-bottom:16px}.trg-list{display:flex;flex-direction:column;gap:4px}.trg-item{display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:10px;transition:background .2s ease-out}.trg-item:hover{background:rgba(255,255,255,.03)}.trg-rating{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(120,214,75,.1);border:1px solid rgba(120,214,75,.4);font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--green)}.trg-text{display:flex;flex-direction:column;gap:2px;min-width:0}.trg-text strong{font-size:13.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trg-text span{font-size:11.5px;color:var(--text3)}.upcoming{background:var(--card-grad);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);height:100%;display:flex;flex-direction:column;overflow:hidden;transition:border-color .3s ease-out,box-shadow .3s ease-out,transform .3s ease-out}.upcoming:hover{border-color:rgba(255,107,0,.28);box-shadow:var(--shadow-2),0 0 30px rgba(255,107,0,.07);transform:translateY(-3px)}.upcoming-head{padding:20px 22px;border-bottom:1px solid var(--border)}.upcoming-head h3{font-family:var(--font-body);font-size:17px;font-weight:700;color:var(--text)}.upcoming-list{display:flex;flex-direction:column;flex:1 1}.upcoming-item{display:flex;gap:14px;padding:20px 22px;border-bottom:1px solid var(--border);transition:background .25s ease-out}.upcoming-item:last-child{border-bottom:none}.upcoming-item:hover{background:rgba(255,255,255,.02)}.upcoming-cover{position:relative;width:90px;height:120px;flex-shrink:0;border-radius:12px;overflow:hidden;background:var(--bg3)}.upcoming-cover img{object-fit:cover;transition:transform .4s ease-out}.upcoming-item:hover .upcoming-cover img{transform:scale(1.06)}.upcoming-body{display:flex;flex-direction:column;gap:6px;min-width:0}.upcoming-status{font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--accent)}.upcoming-body strong{font-size:15px;font-weight:700;color:var(--text)}.upcoming-body p{font-size:12px;color:var(--text2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.upcoming-platforms{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.upcoming-platform{font-family:var(--font-mono);font-size:9.5px;font-weight:700;padding:2px 7px;border-radius:5px;background:rgba(255,107,0,.1);border:1px solid rgba(255,107,0,.3);color:var(--accent)}.upcoming-empty{padding:22px;font-size:13px;color:var(--text3)}.container-wide{max-width:1600px;margin:0 auto;padding:0 24px}.home-hero-section{padding:78px 0 0}.home-block{padding:32px 0 0}.home-hero-row{display:grid;grid-template-columns:2.1fr 1fr 1fr;grid-gap:20px;gap:20px;height:620px}.home-reviews-row{display:grid;grid-template-columns:32fr 68fr;grid-gap:24px;gap:24px;align-items:stretch}.home-news-row{display:grid;grid-template-columns:68fr 32fr;grid-gap:24px;gap:24px;align-items:start}.home-side-stack{display:flex;flex-direction:column;gap:20px}@media (max-width:1300px){.home-hero-row{grid-template-columns:1fr 1fr;height:auto}.home-hero-row .hhero-banner{height:480px;grid-column:1/-1}}@media (max-width:1000px){.home-news-row,.home-reviews-row{grid-template-columns:1fr}}@media (max-width:700px){.home-hero-row{grid-template-columns:1fr}}@media (max-width:768px){.container-wide{padding:0 16px}.home-hero-section{padding-top:78px}.home-block{padding-top:24px}}