/* WatchTogether — warm dark surfaces, expressive type, quiet motion. */
:root{color-scheme:dark;--bg:#0d0c0c;--fg:#f3f1f1;--card:#161414;--surface:#1b1919;--surface-2:#222020;--muted:#9b9595;--muted-2:#6f6969;--primary:#ff827a;--primary-hover:#ff9b94;--on-primary:#21100e;--border:rgba(255,255,255,.095);--line:rgba(255,255,255,.055);--header:rgba(13,12,12,.78);--green:#91c8a4;--shadow:0 20px 60px #0005;--font:'Outfit',system-ui,-apple-system,sans-serif;--mono:'Space Mono',monospace}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--primary);outline-offset:5px}button{border:0}img,svg{vertical-align:middle}svg.icon{width:20px;height:20px;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.13}::selection{background:var(--primary);color:var(--on-primary)}[hidden]{display:none!important}.container{width:min(1180px,calc(100% - 80px));margin-inline:auto}.muted{color:var(--muted)}.coral{color:var(--primary)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-100px;left:20px;z-index:1000;background:var(--primary);color:var(--on-primary);padding:10px 20px;border-radius:8px}.skip-link:focus{top:10px}
.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:fixed;inset:0 0 auto;z-index:50;background:var(--header);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:border-color .25s}.site-header.scrolled{border-color:var(--border)}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:var(--primary);color:var(--on-primary);flex-shrink:0}.logo-mark svg{width:27px;height:27px;margin-left:-3px}.brand-type{font-size:25px;font-weight:750;line-height:1.05;letter-spacing:-1.2px}.brand-type small{display:block;font-size:8px;font-weight:500;letter-spacing:2.6px;color:var(--muted);margin-top:6px}.desktop-nav{display:flex;gap:30px;margin-left:35px}.desktop-nav a{font-size:13px;color:var(--muted);transition:color .2s}.desktop-nav a:hover{color:var(--fg)}.header-actions{display:flex;align-items:center;gap:17px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:7px;border-radius:9px;background:transparent;color:var(--muted);transition:background .2s,color .2s}.icon-button:hover{background:var(--surface-2);color:var(--fg)}.icon-button .icon{width:19px;height:19px}.header-divider{width:1px;height:24px;background:var(--border)}.profile-button{display:flex;align-items:center;gap:9px;background:transparent;text-align:left;padding:5px 0}.profile-button>.icon{width:14px;margin-left:5px;color:var(--muted)}.profile-copy strong{display:block;font-weight:500;font-size:12px;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-copy small{display:block;color:var(--muted);font-size:10px;margin-top:1px}.avatar{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0;border:2px solid var(--bg)}.avatar-small{width:33px;height:33px}.avatar-0{background:#eab5a8;color:#6a3329}.avatar-1{background:#b7c5ad;color:#374b35}.avatar-2{background:#cab7dc;color:#553b72}.avatar-3{background:#e6c699;color:#76502e}.avatar-4{background:#a9c8d6;color:#2e5b6f}.avatar-5{background:#e4afbd;color:#7b354a}.theme-moon{display:none}[data-theme=light] .theme-moon{display:initial}[data-theme=light] .theme-sun{display:none}
.hero{padding-top:82px;position:relative;overflow:hidden}.hero-inner{position:relative;padding-top:74px;padding-bottom:33px}.hero-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(20px);opacity:.9}.orb-one{width:920px;height:830px;top:-250px;left:18%;background:radial-gradient(ellipse,#8b3c2b17,transparent 65%);animation:drift 28s ease-in-out infinite}.orb-two{width:720px;height:720px;top:50px;right:-240px;background:radial-gradient(circle,#608ea50d,transparent 65%);animation:drift 34s ease-in-out infinite reverse}.hero-noise{position:absolute;inset:0;opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.6' filter='url(%23n)'/%3E%3C/svg%3E")}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:500;letter-spacing:2.1px;color:var(--muted);line-height:1.6}.live-dot{display:inline-block;height:6px;width:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #91c8a410;flex-shrink:0}.hero .eyebrow{font-size:9px;letter-spacing:2.5px}.hero h1{font-size:clamp(75px,9.8vw,132px);font-weight:650;letter-spacing:-8px;line-height:.99;margin-top:26px;position:relative;width:fit-content}.hero h1>span:not(.hero-asterisk){color:var(--primary)}.hero h1 .hero-asterisk{display:inline-block;color:var(--primary);position:absolute;left:calc(100% + 38px);top:44%;font-size:73px;font-weight:400;transform:rotate(-15deg);animation:star-turn 35s linear infinite}.hero-bottom{display:flex;align-items:flex-start;justify-content:space-between;margin-top:30px}.hero-bottom>p{font-size:17px;line-height:1.7;color:var(--muted);font-weight:350}.hero-note{display:flex;align-items:center;gap:15px;margin:7px 64px 0 30px;color:var(--muted);font-size:12px;line-height:1.6;position:relative;transform:rotate(-3deg)}.hero-note strong{font-weight:500;color:var(--fg)}.tiny-avatars{display:flex;padding-left:10px}.tiny-avatars .avatar{margin-left:-10px;width:37px;height:37px;border-width:3px}.hand-arrow{width:75px;position:absolute;top:46px;right:18px;color:var(--muted-2);transform:rotate(8deg)}.platform-strip{display:flex;align-items:center;gap:30px;margin-top:40px;padding-top:23px;border-top:1px solid var(--border)}.platform-label{font-size:8px;font-weight:500;letter-spacing:1.8px;color:var(--muted-2);margin-right:5px}.platform-brand{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:550;color:var(--muted)}.youtube-mark{display:inline-flex;width:23px;height:16px;border-radius:5px;background:#e74646;color:#fff;font-size:9px;justify-content:center;align-items:center;padding-left:1px}.file-mark{color:var(--muted)}.webm-mark{color:#a3bca8}.platform-more{margin-left:auto;font-size:11px;display:flex;gap:12px;align-items:center;color:var(--muted-2)}.platform-more .icon{width:14px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 20px;border-radius:9px;font-size:13px;font-weight:550;transition:background .2s,transform .2s,border-color .2s;line-height:1.35;white-space:nowrap}.button:active:not(:disabled){transform:scale(.98)}.button-primary{background:var(--primary);color:var(--on-primary);border:1px solid transparent}.button-primary:hover:not(:disabled){background:var(--primary-hover)}.button-secondary{background:var(--surface-2);color:var(--fg);border:1px solid var(--border)}.button-secondary:hover:not(:disabled){background:var(--surface);border-color:var(--muted-2)}.button-small{min-height:34px;padding:7px 12px;font-size:11px}.button-small .icon{width:14px;height:14px}.full-width{width:100%}.button .icon{width:17px;height:17px}.start-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}.start-card{position:relative;border:1px solid var(--border);border-radius:15px;padding:26px 28px 20px;overflow:hidden;background:var(--card)}.create-card{background:linear-gradient(120deg,#ff827a0a,transparent 80%),var(--card);border-color:#ff827a32}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.card-icon{display:flex;width:36px;height:36px;align-items:center;justify-content:center;background:#ff827a13;border:1px solid #ff827a22;border-radius:10px;color:var(--primary)}.card-icon.neutral{background:var(--surface-2);color:var(--muted);border-color:var(--border)}.pill{font-size:7px;letter-spacing:1.3px;padding:5px 8px;border-radius:4px;background:#ff827a0d;color:var(--primary)}.quiet-label{font-size:8px;letter-spacing:1.3px;color:var(--muted-2)}.start-card h2{font-size:25px;letter-spacing:-.8px;font-weight:550;margin-bottom:9px;position:relative;z-index:1}.start-card>p{font-size:13px;color:var(--muted);margin-bottom:24px;position:relative;z-index:1}.start-card>.button{position:relative;z-index:1;justify-content:space-between;padding-inline:18px}.card-footnote{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted-2);font-size:10px;margin-top:12px;min-height:16px}.card-footnote .icon{width:12px;height:12px;color:var(--muted)}.card-footnote .icon:not(:first-child){margin-left:10px}.card-decoration{position:absolute;right:12px;top:24px;transform:rotate(-12deg);opacity:.022;pointer-events:none}.card-decoration .icon{width:170px;height:170px}.join-input-wrap{display:flex;align-items:center;gap:10px;padding:4px 4px 4px 14px;background:var(--bg);border:1px solid var(--border);border-radius:9px;height:46px}.join-input-wrap>.icon{width:17px;color:var(--muted-2)}input,textarea{background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:8px;padding:12px 13px;outline:none;min-width:0;width:100%;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ff827a13}input::placeholder,textarea::placeholder{color:var(--muted-2);opacity:1}input{font-size:13px}.join-input-wrap input{border:0;background:none;box-shadow:none;padding:5px 0;font-size:12px}.join-input-wrap:focus-within{border-color:var(--primary)}.join-input-wrap .button{min-height:36px;height:36px;padding:7px 12px;font-size:12px}.join-input-wrap .button .icon{width:14px}.form-error{font-size:12px!important;color:var(--primary)!important;line-height:1.5!important;margin:10px 0!important}.form-error:empty{display:none}.reassurance{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted-2);font-size:10px;padding-top:25px}.reassurance .live-dot{width:4px;height:4px;box-shadow:none}.reassurance-line{width:1px;height:11px;background:var(--border);margin:0 10px}.reassurance>span:last-child{display:flex;align-items:center;gap:5px}.reassurance .icon{width:11px;height:11px}
.section{padding-top:110px;padding-bottom:10px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;gap:30px}.section-heading .eyebrow{font-size:8px;letter-spacing:2px;margin-bottom:15px}.section-heading h2,.faq-intro h2{font-size:44px;letter-spacing:-1.8px;font-weight:550;line-height:1.1}.section-heading>p,.section-heading>div>p{font-size:13px;line-height:1.8;color:var(--muted);max-width:360px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin:45px 0 40px}.steps article{display:flex;gap:18px;align-items:flex-start}.step-number{color:var(--primary);font-size:12px;font-family:var(--mono);padding-top:3px}.steps h3{font-size:17px;font-weight:500;margin-bottom:10px;letter-spacing:-.3px}.steps p{font-size:12px;line-height:1.8;color:var(--muted);max-width:260px}.demo-window{padding:6px;border-radius:15px;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow);overflow:hidden}.demo-window-bar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 15px 5px;color:var(--muted-2);font-size:9px;font-family:var(--mono)}.window-dots{display:flex;gap:6px}.window-dots i{width:6px;height:6px;background:var(--surface-2);border-radius:50%}.window-dots i:first-child{background:#a25e58}.window-dots i:nth-child(2){background:#9a8252}.window-dots i:nth-child(3){background:#668468}.demo-window-bar>.icon,.demo-window-bar span>.icon{width:10px;height:10px}.demo-live{font-family:var(--font);font-size:10px;display:flex;align-items:center;gap:7px}.demo-live .live-dot{width:4px;height:4px}.demo-body{display:grid;grid-template-columns:1fr 275px;gap:6px}.demo-video{min-height:355px;position:relative;border-radius:9px;overflow:hidden;color:#fff;background:#27303a}.landscape{position:absolute;inset:0;overflow:hidden;background:linear-gradient(#82989c,#c0ac95 49%,#615c52 50%,#344344)}.sun-disc{position:absolute;width:80px;height:80px;border-radius:50%;background:#f3d8a0;top:18%;left:57%;box-shadow:0 0 70px 30px #eec09330}.mountain{position:absolute;bottom:20%;left:-10%;width:120%;height:67%;clip-path:polygon(0 81%,12% 59%,22% 74%,37% 18%,45% 38%,52% 28%,63% 61%,75% 39%,92% 77%,100% 68%,100% 100%,0 100%);background:linear-gradient(125deg,#4e6866,#72837a 50%,#435653);filter:drop-shadow(0 20px 10px #000)}.mountain-back{left:0;bottom:28%;opacity:.65;transform:scaleX(-1);height:60%;background:#6f7b76}.mountain-front{bottom:7%;height:70%;background:linear-gradient(125deg,#253e3a 20%,#617169 45%,#243c39 60%)}.landscape::after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 45%,#102321cc)}.landscape-grain{position:absolute;inset:0;opacity:.1;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.demo-video-tag{position:absolute;top:20px;left:22px;font-size:7px;letter-spacing:2px;background:#0002;border:1px solid #ffffff20;padding:5px 8px;border-radius:4px}.demo-video-copy{position:absolute;bottom:70px;left:26px}.demo-video-copy small{font-size:7px;letter-spacing:2.7px;display:block;margin-bottom:9px;color:#fff9}.demo-video-copy strong{font-size:25px;letter-spacing:-.8px;font-weight:450}.demo-play{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff2;border:1px solid #fff5;backdrop-filter:blur(12px);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.demo-play:hover{background:#fff4}.demo-play .icon{width:24px;margin-left:3px}.demo-controls{position:absolute;bottom:0;inset-inline:0;height:46px;background:#07100d60;display:flex;align-items:center;gap:13px;padding:0 18px;font-size:8px;font-family:var(--mono)}.demo-controls .icon{width:13px;height:13px}.demo-controls>span{white-space:nowrap}.demo-controls>span span{color:#fff6}.demo-progress{height:2px;background:#fff3;flex:1;border-radius:3px}.demo-progress i{display:block;width:52%;height:2px;background:#ffa098}.demo-chat{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line);border-radius:9px;padding:17px 15px}.demo-chat-heading{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:500;margin-bottom:28px}.demo-chat-heading>span{font-size:8px;color:var(--green);font-weight:400}.demo-chat-message{display:flex;gap:8px;margin-bottom:20px}.demo-chat-message .avatar{width:24px;height:24px;font-size:9px;border:0}.demo-chat-message strong{display:block;font-size:9px;font-weight:500}.demo-chat-message small{font-size:7px;font-weight:400;margin-left:7px;color:var(--muted-2)}.demo-chat-message p{font-size:10px;color:var(--muted);margin-top:4px}.demo-system{font-size:8px;color:var(--muted-2);display:flex;align-items:center;gap:5px;justify-content:center;margin:auto 0 15px}.demo-system .icon{width:10px;height:10px}.demo-chat-input{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:6px;padding:10px;font-size:9px;color:var(--muted-2)}.demo-chat-input .icon{width:12px;height:12px}.demo-caption{text-align:center;font-size:9px;color:var(--muted-2);margin-top:16px}
.features-section{position:relative;padding-bottom:50px}.features-section::before{content:'';position:absolute;inset:65px 0 0;z-index:-1;background:linear-gradient(transparent,var(--line),transparent)}.section-heading.centered{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;margin-bottom:43px}.centered .eyebrow{margin-bottom:15px}.centered>p{margin-top:18px;max-width:600px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature-card{padding:27px 27px 23px;border-radius:12px;border:1px solid var(--border);background:var(--card);transition:transform .25s,border-color .25s}.feature-card:hover{transform:translateY(-4px);border-color:#ff827a40}.feature-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;color:var(--primary);background:#ff827a0a;border:1px solid #ff827a15;border-radius:10px;margin-bottom:24px}.feature-icon .icon{width:19px;height:19px}.feature-card h3{font-size:17px;font-weight:500;letter-spacing:-.3px;margin-bottom:12px}.feature-card p{color:var(--muted);font-size:12px;line-height:1.8;min-height:65px}.feature-tag{display:block;font-size:7px;letter-spacing:1.5px;color:var(--muted-2);margin-top:23px}.moments-section{padding-top:70px}.moment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.moment-card{position:relative;min-height:315px;border-radius:12px;padding:25px;overflow:hidden;border:1px solid #ffffff0b;display:flex;flex-direction:column;justify-content:space-between;color:#f5e9e4}.moment-date{background:#2d2022}.moment-friends{background:#252a22}.moment-music{background:#27232e}.moment-icon{position:relative;z-index:1;display:flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #ffffff15;border-radius:50%;background:#ffffff05;color:#fff8}.moment-icon .icon{width:15px;height:15px}.moment-card>div{position:relative;z-index:1}.moment-card small{font-size:7px;letter-spacing:1.6px;color:#ffffff70}.moment-card h3{font-weight:450;font-size:28px;letter-spacing:-.8px;margin-top:12px;margin-bottom:13px}.moment-card p{font-size:11px;color:#ffffff75}.moment-art{position:absolute;right:15px;top:10px;font-size:160px;line-height:1;font-weight:300;color:#ffb1a115;transform:rotate(-15deg)}.moment-friends .moment-art{color:#c9e6af18;font-size:180px;top:7px;right:-5px}.moment-music .moment-art{color:#c8b2ec16;right:22px}
.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-intro .eyebrow{font-size:8px;margin-bottom:14px}.faq-intro p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:20px}.faq-doodle{font-size:85px;font-weight:350;color:var(--primary);line-height:1;display:inline-block;transform:rotate(-15deg);margin:30px 0 0 35px;opacity:.55}.faq-list details{border-bottom:1px solid var(--border)}.faq-list details:first-child{border-top:1px solid var(--border)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;list-style:none;font-size:14px;font-weight:450;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{color:var(--muted-2)}.faq-list summary .icon{width:16px;height:16px;transition:transform .2s}.faq-list details[open] summary .icon{transform:rotate(45deg);color:var(--primary)}.faq-answer{font-size:12px;line-height:1.9;color:var(--muted);padding:0 27px 22px 0}.final-cta{position:relative;margin-top:110px;overflow:hidden;padding:65px 55px;border:1px solid #ff827a25;border-radius:16px;background:var(--card)}.final-cta .eyebrow{font-size:8px;letter-spacing:1.5px;position:relative;z-index:1}.final-cta .eyebrow .icon{width:14px;height:14px;color:var(--primary)}.final-cta h2{font-size:70px;font-weight:550;letter-spacing:-3.5px;line-height:1.03;margin-top:25px;position:relative;z-index:1}.final-cta h2>span{color:var(--primary)}.final-cta p{font-size:13px;color:var(--muted);margin:20px 0 25px;position:relative;z-index:1}.final-cta>.button{position:relative;z-index:1;min-width:245px;justify-content:space-between}.cta-note{display:block;color:var(--muted-2);font-size:9px;margin-top:12px;position:relative;z-index:1}.cta-star{font-size:350px;line-height:1;color:var(--primary);opacity:.65;position:absolute;right:85px;top:50px;transform:rotate(15deg)}.cta-orb{position:absolute;inset:-100px -200px -100px auto;width:850px;background:radial-gradient(ellipse,#ff827a0e,transparent 65%);pointer-events:none}.site-footer{padding-top:65px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:35px}.footer-top .brand-type{font-size:22px}.footer-top .logo-mark{width:30px;height:30px;border-radius:8px}.footer-top .logo-mark svg{width:23px}.footer-top p{font-size:11px;color:var(--muted);margin-top:13px}.footer-links{display:flex;gap:30px;font-size:11px;color:var(--muted)}.footer-links a:hover{color:var(--primary)}.footer-links .icon{width:13px;height:13px;margin-left:4px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding:20px 0 25px;font-size:9px;color:var(--muted-2)}.footer-bottom .coral{font-size:12px;margin-left:4px}
.modal{border:1px solid var(--border);background:var(--card);color:var(--fg);border-radius:20px;width:min(450px,calc(100% - 32px));padding:34px;box-shadow:0 30px 120px #0006;max-height:calc(100dvh - 40px);overflow:auto}.modal::backdrop{background:#080606a8;backdrop-filter:blur(8px)}.modal[open]{animation:modal-in .2s ease-out}.modal-close{position:absolute;right:13px;top:13px}.modal-symbol{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;color:var(--primary);background:#ff827a10;border:1px solid #ff827a22;margin-bottom:24px}.modal-symbol .icon{width:24px;height:24px}.modal>.eyebrow{font-size:8px;letter-spacing:1.6px;margin-bottom:10px}.modal h2{font-size:30px;font-weight:550;letter-spacing:-1px;overflow-wrap:anywhere}.modal>p{color:var(--muted);font-size:13px;margin:12px 0 24px}.modal label{display:block;font-size:12px;margin:17px 0 8px}.modal form>.button{margin-top:22px}.modal .optional{font-weight:400;font-size:10px;color:var(--muted-2);margin-left:5px}.modal-note{display:flex;justify-content:center;gap:6px;align-items:center;font-size:9px;color:var(--muted-2);margin-top:14px}.modal-note .icon{width:12px;height:12px}.input-help{display:block;font-size:10px;color:var(--muted);margin-top:10px;line-height:1.7}.modal-back{display:block;text-align:center;margin-top:18px;font-size:12px;color:var(--muted)}.toast-region{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);width:min(420px,calc(100% - 30px));z-index:100;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.toast{padding:13px 20px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--fg);box-shadow:var(--shadow);font-size:12px;animation:modal-in .2s ease-out}.toast.error{border-color:#ff827a60}.text-button{display:inline-flex;align-items:center;gap:6px;background:none;color:var(--muted);font-size:11px;padding:5px}.text-button:hover{color:var(--primary)}.text-button .icon{width:14px;height:14px}
/* Watch room */
.room-page .site-header{height:70px;border-color:var(--border);padding-inline:28px}.room-page .brand-type{font-size:22px}.room-page .logo-mark{width:33px;height:33px;border-radius:9px}.room-page .brand-type small{font-size:7px}.header-room{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);min-width:0;margin-inline:24px}.header-room>span:nth-child(2){max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-label{font-size:7px;letter-spacing:1px;border:1px solid var(--border);padding:4px 6px;border-radius:4px;color:var(--muted-2)}.room-shell{width:min(1580px,calc(100% - 64px));margin:auto;padding-top:100px}.room-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.back-link{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:var(--muted-2);margin-bottom:12px}.back-link .icon{width:12px;height:12px;transform:rotate(180deg)}.room-topbar h1{font-size:24px;font-weight:500;letter-spacing:-.6px;display:flex;gap:14px;align-items:center;overflow-wrap:anywhere}.room-label{font-size:9px;letter-spacing:0;color:var(--muted);display:inline-flex;align-items:center;gap:4px;font-weight:400;white-space:nowrap}.room-label .icon{width:10px;height:10px}.invite-button{font-size:11px;min-height:39px;padding:9px 13px}.invite-button>.icon{width:14px;height:14px}.code-badge{font-family:var(--mono);font-size:9px;border-left:1px solid var(--border);padding-left:11px;margin-left:3px;color:var(--primary)}.room-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.watch-column{min-width:0}.player-shell{background:#0a0909;aspect-ratio:16/9;border-radius:13px 13px 0 0;border:1px solid var(--border);border-bottom:0;overflow:hidden;position:relative}.player-stage{position:absolute;inset:0;background:#000}.player-stage iframe,.player-stage video,.player-stage>div{width:100%;height:100%;border:0}.player-stage video{object-fit:contain}.player-stage iframe{pointer-events:none}.player-shell.can-control .player-stage iframe{pointer-events:auto}.player-shell:fullscreen{border-radius:0;aspect-ratio:auto;width:100%;height:100%}.player-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(ellipse at 50% 40%,#ff827a08,transparent 65%),#100e0e;color:#f3f1f1;padding:20px}.empty-orbit{width:120px;height:100px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.empty-orbit>span{transform:rotate(-9deg);position:relative;z-index:2}.empty-orbit .logo-mark{width:52px;height:52px;border-radius:15px;background:#ff827a;color:#251512;box-shadow:0 8px 40px #ff827a15}.empty-orbit .logo-mark svg{width:37px;height:37px}.empty-orbit i{position:absolute;width:120px;height:120px;border:1px solid #ff827a0c;border-radius:50%}.empty-orbit i:last-child{width:170px;height:170px}.player-empty>.eyebrow{font-size:7px;letter-spacing:1.8px;color:#8e8585;z-index:1}.player-empty h2{font-size:31px;font-weight:500;letter-spacing:-1px;margin:13px 0 12px}.player-empty p{font-size:12px;line-height:1.8;color:#9b9595}.player-empty>.button{margin-top:23px;min-height:39px;font-size:11px;background:#ff827a;color:#251512}.player-supported{display:flex;align-items:center;gap:9px;font-size:8px;color:#736b6b;margin-top:17px}.player-supported .youtube-mark{width:16px;height:12px;font-size:6px;opacity:.6;border-radius:3px}.playback-bar{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--border);border-radius:0 0 12px 12px;background:var(--card)}.playback-bar .icon-button{width:29px;height:29px;padding:5px}.playback-bar .icon{width:15px;height:15px}.time-label{font-family:var(--mono);font-size:9px;color:var(--muted);white-space:nowrap}.playback-bar input[type=range]{padding:0;height:3px;border:0;accent-color:var(--primary);border-radius:3px;background:var(--surface-2);cursor:pointer;flex:1;box-shadow:none}.play-gate{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;background:#0009;color:#ddd}.play-gate>span{font-size:11px}.now-playing{display:flex;justify-content:space-between;align-items:center;padding:23px 0 26px;gap:15px}.now-playing .eyebrow{font-size:7px;letter-spacing:1.6px;color:var(--muted-2)}.now-playing h2{font-size:16px;font-weight:450;letter-spacing:-.2px;margin-top:7px;overflow-wrap:anywhere}.sync-status{display:flex;align-items:center;gap:7px;font-size:9px;color:var(--green);white-space:nowrap}.sync-status.offline{color:var(--primary)}.sync-status.offline .live-dot{background:var(--primary)}.sync-status .live-dot{width:4px;height:4px}.playlist-panel{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;border-bottom:1px solid var(--border);gap:10px}.panel-heading h2{font-size:13px;font-weight:450;display:flex;align-items:center;gap:9px}.panel-heading h2>.icon{color:var(--muted);width:16px;height:16px}.count-badge{min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;font-size:8px;color:var(--muted);padding:0 4px}.playlist{max-height:345px;overflow:auto}.playlist-empty{display:flex;align-items:center;justify-content:center;gap:16px;padding:35px 15px}.playlist-empty>.icon{width:29px;height:29px;color:var(--muted-2);opacity:.5}.playlist-empty p{font-size:12px;color:var(--muted)}.playlist-empty p span{font-size:10px;color:var(--muted-2)}.playlist-item{display:flex;align-items:center;gap:12px;padding:12px 15px;border-bottom:1px solid var(--line)}.playlist-item:last-child{border-bottom:0}.playlist-item.current{background:#ff827a07}.playlist-thumb{width:75px;aspect-ratio:16/9;object-fit:cover;background:var(--surface-2);border-radius:5px;flex-shrink:0}.playlist-thumb-fallback{display:flex;align-items:center;justify-content:center;color:var(--muted)}.playlist-item-main{min-width:0;flex:1;background:none;padding:0;text-align:left;display:flex;gap:12px;align-items:center;cursor:pointer}.playlist-item-main:disabled{opacity:1;cursor:default}.playlist-text{min-width:0}.playlist-text strong{display:block;font-weight:450;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-text small{display:flex;align-items:center;gap:5px;color:var(--muted-2);font-size:8px;margin-top:4px}.playlist-item.current .playlist-text small{color:var(--primary)}.playlist-item.current .playlist-text small .icon{width:10px;height:10px}.playlist-item>.icon-button{width:28px;height:28px}.playlist-item>.icon-button .icon{width:13px;height:13px}.room-tips{display:flex;align-items:flex-start;gap:8px;color:var(--muted-2);font-size:10px;padding:15px 4px;line-height:1.8}.room-tips>.icon{width:13px;height:13px;margin-top:2px}.social-panel{display:flex;flex-direction:column;height:690px;max-height:calc(100dvh - 195px);min-height:480px;background:var(--card);border:1px solid var(--border);border-radius:13px;overflow:hidden;position:sticky;top:95px}.social-tabs{display:flex;border-bottom:1px solid var(--border);padding:0 13px;gap:20px;flex-shrink:0}.social-tab{position:relative;display:flex;align-items:center;gap:7px;padding:18px 2px 15px;background:none;color:var(--muted-2);font-size:11px;border-bottom:2px solid transparent;white-space:nowrap}.social-tab>.icon{width:14px;height:14px}.social-tab.active{border-color:var(--primary);color:var(--fg)}#unread-badge{width:5px;height:5px;border-radius:50%;background:var(--primary)}.chat-panel{display:flex;flex-direction:column;flex:1;min-height:0}.chat-welcome{text-align:center;padding:25px 18px 0;flex-shrink:0}.welcome-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--surface-2);color:var(--muted);margin-bottom:13px}.welcome-icon .icon{width:16px;height:16px}.chat-welcome h3{font-size:14px;font-weight:450;margin-bottom:7px;letter-spacing:-.2px}.chat-welcome p{color:var(--muted-2);font-size:10px}.chat-divider{display:flex;align-items:center;gap:8px;margin-top:25px;margin-bottom:13px;font-size:6px;letter-spacing:1.2px;color:var(--muted-2)}.chat-divider::before,.chat-divider::after{content:'';height:1px;background:var(--border);flex:1}.messages{flex:1;overflow:auto;min-height:70px;padding:3px 16px 12px;scrollbar-width:thin;scrollbar-color:var(--surface-2) transparent}.chat-message{display:flex;gap:9px;margin:13px 0 17px;animation:modal-in .15s ease-out}.chat-message>.avatar{width:26px;height:26px;font-size:10px;border:0}.message-content{min-width:0;flex:1}.message-meta{display:flex;gap:7px;align-items:baseline;margin-bottom:5px}.message-meta strong{font-weight:500;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.message-meta small{font-size:8px;color:var(--muted-2)}.message-content p{font-size:12px;line-height:1.7;color:var(--muted);overflow-wrap:anywhere;white-space:pre-wrap}.chat-message.mine .message-meta strong{color:var(--primary)}.chat-form{padding:10px 13px 12px;flex-shrink:0}.chat-input-wrap{display:flex;align-items:center;gap:6px;padding:5px 6px 5px 10px;border:1px solid var(--border);background:var(--bg);border-radius:9px}.chat-input-wrap:focus-within{border-color:var(--primary)}.chat-input-wrap textarea{resize:none;max-height:90px;min-height:30px;font-size:11px;border:0;background:none;box-shadow:none;padding:6px 0;line-height:1.7}.send-button{display:flex;align-items:center;justify-content:center;height:29px;width:29px;border-radius:7px;background:var(--primary);color:var(--on-primary);flex-shrink:0}.send-button .icon{width:13px;height:13px}.chat-form>span{display:block;text-align:center;font-size:7px;color:var(--muted-2);margin-top:8px}.social-bottom{display:flex;align-items:center;justify-content:center;gap:6px;border-top:1px solid var(--border);padding:11px;font-size:8px;color:var(--muted-2);flex-shrink:0}.social-bottom .icon{width:10px;height:10px}.people-panel{flex:1;overflow:auto;padding:22px 18px}.people-intro h3{font-size:14px;font-weight:450;margin-bottom:8px}.people-intro p{font-size:10px;color:var(--muted-2);margin-bottom:23px}.member-row{display:flex;gap:9px;align-items:center;margin-bottom:18px}.member-copy{min-width:0;flex:1}.member-copy strong{font-size:12px;font-weight:450;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-copy small{font-size:9px;color:var(--muted-2)}.member-row>.live-dot{width:5px;height:5px}.people-panel>.button{font-size:11px;margin-top:8px;min-height:37px}.room-settings{border-top:1px solid var(--border);padding-top:23px;margin-top:27px}.room-settings>.eyebrow{font-size:7px;letter-spacing:1.3px}.switch-row{position:relative;display:flex;align-items:center;gap:10px;justify-content:space-between;margin-top:17px;cursor:pointer}.switch-row strong{display:block;font-weight:450;font-size:11px}.switch-row small{display:block;color:var(--muted-2);font-size:9px;margin-top:4px}.switch-row input{position:absolute;opacity:0;width:35px;height:22px;right:0}.switch-ui{width:32px;height:18px;background:var(--surface-2);border-radius:20px;border:1px solid var(--border);position:relative;flex-shrink:0;pointer-events:none}.switch-ui::before{content:'';position:absolute;top:2px;left:2px;width:12px;height:12px;background:var(--muted);border-radius:50%;transition:transform .2s}.switch-row input:checked+.switch-ui{background:var(--primary)}.switch-row input:checked+.switch-ui::before{transform:translateX(14px);background:var(--on-primary)}.switch-row input:focus-visible+.switch-ui{outline:2px solid var(--primary);outline-offset:4px}.room-bottom{display:flex;align-items:center;justify-content:space-between;margin:13px 0 25px;padding-top:15px;border-top:1px solid var(--border)}.room-bottom>span{display:flex;align-items:center;gap:8px;font-size:9px;color:var(--muted-2)}.room-bottom .logo-mark{width:19px;height:19px;border-radius:5px;opacity:.55}.room-bottom .logo-mark svg{width:14px;height:14px;margin-left:-1px}.invite-code{font-family:var(--mono);font-size:37px;text-align:center;letter-spacing:10px;background:var(--bg);border:1px dashed var(--border);padding:20px 5px 20px 15px;border-radius:12px;color:var(--primary)}.invite-link-wrap{display:flex;align-items:center;gap:5px}.invite-link-wrap input{font-size:11px}.error-page{min-height:85vh;padding:150px 25px 70px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.error-page h1{font-weight:550;font-size:48px;letter-spacing:-2px;margin:20px 0}.error-page p{max-width:450px;color:var(--muted);margin-bottom:30px}
@keyframes drift{0%,100%{transform:translate(-3%,-2%)}50%{transform:translate(4%,3%)}}@keyframes star-turn{to{transform:rotate(345deg)}}@keyframes fade-up{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fade-up .7s cubic-bezier(.25,1,.5,1) both}.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}
@media(min-width:1600px){.room-layout{grid-template-columns:minmax(0,1fr) 370px}.social-panel{height:800px}.player-empty h2{font-size:38px}.player-empty p{font-size:14px}.player-empty>.button{font-size:13px}.empty-orbit{margin-bottom:35px}}
@media(max-width:1100px){.container{width:calc(100% - 60px)}.hero h1{letter-spacing:-6px}.hero-note{margin-right:25px}.desktop-nav{gap:22px;margin-left:0}.site-header{padding-inline:30px}.demo-body{grid-template-columns:1fr 245px}.demo-video{min-height:315px}.hero h1 .hero-asterisk{font-size:58px;left:calc(100% + 25px)}.feature-card{padding:23px}.feature-card h3{font-size:16px}.feature-card p{min-height:85px}.moment-card{padding:22px;min-height:290px}.moment-card h3{font-size:25px}.faq-section{gap:55px}.cta-star{font-size:280px;right:40px;top:90px}.room-shell{width:calc(100% - 40px)}.room-layout{grid-template-columns:minmax(0,1fr) 300px;gap:16px}.player-empty .empty-orbit{height:65px;transform:scale(.8);margin-bottom:12px}.player-empty h2{font-size:25px;margin:10px 0}.player-empty p{font-size:10px}.player-empty>.button{margin-top:15px;min-height:34px;padding:8px 13px;font-size:10px}.player-empty>.eyebrow{font-size:6px;letter-spacing:1px}.player-supported{margin-top:12px;font-size:7px}.social-tabs{gap:15px}.room-topbar h1{font-size:21px}.room-label{display:none}.now-playing{align-items:flex-start}.sync-status{font-size:8px}.now-playing h2{font-size:14px}}
@media(max-width:800px){.site-header{height:72px;padding-inline:22px}.desktop-nav{display:none}.container{width:calc(100% - 44px)}.hero{padding-top:72px}.hero-inner{padding-top:55px}.hero h1{font-size:90px;letter-spacing:-5px}.hero h1 .hero-asterisk{font-size:45px;left:calc(100% + 24px)}.hero-note{display:none}.hero-bottom>p{font-size:15px}.platform-strip{gap:20px;margin-top:30px}.platform-label{font-size:7px;max-width:75px;line-height:1.7}.platform-brand{font-size:13px}.platform-more{display:none}.start-card{padding:22px 20px 18px}.start-card h2{font-size:22px}.start-card>p{font-size:12px;min-height:38px}.pill{font-size:6px;letter-spacing:.7px}.quiet-label{font-size:7px}.card-top{margin-bottom:20px}.join-input-wrap{gap:6px;padding-left:10px}.join-input-wrap>.icon{display:none}.join-input-wrap .button{font-size:11px;padding:6px 10px}.join-input-wrap .button .icon{display:none}.join-input-wrap input{font-size:10px}.card-footnote{font-size:8px}.section{padding-top:80px}.section-heading h2,.faq-intro h2{font-size:36px;letter-spacing:-1.4px}.section-heading>p{font-size:11px}.steps{gap:20px;margin-top:30px}.steps article{gap:12px}.steps h3{font-size:15px}.steps p{font-size:11px}.demo-body{grid-template-columns:1fr 210px}.demo-video{min-height:290px}.demo-chat{padding:14px 11px}.demo-chat-heading{font-size:10px}.demo-chat-heading>span{font-size:7px}.demo-chat-message{gap:6px}.demo-chat-message p{font-size:9px}.demo-video-copy strong{font-size:20px}.demo-video-copy{left:20px}.demo-controls{gap:8px;padding-inline:12px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card p{min-height:65px}.moment-grid{gap:12px}.moment-card{padding:19px;min-height:270px}.moment-card h3{font-size:22px}.moment-card p{font-size:10px}.moment-card small{font-size:6px;letter-spacing:1px}.moment-art{font-size:130px;top:18px}.moment-friends .moment-art{font-size:150px}.faq-section{gap:35px;grid-template-columns:.7fr 1fr}.faq-list summary{font-size:12px;padding:17px 0}.faq-answer{font-size:11px}.faq-intro p{font-size:11px}.final-cta{margin-top:80px;padding:45px 35px}.final-cta h2{font-size:58px;letter-spacing:-2.5px}.cta-star{font-size:210px;right:20px;top:100px;opacity:.35}.footer-links{gap:18px;font-size:10px}.footer-bottom{font-size:8px}.header-room{display:none}.room-layout{grid-template-columns:minmax(0,1fr)}.social-panel{height:470px;min-height:0;max-height:none;position:static}.room-shell{padding-top:94px}.room-topbar{margin-bottom:20px}.player-empty .empty-orbit{transform:scale(1);height:95px;margin-bottom:20px}.player-empty h2{font-size:30px}.player-empty p{font-size:12px}.player-empty>.button{font-size:12px;min-height:40px;margin-top:20px}.player-empty>.eyebrow{font-size:7px}.player-supported{font-size:9px}.chat-welcome{padding-top:20px}.chat-welcome .welcome-icon{display:none}.chat-welcome .chat-divider{margin-top:15px}.room-bottom{margin-top:25px}.social-tab{padding-block:17px}.now-playing{align-items:center}.messages{padding-inline:20px}.chat-message{margin-block:12px}.room-page .site-header{padding-inline:20px}}
@media(max-width:560px){.container{width:calc(100% - 36px)}.site-header{padding-inline:18px;height:68px}.brand-type{font-size:23px}.logo-mark{width:34px;height:34px;border-radius:10px}.brand-type small{font-size:7px;letter-spacing:2.2px}.header-actions{gap:10px}.profile-copy{display:none}.profile-button>.icon{display:none}.header-divider{height:20px}.avatar-small{width:31px;height:31px}.hero{padding-top:68px}.hero-inner{padding-top:45px;padding-bottom:25px}.hero .eyebrow{font-size:7px;letter-spacing:1.55px;gap:7px}.hero h1{font-size:clamp(58px,15.4vw,82px);letter-spacing:-3.5px;line-height:1.02;margin-top:23px}.hero h1 .hero-asterisk{font-size:32px;left:calc(100% + 12px);top:50%}.hero-bottom{margin-top:23px}.hero-bottom>p{font-size:13px;line-height:1.8;font-weight:400}.desktop-only{display:none}.platform-strip{gap:16px;padding-top:18px;margin-top:25px;flex-wrap:wrap;row-gap:12px}.platform-label{max-width:none;flex-basis:100%;font-size:6px;letter-spacing:1.6px}.platform-brand{font-size:12px;gap:6px}.platform-brand .icon{width:16px;height:16px}.youtube-mark{width:21px;height:15px;font-size:8px}.start-section{grid-template-columns:1fr;gap:13px}.start-card{padding:22px}.start-card h2{font-size:25px}.start-card>p{min-height:0;font-size:12px;margin-bottom:22px}.card-top{margin-bottom:18px}.pill{font-size:7px;letter-spacing:.8px}.quiet-label{font-size:8px}.card-footnote{font-size:9px}.join-input-wrap{padding-left:12px;gap:9px}.join-input-wrap>.icon{display:block;width:15px}.join-input-wrap input{font-size:12px}.join-input-wrap .button{font-size:12px;padding-inline:12px}.join-input-wrap .button .icon{display:initial;width:13px}.reassurance{font-size:8px;flex-wrap:wrap;gap:7px;padding-top:20px;line-height:1.7}.reassurance-line,.reassurance>span:last-child{display:none}.section{padding-top:66px}.section-heading{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}.section-heading .eyebrow{font-size:7px;letter-spacing:1.7px;margin-bottom:13px}.section-heading h2,.faq-intro h2{font-size:34px;letter-spacing:-1.35px}.section-heading>p{font-size:12px}.section-heading>p br{display:none}.steps{grid-template-columns:1fr;gap:22px;margin:28px 0}.steps article{gap:18px}.step-number{font-size:11px}.steps h3{font-size:17px;margin-bottom:6px}.steps p{font-size:12px;max-width:none;line-height:1.75}.demo-body{grid-template-columns:1fr}.demo-chat{display:none}.demo-video{min-height:235px}.demo-video-copy strong{font-size:19px}.demo-video-tag{font-size:6px;left:16px;top:15px}.demo-video-copy{left:17px;bottom:61px}.demo-video-copy small{font-size:6px;letter-spacing:1.9px}.demo-window-bar{padding-inline:8px;font-size:7px;height:33px}.demo-live{font-size:7px}.window-dots{gap:4px}.window-dots i{width:5px;height:5px}.demo-play{width:45px;height:45px;top:42%}.demo-play .icon{width:20px}.demo-caption{font-size:8px;line-height:1.7;padding-inline:10px}.features-section{padding-bottom:0}.centered .eyebrow{font-size:7px}.section-heading.centered{margin-bottom:28px}.centered>p{font-size:12px;margin-top:16px;max-width:300px}.feature-grid{gap:10px}.feature-card{padding:19px 16px;border-radius:10px}.feature-icon{width:33px;height:33px;border-radius:9px;margin-bottom:20px}.feature-icon .icon{width:17px;height:17px}.feature-card h3{font-size:16px;line-height:1.25;margin-bottom:9px}.feature-card p{font-size:11px;line-height:1.75;min-height:95px}.feature-tag{font-size:6px;letter-spacing:.8px;margin-top:18px}.moment-grid{grid-template-columns:1fr;gap:12px}.moment-card{min-height:220px;padding:23px}.moment-card h3{font-size:28px;line-height:1.08;margin:10px 0}.moment-card h3 br{display:none}.moment-card p{font-size:12px}.moment-card small{font-size:7px}.moment-art{font-size:190px;right:15px;top:0}.moment-friends .moment-art{font-size:220px;right:5px;top:0}.moment-music .moment-art{right:30px;top:10px}.moment-icon{width:32px;height:32px}.faq-section{grid-template-columns:1fr;gap:27px}.faq-intro p{font-size:12px;margin-top:15px}.faq-doodle{display:none}.faq-list summary{font-size:13px;padding:19px 0}.faq-answer{font-size:12px}.final-cta{margin-top:60px;padding:35px 26px}.final-cta .eyebrow{font-size:6px;letter-spacing:.85px;gap:6px}.final-cta h2{font-size:51px;letter-spacing:-2.5px;margin-top:23px}.final-cta p{font-size:12px;margin:18px 0 23px}.final-cta>.button{min-width:0;width:100%;font-size:12px;min-height:45px}.cta-star{font-size:170px;right:-48px;top:95px;opacity:.12}.cta-note{text-align:center;font-size:8px}.site-footer{padding-top:40px}.footer-top{flex-direction:column;align-items:flex-start;gap:27px;padding-bottom:25px}.footer-links{gap:20px;flex-wrap:wrap;font-size:11px;row-gap:15px}.footer-bottom{flex-direction:column;gap:9px;font-size:8px;padding-block:20px}.modal{padding:29px 24px}.modal h2{font-size:27px}.modal>p{font-size:12px}.modal-symbol{width:43px;height:43px;border-radius:12px;margin-bottom:20px}.modal-note{font-size:8px}.room-shell{width:calc(100% - 28px));width:calc(100% - 28px);padding-top:90px}.room-page .site-header{height:66px;padding-inline:15px}.room-topbar{align-items:flex-start;gap:10px;flex-direction:column}.room-topbar>div{width:100%}.back-link{margin-bottom:8px}.room-topbar h1{font-size:22px}.invite-button{min-height:34px;padding:7px 10px;font-size:10px;align-self:flex-start}.invite-button>.icon{width:12px;height:12px}.code-badge{font-size:8px}.player-shell{aspect-ratio:16/10}.player-empty{padding:15px}.player-empty .empty-orbit{height:40px;transform:scale(.6);margin:0 0 10px}.player-empty .empty-orbit i{display:none}.player-empty>.eyebrow{display:none}.player-empty h2{font-size:23px;margin:9px 0}.player-empty p{font-size:10px;line-height:1.6}.player-empty>.button{min-height:32px;font-size:10px;padding:7px 12px;margin-top:12px}.player-supported{display:none}.playback-bar{gap:5px;padding:7px 6px}.playback-bar .icon-button{width:26px;height:26px}.playback-bar .icon{width:14px;height:14px}.time-label{font-size:7px}.now-playing{padding:20px 1px;gap:10px}.now-playing h2{font-size:13px;margin-top:7px}.now-playing .eyebrow{font-size:6px}.sync-status{font-size:7px;gap:5px}.panel-heading{padding:13px 12px}.panel-heading h2{font-size:12px;gap:6px}.panel-heading .button{font-size:10px;min-height:31px;padding:6px 9px}.room-tips{font-size:9px;padding-inline:2px}.social-panel{height:480px;border-radius:11px}.social-tabs{padding-inline:18px;gap:25px}.social-tab{font-size:12px}.playlist-item{padding-inline:12px}.playlist-thumb{width:65px}.playlist-text strong{font-size:11px}.room-bottom>span{font-size:8px;gap:6px}.room-bottom .text-button{font-size:10px}.invite-code{font-size:30px;letter-spacing:8px}.play-gate>span{font-size:9px}.play-gate>.button{font-size:11px;min-height:38px}.error-page h1{font-size:37px}.error-page p{font-size:13px}}
@media(max-width:360px){.hero h1{font-size:56px;letter-spacing:-3px}.hero h1 .hero-asterisk{left:calc(100% + 7px);font-size:25px}.hero .eyebrow{font-size:6px;letter-spacing:1.1px}.feature-grid{grid-template-columns:1fr}.feature-card p{min-height:0}.feature-card h3{font-size:18px}.feature-tag{font-size:7px}.feature-card{padding:23px}.start-card{padding:20px 18px}.start-card h2{font-size:23px}.join-input-wrap input{font-size:10px}.platform-strip{gap:13px}.platform-brand{font-size:11px}.player-empty p{display:none}.player-empty h2{margin-bottom:5px}.final-cta h2{font-size:45px}.profile-button{padding:0}}
.player-error{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:25px;text-align:center;background:#100e0ef5;color:#c8bdbb;font-size:12px;z-index:2}.player-error .icon{color:#ff827a;width:30px;height:30px}.player-error p{max-width:360px}.player-error a{font-size:11px;color:#ff827a;text-decoration:underline}.player-stage iframe{pointer-events:none!important}.player-shell:fullscreen .play-gate{background:#0008}
.player-frame:fullscreen{display:flex;flex-direction:column;background:#000;width:100%;height:100%}.player-frame:fullscreen .player-shell{flex:1;aspect-ratio:auto;border-radius:0;border:0;min-height:0}.player-frame:fullscreen .playback-bar{border-radius:0;flex-shrink:0;padding:12px 20px}
.start-section.download-only{grid-template-columns:1fr}.start-section.admin-start{grid-template-columns:1fr 1fr}.app-card{background:linear-gradient(120deg,#ff827a0a,transparent 80%),var(--card)}.app-download-actions{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.app-download-actions .button{flex:1;min-width:160px;justify-content:center;gap:10px}.app-download-actions .button .icon:first-child{width:16px;height:16px}
@media(max-width:800px){.start-section.admin-start{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.fade-up{opacity:1}}
