:root{--strawberry:#ff6584;--strawberry-glow:#ff658466;--strawberry-light:#ffe5ea;--cozy-brown:#5d4037;--cozy-latte:#d7ccc8;--dream-violet:#8e24aa;--dream-indigo:#3949ab;--dream-glow:#8e24aa4d;--bg-gradient-pink:linear-gradient(135deg, #ffe5ec 0%, #ffc2d1 100%);--bg-gradient-dream:linear-gradient(135deg, #1f1a3a 0%, #0d0b18 100%);--text-dark:#374151;--text-light:#f9fafb;--text-muted:#6b7280;--glass-bg:#ffffffb8;--glass-border:#ffffff73;--glass-shadow:0 8px 32px 0 #ff65841a;--card-radius:24px;--font-romantic:"Pacifico", cursive;--font-sans:"Quicksand", sans-serif;--font-heading:"Outfit", sans-serif;box-sizing:border-box}*,:before,:after{box-sizing:inherit}html,body{width:100%;height:100%;font-family:var(--font-sans);color:var(--text-dark);background:var(--bg-gradient-pink);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;margin:0;padding:0;overflow:hidden}.heart-cursor{background-color:var(--strawberry);pointer-events:none;z-index:9999;border-radius:50% 50% 0 0;width:15px;height:15px;display:none;position:fixed;top:0;left:0;transform:rotate(-45deg)}.heart-cursor:after{content:"";background-color:var(--strawberry);border-radius:50%;width:15px;height:15px;position:absolute;top:0;left:7.5px}@media (pointer:fine){.heart-cursor{display:block}}.heart-particle{pointer-events:none;z-index:9999;font-size:20px;animation:.8s ease-out forwards floatUpFade;position:fixed}@keyframes floatUpFade{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-80px)scale(.5)}}#app{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.game-scene{opacity:0;visibility:hidden;flex-direction:column;width:100%;height:100%;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;display:flex;position:absolute;top:0;left:0;overflow:hidden}.game-scene.active-scene{opacity:1;visibility:visible;z-index:10}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--card-radius);box-shadow:var(--glass-shadow);padding:24px}.scene-overlay-header{z-index:100;pointer-events:none;width:calc(100% - 40px);position:absolute;top:20px;left:20px}.scene-tag{background:var(--strawberry);color:var(--text-light);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 10px var(--strawberry-glow);border-radius:50px;padding:5px 12px;font-size:10px;font-weight:700;display:inline-block}.scene-title{font-family:var(--font-heading);color:var(--cozy-brown);text-shadow:0 2px 4px #ffffffa6;margin:8px 0 0;font-size:24px;font-weight:800}.three-canvas{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.scene-content{z-index:5;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.cute-btn{font-family:var(--font-heading);cursor:pointer;pointer-events:auto;border:none;border-radius:50px;outline:none;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 20px #00000014}.primary-btn{color:var(--text-light);background:linear-gradient(135deg,#ff6584 0%,#ff3b6b 100%);box-shadow:0 6px 20px #ff658459}.primary-btn:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 10px 24px #ff658480}.secondary-btn{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);color:var(--strawberry);border:2px solid var(--strawberry)}.secondary-btn:hover{background:var(--strawberry);color:var(--text-light);transform:translateY(-3px)}.cute-btn:active{transform:translateY(1px)}.sparkles{opacity:0;pointer-events:none;text-align:center;width:120%;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.6)}.cute-btn:hover .sparkles{opacity:1;transform:translate(-50%,-50%)scale(1.1)}.hidden-panel{display:none!important}.close-btn{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;font-size:24px;transition:color .3s;position:absolute;top:16px;right:16px}.close-btn:hover{color:var(--strawberry)}.flex-center{justify-content:center;align-items:center;display:flex}#intro-screen{background:radial-gradient(circle,#fff5f7 0%,#ffc2d1 100%);justify-content:center;align-items:center}.glow-bg{background:radial-gradient(circle, var(--strawberry-glow) 0%, transparent 70%);filter:blur(40px);z-index:1;border-radius:50%;width:320px;height:320px;animation:8s infinite alternate slowFloat;position:absolute}@keyframes slowFloat{0%{transform:translate(-30px,-30px)}to{transform:translate(30px,30px)}}.intro-card{z-index:5;text-align:center;flex-direction:column;align-items:center;width:88%;max-width:380px;animation:.8s cubic-bezier(.175,.885,.32,1.275) zoomFadeIn;display:flex}@keyframes zoomFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.avatar-ring{background:linear-gradient(135deg, var(--strawberry) 0%, #ffe5ea 100%);border-radius:50%;width:120px;height:120px;margin-bottom:20px;padding:6px;position:relative;box-shadow:0 8px 20px #ff658440}.vector-avatar-ph{background:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}.heart-badge{font-size:24px;animation:1s infinite alternate beat;position:absolute;bottom:0;right:0}@keyframes beat{0%{transform:scale(1)}to{transform:scale(1.18)}}.romantic-title{font-family:var(--font-romantic);color:var(--strawberry);text-shadow:0 2px 4px #0000000a;margin:0 0 10px;font-size:38px}.sweet-prompt{color:var(--text-dark);margin:0 0 24px;font-size:15px;line-height:1.6}#scene-1{background:#ffe3eb}.interactive-anchor{pointer-events:auto;cursor:pointer;z-index:10;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:absolute}.interactive-anchor:hover{transform:translateY(-8px)scale(1.05)}.emoji-icon{filter:drop-shadow(0 4px 8px #0000001f);font-size:48px}.desk-journal{bottom:22%;left:18%}.desk-journal .item-glow{z-index:-1;background:radial-gradient(circle,#ffffffd9 0%,#0000 75%);border-radius:50%;width:80px;height:80px;animation:2s infinite glowPulse;position:absolute;top:-16px;left:-16px}@keyframes glowPulse{0%{opacity:.4;transform:scale(.9)}50%{opacity:.8;transform:scale(1.25)}to{opacity:.4;transform:scale(.9)}}.floating-polaroid{top:25%;right:15%;transform:rotate(6deg);box-shadow:0 10px 25px #00000014}.polaroid-wrapper{background:#fff;border:1px solid #e2dcd3;border-radius:4px;padding:10px 10px 20px}.polaroid-photo{background:#f3f4f6;border-radius:2px;width:120px;height:120px;overflow:hidden}.placeholder-love{justify-content:center;align-items:center;display:flex;background:linear-gradient(135deg,#ffe5ea 0%,#ffc2d1 100%)!important}.placeholder-love span{font-size:38px}.polaroid-photo img{object-fit:cover;width:100%;height:100%}.polaroid-caption{font-family:var(--font-romantic);text-align:center;color:var(--text-dark);margin-top:10px;font-size:13px}.glow-phone{background:#27272a;border:3px solid #71717a;border-radius:12px;width:65px;height:130px;padding:4px;animation:3s infinite alternate phoneRing;bottom:20%;right:32%;transform:rotate(-15deg);box-shadow:0 0 18px #ff658459,0 8px 16px #00000026}.phone-screen{background:#18181b;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.tinder-pill{width:32px;height:32px;box-shadow:0 0 8px var(--strawberry-glow);background:linear-gradient(135deg,#ff6584 0%,#ff3b6b 100%);border-radius:50%;justify-content:center;align-items:center;display:flex}.tinder-logo{color:#fff;font-size:16px}@keyframes phoneRing{0%,90%{transform:rotate(-15deg)translateY(0)}92%{transform:rotate(-12deg)translateY(-2px)}94%{transform:rotate(-18deg)translateY(0)}96%{transform:rotate(-12deg)translateY(-2px)}98%{transform:rotate(-18deg)translateY(0)}to{transform:rotate(-15deg)translateY(0)}}.tinder-modal-overlay,.match-modal-overlay,.journal-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex;position:absolute;top:0;left:0}.tinder-card-wrapper{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:330px;padding:14px;display:flex;box-shadow:0 20px 45px #00000026}.tinder-card-wrapper *{pointer-events:auto}.tinder-header{justify-content:center;align-items:center;margin-bottom:10px;display:flex}.tinder-logo-small{margin-right:4px;font-size:20px}.tinder-title{font-family:var(--font-heading);color:var(--strawberry);letter-spacing:-.5px;font-size:20px;font-weight:800}.tinder-main-card{background:#f9fafb;border-radius:16px;flex-direction:column;flex-grow:1;display:flex;position:relative;overflow:hidden}.tinder-photo-container{aspect-ratio:1;border-radius:16px 16px 0 0;width:100%;position:relative;overflow:hidden}.tinder-portrait{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.placeholder-love-tinder{justify-content:center;align-items:center;display:flex;background:linear-gradient(135deg,#ffe5ea 0%,#ffc2d1 100%)!important}.tinder-fallback-heart{font-size:70px;animation:1s infinite alternate beat}.tinder-badge-stamp{font-family:var(--font-heading);opacity:0;border:4px solid;border-radius:6px;padding:3px 10px;font-size:24px;font-weight:800;transition:opacity .1s;position:absolute;top:15px;transform:rotate(-15deg)}.tinder-badge-stamp.like{color:#10b981;border-color:#10b981;right:15px;transform:rotate(15deg)}.tinder-badge-stamp.nope{color:#ef4444;border-color:#ef4444;left:15px}.tinder-details{text-align:left;padding:12px 14px}.tinder-details h3{font-family:var(--font-heading);margin:0 0 4px;font-size:18px;font-weight:700}.online-dot{background:#10b981;border-radius:50%;width:8px;height:8px;margin-left:4px;display:inline-block}.tinder-bio{color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.tinder-actions{justify-content:space-evenly;gap:10px;margin-top:12px;display:flex}.tinder-btn{cursor:pointer;border:none;border-radius:50%;width:50px;height:50px;font-size:20px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 10px #00000014}.tinder-btn:hover{transform:scale(1.12)}.btn-nope{color:#ef4444;background:#fff;border:1px solid #f3f4f6}.btn-super{color:#3b82f6;background:#fff;border:1px solid #f3f4f6}.btn-like{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.match-card{text-align:center;width:100%;max-width:360px;padding:24px;animation:.8s cubic-bezier(.175,.885,.32,1.275) zoomFadeIn}.match-title{font-family:var(--font-romantic);color:var(--strawberry);margin:0;font-size:32px}.match-desc{color:var(--text-dark);margin:10px 0 20px;font-size:15px}.match-avatars{justify-content:center;align-items:center;gap:16px;margin-bottom:20px;display:flex}.avatar-holder{border:3px solid #fff;border-radius:50%;width:80px;height:80px;overflow:hidden;box-shadow:0 6px 14px #0000001a}.user-avatar{background:var(--cozy-brown);justify-content:center;align-items:center;display:flex}.avatar-ph{color:#fff;letter-spacing:.5px;font-size:15px;font-weight:700}.panseh-avatar-ring{background:var(--strawberry-light)}.cute-popup-note{border:1px dashed var(--strawberry);text-align:left;background:#fffc;border-radius:16px;min-height:70px;margin-bottom:20px;padding:14px;font-size:14px;line-height:1.55}.pulsing-glow{animation:2s infinite glowPulseRing;box-shadow:0 0 #ff658466}@keyframes glowPulseRing{0%{box-shadow:0 0 #ff6584b3}70%{box-shadow:0 0 0 12px #ff658400}to{box-shadow:0 0 #ff658400}}.journal-card{background:#fbf8f3;width:100%;max-width:440px;padding:24px;animation:.5s cubic-bezier(.175,.885,.32,1.1) slideUp;position:relative;box-shadow:0 20px 45px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.diary-page h3{font-family:var(--font-romantic);color:var(--cozy-brown);margin:0;font-size:22px}.diary-date{text-transform:uppercase;color:var(--text-muted);margin-top:4px;font-size:12px;font-weight:700}.handwritten-text{font-family:var(--font-sans);color:#4b382a;border-left:3px solid var(--strawberry);margin:16px 0;padding-left:10px;font-size:15px;line-height:1.65}.calendar-sketch{background:#fcfbfa;border:1px solid #e2d9cd;border-radius:8px;margin-top:16px;overflow:hidden}.cal-header{background:var(--cozy-brown);color:#fff;text-align:center;padding:6px;font-size:13px;font-weight:700}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;padding:10px;font-size:12px;display:grid}.cal-grid span{text-align:center;color:#7d6e5d;padding:3px}.circled-date{background:var(--strawberry-light);border:1px solid var(--strawberry);border-radius:50px;font-weight:700;color:var(--strawberry)!important}#scene-2{background:#efebe9}.cafe-table-overlay{z-index:50;pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;bottom:120px}.coffee-station{pointer-events:auto;background:radial-gradient(#8d6e6373 0%,#0000 75%);border-radius:100px;align-items:flex-end;gap:80px;padding:30px 50px;display:flex}.coffee-cup-wrapper{cursor:pointer;flex-direction:column;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.coffee-cup-wrapper:hover{transform:translateY(-10px)scale(1.06)}.cozy-coffee-cup{border:3px solid #fff;border-radius:0 0 32px 32px;width:70px;height:55px;position:relative;box-shadow:0 6px 16px #0000001f,inset 0 -4px 10px #0000000d}.latte-cup{background:#ffe5ea}.americano-cup{background:#b0bec5}.cup-handle{z-index:-1;background:0 0;border:3px solid #fff;border-radius:0 14px 14px 0;width:18px;height:28px;position:absolute;top:8px;right:-16px}.cup-handle-left{z-index:-1;background:0 0;border:3px solid #fff;border-radius:14px 0 0 14px;width:18px;height:28px;position:absolute;top:8px;left:-16px}.cup-liquid{border-radius:50%;justify-content:center;align-items:center;width:58px;height:16px;font-size:9px;font-weight:700;display:flex;position:absolute;top:2px;left:3px}.latte-surface{color:#ffe5ea;background:#d7ccc8;border:1px solid #efebe9;box-shadow:inset 0 2px 4px #0000001a}.americano-surface{color:#d7ccc8;background:#3e2723;border:1px solid #5d4037;box-shadow:inset 0 2px 4px #0003}.cup-label{color:var(--cozy-brown);font-family:var(--font-heading);pointer-events:none;white-space:nowrap;background:#fff;border:1px solid #0000000a;border-radius:50px;margin-top:12px;padding:5px 12px;font-size:12px;font-weight:800;box-shadow:0 4px 8px #00000014}.coffee-cup-wrapper:hover .cup-label{background:var(--strawberry);color:#fff;border-color:var(--strawberry)}.cup-steam-particles{justify-content:center;gap:10px;width:100%;display:flex;position:absolute;top:-26px}.cup-steam-particles span{opacity:0;filter:blur(1px);background:#fff;border-radius:50%;width:3px;height:16px;animation:2.5s linear infinite risingSteam}.cup-steam-particles span:nth-child(2){animation-delay:.8s}.cup-steam-particles span:nth-child(3){animation-delay:1.6s}@keyframes risingSteam{0%{opacity:0;transform:translateY(0)scaleX(1)}30%{opacity:.55}80%{opacity:.15}to{opacity:0;transform:translateY(-22px)scaleX(2)skew(8deg)}}.record-player{background:#111;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:5s linear infinite paused slowSpin;display:flex;bottom:24%;left:8%;box-shadow:0 8px 20px #00000040}.record-player.spinning{animation-play-state:running}.vinyl-disc{background:radial-gradient(circle,#ffe5ea 20%,#111 21%);border:3px double #333;border-radius:50%;width:62px;height:62px;position:absolute}.music-pin{z-index:5;color:#fff;font-size:20px}@keyframes slowSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scene-bottom-nav{z-index:100;pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;bottom:30px}.music-player-panel{z-index:500;pointer-events:auto;width:90%;max-width:310px;animation:.4s ease-out slideUp;position:absolute;bottom:120px;left:5%}.player-header{font-family:var(--font-heading);color:var(--cozy-brown);margin:0 0 5px;font-size:17px;font-weight:800}.teasing-note{color:var(--text-muted);margin:0 0 14px;font-size:12px;line-height:1.5}.music-widget{background:#fff;border:1px solid #e0d8cf;border-radius:12px;justify-content:center;align-items:center;padding:10px 12px;display:flex}.song-info{align-items:center;gap:10px;display:flex}.song-text{text-align:left;flex-direction:column;display:flex}.song-title{color:var(--text-dark);font-size:13px;font-weight:700}.song-artist{color:var(--text-muted);font-size:11px}.pinch-walk-overlay{z-index:800;pointer-events:auto;background:#111;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.walking-bg{z-index:1;background:linear-gradient(#1b172a 0%,#0d0a14 100%);width:300%;height:100%;transition:transform .2s ease-out;position:absolute}.city-skyline-parallax{opacity:.8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 300' fill='%23191326'%3E%3Cpath d='M0,300 H1000 V100 H950 V180 H900 V150 H820 V200 H780 V120 H700 V210 H650 V160 H600 V230 H550 V140 H450 V200 H400 V160 H350 V220 H300 V110 H220 V180 H180 V130 H100 V190 H50 V150 H0 Z'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:1000px 300px;width:100%;height:300px;position:absolute;bottom:0}.pinch-alert-card{z-index:100;text-align:center;width:90%;max-width:360px;padding:16px 20px;position:absolute;top:24px;left:50%;transform:translate(-50%)}.pinch-alert-card h3{color:var(--strawberry);margin:0 0 6px;font-size:18px}.pinch-alert-card p{margin:0 0 12px;font-size:12px}.progress-bar-container{background:#00000040;border-radius:50px;width:100%;height:8px;margin-bottom:6px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--strawberry) 0%, #ff8fa3 100%);width:0%;height:100%;transition:width .3s ease-out}.walk-status-text{color:var(--text-muted);font-size:11px;font-weight:700}.pinch-zone{z-index:50;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.pinch-indicator{z-index:1000;pointer-events:none;animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards popInPinch;position:absolute;transform:translate(-50%,-50%)scale(0)}.pinch-mark{color:#fff;white-space:nowrap;background:#ff6584f2;border-radius:50px;padding:5px 10px;font-size:11px;font-weight:800;box-shadow:0 0 12px #ff658480}.pinch-heart{text-align:center;margin-top:3px;font-size:24px}@keyframes popInPinch{0%{opacity:1;transform:translate(-50%,-50%)scale(0)}30%{transform:translate(-50%,-50%)scale(1.1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-90px)scale(.6)}}#scene-3{background:var(--bg-gradient-dream)}.dream-poetic-overlay{z-index:50;width:100%;height:100%;padding:16px;position:absolute;top:0;left:0}.dream-story-card{text-align:center;width:100%;max-width:420px;color:var(--text-light);pointer-events:auto;z-index:100;background:#19142dc7;border:1px solid #8e24aa66;padding:32px 24px;box-shadow:0 8px 32px #8e24aa40}.glowing-target-hand{cursor:pointer;transition:transform .3s}.target-hand-icon{font-size:52px;animation:2s infinite alternate gentlePulse;display:inline-block}@keyframes gentlePulse{0%{filter:drop-shadow(0 0 5px #ff658466);transform:scale(1)}to{filter:drop-shadow(0 0 16px #ff6584bf);transform:scale(1.1)}}.dream-story-card h3{font-family:var(--font-heading);color:#ff8fa3;margin:14px 0 6px;font-size:20px;font-weight:800}.dream-subtext{color:#c084fc;font-size:12px;font-weight:700}.poetic-dream-text{text-align:left;animation:.6s ease-in-out fadeIn}.dream-paragraph{color:#ffe5ea;margin:0;font-size:14px;line-height:1.75}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#scene-final{-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 100% 0,#ffe5ec 0%,#ffc2d1 100%);display:block;overflow-y:auto!important}.final-glow-bg{background:radial-gradient(circle, var(--strawberry-glow) 0%, transparent 65%);z-index:-1;filter:blur(50px);width:500px;height:500px;position:absolute;top:10%;right:10%}.dashboard-layout{pointer-events:auto;grid-template-columns:320px 1fr;gap:32px;width:92%;max-width:1000px;margin:32px auto;display:grid}.love-card{text-align:center;flex-direction:column;align-items:center;display:flex}.final-polaroid-side{background:#fff;border:1px solid #e2dcd3;border-radius:4px;width:100%;max-width:220px;padding:10px 10px 20px;transform:rotate(-3deg);box-shadow:0 10px 25px #00000014}.final-polaroid-side .polaroid-photo{width:100%;height:185px}.final-polaroid-side .polaroid-caption{margin-top:10px;font-size:13px}.stats-list{text-align:left;flex-direction:column;gap:10px;width:100%;display:flex}.stat-item{background:#ffffff73;border:1px solid #ffffff80;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.stat-emoji{font-size:16px}.stat-label{color:var(--text-dark);flex-grow:1;margin-left:8px;font-size:13px;font-weight:700}.stat-val{font-family:var(--font-heading);color:var(--strawberry);font-size:13px;font-weight:800}.letter-card{text-align:left;flex-direction:column;justify-content:center;display:flex}.letter-title{font-family:var(--font-romantic);color:var(--strawberry);margin:0 0 16px;font-size:32px}.letter-content-scroll{color:#4b382a;padding-right:8px;font-size:15px;line-height:1.8}.letter-content-scroll p{margin-bottom:16px}.signature{font-family:var(--font-romantic);color:var(--strawberry);text-align:right;font-size:22px}.real-photo-slot{background:#fbf8f3;justify-content:center;align-items:center;display:flex;overflow:hidden}.real-photo-slot img{object-fit:cover;width:100%;height:100%}.fallback-real-photo{background:#ffe5ea;width:100%;height:100%}.restart-footer{text-align:center;z-index:100;margin:32px 0;position:relative}@media (width<=768px){.scene-overlay-header{width:calc(100% - 32px);top:16px;left:16px}.scene-title{margin-top:6px;font-size:20px}.desk-journal{bottom:24%;left:15%}.glow-phone{width:60px;height:120px;bottom:22%;right:18%}.floating-polaroid{top:auto;bottom:45%;right:20%;transform:rotate(-4deg);box-shadow:0 8px 20px #00000014}.polaroid-photo{width:100px;height:100px}.polaroid-caption{margin-top:6px;font-size:11px}.coffee-station{background:radial-gradient(#8d6e6399 0%,#0000 80%);gap:36px;padding:16px 24px}.cozy-coffee-cup{border-width:2px;width:62px;height:48px}.latte-cup .cup-handle{border-width:2px;width:14px;height:24px;right:-14px}.americano-cup .cup-handle-left{border-width:2px;width:14px;height:24px;left:-14px}.cup-liquid{width:52px;height:12px}.cup-label{margin-top:10px;padding:4px 10px;font-size:11px}.record-player{width:65px;height:65px;bottom:30px;left:15px}.vinyl-disc{width:50px;height:50px}.music-pin{font-size:16px}.music-player-panel{width:90%;bottom:110px;left:5%}.pinch-alert-card{width:92%;top:20px}.dream-poetic-overlay{padding:12px}.dream-story-card{width:94%;padding:24px 20px}.dashboard-layout{grid-template-columns:1fr;gap:20px;margin:20px auto 40px}.dash-side{justify-content:center;width:100%;display:flex}.love-card{text-align:left;flex-direction:row;justify-content:space-evenly;align-items:center;gap:16px;width:100%;max-width:440px;padding:16px;display:flex}.final-polaroid-side{max-width:120px;padding:6px 6px 12px;transform:rotate(-2deg)}.final-polaroid-side .polaroid-photo{height:100px}.final-polaroid-side .polaroid-caption{margin-top:6px;font-size:11px}.love-card h2{display:none}.stats-list{flex-grow:1;gap:6px;max-width:240px}.stat-item{padding:6px 10px}.stat-emoji{font-size:14px}.stat-label{margin-left:6px;font-size:11px}.stat-val{font-size:11px}.dash-main{justify-content:center;width:100%;display:flex}.letter-card{width:100%;max-width:440px;padding:20px}.letter-title{margin-bottom:12px;font-size:26px}.letter-content-scroll{max-height:280px;font-size:14px;overflow-y:auto}}@media (width<=480px){.intro-card{width:90%}.tinder-card-wrapper{max-width:290px}.tinder-fallback-heart{font-size:55px}.match-card{padding:16px}.match-title{font-size:28px}.avatar-holder{width:70px;height:70px}.coffee-station{gap:16px;padding:12px 18px}.cozy-coffee-cup{width:50px;height:40px}.latte-surface,.americano-surface{font-size:0}.cup-liquid{width:40px;height:10px}.cup-label{padding:3px 8px;font-size:10px}.final-polaroid-side{max-width:95px}.final-polaroid-side .polaroid-photo{height:80px}.stats-list{max-width:180px}}
