@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";:root{--primary:#2d8cff;--primary-hover:#53a4ff;--primary-dim:#2d8cff29;--primary-glow:#2d8cff47;--accent-blue:#7bc2ff;--accent-blue-dim:#7bc2ff29;--accent-gold:#b7ecff;--bg:#07111f;--bg-secondary:#0e1a2b;--bg-tertiary:#14233a;--bg-card:#0e1a2beb;--text:#fff;--text-secondary:#ffffffad;--text-muted:#ffffff6b;--separator:#ffffff1a;--bubble-me:#2d8cff;--bubble-other:#16263d;--text-bubble-me:#fff;--radius-sm:10px;--radius-md:18px;--radius-lg:26px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 8px 18px #0000003d;--shadow-md:0 18px 40px #00000057;--shadow-glow:0 0 24px #2d8cff57;--transition:all .25s cubic-bezier(.25, .8, .25, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;max-height:100dvh;margin:0;padding:0;overflow:hidden}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#2d8cff1f,#0000 26%),radial-gradient(circle at 100% 0,#7bc2ff1a,#0000 28%),linear-gradient(#07111f,#081423);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}input,textarea{outline:none;font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2d8cff3d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2d8cff6b}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-in{animation:.35s ease-out both fadeSlideUp}.app-container{background:radial-gradient(circle at top left, #2d8cff24, transparent 30%), radial-gradient(circle at bottom right, #7bc2ff1c, transparent 28%), var(--bg);width:100%;height:100dvh;min-height:0;max-height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}.route-loading{color:var(--text-secondary);background:var(--bg);flex:1;place-items:center;font-weight:800;display:grid}.room-list-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow:hidden auto}.sidebar{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-right:1px solid var(--separator);z-index:10;background:linear-gradient(#12141ef0,#0c0e16f0);flex-direction:column;width:410px;min-width:410px;height:100%;min-height:0;max-height:100%;transition:transform .3s;display:flex;overflow:hidden}.main-content{background:linear-gradient(#ffffff05,#fff0),0 0;flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden}.desktop-chat-shell{width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.desktop-chat-main{flex:1;min-width:0;height:100%;min-height:0;overflow:hidden}.desktop-chat-rail{border-left:1px solid var(--separator);background:linear-gradient(#ffffff0a,#ffffff04),#0d0f18f0;flex-direction:column;gap:16px;width:320px;min-width:320px;padding:18px;display:flex;overflow-y:auto}.desktop-chat-panel{background:linear-gradient(#ffffff0f,#ffffff06);border:1px solid #ffffff17;border-radius:24px;padding:18px;box-shadow:0 20px 44px #00000038}.desktop-chat-panel-grow{flex-direction:column;flex:1;min-height:0;display:flex}.desktop-chat-panel-media{width:72px;height:72px;color:var(--primary);background:#2d8cff24;border:1px solid #2d8cff2e;border-radius:24px;justify-content:center;align-items:center;margin-bottom:14px;font-size:26px;font-weight:900;display:flex;overflow:hidden}.desktop-chat-panel-media-round{border-radius:50%}.desktop-chat-panel-title{letter-spacing:-.5px;font-size:22px;font-weight:900}.desktop-chat-panel-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px;font-weight:700}.desktop-chat-panel-copy{color:var(--text-secondary);margin-top:12px;font-size:14px;line-height:1.6}.desktop-chat-panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.desktop-chat-link{color:var(--primary);font-size:13px;font-weight:800}.desktop-chat-chip-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.desktop-chat-chip{color:var(--text-secondary);background:#ffffff0f;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.desktop-presence-list{flex-direction:column;gap:10px;display:flex;overflow-y:auto}.desktop-presence-item{text-align:left;width:100%;transition:var(--transition);background:#ffffff09;border:1px solid #ffffff0a;border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex}.desktop-presence-item:hover{background:#ffffff0f;border-color:#ffffff14}.desktop-presence-avatar{color:#fff;background:linear-gradient(135deg,#2d8cff,#73c3ff);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex;overflow:hidden}.desktop-presence-meta{min-width:0}.desktop-presence-meta div{white-space:nowrap;text-overflow:ellipsis;font-weight:800;overflow:hidden}.desktop-presence-meta small{color:var(--text-muted);margin-top:3px;font-size:12px;display:block}.desktop-info-row{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-size:14px;display:flex}.desktop-info-row strong{color:var(--text)}.desktop-danger-btn{color:#ff7f7f;background:#ff525214;border:1px solid #ff525229;border-radius:18px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:14px;padding:14px 16px;font-weight:800;display:flex}.desktop-only{display:flex}.mobile-only{display:none!important}@media (width<=767px){.desktop-chat-shell{display:block}.desktop-chat-rail{display:none}.desktop-only{display:none!important}.mobile-only{display:flex!important}.sidebar{z-index:20;background:var(--bg);width:100%;min-width:100%;height:100dvh;position:fixed;top:0;left:0}.main-content{flex-direction:column;width:100%;height:100dvh;min-height:0;display:flex;position:fixed;inset:0;overflow:hidden}.hidden-on-mobile{display:none!important}}.mobile-nav{display:none}@media (width<=767px){.mobile-nav{-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--separator);z-index:30;height:60px;padding-bottom:env(safe-area-inset-bottom);background:#0e0e12eb;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:var(--text-muted);letter-spacing:.5px;flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 0;font-size:10px;font-weight:700;transition:color .2s;display:flex}.mobile-nav-item.active{color:var(--primary)}.room-list-container{flex:1;min-height:0;padding-bottom:72px;overflow:hidden}}.room-list-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex:1;height:100%;min-height:0;overflow:hidden auto}@media (width<=767px){.room-list-scroll{-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:contain;height:100%;min-height:0;overflow:hidden auto}.discover-shell{min-height:max-content;padding-bottom:110px}}.sidebar-header{border-bottom:1px solid var(--separator);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:linear-gradient(#0a182af5,#08121fe6),#0a121fb8;align-items:center;gap:12px;padding:16px 18px;display:flex}.avatar-circle{background:var(--primary-dim);width:46px;height:46px;color:var(--primary);border:2px solid #2d8cff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex;overflow:hidden}.sidebar-profile-card{text-align:left;background:radial-gradient(circle at 100% 0,#59b7ff1f,#0000 42%),linear-gradient(135deg,#2d8cff24,#ffffff0a);border:1px solid #ffffff14;border-radius:22px;flex:1;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex;box-shadow:0 16px 34px #00000029}.sidebar-profile-avatar{width:54px;height:54px;font-size:20px;box-shadow:0 0 0 4px #ffffff08}.sidebar-profile-copy{flex:1;gap:6px;min-width:0;display:grid}.sidebar-profile-name-row{align-items:center;gap:8px;min-width:0;display:flex}.sidebar-profile-name{letter-spacing:-.4px;color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:17px;font-weight:900;overflow:hidden}.sidebar-profile-chevron{color:#ffffff6b;flex-shrink:0}.sidebar-profile-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sidebar-status-pill,.sidebar-region-pill,.sidebar-tag{letter-spacing:.6px;border-radius:999px;align-items:center;gap:6px;min-width:0;padding:5px 9px;font-size:10px;font-weight:900;display:inline-flex}.sidebar-status-pill{color:#7df4a8;background:#44d67d1f;border:1px solid #44d67d29}.sidebar-status-dot{background:#53dd7a;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 10px #53dd7acc}.sidebar-region-pill{color:#9fd5ff;white-space:nowrap;text-overflow:ellipsis;background:#4da3ff1f;border:1px solid #4da3ff26;max-width:100%;overflow:hidden}.sidebar-profile-tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sidebar-tag{color:#ffffffdb;background:#ffffff0f;border:1px solid #ffffff14}.sidebar-tag-premium{color:#ffe082;background:#ffd74024;border-color:#ffd74029}.sidebar-tag-turbo{color:#9ff5df;background:#43c6ac24;border-color:#43c6ac29}.sidebar-logout-btn{color:#ff5252cc;background:linear-gradient(#ff52521f,#ff525214);border:1px solid #ff525229;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .2s,background .2s,color .2s;display:inline-flex;box-shadow:0 12px 24px #ff525214}.sidebar-logout-btn:hover{color:#ff7575;background:linear-gradient(#ff52522e,#ff52521f);transform:translateY(-1px)}@media (width<=767px){.sidebar-header{gap:10px;padding:14px}.sidebar-profile-card{border-radius:20px;gap:10px;padding:10px}.sidebar-profile-avatar{width:48px;height:48px;font-size:18px}.sidebar-profile-name{font-size:15px}.sidebar-status-pill,.sidebar-region-pill,.sidebar-tag{padding:4px 8px;font-size:9px}.sidebar-logout-btn{border-radius:14px;flex-shrink:0;width:42px;height:42px}}.tab-switcher{background:var(--bg-secondary);border-bottom:1px solid var(--separator);gap:6px;padding:10px 16px;display:flex}.tab-btn{letter-spacing:.3px;cursor:pointer;transition:var(--transition);color:var(--text-muted);background:0 0;border:none;border-radius:12px;flex:1;padding:9px 12px;font-size:13px;font-weight:800}.tab-btn.active{background:var(--primary-dim);color:var(--primary)}.input-field{background:linear-gradient(180deg, #ffffff08, #ffffff04), var(--bg-tertiary);border-radius:var(--radius-md);width:100%;color:var(--text);transition:var(--transition);border:1.5px solid #ffffff0f;padding:14px 16px;font-size:15px}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow), 0 12px 24px #2d8cff24}.btn-primary{background:linear-gradient(135deg, var(--primary), #73c3ff);color:#fff;border-radius:var(--radius-full);letter-spacing:.8px;width:100%;box-shadow:var(--shadow-glow), 0 18px 34px #2d8cff2e;transition:var(--transition);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:15px;font-weight:800;display:flex}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg, var(--primary-hover), #8ed2ff);transform:translateY(-2px);box-shadow:0 0 28px #2d8cff5c,0 20px 38px #2d8cff38}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.chat-header{border-bottom:1px solid var(--separator);-webkit-backdrop-filter:blur(20px);z-index:10;background:#0c0c10e6;flex-shrink:0;align-items:center;gap:12px;min-height:58px;padding:12px 16px;display:flex;position:sticky;top:0}.chat-title{letter-spacing:-.3px;font-size:17px;font-weight:800}.chat-subtitle{color:var(--primary);margin-top:1px;font-size:12px;font-weight:600}@keyframes emoji-particle-burst{0%{opacity:0;transform:translate(-50%,-50%)translate(0)scale(.2)rotate(0)}15%{opacity:1}to{opacity:0;transform:translate(-50%, -50%) translate(var(--particle-x), var(--particle-y)) scale(var(--particle-scale)) rotate(720deg)}}.room-radio-strip{background:linear-gradient(135deg,#4da3ff1f,#6be3ff0d);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:12px;padding:10px 16px;display:flex}.room-radio-strip-icon{color:#7ec5ff;background:#4da3ff29;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.room-radio-strip-copy{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.room-radio-strip-copy strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:13px;font-weight:800;overflow:hidden}.room-radio-strip-copy span{color:var(--text-secondary);font-size:11px}.room-radio-strip-action{color:#9ed6ff;font-size:11px;font-weight:800}.room-radio-inline-card{border:1px solid color-mix(in srgb, var(--radio-inline-accent) 28%, transparent);background:radial-gradient(circle at top right, var(--radio-inline-glow), transparent 50%), color-mix(in srgb, var(--radio-inline-accent) 10%, #ffffff0a);border-radius:24px;flex-shrink:0;margin:12px 14px 0;padding:16px}.room-radio-inline-card.active{background:radial-gradient(circle at top right, var(--radio-inline-glow), transparent 55%), color-mix(in srgb, var(--radio-inline-accent) 12%, #ffffff0a)}.room-radio-inline-head{align-items:center;gap:12px;display:flex}.room-radio-inline-icon{background:color-mix(in srgb, var(--radio-inline-accent) 14%, transparent);width:42px;height:42px;color:var(--radio-inline-accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.room-radio-inline-copy{flex-direction:column;flex:1;min-width:0;display:flex}.room-radio-inline-copy strong{color:#fff;font-size:16px;font-weight:900}.room-radio-inline-copy span{color:var(--text-secondary);margin-top:4px;font-size:13px;line-height:1.45}.room-radio-inline-timer,.room-radio-inline-mode{color:var(--radio-inline-accent);background:#080c126b;border-radius:999px;flex-shrink:0;padding:8px 10px;font-size:12px;font-weight:900}.room-radio-inline-mode.following{color:#20bf6b}.room-radio-inline-body,.room-radio-inline-meta{color:var(--text-secondary);margin-top:12px;font-size:13px;line-height:1.55}.room-radio-inline-meta{color:var(--radio-inline-accent);font-weight:700}.room-radio-inline-stats{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.room-radio-inline-chip{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.room-radio-inline-chip.yes{color:#20bf6b;background:#20bf6b29}.room-radio-inline-chip.no{color:#ff9a76;background:#ff704329}.room-radio-inline-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.room-radio-inline-actions.single .room-radio-inline-btn.primary{flex:1}.room-radio-inline-btn{border-radius:16px;padding:13px 16px;font-size:13px;font-weight:900}.room-radio-inline-btn.primary{background:var(--radio-inline-accent);color:#fff}.room-radio-inline-btn.yes{color:#20bf6b;background:#20bf6b29;flex:1}.room-radio-inline-btn.yes.selected{background:#20bf6b47}.room-radio-inline-btn.no{color:#ff9a76;background:#ff704329;flex:1}.room-radio-inline-btn.no.selected{background:#ff704342}.room-radio-inline-btn.ghost{color:#fff;background:#ffffff0f;flex:1}.room-radio-inline-btn.stop{color:#ff9a76;background:#ff704329;flex:1}.chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:4px;min-height:0;padding:12px 14px;display:flex;overflow:hidden auto}@media (width>=768px){.chat-header{background:#0e0e12c7;padding:18px 22px}.chat-messages{background:radial-gradient(circle at top,#ff2a680a,#0000 25%),linear-gradient(#ffffff04,#fff0);padding:22px 26px}.chat-input-area{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#111116e0;padding:14px 18px}}.message-row{align-items:flex-end;gap:8px;width:100%;margin-bottom:4px;display:flex}.message-row.me{justify-content:flex-end}.message-row.other{justify-content:flex-start}.message-bubble{word-break:break-word;overflow-wrap:anywhere;-webkit-text-fill-color:unset;border-radius:18px;min-width:48px;max-width:min(68vw,520px);padding:10px 14px;font-size:14.5px;line-height:1.45;position:relative}.message-bubble.me{background:var(--primary);color:#fff;border-bottom-right-radius:5px}.message-bubble.other{background:var(--bg-tertiary);color:var(--text);border-bottom-left-radius:5px}.message-bubble.whisper{color:#ffc107;background:#ffc1071f;border:1px solid #ffc10740}.msg-time{opacity:.5;text-align:right;-webkit-text-fill-color:unset;margin-top:4px;font-size:10px}.msg-sender{-webkit-text-fill-color:unset;margin-bottom:3px;padding-left:2px;font-size:12px;font-weight:700}.animated-emoji-helper{margin:0 auto}.animated-emoji-helper-core{will-change:transform}@media (width<=767px){.message-bubble{max-width:82%}}.chat-input-area{background:var(--bg-secondary);border-top:1px solid var(--separator);width:100%;min-width:0;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:10;flex-shrink:0;align-items:center;gap:8px;display:flex;position:relative}.chat-input-wrapper{background:#ffffff0f;border:1.5px solid #ffffff1a;border-radius:24px;flex:auto;align-items:center;gap:8px;min-width:0;padding:0 8px;display:flex;overflow:hidden}.chat-input-wrapper-recording{border-color:var(--primary);background:#ff2a681a;gap:12px;padding:10px 16px}.chat-action-btn{color:var(--text-muted);flex-shrink:0;padding:8px}.chat-action-btn-gif{letter-spacing:-.5px;border-radius:6px;padding:4px 6px;font-size:11px;font-weight:900}.chat-input{width:100%;min-width:0;color:var(--text);background:#ffffff14;border:1.5px solid #ffffff1a;border-radius:22px;flex:1;min-height:44px;padding:10px 16px;font-size:max(16px,1rem);transition:all .2s}.chat-input:focus{border-color:var(--primary);background:#ffffff1f;outline:none}.chat-input::placeholder{color:var(--text-muted)}.room-radio-modal{max-width:560px}.room-radio-modal-header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.room-radio-modal-title{color:#fff;font-size:20px;font-weight:900}.room-radio-modal-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px}.room-radio-close-btn{width:36px;height:36px;color:var(--text-secondary);background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.room-radio-categories{gap:8px;padding:14px 20px 0;display:flex;overflow-x:auto}.room-radio-category-pill{color:var(--text-secondary);white-space:nowrap;background:#ffffff0d;border:1px solid #0000;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800}.room-radio-category-pill.active{color:#9ed6ff;background:#4da3ff24;border-color:#4da3ff47}.room-radio-category-hero{border:1px solid color-mix(in srgb, var(--hero-accent) 34%, transparent);background:radial-gradient(circle at top right, var(--hero-glow), transparent 52%), linear-gradient(135deg, #ffffff0f, #ffffff08);border-radius:22px;margin:14px 20px 0;padding:16px 18px}.room-radio-category-hero-title{color:#fff;font-size:17px;font-weight:900}.room-radio-category-hero-subtitle{color:var(--text-secondary);margin-top:6px;font-size:12px;line-height:1.5}.room-radio-category-hero-count{color:#fff;background:#ffffff0f;border-radius:999px;margin-top:12px;padding:8px 12px;font-size:11px;font-weight:800;display:inline-flex}.room-radio-featured-wrap{padding:16px 20px 0}.room-radio-section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:10px;font-size:12px;font-weight:900}.room-radio-featured-row{grid-auto-columns:minmax(210px,1fr);grid-auto-flow:column;gap:10px;padding-bottom:2px;display:grid;overflow-x:auto}.room-radio-featured-card{text-align:left;border:1px solid color-mix(in srgb, var(--featured-accent) 28%, transparent);background:linear-gradient(145deg,#ffffff14,#ffffff08);border-radius:22px;min-height:118px;padding:14px;position:relative;overflow:hidden}.room-radio-featured-card.selected{box-shadow:0 16px 36px color-mix(in srgb, var(--featured-accent) 20%, transparent)}.room-radio-featured-glow{background:color-mix(in srgb, var(--featured-accent) 26%, transparent);filter:blur(16px);border-radius:50%;width:110px;height:110px;position:absolute;inset:auto -18% -36% auto}.room-radio-featured-badge{z-index:1;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex;position:relative}.room-radio-featured-card strong{z-index:1;color:#fff;margin-top:14px;font-size:16px;font-weight:900;display:block;position:relative}.room-radio-featured-card span{z-index:1;color:var(--text-secondary);margin-top:6px;font-size:12px;line-height:1.5;display:block;position:relative}.room-radio-station-list{gap:10px;padding:14px 20px 20px;display:grid;overflow-y:auto}.room-radio-group-block{gap:10px;display:grid}.room-radio-group-header{align-items:center;gap:10px;padding-top:8px;display:flex}.room-radio-group-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.room-radio-group-header strong{color:#fff;font-size:13px;font-weight:900;display:block}.room-radio-group-header span{color:var(--text-secondary);margin-top:2px;font-size:11px;display:block}.room-radio-station-card,.room-radio-summary-card,.room-radio-vote-card,.room-radio-empty-block{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px}.room-radio-station-card{text-align:left;align-items:center;gap:12px;padding:14px;display:flex}.room-radio-station-card.selected{background:#4da3ff14;border-color:#4da3ff47}.room-radio-station-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.room-radio-station-copy{flex-direction:column;flex:1;min-width:0;display:flex}.room-radio-station-copy strong{color:#fff;font-size:14px;font-weight:800}.room-radio-station-topline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.room-radio-station-copy span{color:var(--text-secondary);margin-top:3px;font-size:12px}.room-radio-live-badge{color:#ffd58a;letter-spacing:.08em;text-transform:uppercase;background:#ffffff12;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900;display:inline-flex}.room-radio-station-action{color:#9ed6ff;flex-shrink:0}.room-radio-summary-card,.room-radio-vote-card,.room-radio-empty-block{margin:14px 20px 0;padding:16px}.room-radio-summary-head,.room-radio-vote-meta{color:var(--text-secondary);justify-content:space-between;gap:12px;font-size:12px;display:flex}.room-radio-summary-name,.room-radio-vote-title{color:#fff;margin-top:8px;font-size:18px;font-weight:900}.room-radio-vote-body{color:var(--text-secondary);margin-top:8px;line-height:1.5}.room-radio-summary-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.room-radio-ghost-btn,.room-radio-stop-btn{border-radius:16px;padding:13px 16px;font-weight:800}.room-radio-ghost-btn{color:#fff;background:#ffffff0f}.room-radio-stop-btn{color:#ff9a76;background:#ff70431f}.room-radio-empty-state{text-align:center;color:var(--text-secondary);padding:20px}.room-radio-empty-block{flex-direction:column;gap:8px;display:flex}@media (width<=767px){.chat-input-area{padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,14px));background:#121218;gap:6px}.chat-input-wrapper{border-radius:20px;gap:4px;padding:0 4px 0 6px}.chat-input-wrapper-recording{gap:8px;padding:10px 12px}.chat-action-btn{padding:6px}.chat-action-btn-gif{padding:3px 5px;font-size:10px}.chat-input{box-shadow:none;background:0 0;border-color:#0000;border-radius:20px;padding:10px 6px;font-size:16px}.room-radio-summary-actions{flex-direction:column}.room-radio-inline-head{flex-wrap:wrap;align-items:flex-start}.room-radio-inline-actions{flex-direction:column}}.send-btn{background:var(--primary);color:#fff;width:44px;height:44px;transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #ff2a684d}.send-btn:hover{box-shadow:var(--shadow-glow);transform:scale(1.08)}.send-btn:disabled{background:var(--bg-tertiary);color:var(--text-muted);box-shadow:none}.reply-banner{background:var(--primary-dim);border-top:1px solid #ff2a6833;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.reply-bar{border-left:3px solid var(--primary);flex:1;min-width:0;padding-left:10px}.reply-name{color:var(--primary);font-size:12px;font-weight:700}.reply-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.room-icon-circle{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.login-screen{background:radial-gradient(ellipse at 80% 10%, #2d8cff29 0%, transparent 55%), radial-gradient(ellipse at 20% 90%, #7bc2ff14 0%, transparent 55%), var(--bg);justify-content:center;align-items:center;width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;padding:24px;display:flex;overflow-y:auto}.login-screen-web{align-items:flex-start;padding:20px}.brand-splash{background:linear-gradient(#07111f,#06101c,#091729);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.brand-splash-card{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.brand-splash-logo-stage{transform-origin:50%;justify-content:center;align-items:center;width:132px;height:132px;animation:1.8s ease-in-out infinite pulse;display:flex;position:relative}.brand-splash-logo-glow{filter:blur(22px);background:radial-gradient(circle,#2d8cff3d,#7bc2ff2e,#0000 68%);border-radius:50%;position:absolute;inset:-8px}.brand-splash-logo-shell{z-index:1;background:#050505;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:108px;height:108px;display:flex;position:relative;overflow:hidden}.brand-splash-logo{object-fit:cover;width:100%;height:100%;padding:12px}.brand-splash-loader{align-items:center;gap:8px;margin-top:28px;display:inline-flex}.brand-splash-loader span{background:#ffffffe0;border-radius:50%;width:9px;height:9px;animation:.72s ease-in-out infinite alternate splashDot}.brand-splash-loader span:nth-child(2){animation-delay:.14s}.brand-splash-loader span:nth-child(3){animation-delay:.28s}.brand-splash-copy{color:#ffffffb8;letter-spacing:.2px;margin-top:16px;font-size:13px;font-weight:600}@keyframes splashDot{0%{opacity:.65;transform:scale(.72)}to{opacity:1;transform:scale(1.18)}}.login-shell{width:min(460px,100%);margin:0 auto;display:block}.login-brand-panel{display:none}.login-brand-glow{filter:blur(70px);opacity:.35;border-radius:50%;position:absolute}.login-brand-glow-top{background:#4da3ff2e;width:220px;height:220px;top:-40px;right:-40px}.login-brand-glow-bottom{background:#2d8cff29;width:260px;height:260px;bottom:-70px;left:-40px}.login-brand-badge{z-index:1;color:#fffc;letter-spacing:1.2px;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:10px 14px;font-size:11px;font-weight:800;display:inline-flex;position:relative}.login-brand-badge-dot{background:linear-gradient(135deg,#2d8cff,#8ed2ff);border-radius:50%;width:8px;height:8px}.login-brand-mark{z-index:1;justify-content:center;margin-top:28px;display:flex;position:relative}.login-brand-mark-ring{background:radial-gradient(circle at 50% 35%,#ffffff14,#0000 62%),linear-gradient(135deg,#2d8cff33,#7bc2ff38);border:1px solid #ffffff1a;border-radius:48px;width:166px;height:166px;padding:22px;box-shadow:0 0 0 18px #ffffff05,0 30px 80px #0006}.login-brand-mark-image{object-fit:contain;width:100%;height:100%}.login-brand-copy{z-index:1;margin-top:34px;position:relative}.login-brand-scope-card{z-index:1;background:#ffffff0d;border:1px solid #ffffff12;border-radius:24px;margin-top:24px;padding:18px;position:relative}.login-brand-scope-label{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:700}.login-brand-scope-value{color:var(--text);margin-top:8px;font-size:18px;font-weight:800;line-height:1.4}.login-brand-feature-row{z-index:1;flex-wrap:wrap;gap:10px;margin-top:auto;display:flex;position:relative}.login-brand-feature-pill{color:#ffffffd6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700}.login-card{background:var(--bg-secondary);border:1px solid var(--separator);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-md);padding:36px 28px}.login-card-web{background:linear-gradient(#ffffff0b,#ffffff04),#0e121afa;border-radius:28px;max-width:460px;min-height:0;box-shadow:0 18px 46px #00000052}.login-mobile-hero{align-items:center;gap:16px;margin-bottom:20px;display:flex}.login-mobile-hero-logo{background:linear-gradient(135deg,#2d8cff2e,#7bc2ff26);border:1px solid #ffffff14;border-radius:24px;flex-shrink:0;width:74px;height:74px;padding:10px;box-shadow:0 14px 30px #0000003d}.login-mobile-hero-image{object-fit:contain;width:100%;height:100%}.login-logo{background:linear-gradient(135deg,#73c3ff,#2d8cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:6px;font-size:26px;font-weight:900}.login-subtitle{color:var(--text-secondary);margin-bottom:28px;font-size:14px}@media (width<=960px){.login-screen-web{-webkit-overflow-scrolling:touch;justify-content:flex-start;align-items:stretch;height:100dvh;max-height:100dvh;padding:14px;overflow-y:auto}.login-shell{width:100%;min-height:max-content;display:block}.login-card-web{border-radius:30px;max-width:100%;min-height:auto;padding:24px 18px!important}.login-mobile-hero{margin-bottom:18px;display:flex}.brand-splash-card{border-radius:30px}}@media (width<=640px){.login-screen-web{padding:10px}.login-card-web{border-radius:24px;padding:18px 14px!important}.login-mobile-hero{align-items:center;gap:12px}.login-mobile-hero-logo{border-radius:20px;width:62px;height:62px;padding:8px}.login-logo{font-size:22px;line-height:1}.login-subtitle{margin-bottom:20px;font-size:13px}}@media (height<=760px) and (width<=960px){.login-screen-web{padding-top:8px;padding-bottom:8px}.login-card-web{border-radius:22px;padding:16px 14px!important}.login-mobile-hero{margin-bottom:14px}.login-mobile-hero-logo{border-radius:18px;width:56px;height:56px;padding:7px}.login-logo{font-size:20px}.login-subtitle{margin-bottom:14px;font-size:12px}}.participants-drawer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;background:#000000b3;justify-content:flex-end;display:flex;position:fixed;inset:0}.participants-panel{background:var(--bg-secondary);border-left:1px solid var(--separator);flex-direction:column;width:300px;max-width:88%;height:100%;animation:.25s ease-out slideInRight;display:flex}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.chat-row{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);align-items:center;gap:14px;padding:12px 16px;display:flex;position:relative}.chat-row:hover{background:#ffffff0a}.chat-row.active{background:var(--primary-dim)}.chat-row-name{color:var(--text);font-size:15px;font-weight:700}.chat-row-preview{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;overflow:hidden}.chat-row-time{color:var(--text-muted);flex-shrink:0;font-size:11px}.unread-badge{background:var(--primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;display:flex}.search-bar{margin:0 16px 12px;position:relative}.search-bar input{width:100%;color:var(--text);background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;padding:10px 14px 10px 40px;font-size:14px}.search-bar input::placeholder{color:var(--text-muted)}.search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.mention-tag{color:gold;background:#ffd70026;border:.5px solid #ffd7004d;border-radius:6px;margin:0 1px;padding:1px 6px;font-weight:800}.mention-list{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#141419f2;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:8px;padding:6px;animation:.2s fadeSlideUp;position:absolute;bottom:100%;left:12px;right:12px;box-shadow:0 8px 32px #00000080}.mention-item{cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;transition:all .2s;display:flex}.mention-item:hover{background:#ffffff14}.mention-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:flex}.app-download-banner{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#121622f0,#0f111bf0);border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:16px;width:max-content;max-width:90vw;padding:12px 20px;animation:.4s fadeSlideDown;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0009}@keyframes fadeSlideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.play-store-btn{background:linear-gradient(135deg, var(--primary), #73c3ff);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.play-store-btn:hover{background:linear-gradient(135deg, var(--primary-hover), #8ed2ff);transform:scale(1.05)}.discover-shell{padding:22px 18px 40px}.discover-card{background:radial-gradient(circle at 100% 0,#59b7ff29,#0000 42%),linear-gradient(135deg,#ff3b780f,#ffffff09),#ffffff09;border:1px solid #59b7ff2e;border-radius:32px;padding:22px;box-shadow:0 28px 56px #0003}.discover-title{letter-spacing:-1.6px;color:var(--accent-blue);font-size:44px;font-weight:900;line-height:.92}.discover-subtitle{color:#ffffff9e;margin-top:10px;font-size:16px;font-weight:600}.discover-badge{color:#83c4ff;background:#4da3ff1f;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:900;display:inline-flex}.discover-pills{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.discover-pill{color:#ffffffd1;background:#ffffff0f;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:10px;padding:14px 16px;font-weight:800;display:flex}.region-banner{background:linear-gradient(135deg,#ffffff0f,#4da3ff0f);border:1px solid #4da3ff2e;border-radius:26px;align-items:center;gap:14px;width:100%;margin-top:18px;padding:18px;display:flex}.region-banner-icon{color:#80c5ff;background:#4da3ff1f;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.room-filter-row{scrollbar-width:none;gap:12px;padding:18px 0 2px;display:flex;overflow-x:auto}.filter-pill{color:#ffffff94;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:999px;padding:14px 22px;font-size:15px;font-weight:900}.filter-pill.active{color:#fff;background:linear-gradient(135deg,#1f84ff,#1685d8);box-shadow:0 14px 28px #1f84ff3d}.section-label{color:#ffffff85;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:8px;margin:24px 4px 12px;font-size:12px;font-weight:900;display:flex}.soft-chip{color:#ffffffd1;background:linear-gradient(135deg,#ffffff14,#59b7ff14);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.empty-panel{text-align:center;background:linear-gradient(#ffffff0d,#ffffff06);border:1px dashed #ffffff1f;border-radius:28px;margin-top:26px;padding:34px 24px}.sheet-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#000000c2;justify-content:center;align-items:flex-end;padding:20px;display:flex;position:fixed;inset:0}.region-sheet{background:radial-gradient(circle at 100% 0,#59b7ff29,#0000 30%),radial-gradient(circle at 0 100%,#ff3b781f,#0000 28%),linear-gradient(#141622fa,#0b0c12fa);border:1px solid #ffffff1a;border-radius:32px;width:min(760px,100%);max-height:min(86vh,900px);padding:18px 18px 22px;overflow:hidden;box-shadow:0 32px 80px #00000073}.region-language-grid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;margin-bottom:18px;display:grid}.region-language-grid.compact{margin-bottom:4px}.region-language-chip{text-align:left;color:#fff;width:100%;transition:var(--transition);background:#ffffff0a;border:1px solid #ffffff12;border-radius:18px;gap:4px;padding:14px 14px 12px;display:grid}.region-language-chip span{font-size:14px;font-weight:800}.region-language-chip small{color:var(--text-secondary);letter-spacing:1px;font-size:11px;font-weight:800}.region-language-chip.active{background:linear-gradient(135deg,#2d8cff2e,#7bc2ff14);border-color:#7bc2ff3d;box-shadow:0 16px 32px #2d8cff29}.region-option-grid{gap:10px;max-height:54vh;padding-right:4px;display:grid;overflow-y:auto}.region-option-grid.compact{max-height:34vh}.region-option-card{text-align:left;color:#fff;width:100%;transition:var(--transition);background:#ffffff09;border:1px solid #ffffff12;border-radius:20px;padding:14px 16px}.region-option-card:hover{background:#ffffff0e;border-color:#7bc2ff29}.region-option-card.active{background:linear-gradient(135deg,#2d8cff29,#7bc2ff14);border-color:#7bc2ff3d;box-shadow:0 18px 34px #2d8cff24}.region-option-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.region-option-title{font-size:15px;font-weight:800}.region-option-subtitle{color:var(--text-secondary);margin-top:4px;font-size:12px}.region-option-meta{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.region-option-meta span{color:var(--accent-blue);letter-spacing:.8px;background:#ffffff0d;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.profile-sheet{width:min(680px,100%)}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.profile-card{color:#fff;text-align:left;background:#ffffff0b;border:1px solid #ffffff12;border-radius:22px;grid-template-columns:20px 1fr 16px;align-items:center;gap:12px;width:100%;padding:16px;display:grid}.profile-card-title{font-size:15px;font-weight:900}.profile-card-desc{color:var(--text-secondary);margin-top:3px;font-size:12px}.profile-section-title{color:#ffffff80;letter-spacing:1.8px;text-transform:uppercase;margin:6px 2px 10px;font-size:11px;font-weight:900}.profile-select{color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:14px 16px;font-weight:700}.profile-logout{color:#ff7d7d;background:#ff52521f;border:1px solid #ff525224;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 18px;font-weight:900;display:flex}.simple-room{background:radial-gradient(circle at 85% 0,#4da3ff1a,#0000 28%),linear-gradient(#ffffff06,#0000 24%);flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.simple-room-header{border-bottom:1px solid var(--separator);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a111de6;flex-shrink:0;align-items:center;gap:12px;min-height:74px;padding:14px 22px;display:flex}.simple-room-back,.simple-room-members{width:40px;height:40px;color:var(--text-secondary);transition:var(--transition);background:#ffffff0e;border-radius:14px;place-items:center;display:grid}.simple-room-back:hover,.simple-room-members:hover{color:#fff;background:#4da3ff29}.simple-room-avatar{background:linear-gradient(135deg, var(--primary), #73c3ff);color:#06111f;border-radius:15px;flex-shrink:0;place-items:center;width:42px;height:42px;font-weight:900;display:grid;overflow:hidden}.simple-room-avatar img,.simple-room-member img{object-fit:cover;width:100%;height:100%}.simple-room-title{text-align:left;color:#fff;flex:1;min-width:0}.simple-room-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;display:block;overflow:hidden}.simple-room-title span{color:var(--text-muted);margin-top:3px;font-size:12px;font-weight:700;display:block}.simple-room-description{color:var(--text-secondary);background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:10px 24px;font-size:13px;line-height:1.45}.simple-room-typing{color:#8ec5ff;background:#2d8cff14;flex-shrink:0;padding:8px 24px;font-size:12px;font-weight:700}.simple-room-messages{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;min-height:0;padding:24px clamp(16px,4vw,56px);display:flex;overflow:hidden auto}.simple-room-empty{text-align:center;color:var(--text-secondary);justify-items:center;gap:10px;margin:auto;display:grid}.simple-room-empty svg{color:var(--accent-blue)}.simple-room-empty strong{color:#fff;font-size:17px}.simple-room-empty span{font-size:13px}.simple-message{flex-direction:column;align-items:flex-start;max-width:76%;display:flex}.simple-message.mine{align-self:flex-end;align-items:flex-end}.simple-message-sender{color:#8ec5ff;margin:0 0 4px 6px;font-size:12px;font-weight:800}.simple-message-bubble{min-width:58px;max-width:100%;color:var(--text);background:var(--bg-tertiary);overflow-wrap:anywhere;border-radius:18px 18px 18px 5px;padding:10px 12px 7px;line-height:1.45;box-shadow:0 7px 18px #00000021}.simple-message.mine .simple-message-bubble{background:var(--primary);color:#fff;border-radius:18px 18px 5px}.simple-message-quote{opacity:.82;white-space:nowrap;text-overflow:ellipsis;background:#0000001a;border-left:2px solid;border-radius:4px;margin-bottom:7px;padding:5px 7px;font-size:11px;overflow:hidden}.simple-message-image,.simple-message-video{object-fit:cover;background:#0000001f;border-radius:12px;width:min(320px,100%);max-height:340px;margin-bottom:8px;display:block}.simple-message-image.sticker{object-fit:contain;background:0 0;width:min(150px,100%);height:auto}.simple-message-media-link{color:inherit;margin-bottom:8px;font-size:13px;font-weight:800;text-decoration:underline;display:inline-block}.simple-message-footer{opacity:.68;justify-content:flex-end;align-items:center;gap:8px;margin-top:4px;font-size:10px;display:flex}.simple-message-footer button{color:inherit;place-items:center;display:grid}.simple-room-jump{z-index:5;color:#fff;background:var(--primary);border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;bottom:92px;right:24px;box-shadow:0 12px 30px #2d8cff5c}.simple-room-composer{padding:10px 18px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--separator);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a111df0;flex-shrink:0}.simple-room-reply{color:var(--text-secondary);align-items:center;gap:7px;padding:0 8px 9px;font-size:12px;display:flex}.simple-room-reply span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.simple-room-reply button{color:var(--text-muted)}.simple-room-input-row{align-items:center;gap:10px;display:flex}.simple-room-input-row input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;flex:1;min-width:0;min-height:46px;padding:0 16px;font-size:max(16px,1rem)}.simple-room-input-row input:focus{border-color:var(--primary);background:#ffffff14}.simple-room-input-row button{background:var(--primary);color:#fff;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.simple-room-input-row button:disabled{opacity:.36;cursor:default}.simple-room-composer small{color:var(--text-muted);margin:7px 4px 0;font-size:10px;display:block}.simple-room-locked{place-items:center;padding:28px;display:grid}.simple-room-lock-card{border:1px solid var(--separator);text-align:center;background:var(--bg-card);width:min(440px,100%);box-shadow:var(--shadow-md);border-radius:28px;padding:34px}.simple-room-lock-card h1{margin-top:12px;font-size:24px}.simple-room-lock-card p{color:var(--text-secondary);margin:12px 0 24px;line-height:1.55}.simple-room-lock-card a{background:var(--primary);color:#fff;border-radius:16px;padding:14px;font-weight:800;display:block}.simple-room-lock-icon{color:#8ec5ff;font-size:34px}.simple-room-members-sheet{background:var(--bg-secondary);border:1px solid var(--separator);width:min(420px,100%);max-height:min(76vh,680px);box-shadow:var(--shadow-md);border-radius:26px;padding:20px;overflow:hidden}.simple-room-members-sheet header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.simple-room-members-sheet header strong,.simple-room-members-sheet header span{display:block}.simple-room-members-sheet header span{color:var(--text-muted);margin-top:3px;font-size:12px}.simple-room-members-sheet header button{color:var(--text-secondary)}.simple-room-members-list{max-height:54vh;padding-top:12px;overflow-y:auto}.simple-room-member{color:#fff;align-items:center;gap:12px;padding:10px 4px;font-weight:700;display:flex}.simple-room-member>div{color:#07111f;background:linear-gradient(135deg,#8ec5ff,#52e0c4);border-radius:50%;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.sheet-handle{background:#ffffff3d;border-radius:999px;width:64px;height:6px;margin:0 auto 18px}@media (width<=767px){.discover-shell{padding:14px 14px 90px}.discover-card{border-radius:28px;padding:18px}.discover-title{letter-spacing:-1px;font-size:32px}.discover-subtitle{font-size:14px}.discover-pills{grid-template-columns:1fr}.region-banner{border-radius:24px;padding:16px}.region-banner-icon{border-radius:18px;width:48px;height:48px}.filter-pill{padding:12px 18px;font-size:14px}.sheet-backdrop{padding:0}.region-sheet{width:100%;max-height:90vh;padding-bottom:calc(22px + env(safe-area-inset-bottom,0px));border-bottom-right-radius:0;border-bottom-left-radius:0}.profile-grid{grid-template-columns:1fr}}
