.inent-rooms-wrap,.inent-room-wrap{background:var(--bg);color:#f0f0f0}.inent-rooms-wrap .inent-ap-topbar-center,.inent-room-wrap .inent-ap-topbar-center{color:inherit;text-decoration:none}#inent-create-room-btn{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border:none;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:700;cursor:pointer;letter-spacing:.3px;transition:opacity .15s ease,transform .1s ease}#inent-create-room-btn:hover{opacity:.9;transform:scale(1.03)}.inent-rooms-content,.inent-room-content{padding:8px 16px 84px}.inent-rooms-page-header{padding-top:8px;padding-bottom:4px}.inent-rooms-title{font-size:26px;font-weight:900;color:#fff;margin:0 0 4px;letter-spacing:-.3px}.inent-rooms-subtitle{font-size:13px;color:rgba(255,255,255,.45);margin:0 0 16px}.inent-rooms-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:20px;scrollbar-width:none}.inent-rooms-filters::-webkit-scrollbar{display:none}.inent-rooms-filter-tab{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:rgba(255,255,255,.6);cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease;-webkit-appearance:none;appearance:none}.inent-rooms-filter-tab:hover{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}.inent-rooms-filter-tab.is-active{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border-color:transparent}.inent-rooms-filter-tab--live.is-active{background:linear-gradient(135deg,#e74c3c,#c0392b)}.inent-rooms-grid{display:grid;gap:12px}.inent-room-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:16px;display:flex;align-items:flex-start;gap:14px;text-decoration:none;color:inherit;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease;cursor:pointer;position:relative;overflow:hidden}.inent-room-card:before{content:'';position:absolute;inset:0;border-radius:16px;opacity:0;transition:opacity .18s ease;pointer-events:none}.inent-room-card:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.4)}.inent-room-card[data-status=live]{border-color:rgba(231,76,60,.25);box-shadow:0 0 0 1px rgba(231,76,60,.1),0 4px 20px rgba(231,76,60,.08)}.inent-room-card[data-status=live]:hover{box-shadow:0 0 0 1px rgba(231,76,60,.3),0 8px 28px rgba(231,76,60,.14)}.inent-room-card-orb{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#1a4548,#1a9e7e);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:22px;position:relative}.inent-room-card[data-status=live] .inent-room-card-orb{background:linear-gradient(135deg,#8b0000,#e74c3c)}.inent-room-card[data-status=ended] .inent-room-card-orb{background:rgba(255,255,255,.08)}.inent-room-card-body{flex:1;min-width:0}.inent-room-card-title{font-size:15px;font-weight:700;color:#fff;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-card[data-status=ended] .inent-room-card-title{color:rgba(255,255,255,.45)}.inent-room-card-meta{font-size:12px;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inent-room-card-host{display:flex;align-items:center;gap:5px}.inent-room-card-host img{width:18px;height:18px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.inent-room-participants{display:flex;align-items:center;gap:4px}.inent-room-participants svg{width:13px;height:13px;fill:currentColor;opacity:.7}.inent-room-card-cta{align-self:center;flex-shrink:0;padding:7px 14px;border-radius:20px;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;transition:background .15s ease;text-decoration:none;white-space:nowrap}.inent-room-card[data-status=live] .inent-room-card-cta{background:rgba(231,76,60,.18);border-color:rgba(231,76,60,.35);color:#ff6b6b}.inent-room-card-cta:hover{background:rgba(255,255,255,.12)}.inent-room-status-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:3px 8px;border-radius:20px}.inent-room-status-badge--live{background:rgba(231,76,60,.2);color:#ff6b6b;border:1px solid rgba(231,76,60,.3)}.inent-room-status-badge--live:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff6b6b;animation:inent-room-pulse 1.4s infinite}.inent-room-status-badge--scheduled{background:rgba(41,128,185,.15);color:#74b9ff;border:1px solid rgba(41,128,185,.25)}.inent-room-status-badge--ended{background:rgba(255,255,255,.05);color:rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.08)}@keyframes inent-room-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.inent-rooms-loading{display:flex;flex-direction:column;gap:12px}.inent-rooms-skeleton{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:16px;display:flex;gap:14px;animation:inent-skeleton-shimmer 1.5s infinite}.inent-rooms-skeleton-orb{width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.07);flex-shrink:0}.inent-rooms-skeleton-body{flex:1;display:flex;flex-direction:column;gap:8px;justify-content:center}.inent-rooms-skeleton-line{height:12px;border-radius:6px;background:rgba(255,255,255,.07)}.inent-rooms-skeleton-line--short{width:55%}@keyframes inent-skeleton-shimmer{0%,100%{opacity:1}50%{opacity:.6}}.inent-rooms-empty{text-align:center;padding:56px 24px;color:rgba(255,255,255,.35)}.inent-rooms-empty-icon{font-size:44px;margin-bottom:14px;display:block}.inent-rooms-empty-text{font-size:15px;font-weight:600;color:rgba(255,255,255,.55);margin:0 0 8px}.inent-rooms-empty-sub{font-size:13px;color:rgba(255,255,255,.3);margin:0}.inent-room-stage{position:relative;border-radius:20px;overflow:hidden;margin-bottom:16px;padding:32px 20px 24px;background:linear-gradient(160deg,#1a2f31 0%,#0d0d0d 70%);border:1px solid rgba(255,255,255,.06)}.inent-room-stage--live{background:linear-gradient(160deg,#2d1a1a 0%,#0d0d0d 70%);border-color:rgba(231,76,60,.2);box-shadow:0 0 40px rgba(231,76,60,.06) inset}.inent-room-stage-glow{position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:260px;height:120px;border-radius:50%;background:radial-gradient(ellipse,rgba(26,158,126,.18) 0%,transparent 70%);pointer-events:none}.inent-room-stage--live .inent-room-stage-glow{background:radial-gradient(ellipse,rgba(231,76,60,.18) 0%,transparent 70%)}.inent-room-stage-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.inent-room-stage-status{margin-bottom:6px}.inent-room-stage-title{font-size:22px;font-weight:900;color:#fff;margin:0 0 4px;line-height:1.2;letter-spacing:-.3px}.inent-room-stage-meta{font-size:12px;color:rgba(255,255,255,.45);margin:0}.inent-room-stage-share{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgba(255,255,255,.7);font-size:14px;flex-shrink:0;transition:background .15s ease;text-decoration:none}.inent-room-stage-share:hover{background:rgba(255,255,255,.14)}.inent-room-host-cluster{display:flex;align-items:center;gap:12px;padding:14px 0 14px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:14px}.inent-room-host-avatar-wrap{position:relative;flex-shrink:0}.inent-room-host-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.08);border:2px solid rgba(26,158,126,.5)}.inent-room-stage--live .inent-room-host-avatar{border-color:rgba(231,76,60,.5)}.inent-room-host-ring{position:absolute;inset:-4px;border-radius:50%;border:2px solid transparent;pointer-events:none}.inent-room-stage--live .inent-room-host-ring{border-color:rgba(231,76,60,.35);animation:inent-host-ring-pulse 2s infinite}@keyframes inent-host-ring-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.08)}}.inent-room-host-info{flex:1}.inent-room-host-label{font-size:10px;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.7px;margin:0 0 3px;display:block}.inent-room-host-name{font-size:14px;font-weight:700;color:#fff;margin:0}.inent-room-participants-section{margin-bottom:0}.inent-room-participants-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.6px;margin:0 0 8px;display:block}.inent-room-participants-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.inent-room-participant-avatar{width:30px;height:30px;border-radius:50%;border:2px solid rgba(13,13,13,.9);object-fit:cover;background:rgba(255,255,255,.08)}.inent-room-participants-count-pill{font-size:11px;font-weight:700;color:rgba(255,255,255,.55);background:rgba(255,255,255,.07);border-radius:20px;padding:4px 10px;margin-left:4px}.inent-room-detail-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:16px;overflow:hidden;margin-bottom:16px}.inent-room-detail-body{padding:16px 20px}.inent-room-stats-row{display:flex;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.inent-room-stat{display:flex;flex-direction:column;gap:3px}.inent-room-stat-value{font-size:20px;font-weight:800;color:#fff}.inent-room-stat-label{font-size:10px;font-weight:600;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.5px}.inent-room-action-bar{display:flex;gap:10px}.inent-room-join-btn,.inent-room-leave-btn{flex:1;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:opacity .15s ease,transform .1s ease;text-align:center;letter-spacing:.2px}.inent-room-join-btn{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;box-shadow:0 4px 16px rgba(26,158,126,.3)}.inent-room-join-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,158,126,.4)}.inent-room-leave-btn{background:rgba(255,255,255,.07);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.1)}.inent-room-leave-btn:hover{background:rgba(255,255,255,.12)}.inent-room-join-btn:disabled,.inent-room-leave-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.inent-room-login-prompt{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;font-size:13px;color:rgba(255,255,255,.6);text-align:center}.inent-room-login-prompt a{color:#1a9e7e;font-weight:700;text-decoration:none}.inent-room-login-prompt a:hover{text-decoration:underline}.inent-create-room-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:flex-end;justify-content:center}.inent-create-room-sheet{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:24px 24px 0 0;padding:20px 20px 36px;width:100%;max-width:480px;animation:inent-slide-up .22s ease}@keyframes inent-slide-up{from{transform:translateY(48px);opacity:0}to{transform:translateY(0);opacity:1}}.inent-create-room-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.inent-create-room-title{font-size:17px;font-weight:800;color:#fff;margin:0}.inent-create-room-close{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);line-height:1;transition:background .15s ease}.inent-create-room-close:hover{background:rgba(255,255,255,.14)}.inent-create-room-form .inent-form-group{margin-bottom:16px}.inent-create-room-form label{display:block;font-size:11px;font-weight:700;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.7px;margin-bottom:8px}.inent-create-room-form input[type=text],.inent-create-room-form select{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;color:#fff;background:rgba(255,255,255,.06);box-sizing:border-box;appearance:none;-webkit-appearance:none;outline:none;transition:border-color .15s ease,background .15s ease}.inent-create-room-form input[type=text]::placeholder{color:rgba(255,255,255,.25)}.inent-create-room-form input[type=text]:focus,.inent-create-room-form select:focus{border-color:rgba(26,158,126,.6);background:rgba(255,255,255,.08)}.inent-create-room-form select option{background:#1a1a1a;color:#fff}.inent-create-room-submit{width:100%;padding:13px;background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;margin-top:8px;transition:opacity .15s ease,transform .1s ease;box-shadow:0 4px 16px rgba(26,158,126,.3)}.inent-create-room-submit:hover{opacity:.9;transform:translateY(-1px)}.inent-create-room-submit:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.inent-create-room-error{color:#ff6b6b;font-size:13px;margin-top:8px;text-align:center;display:none}.inent-create-room-error.is-visible{display:block}.inent-room-start-btn{flex:1;padding:12px 16px;border-radius:12px;font-size:15px;font-weight:800;border:none;cursor:pointer;transition:opacity .15s ease,transform .1s ease;text-align:center;letter-spacing:.3px;background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;box-shadow:0 4px 16px rgba(26,158,126,.35)}.inent-room-start-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,158,126,.45)}.inent-room-start-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.inent-room-end-btn{flex:1;padding:12px 16px;border-radius:12px;font-size:15px;font-weight:800;border:none;cursor:pointer;transition:opacity .15s ease,transform .1s ease;text-align:center;letter-spacing:.3px;background:rgba(231,76,60,.18);color:#ff6b6b;border:1px solid rgba(231,76,60,.35);box-shadow:0 4px 16px rgba(231,76,60,.12)}.inent-room-end-btn:hover{background:rgba(231,76,60,.28);box-shadow:0 6px 20px rgba(231,76,60,.2);transform:translateY(-1px)}.inent-room-end-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.inent-room-stage--ended{background:linear-gradient(160deg,#1a1a1a 0%,#0d0d0d 70%);border-color:rgba(255,255,255,.04);opacity:.7}.inent-room-stage--ended .inent-room-stage-glow{opacity:0}.inent-room-ended-notice{flex:1;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:700;text-align:center;color:rgba(255,255,255,.35);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);letter-spacing:.3px}.inent-room-when-options{display:flex;flex-direction:column;gap:10px}.inent-room-when-option{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);cursor:pointer;transition:background .15s ease,border-color .15s ease;font-size:14px;color:rgba(255,255,255,.8);font-weight:500}.inent-room-when-option:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18)}.inent-room-when-option input[type=radio]{accent-color:#1a9e7e;width:16px;height:16px;flex-shrink:0;cursor:pointer}.inent-create-room-form input[type=datetime-local]{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;color:#fff;background:rgba(255,255,255,.06);box-sizing:border-box;appearance:none;-webkit-appearance:none;outline:none;transition:border-color .15s ease,background .15s ease;color-scheme:dark}.inent-create-room-form input[type=datetime-local]:focus{border-color:rgba(26,158,126,.6);background:rgba(255,255,255,.08)}.inent-room-not-found{text-align:center;padding:56px 24px;color:rgba(255,255,255,.35)}.inent-room-not-found h2{font-size:18px;font-weight:800;color:rgba(255,255,255,.7);margin:0 0 8px}.inent-room-not-found p{font-size:14px;margin:0 0 16px;color:rgba(255,255,255,.4)}.inent-room-not-found .inent-ap-btn{background:rgba(255,255,255,.08);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block;transition:background .15s ease}.inent-room-not-found .inent-ap-btn:hover{background:rgba(255,255,255,.12)}.inent-home-live-rooms{padding:0 0 4px}.inent-home-live-rooms-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:12px}.inent-home-live-rooms-title{font-size:14px;font-weight:800;color:#262626;margin:0;display:flex;align-items:center;gap:6px}.inent-home-live-rooms-title .inent-live-dot{width:7px;height:7px;border-radius:50%;background:#e74c3c;display:inline-block;animation:inent-room-pulse 1.4s infinite}.inent-home-live-rooms-see-all{font-size:12px;font-weight:600;color:#1a4548;text-decoration:none}.inent-home-live-rooms-scroll{display:flex;gap:10px;overflow-x:auto;padding:0 16px 4px;scrollbar-width:none}.inent-home-live-rooms-scroll::-webkit-scrollbar{display:none}.inent-home-live-room-chip{flex-shrink:0;width:150px;background:linear-gradient(160deg,#1a2f31,#0f1f20);border:1px solid rgba(26,158,126,.2);border-radius:14px;padding:12px;text-decoration:none;color:#fff;transition:transform .12s ease,box-shadow .15s ease;display:flex;flex-direction:column;gap:8px}.inent-home-live-room-chip:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.inent-home-live-room-chip-title{font-size:13px;font-weight:700;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-home-live-room-chip-meta{font-size:11px;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:5px}.inent-home-live-rooms-empty{padding:0 16px;font-size:13px;color:#8e8e8e}.inent-room-orb{position:relative;width:96px;height:96px;margin:20px auto 16px}.inent-room-orb-glow{position:absolute;inset:-18px;border-radius:50%;background:radial-gradient(ellipse,rgba(26,158,126,.22) 0%,transparent 70%);pointer-events:none}.inent-room-stage--live .inent-room-orb-glow{background:radial-gradient(ellipse,rgba(231,76,60,.28) 0%,transparent 70%);animation:inent-orb-glow-pulse 2.6s ease-in-out infinite}.inent-room-stage--ended .inent-room-orb-glow{opacity:0}@keyframes inent-orb-glow-pulse{0%,100%{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.inent-room-orb-ring{position:absolute;inset:-5px;border-radius:50%;border:2px solid rgba(26,158,126,.28);pointer-events:none}.inent-room-stage--live .inent-room-orb-ring{border-color:rgba(231,76,60,.45);animation:inent-orb-ring-pulse 2.2s ease-in-out infinite}.inent-room-stage--ended .inent-room-orb-ring{border-color:rgba(255,255,255,.07);animation:none}@keyframes inent-orb-ring-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.07)}}.inent-room-orb-inner{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#1a4548,#1a9e7e);display:flex;align-items:center;justify-content:center;border:2px solid rgba(26,158,126,.4)}.inent-room-stage--live .inent-room-orb-inner{border-color:rgba(231,76,60,.45);background:linear-gradient(135deg,#4a1010,#c0392b);animation:inent-orb-breathe 3.2s ease-in-out infinite}.inent-room-stage--ended .inent-room-orb-inner{opacity:.38;border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.04);animation:none}@keyframes inent-orb-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}.inent-room-orb-inner img{width:100%;height:100%;object-fit:cover}.inent-room-orb-fallback{font-size:36px;line-height:1}.inent-room-host-info-row{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.inent-room-host-info-row .inent-room-host-label{font-size:11px;color:rgba(255,255,255,.38);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.inent-room-host-info-row .inent-room-host-name{font-size:13px;font-weight:700;color:rgba(255,255,255,.85);margin:0}.inent-room-participant-avatar{transition:transform .2s ease;cursor:default;position:relative}.inent-room-participant-avatar:hover{transform:translateY(-2px);z-index:1}.inent-room-participant-avatar--entering{animation:inent-avatar-enter .35s ease}@keyframes inent-avatar-enter{from{opacity:0;transform:scale(.7) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.inent-room-participants-empty{font-size:12px;color:rgba(255,255,255,.33);font-style:italic;margin:4px 0 4px;padding:0}.inent-room-activity-feed{display:flex;flex-direction:column;gap:5px;min-height:0;margin-top:10px}.inent-room-activity-item{display:inline-block;align-self:flex-start;font-size:12px;color:rgba(255,255,255,.52);background:rgba(255,255,255,.06);border-radius:20px;padding:4px 12px;animation:inent-activity-in .3s ease;transition:opacity .4s ease}.inent-room-activity-item--fading{opacity:0}.inent-room-stage--live .inent-room-activity-item{color:rgba(255,160,100,.82);background:rgba(231,76,60,.1)}@keyframes inent-activity-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.inent-room-social-section{margin-top:16px;position:relative}.inent-room-reaction-bar{display:flex;gap:8px;padding:12px 16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:16px;margin-bottom:12px;overflow-x:auto;scrollbar-width:none}.inent-room-reaction-bar::-webkit-scrollbar{display:none}.inent-room-react-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);font-size:20px;cursor:pointer;transition:background .15s ease,transform .1s ease,border-color .15s ease;-webkit-appearance:none;appearance:none;line-height:1;padding:0}.inent-room-react-btn:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);transform:scale(1.12)}.inent-room-react-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.inent-room-react-btn--sending{animation:inent-react-pop .6s ease}@keyframes inent-react-pop{0%{transform:scale(1)}35%{transform:scale(1.35)}65%{transform:scale(.92)}100%{transform:scale(1)}}.inent-room-chat-feed{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:14px 14px 10px;min-height:200px;max-height:340px;overflow-y:auto;scroll-behavior:smooth;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.inent-room-chat-feed::-webkit-scrollbar{width:4px}.inent-room-chat-feed::-webkit-scrollbar-track{background:0 0}.inent-room-chat-feed::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}.inent-room-chat-loading{display:flex;align-items:center;justify-content:center;gap:6px;padding:20px 0;flex:1}.inent-room-chat-loading-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.25);animation:inent-chat-dot-pulse 1.2s ease-in-out infinite}.inent-room-chat-loading-dot:nth-child(2){animation-delay:.2s}.inent-room-chat-loading-dot:nth-child(3){animation-delay:.4s}@keyframes inent-chat-dot-pulse{0%,80%,100%{transform:scale(.7);opacity:.3}40%{transform:scale(1);opacity:1}}.inent-room-chat-empty{font-size:13px;color:rgba(255,255,255,.3);text-align:center;padding:20px 0;flex:1}.inent-room-chat-item{animation:inent-chat-item-in .25s ease}@keyframes inent-chat-item-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.inent-room-chat-item--message{display:flex;gap:10px;align-items:flex-start}.inent-room-chat-avatar-wrap{flex-shrink:0;width:32px;height:32px}.inent-room-chat-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}.inent-room-chat-avatar-fallback{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1a9e7e,#1a4548);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.inent-room-chat-content{flex:1;min-width:0}.inent-room-chat-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:3px}.inent-room-chat-name{font-size:12px;font-weight:700;color:rgba(255,255,255,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.inent-room-chat-name--host{color:#1a9e7e}.inent-room-chat-host-badge{display:inline-block;font-size:9px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border-radius:4px;padding:1px 5px;vertical-align:middle;margin-left:2px}.inent-room-chat-time{font-size:10px;color:rgba(255,255,255,.25);white-space:nowrap;flex-shrink:0}.inent-room-chat-body{font-size:14px;color:rgba(255,255,255,.88);line-height:1.45;margin:0;word-break:break-word}.inent-room-chat-item--reaction{display:flex;align-items:center;gap:8px;padding:4px 0}.inent-room-chat-reaction-emoji{font-size:18px;line-height:1;flex-shrink:0}.inent-room-chat-reaction-name{font-size:12px;color:rgba(255,255,255,.4);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-room-chat-item--system{display:flex;align-items:center;gap:8px;justify-content:center}.inent-room-chat-system-body{font-size:11px;color:rgba(255,255,255,.28);text-align:center;font-style:italic}.inent-room-chat-input-bar{display:flex;align-items:flex-end;gap:10px;padding:10px 12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:16px;margin-top:10px}.inent-room-chat-input{flex:1;background:0 0;border:none;outline:none;resize:none;font-size:14px;color:#fff;line-height:1.45;padding:2px 0;max-height:100px;overflow-y:auto;min-height:22px;font-family:inherit;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.inent-room-chat-input::placeholder{color:rgba(255,255,255,.25)}.inent-room-chat-send{flex-shrink:0;padding:7px 14px;background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .1s ease;letter-spacing:.2px;white-space:nowrap}.inent-room-chat-send:hover{opacity:.9;transform:scale(1.03)}.inent-room-chat-send:disabled{opacity:.4;cursor:not-allowed;transform:none}.inent-room-chat-gate{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;background:rgba(255,255,255,.025);border:1px dashed rgba(255,255,255,.1);border-radius:16px;margin-top:10px;text-align:center}.inent-room-chat-gate-icon{font-size:22px;opacity:.5}.inent-room-chat-gate-text{font-size:13px;color:rgba(255,255,255,.35);margin:0;line-height:1.5}.inent-room-chat-gate-text a{color:#1a9e7e;text-decoration:none;font-weight:600}.inent-room-chat-gate-text a:hover{opacity:.85}.inent-room-reaction-stage{position:absolute;bottom:0;left:0;right:0;height:0;pointer-events:none;overflow:visible}.inent-room-reaction-float{position:absolute;bottom:0;font-size:28px;line-height:1;animation:inent-reaction-float-up 1.4s ease-out forwards;user-select:none;pointer-events:none;will-change:transform,opacity}@keyframes inent-reaction-float-up{0%{transform:translateY(0) scale(.6);opacity:0}10%{transform:translateY(-10px) scale(1.2);opacity:1}60%{transform:translateY(-80px) scale(1);opacity:.9}100%{transform:translateY(-120px) scale(.8);opacity:0}}.inent-room-invite-btn{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border:none;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s;white-space:nowrap}.inent-room-invite-btn:hover{opacity:.85}.inent-invite-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:10000;display:flex;align-items:flex-end;justify-content:center}.inent-invite-sheet{background:#1a1a1a;border-radius:20px 20px 0 0;width:100%;max-width:480px;padding:24px 20px 40px;display:flex;flex-direction:column;gap:16px;max-height:80vh;overflow:hidden}.inent-invite-header{display:flex;align-items:center;justify-content:space-between}.inent-invite-title{font-size:18px;font-weight:700;color:#fff;margin:0}.inent-invite-close{background:rgba(255,255,255,.1);border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.inent-invite-close:hover{background:rgba(255,255,255,.2)}.inent-invite-search-wrap{position:relative}.inent-invite-search{width:100%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;padding:10px 16px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s}.inent-invite-search:focus{border-color:#6c47ff}.inent-invite-search::placeholder{color:rgba(255,255,255,.35)}.inent-invite-results{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:8px}.inent-invite-result-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.05);transition:background .15s}.inent-invite-result-item:hover{background:rgba(255,255,255,.09)}.inent-invite-result-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.inent-invite-result-avatar-fallback{width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.inent-invite-result-name{flex:1;color:#fff;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-invite-result-btn{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border:none;border-radius:16px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s;flex-shrink:0}.inent-invite-result-btn:hover:not(:disabled){opacity:.8}.inent-invite-result-btn:disabled{opacity:.5;cursor:default}.inent-invite-empty,.inent-invite-searching{color:rgba(255,255,255,.4);font-size:13px;text-align:center;padding:16px 0;margin:0}.inent-invite-status{font-size:13px;color:#a259ff;min-height:18px;text-align:center;margin:0}.inent-home-room-feed-section{margin:0 0 20px;padding:0 16px}.inent-home-room-feed-title{font-size:15px;font-weight:700;color:#fff;margin:0 0 12px;display:flex;align-items:center;gap:8px}.inent-room-feed-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:10px;text-decoration:none}.inent-room-feed-card-header{display:flex;align-items:center;gap:10px}.inent-room-feed-card-orb{font-size:20px;line-height:1;flex-shrink:0}.inent-room-feed-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inent-room-feed-card-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.inent-room-feed-card-host{font-size:13px;color:rgba(255,255,255,.7)}.inent-room-feed-card-title{font-size:16px;font-weight:700;color:#fff;margin:0;line-height:1.35}.inent-room-feed-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.inent-room-feed-card-count{display:flex;align-items:center;gap:4px;font-size:13px;color:rgba(255,255,255,.5);fill:rgba(255,255,255,.5)}.inent-room-feed-card-cta{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block;transition:opacity .15s;white-space:nowrap}.inent-room-feed-card-cta:hover{opacity:.85;color:#fff}.inent-ap-rooms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:12px 0}@media (min-width:480px){.inent-ap-rooms-grid{grid-template-columns:repeat(3,1fr)}}.inent-ap-room-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:8px;text-decoration:none;transition:border-color .15s,transform .15s}.inent-ap-room-card:hover{border-color:var(--brand);transform:translateY(-2px)}.inent-ap-room-card-orb{font-size:24px;line-height:1}.inent-ap-room-card-body{display:flex;flex-direction:column;gap:6px}.inent-ap-room-card-title{font-size:13px;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-ap-room-card-count{font-size:11px;color:rgba(255,255,255,.5)}.inent-ap-room-card-cta{font-size:11px;font-weight:600;color:#1a9e7e}.inent-room-media-section{margin:16px 0;display:flex;flex-direction:column;gap:0}.inent-room-now-playing{background:linear-gradient(145deg,rgba(162,89,255,.12),rgba(0,0,0,.4));border:1px solid rgba(162,89,255,.25);border-radius:16px;padding:20px;margin-bottom:12px;min-height:90px;position:relative}.inent-room-media-section[data-playback-status=playing] .inent-room-now-playing{border-color:rgba(162,89,255,.5);box-shadow:0 0 18px rgba(162,89,255,.18)}.inent-room-now-playing-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px 0;gap:6px}.inent-room-media-icon{font-size:30px;opacity:.45}.inent-room-media-empty-title{font-size:14px;font-weight:600;color:rgba(255,255,255,.75);margin:0}.inent-room-media-empty-hint{font-size:12px;color:rgba(255,255,255,.4);margin:0}.inent-room-now-playing-active{display:flex;align-items:center;gap:14px}.inent-room-np-artwork-wrap{position:relative;flex-shrink:0}.inent-room-np-artwork{width:64px;height:64px;border-radius:10px;object-fit:cover;display:block;background:rgba(255,255,255,.06)}.inent-room-np-type-badge{position:absolute;bottom:-6px;right:-6px;font-size:10px;font-weight:700;padding:2px 5px;border-radius:4px;background:#a259ff;color:#fff;letter-spacing:.3px;white-space:nowrap}.inent-room-np-type-badge--video{background:#e53e3e}.inent-room-np-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.inent-room-np-title{font-size:15px;font-weight:700;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-room-np-artist{font-size:12px;color:rgba(255,255,255,.55);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-room-np-status-row{display:flex;align-items:center;gap:5px;margin-top:2px}.inent-room-np-status-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.3);flex-shrink:0}.inent-room-np-status-dot--playing{background:#48bb78;animation:npDotPulse 1.4s ease-in-out infinite}.inent-room-np-status-dot--paused{background:#ed8936}@keyframes npDotPulse{0%,100%{opacity:1}50%{opacity:.4}}.inent-room-np-status-label{font-size:11px;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.5px}.inent-room-pb-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.inent-room-pb-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(162,89,255,.4);background:rgba(162,89,255,.15);color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,border-color .18s}.inent-room-pb-btn:hover{background:rgba(162,89,255,.35);border-color:#a259ff}.inent-room-pb-btn:active{transform:scale(.92)}.inent-room-pb-start-wrap{display:flex;justify-content:center;padding:6px 0 10px}.inent-room-pb-start{display:inline-flex;align-items:center;gap:7px;padding:10px 24px;background:#a259ff;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:24px;cursor:pointer;transition:background .18s,box-shadow .18s}.inent-room-pb-start:hover{background:#8b3ef5;box-shadow:0 4px 18px rgba(162,89,255,.4)}.inent-room-queue-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px}.inent-room-queue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.inent-room-queue-title{font-size:13px;font-weight:700;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.6px;margin:0}.inent-room-add-media-btn{font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px;border:1px solid rgba(162,89,255,.5);background:rgba(162,89,255,.15);color:#c084fc;cursor:pointer;transition:background .18s,border-color .18s}.inent-room-add-media-btn:hover{background:rgba(162,89,255,.28);border-color:#a259ff}.inent-room-queue-empty{font-size:13px;color:rgba(255,255,255,.35);text-align:center;padding:14px 0;margin:0}.inent-room-queue-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.inent-room-queue-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.04);border-radius:10px;padding:8px 10px;transition:background .15s}.inent-room-queue-item:hover{background:rgba(255,255,255,.07)}.inent-room-queue-item-art{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;display:block;background:rgba(255,255,255,.06)}.inent-room-queue-item-art-placeholder{width:40px;height:40px;border-radius:6px;background:rgba(162,89,255,.15);color:#a259ff;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inent-room-queue-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.inent-room-queue-item-title{font-size:13px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-room-queue-item-artist{font-size:11px;color:rgba(255,255,255,.45);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-room-queue-item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.inent-room-queue-remove,.inent-room-queue-play{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.inent-room-queue-remove:hover{background:rgba(229,62,62,.2);border-color:rgba(229,62,62,.4);color:#fc8181}.inent-room-queue-play:hover{background:rgba(72,187,120,.2);border-color:rgba(72,187,120,.4);color:#68d391}.inent-add-media-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:10000;display:flex;align-items:flex-end;justify-content:center}.inent-add-media-sheet{background:#1a1a1a;border-radius:20px 20px 0 0;width:100%;max-width:540px;max-height:82vh;display:flex;flex-direction:column;padding:20px 20px 30px;box-shadow:0 -8px 40px rgba(0,0,0,.6);overflow:hidden}.inent-add-media-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.inent-add-media-title{font-size:16px;font-weight:700;color:#fff;margin:0}.inent-add-media-close{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:0 0;color:rgba(255,255,255,.6);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.inent-add-media-close:hover{background:rgba(255,255,255,.1);color:#fff}.inent-add-media-tabs{display:flex;gap:4px;margin-bottom:12px}.inent-add-media-tab{flex:1;padding:8px;font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:0 0;color:rgba(255,255,255,.5);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.inent-add-media-tab--active,.inent-add-media-tab:hover{background:rgba(162,89,255,.2);border-color:rgba(162,89,255,.5);color:#c084fc}.inent-add-media-search-wrap{margin-bottom:10px}.inent-add-media-search{width:100%;padding:10px 14px;font-size:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;outline:none;box-sizing:border-box;transition:border-color .15s}.inent-add-media-search::placeholder{color:rgba(255,255,255,.3)}.inent-add-media-search:focus{border-color:rgba(162,89,255,.6)}.inent-add-media-results{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:2px}.inent-add-media-searching,.inent-add-media-empty{font-size:13px;color:rgba(255,255,255,.4);text-align:center;padding:20px 0;margin:0}.inent-add-media-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.04);border-radius:10px;padding:8px 10px;transition:background .15s}.inent-add-media-item:hover{background:rgba(255,255,255,.07)}.inent-add-media-item-art{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0;display:block;background:rgba(255,255,255,.06)}.inent-add-media-item-art-placeholder{width:44px;height:44px;border-radius:6px;background:rgba(162,89,255,.15);color:#a259ff;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inent-add-media-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.inent-add-media-item-title{font-size:13px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-add-media-item-artist{font-size:11px;color:rgba(255,255,255,.45);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-add-media-item-btn{flex-shrink:0;padding:6px 12px;font-size:11px;font-weight:700;border-radius:16px;border:1px solid rgba(162,89,255,.4);background:rgba(162,89,255,.15);color:#c084fc;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.inent-add-media-item-btn:hover:not(:disabled){background:rgba(162,89,255,.28);border-color:#a259ff}.inent-add-media-item-btn:disabled{opacity:.65;cursor:default}.inent-add-media-status{font-size:12px;color:rgba(255,255,255,.45);text-align:center;margin:8px 0 0;min-height:18px}.inent-room-mode-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:10px;white-space:nowrap}.inent-room-mode-badge--media{background:rgba(255,255,255,.08);color:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.12)}.inent-room-mode-badge--stream{background:rgba(239,68,68,.18);color:#fca5a5;border:1px solid rgba(239,68,68,.35)}.inent-room-mode-badge--screening{background:rgba(251,191,36,.14);color:#fcd34d;border:1px solid rgba(251,191,36,.3)}.inent-room-stage--stream .inent-room-orb{box-shadow:0 0 32px 12px rgba(239,68,68,.35),0 0 60px 20px rgba(239,68,68,.15)}.inent-room-stage--stream .inent-room-orb-glow,.inent-room-stage--stream .inent-room-stage-glow{background:radial-gradient(ellipse at 50% 0%,rgba(239,68,68,.25) 0%,transparent 72%)}.inent-room-stage--stream .inent-room-orb-ring{border-color:rgba(239,68,68,.6);animation:inent-room-orb-ring-pulse 1.5s ease-in-out infinite}.inent-room-stage--screening .inent-room-orb{box-shadow:0 0 32px 12px rgba(251,191,36,.28),0 0 60px 20px rgba(251,191,36,.12)}.inent-room-stage--screening .inent-room-stage-glow{background:radial-gradient(ellipse at 50% 0%,rgba(251,191,36,.18) 0%,transparent 72%)}.inent-room-live-stage{margin:0 0 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.35);overflow:hidden}.inent-room-stream-stage{border-color:rgba(239,68,68,.3);background:rgba(239,68,68,.06)}.inent-room-stream-indicator{display:flex;align-items:center;gap:8px;padding:12px 16px 8px}.inent-room-stream-live-dot{width:10px;height:10px;border-radius:50%;background:#ef4444;box-shadow:0 0 8px 2px rgba(239,68,68,.7);animation:inent-room-orb-ring-pulse 1.2s ease-in-out infinite;flex-shrink:0}.inent-room-stream-live-label{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ef4444}.inent-room-stream-host-row{display:flex;align-items:center;gap:12px;padding:4px 16px 10px}.inent-room-stream-host-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(239,68,68,.4);flex-shrink:0}.inent-room-stream-host-info{display:flex;flex-direction:column;gap:2px;min-width:0}.inent-room-stream-host-name{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-stream-broadcast-label{font-size:12px;color:rgba(255,255,255,.55)}.inent-room-stream-viewer-count{display:flex;align-items:center;gap:6px;padding:8px 16px 12px;font-size:12px;color:rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.06)}.inent-room-stream-viewer-count svg{flex-shrink:0}.inent-room-screening-stage{border-color:rgba(251,191,36,.25);background:rgba(251,191,36,.04)}.inent-room-screening-indicator{display:flex;align-items:center;gap:8px;padding:12px 16px 8px}.inent-room-screening-icon{font-size:16px;line-height:1}.inent-room-screening-label{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fbbf24}.inent-room-screening-info{padding:4px 16px 10px;display:flex;flex-direction:column;gap:4px}.inent-room-screening-now-label{font-size:11px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em}.inent-room-screening-title{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-mode-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.inent-room-mode-controls-label{font-size:11px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.05em;margin-right:4px}.inent-room-mode-btn{flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:600;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:rgba(255,255,255,.65);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.inent-room-mode-btn:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);color:#fff}.inent-room-mode-btn--active{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:#fff}.inent-room-mode-btn--go-live,.inent-room-mode-btn[data-mode=stream].inent-room-mode-btn--active{border-color:rgba(239,68,68,.5);background:rgba(239,68,68,.15);color:#fca5a5}.inent-room-mode-btn:disabled{opacity:.5;cursor:default}.inent-room-type-options{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.inent-room-type-option{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);cursor:pointer;transition:border-color .15s,background .15s;flex:1;min-width:80px;text-align:center}.inent-room-type-option input[type=radio]{display:none}.inent-room-type-option:hover{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}.inent-room-type-option:has(input:checked){border-color:rgba(162,89,255,.55);background:rgba(162,89,255,.12)}.inent-room-type-option-icon{font-size:22px;line-height:1}.inent-room-type-option-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.75);white-space:nowrap}.inent-room-card--live-stream{border-color:rgba(239,68,68,.35) !important;box-shadow:0 0 0 1px rgba(239,68,68,.2),0 4px 20px rgba(239,68,68,.12)}.inent-room-card--live-stream .inent-room-card-orb{color:#ef4444;animation:inent-room-orb-ring-pulse 1.5s ease-in-out infinite}.inent-room-card--live-stream .inent-room-card-cta{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4);color:#fca5a5}.inent-room-feed-card--live-stream{border-color:rgba(239,68,68,.3) !important;box-shadow:0 2px 16px rgba(239,68,68,.1)}.inent-room-feed-card--live-stream .inent-room-feed-card-cta{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4);color:#fca5a5}.inent-room-live-stage--hidden{display:none !important}.inent-room-stream-conn-state{margin-left:auto;font-size:11px;font-weight:600;color:rgba(255,255,255,.5);white-space:nowrap}.inent-room-stream-video-area{position:relative;width:100%;background:#000;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06);aspect-ratio:16/9}.inent-room-video{display:none;width:100%;height:100%;object-fit:cover;background:#000}.inent-room-video--preview{transform:scaleX(-1)}.inent-room-video--remote{transform:none}.inent-room-stream-dual-pane{display:flex;width:100%;height:100%;background:#000}.inent-room-stream-dual-pane__remote,.inent-room-stream-dual-pane__local{position:relative;flex:1 1 50%;overflow:hidden}.inent-room-stream-dual-pane__remote{border-right:2px solid rgba(255,255,255,.08)}.inent-room-stream-dual-pane .inent-room-video{width:100%;height:100%;object-fit:cover}.inent-room-stream-connecting{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:rgba(0,0,0,.6);color:rgba(255,255,255,.7);font-size:13px;font-weight:500}.inent-room-stream-connecting-spinner{display:block;width:28px;height:28px;border:3px solid rgba(255,255,255,.18);border-top-color:#ef4444;border-radius:50%;animation:inent-room-spin .9s linear infinite}@keyframes inent-room-spin{to{transform:rotate(360deg)}}.inent-room-stream-capturing{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:rgba(0,0,0,.75);color:rgba(255,255,255,.8);font-size:13px;font-weight:500;text-align:center;padding:16px}.inent-room-stream-capturing.inent-room-stream-capturing--error{color:#ef4444}.inent-room-stream-stage--awaiting-media .inent-room-stream-live-dot{background:rgba(255,255,255,.3);animation:none;box-shadow:none}.inent-room-live-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(239,68,68,.2);background:rgba(239,68,68,.06)}.inent-room-live-controls--hidden{display:none !important}.inent-room-lc-btn{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:54px;padding:8px 10px 6px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.45);cursor:pointer;transition:background .15s,border-color .15s,color .15s;font-size:11px;font-weight:600;line-height:1}.inent-room-lc-btn:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:rgba(255,255,255,.8)}.inent-room-lc-btn--active{border-color:rgba(239,68,68,.5);background:rgba(239,68,68,.15);color:#fca5a5}.inent-room-lc-btn--active:hover:not(:disabled){background:rgba(239,68,68,.22)}.inent-room-lc-btn:disabled{opacity:.4;cursor:default}.inent-room-lc-icon{font-size:18px;line-height:1;display:block}.inent-room-lc-label{font-size:10px;letter-spacing:.02em;text-transform:uppercase}.inent-room-lc-status{flex:1;font-size:11px;color:rgba(255,255,255,.45);text-align:right;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-role-badge{display:inline-block;font-size:9px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;padding:1px 5px;vertical-align:middle;margin-left:2px}.inent-room-role-badge--host{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff}.inent-room-role-badge--co-host{background:rgba(26,158,126,.25);color:#4ecdc4;border:1px solid rgba(26,158,126,.35)}.inent-room-role-badge--speaker{background:rgba(99,102,241,.2);color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}.inent-room-participant-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:center}.inent-room-participant-avatar--host{outline:2px solid #1a9e7e;outline-offset:2px}.inent-room-participant-avatar--co-host{outline:2px solid #4ecdc4;outline-offset:2px}.inent-room-participant-avatar--speaker{outline:2px solid #a5b4fc;outline-offset:2px}.inent-room-strip-role-badge{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;border-radius:50%;font-size:8px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1;border:1px solid rgba(0,0,0,.5)}.inent-room-strip-role-badge--host{background:#1a9e7e;color:#fff}.inent-room-strip-role-badge--co-host{background:#4ecdc4;color:#0d0d0d}.inent-room-strip-role-badge--speaker{background:#818cf8;color:#fff}.inent-room-manage-participant-btn{position:absolute;top:-4px;left:-4px;width:16px;height:16px;border-radius:50%;background:rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:10px;line-height:1;cursor:pointer;display:none;align-items:center;justify-content:center;padding:0}.inent-room-participant-wrap:hover .inent-room-manage-participant-btn{display:flex}.inent-room-participants-footer{display:flex;align-items:center;gap:8px;margin-top:4px}.inent-role-mgmt-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1200;display:flex;align-items:flex-end;justify-content:center}.inent-role-mgmt-sheet{background:#181818;border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:70vh;overflow-y:auto;padding:0 0 24px;border:1px solid rgba(255,255,255,.08)}.inent-role-mgmt-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;background:#181818;z-index:1}.inent-role-mgmt-title{font-size:15px;font-weight:700;color:#fff;margin:0}.inent-role-mgmt-close{background:0 0;border:none;color:rgba(255,255,255,.55);font-size:22px;cursor:pointer;line-height:1;padding:0 4px}.inent-role-mgmt-list{padding:8px 0}.inent-role-mgmt-empty{padding:16px 20px;font-size:13px;color:rgba(255,255,255,.4);text-align:center;margin:0}.inent-role-mgmt-row{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;gap:10px;border-bottom:1px solid rgba(255,255,255,.04)}.inent-role-mgmt-identity{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.inent-role-mgmt-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.inent-role-mgmt-avatar-fallback{width:36px;height:36px;border-radius:50%;background:rgba(26,158,126,.2);color:#1a9e7e;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.inent-role-mgmt-info{display:flex;flex-direction:column;gap:3px;min-width:0}.inent-role-mgmt-uid{font-size:12px;color:rgba(255,255,255,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-role-badge-small{font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:2px 6px;border-radius:4px;display:inline-block}.inent-role-badge-small--host{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff}.inent-role-badge-small--co-host{background:rgba(26,158,126,.25);color:#4ecdc4;border:1px solid rgba(26,158,126,.35)}.inent-role-badge-small--speaker{background:rgba(99,102,241,.2);color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}.inent-role-badge-small--listener{background:rgba(255,255,255,.07);color:rgba(255,255,255,.45)}.inent-role-mgmt-actions{display:flex;gap:5px;flex-shrink:0}.inent-role-mgmt-action-btn{font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;border:none;cursor:pointer;letter-spacing:.02em;transition:opacity .15s}.inent-role-mgmt-action-btn:hover{opacity:.8}.inent-role-mgmt-promote{background:rgba(26,158,126,.18);color:#4ecdc4;border:1px solid rgba(26,158,126,.28)}.inent-role-mgmt-demote{background:rgba(255,165,0,.12);color:#fbbf24;border:1px solid rgba(255,165,0,.2)}.inent-role-mgmt-kick{background:rgba(231,76,60,.12);color:#ff6b6b;border:1px solid rgba(231,76,60,.2)}.inent-role-mgmt-status{font-size:12px;color:rgba(255,255,255,.45);padding:6px 20px 0;margin:0}.inent-room-stage{--room-energy:0}.inent-room-stage-glow{opacity:calc(0.35 + var(--room-energy, 0) * 0.55);transform:translateX(-50%) scaleX(calc(1 + var(--room-energy, 0) * 0.6)) scaleY(calc(1 + var(--room-energy, 0) * 0.8));transition:opacity .6s ease,transform .6s ease}.inent-room-stage--live .inent-room-stage-glow{animation:inent-energy-pulse-low 4s ease-in-out infinite}.inent-room-stage--energy-medium .inent-room-stage-glow{animation:inent-energy-pulse-med 2.5s ease-in-out infinite}.inent-room-stage--energy-high .inent-room-stage-glow{animation:inent-energy-pulse-high 1.4s ease-in-out infinite}@keyframes inent-energy-pulse-low{0%,100%{filter:blur(18px)}50%{filter:blur(26px)}}@keyframes inent-energy-pulse-med{0%,100%{filter:blur(22px);opacity:.7}50%{filter:blur(34px);opacity:.95}}@keyframes inent-energy-pulse-high{0%,100%{filter:blur(26px);opacity:.8}50%{filter:blur(44px);opacity:1}}.inent-room-stage--live{box-shadow:0 0 calc(20px + var(--room-energy, 0) * 50px) rgba(231, 76, 60, calc(0.04 + var(--room-energy, 0) * 0.14)) inset;transition:box-shadow .8s ease}.inent-room-stage--live .inent-room-orb-ring{animation-duration:calc(2.2s - var(--room-energy, 0) * 1.2s)}.inent-room-crowd-indicator{display:flex;align-items:center;gap:3px;height:16px}.inent-room-crowd-dot{width:4px;height:4px;border-radius:50%;background:rgba(26,158,126,.4);animation:inent-crowd-bounce calc(1.5s - var(--room-energy, 0) * 1s) ease-in-out infinite;transition:background-color .4s ease}.inent-room-crowd-dot:nth-child(2){animation-delay:calc(0.15s - var(--room-energy, 0) * 0.08s)}.inent-room-crowd-dot:nth-child(3){animation-delay:calc(0.3s - var(--room-energy, 0) * 0.15s)}@keyframes inent-crowd-bounce{0%,100%{transform:translateY(0);background:rgba(26,158,126,.3)}50%{transform:translateY(-4px);background:rgba(26,158,126,.85)}}.inent-room-reaction-float.inent-room-reaction-burst{font-size:28px;animation:inent-reaction-burst-float 1.6s ease-out forwards}@keyframes inent-reaction-burst-float{0%{opacity:1;transform:translateY(0) translateX(0) scale(1)}60%{opacity:.9}100%{opacity:0;transform:translateY(-120px) translateX(calc(var(--drift, 1) * 30px)) scale(0.7)}}.inent-room-reaction-flash{position:fixed;inset:0;z-index:9999;pointer-events:none;background:rgba(255,255,255,.12);animation:inent-reaction-flash-fade .3s ease-out forwards}@keyframes inent-reaction-flash-fade{0%{opacity:1}100%{opacity:0}}.inent-room-manage-btn{font-size:12px;font-weight:700;padding:5px 10px;border-radius:8px;background:rgba(26,158,126,.15);color:#4ecdc4;border:1px solid rgba(26,158,126,.25);cursor:pointer;text-decoration:none;display:inline-block}.inent-room-stage--artist{background:linear-gradient(160deg,#1a1400 0%,#0d0d0d 60%,#1a1000 100%);border-top:1px solid rgba(212,160,23,.25)}.inent-room-stage--artist .inent-room-orb-ring{border-color:#d4a017;box-shadow:0 0 18px rgba(212,160,23,.45),0 0 36px rgba(212,160,23,.2);background:linear-gradient(135deg,rgba(212,160,23,.15),rgba(245,208,96,.08))}.inent-room-stage--artist .inent-room-orb-glow{background:radial-gradient(ellipse at 50% 60%,rgba(212,160,23,.18) 0%,transparent 70%)}.inent-room-artist-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:linear-gradient(135deg,#d4a017,#f5d060);color:#000;border-radius:50%;font-size:9px;font-weight:900;line-height:1;vertical-align:middle;margin-left:4px;flex-shrink:0}.inent-room-artist-session-badge{display:inline-block;background:linear-gradient(135deg,#d4a017,#f5d060);color:#000;font-size:9px;font-weight:800;letter-spacing:.1em;padding:2px 7px;border-radius:4px;vertical-align:middle;text-transform:uppercase}.inent-room-drop-badge{display:inline-block;background:rgba(255,255,255,.08);color:#f0f0f0;font-size:10px;font-weight:700;letter-spacing:.04em;padding:2px 8px;border-radius:4px;border:1px solid rgba(255,255,255,.12);vertical-align:middle}.inent-room-drop-badge--single{border-color:rgba(108,71,255,.4);color:#a78bfa}.inent-room-drop-badge--album{border-color:rgba(212,160,23,.4);color:#f5d060}.inent-room-drop-badge--video{border-color:rgba(231,76,60,.4);color:#ff6b6b}.inent-room-drop-badge--premiere{border-color:rgba(212,160,23,.4);color:#f5d060}.inent-room-drop-preview{margin:8px 0 0;padding:8px 12px;background:rgba(212,160,23,.08);border:1px solid rgba(212,160,23,.2);border-radius:8px;text-align:center}.inent-room-drop-preview-link{color:#f5d060;text-decoration:none;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px}.inent-room-drop-preview-label{opacity:.7;font-weight:400}.inent-room-drop-preview-arrow{opacity:.6}.inent-room-fan-join{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,rgba(212,160,23,.1),rgba(245,208,96,.05));border:1px solid rgba(212,160,23,.25);border-radius:12px;margin:8px 0}.inent-room-fan-join-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(212,160,23,.5);flex-shrink:0}.inent-room-fan-join-text{display:flex;flex-direction:column;gap:4px;flex:1}.inent-room-join-btn--artist{background:linear-gradient(135deg,#d4a017,#f5d060);color:#000;font-weight:700;border:0;padding:10px 18px;border-radius:8px;cursor:pointer;font-size:14px;text-align:left;width:100%}.inent-room-fan-join-count{font-size:11px;color:rgba(245,208,96,.7);font-weight:500}.inent-room-pinned{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:rgba(212,160,23,.07);border:1px solid rgba(212,160,23,.2);border-radius:8px;margin-bottom:10px;font-size:13px;color:#f0f0f0}.inent-room-pinned-icon{flex-shrink:0;margin-top:1px}.inent-room-pinned-text{flex:1;margin:0;font-size:13px;line-height:1.4;word-break:break-word}.inent-room-pinned-edit{display:flex;gap:4px;flex-shrink:0}.inent-room-pinned-edit-btn,.inent-room-pinned-clear-btn{background:0 0;border:0;cursor:pointer;font-size:13px;padding:2px 4px;border-radius:4px;opacity:.6;color:inherit}.inent-room-pinned-edit-btn:hover,.inent-room-pinned-clear-btn:hover{opacity:1;background:rgba(255,255,255,.08)}.inent-room-pin-btn{background:0 0;border:0;cursor:pointer;font-size:16px;padding:4px 6px;border-radius:6px;opacity:.6;flex-shrink:0;transition:opacity .15s}.inent-room-pin-btn:hover{opacity:1;background:rgba(212,160,23,.1)}.inent-room-card--artist{border-color:rgba(212,160,23,.3);background:linear-gradient(135deg,rgba(26,20,0,.8),rgba(13,13,13,.9))}.inent-room-card--artist .inent-room-card-orb{color:#d4a017;text-shadow:0 0 12px rgba(212,160,23,.6)}.inent-room-queue-vote{display:inline-flex;align-items:center;gap:4px;background:0 0;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:3px 8px;cursor:pointer;font-size:13px;color:rgba(255,255,255,.6);transition:color .15s ease,border-color .15s ease,background .15s ease;line-height:1}.inent-room-queue-vote:hover{border-color:#f59e0b;color:#f59e0b}.inent-room-queue-vote.is-voted{background:rgba(245,158,11,.15);border-color:#f59e0b;color:#f59e0b}.inent-room-queue-vote-count{font-size:12px;font-weight:600;min-width:12px;text-align:center}.inent-room-share-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:10000;display:flex;align-items:flex-end;justify-content:center}.inent-room-share-sheet{background:#1a1a1a;border-radius:20px 20px 0 0;width:100%;max-width:480px;padding:24px 20px 40px}.inent-room-share-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.inent-room-share-title{color:#fff;font-size:18px;font-weight:700;margin:0}.inent-room-share-close{background:0 0;border:none;color:#999;font-size:24px;cursor:pointer}.inent-room-share-proof{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#aaa;font-size:13px}.inent-room-share-url-row{display:flex;gap:8px;margin-bottom:20px}.inent-room-share-url-input{flex:1;background:#111;border:1px solid #333;border-radius:10px;color:#fff;padding:10px 12px;font-size:13px}.inent-room-share-copy-btn{background:linear-gradient(135deg,#1a9e7e,#1a4548);color:#fff;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.inent-room-share-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.inent-room-share-action{display:flex;flex-direction:column;align-items:center;gap:6px;background:#222;border:1px solid #333;border-radius:12px;padding:14px 8px;color:#fff;cursor:pointer}.inent-room-share-action-icon{font-size:20px}.inent-room-share-action-label{font-size:11px;color:#aaa}.inent-room-social-proof{display:flex;align-items:center;gap:8px;padding:8px 16px}.inent-room-social-proof-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:inent-proof-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes inent-proof-pulse{0%,100%{opacity:1}50%{opacity:.4}}.inent-room-social-proof-text{color:#aaa;font-size:13px}.inent-room-replay-section{margin-top:20px;padding:0 0 24px;display:flex;flex-direction:column;gap:20px}.inent-room-replay-badge{display:inline-flex;align-items:center;gap:5px;background:#1a9e7e;color:#fff;font-size:11px;font-weight:800;letter-spacing:1.2px;padding:4px 10px;border-radius:20px;align-self:flex-start;text-transform:uppercase}.inent-room-replay-summary{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px}.inent-room-replay-summary-inner{display:flex;flex-direction:column;gap:8px}.inent-room-replay-summary-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.inent-room-replay-summary-date{color:#888;font-size:12px}.inent-room-replay-summary-title{font-size:18px;font-weight:800;color:#fff;margin:0}.inent-room-replay-summary-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px}.inent-room-replay-summary-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.inent-room-replay-summary-host{font-size:13px;font-weight:600;color:#ddd}.inent-room-replay-summary-stat{font-size:13px;color:#aaa;background:rgba(255,255,255,.06);border-radius:20px;padding:3px 10px}.inent-room-replay-summary-loading{color:#888;font-size:13px;padding:8px 0}.inent-room-replay-highlights{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.inent-room-replay-highlights::-webkit-scrollbar{display:none}.inent-room-replay-highlight-chip{display:inline-flex;align-items:center;gap:5px;background:#222;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:6px 14px;white-space:nowrap;flex-shrink:0}.inent-room-replay-highlight-chip-emoji{font-size:15px}.inent-room-replay-highlight-chip-label{font-size:12px;color:#ccc;font-weight:600}.inent-room-replay-section-title{font-size:13px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.8px;margin:0 0 10px}.inent-room-replay-queue-wrap,.inent-room-replay-chat-wrap{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px}.inent-room-replay-queue{display:flex;flex-direction:column;gap:8px}.inent-room-replay-queue-item{display:flex;align-items:center;gap:10px;padding:8px;background:rgba(255,255,255,.03);border-radius:10px}.inent-room-replay-queue-index{font-size:11px;color:#666;width:18px;text-align:right;flex-shrink:0}.inent-room-replay-queue-art{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0}.inent-room-replay-queue-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.inent-room-replay-queue-title{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.inent-room-replay-queue-artist{font-size:11px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.inent-room-replay-queue-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.inent-room-replay-queue-votes{font-size:11px;color:#f97316;font-weight:700}.inent-room-replay-queue-time{font-size:10px;color:#666}.inent-room-replay-chat{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.inent-room-replay-chat-msg{display:flex;align-items:flex-start;gap:8px}.inent-room-replay-chat-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.inent-room-replay-chat-bubble{background:rgba(255,255,255,.05);border-radius:10px;padding:7px 11px;flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.inent-room-replay-chat-name{font-size:11px;font-weight:700;color:#1a9e7e;display:block}.inent-room-replay-chat-body{font-size:13px;color:#ddd;word-break:break-word;display:block}.inent-room-replay-chat-time{font-size:10px;color:#666;flex-shrink:0;margin-top:5px}.inent-room-replay-empty{color:#666;font-size:13px;margin:0;padding:8px 0}.inent-room-replay-toggle{background:0 0;border:1px solid rgba(255,255,255,.2);color:#aaa;border-radius:8px;font-size:12px;font-weight:600;padding:5px 12px;cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap}.inent-room-replay-toggle:hover{border-color:#1a9e7e;color:#1a9e7e}.inent-room-replay-toggle:disabled{opacity:.4;cursor:not-allowed}.inent-room-page{display:flex;flex-direction:column;gap:0}.inent-room-header{position:relative;background:linear-gradient(165deg,#1a0a2e 0%,#0d0d0d 50%,#0a1628 100%);border-radius:20px 20px 0 0;padding:1.25rem 1rem 1rem;overflow:hidden}.inent-room-header .inent-room-stage-glow{position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:0;opacity:0;transition:opacity .6s ease;background:radial-gradient(circle at 50% 0%,rgba(138,43,226,.18) 0%,transparent 65%)}.inent-room-page[data-status=live] .inent-room-header .inent-room-stage-glow{opacity:1;animation:inent-room-glow-pulse 2.5s ease-in-out infinite}.inent-room-header-inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:.75rem}.inent-room-header-meta{flex:1;min-width:0}.inent-room-header .inent-room-stage-status{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.6rem}.inent-room-header .inent-room-stage-title{font-size:1.25rem;font-weight:700;line-height:1.25;color:#fff;margin:0 0 .25rem;letter-spacing:-.01em}.inent-room-header .inent-room-stage-meta{font-size:.72rem;color:rgba(255,255,255,.45);margin:0 0 .5rem;letter-spacing:.02em}.inent-room-header .inent-room-host-info-row{margin-top:.4rem;padding:0;border:none;background:0 0}.inent-room-header-share{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);font-size:1.1rem;text-decoration:none;transition:background .15s,color .15s;margin-top:2px}.inent-room-header-share:hover{background:rgba(255,255,255,.15);color:#fff}.inent-room-page .inent-room-stage{border-radius:0;padding:1rem;margin:0}.inent-room-orb-wrap{display:flex;justify-content:center;padding:.5rem 0 .75rem;transition:opacity .3s ease,max-height .3s ease}.inent-room-stage--stream .inent-room-orb-wrap,.inent-room-stage--screening .inent-room-orb-wrap{display:none}.inent-room-stage--stream .inent-room-stream-stage{border:1.5px solid rgba(239,68,68,.4);box-shadow:0 0 24px rgba(239,68,68,.12)}.inent-room-stage--screening .inent-room-screening-stage{border:1.5px solid rgba(251,191,36,.3);box-shadow:0 0 20px rgba(251,191,36,.08)}.inent-room-presence{background:rgba(255,255,255,.025);border-left:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);padding:.75rem 1rem .75rem}.inent-room-presence .inent-room-participants-section{margin-top:0}.inent-room-actions{background:#111;border-radius:0;padding:.875rem 1rem;border-left:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:.75rem}.inent-room-actions-stat{display:flex;align-items:baseline;gap:5px}.inent-room-actions-stat .inent-room-stat-value{font-size:1.1rem;font-weight:700;color:#fff}.inent-room-actions-stat .inent-room-stat-label{font-size:.7rem;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.08em}.inent-room-actions .inent-room-action-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.inent-room-actions .inent-room-start-btn{flex:1;min-width:120px}.inent-room-actions .inent-room-join-btn,.inent-room-actions .inent-room-leave-btn{flex:1;min-width:120px}.inent-room-actions .inent-room-ended-notice{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em}.inent-room-host-panel{background:linear-gradient(135deg,#120828 0%,#0d1520 100%);border:1px solid rgba(138,43,226,.25);border-radius:0 0 4px 4px;padding:.875rem 1rem 1rem;margin-bottom:2px;display:flex;flex-direction:column;gap:.875rem}.inent-room-host-panel-header{display:flex;align-items:center;gap:.5rem}.inent-room-host-panel-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(138,43,226,.8)}.inent-room-host-panel-label:before{content:'◆ ';font-size:.45em;vertical-align:middle;opacity:.7}.inent-room-host-quick-bar{display:flex;flex-direction:column;gap:.75rem}.inent-room-host-quick-bar .inent-room-mode-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;background:0 0;border:none;padding:0;border-radius:0}.inent-room-host-quick-bar .inent-room-mode-controls-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.4);flex-shrink:0}.inent-room-mode-btn-group{display:flex;gap:.375rem;flex-wrap:wrap;flex:1}.inent-room-mode-btn-group .inent-room-mode-btn{flex:1;min-width:0;font-size:.75rem;padding:7px 10px;border-radius:8px}.inent-room-host-quick-bar .inent-room-live-controls{display:flex;gap:.5rem;flex-wrap:wrap;background:0 0;border:none;padding:0;border-radius:0}.inent-room-host-quick-bar .inent-room-lc-btn{flex:1;min-width:70px}.inent-room-host-tools-row{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.25rem;border-top:1px solid rgba(255,255,255,.06)}.inent-room-host-tool-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s,border-color .15s,color .15s;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.75);white-space:nowrap}.inent-room-host-tool-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.inent-room-host-tool-btn:active{transform:scale(.97)}.inent-room-host-tool-btn.inent-room-invite-btn{border-color:rgba(138,43,226,.4);color:rgba(198,160,246,.9)}.inent-room-host-tool-btn.inent-room-invite-btn:hover{background:rgba(138,43,226,.12);border-color:rgba(138,43,226,.6);color:#c6a0f6}.inent-room-page[data-mode=stream] .inent-room-host-panel{border-color:rgba(239,68,68,.35);background:linear-gradient(135deg,#1a0808 0%,#0d0d0d 100%)}.inent-room-page[data-mode=stream] .inent-room-host-panel-label{color:rgba(239,68,68,.9)}.inent-room-page[data-mode=screening] .inent-room-host-panel{border-color:rgba(251,191,36,.3);background:linear-gradient(135deg,#1a1200 0%,#0d0d0d 100%)}.inent-room-page[data-mode=screening] .inent-room-host-panel-label{color:rgba(251,191,36,.85)}.inent-room-page .inent-room-media-section{border-radius:12px;margin-top:12px}.inent-room-page[data-mode=stream] .inent-room-media-section{opacity:.7}.inent-room-page[data-mode=stream] .inent-room-media-section:focus-within{opacity:1}.inent-room-page .inent-room-social-section{border-radius:12px;margin-top:12px}.inent-room-page .inent-room-replay-section{margin-top:12px}.inent-room-card{position:relative;display:block;background:linear-gradient(145deg,#161616 0%,#111 100%);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:0;overflow:hidden;text-decoration:none;transition:border-color .2s,transform .15s,box-shadow .2s;color:inherit}.inent-room-card:hover{border-color:rgba(255,255,255,.15);transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.4)}.inent-room-card:active{transform:translateY(0)}.inent-room-card--live-stream{border-color:rgba(239,68,68,.3) !important}.inent-room-card--live-stream:hover{border-color:rgba(239,68,68,.5) !important;box-shadow:0 8px 32px rgba(239,68,68,.1) !important}.inent-room-card--artist{border-color:rgba(251,191,36,.25) !important}.inent-room-card--artist:hover{border-color:rgba(251,191,36,.45) !important;box-shadow:0 8px 32px rgba(251,191,36,.08) !important}.inent-room-card-orb{display:flex;align-items:center;justify-content:center;height:48px;background:linear-gradient(135deg,rgba(138,43,226,.12) 0%,rgba(59,130,246,.08) 100%);border-bottom:1px solid rgba(255,255,255,.04);font-size:1.4rem}.inent-room-card-body{padding:.75rem .875rem}.inent-room-card-title{font-size:.9rem;font-weight:700;color:#fff;margin:0 0 .4rem;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.inent-room-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:.6rem}.inent-room-card-host{font-size:.72rem;color:rgba(255,255,255,.5);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inent-room-participants{font-size:.7rem;color:rgba(255,255,255,.35);display:flex;align-items:center;gap:4px;margin-left:auto}.inent-room-card-cta{display:block;margin:.5rem .875rem .75rem;padding:8px;text-align:center;border-radius:8px;font-size:.78rem;font-weight:700;letter-spacing:.03em;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);transition:background .15s,border-color .15s,color .15s}.inent-room-card:hover .inent-room-card-cta{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.inent-room-card[data-status=live] .inent-room-card-cta{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.35);color:rgba(252,165,165,.9)}.inent-room-card[data-status=live]:hover .inent-room-card-cta{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5);color:#fca5a5}.inent-room-card[data-status=ended]{opacity:.6}.inent-room-card[data-status=ended]:hover{opacity:.8;transform:none}.inent-rooms-filter-tabs{display:flex;gap:.375rem;padding:0 1rem .875rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.inent-rooms-filter-tabs::-webkit-scrollbar{display:none}.inent-rooms-filter-tab{flex-shrink:0;padding:6px 16px;border-radius:20px;font-size:.78rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s,color .15s,border-color .15s;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);white-space:nowrap}.inent-rooms-filter-tab:hover{background:rgba(255,255,255,.08);color:rgba(255,255,255,.8)}.inent-rooms-filter-tab.is-active{background:rgba(138,43,226,.15);border-color:rgba(138,43,226,.5);color:#c4a0f6}.inent-rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px, 1fr));gap:12px;padding:0 1rem 1.5rem}.inent-room-page .inent-room-stage .inent-room-stream-stage,.inent-room-page .inent-room-stage .inent-room-screening-stage{margin:0}.inent-room-stage--stream .inent-room-stream-stage:not(.inent-room-live-stage--hidden){border-radius:12px}.inent-room-stream-indicator{display:flex;align-items:center;gap:8px;margin-bottom:.75rem}.inent-room-stream-live-label{font-size:.7rem;font-weight:800;letter-spacing:.12em}.inent-room-stream-video-area{min-height:160px}.inent-room-stream-host-row{display:flex;align-items:center;gap:10px;padding:.625rem 0 .25rem;border-top:1px solid rgba(255,255,255,.06);margin-top:.625rem}.inent-room-stream-host-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(239,68,68,.4)}.inent-room-stream-host-name{font-size:.82rem;font-weight:700;color:#fff;display:block}.inent-room-stream-broadcast-label{font-size:.68rem;color:rgba(239,68,68,.8);display:block;margin-top:1px}.inent-room-stream-viewer-count{display:flex;align-items:center;gap:5px;font-size:.72rem;color:rgba(255,255,255,.45);margin-top:.375rem}.inent-room-page .inent-room-now-playing-empty{padding:1.5rem 1rem}.inent-room-page .inent-room-now-playing-active{padding:.875rem}.inent-room-page .inent-room-np-title{font-size:.95rem;font-weight:700}.inent-room-page .inent-room-np-artist{font-size:.78rem}.inent-room-page .inent-room-queue-header{padding:.625rem .875rem}.inent-room-page .inent-room-queue-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.5)}.inent-room-add-media-btn{font-size:.75rem;font-weight:700;letter-spacing:.03em}.inent-room-pb-start-wrap{padding:.5rem .875rem .875rem}.inent-room-pinned{border-radius:10px}.inent-room-reaction-bar{padding:.5rem .875rem}.inent-room-chat-feed{min-height:120px}.inent-room-chat-input-bar{gap:8px}.inent-rooms-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.3);padding:.875rem 1rem .375rem;display:flex;align-items:center;gap:6px}.inent-rooms-section-label--live{color:rgba(239,68,68,.8)}.inent-rooms-section-label--live:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#ef4444;animation:inent-room-live-dot-pulse 1.4s ease-in-out infinite}.inent-room-page[data-mode=stream] .inent-room-presence{opacity:.75}.inent-room-page[data-mode=stream] .inent-room-presence:focus-within{opacity:1}.inent-room-page[data-mode=screening] .inent-room-media-section{opacity:.7}.inent-room-page[data-mode=screening] .inent-room-media-section:focus-within{opacity:1}.inent-room-page .inent-room-stage{background:linear-gradient(180deg,#0d0d1a 0%,#0a0a0a 100%);border:none;border-left:1px solid rgba(255,255,255,.04);border-right:1px solid rgba(255,255,255,.04);box-shadow:none}.inent-room-page .inent-room-stage.inent-room-stage--live{background:linear-gradient(180deg,#130a0a 0%,#0a0a0a 100%);border-color:transparent;box-shadow:none}.inent-room-page .inent-room-stage.inent-room-stage--artist{background:linear-gradient(180deg,#0e0c04 0%,#0a0a0a 100%)}.inent-room-page.is-viewer .inent-room-host-panel,.inent-room-page.is-viewer #inent-room-host-backdrop,.inent-room-page.is-viewer .inent-room-host-controls-toggle{display:none}.inent-room-page.is-host .inent-room-host-controls-toggle{display:flex}.inent-room-host-panel-close{display:none;background:0 0;border:none;color:rgba(255,255,255,.5);font-size:1.4rem;line-height:1;cursor:pointer;padding:0 4px;transition:color .15s}.inent-room-host-panel-close:hover{color:#fff}.inent-room-host-controls-toggle{display:none;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.85);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:999px;cursor:pointer;transition:background .15s,border-color .15s}.inent-room-host-controls-toggle:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}.inent-room-host-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:899;animation:inent-ux02-fade-in .2s ease}.inent-room-host-backdrop.inent-room-host-backdrop--visible{display:block}@keyframes inent-ux02-fade-in{from{opacity:0}to{opacity:1}}@media (max-width:640px){.inent-room-host-panel{position:fixed;bottom:0;left:0;right:0;z-index:900;transform:translateY(calc(100% + 2px));transition:transform .32s cubic-bezier(.32,0,.12,1);border-radius:22px 22px 0 0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-bottom:none;max-height:82vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,0px);margin:0}.inent-room-host-panel.inent-room-host-panel--open{transform:translateY(0)}.inent-room-host-panel:before{content:'';display:block;width:36px;height:4px;background:rgba(255,255,255,.2);border-radius:2px;margin:10px auto 4px;flex-shrink:0}.inent-room-host-panel-close{display:block}.inent-room-host-panel-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem}.inent-room-page.is-host .inent-room-host-controls-toggle{display:flex}.inent-room-page{gap:0;padding-bottom:calc(60px + env(safe-area-inset-bottom, 0px) + 6px)}.inent-room-header{border-radius:0;padding:.875rem .875rem .75rem}.inent-room-header .inent-room-stage-title{font-size:1.1rem}.inent-room-page .inent-room-stage{padding:.75rem .875rem}.inent-room-presence{padding:.625rem .875rem}.inent-room-actions{padding:.75rem .875rem;gap:10px}.inent-room-action-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.inent-room-join-btn,.inent-room-leave-btn,.inent-room-start-btn,.inent-room-end-btn{min-height:44px;padding:.625rem 1.25rem;font-size:.9rem}.inent-room-media-section{padding:.75rem .875rem}.inent-room-queue-section{margin-top:.5rem}.inent-room-presence{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.inent-room-pinned{position:sticky;top:0;z-index:10;border-radius:0;margin:0;background:rgba(20,14,40,.97);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.07)}.inent-room-chat-feed{height:280px;min-height:unset;max-height:320px;overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 .875rem}.inent-room-chat-msg{padding:6px 0;gap:8px}.inent-room-chat-msg-body{font-size:.85rem;line-height:1.4}.inent-room-chat-input-bar{position:sticky;bottom:0;z-index:20;background:rgba(10,10,10,.97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08);padding:.625rem .875rem;margin:0;padding-bottom:calc(0.625rem + env(safe-area-inset-bottom, 0px))}.inent-room-chat-gate{padding:.75rem .875rem;text-align:center}.inent-room-social-section{padding:0;overflow:hidden}.inent-room-reaction-bar{padding:.5rem .875rem;gap:6px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:rgba(10,10,10,.6)}.inent-room-react-btn{min-width:44px;min-height:44px;font-size:1.25rem;border-radius:12px;flex:1;display:flex;align-items:center;justify-content:center;padding:0}.inent-room-stream-stage,.inent-room-screening-stage{aspect-ratio:16/9;width:100%;max-height:none}#inent-room-stream-connecting{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:.875rem}#inent-room-stream-viewer-count,#inent-room-screening-viewer-count{font-size:.75rem;padding:3px 8px}.inent-room-stage--stream .inent-room-host-identity,.inent-room-stage--screening .inent-room-host-identity{font-size:.78rem}.inent-room-orb-wrap{padding:.375rem 0 .5rem}.inent-room-host-quick-bar{border-top:none;padding-top:.5rem}.inent-room-mode-btn{font-size:.78rem;padding:.375rem .625rem}.inent-room-media-section{border-bottom:none}.inent-room-now-playing-active{gap:10px}.inent-room-np-artwork{width:52px;height:52px}.inent-room-queue-item{padding:8px 0}}.inent-room-stage{transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.inent-room-mode-btn{transition:background .2s ease,color .2s ease,border-color .2s ease}.inent-room-join-btn,.inent-room-leave-btn,.inent-room-start-btn,.inent-room-end-btn{transition:opacity .2s ease,background .2s ease}.inent-room-join-btn:disabled,.inent-room-leave-btn:disabled,.inent-room-start-btn:disabled,.inent-room-end-btn:disabled{opacity:.6}.inent-room-page.is-joining .inent-room-action-bar{opacity:.65;pointer-events:none;transition:opacity .2s ease}.inent-room-chat-feed{scroll-behavior:smooth}.inent-room-host-panel-header{border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:.5rem;margin-bottom:.5rem}.inent-room-queue-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.35);margin:0}.inent-room-mode-badge{font-size:.65rem;font-weight:600;letter-spacing:.06em;opacity:.85}.inent-room-activity-event{font-size:.78rem;padding:2px 0;color:rgba(255,255,255,.4)}.inent-room-host-panel-header .inent-room-host-panel-label{flex:1}@media (prefers-reduced-motion:reduce){.inent-room-card,.inent-room-mode-btn,.inent-room-react-btn,.inent-room-orb-inner,.inent-room-orb-ring,.inent-room-orb-glow,.inent-room-host-ring,.inent-room-reaction-float,.inent-room-reaction-burst,.inent-room-participant-avatar,.inent-room-toast,.inent-room-queue-item,.inent-room-chat-item,.inent-room-page{animation:none !important;transition-duration:.01ms !important}.inent-room-np-status-dot--playing,.inent-room-status-badge--live:before,.inent-room-stage--live .inent-room-host-avatar,.inent-rooms-skeleton:after{animation:none !important}}@keyframes inent-ux03-room-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.inent-room-page{animation:inent-ux03-room-enter .3s ease both}.inent-room-page.is-joining .inent-room-join-btn{animation:inent-ux03-btn-loading 1.4s ease-in-out infinite}@keyframes inent-ux03-btn-loading{0%,100%{opacity:.65}50%{opacity:.92}}.inent-room-mode-badge{transition:background .28s ease,color .28s ease,box-shadow .28s ease}.inent-room-mode-btn--active{box-shadow:0 0 0 1px rgba(26,158,126,.5),0 0 14px rgba(26,158,126,.16)}.inent-room-mode-btn--active[data-mode=stream]{box-shadow:0 0 0 1px rgba(231,76,60,.55),0 0 14px rgba(231,76,60,.22)}@keyframes inent-ux03-mode-flash{0%{transform:scale(1)}45%{transform:scale(1.07)}100%{transform:scale(1)}}.inent-room-mode-btn--flash{animation:inent-ux03-mode-flash .28s ease}#inent-room-toast-container{position:fixed;bottom:calc(72px + env(safe-area-inset-bottom, 0px));left:50%;transform:translateX(-50%);z-index:20000;display:flex;flex-direction:column-reverse;align-items:center;gap:8px;pointer-events:none;width:max-content;max-width:calc(100vw - 32px)}.inent-room-toast{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;font-size:13px;font-weight:600;color:#fff;background:rgba(22,22,28,.95);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 4px 28px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.05) inset;animation:inent-ux03-toast-in .24s cubic-bezier(.34,1.56,.64,1) both;white-space:nowrap;pointer-events:none;letter-spacing:.01em}.inent-room-toast--success{border-color:rgba(72,187,120,.4);box-shadow:0 4px 28px rgba(0,0,0,.5),0 0 14px rgba(72,187,120,.12)}.inent-room-toast--error{border-color:rgba(231,76,60,.4);box-shadow:0 4px 28px rgba(0,0,0,.5),0 0 14px rgba(231,76,60,.12)}.inent-room-toast--info{border-color:rgba(162,89,255,.35)}.inent-room-toast--dismissing{animation:inent-ux03-toast-out .18s ease forwards}@keyframes inent-ux03-toast-in{from{opacity:0;transform:translateY(12px) scale(.88)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes inent-ux03-toast-out{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(5px) scale(.94)}}@keyframes inent-ux03-btn-confirm{0%{box-shadow:0 0 0 0 rgba(72,187,120,.65)}65%{box-shadow:0 0 0 9px rgba(72,187,120,0)}100%{box-shadow:0 0 0 0 rgba(72,187,120,0)}}.inent-room-btn--confirmed{animation:inent-ux03-btn-confirm .55s ease}.inent-room-page[data-mode=media] .inent-room-stage{background:linear-gradient(160deg,#1a2231 0%,#0d0d0d 75%)}.inent-room-media-section[data-playback-status=playing] .inent-room-now-playing{position:relative}.inent-room-media-section[data-playback-status=playing] .inent-room-now-playing:after{content:'';position:absolute;inset:0;border-radius:16px;background:radial-gradient(ellipse at 18% 50%,rgba(162,89,255,.09) 0%,transparent 68%);pointer-events:none;animation:inent-ux03-playing-pulse 3.2s ease-in-out infinite}@keyframes inent-ux03-playing-pulse{0%,100%{opacity:.5}50%{opacity:1}}.inent-room-page[data-mode=screening] .inent-room-stage{background:linear-gradient(160deg,#080812 0%,#0d0d0d 82%);border-color:rgba(66,153,225,.2);box-shadow:0 0 40px rgba(66,153,225,.05) inset}.inent-room-page[data-mode=screening] .inent-room-mode-btn--active{box-shadow:0 0 0 1px rgba(66,153,225,.5),0 0 14px rgba(66,153,225,.2)}.inent-room-screening-stage{position:relative}.inent-room-screening-stage:before{content:'';position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse at center,transparent 52%,rgba(0,0,0,.5) 100%);pointer-events:none;z-index:1}.inent-room-page[data-mode=stream] .inent-room-stage{background:linear-gradient(160deg,#2d1a1a 0%,#0d0d0d 72%);border-color:rgba(231,76,60,.28);box-shadow:0 0 44px rgba(231,76,60,.07) inset}.inent-room-page[data-mode=stream] .inent-room-presence{border-top:1px solid rgba(231,76,60,.16)}.inent-room-page[data-mode=stream] .inent-room-social-proof-dot{background:#e74c3c;animation:inent-room-pulse 1.1s ease-in-out infinite,inent-ux03-live-dot-ring 1.6s ease-out infinite}@keyframes inent-ux03-live-dot-ring{0%{box-shadow:0 0 0 0 rgba(231,76,60,.6)}70%{box-shadow:0 0 0 7px rgba(231,76,60,0)}100%{box-shadow:0 0 0 0 rgba(231,76,60,0)}}.inent-room-stage--live .inent-room-host-avatar{box-shadow:0 0 0 3px rgba(231,76,60,.5);animation:inent-ux03-host-live-pulse 2.5s ease-in-out infinite}@keyframes inent-ux03-host-live-pulse{0%,100%{box-shadow:0 0 0 3px rgba(231,76,60,.48)}50%{box-shadow:0 0 0 6px rgba(231,76,60,.12)}}.inent-room-participant-avatar--entering{animation:inent-ux03-avatar-enter .38s cubic-bezier(.34,1.56,.64,1) both}@keyframes inent-ux03-avatar-enter{from{opacity:0;transform:scale(.45) translateY(8px)}60%{transform:scale(1.1) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.inent-room-stat-value--bump{animation:inent-ux03-count-bump .42s cubic-bezier(.34,1.56,.64,1);display:inline-block}@keyframes inent-ux03-count-bump{0%{transform:scale(1)}42%{transform:scale(1.24);color:#fff}100%{transform:scale(1)}}.inent-room-participants-count-pill--bump{animation:inent-ux03-count-bump .4s cubic-bezier(.34,1.56,.64,1);display:inline-block}.inent-room-social-proof-dot{transition:background .35s ease}.inent-room-strip-role-badge{transition:transform .15s ease}.inent-room-participant-wrap:hover .inent-room-strip-role-badge{transform:scale(1.12) translateY(-1px)}.inent-room-page[data-mode=stream] .inent-room-crowd-dot{background:rgba(231,76,60,.55)}.inent-room-react-btn:active:not(:disabled){transform:scale(.86);transition:transform .06s ease}.inent-room-react-btn--sending{animation:inent-ux03-react-send .52s cubic-bezier(.34,1.56,.64,1)}@keyframes inent-ux03-react-send{0%{transform:scale(1)}35%{transform:scale(1.45)}55%{transform:scale(.88)}100%{transform:scale(1)}}.inent-room-reaction-burst{animation:inent-ux03-burst-float 1.55s cubic-bezier(.22,1,.36,1) forwards}@keyframes inent-ux03-burst-float{0%{transform:translateY(0) scale(.5);opacity:0}12%{transform:translateY(-12px) scale(1.35);opacity:1}65%{transform:translateY(-90px) scale(1) translateX(calc(var(--drift, 1) * 22px));opacity:.85}100%{transform:translateY(-132px) scale(.68) translateX(calc(var(--drift, 1) * 38px));opacity:0}}.inent-room-reaction-float{animation:inent-ux03-reaction-float 1.45s cubic-bezier(.22,1,.36,1) forwards}@keyframes inent-ux03-reaction-float{0%{transform:translateY(0) scale(.6);opacity:0}12%{transform:translateY(-10px) scale(1.28);opacity:1}65%{transform:translateY(-80px) scale(1);opacity:.9}100%{transform:translateY(-122px) scale(.78);opacity:0}}.inent-room-reaction-flash{position:fixed;inset:0;background:rgba(255,255,255,.04);pointer-events:none;z-index:19000;animation:inent-ux03-flash .32s ease-out forwards}@keyframes inent-ux03-flash{from{opacity:1}to{opacity:0}}.inent-room-queue-item{animation:inent-ux03-queue-enter .26s ease both}@keyframes inent-ux03-queue-enter{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.inent-room-queue-item--just-added{animation:inent-ux03-queue-highlight 1.1s ease}@keyframes inent-ux03-queue-highlight{0%{background:rgba(162,89,255,.32);box-shadow:0 0 0 1px rgba(162,89,255,.55)}65%{background:rgba(162,89,255,.11);box-shadow:0 0 0 1px rgba(162,89,255,.15)}100%{background:rgba(255,255,255,.04);box-shadow:none}}.inent-room-queue-vote--voted{animation:inent-ux03-vote-confirm .38s cubic-bezier(.34,1.56,.64,1)}@keyframes inent-ux03-vote-confirm{0%{transform:scale(1)}45%{transform:scale(1.28)}100%{transform:scale(1)}}.inent-room-now-playing{transition:border-color .38s ease,box-shadow .38s ease}.inent-room-now-playing-active{transition:opacity .18s ease}.inent-room-now-playing-active--changing{opacity:0}.inent-room-np-artwork{transition:opacity .28s ease}.inent-room-pb-btn:active{transform:scale(.88);transition:transform .06s ease}.inent-room-chat-feed{gap:12px;padding:16px 14px 12px}.inent-room-chat-item{animation:inent-ux03-chat-enter .22s cubic-bezier(.22,1,.36,1) both}@keyframes inent-ux03-chat-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.inent-room-chat-item--system{opacity:.62;padding:2px 0}.inent-room-chat-item--system .inent-room-chat-system-body{background:rgba(255,255,255,.045);border-radius:20px;padding:3px 12px;font-size:10.5px;letter-spacing:.03em}.inent-room-chat-item--reaction{background:rgba(255,255,255,.028);border-radius:10px;padding:5px 10px;margin:-2px}.inent-room-chat-item--message:has(.inent-room-chat-name--host){padding-left:10px;border-left:2px solid rgba(26,158,126,.5);margin-left:-12px}.inent-room-chat-body{color:rgba(255,255,255,.93)}.inent-room-chat-time{opacity:.62}#inent-room-pinned{transition:opacity .22s ease,transform .22s ease}#inent-room-pinned-text{color:rgba(255,255,255,.92);line-height:1.45}.inent-create-room-overlay,.inent-invite-overlay,.inent-add-media-overlay,#inent-room-share-overlay,#inent-role-mgmt-overlay{animation:inent-ux03-backdrop-in .2s ease both}@keyframes inent-ux03-backdrop-in{from{opacity:0}to{opacity:1}}.inent-create-room-sheet,.inent-invite-sheet,.inent-add-media-sheet,#inent-room-share-sheet,.inent-role-mgmt-sheet{animation:inent-ux03-sheet-up .28s cubic-bezier(.32,0,.12,1) both}@keyframes inent-ux03-sheet-up{from{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}.inent-create-room-sheet:before,.inent-invite-sheet:before,.inent-add-media-sheet:before{content:'';display:block;width:36px;height:4px;background:rgba(255,255,255,.18);border-radius:2px;margin:0 auto 18px;flex-shrink:0}.inent-invite-results,.inent-add-media-panel,#inent-role-mgmt-list{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (min-width:641px){#inent-room-host-panel{animation:inent-ux03-panel-fade-in .2s ease both}}@keyframes inent-ux03-panel-fade-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.inent-room-join-btn:active,.inent-room-leave-btn:active,.inent-room-start-btn:active,.inent-room-end-btn:active{transform:scale(.97);transition:transform .06s ease}.inent-room-mode-btn{transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .1s ease}.inent-room-mode-btn:hover:not(:disabled):not(.inent-room-mode-btn--active){transform:translateY(-1px)}.inent-room-mode-btn:active:not(:disabled){transform:scale(.95);transition:transform .06s ease}.inent-room-queue-vote.is-voted{background:rgba(162,89,255,.26);border-color:rgba(162,89,255,.52);color:#c084fc}.inent-room-queue-vote:active,.inent-room-queue-remove:active,.inent-room-queue-play:active{transform:scale(.87);transition:transform .06s ease}.inent-room-card-cta{transition:background .18s ease,transform .1s ease,border-color .18s ease,color .18s ease}.inent-room-card:hover .inent-room-card-cta{transform:scale(1.04)}.inent-room-chat-send:active{transform:scale(.92);transition:transform .06s ease}.inent-invite-result-btn:active,.inent-add-media-item-btn:active{transform:scale(.93);transition:transform .06s ease}.inent-rooms-skeleton{overflow:hidden;position:relative;animation:none}.inent-rooms-skeleton:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 38%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.04) 62%,transparent 100%);background-size:200% 100%;animation:inent-ux03-shimmer 1.9s ease-in-out infinite}@keyframes inent-ux03-shimmer{0%{background-position:-100% 0}100%{background-position:200% 0}}.inent-room-chat-loading-dot{background:rgba(162,89,255,.45)}.inent-rooms-empty,.inent-room-chat-empty,.inent-room-queue-empty,.inent-invite-empty,.inent-add-media-empty{animation:inent-ux03-empty-appear .3s ease both}@keyframes inent-ux03-empty-appear{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.inent-invite-searching,.inent-add-media-searching{animation:inent-ux03-searching-pulse 1.3s ease-in-out infinite}@keyframes inent-ux03-searching-pulse{0%,100%{opacity:.48}50%{opacity:.92}}#inent-room-stream-connecting{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.inent-rooms-grid .inent-room-card{animation:inent-ux03-card-enter .3s ease both}.inent-rooms-grid .inent-room-card:nth-child(1){animation-delay:.04s}.inent-rooms-grid .inent-room-card:nth-child(2){animation-delay:.08s}.inent-rooms-grid .inent-room-card:nth-child(3){animation-delay:.12s}.inent-rooms-grid .inent-room-card:nth-child(4){animation-delay:.16s}.inent-rooms-grid .inent-room-card:nth-child(5){animation-delay:.2s}.inent-rooms-grid .inent-room-card:nth-child(6){animation-delay:.24s}@keyframes inent-ux03-card-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.inent-room-card[data-status=live]{border-color:rgba(231,76,60,.32);box-shadow:0 0 0 1px rgba(231,76,60,.14),0 4px 22px rgba(231,76,60,.1);position:relative}.inent-room-card[data-status=live]:after{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(231,76,60,.75) 50%,transparent 100%);border-radius:16px 16px 0 0;pointer-events:none}.inent-room-card:hover{background:rgba(255,255,255,.078);border-color:rgba(255,255,255,.16);transform:translateY(-2px);box-shadow:0 10px 32px rgba(0,0,0,.48),0 2px 8px rgba(0,0,0,.3)}.inent-room-card:hover .inent-room-card-orb{transform:scale(1.05);transition:transform .18s ease}.inent-home-live-room-chip{transition:transform .14s ease,box-shadow .15s ease,border-color .15s ease}.inent-home-live-room-chip:hover{border-color:rgba(26,158,126,.55);box-shadow:0 7px 22px rgba(0,0,0,.36)}.inent-room-toast,.inent-room-reaction-float,.inent-room-reaction-burst,.inent-room-participant-avatar--entering,.inent-room-queue-item--just-added{will-change:transform,opacity}.inent-room-right-col{display:contents}@media (min-width:768px) and (max-width:959px){.inent-rooms-grid{grid-template-columns:repeat(2,1fr);gap:14px}.inent-room-header .inent-room-stage-title{font-size:1.4rem}.inent-room-orb-wrap{padding:1rem 0 1.25rem}.inent-room-now-playing-active{gap:16px}.inent-room-host-panel{border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);margin:0 0 .75rem}.inent-rooms-filters{gap:10px;padding:.75rem 1rem}}@media (min-width:960px){.inent-room-right-col{display:flex;flex-direction:column;gap:0}.inent-room-page{display:grid;grid-template-columns:minmax(0, 1fr) 380px;grid-template-rows:auto;gap:0;align-items:start}.inent-room-page>.inent-room-header{grid-column:1/-1;grid-row:1;border-radius:20px 20px 0 0;padding:1.5rem 1.75rem 1.25rem}.inent-room-page>.inent-room-header .inent-room-stage-title{font-size:1.75rem;letter-spacing:-.02em}.inent-room-page>.inent-room-stage{grid-column:1;grid-row:2;padding:1.5rem 1.75rem;min-height:320px}.inent-room-page>.inent-room-right-col{grid-column:2;grid-row:2/5;border-left:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.015);min-height:0;overflow-y:auto;max-height:calc(100vh - 80px);position:sticky;top:0}.inent-room-page>.inent-room-media-section{grid-column:1;grid-row:3}.inent-room-page>.inent-room-replay-section{grid-column:1/-1;grid-row:4}.inent-room-page .inent-room-stream-stage,.inent-room-page .inent-room-screening-stage{aspect-ratio:16/9;width:100%;max-height:520px;border-radius:14px;overflow:hidden}.inent-room-page .inent-room-orb-wrap{padding:1.5rem 0 2rem}.inent-room-page .inent-room-orb{width:160px;height:160px}.inent-room-page .inent-room-stage{border-radius:0}.inent-room-right-col .inent-room-social-section{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.inent-room-right-col .inent-room-chat-feed{flex:1;min-height:220px;max-height:none;height:auto;overflow-y:auto;padding:12px 16px;scroll-behavior:smooth}.inent-room-right-col .inent-room-chat-input-bar{position:relative;bottom:auto;z-index:auto;border-top:1px solid rgba(255,255,255,.07);padding:.75rem 1rem;background:rgba(10,10,10,.8);backdrop-filter:none;-webkit-backdrop-filter:none}.inent-room-right-col .inent-room-pinned{position:relative;top:auto;z-index:auto;border-radius:0;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(138,43,226,.08);margin:0}.inent-room-right-col .inent-room-reaction-bar{padding:.5rem 1rem;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:rgba(10,10,10,.4);justify-content:space-around}.inent-room-right-col .inent-room-react-btn{min-width:40px;min-height:40px;font-size:1.2rem;flex:1}.inent-room-right-col .inent-room-presence{padding:1rem 1.25rem .75rem;border-bottom:1px solid rgba(255,255,255,.06)}.inent-room-right-col .inent-room-presence .inent-room-social-proof{margin-top:.5rem}.inent-room-right-col .inent-room-presence .inent-room-activity-feed{max-height:60px;overflow:hidden;margin-top:.25rem}.inent-room-right-col .inent-room-actions{padding:.875rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px}.inent-room-right-col .inent-room-actions-stat{display:flex;align-items:center;gap:6px}.inent-room-right-col .inent-room-actions-stat .inent-room-stat-value{font-size:1.3rem;font-weight:700}.inent-room-right-col .inent-room-host-panel{border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(138,43,226,.04);margin:0;padding:.875rem 1.25rem}.inent-room-right-col .inent-room-host-panel-header{display:flex;align-items:center;gap:8px;padding-bottom:.625rem;margin-bottom:.625rem;border-bottom:1px solid rgba(255,255,255,.06)}.inent-room-right-col .inent-room-host-panel-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(138,43,226,.85)}.inent-room-right-col .inent-room-host-quick-bar{display:flex;flex-direction:column;gap:10px;border-top:none;padding-top:0}.inent-room-right-col .inent-room-mode-controls{display:flex;flex-direction:column;gap:6px}.inent-room-right-col .inent-room-mode-controls-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.35)}.inent-room-right-col .inent-room-mode-btn-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.inent-room-right-col .inent-room-mode-btn{font-size:.72rem;padding:.4rem .5rem;text-align:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-right-col .inent-room-live-controls{display:flex;gap:8px}.inent-room-right-col .inent-room-lc-btn{flex:1;flex-direction:column;gap:4px;padding:.5rem .25rem;font-size:.68rem;min-height:auto}.inent-room-right-col .inent-room-lc-icon{font-size:1.1rem}.inent-room-right-col .inent-room-host-tools-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.inent-room-right-col .inent-room-host-tool-btn{flex:1;min-width:80px;font-size:.75rem;padding:.45rem .5rem;text-align:center;justify-content:center;border-radius:8px}.inent-room-page>.inent-room-media-section{padding:1.25rem 1.75rem;border-top:1px solid rgba(255,255,255,.05)}.inent-room-now-playing-active{display:flex;align-items:center;gap:20px;padding:1.125rem 1.25rem}.inent-room-np-artwork-wrap{flex-shrink:0}.inent-room-np-artwork{width:72px;height:72px;border-radius:10px}.inent-room-np-info{flex:1;min-width:0}.inent-room-np-title{font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-np-artist{font-size:.82rem;margin-top:2px}.inent-room-pb-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.inent-room-pb-btn{width:38px;height:38px;font-size:1rem}.inent-room-queue-section{margin-top:1rem}.inent-room-queue-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 .625rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:.5rem}.inent-room-queue-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4)}.inent-room-add-media-btn{font-size:.78rem;padding:.35rem .875rem}.inent-room-queue-list{display:flex;flex-direction:column;gap:2px}.inent-room-queue-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:10px 12px;border-radius:10px}.inent-room-now-playing-empty{display:flex;flex-direction:row;align-items:center;gap:16px;padding:1.25rem 1.5rem;border-radius:14px;background:rgba(255,255,255,.025);border:1px dashed rgba(255,255,255,.08)}.inent-room-now-playing-empty .inent-room-media-icon{font-size:2rem;flex-shrink:0}.inent-room-now-playing-empty .inent-room-media-empty-title{font-size:.92rem;font-weight:600;margin:0 0 2px}.inent-room-now-playing-empty .inent-room-media-empty-hint{font-size:.78rem;margin:0;opacity:.55}.inent-room-queue-empty{padding:1.25rem;text-align:center;font-size:.85rem;color:rgba(255,255,255,.35);border-radius:10px;background:rgba(255,255,255,.02);border:1px dashed rgba(255,255,255,.06)}#inent-room-stream-connecting{border-radius:14px;background:rgba(0,0,0,.55)}.inent-room-chat-empty{padding:2rem 1rem;text-align:center;color:rgba(255,255,255,.3);font-size:.85rem}.inent-room-participants-empty{font-size:.8rem;text-align:left;padding:.5rem 0}.inent-rooms-content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.inent-rooms-page-header{padding:2rem 0 1.5rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:1.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.inent-rooms-title{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0}.inent-rooms-subtitle{font-size:.88rem;color:rgba(255,255,255,.42);margin:.4rem 0 0;max-width:420px}.inent-rooms-filters{gap:8px;padding:0 0 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1.5rem}.inent-rooms-filter-tab{padding:.45rem 1.125rem;font-size:.82rem;border-radius:999px}.inent-rooms-grid{grid-template-columns:repeat(3,1fr);gap:16px}.inent-room-card{padding:1.125rem 1.25rem;border-radius:16px;gap:14px}.inent-room-card-orb{font-size:2rem;width:52px;height:52px;border-radius:14px}.inent-room-card-title{font-size:.96rem;font-weight:700;line-height:1.3;margin-bottom:6px}.inent-room-card-meta{gap:6px;flex-wrap:wrap}.inent-room-card-cta{font-size:.8rem;padding:.45rem 1rem;align-self:flex-end;flex-shrink:0}.inent-room-card--artist{border-color:rgba(212,175,55,.3)}.inent-room-card--live-stream{border-color:rgba(231,76,60,.35)}.inent-rooms-empty{grid-column:1/-1;padding:4rem 2rem;text-align:center}.inent-rooms-empty-icon{font-size:3.5rem;display:block;margin-bottom:1rem;opacity:.5}.inent-rooms-empty-text{font-size:1.2rem;font-weight:700;color:rgba(255,255,255,.65);margin:0 0 .5rem}.inent-rooms-empty-sub{font-size:.88rem;color:rgba(255,255,255,.35);margin:0}.inent-room-right-col .inent-room-participants-row{gap:8px;flex-wrap:wrap}.inent-room-right-col .inent-room-participant-wrap{position:relative}.inent-room-right-col .inent-room-manage-participant-btn{opacity:0;transition:opacity .15s ease}.inent-room-right-col .inent-room-participant-wrap:hover .inent-room-manage-participant-btn{opacity:1}.inent-room-right-col .inent-room-participants-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}}@media (min-width:1280px){.inent-room-page{grid-template-columns:minmax(0, 1fr) 420px}.inent-room-page>.inent-room-right-col{max-height:calc(100vh - 60px)}.inent-room-page>.inent-room-stage{min-height:380px;padding:2rem 2.25rem}.inent-room-page>.inent-room-header{padding:1.75rem 2.25rem 1.5rem}.inent-room-page>.inent-room-header .inent-room-stage-title{font-size:2rem}.inent-room-page>.inent-room-media-section{padding:1.5rem 2.25rem}.inent-rooms-grid{grid-template-columns:repeat(4,1fr);gap:18px}.inent-rooms-content{max-width:1400px;padding:0 2rem}.inent-room-page .inent-room-orb{width:200px;height:200px}.inent-room-page .inent-room-stream-stage,.inent-room-page .inent-room-screening-stage{max-height:620px}.inent-room-queue-list{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}}@media (max-width:640px){.inent-room-right-col{display:contents}.inent-rooms-grid{grid-template-columns:1fr}.inent-room-right-col{position:static;max-height:none;overflow-y:visible}}@media (min-width:960px){#inent-room-toast-container{bottom:32px;right:420px;left:auto;transform:none;align-items:flex-end}}@media (min-width:960px) and (prefers-reduced-motion:no-preference){.inent-room-right-col{animation:inent-desktop-col-appear .35s ease both;animation-delay:.05s}@keyframes inent-desktop-col-appear{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.inent-room-page>.inent-room-stage{animation:inent-desktop-stage-appear .4s ease both}@keyframes inent-desktop-stage-appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@media (min-width:1280px){#inent-room-toast-container{right:460px}}@media (min-width:960px){.inent-room-right-col{contain:layout style}.inent-room-page>.inent-room-media-section{contain:layout}}.inent-room-page.is-viewer .inent-room-host-dock,.inent-room-page.is-viewer .inent-room-host-panel,.inent-room-page.is-viewer #inent-room-host-backdrop,.inent-room-page.is-viewer .inent-room-host-controls-toggle{display:none !important}.inent-room-action-bar--host-dock{display:none}.inent-room-host-dock{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1rem .875rem;background:linear-gradient(135deg,#120828 0%,#0d1520 100%);border:1px solid rgba(138,43,226,.2);border-radius:14px;margin:0 0 .5rem}.inent-room-host-dock[data-mode=stream]{background:linear-gradient(135deg,#1a0808 0%,#0d0d1a 100%);border-color:rgba(239,68,68,.3)}.inent-room-host-dock[data-mode=screening]{background:linear-gradient(135deg,#1a1200 0%,#0d0d1a 100%);border-color:rgba(251,191,36,.25)}.inent-room-host-dock-state-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.inent-room-host-dock-status-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 9px 3px 7px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.55)}.inent-room-host-dock-status-chip--live{background:rgba(239,68,68,.14);border-color:rgba(239,68,68,.4);color:#fca5a5}.inent-room-host-dock-status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);flex-shrink:0}.inent-room-host-dock-status-chip--live .inent-room-host-dock-status-dot{background:#ef4444;box-shadow:0 0 6px rgba(239,68,68,.7);animation:inent-h01-pulse 2s ease-in-out infinite}@keyframes inent-h01-pulse{0%,100%{opacity:1}50%{opacity:.45}}.inent-room-host-dock-mode-chip{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:.68rem;font-weight:600;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6)}.inent-room-host-dock-mode-chip[data-mode=stream]{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#fca5a5}.inent-room-host-dock-mode-chip[data-mode=screening]{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.28);color:#fde68a}.inent-room-host-dock .inent-room-mode-controls{display:flex;flex-direction:column;gap:5px;background:0 0;border:none;padding:0;margin:0}.inent-room-host-dock .inent-room-mode-controls-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.32)}.inent-room-host-dock .inent-room-mode-btn-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px}.inent-room-host-dock .inent-room-mode-btn{font-size:.71rem;padding:6px 8px;text-align:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:8px}.inent-room-host-dock .inent-room-live-controls{display:flex;gap:6px;flex-wrap:nowrap;background:0 0;border:none;padding:0;margin:0}.inent-room-host-dock .inent-room-lc-btn{flex:1;min-width:60px;flex-direction:column;gap:3px;padding:7px 6px 5px;font-size:.67rem;border-radius:9px;position:relative}.inent-room-host-dock .inent-room-lc-icon{font-size:1.1rem;line-height:1}.inent-room-host-dock .inent-room-lc-btn--active[data-ctrl=camera]{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.35);color:#86efac}.inent-room-host-dock .inent-room-lc-btn--active[data-ctrl=mic]{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.35);color:#86efac}.inent-room-host-dock .inent-room-lc-btn[aria-pressed=false]{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.25);color:rgba(255,255,255,.4)}.inent-room-host-dock .inent-room-lc-btn[data-ctrl=screen][aria-pressed=true]{background:rgba(99,102,241,.14);border-color:rgba(99,102,241,.4);color:#c7d2fe}.inent-room-host-dock-bottom-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-top:.375rem;border-top:1px solid rgba(255,255,255,.06);margin-top:.125rem}.inent-room-host-dock-start-btn{flex:1;min-width:0;padding:8px 14px;font-size:.8rem;font-weight:700;border-radius:10px;background:linear-gradient(135deg,rgba(138,43,226,.9),rgba(109,40,217,.9));border:1px solid rgba(138,43,226,.6);color:#fff;cursor:pointer;transition:opacity .15s,transform .12s;letter-spacing:.02em}.inent-room-host-dock-start-btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.inent-room-host-dock-start-btn:active{transform:scale(.97)}.inent-room-host-dock-start-btn:disabled{opacity:.45;cursor:default}.inent-room-host-dock-end-btn{flex:1;min-width:0;padding:8px 14px;font-size:.78rem;font-weight:600;border-radius:10px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#fca5a5;cursor:pointer;transition:background .15s,border-color .15s}.inent-room-host-dock-end-btn:hover:not(:disabled){background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.55)}.inent-room-host-dock-end-btn:active{transform:scale(.97)}.inent-room-host-dock .inent-room-host-controls-toggle{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;font-size:.76rem;font-weight:600;border-radius:9px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.75);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.inent-room-host-dock .inent-room-host-controls-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.inent-room-host-dock .inent-room-host-controls-toggle[aria-expanded=true]{background:rgba(138,43,226,.15);border-color:rgba(138,43,226,.4);color:#c4b5fd}.inent-room-host-panel-section{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px solid rgba(255,255,255,.06)}.inent-room-host-panel-section:first-of-type{border-top:none;padding-top:.25rem}.inent-room-host-panel-section-header{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.inent-room-host-panel-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(138,43,226,.8)}.inent-room-host-panel-section-hint{font-size:.62rem;color:rgba(255,255,255,.3);font-weight:400}.inent-room-host-mgmt-console{display:flex;flex-direction:column;gap:0;min-height:32px;max-height:220px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-radius:8px;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.06)}.inent-room-host-mgmt-empty{font-size:.75rem;color:rgba(255,255,255,.3);text-align:center;padding:1rem;margin:0}.inent-room-host-mgmt-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:7px 10px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .12s}.inent-room-host-mgmt-row:last-child{border-bottom:none}.inent-room-host-mgmt-row:hover{background:rgba(255,255,255,.03)}.inent-room-host-mgmt-identity{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.inent-room-host-mgmt-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.inent-room-host-mgmt-avatar-fallback{width:28px;height:28px;border-radius:50%;background:rgba(138,43,226,.3);border:1px solid rgba(138,43,226,.5);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#c4b5fd;flex-shrink:0}.inent-room-host-mgmt-info{display:flex;flex-direction:column;gap:2px;min-width:0}.inent-room-host-mgmt-uid{font-size:.7rem;font-weight:600;color:rgba(255,255,255,.75);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inent-room-host-mgmt-actions{display:flex;gap:4px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.inent-room-host-mgmt-action-btn{padding:3px 8px;font-size:.65rem;font-weight:600;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(255,255,255,.65);cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap}.inent-room-host-mgmt-action-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#fff}.inent-room-host-mgmt-promote{border-color:rgba(99,102,241,.3);color:#c7d2fe}.inent-room-host-mgmt-promote:hover{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.5)}.inent-room-host-mgmt-demote{border-color:rgba(251,191,36,.28);color:#fde68a}.inent-room-host-mgmt-demote:hover{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.45)}.inent-room-host-mgmt-kick{border-color:rgba(239,68,68,.25);color:#fca5a5}.inent-room-host-mgmt-kick:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.4)}.inent-room-host-mgmt-status,.inent-role-mgmt-status{font-size:.72rem;color:rgba(255,255,255,.45);min-height:1em;margin:0}.inent-room-host-panel .inent-room-host-tools-row{display:flex;gap:5px;flex-wrap:wrap}.inent-room-host-panel .inent-room-host-tool-btn{flex:1;min-width:72px;font-size:.74rem;padding:7px 10px;text-align:center;justify-content:center;border-radius:8px}.inent-room-share-host-btn{border-color:rgba(34,197,94,.25) !important;color:rgba(134,239,172,.85) !important}.inent-room-share-host-btn:hover{background:rgba(34,197,94,.08) !important;border-color:rgba(34,197,94,.45) !important;color:#86efac !important}@media (min-width:641px){.inent-room-right-col .inent-room-host-dock{border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(138,43,226,.035);margin:0;padding:.875rem 1.25rem}.inent-room-right-col .inent-room-host-dock[data-mode=stream]{background:rgba(239,68,68,.03)}.inent-room-right-col .inent-room-host-dock[data-mode=screening]{background:rgba(251,191,36,.025)}.inent-room-right-col .inent-room-host-panel{position:static;transform:none;max-height:none;border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.015);padding:.875rem 1.25rem 1rem;display:none}.inent-room-right-col .inent-room-host-panel.inent-room-host-panel--open{display:flex;flex-direction:column;gap:0}.inent-room-right-col .inent-room-host-panel{transition:none}.inent-room-right-col .inent-room-host-panel-header{padding-bottom:.625rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.inent-room-right-col .inent-room-host-dock .inent-room-mode-btn-group{gap:5px}.inent-room-right-col .inent-room-host-dock .inent-room-mode-btn{font-size:.69rem;padding:5px 7px}.inent-room-right-col .inent-room-host-dock .inent-room-lc-btn{padding:6px 4px 4px;font-size:.63rem;min-width:50px}.inent-room-right-col .inent-room-host-panel-close{display:block}.inent-room-right-col~#inent-room-host-backdrop,.inent-room-right-col .inent-room-host-backdrop{display:none !important}}@media (max-width:640px){.inent-room-host-dock{border-radius:12px;margin:0 0 .5rem;padding:.75rem .875rem}.inent-room-host-dock-state-row{flex-wrap:wrap;gap:.375rem}.inent-room-host-dock-bottom-row{gap:.4rem}.inent-room-host-dock .inent-room-mode-btn{font-size:.67rem;padding:5px 6px}.inent-room-host-panel-section{padding:.625rem 0}.inent-room-host-mgmt-console{max-height:280px}.inent-room-host-mgmt-row{padding:9px 12px}.inent-room-host-mgmt-action-btn{padding:5px 10px;font-size:.68rem;min-height:32px}.inent-room-host-panel .inent-room-host-tool-btn{flex:1 1 calc(50% - 4px);min-width:80px}}.inent-room-page[data-mode=media] .inent-room-host-dock .inent-room-live-controls{display:none !important}.inent-room-page[data-mode=screening] .inent-room-host-dock .inent-room-live-controls{display:none !important}.inent-room-page[data-mode=stream] .inent-room-host-dock .inent-room-live-controls{display:flex !important}.inent-room-host-dock .inent-room-lc-btn--active{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.3);color:#86efac}@media (min-width:960px){.inent-room-right-col .inent-room-host-dock{padding:1rem 1.25rem}.inent-room-right-col .inent-room-host-panel.inent-room-host-panel--open{padding:.75rem 1.25rem 1rem}.inent-room-right-col .inent-room-host-mgmt-console{max-height:300px}.inent-room-right-col .inent-room-host-panel{padding:0}}@media (prefers-reduced-motion:no-preference){.inent-room-host-panel{transition:transform .32s cubic-bezier(.32,0,.12,1)}}.inent-rooms-content.inent-premium-page,.inent-room-content.inent-premium-page{overflow-x:clip;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 60px rgba(2,6,23,.38);padding:clamp(12px, 2.8vw, 22px);margin:0}.inent-rooms-content.inent-premium-page .inent-rooms-surface,.inent-room-content.inent-premium-page .inent-room-command-surface{border-radius:28px}.inent-rooms-content.inent-premium-page .inent-rooms-page-header{margin-bottom:18px}.inent-rooms-content.inent-premium-page .inent-rooms-title{font-size:clamp(30px, 4.6vw, 44px);letter-spacing:-.04em}.inent-rooms-content.inent-premium-page .inent-rooms-subtitle{color:var(--inent-premium-muted);font-size:14px}.inent-rooms-content.inent-premium-page .inent-rooms-filters{margin-bottom:18px;padding:8px;border:1px solid var(--inent-premium-border);border-radius:var(--inent-premium-radius-lg);background:rgba(255,255,255,.03)}.inent-rooms-content.inent-premium-page .inent-rooms-filter-tab{min-height:40px;border-radius:var(--inent-premium-radius-pill)}.inent-rooms-content.inent-premium-page .inent-rooms-filter-tab.is-active{background:var(--inent-premium-gradient-brand);color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(76,29,149,.28)}.inent-rooms-content.inent-premium-page .inent-rooms-grid{gap:14px}.inent-rooms-content.inent-premium-page .inent-room-card{border-color:var(--inent-premium-border);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02)),rgba(12,18,30,.9);box-shadow:0 18px 34px rgba(2,6,23,.24)}.inent-rooms-content.inent-premium-page .inent-room-card:hover{border-color:var(--inent-premium-border-strong);box-shadow:0 24px 44px rgba(2,6,23,.34)}.inent-rooms-content.inent-premium-page .inent-room-card-orb{border-radius:16px;background:linear-gradient(135deg,#5b21b6,#0891b2)}.inent-rooms-content.inent-premium-page .inent-room-card[data-status=live] .inent-room-card-orb{background:linear-gradient(135deg,#be123c,#ef4444)}.inent-rooms-content.inent-premium-page .inent-room-card-cta.inent-premium-button{min-height:38px;padding:0 14px;border-radius:999px;border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#f4f7fb}.inent-rooms-content.inent-premium-page .inent-room-card[data-status=live] .inent-room-card-cta{background:var(--inent-premium-gradient-brand);border-color:transparent;color:#fff;box-shadow:0 14px 28px rgba(76,29,149,.3)}.inent-rooms-content.inent-premium-page .inent-room-status-badge{border:1px solid var(--inent-premium-border)}.inent-rooms-content.inent-premium-page .inent-rooms-empty{border:1px dashed var(--inent-premium-border);border-radius:var(--inent-premium-radius-xl);background:rgba(255,255,255,.02)}.inent-room-content.inent-premium-page .inent-room-header{margin-bottom:16px}.inent-room-content.inent-premium-page .inent-room-page>.inent-room-stage,.inent-room-content.inent-premium-page .inent-room-page>.inent-room-right-col>.inent-room-presence,.inent-room-content.inent-premium-page .inent-room-page>.inent-room-right-col>.inent-room-actions,.inent-room-content.inent-premium-page .inent-room-page>.inent-room-right-col>.inent-room-social-section,.inent-room-content.inent-premium-page .inent-room-page>.inent-room-media-section,.inent-room-content.inent-premium-page .inent-room-page>.inent-room-replay-section{border-radius:22px;border:1px solid var(--inent-premium-border);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),rgba(12,18,30,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 34px rgba(2,6,23,.24)}.inent-room-content.inent-premium-page .inent-room-page>.inent-room-stage{background:radial-gradient(circle at top right,rgba(6,182,212,.16),transparent 42%),radial-gradient(circle at top left,rgba(124,58,237,.2),transparent 44%),linear-gradient(165deg,rgba(15,20,32,.96),rgba(9,13,24,.92))}.inent-room-content.inent-premium-page .inent-room-page[data-status=live]>.inent-room-stage{background:radial-gradient(circle at top right,rgba(239,68,68,.2),transparent 44%),radial-gradient(circle at top left,rgba(168,85,247,.24),transparent 48%),linear-gradient(165deg,rgba(24,15,27,.96),rgba(10,13,24,.94))}.inent-room-content.inent-premium-page .inent-room-mode-btn--active,.inent-room-content.inent-premium-page .inent-room-lc-btn--active,.inent-room-content.inent-premium-page .inent-room-add-media-btn,.inent-room-content.inent-premium-page .inent-room-pb-start{background:var(--inent-premium-gradient-brand);border-color:transparent;color:#fff;box-shadow:0 12px 26px rgba(76,29,149,.28)}.inent-room-content.inent-premium-page .inent-room-join-btn,.inent-room-content.inent-premium-page .inent-room-start-btn,.inent-room-content.inent-premium-page .inent-create-room-submit{background:var(--inent-premium-gradient-brand);box-shadow:0 16px 30px rgba(76,29,149,.3)}.inent-room-content.inent-premium-page .inent-room-host-panel,.inent-room-content.inent-premium-page .inent-create-room-sheet,.inent-room-content.inent-premium-page .inent-add-media-sheet,.inent-room-content.inent-premium-page .inent-invite-sheet{background:rgba(15,20,32,.98);border:1px solid var(--inent-premium-border)}.inent-room-content.inent-premium-page .inent-room-queue-section,.inent-room-content.inent-premium-page .inent-room-now-playing,.inent-room-content.inent-premium-page .inent-room-chat-feed,.inent-room-content.inent-premium-page .inent-room-reaction-bar,.inent-room-content.inent-premium-page .inent-room-chat-input-bar{border-color:var(--inent-premium-border);background:rgba(255,255,255,.03)}@media (max-width:640px){.inent-rooms-content.inent-premium-page,.inent-room-content.inent-premium-page{border-radius:18px;padding:10px 10px calc(14px + env(safe-area-inset-bottom, 0px))}.inent-rooms-content.inent-premium-page .inent-rooms-surface,.inent-room-content.inent-premium-page .inent-room-command-surface{border-radius:20px;padding:16px}.inent-room-content.inent-premium-page .inent-room-page{padding-bottom:calc(68px + env(safe-area-inset-bottom, 0px))}}