:root{--bg:#fbf7f7;--surface:#fffdfd;--surface2:#f6eff2;--ink:#261f23;--muted:#786a72;--line:#eadde2;--card:#fff;--coral:#ff5d79;--coral2:#ff846e;--accent:#ff5d79;--accent2:#ff846e;--purple:#9a70ed;--deep:#2a2026;--green:#35b987;--glow:#ff5d7933;--shadow:0 30px 90px #4d2b3b1f;--night:#17101d;--nightSurface:#21162b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,Noto Sans JP,Hiragino Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.siteHeader{justify-content:space-between;align-items:center;max-width:1180px;height:78px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:-.04em;font-size:20px;font-weight:850}.brandMark{color:var(--coral);place-items:center;margin-right:8px;font-size:22px;display:inline-grid}.headerNav{color:#655b60;align-items:center;gap:25px;font-size:13px;font-weight:650;display:flex}.headerNav a:hover{color:var(--ink)}.langPill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px}.hero{text-align:center;max-width:1180px;margin:0 auto;padding:82px 24px 104px;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffabb83b,#ffabb800 68%);border-radius:50%;width:440px;height:440px;position:absolute;top:-80px;left:-230px}.eyebrow,.sectionKicker{letter-spacing:.18em;color:#a47f89;font-size:11px;font-weight:850}.hero h1{letter-spacing:-.055em;word-break:keep-all;overflow-wrap:normal;margin:14px auto 25px;font-size:clamp(46px,5.15vw,74px);font-weight:850;line-height:1.07}.heroTitleLine{white-space:nowrap;display:block}.heroMobileBreak{display:inline}.heroLead{color:#665d61;max-width:680px;margin:0 auto 40px;font-size:17px;line-height:1.9}.heroFoot{color:#9b8e93;margin-top:18px;font-size:11px}.chatCard{text-align:left;max-width:700px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #e1d6dae6;border-radius:30px;margin:0 auto;overflow:hidden}.chatCardTop{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:54px;padding:0 20px;display:flex}.liveBadge{letter-spacing:.13em;color:#7a6e73;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.liveBadge i,.adminLive i{background:#38c88d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #38c88d1a}.miniToggle{color:#60555a;cursor:pointer;background:#f6f2f3;border:0;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800}.profileGrid{grid-template-columns:1fr .55fr;gap:15px;display:grid}.profileGrid label{flex-direction:column;gap:7px;display:flex}.profileGrid label.full{grid-column:1/-1}.profileGrid label>span{color:#6d6166;font-size:11px;font-weight:750}.profileGrid b{color:var(--coral);margin-left:3px}.profileGrid input,.profileGrid select{height:48px;color:var(--ink);background:#fcfbfb;border:1px solid #e5dde0;border-radius:13px;outline:none;padding:0 14px;font-size:14px;transition:all .15s}.profileGrid input:focus,.profileGrid select:focus{background:#fff;border-color:#d7a7b0;box-shadow:0 0 0 4px #ff5f7812}.consents{gap:10px;margin:22px 2px 20px;display:grid}.consents label{color:#6d6166;cursor:pointer;align-items:flex-start;gap:10px;font-size:11px;line-height:1.55;display:flex}.consents input{accent-color:var(--coral);width:15px;height:15px;margin-top:1px}.startButton{color:#fff;background:linear-gradient(110deg,var(--coral),var(--coral2));letter-spacing:.01em;cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:56px;font-size:15px;font-weight:850;display:flex;box-shadow:0 14px 30px #ff5f7838}.startButton:disabled{color:#a99da1;box-shadow:none;cursor:not-allowed;background:#ded6d8}.formError,.chatError{color:#b94458;background:#fff1f3;border:1px solid #ffd6dd;border-radius:10px;padding:10px 12px;font-size:11px}.waitingPanel{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:60px 30px;display:flex}.orbit{border:1px solid #f0dce1;border-radius:50%;width:88px;height:88px;margin-bottom:18px;animation:3s linear infinite orbit;position:relative}.orbit:before{content:"";background:var(--coral);border-radius:50%;width:12px;height:12px;position:absolute;top:12px;left:4px;box-shadow:0 0 0 7px #ff5f7814}.orbit span{color:#c18d99;place-items:center;font-size:28px;animation:3s linear infinite reverse orbit;display:grid;position:absolute;inset:0}@keyframes orbit{to{transform:rotate(360deg)}}.waitingPanel h2{letter-spacing:-.03em;margin:4px 0 8px;font-size:22px}.waitingPanel p{color:#83767b;max-width:380px;font-size:12px;line-height:1.7}.waitingPanel button{border:1px solid var(--line);color:#71656a;cursor:pointer;background:#fff;border-radius:12px;margin-top:12px;padding:10px 16px;font-weight:700}.endedIcon{color:var(--coral);font-size:40px}.waitingPanel .startAgain{background:var(--deep);color:#fff;border-color:var(--deep);padding:13px 19px}.roomPanel{grid-template-rows:auto auto 1fr auto auto;height:570px;display:grid}.roomHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:62px;padding:0 17px 0 20px;display:flex}.roomHead>div:first-child{align-items:center;gap:8px;display:flex}.statusDot{background:var(--green);border-radius:50%;width:8px;height:8px}.roomHead small{color:#93878c;font-size:10px}.roomActions{align-items:center;gap:6px;display:flex}.roomActions button{border:1px solid var(--line);color:#756970;cursor:pointer;background:#fff;border-radius:9px;height:31px;padding:0 9px;font-size:10px}.roomActions .soundOn{color:var(--coral)}.switchLabel{cursor:pointer;align-items:center;gap:5px;font-size:12px;display:flex}.switchLabel input{display:none}.switchLabel span{background:#ddd4d7;border-radius:20px;width:29px;height:17px;transition:all .2s;position:relative}.switchLabel span:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #999}.switchLabel input:checked+span{background:#aa8df4}.switchLabel input:checked+span:after{transform:translate(12px)}.messages{background:linear-gradient(#fff,#fdfbfb);padding:22px 16px;overflow:auto}.connectedLine{text-align:center;color:#9d9195;margin-bottom:22px;font-size:10px}.connectedLine span{color:var(--coral);margin-right:5px}.bubbleRow{margin:8px 0;display:flex}.bubbleRow.mine{justify-content:flex-end}.bubble{color:#342e37;background:#f0edf7;border-radius:18px 18px 18px 6px;max-width:72%;padding:10px 13px 7px;box-shadow:0 2px 7px #00000006}.mine .bubble{color:#fff;background:linear-gradient(135deg,#ff7589,#ff8a74);border-radius:18px 18px 6px}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.55}.bubble time{opacity:.6;text-align:right;margin-top:4px;font-size:8px;display:block}.bubble b{letter-spacing:.05em;margin-bottom:5px;font-size:9px;display:block}.moderator{justify-content:flex-start!important}.moderator .bubble{color:#6f5821;background:#fff6db;border:1px solid #f2e2a9;border-radius:12px;max-width:90%}.chatError{margin:0 12px 7px}.composer{border-top:1px solid var(--line);gap:9px;height:64px;padding:9px 10px 9px 16px;display:flex}.composer input{background:0 0;border:0;outline:0;flex:1;font-size:13px}.composer button{background:var(--deep);color:#fff;cursor:pointer;border:0;border-radius:13px;width:44px;font-size:21px}.features,.seoContent{max-width:1120px;margin:0 auto;padding:100px 30px}.sectionIntro{justify-content:space-between;align-items:flex-start;gap:50px;margin-bottom:48px;display:flex}.sectionIntro h2,.seoContent h2{letter-spacing:-.05em;margin:8px 0;font-size:clamp(30px,4vw,48px);font-weight:830;line-height:1.18}.featureGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.featureGrid article{border:1px solid var(--line);background:#fff;border-radius:22px;min-height:240px;padding:25px}.featureGrid article>span{color:#b69ca3;font-size:10px;font-weight:800}.featureGrid h3{letter-spacing:-.03em;margin:38px 0 12px;font-size:17px}.featureGrid p{color:#766a70;font-size:12px;line-height:1.85}.seoContent{border-top:1px solid var(--line);grid-template-columns:.85fr 1fr;gap:90px;display:grid}.prose p{color:#665c61;margin:0 0 17px;font-size:14px;line-height:2}.prose a{text-underline-offset:3px;text-decoration:underline}.footer{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:24px;max-width:1120px;margin:0 auto;padding:35px 30px 50px;font-size:13px;display:grid}.footer>div{font-weight:800}.footer nav{color:#81747a;gap:18px;font-size:10px;display:flex}.footer small{color:#a6999e;grid-column:1/-1;font-size:9px}.legalPage{max-width:760px;margin:0 auto;padding:70px 28px 120px}.legalPage .back{color:#8c7e83;font-size:11px}.legalPage h1{letter-spacing:-.055em;margin:45px 0 35px;font-size:45px}.legalPage h2{margin-top:42px;font-size:20px}.legalPage p,.legalPage li{color:#655b60;font-size:14px;line-height:2}.legalPage .notice{color:#765a29;background:#fff1db;border-radius:12px;padding:15px 18px}.legalPage li{margin:7px 0}.adminLogin{color:#fff;background:#161316;place-items:center;min-height:100vh;display:grid}.adminLogin>div{text-align:center;width:min(360px,88vw)}.adminLogo{color:#ff6c82;font-size:34px}.adminLogin h1{margin:10px 0 4px;font-size:28px}.adminLogin p{color:#8e858d;margin-bottom:28px;font-size:12px}.adminLogin input{color:#fff;background:#201c20;border:1px solid #3c353b;border-radius:11px;outline:0;width:100%;height:48px;padding:0 13px}.adminLogin button{color:#fff;cursor:pointer;background:#ff667d;border:0;border-radius:11px;width:100%;height:46px;margin-top:10px;font-weight:800}.adminLogin small{color:#716970;margin-top:14px;font-size:9px;display:block}.adminShell{color:#262128;background:#f3f2f3;grid-template-columns:190px 1fr;min-height:100vh;display:grid}.adminShell aside{color:#eee8ec;background:#191619;flex-direction:column;padding:25px 20px;display:flex}.adminBrand{color:#ff6d83;align-items:center;gap:9px;font-size:20px;display:flex}.adminBrand span{color:#fff;font-size:12px;font-weight:850;line-height:1.05}.adminShell aside nav{color:#837b82;gap:18px;margin-top:58px;font-size:11px;display:grid}.adminShell aside nav b{color:#fff}.adminShell aside nav span{justify-content:space-between;display:flex}.adminShell aside em{border:1px solid #3d363c;border-radius:5px;padding:3px 5px;font-size:7px;font-style:normal}.adminFoot{color:#5f575e;margin-top:auto;font-size:9px}.adminMain{min-width:0;padding:31px}.adminMain header{justify-content:space-between;align-items:end;margin-bottom:22px;display:flex}.adminMain header p{letter-spacing:.16em;color:#9d939a;margin:0 0 5px;font-size:8px}.adminMain header h1{letter-spacing:-.04em;margin:0;font-size:27px}.adminLive{color:#288a64;background:#e8fff4;border:1px solid #c9f1dd;border-radius:20px;align-items:center;gap:7px;padding:7px 10px;font-size:9px;font-weight:800;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:15px;display:grid}.stats article{background:#fff;border:1px solid #e5e1e4;border-radius:14px;padding:16px}.stats span{letter-spacing:.1em;color:#9b9198;font-size:8px;display:block}.stats strong{letter-spacing:-.05em;margin-top:7px;font-size:29px;display:block}.stats strong small{color:#9b9198;margin-left:4px;font-size:10px}.adminGrid{background:#fff;border:1px solid #e2dee1;border-radius:16px;grid-template-columns:330px minmax(0,1fr);min-height:620px;display:grid;overflow:hidden}.roomList{border-right:1px solid #e7e3e6;overflow:auto}.searchBox{color:#968d93;background:#f6f4f5;border-radius:9px;align-items:center;height:38px;margin:13px;padding:0 10px;display:flex}.searchBox input{background:0 0;border:0;outline:0;width:100%;margin-left:6px;font-size:10px}.roomList>button{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #f0edef;justify-content:space-between;align-items:center;width:100%;padding:15px 14px;display:flex}.roomList>button:hover,.roomList>button.selected{background:#faf7f8}.roomList>button.selected{box-shadow:inset 3px 0 #ff667d}.roomList button b{font-size:11px;display:block}.roomList button small{color:#a0979d;margin-top:5px;font-size:8px;display:block}.roomList button>span{color:#32a878;background:#edfff7;border-radius:10px;padding:4px 6px;font-size:7px}.emptyAdmin{color:#999;padding:25px;font-size:10px}.roomWatch{grid-template-rows:auto auto 1fr auto;min-width:0;display:grid}.watchHead{border-bottom:1px solid #e8e4e7;justify-content:space-between;align-items:center;height:65px;padding:0 15px;display:flex}.watchHead>div:first-child span{color:#aaa0a7;font-size:7px;display:block}.watchHead strong{font-family:monospace;font-size:10px}.watchHead button{cursor:pointer;background:#fff;border:1px solid #ddd6db;border-radius:8px;height:30px;margin-left:5px;font-size:8px}.watchHead .danger{color:#bc3c51;border-color:#f0cbd2}.people{border-bottom:1px solid #e8e4e7;grid-template-columns:1fr 1fr;display:grid}.people article{flex-direction:column;gap:3px;min-width:0;padding:12px 15px;display:flex}.people article:first-child{border-right:1px solid #e8e4e7}.people span{color:#a49ba1;font-size:7px}.people small{color:#91888e;white-space:nowrap;text-overflow:ellipsis;font-size:7px;overflow:hidden}.watchMessages{background:#fcfbfc;padding:16px;overflow:auto}.watchMessages>p{color:#aaa;font-size:9px}.watchMessages>div{background:#fff;border:1px solid #eee9ec;border-radius:8px;grid-template-columns:90px 1fr auto;gap:8px;margin-bottom:5px;padding:8px 9px;font-size:9px;display:grid}.watchMessages time{color:#aaa;font-size:7px}.watchMessages .modMsg{background:#fff9e8;border-color:#efe1ae}.warningBox{border-top:1px solid #e8e4e7;gap:7px;height:58px;padding:9px;display:flex}.warningBox input{border:1px solid #e5dfe3;border-radius:8px;flex:1;padding:0 9px;font-size:9px}.warningBox button{color:#fff8df;cursor:pointer;background:#5b4c25;border:0;border-radius:8px;padding:0 12px;font-size:8px;font-weight:800}.emptyWatch{color:#aaa;place-items:center;height:100%;font-size:10px;display:grid}@media (max-width:820px){.siteHeader{height:64px;padding:0 18px}.headerNav a:not(.langPill){display:none}.hero{padding:55px 16px 72px}.hero h1{letter-spacing:-.05em;font-size:clamp(36px,7.2vw,52px)}.heroLead{font-size:14px;line-height:1.8}.chatCard{border-radius:22px}.profilePanel{padding:19px}.profileGrid{grid-template-columns:1fr}.profileGrid label.full{grid-column:auto}.roomPanel{height:68vh;min-height:500px}.roomHead{padding:0 10px}.roomActions button:last-child{max-width:72px}.features,.seoContent{padding:70px 19px}.featureGrid{grid-template-columns:1fr 1fr}.featureGrid article{min-height:200px}.seoContent{grid-template-columns:1fr;gap:25px}.footer{grid-template-columns:1fr;padding:30px 19px}.footer nav{flex-wrap:wrap}.adminShell{grid-template-columns:1fr}.adminShell aside{display:none}.adminMain{padding:14px}.stats{grid-template-columns:1fr 1fr}.adminGrid{grid-template-columns:1fr;min-height:0}.roomList{border-right:0;max-height:250px}.roomWatch{min-height:620px}.people{grid-template-columns:1fr}.people article:first-child{border-bottom:1px solid #eee;border-right:0}.watchMessages>div{grid-template-columns:65px 1fr}.watchMessages time{display:none}}@media (max-width:500px){.hero h1{font-size:32px;line-height:1.1}.heroTitleLine{white-space:nowrap}.heroMobileBreak{display:block}.featureGrid{grid-template-columns:1fr}.featureGrid article{min-height:0}.sectionIntro{display:block}.profileGrid{gap:11px}.bubble{max-width:84%}.roomActions .switchLabel{display:none}}.guidePage{max-width:820px}.guidePage ol{padding-left:23px}.guideCta{background:var(--deep);border-radius:13px;margin-top:20px;padding:14px 19px;font-weight:800;display:inline-block;color:#fff!important;text-decoration:none!important}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{transition:background .35s,color .35s}.siteRoot{min-height:100vh;position:relative;overflow:hidden}html[data-theme=dark]{--bg:#0e0912;--surface:#17101e;--surface2:#20152a;--ink:#f7effb;--muted:#b5a4bf;--line:#34243f;--card:#17101e;--coral:#d56bff;--coral2:#ff5fc9;--accent:#c66cff;--accent2:#ff5fc9;--purple:#b47cff;--deep:#f3e9fb;--green:#59d4aa;--glow:#be66ff3d;--shadow:0 32px 100px #00000061}html[data-theme=dark] body{background:radial-gradient(circle at 12% 14%,#893ebd26,#0000 23%),radial-gradient(circle at 82% 18%,#ff41b914,#0000 25%),linear-gradient(#0f0a13,#0d0910 70%)}.brand{align-items:center;gap:8px;display:flex}.brandSig{place-items:center;width:27px;height:27px;margin-right:0;display:inline-grid;position:relative}.brandSpark{color:var(--accent);font-style:normal;transition:transform .3s,text-shadow .3s;position:absolute}.mainSpark{font-size:23px;top:0;left:2px}.miniSpark{color:var(--accent2);font-size:20px;bottom:-2px;right:0}.brand:hover .mainSpark{text-shadow:0 0 18px var(--glow);transform:rotate(18deg)scale(1.08)}.brandMark{color:var(--accent)}.themeToggle{border:1px solid var(--line);background:var(--surface);cursor:pointer;height:38px;color:var(--ink);font:inherit;border-radius:999px;align-items:center;gap:7px;padding:0 10px 0 11px;display:flex}.themeToggleIcon{color:var(--accent);font-size:12px}.themeToggleText{white-space:nowrap;font-size:10px;font-weight:800}.themeToggleTrack{background:#eadfe3;border-radius:20px;width:30px;height:17px;transition:all .25s;position:relative}.themeToggleTrack i{background:#fff;border-radius:50%;width:13px;height:13px;transition:all .25s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0000002e}.themeToggle.isDark .themeToggleTrack{background:linear-gradient(90deg,#8d4fd0,#ef57bf)}.themeToggle.isDark .themeToggleTrack i{transform:translate(13px)}html[data-theme=dark] .siteHeader{color:var(--ink)}html[data-theme=dark] .headerNav{color:#b7a8bf}html[data-theme=dark] .langPill{background:#17101e}.heroV2{isolation:isolate;max-width:1240px;padding-top:86px;padding-bottom:112px}.heroV2:before{display:none}.heroV2 .eyebrow{z-index:3;position:relative}.heroV2Title{z-index:3;max-width:1120px;position:relative;font-size:clamp(48px,5.2vw,76px)!important}.heroV2Title .heroTitleLine{white-space:nowrap}.heroV2Lead{z-index:3;max-width:760px;position:relative}.heroTitleAccent{background:linear-gradient(100deg,var(--accent),var(--accent2));color:#0000;-webkit-background-clip:text;background-clip:text}.heroAura{filter:blur(1px);pointer-events:none;z-index:-1;border-radius:50%;position:absolute}.auraOne{background:radial-gradient(circle,#ff8ea633,#0000 67%);width:540px;height:540px;top:-70px;left:-220px}.auraTwo{background:radial-gradient(circle,#a477ea1f,#0000 68%);width:430px;height:430px;top:80px;right:-160px}html[data-theme=dark] .auraOne{background:radial-gradient(circle,#9d4bdc3d,#0000 67%)}html[data-theme=dark] .auraTwo{background:radial-gradient(circle,#ff45bb24,#0000 68%)}.floatingSpark{color:var(--accent);z-index:2;opacity:.62;animation:5s ease-in-out infinite sparkFloat;position:absolute}.sparkA{font-size:20px;top:155px;left:10%}.sparkB{font-size:13px;animation-delay:-2.2s;top:260px;right:12%}.sparkC{font-size:26px;animation-delay:-1.1s;top:105px;right:22%}@keyframes sparkFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(12deg)}}.whisper{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#8c747e;background:#ffffff94;border:1px solid #e8d6ddcc;border-radius:18px;padding:10px 13px;font-size:10px;animation:7s ease-in-out infinite whisperFloat;position:absolute;box-shadow:0 15px 45px #4628350f}.whisper span{color:var(--accent);margin-right:4px}.whisperOne{top:330px;left:3%;transform:rotate(-4deg)}.whisperTwo{animation-delay:-3s;top:385px;right:3%;transform:rotate(4deg)}.whisperThree{animation-delay:-1.5s;top:160px;right:11%;transform:rotate(-2deg)}@keyframes whisperFloat{0%,to{translate:0}50%{translate:0 -8px}}html[data-theme=dark] .whisper{color:#bba6c5;background:#1f1428a6;border-color:#6d46836b;box-shadow:0 18px 60px #00000038}.moodRail{z-index:3;flex-wrap:wrap;justify-content:center;gap:8px;margin:-18px auto 27px;display:flex;position:relative}.moodRail span{color:#8f7c84;border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border-radius:999px;padding:7px 11px;font-size:10px}html[data-theme=dark] .moodRail span{color:#c2afcc;background:#1c1124a6}.chatCardV2{z-index:4;border-radius:32px;position:relative;box-shadow:0 34px 100px #532f4024,0 0 0 1px #ffffff57}.chatCardTop{background:#ffffff8c}.liveBadge span{color:var(--ink)}.liveBadge em{color:#9b8c93;letter-spacing:0;margin-left:2px;font-size:9px;font-style:normal;font-weight:650}.startMicrocopy{text-align:center;color:#a29399;margin:10px 0 0;font-size:9px}.startButton{background:linear-gradient(105deg,var(--accent),var(--accent2));transition:transform .16s,box-shadow .16s,filter .16s}.startButton:not(:disabled):hover{box-shadow:0 18px 42px var(--glow);filter:saturate(1.05);transform:translateY(-2px)}.startButton span{font-size:16px}html[data-theme=dark] .chatCard{background:#18101fed;border-color:#35243f}html[data-theme=dark] .chatCardTop{border-color:var(--line);background:#1d1225b8}html[data-theme=dark] .miniToggle{color:#d8c8e0;background:#24192c}html[data-theme=dark] .profileGrid input,html[data-theme=dark] .profileGrid select{color:var(--ink);background:#130e18;border-color:#3b2945}html[data-theme=dark] .profileGrid input:focus,html[data-theme=dark] .profileGrid select:focus{background:#18101e;border-color:#795195;box-shadow:0 0 0 4px #c164ff14}html[data-theme=dark] .consents label{color:#b9a8c1}html[data-theme=dark] .waitingPanel button{color:#d7c6df;background:#21162a;border-color:#3b2945}html[data-theme=dark] .waitingPanel .startAgain{background:linear-gradient(100deg,var(--accent),var(--accent2));color:#fff;border:0}html[data-theme=dark] .roomHead{border-color:var(--line)}html[data-theme=dark] .roomActions button{color:#d7c6df;background:#21162a;border-color:#3b2945}html[data-theme=dark] .translationStub{color:#cdb1eb;background:#21172c;border-color:#3c294c}html[data-theme=dark] .messages{background:linear-gradient(#15101a,#100c14)}html[data-theme=dark] .bubble{color:#eee4f3;background:#251b2e}html[data-theme=dark] .mine .bubble{color:#fff;background:linear-gradient(135deg,#9c5de1,#ef58bf)}html[data-theme=dark] .composer{border-color:var(--line)}html[data-theme=dark] .composer input{color:var(--ink)}html[data-theme=dark] .composer button{color:#fff;background:linear-gradient(135deg,#8b55c8,#e955b8)}.momentSection{max-width:1160px;margin:0 auto;padding:110px 30px 130px}.momentIntro{max-width:720px;margin-bottom:65px}.momentIntro h2{letter-spacing:-.055em;margin:12px 0 18px;font-size:clamp(36px,4.4vw,58px);line-height:1.14}.momentIntro p{color:var(--muted);max-width:620px;font-size:14px;line-height:1.9}.momentPath{grid-template-columns:1fr 60px 1fr 60px 1fr;align-items:end;display:grid}.momentCard{border:1px solid var(--line);background:linear-gradient(160deg,#ffffffd1,#fff9fb8f);border-radius:34px;min-height:390px;padding:30px;position:relative;box-shadow:0 22px 75px #4f2d3d12}.momentCard.raised{transform:none}.momentNo{letter-spacing:.14em;color:#b295a1;font-size:9px;font-weight:850}.momentGlyph{height:110px;color:var(--accent);text-shadow:0 0 36px var(--glow);place-items:center;font-size:48px;display:grid}.doubleGlyph{position:relative}.doubleGlyph i{font-style:normal;position:absolute}.doubleGlyph i:first-child{color:var(--accent);transform:translate(-20px,8px)}.doubleGlyph i:last-child{color:var(--purple);transform:translate(22px,-10px)scale(.72)}.moonGlyph{color:var(--purple)}.momentCard h3{letter-spacing:-.04em;margin:12px 0;font-size:24px}.momentCard p{color:var(--muted);font-size:12px;line-height:1.9}.pathSpark{text-align:center;color:var(--accent);opacity:.6;align-self:center;font-size:22px}.tinyBubble{border:1px solid var(--line);color:#8b747e;background:#fff;border-radius:18px 18px 5px;padding:9px 12px;font-size:9px;position:absolute;bottom:20px;right:18px;transform:rotate(-2deg)}.tinyBubble.alt{background:linear-gradient(135deg,#fff0f4,#f5efff);transform:rotate(2deg)}.fadeBubble{opacity:.7}html[data-theme=dark] .momentCard{background:linear-gradient(160deg,#1d1326eb,#130d19db);box-shadow:0 25px 80px #00000038}html[data-theme=dark] .tinyBubble{color:#c9b6d2;background:#24182d}.nightNote{text-align:center;color:#fff;background:radial-gradient(circle at 20% 10%,#ff758f1c,#0000 28%),radial-gradient(circle at 85% 70%,#936be01f,#0000 28%),#241d21;border-radius:48px;max-width:1120px;margin:0 auto 120px;padding:90px 50px;position:relative;overflow:hidden}.nightNote:before{content:"";opacity:.18;background-image:radial-gradient(circle,#ffffff38 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 80%);mask-image:linear-gradient(#000,#0000 80%)}.nightNoteKicker{letter-spacing:.22em;color:#d29aa9;font-size:9px;font-weight:850;position:relative}.nightNote h2{letter-spacing:-.055em;max-width:830px;margin:15px auto 50px;font-size:clamp(34px,4.6vw,58px);line-height:1.18;position:relative}.nightNoteStars span{color:#ff718c;position:absolute}.nightNoteStars span:first-child{font-size:20px;top:18%;left:12%}.nightNoteStars span:nth-child(2){font-size:34px;top:14%;right:18%}.nightNoteStars span:nth-child(3){font-size:13px;bottom:22%;right:10%}.nightConversation{gap:14px;max-width:650px;margin:auto;display:grid;position:relative}.nightBubble{text-align:left;border-radius:22px;max-width:72%;padding:15px 18px 11px;font-size:13px;box-shadow:0 10px 35px #00000024}.nightBubble small{text-align:right;opacity:.55;margin-top:5px;font-size:8px;display:block}.nightBubble.left{color:#332b38;background:#f0eafa;border-radius:22px 22px 22px 6px;justify-self:start}.nightBubble.right{color:#fff;background:linear-gradient(135deg,#ff687f,#ff866e);border-radius:22px 22px 6px;justify-self:end}html[data-theme=dark] .nightNote{background:radial-gradient(circle at 20% 10%,#b050ff38,#0000 28%),radial-gradient(circle at 85% 70%,#ff4cbd24,#0000 28%),#160d1d}html[data-theme=dark] .nightBubble.right{background:linear-gradient(135deg,#9c59dc,#f057bf)}.seoContentV2{border-top:0;padding-top:30px}html[data-theme=dark] .seoContent{border-color:var(--line)}html[data-theme=dark] .prose p{color:var(--muted)}html[data-theme=dark] .footer{border-color:var(--line)}html[data-theme=dark] .footer nav{color:#a895b2}html[data-theme=dark] .legalPage p,html[data-theme=dark] .legalPage li{color:var(--muted)}html[data-theme=dark] .legalPage .notice{color:#e5cf9d;background:#2a1f19}.adminHeaderTools{align-items:center;gap:10px;display:flex}.adminSafetyToggle{background:#fff;border:1px solid #e2dde1;border-radius:12px;align-items:center;gap:10px;height:43px;padding:0 10px 0 12px;display:flex}.adminSafetyToggle>div{flex-direction:column;gap:1px;display:flex}.adminSafetyToggle small{letter-spacing:.12em;color:#9f969c;font-size:6px}.adminSafetyToggle button{cursor:pointer;background:#d8d1d5;border:0;border-radius:20px;width:34px;height:19px;padding:0;position:relative}.adminSafetyToggle button span{background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0000002e}.adminSafetyToggle button.on{background:#9156d2}.adminSafetyToggle button.on span{transform:translate(15px)}.scannerNotice{color:#8d7f91;background:#faf7fc;border:1px solid #e4dce8;border-radius:10px;align-items:center;gap:10px;margin:-6px 0 15px;padding:10px 13px;font-size:8px;display:flex}.scannerNotice b{color:#755682;white-space:nowrap}.scannerNotice span{line-height:1.5}@media (max-width:1050px){.whisperOne{left:1%}.whisperTwo{right:1%}.whisperThree{display:none}.momentPath{grid-template-columns:1fr 34px 1fr 34px 1fr}}@media (max-width:820px){.themeToggleText{display:none}.themeToggle{padding:0 9px}.themeToggleTrack{display:none}.heroV2{padding-top:62px}.heroV2Title .heroTitleLine{white-space:normal}.whisper{display:none}.floatingSpark.sparkA{top:125px;left:7%}.floatingSpark.sparkB{top:245px;right:8%}.moodRail{margin-top:-10px}.momentSection{padding:80px 19px 95px}.momentIntro{margin-bottom:40px}.momentPath{grid-template-columns:1fr;gap:15px}.pathSpark{transform:rotate(90deg)}.momentCard.raised{transform:none}.momentCard{min-height:310px}.nightNote{border-radius:34px;margin:0 16px 90px;padding:65px 22px}.adminHeaderTools{gap:6px}.adminSafetyToggle{height:38px}.scannerNotice{flex-direction:column;align-items:flex-start}}@media (max-width:500px){.heroV2Title{line-height:1.08;font-size:36px!important}.heroV2Title .heroTitleLine{white-space:normal}.moodRail{gap:6px}.moodRail span{padding:6px 9px;font-size:9px}.liveBadge em{display:none}.nightNote h2{font-size:32px}.nightBubble{max-width:88%;font-size:11px}}.heroV2{padding-bottom:72px}.heroV2Lead{max-width:960px;margin-bottom:32px;font-size:18px;line-height:1.75}.heroLeadLine{display:block}.moodRail{gap:11px;margin:-8px auto 30px}.moodRail span{letter-spacing:-.01em;padding:10px 16px;font-size:14px;font-weight:750}.whisper{border-radius:22px;padding:14px 18px;font-size:14px;font-weight:700;box-shadow:0 18px 50px #46283514}.whisper span{margin-right:6px;font-size:16px}.whisperThree{top:148px;right:8%}.chatCard,.chatCardV2{max-width:830px}.profileGrid{gap:18px}.profileGrid input,.profileGrid select{border-radius:15px;height:56px;padding:0 16px;font-size:15px}.consents{gap:12px;margin:25px 2px 22px}.startButton{border-radius:17px;height:60px;font-size:15px}.startMicrocopy{margin-top:8px;font-size:10px}.heroFoot{margin-top:11px}.momentIntro{max-width:900px}.momentStatement{letter-spacing:-.025em;font-weight:650;max-width:900px!important;color:var(--ink)!important;font-size:20px!important;line-height:1.7!important}.momentStatement span{display:block}.nightNote{padding-top:82px;padding-bottom:82px}.nightNoteTitle{max-width:980px!important}.nightNoteTitle span{white-space:nowrap;display:block}.nightConversation{gap:18px;max-width:790px}.nightBubble{border-radius:27px;max-width:78%;padding:20px 23px 15px;font-size:18px;line-height:1.55}.nightBubble small{margin-top:7px;font-size:10px}@media (max-width:1050px){.whisper{padding:12px 15px;font-size:12px}.whisperOne{left:1%}.whisperTwo{right:1%}.whisperThree{right:3%}.nightNoteTitle span{white-space:normal}}@media (max-width:820px){.heroV2{padding-bottom:52px}.heroV2Lead{margin-bottom:25px;font-size:15px;line-height:1.8}.moodRail span{padding:9px 13px;font-size:12px}.chatCard,.chatCardV2{max-width:100%}.profilePanel{padding:24px 22px 22px}.profileGrid input,.profileGrid select{height:54px}.momentStatement{font-size:17px!important}.nightBubble{max-width:86%;padding:17px 19px 13px;font-size:15px}}@media (max-width:500px){.heroLeadLine{display:block}.moodRail{gap:7px}.moodRail span{padding:8px 11px;font-size:11px}.profilePanel{padding:21px 17px 19px}.startButton{height:56px;font-size:14px}.momentStatement{font-size:15px!important;line-height:1.75!important}.nightNoteTitle span{white-space:normal}.nightBubble{max-width:92%;font-size:14px}}.heroV2Title .heroTitleLine{word-break:keep-all}.profileCommentField textarea,.privateGateGrid textarea{resize:vertical;width:100%;min-height:118px;font:inherit;color:var(--ink);background:#fff;border:1px solid #e8dfe3;border-radius:15px;outline:0;padding:14px 16px;font-size:14px;line-height:1.55}.profileCommentField textarea:focus,.privateGateGrid textarea:focus{border-color:#f1a4b3;box-shadow:0 0 0 4px #ff5d7912}.profileCommentField>small,.privateGateGrid label>small{color:var(--muted);justify-content:space-between;gap:12px;margin-top:7px;font-size:9px;font-weight:500;display:flex}.profileCommentField>small b{color:#9f8b93;font-size:9px}html[data-theme=dark] .profileCommentField textarea,html[data-theme=dark] .privateGateGrid textarea{color:var(--ink);background:#130e18;border-color:#3b2945}html[data-theme=dark] .profileCommentField textarea:focus,html[data-theme=dark] .privateGateGrid textarea:focus{border-color:#795195;box-shadow:0 0 0 4px #c164ff14}.partnerComment{border:1px solid var(--line);text-align:left;background:linear-gradient(135deg,#fff5f8f5,#f9f5ffe6);border-radius:17px;flex:none;margin:0 18px 10px;padding:12px 15px}.partnerComment>div{color:var(--accent);align-items:center;gap:6px;display:flex}.partnerComment>div span{font-size:12px}.partnerComment>div b{letter-spacing:.04em;color:var(--muted);font-size:9px}.partnerComment p{white-space:pre-line;color:var(--ink);margin:5px 0 0;font-size:11px;line-height:1.55}html[data-theme=dark] .partnerComment{background:linear-gradient(135deg,#21162a,#1a1222);border-color:#3a2945}.privateRoomPage{min-height:100vh}.privateRoomWrap{max-width:940px;margin:0 auto;padding:80px 24px 120px}.privateGateCard,.privateChatCard{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:34px;overflow:hidden}.privateGateCard{padding:34px 38px 32px}.privateGateTop{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:24px;display:flex}.privateGateTop span{letter-spacing:.18em;color:var(--accent);font-size:9px;font-weight:850}.privateGateTop h1{letter-spacing:-.045em;margin:7px 0 6px;font-size:30px}.privateGateTop p{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.privateGateTop>button{border:1px solid var(--line);background:var(--surface);height:34px;color:var(--ink);cursor:pointer;border-radius:999px;padding:0 12px;font-size:9px;font-weight:750}.privateGateGrid{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.privateGateGrid label{text-align:left;flex-direction:column;gap:8px;display:flex}.privateGateGrid label.full{grid-column:1/-1}.privateGateGrid label>span{color:var(--ink);font-size:11px;font-weight:750}.privateGateGrid input,.privateGateGrid select{height:52px;font:inherit;color:var(--ink);background:#fff;border:1px solid #e8dfe3;border-radius:14px;outline:0;padding:0 15px;font-size:13px}.privateGateGrid input:focus,.privateGateGrid select:focus{border-color:#f1a4b3;box-shadow:0 0 0 4px #ff5d7912}.privateConsents{gap:9px;margin:22px 0;display:grid}.privateConsents label{color:var(--muted);align-items:flex-start;gap:9px;font-size:10px;display:flex}.privateConsents input{margin-top:1px}.privateEnter{background:linear-gradient(105deg,var(--accent),var(--accent2));color:#fff;width:100%;height:58px;font:inherit;cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:9px;font-size:13px;font-weight:850;display:flex}.privateEnter:disabled{color:#a99da3;cursor:not-allowed;background:#ddd4d8}.privateRetention{text-align:center;max-width:650px;color:var(--muted);margin:12px auto 0;font-size:9px;line-height:1.6}html[data-theme=dark] .privateGateGrid input,html[data-theme=dark] .privateGateGrid select{color:var(--ink);background:#130e18;border-color:#3b2945}.privateChatCard{flex-direction:column;height:min(780px,100vh - 150px);min-height:600px;display:flex}.privateRoomHead{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:15px;min-height:76px;padding:13px 18px;display:flex}.privateRoomHead>div:first-child span{letter-spacing:.16em;color:var(--accent);font-size:7px;font-weight:850}.privateRoomHead h2{letter-spacing:-.03em;margin:3px 0 1px;font-size:18px}.privateRoomHead small{color:var(--muted);font-family:monospace;font-size:8px}.privateRoomHead>div:last-child{gap:7px;display:flex}.privateRoomHead button{border:1px solid var(--line);background:var(--surface);height:34px;color:var(--ink);cursor:pointer;border-radius:10px;padding:0 11px;font-size:9px}.privateRoomHead button.soundOn{color:var(--accent)}.privatePeerBar{border-bottom:1px solid var(--line);background:var(--surface);flex:none;grid-template-columns:180px minmax(0,1fr);gap:14px;padding:12px 18px;display:grid}.privatePeerIdentity{align-items:center;gap:7px;min-width:0;display:flex}.privatePeerIdentity i{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #35b9871a}.privatePeerIdentity b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.privatePeerIdentity small{color:var(--muted);font-size:8px}.privatePeerComment{text-align:left;min-width:0}.privatePeerComment span{color:var(--accent);font-size:8px;font-weight:800}.privatePeerComment p{white-space:pre-line;color:var(--ink);max-height:78px;margin:4px 0 0;font-size:10px;line-height:1.5;overflow:auto}.privateHistoryNote{color:var(--muted);text-align:center;background:#9a70ed12;flex:none;padding:7px 18px;font-size:8px}.privateMessages{flex:1;min-height:0}.privateRoomDeleted{text-align:center;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:34px;padding:90px 30px}.privateRoomDeleted span{color:var(--accent);font-size:32px}.privateRoomDeleted h2{margin-top:14px;font-size:24px}html[data-theme=dark] .privateGateCard,html[data-theme=dark] .privateChatCard,html[data-theme=dark] .privateRoomDeleted{background:#18101ff5;border-color:#35243f}html[data-theme=dark] .privateRoomHead button{background:#21162a;border-color:#3b2945}html[data-theme=dark] .privatePeerBar{background:#15101a}html[data-theme=dark] .privateHistoryNote{background:#be66ff14}.adminShell aside nav button{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:9px}.adminShell aside nav button.active{color:#ff667d;font-weight:850}.adminShell aside nav button em{color:#eee;background:#2f2930;border-radius:10px;margin-left:4px;padding:2px 5px;font-style:normal}.adminToast{color:#287b5a;background:#eefbf5;border:1px solid #ccecdc;border-radius:9px;margin:-6px 0 12px;padding:8px 11px;font-size:8px}.privateAdminArea{gap:12px;display:grid}.privateCreateBar{background:#fff;border:1px solid #e4dfe2;border-radius:13px;justify-content:space-between;align-items:end;gap:12px;padding:12px;display:flex}.privateCreateBar>div{flex-direction:column;flex:1;gap:5px;display:flex}.privateCreateBar span{letter-spacing:.15em;color:#9f9299;font-size:7px;font-weight:850}.privateCreateBar input{border:1px solid #e7e1e4;border-radius:9px;outline:0;height:38px;padding:0 10px;font-size:10px}.privateCreateBar>button{color:#fff;cursor:pointer;background:#282126;border:0;border-radius:9px;height:38px;padding:0 14px;font-size:9px;font-weight:800}.inviteIssued{background:#faf7fd;border:1px solid #ded1eb;border-radius:13px;grid-template-columns:160px 1fr 1fr;align-items:end;gap:10px;padding:12px;display:grid}.inviteIssued>div{align-self:center}.inviteIssued>div span{color:#9b8aa5;font-size:7px;display:block}.inviteIssued>div b{margin-top:4px;font-size:10px;display:block}.inviteIssued label{grid-template-columns:1fr auto;gap:5px;display:grid}.inviteIssued label small{color:#9b8aa5;grid-column:1/-1;font-size:7px}.inviteIssued code{text-overflow:ellipsis;background:#fff;border:1px solid #e6ddec;border-radius:7px;padding:8px;font-size:9px;overflow:hidden}.inviteIssued button{color:#fff;cursor:pointer;background:#8e5cc5;border:0;border-radius:7px;padding:0 9px;font-size:8px}.inviteIssued p{color:#9a8d9d;grid-column:1/-1;margin:0;font-size:7px}.privateGrid{min-height:660px}.persistentBadge{color:#775697!important;background:#f3eefd!important}.privateWatchHead{height:auto;min-height:68px}.privateWatchHead>div:first-child small{color:#958a91;margin-top:2px;font-family:monospace;font-size:7px;display:block}.privateRoomMeta{background:#faf9fa;border-bottom:1px solid #e8e4e7;grid-template-columns:repeat(3,1fr);display:grid}.privateRoomMeta>div{border-right:1px solid #ece8ea;padding:9px 13px}.privateRoomMeta>div:last-child{border-right:0}.privateRoomMeta span{color:#aaa0a7;font-size:6px;display:block}.privateRoomMeta b{margin-top:2px;font-size:8px;display:block}.watchMessages>div{grid-template-columns:90px 1fr auto auto}.silentDelete{color:#b54b5d;cursor:pointer;background:0 0;border:0;padding:0 3px;font-size:7px}.people article small:first-of-type{color:#755f69;white-space:pre-line;max-height:34px}.legalPage .retentionException{border-left:3px solid var(--accent);padding-left:14px}@media (max-width:1050px){.whisperOne{top:500px;left:-1%}.whisperTwo{top:650px;right:-1%}.whisperThree{top:810px;left:0}}@media (max-width:820px){.whisper{display:none}.partnerComment{margin:0 11px 8px}.privateRoomWrap{padding:42px 15px 80px}.privateGateCard{padding:24px 20px}.privateGateGrid{grid-template-columns:1fr}.privateGateGrid label.full{grid-column:auto}.privateChatCard{height:calc(100vh - 110px);min-height:560px}.privatePeerBar,.inviteIssued{grid-template-columns:1fr}.inviteIssued p{grid-column:auto}.privateCreateBar{flex-direction:column;align-items:stretch}.privateRoomMeta{grid-template-columns:1fr}.privateRoomMeta>div{border-bottom:1px solid #ece8ea;border-right:0}.watchMessages>div{grid-template-columns:65px 1fr auto}.silentDelete{grid-area:1/3}}@media (max-width:500px){.profileCommentField textarea{min-height:106px;font-size:13px}.partnerComment p{font-size:10px}.privateGateTop h1{font-size:25px}.privateRoomHead{align-items:flex-start}.privateRoomHead>div:last-child{flex-direction:column}}.whisperOne{top:520px;left:-5%}.whisperTwo{top:635px;right:-5%}.whisperThree{top:800px;left:-4%;right:auto}.heroLead{font-size:18px}.heroFoot{font-size:13px;line-height:1.7}.chatCardTop{font-size:13px}.miniToggle{font-size:12px}.profileGrid input,.profileGrid select{font-size:16px}.profileCommentField textarea{font-size:15px}.profileCommentField>small,.profileCommentField>small b{font-size:11px}.startMicrocopy{font-size:11px}.roomHead small,.roomActions button,.connectedLine{font-size:12px}.bubble p{font-size:15px}.commentPair{border-bottom:1px solid var(--line);background:#ffffffb8;flex:none;grid-template-columns:1fr 1fr;gap:12px;padding:12px 16px 11px;display:grid}.commentCard{border:1px solid var(--line);text-align:left;border-radius:18px;min-width:0;min-height:102px;padding:12px 14px;overflow:hidden}.commentCard>div{align-items:center;gap:7px;margin-bottom:7px;display:flex}.commentCard>div b{letter-spacing:.01em;color:var(--muted);font-size:12px}.commentCard>div small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.commentCard>div span{color:var(--accent);font-size:13px}.commentCard p{white-space:pre-line;color:var(--ink);max-height:102px;margin:0;font-size:13px;line-height:1.55;overflow:auto}.commentPartner{background:linear-gradient(135deg,#f6f1fff5,#ffffffeb)}.commentSelf>div{justify-content:flex-end}.commentSelf>div small{order:1}.commentSelf>div b{order:2}.commentSelf>div span{order:3}html[data-theme=dark] .commentPair{background:#130e18;border-color:#34243f}html[data-theme=dark] .commentPartner{background:linear-gradient(135deg,#22172d,#18101f);border-color:#3b2947}html[data-theme=dark] .commentSelf{background:linear-gradient(135deg,#291525,#1c101c);border-color:#4b2942}.privateCommentPair{padding:10px 18px 11px}.privatePeerBar{grid-template-columns:1fr;padding:10px 18px}.privatePeerIdentity b{font-size:13px}.privatePeerIdentity small,.privateGateTop span{font-size:11px}.privateGateTop h1{font-size:34px}.privateGateTop p{font-size:14px}.privateGateTop>button{font-size:11px}.privateGateGrid label>span{font-size:13px}.privateGateGrid input,.privateGateGrid select,.privateGateGrid textarea{font-size:15px}.privateGateGrid label>small{font-size:11px}.privateConsents label{font-size:12px}.privateEnter{font-size:15px}.privateRetention{font-size:11px}.privateRoomHead>div:first-child span{font-size:9px}.privateRoomHead h2{font-size:21px}.privateRoomHead small{font-size:10px}.privateRoomHead button{font-size:11px}.privateHistoryNote{font-size:10px}.adminShell{grid-template-columns:230px 1fr}.adminShell aside{padding:28px 23px}.adminBrand{font-size:24px}.adminBrand span{font-size:15px;line-height:1.1}.adminShell aside nav{gap:19px;margin-top:52px;font-size:14px}.adminShell aside nav button{padding:10px 0!important;font-size:14px!important}.adminShell aside em,.adminShell aside nav button em{font-size:10px!important}.adminFoot{font-size:11px}.adminMain{padding:34px}.adminMain header p{font-size:10px}.adminMain header h1{font-size:32px}.adminLive{padding:8px 12px;font-size:11px}.adminSafetyToggle{height:49px;padding:0 13px 0 14px}.adminSafetyToggle small{font-size:9px}.adminSafetyToggle b{font-size:12px}.scannerNotice{padding:12px 14px;font-size:11px}.adminToast{padding:10px 13px;font-size:11px}.stats article{padding:18px}.stats span{font-size:10px}.stats strong{font-size:34px}.adminGrid{grid-template-columns:390px minmax(0,1fr)}.searchBox{height:44px;font-size:15px}.searchBox input{font-size:13px}.roomList>button{padding:17px 16px}.roomList button b{font-size:14px}.roomList button small{font-size:11px}.roomList button>span{font-size:10px}.emptyAdmin,.emptyWatch{font-size:13px}.watchHead{height:auto;min-height:74px;padding:10px 17px}.watchHead>div:first-child span{font-size:9px}.watchHead strong{font-size:13px}.watchHead button{height:36px;padding:0 10px;font-size:11px}.people article{gap:5px;padding:14px 17px}.people span{font-size:10px}.people b{font-size:13px}.people small{font-size:10px}.watchMessages{padding:18px}.watchMessages>p{font-size:12px}.watchMessages>div{gap:10px;padding:10px 11px;font-size:12px}.watchMessages b{font-size:11px}.watchMessages time{font-size:10px}.warningBox{height:68px;padding:10px}.warningBox input{font-size:12px}.warningBox button{padding:0 15px;font-size:11px}.silentDelete{padding:2px 5px;font-size:10px}.privateCreateBar{padding:15px}.privateCreateBar span{font-size:10px}.privateCreateBar input{height:44px;font-size:13px}.privateCreateBar>button{height:44px;font-size:12px}.inviteIssued{grid-template-columns:190px 1fr 1fr;gap:12px;padding:15px}.inviteIssued>div span{font-size:10px}.inviteIssued>div b{font-size:13px}.inviteIssued label small{font-size:10px}.inviteIssued code{padding:10px;font-size:12px}.inviteIssued button{min-height:34px;padding:0 11px;font-size:11px}.inviteIssued p{font-size:10px;line-height:1.55}.inviteIssued button:disabled{opacity:.42;cursor:not-allowed}.inviteQuickActions{flex-wrap:wrap;flex-direction:row!important;grid-column:1/-1!important;align-items:center!important;gap:7px!important;display:flex!important}.inviteQuickActions button{color:#fff;cursor:pointer;background:#2b2429;border:0;border-radius:8px;min-height:35px;padding:0 12px;font-size:11px}.privateWatchHead>div:first-child small{font-size:10px}.privateRoomMeta span{font-size:9px}.privateRoomMeta b{font-size:11px}.privateRoomMeta>div{padding:11px 14px}@media (max-width:1200px){.whisperOne{top:535px;left:-2%}.whisperTwo{top:675px;right:-2%}.whisperThree{top:820px;left:-1%}.adminGrid{grid-template-columns:340px minmax(0,1fr)}}@media (max-width:1050px){.whisper{display:none}}@media (max-width:820px){.commentPair{grid-template-columns:1fr 1fr;gap:8px;padding:9px 10px}.commentCard{min-height:94px;padding:10px}.commentCard p{font-size:12px}.commentCard>div b{font-size:10px}.commentCard>div small{font-size:9px}.adminShell{grid-template-columns:1fr}.adminMain{padding:16px}.adminGrid,.inviteIssued{grid-template-columns:1fr}.inviteQuickActions{grid-column:auto!important}}@media (max-width:500px){.commentPair{grid-template-columns:1fr 1fr}.commentCard p{max-height:88px;font-size:11px}.profileGrid label>span{font-size:13px}.consents label{font-size:12px}}.momentIntro p{font-size:16px}.momentNo{font-size:11px}.momentCard p{font-size:14px}.tinyBubble{padding:11px 14px;font-size:11px}.nightNoteKicker{font-size:11px}.nightBubble{padding:18px 21px 14px;font-size:15px}.nightBubble small{font-size:10px}.prose p{font-size:15px}.footer nav{font-size:12px}.footer small{font-size:11px}.translationBar{border:1px solid var(--line);background:var(--surface2);color:var(--muted);border-radius:14px;align-items:center;gap:10px;margin:0 22px 12px;padding:11px 14px;font-size:12px;display:flex}.translationBar>b{color:var(--ink);white-space:nowrap}.translationBar select{border:1px solid var(--line);background:var(--surface);height:34px;color:var(--ink);border-radius:10px;padding:0 9px;font-size:12px}.translationBar small{line-height:1.5}.translationBar.notConfigured{border-style:dashed}.translatedText{opacity:.86;border-top:1px dashed #78646e38;padding-top:7px;margin-top:7px!important;font-size:.92em!important}.translatedText span{margin-right:5px}.mediaFileInput{display:none!important}.mediaComposer{gap:7px}.composer .attachButton{background:var(--surface2);width:42px;height:42px;color:var(--accent);border:1px solid var(--line);border-radius:50%;flex:0 0 42px;font-size:23px;line-height:1}.composer .attachButton:hover{transform:translateY(-1px)}.composer .attachButton:disabled{opacity:.5}.mediaComposerNote{color:var(--muted);text-align:left;margin:-3px 0 0;padding:0 22px 13px;font-size:10px}.protectedMedia{-webkit-user-select:none;user-select:none;background:#100d10;border-radius:17px;min-width:220px;max-width:min(540px,72vw);margin:8px 0 4px;position:relative;overflow:hidden}.protectedMedia img,.protectedMedia video{object-fit:contain;background:#0b090b;width:100%;max-height:520px;display:block}.protectedMedia video{min-height:180px}.mediaWatermark{pointer-events:none;letter-spacing:.04em;color:#ffffffbd;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);text-shadow:0 1px 3px #000000b3;background:#0a070b47;border-radius:9px;padding:5px 8px;font-size:10px;font-weight:800;position:absolute;top:10px;left:10px}.mediaProtectionNote{pointer-events:none;color:#ffffffb8;background:#00000073;border-radius:8px;padding:4px 7px;font-size:8px;position:absolute;bottom:7px;right:7px}.protectedMediaLoading,.protectedMediaError{background:var(--surface2);min-width:240px;min-height:120px;color:var(--muted);border-radius:15px;justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.protectedMediaLoading i{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:13px;height:13px;animation:.7s linear infinite mediaSpin}@keyframes mediaSpin{to{transform:rotate(360deg)}}.mine .protectedMedia{margin-left:auto}.theirs .protectedMedia{margin-right:auto}.privateRoomActions{align-items:center;gap:7px;display:flex}.mediaAdminArea{gap:14px;display:grid}.mediaAdminToolbar{background:#fff;border:1px solid #e2dde1;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;display:flex}.mediaAdminToolbar .searchBox{min-width:380px}.mediaAdminToolbar p{color:#817780;font-size:11px}.mediaLibrary{gap:10px;display:grid}.mediaAdminCard{background:#fff;border:1px solid #e4dee2;border-radius:14px;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.mediaTypeBadge{letter-spacing:.08em;color:#8557aa;background:#f3eafd;border-radius:12px;place-items:center;width:66px;height:56px;font-size:10px;font-weight:900;display:grid}.mediaTypeBadge.video{color:#b4527f;background:#fce8f1}.mediaAdminInfo{gap:4px;min-width:0;display:grid}.mediaAdminInfo b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.mediaAdminInfo span{color:#605760;font-size:11px}.mediaAdminInfo small{color:#8e848b;font-size:10px}.mediaAdminActions{gap:6px;display:flex}.mediaAdminActions button{cursor:pointer;background:#fff;border:1px solid #ded7dc;border-radius:9px;padding:8px 10px;font-size:10px}.mediaAdminActions .danger{color:#bd4054;border-color:#f0cfd6}html[data-theme=dark] .translationBar{background:#1f1628}@media (max-width:820px){.translationBar{flex-wrap:wrap;margin:0 12px 10px}.translationBar small{width:100%}.protectedMedia{max-width:78vw}.mediaAdminToolbar{flex-direction:column;align-items:flex-start}.mediaAdminToolbar .searchBox{width:100%;min-width:0}.mediaAdminCard{grid-template-columns:58px 1fr}.mediaTypeBadge{width:52px}.mediaAdminActions{grid-column:1/-1;justify-content:flex-end}}.heroV041 .heroV2Title{margin-top:0;margin-bottom:30px;line-height:1.16!important}.heroV041 .heroV2Lead{font-size:19px;line-height:1.9}.heroV041 .heroLeadLine{margin:2px 0}.heroV041 .heroFoot{margin-top:12px;font-size:13px;line-height:1.75}.heroV041 .whisper{z-index:1}.heroV041 .chatCard{z-index:4}.moodCloudSky{z-index:3;max-width:850px;height:118px;margin:-8px auto 14px;position:relative}.thoughtCloud{border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#8c737e;background:#ffffffc7;border-radius:48% 52% 45% 55%/57% 43%;justify-content:center;align-items:center;min-width:138px;height:54px;padding:0 22px;font-size:14px;font-weight:800;animation:6s ease-in-out infinite cloudFloat;display:flex;position:absolute;box-shadow:0 16px 38px #522d3e14}.thoughtCloud:before,.thoughtCloud:after{content:"";background:inherit;border:inherit;z-index:-1;border-radius:50%;position:absolute}.thoughtCloud:before{width:30px;height:30px;top:-10px;left:11px}.thoughtCloud:after{width:23px;height:23px;bottom:-7px;right:13px}.thoughtCloud.cloudOne{top:38px;left:2%;transform:rotate(-3deg)}.thoughtCloud.cloudTwo{animation-delay:-1.2s;top:5px;left:27%}.thoughtCloud.cloudThree{min-width:170px;animation-delay:-2.4s;top:44px;right:24%}.thoughtCloud.cloudFour{animation-delay:-3.6s;top:9px;right:1%;transform:rotate(3deg)}@keyframes cloudFloat{0%,to{translate:0}50%{translate:0 -10px}}html[data-theme=dark] .thoughtCloud{color:#c9b5d2;background:#201529c7;border-color:#493058;box-shadow:0 16px 42px #00000038}.chatCard{max-width:820px}.chatCardTop{height:62px;padding:0 24px}.liveBadge{font-size:12px}.liveBadge em{font-size:11px}.profilePanel{padding:32px}.profileGrid label>span{font-size:13px}.profileGrid input,.profileGrid select{height:54px;font-size:16px}.profileTextarea{font-size:15px!important}.consents label{font-size:13px}.profileHint,.profileTextareaWrap small{font-size:11px}.roomPanel{grid-template-rows:auto auto auto 1fr auto auto;height:980px}.roomHead{height:70px}.roomHead strong{font-size:16px}.roomHead small{font-size:12px}.roomActions button{height:36px;font-size:12px}.commentCard b{font-size:13px}.commentCard small{font-size:11px}.commentCard p{font-size:14px}.translationBar{font-size:13px}.connectedLine{font-size:12px}.bubble{padding:13px 16px 9px}.bubble p{font-size:15px;line-height:1.62}.bubble time{font-size:10px}.chatError{border-radius:13px;margin:0 16px 10px;padding:14px 16px;font-size:14px;font-weight:750;line-height:1.55}.formError{padding:12px 14px;font-size:13px;line-height:1.55}.composer{align-items:center;height:78px;padding:12px 13px 12px 16px}.composer input{font-size:16px}.composer .attachButton{flex-basis:48px;width:48px;height:48px}.composer .sendButton{background:linear-gradient(115deg,var(--deep),#493840);border-radius:15px;justify-content:center;align-items:center;gap:8px;width:auto;min-width:102px;height:50px;padding:0 16px;font-size:13px;font-weight:850;transition:all .15s;display:flex;box-shadow:0 8px 22px #301e282e}.composer .sendButton:hover{transform:translateY(-1px);box-shadow:0 11px 25px #301e283d}.sendButtonIcon{font-size:16px;transform:rotate(-8deg)}.sendButtonText{font-size:13px}html[data-theme=dark] .composer .sendButton{background:linear-gradient(115deg,#9256d0,#ec5abb)}.mediaComposerNote{padding:2px 20px 14px;font-size:12px;line-height:1.5}.liveStoryStats{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-radius:28px;grid-template-columns:1fr auto 1fr;align-items:center;max-width:850px;margin:-50px auto 95px;padding:18px 26px;display:grid;box-shadow:0 18px 60px #492b3812}.liveStoryStats article{justify-content:center;align-items:center;gap:13px;display:flex}.liveStoryStats article>div{gap:2px;display:grid}.liveStoryStats small{color:var(--muted);font-size:12px}.liveStoryStats strong{color:var(--ink);font-size:28px;line-height:1}.liveStoryStats strong em{color:var(--muted);margin-left:3px;font-size:13px;font-style:normal}.liveStoryDot{background:#39c990;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #39c9901a}.messageGlyph{color:var(--accent);font-size:29px;font-weight:900}.statsSpark{color:var(--accent);opacity:.5;font-style:normal}html[data-theme=dark] .liveStoryStats{background:#191020c2}.momentScene{height:150px;color:var(--accent);place-items:center;display:grid;position:relative}.momentScene i,.momentScene b,.momentScene span{font-style:normal;position:absolute}.sceneEnter span{opacity:.11;font-size:73px}.sceneEnter i:first-child{text-shadow:0 0 38px var(--glow);font-size:52px;transform:translate(-22px,-5px)}.sceneEnter i:nth-child(2){color:var(--purple);font-size:42px;transform:translate(46px,27px)}.sceneMeet span{text-shadow:0 0 42px var(--glow);font-size:70px;transform:translate(-32px,2px)}.sceneMeet i{color:var(--purple);font-size:46px;transform:translate(37px,-22px)}.sceneMeet b{color:var(--accent2);font-size:35px;transform:translate(20px,42px)}.sceneLeave span{color:var(--purple);filter:drop-shadow(0 0 25px var(--glow));font-size:82px}.sceneLeave i:first-of-type{font-size:32px;transform:translate(56px,-34px)}.sceneLeave i:nth-of-type(2){opacity:.5;font-size:42px;transform:translate(-56px,40px)}.momentCard p{font-size:15px;line-height:1.9}.momentCard h3{font-size:27px}.softGuide{border:1px solid var(--line);background:linear-gradient(145deg,#ffffffd1,#fff4f89e);border-radius:44px;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;max-width:1120px;margin:0 auto 120px;padding:70px 65px;display:grid}.softGuideCopy h2{letter-spacing:-.045em;margin:12px 0 20px;font-size:clamp(32px,4vw,50px);line-height:1.22}.softGuideCopy>p{color:var(--muted);font-size:15px;line-height:2}.softFeaturePills{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.softFeaturePills span{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:750}.softGuideVisual{flex-direction:column;justify-content:center;gap:20px;min-height:300px;display:flex;position:relative}.softGuideVisual>span{color:var(--accent);font-size:31px;position:absolute;top:7%;right:13%}.softChatBubble{border-radius:24px;max-width:85%;padding:18px 20px;font-size:14px;box-shadow:0 15px 40px #371f2b14}.softChatBubble.left{background:#f0eafa;border-radius:24px 24px 24px 7px;align-self:flex-start}.softChatBubble.right{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border-radius:24px 24px 7px;align-self:flex-end}html[data-theme=dark] .softGuide{background:linear-gradient(145deg,#1f1428db,#140d1ac7)}.mobileSection{color:#fff;background:#251e22;border-radius:44px;grid-template-columns:1fr auto;align-items:center;gap:70px;max-width:1120px;margin:0 auto 120px;padding:65px 75px;display:grid;position:relative;overflow:hidden}.mobileSection:before{content:"✦";color:#ff698614;font-size:80px;position:absolute;top:18%;right:31%}.mobileCopy h2{letter-spacing:-.05em;margin:12px 0 15px;font-size:clamp(35px,4.5vw,55px)}.mobileCopy p{color:#c7bbc1;max-width:650px;font-size:15px;line-height:1.9}.mobileBadges{gap:8px;margin-top:22px;display:flex}.mobileBadges span{color:#eee;border:1px solid #ffffff2e;border-radius:999px;padding:8px 13px;font-size:11px}.mobileQrBox{color:#5d5056;background:#fff;border-radius:26px;justify-items:center;gap:7px;padding:16px 16px 12px;display:grid;box-shadow:0 23px 60px #0000003d}.mobileQrBox img{width:180px;height:180px}.mobileQrBox small{font-size:10px;font-weight:750}.qrLoading{color:#aaa;place-items:center;width:180px;height:180px;display:grid}html[data-theme=dark] .mobileSection{background:#160e1c}.publicCounterAdmin{background:#fff;border:1px solid #e1dce0;border-radius:13px;grid-template-columns:1fr 180px auto;align-items:center;gap:12px;margin:-5px 0 18px;padding:15px 17px;display:grid}.publicCounterAdmin>div{gap:2px;display:grid}.publicCounterAdmin span{letter-spacing:.12em;color:#9a8f96;font-size:9px}.publicCounterAdmin b{font-size:13px}.publicCounterAdmin small{color:#8b8188;font-size:10px}.publicCounterAdmin input{border:1px solid #ded7dc;border-radius:9px;height:39px;padding:0 10px;font-size:13px}.publicCounterAdmin button{color:#fff;cursor:pointer;background:#2c2529;border:0;border-radius:9px;height:39px;padding:0 13px;font-size:11px;font-weight:800}.protectedMediaError{text-align:center;padding:20px;font-size:13px;line-height:1.6}.protectedMediaLoading{font-size:12px}.mediaProtectionNote{font-size:10px}.mediaWatermark,.startMicrocopy{font-size:11px}.heroFoot,.footer small{line-height:1.7}@media (max-width:820px){.heroV041{padding-top:65px}.heroV041 .heroV2Title{line-height:1.14!important}.heroV041 .heroV2Lead{font-size:15px}.moodCloudSky{grid-template-columns:1fr 1fr;gap:12px;height:auto;margin:15px auto 25px;display:grid}.thoughtCloud{width:100%;min-width:0;height:51px;font-size:12px;position:relative!important;inset:auto!important;transform:none!important}.roomPanel{height:78vh;min-height:650px}.composer .sendButton{min-width:58px;padding:0 12px}.sendButtonText{display:none}.sendButtonIcon{font-size:19px}.liveStoryStats{margin:-32px 16px 75px;padding:15px 12px}.liveStoryStats small{font-size:10px}.liveStoryStats strong{font-size:22px}.softGuide{border-radius:32px;grid-template-columns:1fr;gap:25px;margin:0 16px 85px;padding:48px 24px}.softGuideVisual{min-height:230px}.mobileSection{border-radius:32px;grid-template-columns:1fr;gap:30px;margin:0 16px 85px;padding:48px 24px}.mobileQrBox{justify-self:center}.publicCounterAdmin{grid-template-columns:1fr}.publicCounterAdmin input,.publicCounterAdmin button{width:100%}}@media (max-width:500px){.heroV041 .heroV2Title{font-size:35px!important;line-height:1.16!important}.liveStoryStats{grid-template-columns:1fr;gap:13px}.statsSpark{display:none}.liveStoryStats article{justify-content:flex-start}.roomPanel{height:80vh;min-height:620px}.chatCard{max-width:100%}.messages{padding:20px 12px}.bubble p{font-size:14px}.composer{padding-left:10px}.composer .attachButton{flex-basis:44px;width:44px;height:44px}.composer .sendButton{height:44px}.mobileQrBox img,.qrLoading{width:160px;height:160px}}.roomActions .rematchButton{color:var(--accent);background:linear-gradient(135deg,#ff5d7917,#9a70ed14);border-color:#ff5d794d;font-weight:850}.roomActions .rematchButton:hover{background:linear-gradient(135deg,#ff5d7929,#9a70ed24);transform:translateY(-1px)}.roomActions .leaveButton{color:#8f7f86}.operatorMessage{margin:10px 0!important}.operatorMessage .bubble{color:#67511f;background:linear-gradient(135deg,#fff7df,#fff1d0);border:1px solid #edd9a3;border-radius:16px;max-width:82%;padding:14px 17px 11px;box-shadow:0 8px 24px #684e1a12}.operatorMessage .bubble b{color:#8f6b16;letter-spacing:.02em;margin-bottom:7px;font-size:12px}.operatorMessage .bubble p{font-size:13px;line-height:1.72}html[data-theme=dark] .operatorMessage .bubble{color:#ead6a1;background:linear-gradient(135deg,#2a211b,#30251a);border-color:#574526}html[data-theme=dark] .operatorMessage .bubble b{color:#e8be5e}.capabilitySection{border-top:1px solid var(--line);max-width:1160px;margin:0 auto 120px;padding:82px 30px}.capabilityIntro{max-width:760px;margin-bottom:48px}.capabilityIntro h2{letter-spacing:-.055em;margin:12px 0 18px;font-size:clamp(38px,4.8vw,60px);line-height:1.17}.capabilityIntro p{max-width:680px;color:var(--muted);font-size:15px;line-height:1.95}.capabilityGrid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.capabilityGrid article{border:1px solid var(--line);background:linear-gradient(150deg,#ffffffdb,#fff8fb9e);border-radius:27px;min-height:285px;padding:24px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.capabilityGrid article:hover{transform:translateY(-4px);box-shadow:0 24px 58px #482a3717}.capabilityGrid article>span{letter-spacing:.13em;color:#ae98a1;font-size:9px;font-weight:900}.capIcon{height:92px;color:var(--accent);text-shadow:0 0 32px var(--glow);place-items:center;font-size:42px;display:grid}.capabilityGrid h3{letter-spacing:-.035em;margin:4px 0 10px;font-size:19px;line-height:1.35}.capabilityGrid p{color:var(--muted);margin:0;font-size:13px;line-height:1.82}.capabilitySafety{background:var(--surface2);color:var(--muted);border-radius:16px;margin:23px 0 0;padding:14px 18px;font-size:12px;line-height:1.75}html[data-theme=dark] .capabilityGrid article{background:linear-gradient(150deg,#1f1428e6,#130d19d1)}@media (max-width:1050px){.capabilityGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.roomActions{flex-wrap:wrap;justify-content:flex-end}.roomHead{height:auto;min-height:78px;padding-top:9px;padding-bottom:9px}.roomActions button{height:34px;font-size:11px}.operatorMessage .bubble{max-width:94%}.capabilitySection{margin-bottom:85px;padding:68px 18px}.capabilityGrid{grid-template-columns:1fr 1fr}.capabilityGrid article{min-height:245px}}@media (max-width:500px){.capabilityGrid{grid-template-columns:1fr}.capabilityGrid article{min-height:0}.capIcon{height:70px}.roomActions .rematchButton{order:3}}.siteRoot,.hero,.momentSection,.nightNote,.softGuide,.capabilitySection,.mobileSection{min-width:0}.heroV2Title,.momentIntro h2,.nightNoteTitle,.softGuideCopy h2,.capabilityIntro h2,.mobileCopy h2{overflow-wrap:anywhere;word-break:normal;text-wrap:balance;max-width:100%}.heroV2Title .heroTitleLine,.nightNoteTitle span{white-space:normal!important}.nightNoteTitle{padding:0 18px;max-width:1000px!important;font-size:clamp(33px,4vw,52px)!important;line-height:1.2!important}.nightConversation{max-width:min(790px,88%)}.chatCard,.chatCardV2{border-radius:18px}.profileGrid input,.profileGrid select,.profileTextarea{border-radius:9px!important}.startButton{border-radius:10px}.commentCard{border-radius:9px}.bubble{border-radius:13px 13px 13px 5px}.mine .bubble{border-radius:13px 13px 5px}.composer .attachButton,.composer .sendButton{border-radius:9px}.momentCard{border-radius:20px}.nightNote,.softGuide,.mobileSection{border-radius:26px}.capabilityGrid article{border-radius:18px}.roomHead{gap:18px;height:auto;min-height:82px;padding:12px 16px 12px 20px}.partnerIdentity{flex:1;align-items:center;min-width:0;gap:10px!important;display:flex!important}.partnerIdentity>div{align-items:baseline;gap:9px;min-width:0;display:flex}.roomHead .partnerIdentity strong{letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;line-height:1.1;overflow:hidden;font-size:21px!important}.roomHead .partnerIdentity small{white-space:nowrap;font-size:12px!important}.statusDot{flex:0 0 9px;width:9px;height:9px}.roomActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.roomActions button,.translationToggle{height:42px!important;box-shadow:none!important;border:0!important;border-radius:9px!important;padding:0 13px!important;font-size:12px!important;font-weight:780!important}.translationToggle{background:var(--surface2);color:var(--ink);cursor:pointer;white-space:nowrap;align-items:center;gap:7px;display:flex}.translationToggle input{display:none}.translationToggleIcon{font-size:14px}.translationToggle b{font-size:12px}.translationToggle i{background:#d9d0d4;border-radius:20px;width:28px;height:16px;margin-left:2px;transition:all .2s;position:relative}.translationToggle i:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.translationToggle.isOn{color:#76509c;background:#f0e9fa}.translationToggle.isOn i{background:#a86edf}.translationToggle.isOn i:after{transform:translate(12px)}.soundControl{align-items:center;gap:6px;display:flex;background:var(--surface2)!important;color:var(--muted)!important}.soundControl span{font-size:17px;font-weight:900}.soundControl em{font-size:11px;font-style:normal;font-weight:750}.soundControl.soundOn{color:var(--accent)!important;background:#fff0f4!important}.rematchButton{color:#d94f6b!important;background:#fff0f4!important}.leaveButton{color:#6e6267!important;background:#f3f0f1!important}.rematchButton span,.leaveButton span{font-size:15px}.rematchButton b,.leaveButton b{font-size:12px}.languageSwitch{align-items:center;gap:6px;height:36px;display:flex;border-radius:8px!important;padding:0 12px!important;font-size:11px!important}.languageSwitch span{font-size:13px}html[data-theme=dark] .translationToggle,html[data-theme=dark] .soundControl{background:#251a2e!important}html[data-theme=dark] .translationToggle.isOn{background:#34203f!important}html[data-theme=dark] .rematchButton{background:#34202f!important}html[data-theme=dark] .leaveButton{background:#272027!important}.commentPair{background:var(--surface);border-bottom:1px solid var(--line);gap:10px;padding:10px 14px 12px}.commentCard{min-height:110px;padding:14px 16px;box-shadow:none!important;background:#f6f3f6!important;border:0!important}.commentSelf{background:#fbf1f3!important}.commentCard header{align-items:flex-start;gap:9px;margin-bottom:8px;display:flex}.commentCard header>span{color:var(--accent);padding-top:1px;font-size:15px}.commentCard header>div{flex:1;align-items:baseline;gap:7px;min-width:0;display:flex}.commentCard header b{color:var(--muted);white-space:nowrap;font-size:13px}.commentCard header small{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:800;overflow:hidden}.commentSelf header,.commentSelf header>div{justify-content:flex-end}.commentCard p{max-height:104px;color:var(--ink);font-size:15px;line-height:1.55}html[data-theme=dark] .commentCard{background:#211923!important}html[data-theme=dark] .commentSelf{background:#25191f!important}.messages{padding:22px 20px!important}.bubbleRow{margin:5px 0!important}.messageWithMeta{flex-direction:column;align-items:flex-start;max-width:72%;display:flex}.mine .messageWithMeta{align-items:flex-end}.messageWithMeta .bubble{max-width:100%}.bubble{box-shadow:none!important;padding:9px 12px 6px!important}.bubble p{margin:0!important;font-size:14px!important;line-height:1.48!important}.bubble time{margin-top:3px!important;font-size:9px!important}.bubble b{font-size:11px!important}.readReceipt{color:#94898e;margin-top:3px;padding:0 2px;font-size:9px;line-height:1;display:block}.mine .readReceipt{text-align:right}.operatorMessage{text-align:left!important;justify-content:flex-start!important;margin:10px 0 15px!important}.operatorMessage .messageWithMeta{width:min(760px,94%);max-width:min(760px,94%);align-items:flex-start!important;margin-right:auto!important}.operatorMessage .bubble{color:#51494d!important;width:100%!important;max-width:none!important;box-shadow:none!important;text-align:left!important;background:#f2eff3!important;border:0!important;border-radius:9px!important;padding:14px 16px 11px!important}.operatorMessage .bubble b{color:#8b6673!important;margin-bottom:8px!important;font-size:12px!important}.operatorMessage .bubble p{white-space:pre-line;font-size:13px!important;line-height:1.7!important}.operatorMessage .bubble time{font-size:9px!important}html[data-theme=dark] .operatorMessage .bubble{color:#d7cad2!important;background:#251d28!important}.mediaMessageRow{flex-direction:column;max-width:72%;margin:8px 0 11px;display:flex}.mediaMessageRow.mine{align-items:flex-end;margin-left:auto}.mediaMessageRow.theirs{align-items:flex-start;margin-right:auto}.mediaMessageRow .protectedMedia{background:#171317;border-radius:9px;max-width:min(560px,68vw);margin:0;overflow:hidden}.mediaMessageRow .messageSideMeta{color:#968a90;align-items:center;gap:7px;margin-top:4px;padding:0 2px;font-size:9px;display:flex}.messageSideMeta time{font-size:9px}.protectedMediaError{flex-direction:column;gap:5px;min-width:260px;max-width:520px;min-height:112px;display:flex;color:#776b70!important;background:#f4f0f2!important;border-radius:9px!important;padding:18px!important}.protectedMediaError span{font-size:13px;font-weight:800}.protectedMediaError small{font-size:10px;line-height:1.55}.mediaWatermark,.mediaProtectionNote{border-radius:5px}.typingRow{color:#9a8f94;align-items:center;gap:8px;margin:7px 0 10px;font-size:10px;display:flex}.typingBubble{background:#f1edf3;border-radius:11px 11px 11px 4px;justify-content:center;align-items:center;gap:4px;min-width:46px;height:29px;padding:0 9px;display:flex}.typingBubble i{background:#9a8e9d;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite typingDot}.typingBubble i:nth-child(2){animation-delay:.15s}.typingBubble i:nth-child(3){animation-delay:.3s}@keyframes typingDot{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.translationBar{background:#f7f4f8;border-left:0;border-right:0;margin:0;padding:11px 15px;border-radius:0!important}.translationBar>span{font-size:17px}.translationBar>b{font-size:13px}.translationBar select{min-width:120px;font-size:13px}.translationBar small{font-size:11px}.mediaComposerNote{color:#81757b!important;padding:6px 17px 13px!important;font-size:12px!important}html[data-chat-active=true] .postChatContent{display:none!important}html[data-chat-active=true] .hero{padding-bottom:58px}html[data-chat-active=true] .liveStoryStats{margin-bottom:35px}.commandCenter{color:#e9edf1;background:#111318;border-radius:14px;margin:-4px 0 16px;padding:14px;box-shadow:0 20px 50px #080a0c29}.commandCenterHead{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px;display:flex}.commandCenterHead span{letter-spacing:.16em;color:#7e8b98;font-size:8px}.commandCenterHead h2{margin:2px 0 0;font-size:18px}.commandLegend{color:#95a1ab;align-items:center;gap:8px;font-size:9px;display:flex}.commandLegend i{border-radius:50%;width:7px;height:7px;margin-left:5px;display:inline-block}.onlinePin{background:#3fd29a}.waitingPin{background:#efb55a}.roomPin{background:#ba78ff}.commandCenterBody{grid-template-columns:1fr 170px;gap:10px;display:grid}.commandMap{background:radial-gradient(circle at 68% 46%,#5292ff1f,#0000 18%),linear-gradient(145deg,#171b22,#0f1217);border-radius:10px;height:330px;position:relative;overflow:hidden}.mapStatusCluster{flex-wrap:wrap;gap:7px;display:flex;position:absolute;bottom:15px;left:16px}.mapStatusCluster span{color:#9faab4;background:#07090cb3;border:1px solid #ffffff14;border-radius:7px;padding:7px 9px;font-size:9px}.mapStatusCluster b{color:#fff;margin-right:4px;font-size:13px}.commandRail{grid-template-rows:repeat(4,1fr);gap:7px;display:grid}.commandRail article{background:#191d24;border-radius:9px;align-content:center;padding:11px 12px;display:grid}.commandRail span{letter-spacing:.13em;color:#7f8c98;font-size:7px}.commandRail b{margin:3px 0;font-size:22px;line-height:1.05}.commandRail small{color:#77838d;font-size:8px}@media (max-width:1050px){.nightNoteTitle{font-size:clamp(31px,4.6vw,46px)!important}.roomHead{flex-direction:column;align-items:flex-start}.roomActions{justify-content:flex-start;width:100%}}@media (max-width:820px){.roomHead .partnerIdentity strong{font-size:19px!important}.roomActions button,.translationToggle{height:39px!important;padding:0 10px!important}.soundControl em{display:none}.commentPair{grid-template-columns:1fr;gap:7px}.commentCard{min-height:88px}.commentSelf header,.commentSelf header>div{justify-content:flex-start}.messageWithMeta{max-width:84%}.mediaMessageRow{max-width:86%}.mediaMessageRow .protectedMedia{max-width:76vw}.commandCenterBody{grid-template-columns:1fr}.commandRail{grid-template-rows:none;grid-template-columns:repeat(4,1fr)}.commandMap{height:270px}}@media (max-width:500px){.roomActions{gap:6px}.roomActions button,.translationToggle{padding:0 8px!important;font-size:10px!important}.translationToggle b{text-overflow:ellipsis;max-width:70px;overflow:hidden}.messageWithMeta{max-width:88%}.mediaMessageRow{max-width:92%}.nightNoteTitle{padding:0 4px;font-size:clamp(28px,7vw,39px)!important}.commandRail{grid-template-columns:1fr 1fr}}.headerLanguageButton{cursor:pointer;align-items:center;gap:6px;font-family:inherit;display:flex}.headerLanguageButton span{font-size:12px}.chatCardTop{justify-content:flex-start}html[data-chat-active=true] .heroV041>.heroAura,html[data-chat-active=true] .heroV041>.floatingSpark,html[data-chat-active=true] .heroV041>.whisper,html[data-chat-active=true] .heroV041>.heroV2Title,html[data-chat-active=true] .heroV041>.heroV2Lead,html[data-chat-active=true] .heroV041>.moodCloudSky,html[data-chat-active=true] .heroV041>.heroFoot{display:none!important}html[data-chat-active=true] .heroV041{padding-top:24px!important}.avatarSetup{background:#f7f4f5;align-items:center;gap:18px;margin:0 0 24px;padding:18px;display:flex}.avatarPicker{cursor:pointer;background:#eae3e6;border:0;border-radius:16px;flex:0 0 82px;width:82px;height:82px;padding:0;position:relative;overflow:hidden}.avatarPicker img{object-fit:cover;width:100%;height:100%;display:block}.avatarFallback{color:#9a737f;place-items:center;width:100%;height:100%;font-size:30px;font-weight:900;display:grid}.avatarCamera{color:#fff;background:#2f272b;border-radius:7px;place-items:center;width:24px;height:24px;font-size:11px;font-style:normal;display:grid;position:absolute;bottom:5px;right:5px}.avatarSetupCopy{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.avatarSetupCopy>b{width:100%;font-size:15px}.avatarSetupCopy>p{width:100%;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.avatarSetupCopy>button{color:#fff;cursor:pointer;background:#2f282c;border:0;border-radius:7px;height:32px;padding:0 11px;font-size:11px;font-weight:800}.avatarSetupCopy>.avatarRemove{color:#807278;background:#eee8ea}html[data-theme=dark] .avatarSetup{background:#201820}html[data-theme=dark] .avatarPicker{background:#302432}.partnerIdentity{gap:12px!important}.partnerAvatar{background:#f0e9ed;border-radius:13px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid;position:relative;overflow:visible}.partnerAvatar img{object-fit:cover;border-radius:13px;width:100%;height:100%}.partnerAvatar>span{color:#9d7180;font-size:20px;font-weight:900}.partnerAvatar .statusDot{border:2px solid var(--surface);background:#35c78f;border-radius:50%;position:absolute;bottom:-2px;right:-2px;width:11px!important;height:11px!important}.partnerNameBlock{align-items:baseline;gap:10px;min-width:0;display:flex}.roomHead .partnerNameBlock strong{letter-spacing:-.035em;font-size:27px!important;font-weight:900!important;line-height:1!important}.roomHead .partnerNameBlock small{font-size:13px!important}.composer .mediaPhotoButton{color:#ff5975!important;background:#f1ebee!important;border:0!important;flex:0 0 50px!important;place-items:center!important;width:50px!important;height:50px!important;display:grid!important}.photoGlyph{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.mediaUploadDots{letter-spacing:1px;font-size:22px;font-weight:900}html[data-theme=dark] .composer .mediaPhotoButton{color:#d86cff!important;background:#2a202d!important}.protectedMedia img{max-width:100%;height:auto}.protectedMediaError{background:#f4f0f2!important}.mediaMessageRow .protectedMedia{min-width:180px}@media (max-width:820px){.avatarSetup{gap:13px;padding:14px}.avatarPicker{border-radius:13px;flex-basis:68px;width:68px;height:68px}.roomHead .partnerNameBlock strong{font-size:23px!important}.partnerAvatar{flex-basis:46px;width:46px;height:46px}.partnerAvatar img{border-radius:11px}}@media (max-width:500px){.headerLanguageButton{padding:0 9px!important}.headerLanguageButton span{display:none}.avatarSetup{align-items:flex-start}.avatarSetupCopy>p{font-size:11px}.roomHead .partnerNameBlock strong{font-size:21px!important}.partnerNameBlock{gap:3px;display:grid}}.cropOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#171115b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cropModal{background:var(--surface);border-radius:16px;width:min(520px,96vw);padding:20px;box-shadow:0 30px 100px #00000040}.cropHead{justify-content:space-between;align-items:center;display:flex}.cropHead>div{align-items:center;gap:8px;display:flex}.cropHead span{color:var(--accent)}.cropHead b{font-size:17px}.cropHead>button{background:var(--surface2);border:0;border-radius:8px;width:34px;height:34px;font-size:20px}.cropModal>p{color:var(--muted);font-size:12px;line-height:1.6}.cropFrame{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 3px #ffffffe0}.cropZoom{align-items:center;gap:12px;font-size:12px;display:flex}.cropZoom input{flex:1}.cropActions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.cropActions button{background:var(--surface2);border:0;border-radius:8px;height:38px;padding:0 14px;font-weight:800}.cropActions .primary{background:var(--deep);color:#fff}.partnerAvatar.clickable{cursor:pointer}.avatarDrawerOverlay{z-index:9500;background:#140f1273;justify-content:flex-end;display:flex;position:fixed;inset:0}.avatarDrawer{background:var(--surface);flex-direction:column;gap:16px;width:min(480px,92vw);height:100%;padding:20px;display:flex;box-shadow:-24px 0 70px #00000029}.avatarDrawerHead{justify-content:space-between;align-items:center;display:flex}.avatarDrawerHead>div{gap:2px;display:grid}.avatarDrawerHead small{color:var(--muted);font-size:10px}.avatarDrawerHead b{font-size:22px}.avatarDrawerHead button{background:var(--surface2);border:0;border-radius:8px;width:38px;height:38px;font-size:22px}.avatarOriginal{background:#171317;flex:1;place-items:center;min-height:0;display:grid;overflow:hidden}.avatarOriginal img{object-fit:contain;max-width:100%;max-height:100%}.avatarDrawer>p{color:var(--muted);font-size:11px;line-height:1.6}.adminThumb{object-fit:cover;background:#17191d;border-radius:7px;width:72px;height:58px;display:block}.adminThumb.loading{color:#77818a;place-items:center;display:grid}.watchMessages>div:has(.adminThumb){grid-template-columns:76px 110px 1fr auto auto;align-items:center}.mediaConversationWrap{gap:7px;display:grid}.mediaConversationHead{border-top:1px solid #e5dfe3;justify-content:space-between;align-items:center;padding:10px 12px 4px;display:flex}.mediaConversationHead:first-child{border-top:0}.mediaConversationHead b{font-size:12px}.mediaConversationHead span{color:#8c8188;font-size:9px}.mediaAdminCard{grid-template-columns:76px 1fr auto!important}.mediaAdminCard>.adminThumb{width:70px;height:58px}.historyGrid{min-height:620px}.specialBadge{color:#d7a5ff!important;background:#24192d!important}.privateRoomList button:has(.specialBadge){background:#faf6ff}.commandMap .mapPending{color:#ffbf70}@media (max-width:700px){.watchMessages>div:has(.adminThumb){grid-template-columns:64px 1fr}.adminThumb{width:60px;height:48px}}.commandMap{height:440px!important}.commandCenterBody{align-items:stretch}.commandRail{min-height:440px}@media (max-width:820px){.commandMap{height:360px!important}.commandRail{min-height:0}}.messageLink{max-width:100%;color:var(--accent);overflow-wrap:anywhere;word-break:break-word;vertical-align:baseline;background:#7c5b6914;border-radius:6px;margin:2px 1px;padding:3px 7px;font-weight:760;text-decoration:none;display:inline-block}.messageLink:hover{background:#7c5b6921;text-decoration:underline}html[data-theme=dark] .messageLink{color:#dc88ff;background:#d76cff1c}.voiceRecordButton{color:#8e7d85;cursor:pointer;background:#f1ebee;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:50px;height:50px;padding:0 12px;transition:all .15s;display:flex}.voiceRecordButton svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.voiceRecordButton>span{font-variant-numeric:tabular-nums;font-size:11px;font-weight:850}.voiceRecordButton.isRecording{color:#d33f5b;background:#fff0f2;box-shadow:inset 0 0 0 1px #d33f5b1f}.voiceRecordButton.isRecording svg{animation:1.2s ease-in-out infinite voicePulse}@keyframes voicePulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}html[data-theme=dark] .voiceRecordButton{color:#b5a6b0;background:#2b222c}html[data-theme=dark] .voiceRecordButton.isRecording{color:#ff7993;background:#3a1d2a}.voiceMessagePlayer{background:#f3eef1;align-items:center;gap:10px;min-width:min(420px,68vw);padding:12px 13px;display:flex}.voiceMessagePlayer .voiceIcon{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:9px;display:grid}.voiceMessagePlayer audio{width:min(340px,58vw);height:34px}.protectedMedia.audio{background:0 0!important;min-width:0!important}.protectedMedia.audio .mediaWatermark,.protectedMedia.audio .mediaProtectionNote{display:none}html[data-theme=dark] .voiceMessagePlayer{background:#251d28}.reportButton{color:#8e616d!important;background:#f6f1f2!important}.reportButton>span{background:#e9d8dd;border-radius:50%;place-items:center;width:18px;height:18px;font-size:11px;font-weight:950;display:grid}.reportOverlay{z-index:9700;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1912167a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.reportModal{background:var(--surface);border-radius:14px;width:min(480px,95vw);padding:20px;box-shadow:0 30px 90px #0000003b}.reportHead{justify-content:space-between;align-items:center;display:flex}.reportHead>div{align-items:center;gap:8px;display:flex}.reportHead>div>span{color:#b74760;background:#f2dfe4;border-radius:50%;place-items:center;width:24px;height:24px;font-weight:900;display:grid}.reportHead b{font-size:18px}.reportHead button{background:var(--surface2);border:0;border-radius:7px;width:34px;height:34px;font-size:20px}.reportModal>p{color:var(--muted);font-size:12px;line-height:1.7}.reportModal select,.reportModal textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:8px;font-family:inherit}.reportModal select{height:43px;padding:0 10px}.reportModal textarea{resize:vertical;height:90px;margin-top:9px;padding:10px}.reportActions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.reportActions button{border:0;border-radius:8px;height:38px;padding:0 14px;font-weight:800}.reportActions .danger{color:#fff;background:#b94359}.topicCards{background:#f7f3f5;border-radius:10px;margin:14px 0 8px;padding:12px 13px}.topicCards>div:first-child{align-items:center;gap:6px;margin-bottom:8px;display:flex}.topicCards>div:first-child span{color:var(--accent)}.topicCards>div:first-child b{color:#84767d;font-size:11px}.topicCardRail{gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.topicCardRail button{color:#655a60;cursor:pointer;text-align:left;background:#fff;border:0;border-radius:8px;flex:none;max-width:260px;padding:8px 11px;font-size:11px;line-height:1.45;box-shadow:0 3px 12px #35222b0d}.topicCardRail button:hover{transform:translateY(-1px)}html[data-theme=dark] .topicCards{background:#211a23}html[data-theme=dark] .topicCardRail button{color:#d9cbd4;background:#2d2330}.opsStats{grid-template-columns:repeat(4,minmax(0,1fr))!important}.opsStats article{min-height:83px}.opsStats article strong{font-size:24px!important}.opsStats article small{color:#968b92;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:8px!important}.opsPeople article{min-width:0}.personTop{align-items:center;gap:6px;display:flex}.personTop>span{margin-right:auto}.personTop em{background:#f2eef0;border-radius:5px;place-items:center;width:22px;height:20px;font-size:10px;font-style:normal;font-weight:900;display:grid}.risk{letter-spacing:.06em;border-radius:4px;padding:4px 5px;font-style:normal;font-weight:900;font-size:7px!important}.risk.ok{color:#398160;background:#e8f5ef}.risk.watch{color:#9a6b18;background:#fff2d9}.risk.high{color:#b13c51;background:#fce5e8}.personMetrics{flex-wrap:wrap;gap:4px 8px;margin:4px 0;display:flex}.personMetrics span{color:#81767d;background:#f6f3f4;border-radius:4px;padding:3px 5px;font-size:8px}.commandMap.realMap{isolation:isolate;background:#111318!important;padding:0!important}.adminGeoMap{z-index:1;position:absolute;inset:0}.adminGeoMap .leaflet-container{background:#111318}.mapEmptyOverlay{z-index:500;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);color:#dbe2e8;text-align:center;pointer-events:none;background:#101216d1;border-radius:10px;width:min(380px,80%);padding:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mapEmptyOverlay b{margin-bottom:4px;font-size:13px;display:block}.mapEmptyOverlay span{color:#8e9aa5;font-size:9px;line-height:1.6}.commandMap.realMap .mapStatusCluster{z-index:600}.opsMapMarker{background:0 0;border:0}.opsMapMarker span{background:#a971e9;border:3px solid #ffffffe0;border-radius:50%;width:14px;height:14px;display:block;box-shadow:0 0 0 5px #a971e933,0 3px 12px #00000059}.opsPopup{gap:3px;min-width:160px;display:grid}.opsPopup b{font-size:13px}.opsPopup span{font-size:10px}.opsPopup small{color:#716a6e;font-size:8px}.commandCenterHead>div:first-child>small{color:#72808a;margin-top:3px;font-size:8px;display:block}.denseRail{grid-template-rows:repeat(4,1fr) auto!important}.railCountries{align-content:start!important;gap:5px!important}.railCountries small{display:block!important}.railCountries small b{margin-right:4px;font-size:11px!important}.alertNav em{color:#fff!important;background:#b63e55!important}.alertCenter{gap:12px;display:grid}.alertToolbar{background:#fff;border:1px solid #e3dde1;border-radius:11px;justify-content:space-between;align-items:flex-end;padding:14px 16px;display:flex}.alertToolbar>div:first-child{gap:2px;display:grid}.alertToolbar span{letter-spacing:.14em;color:#9a8d95;font-size:8px}.alertToolbar b{font-size:16px}.alertToolbar>div:last-child{gap:6px;display:flex}.alertToolbar button{background:#fff;border:1px solid #e0dade;border-radius:7px;height:32px;padding:0 10px;font-size:9px}.alertToolbar button.active{color:#fff;background:#2d272a;border-color:#2d272a}.alertList{gap:8px;display:grid}.alertCard{background:#fff;border-left:4px solid #c8c0c5;border-radius:8px;grid-template-columns:70px 1fr auto;align-items:center;gap:12px;padding:13px 14px;display:grid;box-shadow:0 6px 22px #20171c0a}.alertCard.warning{border-left-color:#d69a34}.alertCard.critical{border-left-color:#c64159}.alertCard.resolved{opacity:.55}.alertSeverity{justify-items:center;gap:4px;display:grid}.alertSeverity i{background:#a79ba2;border-radius:50%;width:10px;height:10px}.alertCard.warning .alertSeverity i{background:#d69a34}.alertCard.critical .alertSeverity i{background:#c64159}.alertSeverity span{letter-spacing:.08em;font-size:7px;font-weight:900}.alertBody{min-width:0}.alertBody>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.alertBody b{font-size:13px}.alertBody time{color:#91868d;font-size:8px}.alertBody p{color:#62585e;margin:4px 0;font-size:11px;line-height:1.55}.alertBody small{color:#968b92;font-size:8px}.alertActions{gap:5px;display:flex}.alertActions button{background:#fff;border:1px solid #ddd6da;border-radius:6px;height:31px;padding:0 8px;font-size:8px}.alertActions .resolve{color:#fff;background:#2e282b;border:0}.auditArea{gap:10px;display:grid}.auditToolbar{background:#fff;border:1px solid #e3dde1;border-radius:10px;justify-content:space-between;align-items:flex-end;gap:20px;padding:14px 16px;display:flex}.auditToolbar>div:first-child{gap:2px;display:grid}.auditToolbar span{letter-spacing:.14em;color:#978b92;font-size:8px}.auditToolbar b{font-size:15px}.auditToolbar small{color:#91868d;font-size:9px}.auditToolbar .searchBox{width:min(420px,45%)}.adminThumb.audioThumb{color:#f1d9eb;background:#2b222d;align-content:center;place-items:center;gap:1px;display:grid}.adminThumb.audioThumb span{font-size:18px}.adminThumb.audioThumb small{letter-spacing:.1em;font-size:6px}.leaflet-control-container{z-index:300;position:relative}.leaflet-popup-content-wrapper{border-radius:8px!important}.leaflet-control-zoom a{font-size:16px!important}@media (max-width:1050px){.opsStats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.alertCard{grid-template-columns:55px 1fr}.alertActions{grid-column:1/-1;justify-content:flex-end}.auditToolbar{flex-direction:column;align-items:stretch}.auditToolbar .searchBox{width:100%}}@media (max-width:700px){.voiceRecordButton{min-width:46px;padding:0 9px}.voiceRecordButton>span{display:none}.topicCardRail button{max-width:220px}.alertCard{grid-template-columns:1fr}.alertSeverity{grid-template-columns:auto auto;justify-content:start;justify-items:start}.opsStats{grid-template-columns:1fr 1fr!important}}.liveUserStrip{background:#fff;border:1px solid #e2dce0;border-radius:10px;margin:-4px 0 14px;overflow:hidden}.liveUserStripHead{border-bottom:1px solid #eee9ec;justify-content:space-between;align-items:flex-end;padding:10px 12px;display:flex}.liveUserStripHead>div{gap:1px;display:grid}.liveUserStripHead span{letter-spacing:.14em;color:#998d94;font-size:7px}.liveUserStripHead b{font-size:12px}.liveUserStripHead>small{color:#93888f;font-size:8px}.liveUserRows{grid-template-columns:repeat(2,minmax(0,1fr));max-height:210px;display:grid;overflow:auto}.liveUserRows>p{color:#91868d;padding:12px;font-size:10px}.liveUserRows>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0ecee;grid-template-columns:24px minmax(80px,1fr) 52px minmax(90px,1fr) 48px 42px;align-items:center;gap:7px;min-width:0;padding:8px 10px;display:grid}.liveUserRows>button:nth-child(odd){border-right:1px solid #f0ecee}.liveUserRows>button:hover{background:#faf8f9}.liveUserRows b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.liveUserRows em{letter-spacing:.05em;color:#806f78;font-size:7px;font-style:normal;font-weight:900}.liveUserRows small{color:#90858b;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.platformMini{background:#f0ecee;border-radius:5px;place-items:center;width:22px;height:20px;font-size:9px;font-weight:900;display:grid}@media (max-width:1100px){.liveUserRows{grid-template-columns:1fr}.liveUserRows>button:nth-child(odd){border-right:0}}@media (max-width:700px){.liveUserRows>button{grid-template-columns:24px 1fr 48px 70px}.liveUserRows>button small:nth-of-type(2),.liveUserRows>button>.risk{display:none}}@media (min-width:821px){.heroV041{padding-top:54px!important}.heroV041 .heroV2Title{gap:12px;display:grid;margin:0 auto 30px!important;line-height:1.02!important}.heroV041 .heroV2Title .heroTitleLine{line-height:1.02!important}}.capabilityTitle{gap:4px;display:grid}.capabilityTitle>span{white-space:nowrap;display:block}.capabilityGrid article>span{z-index:0;opacity:.22;position:absolute;top:10px;left:20px;letter-spacing:-.08em!important;color:var(--accent)!important;font-size:48px!important;font-weight:950!important;line-height:1!important}.capabilityGrid article .capIcon,.capabilityGrid article h3,.capabilityGrid article p{z-index:1;position:relative}.capabilityGrid article .capIcon{justify-content:start;place-items:center start;height:68px;font-size:38px}.mobileSectionFeatured{margin-top:15px!important;margin-bottom:55px!important}.mobileFeatureList{flex-wrap:wrap;gap:8px;margin:18px 0 2px;display:flex}.mobileFeatureList span{color:#f7edf2;background:#ffffff0f;border:1px solid #ffffff29;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750}.editorialPage{max-width:900px!important;padding-top:48px!important}.legalEyebrow{letter-spacing:.18em!important;color:var(--accent)!important;margin:42px 0 10px!important;font-size:10px!important;font-weight:900!important}.editorialPage h1{letter-spacing:-.055em!important;margin:8px 0 22px!important;font-size:clamp(38px,5.4vw,58px)!important;line-height:1.12!important}.editorialPage .legalLead{letter-spacing:-.015em;font-weight:560;color:var(--ink)!important;font-size:17px!important;line-height:1.95!important}.editorialPage section{scroll-margin-top:24px}.editorialPage h2{letter-spacing:-.035em!important;margin-top:56px!important;margin-bottom:14px!important;font-size:25px!important;line-height:1.4!important}.editorialPage h3{letter-spacing:-.02em;margin:28px 0 8px;font-size:18px;line-height:1.5}.editorialPage p,.editorialPage li{font-size:15px!important;line-height:2!important}.editorialPage p a:not(.guideCta){color:#c94c68;text-underline-offset:4px;text-decoration:underline}.articleToc{border:1px solid var(--line);background:var(--surface);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 22px;margin:35px 0 12px;padding:20px 22px;display:grid}.articleToc b{letter-spacing:.12em;color:var(--muted);grid-column:1/-1;margin-bottom:3px;font-size:11px}.articleToc a{color:var(--ink);border-bottom:1px solid color-mix(in srgb,var(--line) 60%,transparent);padding:4px 0;font-size:13px;line-height:1.55}.relatedGuides>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.relatedGuides a{border:1px solid var(--line);background:var(--surface);gap:5px;padding:18px;display:grid;text-decoration:none!important}.relatedGuides b{font-size:15px}.relatedGuides span{color:var(--muted);font-size:11px;line-height:1.6}html[data-theme=dark] .articleToc,html[data-theme=dark] .relatedGuides a{background:#19121e}@media (max-width:820px){.capabilityTitle>span{white-space:normal}.mobileSectionFeatured{margin-top:0!important;margin-bottom:35px!important}.editorialPage{padding:32px 18px 80px!important}.editorialPage .legalLead{font-size:15px!important}.articleToc{grid-template-columns:1fr;padding:16px}.relatedGuides>div{grid-template-columns:1fr}}.heroV041{padding-top:52px!important}.heroV041 .heroV2Title{display:grid;gap:16px!important;margin:0 auto 30px!important;line-height:1.14!important}.heroV041 .heroV2Title .heroTitleLine{line-height:1.08!important}.heroV041 .heroV2Lead{margin-top:0!important}.capabilityTitle{gap:8px!important}.capabilityGrid article{padding-top:92px!important}.capabilityGrid article>span{letter-spacing:-.04em!important;color:#ca6d8452!important;font-size:42px!important;line-height:1!important;top:18px!important;left:22px!important}html[data-theme=dark] .capabilityGrid article>span{color:#c18cff42!important}.capabilityGrid article:nth-child(2n)>span{color:#8c61d757!important}.guidePageTitle{text-wrap:balance;gap:8px;max-width:16ch;display:grid}.guidePageTitle span{display:block}@media (max-width:860px){.heroV041{padding-top:46px!important}.heroV041 .heroV2Title{gap:14px!important}.capabilityGrid article>span{font-size:34px!important}.guidePageTitle{max-width:100%}}.topReturnButton{border:1px solid var(--line);background:var(--surface);letter-spacing:.01em;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:12px;font-weight:800;transition:transform .15s,border-color .15s,background .15s;display:inline-flex;color:var(--ink)!important;text-decoration:none!important}.topReturnButton:hover{border-color:color-mix(in srgb,var(--ink) 28%,var(--line));transform:translateY(-1px)}.guidePageTitle{width:100%;text-wrap:initial!important;gap:9px!important;max-width:none!important;display:grid!important}.guidePageTitle>span{white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;display:block!important}.guidePageTitle>span:first-child{font-size:clamp(30px,5.2vw,58px)}.guidePageTitle>span:last-child{letter-spacing:-.06em;font-size:clamp(22px,4.1vw,48px)}@media (max-width:620px){.editorialPage .guidePageTitle{gap:7px!important;line-height:1.14!important}.guidePageTitle>span:first-child{font-size:clamp(24px,7.1vw,38px)}.guidePageTitle>span:last-child{letter-spacing:-.075em;font-size:clamp(16px,4.55vw,27px)}.topReturnButton{min-height:40px;padding:0 14px;font-size:11px}}
