:root{--bg: #0b0c10;--surface: #1f2833;--surface-hover: #2a3847;--border: #374151;--text: #c5c6c7;--text-muted: #8b949e;--accent: rgba(32, 58, 100, 1);--accent-hover: #2c4a7c;--danger: #ef4444;--danger-hover: #dc2626;--success: #22c55e}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .15s ease}input{font-family:inherit;font-size:14px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);outline:none}input:focus{border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-secondary{background:var(--surface-hover);color:#fff}.btn-secondary:hover{background:#354556}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-open{background:#22c55e26;color:var(--success)}.badge-closed{background:#ef444426;color:var(--danger)}.queue-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:10px}.queue-item.active{border-color:var(--accent);background:#45a29e14}.queue-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-hover);font-size:12px;font-weight:700;color:var(--text-muted);flex-shrink:0}.queue-item.active .queue-number{background:var(--accent);color:#f5f5f5}.empty-state{text-align:center;padding:48px 24px;color:var(--text-muted)}.yt-card{scroll-snap-align:start}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea{user-select:text;-webkit-user-select:text}html,body,#root{height:100%;overscroll-behavior:none}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}a{text-decoration:none;color:inherit}.page-home,.page-room{max-width:900;margin:0 auto;padding:16px}.page-home{max-width:720}.page-join{max-width:400;margin:auto;padding:16px;min-height:100dvh;display:flex;align-items:center;justify-content:center}.room-header{display:flex;align-items:baseline;justify-content:space-between;gap:12;flex-wrap:wrap;margin-bottom:16px}.room-header-name{font-size:16px;font-weight:600;color:var(--text)}.room-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}.room-error{margin-bottom:16px;padding:12px 16px;background:#ef44441f;border:1px solid rgba(239,68,68,.35);border-radius:10px;color:#fca5a5;font-size:14px;font-weight:500}.queue-list{margin-bottom:20px;padding-bottom:80px}.fab-add{position:fixed;bottom:max(24px,calc(env(safe-area-inset-bottom) + 12px));right:24px;width:56px;height:56px;border-radius:50%;background:var(--accent);font-size:28px;color:#f5f5f5;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00000059;border:none;z-index:50;cursor:pointer}.room-ended-overlay{position:fixed;inset:0;background:#000000d9;z-index:2000;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center}.room-ended-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.video-preview-overlay{position:fixed;inset:0;background:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;padding:12px}.video-preview-card{width:100%;max-width:720px;background:var(--surface);border-radius:12px;padding:12px;position:relative}.video-preview-close{position:absolute;top:8px;right:8px;background:var(--surface-hover);color:var(--text);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;padding:0;border:none;cursor:pointer}.video-preview-frame{position:relative;width:100%;padding-top:56.25%;border-radius:8px;overflow:hidden}.video-preview-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.big-picture-next-queue{position:absolute;left:max(24px,env(safe-area-inset-left));bottom:max(24px,env(safe-area-inset-bottom));z-index:60}.splash-screen{position:fixed;inset:0;background:var(--bg);display:flex;align-items:center;justify-content:center;z-index:3000}.join-room-split{display:flex;min-height:100dvh;width:100%;background:var(--bg)}.join-room-left{display:none;flex:.6;position:relative;overflow:hidden;background:#0a0a0b;border-right:1px solid var(--border);padding:48px 64px;flex-direction:column;justify-content:center}@media(min-width:768px){.join-room-left{display:flex}}.join-room-glow{position:absolute;top:-100px;left:-100px;width:400px;height:400px;border-radius:200px;background:#09168c26;filter:blur(60px)}.join-room-carousel{position:relative;max-width:520px;height:320px;display:flex;align-items:center}.join-room-slide{position:absolute;width:100%;transition:opacity .6s ease-in-out}.join-room-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:24px}.join-room-slide-title{font-size:42px;font-weight:700;line-height:1.1;margin:0 0 16px;color:#fff}.join-room-slide-desc{font-size:18px;color:var(--text-muted);line-height:1.6;margin:0}.join-room-dots{display:flex;gap:10px;margin-top:32px;z-index:10}.join-room-dot{height:8px;border-radius:4px;border:none;cursor:pointer;background:var(--border);transition:all .3s ease}.join-room-dot.active{width:32px;background:#203a64}.join-room-dot:not(.active){width:8px}.join-room-right{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:24px 16px;width:100%}@media(min-width:768px){.join-room-right{flex:1.4;padding:24px}}.join-room-form-card{width:100%;max-width:380px;text-align:left;height:95%;justify-content:center;display:flex;flex-direction:column}@media(min-width:768px){.join-room-form-card{width:95%}}@media(min-width:768px){.join-room-form-card{text-align:center}}.join-room-mobile-header-logo{clear:both;width:100%;height:5%}.join-room-mobile-header{text-align:center;margin-bottom:24px}.join-room-logo{height:36px;margin:0 auto 16px;display:block}@media(min-width:768px){.join-room-logo{height:40px;margin:0 auto 24px}}.join-room-heading{margin:0;font-size:44px;font-weight:800;line-height:1.1;color:#fff}.join-room-lead{color:var(--text-muted);margin:20px 0 0;font-size:14px}.join-room-google-wrap{display:flex;justify-content:center;margin-bottom:16px;width:100%}.join-room-google-wrap iframe{max-width:100%!important}.skeleton-thumb,.skeleton-text,.skeleton-btn{background:linear-gradient(90deg,var(--surface-hover) 25%,#2a3847 50%,var(--surface-hover) 75%);background-size:200% 100%;animation:skeletonShimmer 1.2s infinite linear}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.join-room-divider{display:flex;align-items:center;gap:12px;margin:12px 0 16px;color:var(--text-muted);font-size:12px}.join-room-divider:before,.join-room-divider:after{content:"";flex:1;height:1px;background:var(--border)}.join-room-form{display:flex;flex-direction:column;gap:16px}.join-room-field{display:flex;flex-direction:column;gap:6px;text-align:left}.join-room-field label{font-size:13px;font-weight:600;color:var(--text-muted)}.join-room-field input{width:100%;padding:10px 0;font-size:16px;border:none;border-bottom:1px solid var(--border);border-radius:0;background:transparent;color:var(--text);outline:none}.join-room-field input:focus{border-bottom-color:var(--accent)}.join-room-error{color:var(--danger);font-size:13px;text-align:left}.join-room-actions{display:flex;gap:10px;margin-top:8px}.join-room-back{flex:0 0 auto}.join-room-submit{flex:1;width:100%;padding:14px 16px;font-size:15px;border-radius:10px}.big-picture-paused-overlay{position:absolute;inset:0;background:#000000b8;z-index:150;display:flex;align-items:center;justify-content:center}.big-picture-paused-text{font-size:clamp(32px,6vw,80px);font-weight:800;letter-spacing:3px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5)}.big-picture-paused-overlay--leaderboard{flex-direction:column;justify-content:flex-end;padding:0;background:#0b0c10eb}.big-picture-paused-middle{height:65%;width:100%;display:flex;flex-direction:row}.big-picture-paused-left{flex:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;overflow-y:auto;background:#0b0c10b3}.big-picture-paused-right{flex:1;background:#0b0c10b3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border-left:1px solid rgba(255,255,255,.1)}.big-picture-paused-qr{width:min(20vw,220px);height:min(20vw,220px);border-radius:16px;background:#fff;padding:12px;margin-bottom:16px}.big-picture-paused-qr-text{font-size:clamp(16px,2vw,24px);font-weight:700;color:#fff;margin-bottom:6px;text-align:center}.big-picture-paused-qr-url{font-size:clamp(12px,1.2vw,16px);color:#fffc;word-break:break-all;max-width:90%;text-align:center}.big-picture-paused-bottom{height:35%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0b0c10b3;border-top:1px solid rgba(255,255,255,.08)}.big-picture-paused-logo{height:clamp(32px,5vh,56px);width:auto}.big-picture-paused-title{font-size:clamp(22px,3vw,36px);font-weight:700;color:#fff;margin-bottom:16px;text-align:center}.big-picture-leaderboard{width:100%;max-width:720px}.big-picture-leaderboard-row{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#ffffff0f;border-radius:14px;margin-bottom:10px}.big-picture-leaderboard-rank{font-size:clamp(18px,2.2vw,26px);font-weight:800;color:#4ecdc4;min-width:44px;text-align:center}.big-picture-leaderboard-avatar{width:clamp(36px,4vw,52px);height:clamp(36px,4vw,52px);border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.15)}.big-picture-leaderboard-info{flex:1;min-width:0;display:flex;flex-direction:column}.big-picture-leaderboard-name{font-size:clamp(16px,1.8vw,22px);font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.big-picture-leaderboard-reactions{font-size:clamp(12px,1.2vw,16px);color:#ffffffbf;display:flex;gap:10px;margin-top:2px}.big-picture-leaderboard-score{font-size:clamp(16px,1.8vw,22px);font-weight:700;color:#f5f5f5;min-width:64px;text-align:right}.big-picture-leaderboard-empty{text-align:center;color:#ffffffb3;font-size:clamp(16px,2vw,22px);padding:24px}@media(max-width:768px){.big-picture-paused-middle{flex-direction:column}.big-picture-paused-right{border-left:none;border-top:1px solid rgba(255,255,255,.1);flex:none;height:35%}.big-picture-paused-left{flex:none;height:65%}.big-picture-paused-qr{width:min(35vw,160px);height:min(35vw,160px)}.big-picture-leaderboard-row{gap:10px;padding:10px 12px}.big-picture-leaderboard-reactions{gap:8px}}.host-controls-pill{position:fixed;bottom:max(24px,calc(env(safe-area-inset-bottom) + 12px));left:16px;display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 10px;box-shadow:0 4px 14px #00000040;z-index:50}.host-control-btn{background:var(--surface-hover);color:var(--text);font-size:13px;font-weight:600;padding:8px 12px;border-radius:999px;border:none;cursor:pointer}.host-control-btn:hover{background:#354556}.big-picture-next-queue-label{font-size:12px;text-transform:lowercase;opacity:.7;margin-bottom:6px;letter-spacing:.2px}.big-picture-next-queue-row{display:flex;align-items:center;gap:10px}.big-picture-next-queue-avatar{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.big-picture-next-queue-info{display:flex;flex-direction:column;gap:2px}.big-picture-next-queue-title{font-size:16px;font-weight:700;line-height:1.2}.big-picture-next-queue-singer{font-size:13px;opacity:.75}.room-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--bg);border-radius:10px;border:1px solid var(--border);cursor:pointer}@media(max-width:480px){.room-header-logo{display:none}.card{padding:12px;border-radius:10px}button{padding:8px 12px;font-size:13px}input{padding:8px 10px;font-size:16px}.queue-item{flex-wrap:wrap;padding:10px 12px;gap:8px}.queue-number{width:24px;height:24px;font-size:11px}.empty-state{padding:32px 16px}}@keyframes floatUp{0%{transform:translateY(0) scale(.6);opacity:0}15%{transform:translateY(-30px) scale(1);opacity:1}to{transform:translateY(-220px) scale(.9);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes tickPop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.big-picture{position:relative;height:100dvh;width:100vw;overflow:hidden}.big-picture--centered{display:flex;align-items:center;justify-content:center;font-size:24px;padding:24px;text-align:center}.big-picture-intro{position:absolute;inset:0;padding:6dvh 6vw;transition:transform .8s cubic-bezier(.22,1,.36,1)}.big-picture-stage{position:relative;width:100%;height:100%}.big-picture-header{display:flex;align-items:center;justify-content:space-between}.big-picture-logo{width:145px;height:auto;opacity:.95}.big-picture-header-singer{display:flex;align-items:center;gap:12px;transition:all .6s cubic-bezier(.22,1,.36,1);pointer-events:none}.big-picture-header-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 4px 14px #0000001f}.big-picture-stage1{position:absolute;left:50%;top:48%;text-align:center;display:flex;flex-direction:column;align-items:center;width:100%;transition:all .7s cubic-bezier(.22,1,.36,1)}.big-picture-upnext{font-size:clamp(24px,4vw,56px);font-weight:500;margin-bottom:3dvh;opacity:.7}.big-picture-singer{display:flex;align-items:center;justify-content:center;gap:3vw;flex-wrap:wrap}.big-picture-singer-name{font-size:clamp(40px,8vw,140px);font-weight:700;line-height:1.1}.big-picture-singer-avatar{width:clamp(80px,14vw,220px);height:clamp(80px,14vw,220px);border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #0000001f}.big-picture-stage2{position:absolute;left:50%;top:50%;text-align:center;font-weight:700;transition:all .8s cubic-bezier(.22,1,.36,1);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2}.big-picture-countdown{position:absolute;bottom:max(24px,calc(env(safe-area-inset-bottom) + 12px));right:0}.countdown-ring{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.countdown-ring-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.big-picture-empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(32px,6vw,80px);opacity:.7}.big-picture-player{position:absolute;inset:0;background:#000;transition:transform .8s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;align-items:center;justify-content:center}.big-picture-player-frame{width:100vw;height:100vh;position:relative;overflow:hidden}.big-picture-player-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.big-picture-bubbles{position:absolute;bottom:0;right:0;width:35%;height:40%;pointer-events:none;overflow:hidden}.big-picture-bubble{position:absolute;bottom:20px;font-size:clamp(28px,4vw,56px);animation:floatUp 2.5s ease-out forwards}.big-picture-summary{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;animation:fadeIn .4s ease;padding:24px}.big-picture-summary-columns{display:grid;grid-template-columns:1fr;gap:24px;width:100%;max-width:1100px;align-items:start}@media(min-width:768px){.big-picture-summary-columns{grid-template-columns:1fr 1fr;gap:40px}}.big-picture-summary-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.big-picture-summary-title{font-size:clamp(24px,3.5vw,44px);font-weight:700;margin-bottom:20px;text-align:center}.big-picture-summary-grid{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}@media(min-width:768px){.big-picture-summary-grid{gap:40px}}.big-picture-summary-item{text-align:center}.big-picture-summary-emoji{font-size:clamp(40px,6vw,72px)}.big-picture-summary-count{font-size:clamp(22px,2.5vw,36px);font-weight:700;margin-top:4px}.big-picture-summary-label{font-size:clamp(12px,1.5vw,16px);color:var(--text-muted);margin-top:2px}.big-picture-leaderboard{width:100%;max-width:520px;display:flex;flex-direction:column;gap:10px}.big-picture-leaderboard-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px}.big-picture-leaderboard-rank{font-size:14px;font-weight:700;color:var(--text-muted);width:32px;text-align:center}.big-picture-leaderboard-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.big-picture-leaderboard-info{flex:1;min-width:0;text-align:left}.big-picture-leaderboard-name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.big-picture-leaderboard-reactions{font-size:12px;color:var(--text-muted);margin-top:2px;display:flex;gap:8px}.big-picture-leaderboard-score{font-size:16px;font-weight:700;color:#203a64;white-space:nowrap}.big-picture-leaderboard-empty{text-align:center;color:var(--text-muted);font-size:14px;padding:16px}.landing-page{position:relative;min-height:100dvh;overflow-x:hidden;background:var(--bg)}.landing-parallax-container{position:fixed;top:-15vh;left:-15vw;right:-15vw;bottom:-15vh;display:flex;flex-direction:column;justify-content:space-evenly;gap:3vh;opacity:.35;pointer-events:none;z-index:0}@media(max-width:640px){.landing-parallax-container{opacity:.2;gap:2vh}}.landing-hero-overlay{position:fixed;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(11,12,16,.85) 100%);z-index:1;pointer-events:none}.landing-content{position:relative;z-index:2;width:100%}.landing-header{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10dvh;padding:40px 16px 0;text-align:center}.landing-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50dvh;padding:20px 16px 40px;text-align:center}@media(max-width:480px){.landing-header{min-height:5dvh}.landing-hero{min-height:40dvh;padding:0 16px;text-align:center}}.landing-hero-inner{max-width:900px;display:flex;flex-direction:column;align-items:center;gap:20px}.landing-hero h1{font-size:clamp(32px,6vw,64px);font-weight:800;line-height:1.1;margin:0;color:var(--text)}.scribble-underline{position:relative;display:inline-block;color:#fff}.scribble-svg{position:absolute;left:-4px;right:-4px;bottom:-4px;width:calc(100% + 8px);height:10px;pointer-events:none}.landing-hero p{font-size:clamp(16px,2.5vw,22px);color:var(--text-muted);margin:0;max-width:640px;line-height:1.5}.landing-cta{background:#203a64cc;color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,background .2s ease;box-shadow:0 0 30px #09168c80}.landing-cta:hover{background:#203a64;transform:translateY(-1px)}.landing-section{width:100%;max-width:1000px;margin:0 auto 40px;padding:0 16px}.landing-section-title{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--text)}.landing-room-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#203a6414;border-radius:10px;margin-bottom:10px;border:1px solid var(--border)}.landing-room-row:hover{background:#203a6424}.landing-room-name{font-weight:700;font-size:15px;color:var(--text)}.landing-room-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.landing-features-grid{display:grid;grid-template-columns:1fr;gap:28px 24px;max-width:960px;margin:0 auto}@media(min-width:640px){.landing-features-grid{grid-template-columns:1fr 1fr}}@media(min-width:960px){.landing-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-feature-grid-item{display:flex;flex-direction:column;gap:10px}.landing-feature-grid-icon{width:28px;height:28px;color:#1c1fb7;flex-shrink:0}.landing-feature-grid-icon svg{width:100%;height:100%}.landing-feature-grid-text{font-size:15px;line-height:1.55;color:var(--text)}.landing-feature-grid-title{font-weight:700;color:var(--text)}.landing-feature-grid-desc{color:var(--text-muted)}.landing-footer-inner{margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}@media(min-width:768px){.landing-footer-inner{flex-direction:row;align-items:center;justify-content:space-between;background:#1f2937;padding:28px 250px;box-shadow:0 10px 30px #00000040;border:1px solid rgba(255,255,255,.06);text-align:left}}.landing-footer-left{display:flex;flex-direction:column;align-items:center;gap:12px}@media(min-width:768px){.landing-footer-left{align-items:flex-start}}.landing-footer-logo{height:36px}.landing-footer-copy{font-size:13px;color:var(--text-muted)}@media(min-width:768px){.landing-footer-copy{color:#9ca3af}}.landing-footer-right{display:flex;align-items:center}.landing-footer-tagline{font-size:14px;color:var(--text-muted)}@media(min-width:768px){.landing-footer-tagline{font-size:16px;color:#d1d5db}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.parallax-row{display:flex;width:max-content}.parallax-row .animate-marquee-right{animation:marquee-right linear infinite;display:flex;flex-direction:row;gap:16px;will-change:transform}.parallax-row.speed-1 .animate-marquee-right{animation-duration:30s}.parallax-row.speed-2 .animate-marquee-right{animation-duration:45s}.parallax-row.speed-3 .animate-marquee-right{animation-duration:35s}.parallax-row.speed-4 .animate-marquee-right{animation-duration:50s}.parallax-row.speed-5 .animate-marquee-right{animation-duration:40s}.parallax-row:nth-child(2n){margin-left:-80px}@media(max-width:640px){.parallax-row:nth-child(2n){margin-left:-40px}}.parallax-img{height:100%;width:100px;aspect-ratio:1 / 1;border-radius:8px;object-fit:cover;box-shadow:0 4px 15px #00000080}@media(min-width:640px){.parallax-img{width:150px;border-radius:12px}}.landing-room-list{display:flex;flex-direction:column;gap:10px}
