body.match-room-active aside.peer.fixed,body.match-room-active footer,body.match-room-active nav.fixed.bottom-0,body.match-room-active>div>div>aside.fixed{display:none!important}body.match-room-active .sidebar-offset{padding-bottom:0!important;margin-left:0!important}body.match-room-active main{padding-top:0!important}.match-room-shell{display:flex;flex-direction:column;height:100dvh;max-width:1200px;margin:0 auto;background:#0b0e18;position:relative;overflow:hidden}.match-room-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.04);background:rgba(11,14,24,.92);backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);flex-shrink:0;z-index:10}.match-room-sidebar{display:none;width:280px;border-right:1px solid rgba(255,255,255,.03);background:rgba(255,255,255,.01);overflow-y:auto;flex-shrink:0;flex-direction:column}@media (min-width:768px){.match-room-sidebar{display:flex}}.match-room-messages{flex:1;overflow-y:auto;padding:0 24px 12px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.06) transparent}.match-room-messages::-webkit-scrollbar{width:5px}.match-room-messages::-webkit-scrollbar-track{background:transparent}.match-room-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.06);border-radius:10px}.match-room-messages::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.12)}.match-room-input-area{flex-shrink:0;border-top:1px solid rgba(255,255,255,.04);background:rgba(11,14,24,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.match-room-accept-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:14px;background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(16,185,129,.08));border:1px solid rgba(34,197,94,.15);color:#86efac;font-size:14px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.match-room-accept-btn:hover{background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(16,185,129,.14));border-color:rgba(34,197,94,.25);transform:translateY(-1px)}.match-room-accept-btn:active{transform:translateY(0)}.reveal-banner-animate{animation:revealGlow 2s ease-out}@keyframes revealGlow{0%{background-color:rgba(34,197,94,.15)}50%{background-color:rgba(34,197,94,.08)}to{background-color:initial}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.animate-slideDown{animation:slideDown .25s ease-out;overflow:hidden}