:root{color-scheme:light;--bg: transparent;--panel: #ffffff;--border: #d8e0ec;--text: #1a2433;--muted: #5c6b82;--accent: #4b6fff;--accent-contrast: #ffffff;--danger: #e5485d;--success: #16a34a;--button-bg: #eef2f8;--input-bg: #ffffff;--list-item-bg: #f8fafc;--chat-bubble-bg: #f1f5f9;--tab-bar-bg: rgba(255, 255, 255, .96);--progress-bar-bg: #e2e8f0;--content-max: 1200px;--sidebar-width: 220px;--nav-home: #3b5bdb;--nav-home-bg: rgba(191, 219, 254, .55);--nav-home-bg-active: rgba(147, 197, 253, .75);--nav-bulletin: #0f766e;--nav-bulletin-bg: rgba(153, 246, 228, .5);--nav-bulletin-bg-active: rgba(94, 234, 212, .65);--nav-chat: #7c3aed;--nav-chat-bg: rgba(221, 214, 254, .55);--nav-chat-bg-active: rgba(196, 181, 253, .75);--nav-live: #dc2626;--nav-live-bg: rgba(254, 205, 211, .55);--nav-live-bg-active: rgba(252, 165, 165, .7);--nav-plans: #d97706;--nav-plans-bg: rgba(254, 243, 199, .65);--nav-plans-bg-active: rgba(253, 230, 138, .8);--nav-coins: #b45309;--nav-coins-bg: rgba(254, 240, 138, .55);--nav-coins-bg-active: rgba(253, 224, 71, .75);--nav-me: #475569;--nav-me-bg: rgba(226, 232, 240, .75);--nav-me-bg-active: rgba(203, 213, 225, .9);--nav-faq: #0369a1;--nav-faq-bg: rgba(186, 230, 253, .55);--nav-faq-bg-active: rgba(125, 211, 252, .7);--nav-logout: #92400e;--nav-logout-bg: rgba(254, 243, 199, .65);--nav-logout-bg-active: rgba(253, 230, 138, .8);--logout-bg: #fef3c7;--logout-border: #fbbf24;--logout-text: #92400e;--plan-standard: #0d9488;--plan-twoshot: #8b5cf6;--muted-subtle: #666666;--card-border: #e0e0e0;--card-shadow: 0 2px 12px rgba(26, 36, 51, .06);--card-shadow-hover: 0 6px 24px rgba(26, 36, 51, .1);--plan-hostlive: #f59e0b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:#dceefb;color:var(--text);min-height:100dvh}a{color:var(--accent);text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;border:1px solid var(--border);border-radius:10px;padding:10px 14px;background:var(--button-bg);color:var(--text)}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:600}button.danger{background:var(--danger);border-color:var(--danger);color:#fff}button.logout{background:var(--logout-bg);border-color:var(--logout-border);color:var(--logout-text);font-weight:600}button.logout:hover{background:#fde68a;border-color:#f59e0b}:focus:not(:focus-visible){outline:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tab-link:focus-visible,.sidebar-link:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:10px}.skip-link{position:absolute;left:-9999px;top:8px;z-index:10000;padding:10px 16px;border-radius:10px;background:var(--panel);border:2px solid var(--accent);color:var(--accent);font-weight:600;text-decoration:none;box-shadow:var(--card-shadow)}.skip-link:focus{left:8px}.app-banner-stack{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.app-banner-stack>.banner,.app-banner-stack>.install-banner{margin-bottom:0}input,textarea,select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--text)}.app-shell{min-height:100dvh;width:100%;max-width:var(--content-max);margin:0 auto;display:flex;flex-direction:column}.app-content{flex:1;display:flex;flex-direction:column;min-width:0}.app-main{flex:1;width:100%;padding:16px 16px 88px}.legal-footer{width:min(100%,760px);margin:36px auto 0;padding:20px 12px 8px;border-top:1px solid var(--border);color:var(--muted);text-align:center}.legal-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.legal-footer__links a{color:var(--muted);font-size:.78rem;text-decoration:none}.legal-footer__links a:hover{color:var(--text);text-decoration:underline}.legal-footer p{margin:10px 0 0;font-size:.75rem}.app-sidebar{display:none}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--content-max);display:flex;flex-wrap:nowrap;align-items:stretch;gap:4px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:var(--tab-bar-bg);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -4px 24px #1a24330f;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;touch-action:pan-x}@media(min-width:768px){.app-shell{flex-direction:row;align-items:stretch}.app-sidebar{display:flex;flex-direction:column;flex:0 0 var(--sidebar-width);position:sticky;top:0;height:100dvh;padding:24px 16px;border-right:1px solid var(--border);background:var(--panel)}.sidebar-brand{margin-bottom:24px}.sidebar-logo{display:block;font-size:1.1rem;font-weight:700;color:var(--text)}.sidebar-user{display:block;margin-top:4px;font-size:.8rem}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-link{display:block;padding:10px 14px;border-radius:10px;color:var(--muted);font-size:.95rem;transition:background .15s,color .15s}.sidebar-link:hover{background:var(--button-bg);color:var(--text)}.sidebar-link.active{font-weight:600}.sidebar-link.nav-home{color:var(--nav-home);background:var(--nav-home-bg)}.sidebar-link.nav-bulletin{color:var(--nav-bulletin);background:var(--nav-bulletin-bg)}.sidebar-link.nav-chat{color:var(--nav-chat);background:var(--nav-chat-bg)}.sidebar-link.nav-live{color:var(--nav-live);background:var(--nav-live-bg)}.sidebar-link.nav-plans{color:var(--nav-plans);background:var(--nav-plans-bg)}.sidebar-link.nav-coins{color:var(--nav-coins);background:var(--nav-coins-bg)}.sidebar-link.nav-me{color:var(--nav-me);background:var(--nav-me-bg)}.sidebar-link.nav-faq{color:var(--nav-faq);background:var(--nav-faq-bg)}.sidebar-link.nav-logout{color:var(--nav-logout);background:var(--nav-logout-bg)}.sidebar-link.nav-home.active{background:var(--nav-home-bg-active)}.sidebar-link.nav-bulletin.active{background:var(--nav-bulletin-bg-active)}.sidebar-link.nav-chat.active{background:var(--nav-chat-bg-active)}.sidebar-link.nav-live.active{background:var(--nav-live-bg-active)}.sidebar-link.nav-plans.active{background:var(--nav-plans-bg-active)}.sidebar-link.nav-coins.active{background:var(--nav-coins-bg-active)}.sidebar-link.nav-me.active{background:var(--nav-me-bg-active)}.sidebar-link.nav-faq.active{background:var(--nav-faq-bg-active)}.sidebar-link.nav-logout.active{background:var(--nav-logout-bg-active)}.sidebar-link.nav-home:hover{background:var(--nav-home-bg-active)}.sidebar-link.nav-bulletin:hover{background:var(--nav-bulletin-bg-active)}.sidebar-link.nav-chat:hover{background:var(--nav-chat-bg-active)}.sidebar-link.nav-live:hover{background:var(--nav-live-bg-active)}.sidebar-link.nav-plans:hover{background:var(--nav-plans-bg-active)}.sidebar-link.nav-coins:hover{background:var(--nav-coins-bg-active)}.sidebar-link.nav-me:hover{background:var(--nav-me-bg-active)}.sidebar-link.nav-faq:hover{background:var(--nav-faq-bg-active)}.sidebar-link.nav-logout:hover{background:var(--nav-logout-bg-active)}.sidebar-link:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:10px;vertical-align:middle;opacity:.55}.sidebar-link.nav-home:before{background:var(--nav-home)}.sidebar-link.nav-bulletin:before{background:var(--nav-bulletin)}.sidebar-link.nav-chat:before{background:var(--nav-chat)}.sidebar-link.nav-live:before{background:var(--nav-live)}.sidebar-link.nav-plans:before{background:var(--nav-plans)}.sidebar-link.nav-coins:before{background:var(--nav-coins)}.sidebar-link.nav-me:before{background:var(--nav-me)}.sidebar-link.nav-faq:before{background:var(--nav-faq)}.sidebar-link.nav-logout:before{background:var(--nav-logout)}.sidebar-link.active:before{opacity:1}button.sidebar-link{width:100%;border:none;text-align:left;cursor:pointer}.app-main{padding:28px 32px 32px}.tab-bar{display:none}.app-shell--centered{flex-direction:column;max-width:480px;padding-top:48px}.app-shell--centered .app-main{padding:24px 28px 32px}}.tab-bar a,.tab-bar button.tab-link{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;min-width:4.6rem;gap:2px;font-size:.68rem;font-weight:600;padding:6px 8px;border-radius:10px;border:none;border-top:3px solid transparent;background:transparent;font-family:inherit;cursor:pointer;white-space:nowrap;transition:color .15s,background .15s,border-color .15s,box-shadow .15s}.tab-link.nav-home{color:var(--nav-home);background:var(--nav-home-bg)}.tab-link.nav-bulletin{color:var(--nav-bulletin);background:var(--nav-bulletin-bg)}.tab-link.nav-chat{color:var(--nav-chat);background:var(--nav-chat-bg)}.tab-link.nav-live{color:var(--nav-live);background:var(--nav-live-bg)}.tab-link.nav-plans{color:var(--nav-plans);background:var(--nav-plans-bg)}.tab-link.nav-me{color:var(--nav-me);background:var(--nav-me-bg)}.tab-link.nav-faq{color:var(--nav-faq);background:var(--nav-faq-bg)}.tab-link.nav-logout{color:var(--nav-logout);background:var(--nav-logout-bg)}.tab-link.nav-home.active{background:var(--nav-home-bg-active);border-top-color:var(--nav-home);box-shadow:inset 0 0 0 1px #3b5bdb33}.tab-link.nav-bulletin.active{background:var(--nav-bulletin-bg-active);border-top-color:var(--nav-bulletin);box-shadow:inset 0 0 0 1px #0f766e33}.tab-link.nav-chat.active{background:var(--nav-chat-bg-active);border-top-color:var(--nav-chat);box-shadow:inset 0 0 0 1px #7c3aed33}.tab-link.nav-live.active{background:var(--nav-live-bg-active);border-top-color:var(--nav-live);box-shadow:inset 0 0 0 1px #dc262633}.tab-link.nav-plans.active{background:var(--nav-plans-bg-active);border-top-color:var(--nav-plans);box-shadow:inset 0 0 0 1px #d9770633}.tab-link.nav-me.active{background:var(--nav-me-bg-active);border-top-color:var(--nav-me);box-shadow:inset 0 0 0 1px #47556940}.tab-link.nav-faq.active{background:var(--nav-faq-bg-active);border-top-color:var(--nav-faq);box-shadow:inset 0 0 0 1px #0369a133}.tab-link.nav-logout.active{background:var(--nav-logout-bg-active);border-top-color:var(--nav-logout);box-shadow:inset 0 0 0 1px #92400e33}.panel{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #1a24330a}.row{display:flex;justify-content:space-between;align-items:center;gap:12px}.meta{color:var(--muted);font-size:.85rem}.error{color:var(--danger);font-size:.9rem}.list-item{display:block;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--list-item-bg);margin-bottom:10px;color:inherit}.list-item h3{margin:0 0 6px;font-size:1rem}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;background:#4b6fff1f;color:var(--accent)}.page-title{margin:0 0 4px;font-size:1.5rem;font-weight:700}.page-header{margin-bottom:20px}.page-subtitle{margin:0;font-size:.875rem;color:var(--muted-subtle)}.stack{display:grid;gap:12px}.chat-log{max-height:280px;overflow:auto;display:grid;gap:8px}.chat-bubble{padding:8px 10px;border-radius:10px;background:var(--chat-bubble-bg);border:1px solid var(--border);font-size:.9rem}.video-stage{position:relative;background:#0f172a;border-radius:12px;overflow:hidden;aspect-ratio:9 / 16;max-height:min(72vh,900px);width:100%}.video-stage-wrap{position:relative;width:100%}.video-stage video{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:768px){.video-stage{aspect-ratio:16 / 9;max-height:min(78vh,860px);min-height:420px}}.banner{border-radius:12px;padding:12px 14px;margin-bottom:12px;border:1px solid var(--border)}.soft-launch-banner{background:linear-gradient(135deg,#f59e0b,#ea580c 55%,#c2410c);border:1px solid #9a3412;color:#fff;font-size:.98rem;font-weight:650;line-height:1.5;box-shadow:0 6px 18px #c2410c47}.page-coming-soon .coming-soon-label{font-size:1.6rem;font-weight:700;letter-spacing:.04em;margin:0}.dm-voice-coming-soon{opacity:.55;filter:grayscale(.35);pointer-events:none;border:1px dashed var(--border);border-radius:10px;padding:10px 12px;display:grid;gap:4px}.banner-info{background:#4b6fff14;border-color:#4b6fff40}.banner-live-host-return{background:#ef44441a;border:1px solid rgba(239,68,68,.25);margin-bottom:12px}.host-return-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;padding:8px 14px;font-size:.875rem}.back-link,.live-room-back-link{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;text-decoration:underline}.banner-warning{background:#fbbf2426;border-color:#d9770659;color:#92400e}.operator-notice-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f1117b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.operator-notice-gate__card{width:min(480px,100%);max-height:min(80vh,640px);overflow:auto;padding:24px;border-radius:16px;border:1px solid rgba(217,119,6,.35);background:var(--panel, #fff);box-shadow:0 16px 48px #00000047}.operator-notice-gate__title{margin:0;font-size:1.25rem}.operator-notice-gate__message{white-space:pre-wrap;line-height:1.6;padding:14px 16px;border-radius:12px;background:#fbbf2424;border:1px solid rgba(217,119,6,.28)}.live-guest-audio-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;z-index:6}.live-guest-audio-banner .primary{flex-shrink:0}.banner-danger{background:#e5485d1a;border-color:#e5485d59}.banner-success{color:var(--success);font-size:.9rem;margin:0}.segmented{margin-bottom:12px}.segmented button{flex:1}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:flex-end;justify-content:center;padding:16px;z-index:100}.modal{width:min(480px,100%);max-height:85dvh;overflow:auto;margin:0}.mosaic-overlay{margin-top:12px}.mosaic-overlay--host{margin-top:0;padding:6px 10px;border-radius:10px;background:#0f172ab8;border:1px solid rgba(255,255,255,.14);color:#f8fafc;box-shadow:none;max-width:min(72vw,280px)}.mosaic-overlay-host-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.mosaic-overlay-host-row strong{font-size:.78rem;font-weight:700;line-height:1.2}.mosaic-overlay--host .badge{font-size:.65rem;padding:1px 6px}.mosaic-overlay-host-meta{margin:4px 0 0;font-size:.68rem;line-height:1.3;color:#f8fafce0}.mosaic-overlay-host-progress{margin-top:4px;height:4px}.mosaic-overlay-host-clear{margin-top:8px;width:100%}.live-host-overlay-action{display:block;width:100%;margin-top:8px;border:none;border-radius:8px;padding:7px 10px;font-size:.75rem;font-weight:700;color:#0f172a;background:#fbbf24;cursor:pointer}.live-host-overlay-action:disabled{opacity:.55;cursor:not-allowed}.live-host-poll-overlay{z-index:7}.mosaic-overlay--guest{margin-top:0;padding:0;background:transparent;border:none;box-shadow:none}.mosaic-overlay-guest-remaining{margin:0;font-size:.85rem;font-weight:700;color:#ec4899}.mosaic-video-mask{position:absolute;z-index:3;border-radius:8px;pointer-events:none;overflow:hidden;background:transparent}.mosaic-video-mask--host-preview{outline:1px dashed rgba(255,255,255,.45)}.mosaic-video-mask--guest-fullstage{top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:5;border-radius:0}.mosaic-video-mask--guest-fullstage .mosaic-video-mask-canvas{width:100%;height:100%}.mosaic-video-mask-canvas{display:block;width:100%;height:100%}.mosaic-video-mask-label{position:absolute;left:6px;top:6px;font-size:.72rem;font-weight:700;color:#fff;background:#0000008c;padding:2px 6px;border-radius:6px}.mosaic-preparing-banner{position:absolute;inset:auto 12px 12px 12px;z-index:4;background:#ffffffeb;border-radius:10px;padding:8px 12px;font-size:.85rem;text-align:center}.live-room-video-wrap{position:relative}.live-room-video-wrap--guest-video-hidden .video-stage video{visibility:hidden}.mosaic-preparing-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;background:#000;pointer-events:none}.mosaic-preparing-overlay-card{text-align:center;padding:24px 20px;max-width:88%}.mosaic-preparing-overlay-title{margin:0;color:#fff;font-size:1.05rem;font-weight:700;line-height:1.45}.mosaic-preparing-overlay-meta{margin:10px 0 0;color:#ffffffbf;font-size:.9rem}.host-mosaic-actions{gap:8px;flex-wrap:wrap}.host-mosaic-completion{margin:0;padding:10px 12px;border:1px solid var(--border);border-radius:10px;min-width:0}.host-mosaic-completion legend{padding:0 4px}.host-mosaic-completion-option,.host-mosaic-residual-pick{display:flex;align-items:flex-start;gap:8px;margin:0;writing-mode:horizontal-tb}.host-mosaic-completion-option input[type=radio],.host-mosaic-residual-pick input[type=radio]{width:auto;min-width:18px;height:18px;margin:0;padding:0;flex:0 0 auto;accent-color:#7c3aed}.host-mosaic-completion-option-body,.host-mosaic-residual-pick-body{flex:1;min-width:0;writing-mode:horizontal-tb;font-size:.9rem;line-height:1.35}.host-mosaic-residual-picks{display:flex;flex-wrap:wrap;gap:8px 12px;margin:4px 0 0 26px}.host-mosaic-threshold-hint{display:block;writing-mode:horizontal-tb;line-height:1.4}.host-mosaic-status{color:#ca8a04}.host-mosaic-help summary{cursor:pointer;font-size:.8rem;font-weight:600}.host-mosaic-help-table{margin:6px 0 0;padding:8px;font-size:.72rem;white-space:pre-wrap;background:#0f172a0a;border-radius:8px;overflow:auto}.mosaic-region-editor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none;touch-action:manipulation}.mosaic-region-handle{position:absolute;border:2px solid #f472b6;border-radius:8px;background:#f472b61f;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:auto}.mosaic-edit-finish-fab{position:absolute;left:50%;bottom:max(16px,env(safe-area-inset-bottom));transform:translate(-50%);z-index:8;pointer-events:auto;border:none;border-radius:999px;padding:12px 22px;font-size:.95rem;font-weight:700;color:#fff;background:linear-gradient(180deg,#fb7185,#e11d48);box-shadow:0 8px 24px #e11d4873;cursor:pointer}.mosaic-region-handle--arming{border-color:#fb7185;box-shadow:0 0 0 2px #fb718559}.mosaic-region-handle--moving{cursor:grabbing;border-color:#f9a8d4;box-shadow:0 0 0 3px #f472b673;background:#f472b633}.mosaic-region-handle--pinching{border-color:#fda4af;box-shadow:0 0 0 3px #fda4af66}.mosaic-region-handle-label{position:absolute;top:4px;left:4px;font-size:.72rem;color:#fff;background:#0000008c;padding:2px 6px;border-radius:6px;pointer-events:none;z-index:1}.mosaic-region-handle-hint{position:absolute;left:50%;bottom:36px;transform:translate(-50%);max-width:calc(100% - 16px);padding:2px 8px;border-radius:999px;font-size:.65rem;line-height:1.3;color:#fff;background:#0000008c;text-align:center;pointer-events:none;z-index:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mosaic-region-resize{position:absolute;right:4px;bottom:4px;gap:4px;z-index:2}.mosaic-region-resize button{padding:2px 8px;min-width:0}.mosaic-region-corner{position:absolute;width:18px;height:18px;padding:0;margin:0;border:2px solid #fff;border-radius:50%;background:#f472b6;box-shadow:0 1px 4px #00000059;z-index:3;cursor:nwse-resize;touch-action:none}.mosaic-region-corner--topLeft{left:-9px;top:-9px;cursor:nwse-resize}.mosaic-region-corner--topRight{right:-9px;top:-9px;cursor:nesw-resize}.mosaic-region-corner--bottomLeft{left:-9px;bottom:-9px;cursor:nesw-resize}.mosaic-region-corner--bottomRight{right:-9px;bottom:-9px;cursor:nwse-resize}@media(pointer:coarse){.mosaic-region-corner{width:22px;height:22px}.mosaic-region-corner--topLeft{left:-11px;top:-11px}.mosaic-region-corner--topRight{right:-11px;top:-11px}.mosaic-region-corner--bottomLeft{left:-11px;bottom:-11px}.mosaic-region-corner--bottomRight{right:-11px;bottom:-11px}}.live-stamp-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.live-stamp-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;font-size:.72rem}.live-stamp-btn-phrase{display:block;max-width:100%;font-size:.62rem;font-weight:700;line-height:1.2;text-align:center;color:var(--text-primary, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-stamp-btn-emoji{font-size:1.25rem;line-height:1}.live-stamp-btn-cost{color:var(--text-secondary)}.stamp-fx-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;pointer-events:none;overflow:hidden;isolation:isolate;transform:translateZ(0)}.live-room--guest-mobile-immersive .stamp-fx-layer,.live-room--guest-landscape-video-only .stamp-fx-layer,.live-room--guest-expanded .stamp-fx-layer,.live-room-stage:fullscreen .stamp-fx-layer,.live-room-stage:-webkit-full-screen .stamp-fx-layer{z-index:22}.live-tip-sparkle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:14;pointer-events:none;overflow:hidden}.live-room--guest-mobile-immersive .live-tip-sparkle-overlay,.live-room--guest-landscape-video-only .live-tip-sparkle-overlay,.live-room--guest-expanded .live-tip-sparkle-overlay,.live-room-stage:fullscreen .live-tip-sparkle-overlay,.live-room-stage:-webkit-full-screen .live-tip-sparkle-overlay{z-index:23}.live-tip-sparkle-particle{position:absolute;display:block;pointer-events:none;will-change:transform,opacity,filter;transform:translate(-50%,-50%) scale(.75) rotate(0);filter:drop-shadow(0 0 5px rgba(251,191,36,.45))}.live-tip-sparkle-particle--star{background:currentColor;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.live-tip-sparkle-overlay--soft .live-tip-sparkle-particle{filter:drop-shadow(0 0 4px rgba(244,114,182,.35))}.live-tip-sparkle-overlay--premium .live-tip-sparkle-particle{filter:drop-shadow(0 0 8px rgba(251,191,36,.7))}.live-tip-sparkle-particle--animate.live-tip-sparkle-particle--twinkle{animation-name:live-tip-sparkle-twinkle;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.live-tip-sparkle-particle--animate.live-tip-sparkle-particle--float{animation-name:live-tip-sparkle-float;animation-timing-function:cubic-bezier(.22,.61,.36,1);animation-fill-mode:forwards}.live-tip-sparkle-particle--animate.live-tip-sparkle-particle--cascade{animation-name:live-tip-sparkle-cascade;animation-timing-function:cubic-bezier(.2,.7,.3,1);animation-fill-mode:forwards}.live-tip-sparkle-toast{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);z-index:15;max-width:min(92%,440px);padding:14px 20px;border-radius:18px;border:1px solid rgba(251,191,36,.55);background:linear-gradient(135deg,#fffbebf0,#fef3c7e6,#ffedd5eb);color:#92400e;font-size:clamp(.95rem,2.8vw,1.22rem);font-weight:800;line-height:1.4;text-align:center;letter-spacing:.01em;box-shadow:0 12px 36px #92400e38,0 0 28px #fbbf244d;animation:live-tip-sparkle-toast-in .4s cubic-bezier(.16,.84,.44,1) both,live-tip-sparkle-toast-out .5s ease-in 3.1s forwards;pointer-events:none}.live-tip-sparkle-toast--premium{border-color:#f59e0bb3;box-shadow:0 14px 40px #b453094d,0 0 36px #fbbf246b}@keyframes live-tip-sparkle-twinkle{0%{transform:translate(-50%,-50%) scale(.4) rotate(0);opacity:0;filter:brightness(1)}18%{opacity:.95;transform:translate(calc(-50% + var(--sparkle-drift-x, 0px)),calc(-50% + var(--sparkle-travel-y, 0vh))) scale(1) rotate(12deg);filter:brightness(1.35)}36%{opacity:.35;filter:brightness(.85)}54%{opacity:1;transform:translate(calc(-50% + var(--sparkle-drift-x, 0px)),calc(-50% + var(--sparkle-travel-y, 0vh))) scale(1.15) rotate(calc(var(--sparkle-rotate, 20deg) * .5));filter:brightness(1.55)}72%{opacity:.4}to{opacity:0;transform:translate(calc(-50% + var(--sparkle-drift-x, 0px)),calc(-50% + var(--sparkle-travel-y, 0vh))) scale(.85) rotate(var(--sparkle-rotate, 20deg));filter:brightness(1)}}@keyframes live-tip-sparkle-float{0%{transform:translate(-50%,-50%) scale(.5) rotate(0);opacity:0}14%{opacity:1;filter:brightness(1.25)}50%{opacity:.95;filter:brightness(1.45)}to{transform:translate(calc(-50% + var(--sparkle-drift-x, 0px)),calc(-50% + var(--sparkle-travel-y, -70vh))) scale(1.05) rotate(var(--sparkle-rotate, 28deg));opacity:0;filter:brightness(1)}}@keyframes live-tip-sparkle-cascade{0%{transform:translate(-50%,-50%) scale(.35) rotate(0);opacity:0;filter:brightness(1.2)}10%{opacity:1;filter:brightness(1.6)}28%{opacity:.55;filter:brightness(.9)}42%{opacity:1;filter:brightness(1.7)}to{transform:translate(calc(-50% + var(--sparkle-drift-x, 0px)),calc(-50% + var(--sparkle-travel-y, 80vh))) scale(1.1) rotate(var(--sparkle-rotate, 48deg));opacity:0;filter:brightness(1)}}@keyframes live-tip-sparkle-toast-in{0%{opacity:0;transform:translate(-50%,-50%) translateY(12px) scale(.88)}to{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1)}}@keyframes live-tip-sparkle-toast-out{to{opacity:0;transform:translate(-50%,-50%) translateY(-10px) scale(.96)}}.stamp-fx{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;will-change:transform,opacity;transform:translate3d(-50%,-50%,0);backface-visibility:hidden}.stamp-fx-content{display:flex;flex-direction:column;align-items:center;gap:10px;background:transparent;max-width:min(72%,280px)}.stamp-fx-image,.live-stamp-image.stamp-fx-image{display:block;width:min(32vw,150px);height:min(32vw,150px);min-width:96px;min-height:96px;object-fit:contain;object-position:center bottom;image-rendering:auto;filter:drop-shadow(0 8px 14px rgba(0,0,0,.35));background:transparent;flex-shrink:0}.stamp-fx-phrase{margin:0;max-width:min(70vw,240px);padding:8px 16px;border-radius:999px;font-size:clamp(.85rem,3.2vw,1.05rem);font-weight:700;line-height:1.25;text-align:center;color:#fff;background:linear-gradient(90deg,#ec4899,#f97316);box-shadow:0 6px 16px #ec489959;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.stamp-fx--fall{animation:stamp-fx-fall 2.4s ease-out forwards}.stamp-fx--centerFade{animation:stamp-fx-center-fade 2.4s ease-out forwards}.stamp-fx--rise{animation:stamp-fx-rise 2.4s cubic-bezier(.22,1.2,.36,1) forwards}.stamp-fx--spinIn{animation:stamp-fx-spin-in 2.4s ease-out forwards}@keyframes stamp-fx-fall{0%{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%)),-72%,0) rotate(calc(var(--stamp-rotate, 0deg) * -1)) scale(.55)}15%{opacity:1}55%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%) + var(--stamp-sway, 0px)),-18%,0) rotate(var(--stamp-rotate, 0deg)) scale(1.12)}to{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%) - var(--stamp-sway, 0px)),8%,0) rotate(calc(var(--stamp-rotate, 0deg) * -.5)) scale(1.02)}}@keyframes stamp-fx-center-fade{0%{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%)),-12%,0) scale(.5) rotate(calc(var(--stamp-rotate, 0deg) * -.6))}18%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%)),-18%,0) scale(1.12) rotate(var(--stamp-rotate, 0deg))}55%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%) + var(--stamp-sway, 0px)),-22%,0) scale(1.16) rotate(calc(var(--stamp-rotate, 0deg) * .4))}to{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%) - var(--stamp-sway, 0px)),-28%,0) scale(1.02) rotate(0)}}@keyframes stamp-fx-rise{0%{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%)),36%,0) scale(.45) rotate(calc(var(--stamp-rotate, 0deg) * -1.2))}22%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%) + var(--stamp-sway, 0px)),-8%,0) scale(1.16) rotate(var(--stamp-rotate, 0deg))}48%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%)),-2%,0) scale(1.05) rotate(calc(var(--stamp-rotate, 0deg) * .35))}to{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%) - var(--stamp-sway, 0px)),-16%,0) scale(.94) rotate(0)}}@keyframes stamp-fx-spin-in{0%{opacity:0;transform:translate3d(calc(-50% + var(--stamp-offset-x, 0%)),-8%,0) rotate(var(--stamp-rotate, 240deg)) scale(.35)}28%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-sway, 0px) * .15),-14%,0) rotate(0) scale(1.14)}58%{opacity:1;transform:translate3d(calc(-50% + var(--stamp-sway, 0px) * -.2),-18%,0) rotate(calc(var(--stamp-rotate, 240deg) * -.04)) scale(1.06)}to{opacity:0;transform:translate3d(-50%,-24%,0) rotate(0) scale(.9)}}.live-room-chat-tip-announcement{text-align:center;padding:6px 8px}.live-room-chat-tip-announcement p{margin:0;font-weight:700;color:#dba82e;line-height:1.4;word-break:break-word}.live-room--guest-mobile-immersive .live-room-chat-tip-announcement p{color:#f0c14b;text-shadow:0 1px 3px rgba(0,0,0,.55)}.stamp-toast-stack{position:absolute;top:12px;right:12px;z-index:6;display:grid;gap:8px;max-width:min(240px,70%)}.stamp-toast{display:flex;gap:8px;align-items:center;padding:8px 10px;animation:stamp-toast-in .25s ease}.stamp-toast-emoji{font-size:1.5rem}.live-stamp-image,.stamp-toast-image{width:48px;height:48px;object-fit:contain;flex-shrink:0}.live-stamp-btn .live-stamp-image{width:40px;height:40px}.live-guide-link{display:inline-flex;align-items:center;font-size:.85rem;font-weight:800;color:#1d4ed8;white-space:nowrap;padding:8px 12px;border:2px solid #3b82f6;border-radius:12px;background:#dbeafeeb;box-shadow:0 0 #3b82f699;text-decoration:none;animation:live-guide-link-blink 1.15s ease-in-out infinite}.live-list-header-row{justify-content:space-between;align-items:flex-start;gap:12px}.live-list-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.live-wallet-balance{display:inline-flex;align-items:baseline;gap:7px;padding:7px 11px;border:1px solid rgba(217,119,6,.38);border-radius:999px;background:#fffbebe6;color:#92400e;font-size:.78rem;line-height:1;text-decoration:none;white-space:nowrap}.live-wallet-balance strong{font-size:.95rem;font-variant-numeric:tabular-nums}.live-wallet-balance:hover{border-color:#d97706;background:#fffbeb}@media(max-width:560px){.live-list-header-row{flex-wrap:wrap}.live-list-header-actions{width:100%;justify-content:space-between}}@keyframes live-guide-link-blink{0%,to{border-color:#2563eb;background:#dbeafef2;box-shadow:0 0 #3b82f68c;opacity:1}50%{border-color:#f59e0b;background:#fef3c7fa;box-shadow:0 0 0 7px #f59e0b00;opacity:.72}}@media(prefers-reduced-motion:reduce){.live-guide-link{animation:none}}.live-guide-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.live-guide-mascot{width:96px;height:auto;object-fit:contain;flex-shrink:0}.live-guide-banner{display:flex;gap:10px;align-items:flex-start}.live-guide-banner p{margin:0}.live-guide-card-header{display:flex;align-items:center;gap:10px}.live-guide-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:#fff;font-size:1rem;flex-shrink:0}.live-guide-card-title{margin:0;font-size:1rem}.live-guide-summary,.live-guide-body{margin:8px 0 0;color:var(--text-secondary);font-size:.92rem;line-height:1.55;white-space:pre-line}.live-guide-more-link{display:inline-block;margin-top:8px;font-size:.85rem;font-weight:600;color:var(--accent)}.faq-page-body{line-height:1.6;font-size:.95rem}.faq-page-body .faq-toc{background:color-mix(in srgb,var(--accent) 8%,transparent);border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-radius:12px;padding:14px 16px;margin:8px 0 20px}.faq-page-body .faq-toc ul{margin:.4rem 0 0;padding-left:1.2rem}.faq-page-body .faq-item{border-top:1px solid color-mix(in srgb,var(--text-secondary) 22%,transparent);padding:.9rem 0 .4rem}.faq-page-body .faq-item:first-of-type{border-top:0}.faq-page-body .faq-item h3{margin-top:0;font-size:.98rem}.faq-page-body .faq-q{font-weight:700;margin:.35rem 0}.faq-page-body .faq-a{margin:.35rem 0 .6rem;color:var(--text-secondary)}.faq-page-body a{color:var(--accent);font-weight:600}.live-prep-page .live-prep-header{display:grid;gap:8px}.badge-prep{background:#facc15;color:#422006}.live-prep-layout{gap:12px}.live-prep-preview{min-height:42dvh}.live-prep-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000059;color:#fff}.live-prep-start-btn{width:100%;background:#dc2626;border-color:#dc2626}.live-prep-voice-note{font-size:.8rem;line-height:1.45}.voice-preview-panel{background:#ffffff8c}.voice-preview-status{margin:0;color:#15803d;font-weight:600}.guest-rating-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483640;display:grid;place-items:center;padding:16px;background:#0f0a1e8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guest-rating-dialog{width:min(100%,420px);max-height:min(92dvh,720px);overflow:auto}.guest-rating-title{margin:0 0 12px;text-align:center;font-size:1.05rem}.guest-rating-host{text-align:center;margin-bottom:12px}.guest-rating-avatar{width:72px;height:72px;margin:0 auto 8px;border-radius:999px;display:grid;place-items:center;font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent-pink, #e879a8));color:#fff}.guest-rating-host-name{margin:0;font-weight:700}.guest-rating-star-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2px}.guest-rating-star{border:none;background:transparent;font-size:1.35rem;line-height:1;color:var(--text-secondary);opacity:.35;padding:2px;cursor:pointer}.guest-rating-star--filled{color:#facc15;opacity:1}.guest-rating-slider-label{display:grid;gap:4px;margin-top:10px}.guest-rating-score{margin:8px 0 0;text-align:center;color:var(--accent);font-size:1.25rem}.guest-rating-actions .primary{width:100%}@keyframes stamp-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.voice-changer-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.85rem}.voice-changer-toggle input[type=checkbox]{width:auto;min-width:18px;height:18px;margin:0;flex:0 0 auto;padding:0}.voice-changer-slider{gap:8px;align-items:center}.voice-changer-slider input[type=range]{flex:1}.live-poll-options{display:grid;gap:6px}.live-poll-compose{padding:10px;border-radius:12px;border:1px dashed rgba(75,111,255,.35);background:#4b6fff0a}.live-poll-field{display:grid;gap:6px}.live-poll-field-label{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:var(--text)}.live-poll-edit-icon{font-size:.85rem;line-height:1}.live-poll-field-input{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--input-bg);color:var(--text)}.live-poll-field-input--editable{border-color:#4b6fff73;background:#fff;box-shadow:inset 0 0 0 1px #4b6fff14}.live-poll-field-input--editable:focus{outline:2px solid rgba(75,111,255,.35);outline-offset:1px}.live-poll-options-edit{margin:0;padding:10px;border:1px solid rgba(75,111,255,.2);border-radius:10px;background:#ffffffb8}.live-poll-options-edit legend{padding:0 4px}.live-poll-option-field{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;margin-top:8px}.live-poll-option-field:first-of-type{margin-top:4px}.live-poll-option-index{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;font-size:.72rem;font-weight:700;color:var(--accent);background:#4b6fff1f}.live-poll-add-option{align-self:flex-start}.live-tool-start-btn{background:#ecfdf5;border-color:#a7f3d0;color:#047857;font-weight:600}button.primary.live-tool-start-btn{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.live-tool-start-btn:hover:not(:disabled){background:#d1fae5;border-color:#6ee7b7}.live-tool-start-btn--blue,button.primary.live-tool-start-btn--blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.live-tool-start-btn--blue:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.live-poll-option{position:relative;display:flex;justify-content:space-between;align-items:center;gap:8px;text-align:left;padding:8px 10px;overflow:hidden;min-width:0;writing-mode:horizontal-tb}.live-poll-option-label{position:relative;z-index:1;flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:break-word;writing-mode:horizontal-tb;line-height:1.3}.live-poll-option-votes{position:relative;z-index:1;flex:0 0 auto;white-space:nowrap;font-variant-numeric:tabular-nums}.live-poll-option-bar{position:absolute;left:0;top:0;bottom:0;z-index:0;background:#3b82f61f;pointer-events:none}.live-poll-option--voted{border-color:var(--accent);background:#3b82f614}.live-poll-option--voted .live-poll-option-bar{background:#3b82f62e}.host-guest-select{list-style:none;margin:0;padding:0;display:grid;gap:8px;max-width:100%}.host-guest-select-row,.host-guest-select label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;color:#1a2433}.host-guest-select-row{box-sizing:border-box;width:100%;max-width:100%;padding:8px 10px;border:1px solid #c5cdd8;border-radius:10px;background:#fff;overflow:hidden}.host-guest-select-row input[type=checkbox]{width:auto;min-width:18px;height:18px;margin:0;flex:0 0 auto;accent-color:#3b82f6}.host-guest-select-identity{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto;overflow:hidden}.host-guest-select-name{min-width:0;font-size:.9rem;font-weight:700;color:#1a2433;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-guest-select .live-chat-author{flex:1;min-width:0}.host-mic-mute-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:10px;background:var(--panel);color:var(--text);font-size:.9rem;font-weight:600;cursor:pointer}.host-mic-mute-btn--muted{border-color:#dc262659;background:#fef2f2;color:#dc2626}.host-mic-mute-btn:disabled{opacity:.5;cursor:not-allowed}.host-mic-mute-btn-icon{font-size:1rem;line-height:1}.host-camera-device-control{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.host-camera-device-control-label{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:700;color:inherit}.host-camera-device-control-icon{font-size:1rem;line-height:1}.host-camera-device-select{min-width:0;max-width:min(100%,240px);flex:1 1 auto;padding:6px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.35);background:#0f172ad1;color:#fff;font-size:.78rem;font-weight:600}.host-camera-device-control--panel .host-camera-device-select{border-color:var(--border);background:var(--panel);color:var(--text)}.host-camera-device-control--overlay{max-width:min(72vw,280px)}.host-camera-device-error{width:100%;margin:0;font-size:.72rem;line-height:1.3}.host-camera-device-error--overlay{color:#fecaca;text-shadow:0 1px 2px rgba(0,0,0,.55)}.live-prep-preview .host-camera-device-control--overlay,.live-room-float-camera{position:absolute;left:10px;bottom:10px;z-index:5}.live-room-chat-host-note{margin:12px 0 0;padding-top:12px;border-top:1px solid var(--border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:16px}.progress-bar{height:8px;border-radius:999px;background:var(--progress-bar-bg);overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent);transition:width .3s ease}.tip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.tip-grid button{padding:8px 6px;font-size:.85rem}a.primary{display:inline-block;text-align:center;padding:10px 14px;border-radius:10px;background:var(--accent);color:var(--accent-contrast);font-weight:600}.content-policy-notice-stack{display:grid;gap:6px;margin:0 0 8px}.content-policy-notice{margin:0;padding:8px 10px;border-radius:8px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:.8125rem;line-height:1.45}.content-policy-notice--forbidden{border-color:#fecdd3;background:#fff1f2;color:#9f1239}.content-policy-notice--creative{border-color:#fde68a;background:#fffbeb;color:#92400e}.dm-compose-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;margin:0}.content-policy-badge-details{position:relative;margin:0}.content-policy-badge-details>summary{list-style:none}.content-policy-badge-details>summary::-webkit-details-marker{display:none}.content-policy-badge{display:inline-flex;align-items:center;gap:4px;margin:0;padding:5px 10px;border-radius:999px;border:1px solid color-mix(in srgb,#e11d48 35%,var(--border));background:color-mix(in srgb,#e11d48 10%,var(--panel));color:var(--text);font-size:.78rem;font-weight:700;line-height:1.2;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.content-policy-badge:after{content:"▾";font-size:.7rem;opacity:.75}.content-policy-badge-details[open]>.content-policy-badge:after{content:"▴"}.content-policy-badge-details[open]>.content-policy-badge{background:color-mix(in srgb,#e11d48 18%,var(--panel))}.content-policy-notice-stack--popover{position:absolute;right:0;bottom:calc(100% + 8px);z-index:30;width:min(92vw,360px);max-width:calc(100vw - 24px);max-height:min(60vh,420px);overflow:auto;margin:0;padding:8px;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:0 10px 28px #0f172a29;writing-mode:horizontal-tb}.content-policy-notice-stack--popover .content-policy-notice{font-size:.78rem;writing-mode:horizontal-tb;overflow-wrap:anywhere;word-break:break-word}@media(max-width:720px){.dm-compose-toolbar:has(.content-policy-badge-details[open]){flex-wrap:wrap}.dm-compose-toolbar .content-policy-badge-details[open]{flex:1 1 100%;min-width:0}.content-policy-notice-stack--popover{position:static;width:100%;max-width:none;margin-top:8px;max-height:min(55vh,420px);box-shadow:none}}.plans-current{margin-bottom:16px}.plans-current-expiry{margin:8px 0 0;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--accent, #1a7f5a) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent, #1a7f5a) 28%,transparent)}.plans-current-expiry strong{display:block;font-size:.9rem;margin-bottom:2px}.plans-fcoin-purchase{gap:12px;margin-bottom:16px}.fcoin-purchase-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.fcoin-purchase-badge{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:0;padding:12px 14px;border-radius:14px;border:1px solid color-mix(in srgb,var(--plan-hostlive) 35%,var(--border));background:linear-gradient(160deg,color-mix(in srgb,var(--plan-hostlive) 12%,#fff),#fff 70%);color:inherit;text-align:left;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.fcoin-purchase-badge:hover:not(:disabled){border-color:var(--plan-hostlive);transform:translateY(-1px)}.fcoin-purchase-badge:disabled{opacity:.55;cursor:not-allowed}.fcoin-purchase-badge-amount{font-weight:700;font-size:1rem;line-height:1.2}.fcoin-purchase-badge-price{font-size:.92rem;font-weight:600;color:var(--plan-hostlive)}.fcoin-purchase-badge-cta{margin-top:4px;font-size:.78rem;color:var(--muted)}@media(max-width:640px){.fcoin-purchase-badges{grid-template-columns:repeat(2,minmax(0,1fr))}}.plans-renewal-preference{margin-bottom:16px}.plans-renewal-options{margin:0;padding:0;border:none;display:grid;gap:10px;width:100%;min-width:0;box-sizing:border-box}.plans-renewal-option{display:flex;flex-direction:row;gap:10px;align-items:flex-start;width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer}.plans-renewal-option input[type=radio]{width:auto;min-width:1.15em;height:1.15em;margin:.2em 0 0;padding:0;flex:0 0 auto;border:none;border-radius:0;background:transparent;accent-color:var(--accent, #4b6fff)}.plans-renewal-option-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;writing-mode:horizontal-tb;text-orientation:mixed;overflow-wrap:anywhere;word-break:normal}.plans-renewal-option-body strong,.plans-renewal-option-body .meta{display:block;max-width:100%;white-space:normal}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.plans-grid{display:grid;gap:12px;margin-bottom:16px}.plan-card{position:relative;background:var(--panel);border:2px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #1a24330d;min-width:0;overflow:hidden}.plan-card-actions{width:100%;min-width:0}.plan-prereg-intent{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;width:100%;max-width:100%;box-sizing:border-box}.plan-prereg-intent input[type=checkbox]{margin:.2em 0 0;flex-shrink:0}.plan-prereg-intent label{margin:0;color:var(--muted);font-size:.85rem;line-height:1.45;white-space:normal;overflow-wrap:anywhere;word-break:break-word;writing-mode:horizontal-tb;text-orientation:mixed}.plan-card--light,.plan-card--standard{border-top:4px solid var(--plan-standard)}.plan-card--premium,.plan-card--hostLive{border-top:4px solid var(--plan-hostlive)}.plan-card--twoShot{border-top:4px solid var(--plan-twoshot)}.plan-card--current{box-shadow:0 0 0 2px #4b6fff40}.plan-card-badge{position:absolute;top:12px;right:12px;font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:999px;background:#4b6fff1f;color:var(--accent)}.plan-card-title{margin:0;font-size:1.2rem}.plan-card-price{margin:0;font-size:1.75rem;font-weight:700;color:var(--text)}.plan-card-price-note{font-size:.95rem;font-weight:500;color:var(--muted)}.plan-card-intro-price{margin:0;font-size:.95rem;font-weight:700;color:var(--accent)}.bank-transfer-amount{margin:0;font-size:1rem}.bank-transfer-amount strong{font-size:1.2rem}.plan-features{margin:0;padding-left:1.2rem;font-size:.9rem;color:var(--muted);flex:1}.plan-features li{margin-bottom:6px}.plan-card-cta{width:100%;margin-top:auto}.plan-card--light .plan-card-cta,.plan-card--standard .plan-card-cta{background:var(--plan-standard);border-color:var(--plan-standard)}.plan-card--premium .plan-card-cta,.plan-card--hostLive .plan-card-cta{background:var(--plan-hostlive);border-color:var(--plan-hostlive)}.plan-card--twoShot .plan-card-cta{background:var(--plan-twoshot);border-color:var(--plan-twoshot)}.plan-card-note{margin:0}.plans-footer,.live-room-header{margin-bottom:12px}.badge-live{background:#ef44441f;color:var(--nav-live)}.live-room-layout{display:grid;gap:16px}.live-room-title{margin:0;font-size:1.05rem}.panel--flush{padding-bottom:12px}.live-room-controls{display:grid;gap:8px}.live-room-leave{width:100%;padding:8px 12px;font-size:.875rem}.live-room-chat-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.live-room-chat-title{margin:0;flex:1;min-width:0}.live-room-settings-toggle{flex:0 0 auto;width:auto;min-width:36px;height:36px;padding:0 11px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--border);background:var(--panel);font-size:1.1rem;line-height:1;cursor:pointer;white-space:nowrap}.live-room-settings-toggle-label{font-size:.78rem;font-weight:700;line-height:1}.live-room-settings-toggle--active{border-color:var(--accent);background:#ec48991a}.live-room-host-settings{max-height:min(60dvh,520px);overflow-y:auto}.live-room--host .live-room-side-chat--host-settings-open{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:0;min-height:0}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat,.live-room--host .live-room-side-chat--host-settings-open .live-room-host-settings{min-width:0;min-height:0;max-height:min(58dvh,560px);height:min(58dvh,560px)}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #e5e7eb;padding-right:10px}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat-log{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}.live-room--host .live-room-side-chat--host-settings-open .live-room-host-settings{overflow-y:auto;-webkit-overflow-scrolling:touch;padding-left:10px}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat-host-note{margin-top:auto}.live-room--host .live-room-layout{grid-template-columns:minmax(0,1fr)}.live-room--host .live-room-sidebar{position:static;top:auto;max-height:none;width:100%}.live-room--host .live-room-main{min-width:0}.live-room--host .live-room-chat,.live-room--host .live-room-host-settings .panel,.live-room--host .live-room-chat .compact-list{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.live-room--host .live-room-chat{padding-left:0;padding-right:0}.live-room--host .live-room-chat-host-note{border-top:none;padding-top:8px}.live-room--host .live-room-settings-toggle{background:transparent;border-color:#5c6b8259}.live-room--host .live-room-settings-toggle--active{background:#ec489914}@media(max-width:420px){.live-room-settings-toggle{height:34px;padding:0 8px;gap:4px}.live-room-settings-toggle-label{font-size:.7rem}}.admin-live-monitor{width:min(1180px,calc(100% - 24px));margin:0 auto;padding:20px 0 28px}.admin-live-monitor-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.admin-live-monitor-header h1,.admin-live-monitor-header p{margin:0}.admin-live-monitor-label{color:var(--text-secondary);font-size:.75rem;font-weight:800;letter-spacing:.16em}.admin-live-monitor-stage{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:14px;background:#090b10;color:#cbd5e1}.admin-live-monitor-video{width:100%;height:100%;object-fit:contain}.admin-live-monitor-note{margin:10px 0 0;color:var(--text-secondary);font-size:.8rem}@media(max-width:560px){.admin-live-monitor-header{flex-direction:column}.admin-live-monitor-stage{aspect-ratio:9 / 16;max-height:74vh}}.live-room-chat{display:flex;flex-direction:column;min-height:0}.live-room-chat-log{flex:1;min-height:0;overflow-y:auto}.live-room-chat-input-wrap{position:relative;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.live-room-chat-form{display:flex;gap:8px;align-items:stretch}.live-room-chat-form input{flex:1;min-width:0}.live-room-tip-toggle,.live-room-chat-send{flex:0 0 auto;width:40px;height:40px;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.live-room-tip-toggle{border:1px solid rgba(255,255,255,.25);background:linear-gradient(135deg,#f97316,#ec4899);color:#fff}.live-room-tip-toggle--active{box-shadow:0 0 0 2px #ec489959}.live-room-tip-toggle-icon{font-size:1rem;line-height:1}.live-room-chat-send{border:none;background:#0f172abf;color:#fff}.live-room-chat-send:disabled{opacity:.45;cursor:not-allowed}.live-room-chat-send-icon{font-size:1rem;line-height:1;transform:rotate(-10deg)}.live-room-tip-popover{position:absolute;bottom:calc(100% + 8px);left:0;right:0;z-index:20;max-height:min(52dvh,420px);overflow-y:auto}.live-tip-panel--popover{box-shadow:0 12px 32px #0f172a2e;border:1px solid var(--border)}.live-tip-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.live-tip-panel-close{flex:0 0 auto;width:28px;height:28px;padding:0;border-radius:999px;border:1px solid var(--border);background:transparent;font-size:1.1rem;line-height:1;cursor:pointer}.live-celebration-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;pointer-events:none;overflow:hidden}.live-celebration-piece{position:absolute;opacity:.95;transform:translate(-50%,-50%) rotate(var(--start-rotation, 0deg));will-change:transform,opacity}.live-celebration-piece--circle{border-radius:999px}.live-celebration-piece--rect,.live-celebration-piece--strip{border-radius:2px}.live-celebration-piece--animate{animation-name:live-celebration-fall;animation-timing-function:linear;animation-fill-mode:forwards}.live-celebration-banner{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);padding:16px 28px;border-radius:20px;background:#0f172a9e;border:3px solid #fbbf24;color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:.02em;text-align:center;box-shadow:0 0 24px #fbbf2473;animation:live-celebration-banner-pulse .55s ease-in-out infinite alternate}@keyframes live-celebration-fall{0%{transform:translate(-50%,-50%) translate(0) rotate(var(--start-rotation, 0deg));opacity:.95}to{transform:translate(-50%,-50%) translate(var(--drift-x, 0),var(--fall-y, 100vh)) rotate(var(--end-rotation, 360deg));opacity:.2}}@keyframes live-celebration-banner-pulse{0%{opacity:.82;transform:translate(-50%,-50%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1.03)}}body.live-immersive-active .ambient-bg,body.live-immersive-active .tab-bar{display:none}body.live-immersive-active .app-sidebar{display:none!important}body.live-immersive-active .app-shell{max-width:none;margin:0}body.live-immersive-active .app-content{min-height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}body.live-immersive-active .app-main{padding:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}body.live-immersive-active .app-main>.banner,body.live-immersive-active .app-main>.install-banner,body.live-immersive-active .app-main>.banner-live-host-return,body.live-immersive-active .app-main>.app-banner-stack{display:none}body.live-immersive-active .legal-footer{display:none}.live-room--guest-mobile-immersive{--live-side-chat-width: min(38vw, 300px);--live-guest-video-ratio: 66.666dvh;--live-guest-controls-ratio: 33.333dvh;min-height:100dvh;max-height:100dvh;width:100%;background:#000;color:#f8fafc;overflow:hidden}.live-room--guest-mobile-immersive .live-room-stage{position:relative;inset:auto;display:flex;flex-direction:column;overflow:hidden;z-index:1;min-height:0;height:100dvh;max-height:100dvh}.live-room--guest-mobile-immersive .live-room-video-shell--immersive{position:relative;width:100%;height:var(--live-guest-video-ratio);min-height:var(--live-guest-video-ratio);max-height:var(--live-guest-video-ratio);flex:0 0 var(--live-guest-video-ratio);overflow:hidden}.live-room--guest-mobile-immersive .live-room-header--desktop,.live-room--guest-mobile-immersive .live-room-error,.live-room--guest-mobile-immersive .banner-warning:not(.live-guest-audio-banner),.live-room--guest-mobile-immersive .live-room-controls--desktop{display:none}.live-room--guest-mobile-immersive .live-guest-audio-banner{display:flex!important;position:absolute;top:max(10px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));z-index:70;margin:0;padding:10px 12px;border-radius:10px;background:#0f172ae6;color:#f8fafc;border:1px solid rgba(251,191,36,.45);box-sizing:border-box}.live-room--guest-landscape-video-only .live-guest-audio-banner{top:auto;bottom:max(12px,env(safe-area-inset-bottom))}.live-room--guest-mobile-immersive.live-room--guest-landscape-video-only .live-room-error{display:block!important;position:absolute;top:max(10px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));z-index:70;max-width:min(68vw,420px);margin:0;padding:8px 12px;border-radius:8px;background:#ef4444e0;color:#fff;font-size:.85rem;line-height:1.4;box-sizing:border-box}.live-room--guest-mobile-immersive .live-room-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.live-room--guest-mobile-immersive .video-stage{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:auto!important;margin:0!important;background:#000;border-radius:0}.live-room--guest-mobile-immersive .video-stage video,.live-room--guest-mobile-immersive .video-stage>div,.live-room--guest-mobile-immersive .video-stage .lk-video-conference,.live-room--guest-mobile-immersive .video-stage .lk-participant-tile{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important}.live-room--guest-mobile-immersive .video-stage video{object-fit:cover!important;object-position:center center;background:#000}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack{--live-guest-video-ratio: 56.25dvw ;--live-side-chat-width: 0px;position:relative;inset:auto;width:100%;height:auto;max-height:100dvh;z-index:auto}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-video-shell--immersive{flex:1 1 auto;height:auto;min-height:0;max-height:none;display:flex;flex-direction:column;overflow:hidden}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-video-wrap{position:relative;inset:auto;flex:0 0 var(--live-guest-video-ratio);width:100%;height:var(--live-guest-video-ratio);min-height:var(--live-guest-video-ratio);max-height:var(--live-guest-video-ratio);overflow:hidden}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .video-stage video{object-fit:cover!important}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-side-chat{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;width:100%!important;min-width:0!important;max-width:none!important;flex:1 1 auto;min-height:120px;z-index:2;padding:8px max(12px,env(safe-area-inset-right)) 4px max(12px,env(safe-area-inset-left));pointer-events:auto;background:#0b1220;border-top:1px solid rgba(255,255,255,.08)}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-chat{height:100%;padding:0;background:transparent}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-chat-header{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;padding:2px 0 8px}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-chat-title{flex:1 1 auto;font-size:.85rem;font-weight:700}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-chat-log{flex:1 1 auto;max-height:none!important;mask-image:none;-webkit-mask-image:none;background:transparent}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-chat .compact-item{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-chat .compact-item-body p{font-size:.85rem}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-topfan-placement--trailing{right:max(8px,env(safe-area-inset-right))}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-guest-poll-overlay,.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-guest-mission-overlay{max-width:calc(100% - 24px)}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-guest-below{flex:0 0 auto;height:auto;min-height:0;max-height:none;padding-top:10px;padding-bottom:max(12px,env(safe-area-inset-bottom))}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-guest-below-toolbar{margin-bottom:10px;align-items:center}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-video-shell--immersive>.mosaic-overlay{max-width:min(42vw,200px)}.live-room--guest-landscape-video-only{--live-guest-video-ratio: var(--live-vv-height, 100dvh);--live-guest-controls-ratio: 0dvh;--live-side-chat-width: 0px;position:fixed;top:var(--live-vv-top, 0px);left:var(--live-vv-left, 0px);z-index:40;width:var(--live-vv-width, 100vw);height:var(--live-vv-height, 100dvh);max-width:100vw;max-height:100dvh;background:#000;overflow:hidden}.live-room--guest-landscape-video-only .live-room-stage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;max-height:none}.live-room--guest-landscape-video-only .live-room-video-shell--immersive{position:absolute;top:0;right:0;bottom:0;left:0;flex:none;width:100%;height:100%;min-height:0;max-height:none;overflow:hidden}.live-room--guest-landscape-video-only .live-room-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.live-room--guest-landscape-video-only .video-stage{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:auto!important;margin:0!important;border-radius:0!important;background:#000}.live-room--guest-landscape-video-only .video-stage video,.live-room--guest-landscape-video-only .video-stage>div,.live-room--guest-landscape-video-only .video-stage .lk-video-conference,.live-room--guest-landscape-video-only .video-stage .lk-participant-tile{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important}.live-room--guest-landscape-video-only .video-stage video{object-fit:contain!important;object-position:center center;background:#000}.live-room--guest-landscape-video-only .live-room-float-exit{position:absolute;top:max(8px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:6;display:flex;align-items:center;gap:8px}.live-room--guest-landscape-video-only .live-guest-landscape-ops-hint{position:absolute;top:max(8px,env(safe-area-inset-top));left:max(10px,env(safe-area-inset-left));z-index:6;max-width:min(58vw,300px);margin:0;padding:8px 10px;border-radius:10px;font-size:.7rem;font-weight:600;line-height:1.45;letter-spacing:.01em;color:#f8fafc;background:#0f172ab8;border:1px solid rgba(255,255,255,.12);text-align:left;pointer-events:none}.live-room--guest-landscape-video-only.live-room--guest-expanded .live-guest-landscape-ops-hint,.live-room-stage:fullscreen .live-guest-landscape-ops-hint,.live-room-stage:-webkit-full-screen .live-guest-landscape-ops-hint{max-width:min(52vw,280px)}.live-room--guest-landscape-video-only .live-room-float-fullscreen-btn{border:none;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700;color:#fff;background:#0f172a8c;cursor:pointer}.live-room--guest-landscape-video-only .live-room-float-exit .live-room-exit-btn{opacity:.85;padding:6px 12px;font-size:.75rem;background:#dc2626d9}.live-room--guest-landscape-video-only .live-guest-poll-overlay,.live-room--guest-landscape-video-only .live-guest-mission-overlay{z-index:21;max-width:min(46vw,280px)}.live-room--guest-landscape-video-only .live-guest-video-expand-placement,.live-room--guest-landscape-video-only .live-room-float-host-badge,.live-room--guest-landscape-video-only .live-topfan-placement{display:none!important}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack.live-room--guest-tip-open .live-room-guest-below{overflow:visible}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-guest-below .live-room-tip-popover{position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));top:auto;z-index:90;max-height:min(72dvh,560px);overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:16px;box-shadow:0 16px 40px #00000073}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-guest-below .live-tip-panel--popover{background:#111827;color:#f8fafc;border-color:#ffffff1f}.live-room--guest-mobile-immersive.live-room--guest-portrait-stack .live-room-stage{overflow:visible}.live-room--guest-mobile-immersive .live-room-float-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}.live-room--guest-landscape-video-only .mosaic-preparing-overlay{z-index:25}.live-room--guest-mobile-immersive .live-room-float-layer>*{pointer-events:auto}.live-room--guest-mobile-immersive .live-room-float-host-badge{position:absolute;top:max(8px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));z-index:2;max-width:min(52vw,280px)}.live-room--guest-mobile-immersive .live-topfan-placement{position:absolute;top:calc(max(8px,env(safe-area-inset-top)) + 52px);z-index:3;max-width:76px}.live-room--guest-mobile-immersive .live-topfan-placement--leading{left:max(8px,env(safe-area-inset-left))}.live-room--guest-mobile-immersive .live-topfan-placement--trailing{right:calc(var(--live-side-chat-width) + 8px)}.live-room--guest-mobile-immersive .live-topfan-bar--vertical{width:68px;padding:6px;gap:4px;border-radius:12px}.live-room--guest-mobile-immersive .live-topfan-bar--horizontal{max-width:76px;padding:6px 8px;border-radius:12px;flex-direction:column;align-items:flex-start}.live-room--guest-mobile-immersive .live-topfan-label{font-size:.58rem}.live-room--guest-mobile-immersive .live-topfan-empty{margin:0;font-size:.58rem;line-height:1.2;writing-mode:horizontal-tb;max-width:100%}.live-room--guest-mobile-immersive .live-topfan-hide,.live-room--guest-mobile-immersive .live-topfan-restore{width:22px;height:22px;font-size:.7rem}.live-room--guest-mobile-immersive .live-room-float-top{position:absolute;top:max(8px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));z-index:5}.live-room--guest-mobile-immersive .live-room-side-chat{position:absolute;top:0;right:0;bottom:0;width:var(--live-side-chat-width);min-width:220px;z-index:5;display:flex;flex-direction:column;gap:0;min-height:0;padding-top:max(8px,env(safe-area-inset-top));padding-right:max(4px,env(safe-area-inset-right));padding-bottom:max(8px,env(safe-area-inset-bottom));pointer-events:none}.live-room--guest-mobile-immersive .live-room-side-chat--log-only{padding-top:max(12px,env(safe-area-inset-top))}.live-room--guest-mobile-immersive .live-room-side-chat>*{pointer-events:auto}.live-room--guest-mobile-immersive .live-room-chat{flex:1;display:flex;flex-direction:column;min-height:0;height:100%;background:transparent;border:none;box-shadow:none;color:#f8fafc;padding:0 4px}.live-room--guest-mobile-immersive .live-room-side-chat--log-only .live-room-chat{justify-content:flex-end}.live-room--guest-mobile-immersive .live-room-chat-header{flex-shrink:0;flex-wrap:wrap;align-items:center;gap:4px 6px;padding:4px 4px 6px;color:#fff}.live-room--guest-mobile-immersive .live-room-chat-title{margin:0;font-size:.72rem;color:#fff;flex:1 1 100%}.live-room--guest-mobile-immersive .live-room-chat-count{font-size:.68rem;color:#ffffffbf}.live-room--guest-mobile-immersive .live-room-chat-log{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;background:transparent;border:none;border-radius:0;mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 100%)}.live-room--guest-mobile-immersive .live-room-side-chat--log-only .live-room-chat-log{flex:0 1 auto;max-height:min(62dvh,420px)}.live-room--guest-mobile-immersive .live-room-chat .compact-item{padding:5px 4px;border-bottom:1px solid rgba(255,255,255,.1);background:transparent}.live-room--guest-mobile-immersive .live-room-chat .compact-item-header{font-size:.65rem;gap:4px}.live-room--guest-mobile-immersive .live-room-chat .compact-item-body p{margin:0;font-size:.74rem;line-height:1.45;word-break:break-word}.live-room--guest-mobile-immersive .live-room-chat .compact-empty,.live-room--guest-mobile-immersive .live-room-chat .compact-item-body,.live-room--guest-mobile-immersive .live-room-chat .compact-item-date,.live-room--guest-mobile-immersive .live-room-chat .meta,.live-room--guest-mobile-immersive .live-room-chat .community-author-name{color:#f8fafce6}.live-room--guest-mobile-immersive .live-room-chat-input-wrap{flex-shrink:0;margin-top:0;border-top:1px solid rgba(255,255,255,.12);padding:6px 4px}.live-room--guest-mobile-immersive .live-room-chat-form{gap:4px}.live-room--guest-mobile-immersive .live-room-chat-form input{background:#ffffff1f;color:#fff;border:none;min-height:32px;font-size:.75rem}.live-room--guest-mobile-immersive .live-room-tip-toggle,.live-room--guest-mobile-immersive .live-room-chat-send{width:32px;height:32px;border-radius:8px}.live-room--guest-mobile-immersive .live-room-chat-form input::placeholder{color:#ffffff8c}.live-room--guest-mobile-immersive .live-room-exit-btn{border:none;border-radius:999px;padding:8px 14px;font-size:.8125rem;font-weight:700;color:#fff;background:#dc2626eb;cursor:pointer}.live-room--guest-mobile-immersive .live-room-guest-below{position:relative;z-index:2;flex:0 0 var(--live-guest-controls-ratio);width:100%;height:var(--live-guest-controls-ratio);min-height:var(--live-guest-controls-ratio);max-height:var(--live-guest-controls-ratio);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:linear-gradient(180deg,#111827,#0b1220);color:#f8fafc;border-top:1px solid rgba(255,255,255,.08)}.live-room--guest-mobile-immersive .live-room-guest-below-error{margin:0 0 10px;padding:8px 10px;border-radius:8px;background:#ef444429;color:#fecaca;font-size:.85rem}.live-room--guest-mobile-immersive .live-room-guest-below-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.live-room--guest-mobile-immersive .live-room-guest-below-title h3{margin:0 0 4px;font-size:1rem;font-weight:700}.live-room--guest-mobile-immersive .live-room-guest-below-title .meta{margin:0;color:#f8fafcb3;font-size:.8rem}.live-room--guest-mobile-immersive .live-room-guest-below-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:0}.live-room--guest-mobile-immersive .live-room-guest-comment-toggle{display:inline-flex;align-items:center;gap:6px;width:auto;min-width:0;height:auto;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff29;color:#fff;font-size:.8125rem;font-weight:700;line-height:1.2;white-space:nowrap;cursor:pointer;box-shadow:0 1px 2px #00000040}.live-room--guest-mobile-immersive .live-room-guest-comment-toggle-icon{font-size:1rem;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}.live-room--guest-mobile-immersive .live-room-guest-below .live-room-float-btn{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 12px;background:#ffffff14;color:#fff;font-size:.8rem;font-weight:600}.live-room--guest-mobile-immersive .live-room-guest-below .live-room-chat-input-wrap{border-top:none;padding:0;margin-top:4px;position:relative;z-index:6}.live-room--guest-mobile-immersive .live-room-guest-below .live-room-tip-popover{z-index:40;max-height:min(48dvh,380px)}.live-room--guest-mobile-immersive .live-room-guest-below .live-room-chat-form{gap:8px}.live-room--guest-mobile-immersive .live-room-guest-below .live-room-chat-form input{min-height:44px;font-size:.9375rem;border-radius:10px;background:#ffffff1a;padding:0 12px}.live-room--guest-mobile-immersive .live-room-guest-below .live-room-tip-toggle,.live-room--guest-mobile-immersive .live-room-guest-below .live-room-chat-send{width:44px;height:44px;border-radius:10px}.live-room--guest-mobile-immersive .live-room-host-settings{display:none}.live-room--guest-mobile-immersive .live-room-video-shell--immersive>.mosaic-overlay{position:absolute;top:max(8px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));z-index:3;max-width:min(34vw,200px);background:#0f172a8c;border:1px solid rgba(255,255,255,.1);color:#f8fafc;pointer-events:none}.live-room--ios .live-room-float-layer .mosaic-overlay--host{position:absolute;top:max(8px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));z-index:5;margin:0}.live-room--guest-mobile-immersive .live-guest-poll-overlay{left:max(12px,env(safe-area-inset-left));right:auto;bottom:max(12px,env(safe-area-inset-bottom));max-width:calc(100% - var(--live-side-chat-width) - 24px)}.live-room--guest-mobile-immersive .live-guest-mission-overlay{left:max(12px,env(safe-area-inset-left));right:auto;top:calc(max(8px,env(safe-area-inset-top)) + 64px);max-width:calc(100% - var(--live-side-chat-width) - 24px)}.live-room--guest-mobile-immersive .live-guest-overlay-card{width:min(200px,40vw)}@media(orientation:portrait){.live-room--guest-mobile-immersive:not(.live-room--guest-portrait-stack){--live-side-chat-width: min(36vw, 200px)}.live-room--guest-mobile-immersive:not(.live-room--guest-portrait-stack) .live-room-side-chat{min-width:0}.live-room--guest-mobile-immersive:not(.live-room--guest-portrait-stack) .live-room-side-chat--log-only .live-room-chat-log{max-height:min(48dvh,320px)}.live-room--guest-mobile-immersive:not(.live-room--guest-portrait-stack) .live-room-float-host-badge{max-width:min(48vw,220px)}}@media(orientation:landscape){.live-room--guest-mobile-immersive{--live-side-chat-width: min(32vw, 260px)}.live-room--guest-mobile-immersive .live-room-side-chat--log-only .live-room-chat-log{max-height:min(52dvh,280px)}}@media(max-width:767px){.live-room--ios{min-height:100dvh;display:flex;flex-direction:column;background:#000;color:#f8fafc}.live-room--ios.live-room--portrait-blocked,.live-prep-page--portrait-blocked{min-height:100dvh;background:#000}.live-room--ios .live-room-stage{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}}.live-landscape-prompt{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;align-items:center;justify-content:center;background:#000;color:#fff;padding:32px;text-align:center}.live-room--portrait-blocked .live-landscape-prompt,.live-prep-page--portrait-blocked .live-landscape-prompt{display:flex}.live-room--portrait-blocked .live-room-stage,.live-room--portrait-blocked .live-room-header,.live-room--portrait-blocked .live-room-controls,.live-room--portrait-blocked .live-guest-audio-banner,.live-room--portrait-blocked .live-room-guest-below,.live-room--portrait-blocked .live-guest-video-expand-placement,.live-room--portrait-blocked .live-celebration-overlay,.live-room--portrait-blocked .live-tip-sparkle-overlay,.live-room--portrait-blocked .live-room-tip-popover,.live-prep-page--portrait-blocked .live-prep-header,.live-prep-page--portrait-blocked .live-prep-layout,.live-prep-page--portrait-blocked .error{visibility:hidden!important;pointer-events:none!important}.live-landscape-prompt-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:4px}.live-landscape-prompt-actions .primary,.live-landscape-prompt-actions .danger,.live-landscape-prompt-actions a{min-width:140px;text-align:center;text-decoration:none}.live-landscape-prompt-inner{display:grid;gap:20px;justify-items:center;max-width:320px}.live-landscape-prompt-icon{color:#fff;opacity:.95}.live-landscape-prompt-title{margin:0;font-size:1.25rem;font-weight:700}.live-landscape-prompt-body{margin:0;font-size:.95rem;line-height:1.6;color:#ffffffb3}.live-guest-host-badge{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#0f172a8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12)}.live-guest-host-badge-text{display:grid;gap:2px;min-width:0}.live-guest-host-badge-name{font-size:.75rem;font-weight:700;color:#fff}.live-guest-host-badge-room{font-size:.65rem;color:#ffffffbf}.live-guest-host-badge-live{width:100%;font-size:.65rem;font-weight:700;color:#fecaca}.live-draggable-placement{touch-action:none;cursor:grab}.live-draggable-placement:active{cursor:grabbing}.live-topfan-bar{background:#000000b8;border:1px solid rgba(255,193,7,.45);color:#fff}.live-topfan-bar--horizontal{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;max-width:min(92vw,520px)}.live-topfan-bar--vertical{display:grid;gap:8px;width:88px;padding:8px;border-radius:14px}.live-topfan-bar-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.live-topfan-label{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:700;color:#fb923c}.live-topfan-hide,.live-topfan-restore{border:none;background:#ffffff1f;color:#fff;border-radius:999px;padding:4px 6px;font-size:.65rem;cursor:pointer}.live-topfan-restore{background:#0000009e;border:1px solid rgba(251,146,60,.45);color:#fb923c;font-weight:700;padding:6px 10px}.live-topfan-scroll--horizontal{display:flex;gap:10px;overflow-x:auto;min-width:0}.live-topfan-scroll--vertical{display:grid;gap:8px;max-height:280px;overflow-y:auto}.live-topfan-slot{display:flex;align-items:center;gap:6px}.live-topfan-slot--vertical{flex-direction:column;text-align:center}.live-topfan-avatar-wrap{position:relative;display:inline-flex}.live-topfan-crown,.live-topfan-rank-num{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-size:.6rem;font-weight:700}.live-topfan-rank-num{background:#ffffff2e;border-radius:999px;padding:1px 4px;color:#fff}.live-topfan-meta{display:grid;gap:1px;min-width:0}.live-topfan-name{font-size:.65rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:88px}.live-topfan-amount{font-size:.6rem;font-weight:700}.live-topfan-empty{margin:0;font-size:.65rem;color:#ffffff8c}.live-room-float-btn{width:36px;height:36px;border:none;border-radius:999px;background:#00000073;color:#fff;font-size:1rem;cursor:pointer}.live-room-float-btn--sm{width:32px;height:32px;font-size:.85rem}.live-guest-video-expand-placement{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:240;pointer-events:auto;touch-action:none}.live-guest-video-expand-btn{width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:10px;background:#0f172ad1;color:#fff;cursor:grab;display:flex;align-items:center;justify-content:center;pointer-events:auto;box-shadow:0 4px 16px #0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s ease}.live-guest-video-expand-btn:active{cursor:grabbing;background:#0f172af2}.live-guest-video-expand-btn:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.live-room--guest-expanded .live-room-header--desktop,.live-room--guest-expanded .live-room-error,.live-room--guest-expanded .banner-warning:not(.live-guest-audio-banner),.live-room--guest-expanded .live-room-controls--desktop,.live-room--guest-expanded .live-room-guest-below,.live-room--guest-expanded .live-room-side-chat{display:none!important}.live-room--guest-expanded .live-guest-audio-banner{display:flex!important;position:fixed;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));z-index:130;margin:0;padding:10px 12px;border-radius:10px;background:#0f172ae6;color:#f8fafc;border:1px solid rgba(251,191,36,.45);box-sizing:border-box}.live-room--guest-expanded .live-room-stage,.live-room-stage:fullscreen,.live-room-stage:-webkit-full-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:block;width:100%;height:100%;min-height:100dvh;background:#000}.live-room-stage:fullscreen,.live-room-stage:-webkit-full-screen{z-index:2147483000}.live-room--guest-expanded .live-room-video-shell,.live-room--guest-expanded .live-room-video-shell--immersive,.live-room-stage:fullscreen .live-room-video-shell,.live-room-stage:fullscreen .live-room-video-shell--immersive,.live-room-stage:-webkit-full-screen .live-room-video-shell,.live-room-stage:-webkit-full-screen .live-room-video-shell--immersive{width:100%;height:100%;min-height:100%}.live-room--guest-expanded .live-room-video-wrap,.live-room-stage:fullscreen .live-room-video-wrap,.live-room-stage:-webkit-full-screen .live-room-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;min-height:100%;border-radius:0}.live-room--guest-expanded .video-stage,.live-room-stage:fullscreen .video-stage,.live-room-stage:-webkit-full-screen .video-stage{width:100%;height:100%;min-height:100%;max-height:none;aspect-ratio:auto;border-radius:0;background:#000}.live-room--guest-expanded .video-stage video,.live-room-stage:fullscreen .video-stage video,.live-room-stage:-webkit-full-screen .video-stage video{width:100%;height:100%;object-fit:contain;background:#000}.live-room--guest-expanded .live-topfan-placement--trailing,.live-room-stage:fullscreen .live-topfan-placement--trailing,.live-room-stage:-webkit-full-screen .live-topfan-placement--trailing{right:max(12px,env(safe-area-inset-right))}.live-room--guest-expanded .live-guest-poll-overlay,.live-room-stage:fullscreen .live-guest-poll-overlay,.live-room-stage:-webkit-full-screen .live-guest-poll-overlay{bottom:max(120px,calc(96px + env(safe-area-inset-bottom)))}.live-room--guest-expanded .live-guest-mission-overlay,.live-room-stage:fullscreen .live-guest-mission-overlay,.live-room-stage:-webkit-full-screen .live-guest-mission-overlay{top:calc(max(8px,env(safe-area-inset-top)) + 72px)}.live-guest-expanded-chrome{position:absolute;left:0;right:0;bottom:0;z-index:230;display:flex;flex-direction:column;gap:8px;padding:10px max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:linear-gradient(180deg,transparent 0%,rgba(8,12,24,.72) 28%,rgba(8,12,24,.92) 100%);pointer-events:none}.live-guest-expanded-chrome>*{pointer-events:auto}.live-guest-expanded-chrome-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.live-guest-expanded-chrome .live-room-chat-input-wrap{position:relative;border-top:none;padding:0}.live-guest-expanded-chrome .live-room-tip-popover{z-index:240}.live-guest-expanded-chrome .live-room-chat-form input{background:#ffffff24;color:#fff;border:none;min-height:40px}.live-guest-expanded-chrome .live-room-chat-form input::placeholder{color:#ffffff8c}.live-guest-expanded-chrome .live-room-exit-btn{border:none;border-radius:999px;padding:8px 14px;font-size:.8125rem;font-weight:700;color:#fff;background:#dc2626eb;cursor:pointer}.live-room--guest-expanded .live-guest-video-expand-placement,.live-room-stage:fullscreen .live-guest-video-expand-placement,.live-room-stage:-webkit-full-screen .live-guest-video-expand-placement{z-index:250}.live-guest-poll-overlay,.live-guest-mission-overlay{position:absolute;z-index:6;pointer-events:none}.live-guest-poll-overlay{left:max(12px,env(safe-area-inset-left));bottom:max(12px,env(safe-area-inset-bottom))}.live-guest-mission-overlay{left:max(12px,env(safe-area-inset-left));top:calc(max(8px,env(safe-area-inset-top)) + 88px)}.live-guest-poll-overlay .live-draggable-placement,.live-guest-mission-overlay .live-draggable-placement{pointer-events:auto}.live-guest-overlay-card{width:min(228px,42vw);padding:8px 10px;border-radius:12px;background:#000000b8;border:1px solid rgba(255,255,255,.14);color:#fff;box-shadow:0 8px 24px #00000047}.live-guest-overlay-card--poll{border-color:#ec489973}.live-guest-overlay-card--mission{border-color:#fb923c8c}.live-guest-overlay-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.live-guest-overlay-label{font-size:.7rem;font-weight:700;color:#fb7185}.live-guest-overlay-card--mission .live-guest-overlay-label{color:#fb923c}.live-guest-overlay-collapse{border:none;background:#ffffff1f;color:#fff;width:22px;height:22px;border-radius:999px;cursor:pointer}.live-guest-overlay-question{margin:0 0 6px;font-size:.75rem;font-weight:700;line-height:1.35}.live-guest-overlay-meta,.live-guest-overlay-note{margin:0;font-size:.68rem;color:#ffffffc7}.live-guest-overlay-badge{border:none;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:700;color:#fff;cursor:pointer}.live-guest-overlay-badge--poll{background:#0000009e;border:1px solid rgba(236,72,153,.5)}.live-guest-overlay-badge--mission{background:#0000009e;border:1px solid rgba(251,146,60,.55)}.live-guest-poll-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.live-guest-poll-option{border:none;border-radius:8px;padding:8px 4px;font-size:.68rem;font-weight:700;color:#fff;background:#6366f1d9;cursor:pointer;min-width:0;max-width:100%;writing-mode:horizontal-tb;line-height:1.25}.live-guest-poll-option-label{display:block;min-width:0;overflow-wrap:anywhere;word-break:break-word;writing-mode:horizontal-tb}.live-guest-poll-results{display:grid;gap:6px;min-width:0}.live-guest-poll-result{display:grid;gap:3px;min-width:0;font-size:.68rem;color:#ffffffe0;writing-mode:horizontal-tb}.live-guest-poll-result-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0}.live-guest-poll-result-label{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:break-word;writing-mode:horizontal-tb;line-height:1.3}.live-guest-poll-result-votes{flex:0 0 auto;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.3}.live-guest-poll-result-track{width:100%;height:4px;border-radius:999px;background:#ffffff29;overflow:hidden}.live-guest-poll-result-fill{display:block;height:100%;border-radius:inherit;background:#fbbf24e6;max-width:100%}.live-guest-poll-result--voted{color:#fde68a;font-weight:700}.live-guest-poll-result--voted .live-guest-poll-result-fill{background:#fbbf24}@media(max-width:767px)and (orientation:portrait){.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .video-stage-wrap{display:flex;justify-content:center}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .video-stage{width:min(100%,27dvh);max-height:48dvh;aspect-ratio:9 / 16;margin-inline:auto}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .video-stage video{object-fit:contain;background:#0f172a}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-main{gap:10px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-controls{padding:10px 12px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-sidebar{gap:10px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-chat{min-height:0}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-chat-log{max-height:32dvh;min-height:120px}.guest-portrait-hint-dismiss{flex-shrink:0}}@media(max-width:767px)and (orientation:landscape){.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive){display:flex;flex-direction:column;min-height:0;max-height:100dvh;overflow:hidden}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-header{flex-shrink:0;margin-bottom:8px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-layout{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,34vw);gap:10px;align-items:stretch;min-height:0;overflow:hidden}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-main{min-height:0;overflow:hidden;gap:8px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .video-stage-wrap{flex:1;min-height:0;display:flex;align-items:center}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .video-stage{aspect-ratio:16 / 9;max-height:100%;width:100%}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .video-stage video{object-fit:contain}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-controls{flex-shrink:0;padding:8px 10px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-leave{padding:6px 10px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-sidebar{min-height:0;max-height:100%;overflow:hidden;display:flex;flex-direction:column;gap:8px}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-chat{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-chat-log{flex:1;min-height:0;max-height:none;overflow-y:auto}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-chat-input-wrap{flex-shrink:0;margin-top:auto}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-tip-popover{max-height:min(40dvh,280px)}.live-room--guest:not(.live-room--immersive):not(.live-room--guest-mobile-immersive) .live-room-sidebar>.panel:not(.live-room-chat){display:none}}@media(max-width:767px){.live-room--host .live-room-sidebar{order:2}.live-room--host .live-room-chat{min-height:0}.live-room--host .live-room-chat-log{max-height:28dvh;min-height:100px}.live-room--host .live-room-host-settings{max-height:none}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat,.live-room--host .live-room-side-chat--host-settings-open .live-room-host-settings{max-height:min(52dvh,480px);height:min(52dvh,480px)}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat-log{max-height:none}}.home-dashboard{display:grid;gap:16px}.home-favorites{display:grid;gap:14px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#fff1f2f2,#ede9feeb 48%,#e0f2fef2);border:1px solid rgba(244,114,182,.18);box-shadow:0 10px 28px #94a3b81f}.home-favorites-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-favorites-header--compact{justify-content:flex-end}.home-favorites-header h2{margin:0;font-size:1.15rem}.home-favorites-header p{margin:4px 0 0;color:var(--muted);font-size:.88rem}.home-favorites-eyebrow{margin:0 0 4px;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#db2777}.home-favorites-count{flex-shrink:0;padding:6px 10px;border-radius:999px;background:#fffc;font-size:.82rem;font-weight:700;color:#be185d}.home-favorites-empty{margin:0}.home-favorites-search{display:grid;gap:6px}.home-favorites-search input[type=search]{width:100%;margin:0;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#ffffffeb;color:var(--text);font:inherit}.home-favorites-search-meta{margin:0}.home-favorites-search-results{list-style:none;margin:0;padding:0;display:grid;gap:8px}.home-favorites-search-result{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:#ffffffe0;text-decoration:none;color:inherit}.home-favorites-search-result:hover strong{color:var(--accent)}.home-favorites-search-result--row{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-favorites-search-result-link{display:flex;align-items:center;gap:10px;min-width:0;flex:1;text-decoration:none;color:inherit}.favorites-user-search-body{margin-top:10px;display:grid;gap:8px}.home-favorites-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.home-favorites-list--compact{gap:8px}.home-favorites-page-meta{margin:0 0 8px}.home-favorites-row{display:flex;align-items:center;gap:10px;min-width:0;padding:8px 10px;border-radius:12px;background:#ffffffe0;border:1px solid rgba(226,232,240,.95)}.home-favorites-avatar-link{flex:0 0 auto;display:inline-flex;line-height:0;text-decoration:none;color:inherit}.home-favorites-name{flex:1;min-width:0;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;writing-mode:horizontal-tb}.home-favorites-card{display:grid;gap:10px;padding:12px;border-radius:14px;background:#ffffffe0;border:1px solid rgba(226,232,240,.95)}.home-favorites-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-favorites-identity{display:flex;align-items:center;gap:10px;min-width:0;color:inherit;text-decoration:none}.home-favorites-identity:hover strong{color:#db2777}.home-favorites-identity-text{display:grid;gap:2px;min-width:0}.home-favorites-identity-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-favorites-unfav,.home-favorites-add{flex:0 0 auto;width:auto;min-width:4.5em;height:auto;padding:6px 10px;border-radius:999px;font-size:.8rem;font-weight:700;cursor:pointer;writing-mode:horizontal-tb}.home-favorites-unfav{border:1px solid rgba(244,114,182,.35);background:#fff1f2;color:#be185d}.home-favorites-live{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:#fee2e2b3;color:inherit;text-decoration:none;font-size:.88rem}.home-favorites-live--idle{margin:0;background:#f1f5f9e6}.home-favorites-live-badge{flex-shrink:0;padding:2px 8px;border-radius:999px;background:#e11d48;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.04em}.home-favorites-live-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.home-favorites-posts h3{margin:0 0 6px;font-size:.82rem;color:var(--muted)}.home-favorites-posts ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.home-favorites-posts li{display:grid;gap:2px}.home-favorites-posts a{color:inherit;font-weight:600;text-decoration:none}.home-favorites-posts a:hover{color:#db2777}.user-profile-favorites-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.user-profile-favorites-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid var(--border, #e2e8f0);background:#ffffffb8;color:inherit;text-decoration:none}.user-profile-favorites-item span{display:grid;gap:2px;min-width:0}.user-profile-favorites-item:hover{border-color:#f472b673}.web-ad-banner{display:grid;gap:6px;justify-items:center;width:fit-content;max-width:100%;margin-inline:auto;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:#ffffffb8;box-sizing:border-box}.web-ad-banner-label,.web-ad-banner-note{margin:0;font-size:.72rem;color:var(--muted);text-align:center;max-width:300px}.web-ad-banner-frame-wrap{width:300px;max-width:100%;height:250px;overflow:hidden;border-radius:8px;background:#ffffff80;box-sizing:border-box}.web-ad-banner-frame-wrap--compact{width:300px;max-width:100%;height:250px;min-height:250px;max-height:250px}.web-ad-banner-frame{display:block;width:300px;max-width:100%;height:250px;min-height:250px;border:0;background:transparent}.web-ad-banner-affiliate-link{display:block;width:300px;max-width:100%;height:250px;line-height:0}.web-ad-banner-affiliate-img{display:block;width:300px;max-width:100%;height:250px;object-fit:contain;background:#fff;border:0}.web-rewarded-ad{display:grid;gap:8px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#ffffffb8}.web-rewarded-ad--compact{padding:10px 12px}.web-rewarded-ad-title{margin:0;font-size:1rem;font-weight:700}.web-rewarded-ad-modal{max-width:min(420px,100%)}.web-rewarded-ad-frame-wrap{width:100%;min-height:250px;overflow:hidden;border-radius:8px;background:#0000000a}.web-rewarded-ad-frame{display:block;width:100%;min-height:250px;border:0}.home-shortcuts{display:grid;gap:12px}.host-ranking-board{position:relative;overflow:hidden;margin:0 0 20px;padding:18px;border:1px solid rgba(168,139,250,.28);border-radius:20px;background:radial-gradient(circle at 92% 5%,rgba(253,224,71,.2),transparent 25%),linear-gradient(135deg,#ffeef8f5,#eef2fff5 52%,#e0f7faf5);box-shadow:0 14px 34px #7c3aed1c}.host-ranking-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.host-ranking-header h2{margin:2px 0 5px;font-size:clamp(1.15rem,3vw,1.45rem);line-height:1.3;color:#35235f}.host-ranking-header p{margin:0;color:#655a7d;font-size:.86rem}.host-ranking-eyebrow{color:#8b5cf6!important;font-size:.7rem!important;font-weight:800;letter-spacing:.14em}.host-ranking-crown{display:grid;flex:0 0 auto;width:52px;height:52px;place-items:center;border:1px solid rgba(245,158,11,.25);border-radius:16px;background:#ffffffb8;box-shadow:0 8px 18px #f59e0b29;font-size:1.7rem;transform:rotate(4deg)}.host-ranking-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:12px;padding:4px;border:1px solid rgba(139,92,246,.14);border-radius:13px;background:#ffffff94}.host-ranking-tabs button{min-height:40px;border:0;border-radius:10px;background:transparent;color:#6b647a;box-shadow:none;font-weight:700}.host-ranking-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 5px 14px #8b5cf63d}.host-ranking-state{margin:14px 4px 2px;text-align:center}.host-ranking-list{display:grid;gap:8px}.host-ranking-row{display:grid;grid-template-columns:46px 48px minmax(0,1fr) auto 14px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;border:1px solid rgba(148,163,184,.22);border-radius:14px;color:inherit;background:#ffffffb8;box-shadow:0 3px 10px #473a6e0f;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.host-ranking-row:hover{transform:translateY(-1px);border-color:#8b5cf666;box-shadow:0 7px 18px #473a6e1c}.host-ranking-row--top{grid-template-columns:52px 62px minmax(0,1fr) auto 14px;min-height:82px;border-width:2px}.host-ranking-row--1{border-color:#eab3089e;background:linear-gradient(110deg,#fffbebf5,#ffffffd1);box-shadow:0 7px 20px #eab30824}.host-ranking-row--2{border-color:#94a3b899;background:linear-gradient(110deg,#f8fafcf5,#ffffffd1)}.host-ranking-row--3{border-color:#c278428c;background:linear-gradient(110deg,#fff7edf5,#ffffffd1)}.host-ranking-position{display:grid;justify-items:center;line-height:1}.host-ranking-medal{font-size:1.15rem;font-weight:800}.host-ranking-row--1 .host-ranking-medal{font-size:1.45rem}.host-ranking-rank{margin-top:3px;color:#766c87;font-size:.68rem;font-weight:700}.host-ranking-profile{min-width:0}.host-ranking-profile>strong{display:block;overflow:hidden;margin-bottom:5px;color:#332a41;text-overflow:ellipsis;white-space:nowrap}.host-ranking-host-rank{max-width:100%}.host-ranking-coins{display:grid;justify-items:end;color:#7c3aed;white-space:nowrap}.host-ranking-coins strong{font-size:1rem;line-height:1.2}.host-ranking-row--top .host-ranking-coins strong{font-size:1.12rem}.host-ranking-coins span{color:#81768e;font-size:.68rem;font-weight:700}.host-ranking-arrow{color:#9b8bad;font-size:1.4rem}@media(max-width:560px){.host-ranking-board{margin-right:-4px;margin-left:-4px;padding:14px 11px;border-radius:17px}.host-ranking-crown{width:44px;height:44px;font-size:1.4rem}.host-ranking-row,.host-ranking-row--top{grid-template-columns:38px 48px minmax(0,1fr) auto;gap:8px;min-height:68px;padding:8px}.host-ranking-row--top .host-ranking-avatar{width:48px!important;height:48px!important}.host-ranking-arrow{display:none}.host-ranking-profile>strong{font-size:.9rem}.host-ranking-coins strong,.host-ranking-row--top .host-ranking-coins strong{font-size:.92rem}}.dashboard-grid{display:grid;gap:16px;grid-template-columns:1fr}.dashboard-card{display:flex;flex-direction:column;height:100%;min-height:140px;padding:20px 22px;background:var(--panel);border:1px solid var(--card-border);border-radius:14px;box-shadow:var(--card-shadow);color:inherit;position:relative;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}a.dashboard-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px);border-color:#cdd5e0}.dashboard-card-title{margin:0 0 10px;font-size:1.125rem;font-weight:700;color:var(--text);line-height:1.3}.dashboard-card-desc{margin:0;font-size:.875rem;color:var(--muted-subtle);line-height:1.5;flex:1}.dashboard-card-greeting{margin:0 0 12px;font-size:.95rem}.dashboard-card-meta{margin:0 0 12px;display:grid;gap:10px}.dashboard-card-meta div{display:flex;justify-content:space-between;align-items:center;gap:12px}.dashboard-card-meta dt{margin:0;font-size:.8125rem;color:var(--muted-subtle);font-weight:500}.dashboard-card-meta dd{margin:0;font-size:.875rem;font-weight:600}.dashboard-card-arrow{position:absolute;right:18px;bottom:18px;font-size:1.1rem;color:var(--muted);opacity:.5;transition:opacity .2s,transform .2s}a.dashboard-card:hover .dashboard-card-arrow{opacity:1;transform:translate(3px)}.dashboard-card--profile{border-left:4px solid var(--nav-home)}.dashboard-card--bulletin{border-left:4px solid var(--nav-bulletin)}.dashboard-card--chat{border-left:4px solid var(--nav-chat)}.dashboard-card--live{border-left:4px solid var(--nav-live)}.dashboard-card--plans{border-left:4px solid var(--nav-plans)}.dashboard-card--favorites{border-left:4px solid #ec4899}.announcement-topics{margin-top:0;margin-bottom:20px;padding:clamp(22px,5vw,36px);border:1px solid var(--border);border-radius:var(--radius-lg);background:#f6f6f7}.announcement-topics__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.announcement-topics__eyebrow{margin:0 0 5px;color:var(--text-secondary);font-family:Georgia,Times New Roman,serif;font-size:.82rem;letter-spacing:.2em}.announcement-topics__header h2{margin:0;font-size:1.15rem}.announcement-topics__list{display:grid}.announcement-topic{border-top:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.announcement-topic:last-child{border-bottom:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.announcement-topic summary{display:grid;grid-template-columns:24px 96px minmax(0,1fr);gap:8px;align-items:start;padding:15px 0;cursor:pointer;list-style:none;line-height:1.65}.announcement-topic summary::-webkit-details-marker{display:none}.announcement-topic__plus{color:var(--text-secondary);font-size:0}.announcement-topic__plus:before{content:"＋";font-size:1rem}.announcement-topic[open] .announcement-topic__plus:before{content:"−"}.announcement-topic time{color:var(--text-secondary);font-variant-numeric:tabular-nums;white-space:nowrap}.announcement-topic__title{color:var(--text-primary);font-weight:600}.announcement-topic>p{margin:-2px 0 18px 128px;color:var(--text-secondary);line-height:1.8;white-space:pre-wrap}.announcement-topics__empty{margin:0;color:var(--text-secondary)}.announcement-topics .bulletin-pagination{margin-top:12px}.announcement-topics__more{display:flex;gap:8px;align-items:center;margin:18px 0 0 auto;padding:7px 2px;border:0;background:transparent;color:var(--text-primary);font-weight:700}@media(max-width:560px){.announcement-topics{margin-top:0;margin-bottom:16px;padding:20px 16px}.announcement-topic summary{grid-template-columns:20px 88px minmax(0,1fr);gap:5px;font-size:.875rem}.announcement-topic>p{margin-left:25px}}.install-banner{position:relative;display:flex;align-items:center;margin-bottom:16px;padding:10px 36px 10px 12px;background:#4b6fff12;border:1px solid rgba(75,111,255,.2);border-radius:10px}.install-banner-body{display:flex;align-items:center;gap:10px;min-width:0}.install-banner-icon{flex-shrink:0;font-size:1.1rem;line-height:1}.install-banner-title{display:block;font-size:.8125rem;font-weight:700;color:var(--text);line-height:1.3}.install-banner-text{margin:2px 0 0;font-size:.75rem;color:var(--muted-subtle);line-height:1.35}.install-banner-close{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:1.1rem;line-height:1}.install-url-hint{word-break:break-all}.install-url-hint a{font-weight:600}.onboarding-page{max-width:520px}.onboarding-business-link{margin:-4px 0 12px;text-align:center}.onboarding-seo-blurb{margin:0 0 12px;text-align:center;line-height:1.55;max-width:36em;margin-inline:auto}.bulletin-guest-age-check{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:10px 12px;border:1px solid #c5cdd8;border-radius:10px;background:#fff;font-size:.9rem;line-height:1.45}.bulletin-guest-age-check input[type=checkbox]{margin:.2em 0 0;flex:0 0 auto;width:auto;min-width:1.05em;height:1.05em;padding:0}.bulletin-guest-age-check-body{display:block;flex:1;min-width:0;margin:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;writing-mode:horizontal-tb;text-orientation:mixed}.onboarding-invite-banner{margin:0 0 12px;text-align:left}.onboarding-step-title{margin:4px 0 0;font-size:1.05rem;font-weight:700;color:var(--text)}.onboarding-intro{display:grid;gap:12px;margin:12px 0 4px}.speech-bubble{margin:0;padding:12px 14px 14px;border-radius:14px;background:#ff8fb11f;border:1.5px solid rgba(255,143,177,.45);box-shadow:0 3px 8px #ff8fb11f;font-size:.92rem;line-height:1.55;color:var(--text)}.onboarding-mascot{display:flex;justify-content:flex-end;margin-top:4px;padding-right:8px;overflow:visible}.onboarding-mascot-image{width:148px;height:auto;max-width:42vw;display:block;object-fit:contain;object-position:bottom right;image-rendering:auto;-webkit-user-drag:none;filter:drop-shadow(0 4px 10px rgba(0,0,0,.14))}.onboarding-mascot-image--wink,.onboarding-mascot-image--smile{width:156px}.onboarding-soft-launch-promo .speech-bubble:last-of-type{background:#4b6fff1a;border-color:#4b6fff66;box-shadow:0 3px 8px #4b6fff1f}.onboarding-overview{margin:8px 0 4px}.onboarding-plan-list{margin:0;padding-left:1.1rem;display:grid;gap:8px;font-size:.88rem;line-height:1.45}.onboarding-welcome-actions{justify-content:flex-end;gap:8px;margin-top:8px}.onboarding-welcome-actions .primary{flex:1;max-width:220px}.onboarding-age-warning,.onboarding-register-warning{border-width:1.5px}.onboarding-age-warning .error,.onboarding-register-warning .error{line-height:1.55;font-weight:700}.bank-transfer-card{gap:14px}.bank-user-id-box,.bank-reference-box{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#3b82f60f}.bank-user-id-label,.bank-reference-label{font-size:.82rem;color:var(--muted)}.bank-user-id-value,.bank-reference-value{font-size:1.2rem;line-height:1.4;word-break:break-all}.bank-transfer-warning{border-width:2px;animation:bank-transfer-id-warning-blink 1.15s ease-in-out infinite}.bank-transfer-warning .error{font-weight:800}.coin-transfer-id-warning{display:grid;gap:4px;margin:0;padding:14px 16px;color:#b91c1c;border:2px solid #ef4444;border-radius:12px;background:#fee2e2f2;animation:bank-transfer-id-warning-blink 1.15s ease-in-out infinite}.coin-transfer-id-warning strong{font-size:1.05rem;line-height:1.5;font-weight:900}.coin-transfer-id-warning span{font-size:.85rem;line-height:1.5;font-weight:700}@keyframes bank-transfer-id-warning-blink{0%,to{border-color:#dc2626;background:#fee2e2fa;box-shadow:0 0 #ef444480;opacity:1}50%{border-color:#f59e0b;background:#fef3c7fa;box-shadow:0 0 0 5px #ef444429;opacity:.76}}@media(prefers-reduced-motion:reduce){.bank-transfer-warning,.coin-transfer-id-warning{animation:none}}.bank-copy-list{display:grid;gap:10px}.bank-copy-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#ffffff05}.bank-copy-row-main{min-width:0;display:grid;gap:4px}.bank-copy-row-label{font-size:.82rem;color:var(--muted)}.bank-copy-row-value{font-size:1rem;line-height:1.4;word-break:break-all}.bank-copy-btn{flex-shrink:0;min-width:88px}.bank-transfer-submit-btn{width:100%;min-height:48px}.bulletin-news-ticker{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px 2px #0f172a0a;overflow:hidden;min-height:42px}.bulletin-news-ticker--loading{color:var(--muted);font-size:.8125rem}.bulletin-news-ticker-label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;font-size:.6875rem;font-weight:800;letter-spacing:.06em;color:#9f1239;background:#ffe4e6}.bulletin-news-ticker-placeholder{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bulletin-news-ticker-viewport{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.bulletin-news-ticker-track{display:flex;align-items:center;gap:18px;width:max-content;animation:bulletin-news-ticker-scroll 55s linear infinite}.bulletin-news-ticker:hover .bulletin-news-ticker-track,.bulletin-news-ticker:focus-within .bulletin-news-ticker-track{animation-play-state:paused}.bulletin-news-ticker-item{display:inline-flex;align-items:center;gap:8px;max-width:min(70vw,420px);color:inherit;text-decoration:none;white-space:nowrap}.bulletin-news-ticker-item:hover .bulletin-news-ticker-title,.bulletin-news-ticker-item:focus-visible .bulletin-news-ticker-title{text-decoration:underline}.bulletin-news-ticker-badge{flex-shrink:0;display:inline-block;padding:1px 7px;border-radius:4px;font-size:.6875rem;font-weight:700;line-height:1.5}.bulletin-news-ticker-badge--crime{background:#ffe4e6;color:#9f1239}.bulletin-news-ticker-badge--gravure{background:#fae8ff;color:#a21caf}.bulletin-news-ticker-badge--politics{background:#e0f2fe;color:#0369a1}.bulletin-news-ticker-badge--entertainment{background:#fce7f3;color:#be185d}.bulletin-news-ticker-badge--sports{background:#dcfce7;color:#15803d}.bulletin-news-ticker-thumb-wrap{flex-shrink:0;width:34px;height:34px;border-radius:6px;overflow:hidden}.bulletin-news-ticker-thumb{display:block;width:34px;height:34px;border-radius:6px;object-fit:cover;object-position:top center;background:#e2e8f0;border:1px solid #e2e8f0}.bulletin-news-ticker-title{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;color:var(--text)}@keyframes bulletin-news-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.bulletin-news-ticker-track{animation:none;flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:2px}.bulletin-news-ticker-viewport{-webkit-mask-image:none;mask-image:none}}.live-topfan-ticker{display:flex;align-items:center;gap:8px;margin:8px 0 0;padding:7px 10px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px 2px #0f172a0a;overflow:hidden;min-height:40px}.live-topfan-ticker--empty{color:var(--muted);font-size:.8125rem}.live-topfan-ticker-label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;background:#ffe4e6;color:#9f1239;font-size:.68rem;font-weight:800;letter-spacing:.04em}.live-topfan-ticker-placeholder{font-size:.78rem;color:var(--muted)}.live-topfan-ticker-viewport{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.live-topfan-ticker-track{display:flex;width:max-content;gap:28px;animation:live-topfan-ticker-scroll 12s linear infinite}.live-topfan-ticker-item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.live-topfan-ticker-rank{flex-shrink:0;padding:2px 7px;border-radius:999px;background:#9f12391f;color:#9f1239;font-size:.68rem;font-weight:700}.live-topfan-ticker-name{font-size:.8125rem;font-weight:700;color:var(--text)}.live-topfan-ticker-amount{font-size:.75rem;font-weight:600;color:#b45309}@keyframes live-topfan-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.live-topfan-ticker-track{animation:none}}.bulletin-live-now{margin:0 0 14px;padding:10px 10px 8px;border:1px solid #fecdd3;border-radius:12px;background:linear-gradient(180deg,#fff1f2,#fff 72%);box-shadow:0 1px 2px #0f172a0a}.bulletin-live-now--loading,.bulletin-live-now--idle{display:flex;align-items:center;gap:10px;min-height:42px;padding:8px 10px;border-color:#e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc)}.bulletin-live-now-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.bulletin-live-now-label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;font-size:.6875rem;font-weight:800;letter-spacing:.06em;background:#e11d48;color:#fff}.bulletin-live-now-count{flex:1;min-width:0;font-size:.8125rem;font-weight:600;color:#9f1239}.bulletin-live-now-empty{flex:1;min-width:0;font-size:.8125rem;color:var(--muted)}.bulletin-live-now-all{flex-shrink:0;font-size:.75rem;font-weight:700;color:#be123c;text-decoration:none}.bulletin-live-now--idle .bulletin-live-now-label,.bulletin-live-now--loading .bulletin-live-now-label{background:#94a3b8}.bulletin-live-now--idle .bulletin-live-now-all{color:#475569}.bulletin-live-now-all:hover,.bulletin-live-now-all:focus-visible{text-decoration:underline}.bulletin-live-now-list{list-style:none;margin:0;padding:0 0 2px;display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.bulletin-live-now-card{display:flex;align-items:center;gap:8px;min-width:min(260px,82vw);max-width:300px;padding:8px 10px;border-radius:10px;border:1px solid #fecdd3;background:#fff;color:inherit;text-decoration:none}.bulletin-live-now-card:hover,.bulletin-live-now-card:focus-visible{border-color:#fb7185;background:#fff7f7}.bulletin-live-now-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.bulletin-live-now-card--preparing{border-color:#e2e8f0;background:#f8fafc}.bulletin-live-now-avatar{flex-shrink:0}.bulletin-live-now-meta{display:grid;gap:2px;min-width:0;flex:1}.bulletin-live-now-badge{justify-self:start;display:inline-flex;align-items:center;padding:1px 7px;border-radius:999px;background:#e11d48;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.04em;line-height:1.35}.bulletin-live-now-badges{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.bulletin-live-now-badge--private{background:#7c3aed}.bulletin-live-now-badge--public{background:#0f766e}.bulletin-live-now-card--preparing .bulletin-live-now-badge{background:#64748b}.bulletin-live-now-host{font-size:.8125rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulletin-live-now-title{font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulletin-live-now-genre{font-size:.7rem;font-weight:600;color:#4338ca;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulletin-live-now-viewers{font-size:.7rem;color:#9f1239;font-weight:600}.bulletin-live-now-card--preparing .bulletin-live-now-viewers{color:#64748b}.bulletin-live-now-cta{flex-shrink:0;font-size:.75rem;font-weight:700;color:#be123c}.bulletin-live-now-card--preparing .bulletin-live-now-cta{color:#475569}.bulletin-board{max-width:1000px}.bulletin-toolbar{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.bulletin-search{display:flex;align-items:center;gap:10px;width:100%;padding:6px 10px 6px 14px;border:2px solid #0d9488;border-radius:12px;background:linear-gradient(180deg,#fff,#f0fdfa);box-shadow:0 0 0 3px #0d94881f,0 2px 8px #0d948814;transition:border-color .15s,box-shadow .15s}.bulletin-search:focus-within{border-color:#0f766e;box-shadow:0 0 0 4px #0d948833,0 4px 14px #0d948824}.bulletin-search--active{border-color:#0f766e;background:#fff}.bulletin-search-icon{flex-shrink:0;font-size:1.05rem;line-height:1;opacity:.85}.bulletin-search input[type=search]{flex:1;min-width:0;margin:0;height:40px;padding:0;border:none;border-radius:0;background:transparent;font-size:.9375rem;color:var(--text);box-shadow:none}.bulletin-search input[type=search]::placeholder{color:#5b7c7a;opacity:.9}.bulletin-search input[type=search]:focus{outline:none;box-shadow:none}.bulletin-search input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.bulletin-search-clear{flex-shrink:0;height:34px;padding:0 12px;border:1px solid rgba(13,148,136,.35);border-radius:8px;background:#ccfbf1;color:#0f766e;font-size:.8125rem;font-weight:700}.bulletin-search-clear:hover{background:#99f6e4}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bulletin-section-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:2px 0}.bulletin-section-tab{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:var(--panel);font-size:.82rem;font-weight:600;color:var(--muted);white-space:nowrap;line-height:1.2;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.bulletin-section-tab:hover{background:var(--list-item-bg);color:var(--text)}.bulletin-section-tab-icon{font-size:1rem;line-height:1}.bulletin-section-tab.active{box-shadow:0 1px 4px #1a24331a}.bulletin-section-tab--all.active{background:#0d948824;color:var(--nav-bulletin);border-color:#0d948873}.bulletin-section-tab--plaza.active{background:#e0f2fe;color:#0369a1;border-color:#7dd3fc}.bulletin-section-tab--advice.active{background:#fce7f3;color:#be185d;border-color:#f9a8d4}.bulletin-section-tab--hobby.active{background:#ede9fe;color:#6d28d9;border-color:#c4b5fd}.bulletin-section-tab--host.active{background:#ffedd5;color:#c2410c;border-color:#fdba74}.bulletin-section-tab--region.active{background:#d1fae5;color:#047857;border-color:#6ee7b7}.bulletin-section-tab--adult.active{background:#ffe4e6;color:#9f1239;border-color:#fda4af}.bulletin-section-tab--custom.active{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.bulletin-category-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:2px 0}.bulletin-section-tabs--form,.bulletin-category-tabs--form,form.panel.stack--tight{width:100%;max-width:100%;min-width:0;box-sizing:border-box}form.panel.stack--tight>*{min-width:0;max-width:100%}form.panel.stack--tight>input,form.panel.stack--tight>textarea,form.panel.stack--tight>button.primary{width:100%;max-width:100%;box-sizing:border-box}.bulletin-category-tab{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border:1px solid var(--border);border-radius:999px;background:var(--panel);font-size:.78rem;font-weight:500;color:var(--muted);white-space:nowrap;line-height:1.2;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.bulletin-category-tab:hover{background:var(--list-item-bg);color:var(--text)}.bulletin-category-tab-icon{font-size:.95rem;line-height:1}.bulletin-category-tab-label{line-height:1.2}.bulletin-category-tab.active{font-weight:700;box-shadow:0 1px 3px #1a243314}.bulletin-category-tab--section-all.active{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.bulletin-category-tab--all.active{background:#0d948824;color:var(--nav-bulletin);border-color:#0d948873}.bulletin-category-tab--chat.active{background:#e0f2fe;color:#0369a1;border-color:#7dd3fc}.bulletin-category-tab--news.active{background:#fef3c7;color:#b45309;border-color:#fcd34d}.bulletin-category-tab--intro.active{background:#ccfbf1;color:#0d9488;border-color:#5eead4}.bulletin-category-tab--anonymous.active{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}.bulletin-category-tab--love.active{background:#fce7f3;color:#be185d;border-color:#f9a8d4}.bulletin-category-tab--life-advice.active{background:#dcfce7;color:#15803d;border-color:#86efac}.bulletin-category-tab--game.active{background:#ede9fe;color:#6d28d9;border-color:#c4b5fd}.bulletin-category-tab--music.active{background:#f3e8ff;color:#7c3aed;border-color:#d8b4fe}.bulletin-category-tab--movie.active{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.bulletin-category-tab--anime.active{background:#ffedd5;color:#ea580c;border-color:#fdba74}.bulletin-category-tab--kanto.active{background:#d1fae5;color:#047857;border-color:#6ee7b7}.bulletin-category-tab--kansai.active{background:#ccfbf1;color:#0f766e;border-color:#5eead4}.bulletin-category-tab--host-recruit.active{background:#ffedd5;color:#c2410c;border-color:#fdba74}.bulletin-category-tab--host-review.active{background:#fef9c3;color:#a16207;border-color:#fde047}[class*=bulletin-category-tab--adult-].active{background:#ffe4e6;color:#9f1239;border-color:#fda4af}[class*=bulletin-thread-badge--adult-]{background:#ffe4e6;color:#9f1239}.bulletin-thread-badge--section-plaza{background:#e0f2fe;color:#0369a1}.bulletin-thread-badge--section-advice{background:#fce7f3;color:#be185d}.bulletin-thread-badge--section-hobby{background:#ede9fe;color:#6d28d9}.bulletin-thread-badge--section-host{background:#ffedd5;color:#c2410c}.bulletin-thread-badge--section-region{background:#d1fae5;color:#047857}.bulletin-thread-badge--section-adult{background:#ffe4e6;color:#9f1239}.bulletin-thread-badge--section-custom{background:#f1f5f9;color:#64748b}.bulletin-toolbar-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-shrink:0}.bulletin-new-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:8px;background:var(--accent);border:1px solid var(--accent);color:var(--accent-contrast);font-size:.875rem;font-weight:600;line-height:1;white-space:nowrap;transition:background .15s,opacity .15s}.bulletin-new-btn:hover{opacity:.9}.bulletin-new-btn--disabled{opacity:.45;cursor:not-allowed}.bulletin-toolbar-note{display:flex;align-items:center;font-size:.75rem;line-height:1.2;color:var(--muted-subtle);white-space:nowrap}.bulletin-thread-panel{border:1px solid var(--card-border);border-radius:8px;background:var(--panel);box-shadow:var(--card-shadow);overflow:hidden}.bulletin-thread-list{max-height:min(70vh,720px);overflow-y:auto}.bulletin-thread-header{display:grid;grid-template-columns:1fr 320px;align-items:center;gap:12px;padding:5px 14px;background:#f4f6f9;border-bottom:1px solid #c5cdd8;font-size:.6875rem;font-weight:600;color:#4a5568;letter-spacing:.02em;position:sticky;top:0;z-index:1}.bulletin-thread-header span:last-child{text-align:right}.bulletin-thread-row{display:grid;grid-template-columns:1fr 320px;align-items:center;gap:12px;padding:7px 14px;border-bottom:1px solid #eceff3;color:inherit;font-size:.875rem;line-height:1.35;transition:background .1s ease;min-height:34px}.bulletin-thread-row:last-child{border-bottom:none}.bulletin-thread-row:hover{background:#f0f4f9}.bulletin-thread-ad-row{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:6px;grid-template-columns:none;text-decoration:none;background:#fff;min-height:52px;padding-top:10px;padding-bottom:10px}.bulletin-thread-ad-row:hover{background:#f7f8fa}.bulletin-thread-ad-title{display:block;width:100%;min-width:0;font-weight:700;font-size:.95rem;line-height:1.45;color:var(--text);white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.bulletin-thread-ad-pr{align-self:flex-end;flex:0 0 auto;font-size:.75rem;font-weight:600;line-height:1.2;color:#e67e22;letter-spacing:.02em}.bulletin-thread-ad-row--recommendation{gap:8px;min-height:0}.bulletin-thread-ad-recommendation{width:100%;min-width:0;overflow:hidden}.bulletin-thread-ad-recommendation ins{display:block;width:100%;max-width:100%}.bulletin-thread-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.bulletin-thread-badge{flex-shrink:0;display:inline-block;padding:1px 7px;border-radius:4px;font-size:.6875rem;font-weight:600;line-height:1.5;background:#e8edf5;color:#4a5568}.bulletin-thread-badge--chat{background:#e0f2fe;color:#0369a1}.bulletin-thread-badge--news{background:#fef3c7;color:#b45309}.bulletin-thread-badge--intro{background:#ccfbf1;color:#0d9488}.bulletin-thread-badge--anonymous{background:#f3f4f6;color:#6b7280}.bulletin-thread-badge--plaza-other{background:#f1f5f9;color:#64748b}.bulletin-thread-badge--love{background:#fce7f3;color:#be185d}.bulletin-thread-badge--life-advice{background:#dcfce7;color:#15803d}.bulletin-thread-badge--mental{background:#f3e8ff;color:#7c3aed}.bulletin-thread-badge--complaint{background:#e2e8f0;color:#475569}.bulletin-thread-badge--advice-other{background:#f1f5f9;color:#64748b}.bulletin-thread-badge--game{background:#ede9fe;color:#6d28d9}.bulletin-thread-badge--music{background:#f3e8ff;color:#7c3aed}.bulletin-thread-badge--movie{background:#fee2e2;color:#dc2626}.bulletin-thread-badge--anime{background:#ffedd5;color:#ea580c}.bulletin-thread-badge--sports{background:#dcfce7;color:#16a34a}.bulletin-thread-badge--hobby-other{background:#f1f5f9;color:#64748b}.bulletin-thread-badge--host-recruit{background:#ffedd5;color:#c2410c}.bulletin-thread-badge--host-review{background:#fef9c3;color:#a16207}.bulletin-thread-badge--call-tips{background:#ccfbf1;color:#0d9488}.bulletin-thread-badge--host-other{background:#f1f5f9;color:#64748b}.bulletin-thread-badge--hokkaido{background:#e0f2fe;color:#0284c7}.bulletin-thread-badge--tohoku{background:#dbeafe;color:#0369a1}.bulletin-thread-badge--hokuriku{background:#cffafe;color:#0891b2}.bulletin-thread-badge--kanto{background:#d1fae5;color:#047857}.bulletin-thread-badge--chubu,.bulletin-thread-badge--kansai{background:#ccfbf1;color:#0f766e}.bulletin-thread-badge--shikoku{background:#ffedd5;color:#ea580c}.bulletin-thread-badge--chugoku{background:#fef3c7;color:#b45309}.bulletin-thread-badge--kyushu{background:#fef9c3;color:#ca8a04}.bulletin-thread-badge--okinawa{background:#cffafe;color:#06b6d4}.bulletin-thread-badge--school-company{background:#dbeafe;color:#0369a1}.bulletin-thread-badge--other-region{background:#f1f5f9;color:#64748b}.bulletin-thread-badge--adult-love-advice{background:#fce7f3;color:#be185d}.bulletin-thread-badge--adult-fuzoku{background:#ffedd5;color:#7c2d12}.bulletin-thread-badge--adult-lgbt{background:#f3e8ff;color:#9333ea}.bulletin-thread-badge--adult-fetish{background:#fae8ff;color:#a21caf}.bulletin-thread-badge--adult-av{background:#fee2e2;color:#b91c1c}.bulletin-thread-badge--adult-affair{background:#ffe4e6;color:#991b1b}.bulletin-thread-badge--adult-nightlife{background:#fae8ff;color:#c026d3}.bulletin-thread-badge--adult-chat{background:#ffe4e6;color:#9f1239}.bulletin-thread-badge--adult-other{background:#fff1f2;color:#881337}.bulletin-thread-badge--custom-other{background:#f1f5f9;color:#64748b}.bulletin-thread-title{font-weight:600;font-size:.875rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bulletin-thread-search-preview{flex:1 1 100%;width:100%;margin:0;font-size:.8125rem;color:var(--muted);line-height:1.45;word-break:break-word;white-space:normal}.bulletin-thread-row:has(.bulletin-thread-search-preview) .bulletin-thread-main{flex-wrap:wrap}.bulletin-thread-row:has(.bulletin-thread-search-preview) .bulletin-thread-title{white-space:normal;overflow:visible;text-overflow:unset}.bulletin-thread-meta{display:flex;align-items:center;gap:12px;flex-shrink:0;width:320px;justify-content:flex-end;font-size:.8125rem;color:var(--muted-subtle)}.bulletin-thread-responses{min-width:3.5em;text-align:right;font-variant-numeric:tabular-nums}.bulletin-thread-views{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;min-width:3.5em;text-align:right;font-variant-numeric:tabular-nums}.bulletin-thread-views-icon{flex-shrink:0;opacity:.75}.bulletin-thread-date{min-width:6.5em;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.bulletin-thread-author{min-width:5em;max-width:8em;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bulletin-thread-empty{padding:24px 14px;text-align:center;margin:0}.bulletin-pagination{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:12px;margin-bottom:8px;padding:10px 8px;background:var(--panel);border:1px solid var(--card-border);border-radius:8px}.bulletin-pagination-nav{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.bulletin-pagination-status{flex:1 1 auto;text-align:center;font-size:.8125rem;font-weight:600;color:var(--muted);white-space:nowrap}.bulletin-pagination-jumps{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bulletin-pagination button{min-width:36px;padding:8px 12px;font-size:.8125rem;border-radius:6px}.bulletin-pagination-jumps button{width:100%;font-weight:600}.bulletin-pagination button.active{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:600}.bulletin-pagination button:disabled{opacity:.4;cursor:not-allowed}.panel--compact{padding:10px 12px;margin-bottom:10px}.chat-guide{margin-top:0}.chat-list-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.chat-guide-badge-details{position:relative}.chat-guide-badge-details>summary{list-style:none}.chat-guide-badge-details>summary::-webkit-details-marker{display:none}.chat-guide-badge{display:inline-flex;align-items:center;gap:4px;margin:0;padding:5px 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent, #3b82f6) 45%,var(--border));background:color-mix(in srgb,var(--accent, #3b82f6) 12%,var(--panel));color:var(--text);font-size:.78rem;font-weight:700;line-height:1.2;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.chat-guide-badge:after{content:"▾";font-size:.7rem;opacity:.75}.chat-guide-badge-details[open]>.chat-guide-badge:after{content:"▴"}.chat-guide-badge-details[open]>.chat-guide-badge{background:color-mix(in srgb,var(--accent, #3b82f6) 22%,var(--panel))}.chat-guide-badge-details>.chat-guide{position:absolute;right:0;top:calc(100% + 8px);z-index:30;width:min(92vw,360px);max-width:calc(100vw - 24px);max-height:min(70vh,480px);overflow:auto;box-shadow:0 10px 28px #0f172a29;writing-mode:horizontal-tb}.chat-guide-badge-details>.chat-guide .chat-guide-section-body{writing-mode:horizontal-tb;overflow-wrap:anywhere;word-break:break-word}@media(max-width:720px){.page-chat>.page-header.page-header--compact{flex-wrap:wrap;align-items:flex-start}.page-chat>.page-header.page-header--compact .chat-list-header-actions{flex:1 1 auto;min-width:0;justify-content:flex-end}.page-chat .chat-guide-badge-details[open]{flex:1 1 100%;min-width:0}.page-chat .chat-guide-badge-details>.chat-guide{position:static;width:100%;max-width:none;margin-top:8px;max-height:min(60vh,480px);box-shadow:none}}.chat-list-toolbar{display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;margin:0 0 12px}.coin-history-panel{margin-bottom:0}.coin-history-toolbar{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:flex-end}.coin-history-filter-field{display:flex;flex-direction:column;gap:4px;margin:0;min-width:0;flex:1 1 96px}.coin-history-filter-field select{width:100%;min-width:0;max-width:100%}.coin-history-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.coin-history-pagination-status{margin:0;font-variant-numeric:tabular-nums}.coin-history-list .coin-history-row{cursor:default}.coin-history-delta{font-variant-numeric:tabular-nums;font-weight:700;color:#b91c1c}.coin-history-delta--credit{color:#15803d}.chat-list-toolbar .bulletin-search{flex:1 1 180px;margin:0}.chat-list-sort{display:flex;align-items:center;margin:0;flex:0 0 auto}.chat-list-sort select{margin:0;min-width:7.5rem;height:100%;min-height:38px;padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:.9rem}.chat-guide-sections{display:grid;gap:12px}.chat-guide-section-title{margin:0 0 4px;font-size:.92rem;font-weight:700;color:var(--text)}.chat-guide-section-body{margin:0;line-height:1.55}.stack--tight{display:grid;gap:8px}.page-header--compact{margin-bottom:12px}.inline-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.inline-toolbar input{flex:1;min-width:160px;margin:0;padding:8px 10px;height:36px}.inline-toolbar button{flex-shrink:0;height:36px;padding:0 14px}.toolbar-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:8px;font-size:.875rem;font-weight:600;border:1px solid var(--accent);background:var(--accent);color:var(--accent-contrast)}.badge--inline{margin-right:6px;vertical-align:middle}.badge-public{background:#22c55e24;color:#15803d;border:1px solid rgba(34,197,94,.35)}.badge-private{background:#64748b29;color:#334155;border:1px solid rgba(100,116,139,.35)}.compact-empty{margin:0;padding:16px 12px;text-align:center;font-size:.85rem;color:var(--muted-subtle)}.thread-op{background:var(--panel);border:1px solid var(--border);border-radius:8px}.thread-op-title{margin:4px 0 6px;font-size:1.15rem;font-weight:700;line-height:1.35}.thread-news-media{margin:10px 0 8px;border-radius:10px;overflow:hidden;border:1px solid var(--card-border, #e2e8f0);background:#f1f5f9;max-height:420px}.thread-news-media-image{display:block;width:100%;max-height:420px;object-fit:contain;object-position:center top;margin:0 auto}.thread-news-external{margin:0 0 8px}.thread-news-external a{color:var(--accent, #0d9488);font-weight:600}.thread-op-body{font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.thread-op-body--search-hit{padding:8px 10px;border-radius:6px;background:#4b6fff14;border:1px solid rgba(75,111,255,.18)}.compact-item--search-hit{background:#4b6fff0f;border-radius:8px}.compact-item--report-target{outline:2px solid rgba(217,119,6,.7);background:#fbbf241f;border-radius:8px}.thread-op-meta{margin:0;font-size:.8rem;color:var(--muted-subtle)}.thread-op-footer{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:8px;padding-top:6px;border-top:1px solid var(--border)}.thread-op-fav{margin-left:auto;padding:4px 10px;font-size:.78rem;border-radius:6px}.thread-op-actions{display:flex;gap:8px;margin-top:8px}.thread-op-actions button{padding:6px 12px;font-size:.85rem}.thread-op-actions--waiting{flex-direction:column;align-items:stretch;gap:10px}.thread-op-waiting-hint{margin:0;min-width:0;flex:none;writing-mode:horizontal-tb;line-height:1.45}.thread-op-actions-buttons{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.thread-op-actions-buttons button{flex:1 1 10rem;min-width:0;max-width:100%;writing-mode:horizontal-tb;white-space:normal;text-align:center;line-height:1.35}.compact-section-heading,.bulletin-comments-heading{margin:16px 0 6px;font-size:.95rem;font-weight:600}.compact-list,.bulletin-comment-list{background:var(--panel);border:1px solid var(--border);border-radius:8px;overflow:hidden}.compact-list--scroll{max-height:min(60vh,560px);overflow-y:auto}.compact-item,.bulletin-comment{padding:5px 10px;border-bottom:1px solid var(--border)}.compact-item:last-child,.bulletin-comment:last-child{border-bottom:none}.compact-item-header,.bulletin-comment-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 8px;font-size:.8rem;line-height:1.3;color:var(--muted)}.compact-item-num,.bulletin-comment-num{font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.compact-item-author,.bulletin-comment-author{font-weight:600;color:var(--text)}.user-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:color-mix(in srgb,var(--accent) 18%,var(--panel));color:var(--accent);font-weight:700;line-height:1;text-transform:uppercase;-webkit-user-select:none;user-select:none;overflow:hidden;box-sizing:border-box;border:2px solid var(--avatar-rank-color, #22c55e)}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar--rank-green{--avatar-rank-color: #22c55e}.user-avatar--rank-yellow{--avatar-rank-color: #eab308}.user-avatar--rank-blue{--avatar-rank-color: #3b82f6}.user-avatar--rank-pink{--avatar-rank-color: #ec4899}.user-avatar--rank-silver{--avatar-rank-color: #94a3b8}.user-avatar--rank-gold{--avatar-rank-color: #f59e0b}.user-avatar--rank-purple{--avatar-rank-color: #8b5cf6}.community-author{display:inline-flex;align-items:center;gap:8px;min-width:0;position:relative}.community-author-name{font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-author-avatar-btn{position:relative;flex-shrink:0;padding:0;border:none;background:none;cursor:pointer;border-radius:50%;line-height:0}.community-author-avatar-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.community-author-avatar-btn.is-favorite .user-avatar{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-pink, #e91e8c) 55%,transparent)}.community-author-heart{position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--panel);border:1px solid var(--border);font-size:9px;line-height:1;color:var(--muted-subtle);pointer-events:none}.community-author-avatar-btn.is-favorite .community-author-heart{color:var(--accent-pink, #e91e8c);border-color:color-mix(in srgb,var(--accent-pink, #e91e8c) 40%,var(--border))}.community-author-toast{position:absolute;left:0;top:calc(100% + 4px);z-index:2;padding:2px 8px;border-radius:6px;background:var(--text);color:var(--panel);font-size:.7rem;font-weight:500;white-space:nowrap;pointer-events:none}.profile-avatar-editor,.user-profile-hero{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.profile-editor--compact.panel{margin-bottom:8px;gap:8px}.profile-editor--compact .profile-avatar-editor{gap:12px}.profile-editor--compact .profile-photo-picker{padding:7px 11px;font-size:.8rem}.profile-editor--compact textarea{min-height:0}.me-page{display:flex;flex-direction:column;gap:8px}.me-page .page-title{margin-bottom:0;font-size:1.28rem}.me-account-summary{margin-bottom:0}.me-account-summary-name{margin:0;font-size:.98rem;line-height:1.3}.me-account-summary-meta{margin:2px 0 0;line-height:1.35}.me-account-summary-balance{margin:6px 0 0;font-size:.92rem;line-height:1.4}.me-account-summary-plan-expiry{margin:8px 0 0;padding:8px 10px;border-radius:8px;background:color-mix(in srgb,var(--accent, #1a7f5a) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent, #1a7f5a) 28%,transparent);font-size:.92rem;line-height:1.4}.me-account-summary-plan-expiry strong{display:block;font-size:.85rem;margin-bottom:2px}.me-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;padding:4px;border:1px solid var(--border);border-radius:12px;background:#ffffffb8}.me-tab{margin:0;padding:8px 6px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--muted-subtle);font-size:.78rem;font-weight:700;cursor:pointer;line-height:1.25;writing-mode:horizontal-tb}.me-tab--profile{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.me-tab--settings{color:#0369a1;background:#e0f2fe;border-color:#7dd3fc}.me-tab--coins{color:#a16207;background:#fef9c3;border-color:#fde047}.me-tab--profile:not(.active),.me-tab--settings:not(.active),.me-tab--coins:not(.active){opacity:.72}.me-tab.active{opacity:1;box-shadow:0 1px 2px #0f172a14}.me-tab--profile.active{background:#d1fae5;border-color:#34d399;color:#065f46}.me-tab--settings.active{background:#bae6fd;border-color:#38bdf8;color:#0c4a6e}.me-tab--coins.active{background:#fde68a;border-color:#f59e0b;color:#92400e}.me-page-banner{margin:0}.me-tab-panel{gap:8px}.me-page .panel--compact{padding:8px 10px;margin-bottom:0}.me-page .compact-section-heading{margin-bottom:4px;font-size:.92rem}.me-page .meta,.me-page .thread-op-meta{margin:0;line-height:1.35}.me-page .banner.host-rank-progress{padding:8px 10px;margin:0}.me-links-list{margin:0}.me-page .compact-nav-row{padding-top:8px;padding-bottom:8px}.host-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.host-status-cell{display:flex;flex-direction:column;gap:2px;padding:8px 6px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;text-align:center;min-width:0}.host-status-cell--rank .host-status-label{color:inherit;opacity:.78}.host-status-cell--rank-green{background:#ecfdf5;border-color:#86efac;color:#166534}.host-status-cell--rank-yellow{background:#fefce8;border-color:#fde047;color:#a16207}.host-status-cell--rank-blue{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.host-status-cell--rank-pink{background:#fdf2f8;border-color:#f9a8d4;color:#be185d}.host-status-cell--rank-silver{background:#f8fafc;border-color:#cbd5e1;color:#475569}.host-status-cell--rank-gold{background:#fffbeb;border-color:#fcd34d;color:#b45309}.host-status-cell--rank-purple{background:#f5f3ff;border-color:#c4b5fd;color:#6d28d9}.host-status-label{font-size:.68rem;font-weight:700;color:var(--muted-subtle);letter-spacing:.02em}.host-status-value{font-size:.82rem;font-weight:800;line-height:1.25;word-break:break-word}.profile-photo-picker{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border:1px solid var(--accent);border-radius:9px;background:var(--accent);color:#fff;font-size:.86rem;font-weight:700;cursor:pointer}.profile-photo-picker input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.profile-visibility-toggle{display:inline-flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:.82rem}.profile-visibility-toggle input{width:auto;margin:0}.profile-editor textarea{width:100%;resize:vertical;min-height:112px}.user-profile-page{max-width:760px;margin:0 auto}.user-profile-hero h1{margin-bottom:4px}.user-profile-favorite{width:100%;text-align:center;text-decoration:none;box-sizing:border-box}.user-profile-favorite.is-favorite{color:var(--accent-pink, #e91e8c);border-color:color-mix(in srgb,var(--accent-pink, #e91e8c) 55%,var(--border));background:color-mix(in srgb,var(--accent-pink, #e91e8c) 8%,var(--panel))}.user-profile-invite-banner{margin-bottom:4px}.user-profile-invite-actions{margin-top:10px;flex-wrap:wrap;gap:8px;align-items:center}.user-profile-invite-secondary{font-size:.9rem;font-weight:600}.host-invite-share__label{display:block;margin-bottom:4px}.host-invite-share__url-row{display:flex;gap:8px;flex-wrap:wrap;align-items:stretch}.host-invite-share__url{flex:1 1 200px;min-width:0;font-size:.85rem}.host-invite-share__copy{flex:0 0 auto;white-space:nowrap}.host-invite-share__toast{margin:0;color:var(--accent, #0d9488);font-size:.85rem;font-weight:600}.host-invite-share__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.host-invite-share__btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:10px;font-weight:700;font-size:.9rem;text-decoration:none;color:#fff;flex:1 1 140px}.host-invite-share__btn--x{background:#0f1419}.host-invite-share__btn--line{background:#06c755}.app-shell--public-browse{min-height:100dvh;flex-direction:column;max-width:var(--content-max)}@media(min-width:768px){.app-shell.app-shell--public-browse{flex-direction:column}}.public-browse-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--card-border, #e2e8f0);background:color-mix(in srgb,var(--panel, #fff) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:20}.public-browse-brand{font-weight:800;font-size:1.1rem;color:var(--text);text-decoration:none}.public-browse-header-actions{display:flex;align-items:center;gap:10px}.public-browse-link{font-size:.9rem;font-weight:600}.public-browse-cta{text-decoration:none;padding:8px 12px;border-radius:10px}.public-browse-main{max-width:760px;margin:0 auto;padding:16px 16px 40px}.user-profile-fields{display:grid;gap:14px;margin:0}.user-profile-fields div{display:grid;gap:4px}.user-profile-fields dt{color:var(--text-secondary);font-size:.8rem;font-weight:700}.user-profile-fields dd{margin:0;white-space:pre-wrap;line-height:1.7}.bulletin-thread-row .community-author{max-width:9rem}.bulletin-thread-row .community-author-name{font-size:.8rem;font-weight:500;color:var(--muted)}.compact-item-date,.bulletin-comment-date{font-size:.75rem;color:var(--muted-subtle)}.compact-item-report,.bulletin-comment-report{margin-left:auto;padding:0;border:none;background:none;font-size:.72rem;color:var(--muted-subtle);cursor:pointer;opacity:.45}.compact-item-report:hover,.bulletin-comment-report:hover{color:var(--danger);text-decoration:underline;opacity:1}@media(hover:hover){.compact-item-report,.bulletin-comment-report{opacity:0}.compact-item:hover .compact-item-report,.thread-op:hover .compact-item-report,.bulletin-comment:hover .bulletin-comment-report{opacity:.55}.compact-item-report:hover,.bulletin-comment-report:hover{opacity:1}}.compact-item-body,.bulletin-comment-body{margin-top:2px;font-size:.9rem;line-height:1.45}.compact-item-body p,.bulletin-comment-body p{margin:0;white-space:pre-wrap;word-break:break-word}.compact-item--dm-system{padding:8px 0}.dm-system-message{color:#c62828;font-size:.9rem;font-weight:600;text-align:center;white-space:pre-wrap;word-break:break-word}.compact-item-thumb,.bulletin-comment-thumb{display:block;margin-top:4px;padding:0;border:none;background:none;cursor:zoom-in;line-height:0}.compact-item-thumb img,.bulletin-comment-thumb img{display:block;max-width:180px;max-height:180px;width:auto;height:auto;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.compact-item-thumb:hover img,.bulletin-comment-thumb:hover img{opacity:.9}.dm-voice-player{margin-top:6px}.dm-voice-player audio{display:block;width:min(100%,280px);max-width:100%}.dm-voice-duration{margin:2px 0 0}.dm-voice-recorder{margin-top:8px;padding-top:8px;border-top:1px solid color-mix(in srgb,var(--border, #ccc) 70%,transparent)}.dm-voice-preview{display:grid;gap:8px}.dm-voice-preview-player{display:block;width:min(100%,280px);max-width:100%}.compact-nav-list{border:1px solid var(--card-border);border-radius:8px;background:var(--panel);overflow:hidden;margin-bottom:12px}.compact-nav-header{display:grid;grid-template-columns:1fr 280px;align-items:center;gap:12px;padding:5px 14px;background:#f4f6f9;border-bottom:1px solid #c5cdd8;font-size:.6875rem;font-weight:600;color:#4a5568;letter-spacing:.02em}.compact-nav-header span:last-child{text-align:right}.compact-nav-row{display:grid;grid-template-columns:1fr 280px;align-items:center;gap:12px;padding:7px 14px;border-bottom:1px solid #eceff3;color:inherit;font-size:.875rem;line-height:1.35;transition:background .1s ease;min-height:34px}.compact-nav-row:last-child{border-bottom:none}a.compact-nav-row:hover{background:#f0f4f9}.compact-nav-title{font-weight:600;font-size:.875rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.compact-nav-title--with-avatar{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%}.compact-nav-title-avatar{flex:0 0 auto}.compact-nav-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-nav-meta{display:flex;align-items:center;gap:14px;flex-shrink:0;justify-content:flex-end;font-size:.8125rem;color:var(--muted-subtle)}.compact-nav-author{min-width:4em;max-width:8em;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-nav-author--with-avatar{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;max-width:11em;min-width:0}.compact-nav-author-avatar{flex:0 0 auto}.compact-nav-author-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-nav-stat{min-width:2.5em;text-align:right;font-variant-numeric:tabular-nums}.compact-nav-date{min-width:6.5em;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.image-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172ae0;cursor:zoom-out}.image-lightbox-backdrop img{max-width:min(95vw,1200px);max-height:92vh;object-fit:contain;border-radius:4px;cursor:default}@media(max-width:767px){.compact-nav-header{display:none}.compact-nav-row{grid-template-columns:1fr;gap:4px;padding:9px 12px}.compact-nav-meta{justify-content:flex-start;gap:10px;font-size:.75rem}.compact-nav-author{max-width:none;text-align:left}.compact-nav-author--with-avatar{justify-content:flex-start;max-width:none}.bulletin-thread-header{display:none}.bulletin-thread-row{display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:10px 12px}.bulletin-thread-ad-row{min-height:0}.bulletin-thread-ad-pr{align-self:flex-end}.bulletin-thread-main{width:100%;align-items:flex-start;flex-wrap:wrap}.bulletin-thread-title{flex:1 1 8rem;min-width:0;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word;line-height:1.4}.bulletin-thread-meta{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:10px;font-size:.75rem}.bulletin-thread-author{max-width:none;text-align:left}.bulletin-thread-row .community-author{max-width:none}.bulletin-toolbar-actions{justify-content:stretch;width:100%}.bulletin-toolbar{gap:8px}.bulletin-section-tabs,.bulletin-category-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:4px;margin:0 -4px;padding-left:4px;padding-right:4px;max-width:100%;min-width:0}.bulletin-section-tab,.bulletin-category-tab{flex-shrink:0}.bulletin-section-tabs--form,.bulletin-category-tabs--form{flex-wrap:wrap;overflow-x:visible;margin:0;padding-left:0;padding-right:0;width:100%;max-width:100%;min-width:0}.bulletin-new-btn{flex:1;justify-content:center}}@media(min-width:768px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.dashboard-card{min-height:140px;padding:16px 18px}.home-dashboard{grid-template-columns:280px 1fr;align-items:start}.home-profile{grid-row:1 / -1}.home-shortcuts{grid-template-columns:repeat(2,1fr);gap:16px}.home-shortcuts .list-item{margin-bottom:0;min-height:100px;display:flex;flex-direction:column;justify-content:center}.list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.list-grid .list-item{margin-bottom:0}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.plans-grid--two{grid-template-columns:repeat(2,1fr);max-width:720px}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-stage{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-video-wrap{position:relative;min-width:0}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-float-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:3}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-float-layer>*{pointer-events:auto}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-topfan-placement{position:absolute;top:12px;right:12px;z-index:4;max-width:min(92%,520px)}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-topfan-placement--leading{left:12px;right:auto}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-float-host-badge{position:absolute;top:12px;left:12px;z-index:2;max-width:min(60%,320px)}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-side-chat{position:sticky;top:16px;max-height:calc(100dvh - 48px);display:flex;flex-direction:column;min-height:0}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-chat{flex:1;display:flex;flex-direction:column;min-height:400px;max-height:calc(100dvh - 120px)}.live-room--ios:not(.live-room--guest-mobile-immersive) .live-room-chat-log{flex:1;max-height:none;min-height:200px;overflow-y:auto}.live-room--ios.live-room--host:not(.live-room--guest-mobile-immersive) .live-room-stage{grid-template-columns:minmax(0,1fr)}.live-room--ios.live-room--host:not(.live-room--guest-mobile-immersive) .live-room-side-chat{position:static;max-height:none}.live-room--ios.live-room--host:not(.live-room--guest-mobile-immersive) .live-room-side-chat--host-settings-open{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.live-room--guest-desktop .live-room-stage{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-items:stretch}.live-room--guest-desktop .live-room-video-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.live-room--guest-desktop .live-room-video-wrap{position:relative;grid-column:1;grid-row:1;min-height:min(78vh,860px);background:#000;border-radius:12px;overflow:hidden}.live-room--guest-desktop .live-room-float-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}.live-room--guest-desktop .live-room-float-layer>*{pointer-events:auto}.live-room--guest-desktop .live-topfan-placement{position:absolute;top:12px;right:12px;left:auto;z-index:6;max-width:min(92%,520px)}.live-room--guest-desktop .live-topfan-placement--leading{left:12px;right:auto;top:72px}.live-room--guest-desktop .live-topfan-ticker{grid-column:1;grid-row:2;margin:8px 0 0;align-self:stretch}.live-room--guest-desktop .live-room-float-host-badge{position:absolute;top:12px;left:12px;z-index:5;max-width:min(60%,320px)}.live-room--guest-desktop .video-stage{width:100%;height:100%;min-height:min(78vh,860px);max-height:none;aspect-ratio:auto;background:#000;border-radius:12px}.live-room--guest-desktop .video-stage video{width:100%;height:100%;object-fit:cover;background:#000}.live-room--guest-desktop .live-room-side-chat{grid-column:2;grid-row:1 / span 2;max-height:calc(100dvh - 120px)}.live-room--guest-desktop .live-room-chat{min-height:0;overflow:hidden}.live-room--guest-desktop .live-room-chat-input-wrap{display:flex;flex-direction:column;flex-shrink:0;min-height:0}.live-room--guest-desktop .live-room-tip-popover{position:static;left:auto;right:auto;bottom:auto;z-index:auto;max-height:min(38dvh,320px);margin:0 0 8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.live-room--guest-desktop.live-room--guest-tip-open .live-room-chat-log{flex:1 1 0;min-height:72px}.live-room--guest-desktop .live-room-chat-header{gap:8px}.live-room--guest-desktop .live-room-exit-btn{border:none;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700;color:#fff;background:#dc2626d9;cursor:pointer}.live-room--guest-desktop .live-guest-poll-overlay{left:12px;bottom:12px;z-index:6}.live-room--guest-desktop .live-guest-mission-overlay{left:12px;top:96px;z-index:6}.live-room--guest-desktop .live-room-controls--desktop{grid-column:1;grid-row:2}.live-room-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.live-room-sidebar{position:sticky;top:16px;max-height:calc(100dvh - 48px);display:flex;flex-direction:column;min-height:0}.live-room-chat{flex:1;display:flex;flex-direction:column;min-height:400px;max-height:calc(100dvh - 120px)}.live-room-chat-log{flex:1;max-height:none;min-height:200px;overflow-y:auto}.live-room-chat .compact-list--scroll{max-height:none}.live-room--host .live-room-layout{grid-template-columns:minmax(0,1fr)}.live-room--host .live-room-sidebar{position:static;max-height:none}.live-room--host .live-room-chat{order:0;min-height:220px;max-height:min(36dvh,360px)}.live-room--host .live-room-side-chat--host-settings-open .live-room-chat,.live-room--host .live-room-side-chat--host-settings-open .live-room-host-settings{min-height:0;max-height:min(58dvh,560px);height:min(58dvh,560px)}.live-room--host .live-room-chat-log{min-height:140px}.video-stage{max-height:min(80vh,900px);min-height:460px}.live-room-title{margin:0;font-size:1.15rem}}.host-rank-progress{border-color:#a855f759;background:#f3e8ffb8}.host-earnings-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.host-earnings-summary>div{display:grid;gap:3px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#ffffff85}.host-earnings-summary strong{font-size:1.05rem}@media(max-width:560px){.host-earnings-summary{grid-template-columns:1fr}}.host-rating-history-link{margin-top:4px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;text-decoration:none}.host-rating-average{text-align:right;color:#4338ca}.host-rating-average strong{font-size:1.25rem;display:block;line-height:1.1}.host-rating-guest-list{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:6px}.host-rating-guest-list li{display:flex;justify-content:space-between;gap:8px;font-size:.85rem}.host-rating-star{margin-left:2px;color:#eab308}.live-host-rating-teaser{margin-top:10px}.host-rating-session-card .compact-item-header{align-items:flex-start}.live-create-form,.live-genre-picker{display:grid;gap:10px}.live-genre-picker-title{margin:0;font-size:.78rem;font-weight:700;color:var(--muted)}.live-genre-segmented{display:flex;gap:6px;margin-bottom:0}.live-genre-segmented button{flex:1;padding:8px 10px;font-size:.85rem;font-weight:600}.live-genre-segmented button.active{background:#ef44441f;border-color:#ef444473;color:#b91c1c}.live-genre-topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:8px}.live-genre-topic-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border-radius:999px;font-size:.78rem;font-weight:700;background:#94a3b82e}.live-genre-topic-chip.active{background:#ef444424;border-color:#ef444466;color:#b91c1c}.live-adult-filing-block{display:grid;gap:8px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.live-adult-filing-number{margin:0;padding:8px 12px;border-radius:10px;border:1px solid color-mix(in srgb,#9f1239 28%,var(--border));background:color-mix(in srgb,#fff1f2 80%,var(--panel));color:#9f1239;font-size:.84rem;font-weight:600;line-height:1.45;writing-mode:horizontal-tb;overflow-wrap:anywhere;word-break:break-word}.live-adult-filing-check{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:10px 12px;border:1px solid #fda4af;border-radius:10px;background:#fff1f2;color:#9f1239;font-size:.9rem;line-height:1.45;cursor:pointer}.live-adult-filing-check input[type=checkbox]{margin:.2em 0 0;flex:0 0 auto;width:auto;min-width:1.05em;height:1.05em;padding:0}.live-adult-filing-check-option-body,.live-adult-filing-check-text{display:block;flex:1;min-width:0;margin:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;writing-mode:horizontal-tb;text-orientation:mixed}.live-genre-tabs{margin:8px 0 10px}.live-genre-tab-count{margin-left:2px;font-size:.75rem;font-weight:700;opacity:.75}.bulletin-section-tab--chat.active{background:#e0f2fe;color:#0369a1;border-color:#7dd3fc}.live-topic-tabs{margin-bottom:8px}.live-genre-summary{margin:0 0 10px}.live-adult-locked{display:grid;gap:4px}.live-recommended-hosts{margin:10px 0;display:grid;gap:10px}.live-recommended-hosts-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.live-recommended-host-card{flex:0 0 auto;width:96px;display:grid;justify-items:center;gap:6px;text-decoration:none;color:inherit}.live-recommended-host-name{font-size:.75rem;font-weight:700;text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-recommended-host-rank{transform:scale(.92);transform-origin:center top}.live-neon-avatar-ring{display:inline-grid;place-items:center;padding:3px;border-radius:999px;background:linear-gradient(135deg,#ff599e,#ffc747,#ff6bae);box-shadow:0 2px 8px #ff599e59}.live-neon-avatar-ring--sm{padding:2px;box-shadow:0 1px 5px #ff599e47}.live-neon-avatar-ring .user-avatar{background:var(--panel)}.host-rank-capsule{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap;border:1px solid rgba(255,255,255,.35);box-shadow:0 2px 4px #0f172a1f}.host-rank-capsule--green{background:linear-gradient(135deg,#22c55e,#16a34a)}.host-rank-capsule--yellow{background:linear-gradient(135deg,#eab308,#ca8a04)}.host-rank-capsule--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.host-rank-capsule--pink{background:linear-gradient(135deg,#ec4899,#db2777)}.host-rank-capsule--silver{background:linear-gradient(135deg,#94a3b8,#64748b)}.host-rank-capsule--gold{background:linear-gradient(135deg,#f59e0b,#d97706)}.host-rank-capsule--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.live-room-row{display:flex;align-items:center;gap:10px;grid-template-columns:none}.live-room-row-avatar{flex:0 0 auto}.live-room-row-body{min-width:0;flex:1;display:grid;gap:4px}.live-room-row-rank{flex:0 0 auto}.live-room-list .compact-nav-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px;text-align:left}:root{--ambient-opacity: .92;--panel: rgba(255, 255, 255, .78);--panel-strong: rgba(255, 255, 255, .9);--border: rgba(255, 255, 255, .55);--tab-bar-bg: rgba(255, 255, 255, .82);--list-item-bg: rgba(255, 255, 255, .62);--chat-bubble-bg: rgba(255, 255, 255, .7);--input-bg: rgba(255, 255, 255, .88);--button-bg: rgba(255, 255, 255, .72);--bg: transparent}body{background:#dceefb}#root{position:relative;isolation:isolate;min-height:100dvh}.ambient-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;overflow:hidden;opacity:var(--ambient-opacity)}.ambient-bg__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 70% at 15% 85%,rgba(255,182,210,.55) 0%,transparent 58%),radial-gradient(ellipse 75% 60% at 85% 15%,rgba(186,210,255,.6) 0%,transparent 55%),radial-gradient(ellipse 65% 55% at 55% 45%,rgba(210,190,255,.45) 0%,transparent 52%),radial-gradient(ellipse 50% 45% at 25% 35%,rgba(186,240,220,.4) 0%,transparent 50%),linear-gradient(145deg,#b8e4ff,#e8d4ff 38%,#ffd6e8 72%,#c8f0e0)}.ambient-bg__bokeh{position:absolute;top:0;right:0;bottom:0;left:0}.ambient-bg__bokeh-dot{position:absolute;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.95) 0%,rgba(255,255,255,.15) 45%,transparent 70%);transform:translate(-50%,-50%)}.ambient-bg__waves{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.85}.ambient-bg__paws{position:absolute;top:0;right:0;bottom:0;left:0}.ambient-bg__paw{position:absolute;color:#ffffff4f;transform:translate(-50%,-50%);filter:drop-shadow(0 0 8px rgba(255,255,255,.2))}.app-main{position:relative}.app-main:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.58;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='rgba(255,255,255,0.25)'%3E%3Cellipse cx='16' cy='22' rx='7.5' ry='6.5'/%3E%3Ccircle cx='9' cy='12' r='3.2'/%3E%3Ccircle cx='16' cy='9' r='3.4'/%3E%3Ccircle cx='23' cy='12' r='3.2'/%3E%3Ccircle cx='26' cy='18' r='2.6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='rgba(255,210,232,0.2)'%3E%3Cellipse cx='16' cy='22' rx='7.5' ry='6.5'/%3E%3Ccircle cx='9' cy='12' r='3.2'/%3E%3Ccircle cx='16' cy='9' r='3.4'/%3E%3Ccircle cx='23' cy='12' r='3.2'/%3E%3Ccircle cx='26' cy='18' r='2.6'/%3E%3C/g%3E%3C/svg%3E");background-size:116px 116px,148px 148px;background-position:4% 6%,76% 12%;background-repeat:repeat;mix-blend-mode:soft-light;-webkit-mask-image:linear-gradient(to bottom,#000000e6,#000000b8);mask-image:linear-gradient(to bottom,#000000e6,#000000b8);z-index:-1}.panel,.app-sidebar,.install-banner,.speech-bubble{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.panel{background:var(--panel);border-color:var(--border);box-shadow:var(--card-shadow)}.app-sidebar{background:var(--panel-strong);border-right-color:var(--border)}.bulletin-board{position:relative}.bulletin-board:before{content:"";position:absolute;top:-10px;right:-6px;bottom:-10px;left:-6px;pointer-events:none;border-radius:20px;opacity:.79;background:radial-gradient(circle at 12% 16%,rgba(255,255,255,.36) 0 3px,transparent 4px),radial-gradient(circle at 84% 10%,rgba(255,214,232,.3) 0 3px,transparent 4px),radial-gradient(circle at 18% 86%,rgba(186,210,255,.24) 0 4px,transparent 5px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='rgba(255,255,255,0.2)'%3E%3Cellipse cx='16' cy='22' rx='7.5' ry='6.5'/%3E%3Ccircle cx='9' cy='12' r='3.2'/%3E%3Ccircle cx='16' cy='9' r='3.4'/%3E%3Ccircle cx='23' cy='12' r='3.2'/%3E%3Ccircle cx='26' cy='18' r='2.6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='rgba(255, 192, 216, 0.16)'%3E%3Cellipse cx='16' cy='22' rx='7.5' ry='6.5'/%3E%3Ccircle cx='9' cy='12' r='3.2'/%3E%3Ccircle cx='16' cy='9' r='3.4'/%3E%3Ccircle cx='23' cy='12' r='3.2'/%3E%3Ccircle cx='26' cy='18' r='2.6'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat,no-repeat,repeat,repeat;background-size:auto,auto,auto,132px 132px,176px 176px;background-position:8% 3%,92% 4%,6% 98%,0 0,50px 40px;mix-blend-mode:soft-light;z-index:-1}@media(prefers-reduced-motion:no-preference){.ambient-bg__bokeh-dot{animation:ambient-bokeh-drift 18s ease-in-out infinite alternate}@keyframes ambient-bokeh-drift{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,calc(-50% - 6px)) scale(1.04)}}}
