@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #4A90D9;--color-warm: #FFF8E7;--color-text: #2C3E50;--color-accent: #E74C3C;--color-gold: #FFD700;--color-green: #27AE60;--color-purple: #9B59B6;--font-story: "Nunito", "Georgia", serif;--radius: 16px}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-story);background:linear-gradient(135deg,#fff8e7,#ffecd2);color:var(--color-text);-webkit-font-smoothing:antialiased}.app-container{width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;padding:0;background:#000}.story-screen{width:100%;max-width:500px;height:100%;background:#000;overflow:hidden;display:flex;flex-direction:column;position:relative}.story-screen.fade-in{animation:fadeIn .4s ease-out}.story-screen.fade-out{animation:fadeOut .35s ease-in}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.scene-content{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.scene-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.scene-background{width:100%;height:100%}.scene-bg-image{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.scene-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fff8e7,#ffecd2)}.text-layer{position:absolute;bottom:0;left:0;right:0;z-index:3;background:linear-gradient(to bottom,#0000,#0000008c 15%,#000c);padding:40px 20px 24px;display:flex;flex-direction:column;gap:12px}.narration-container{cursor:pointer;-webkit-user-select:none;user-select:none}.narration-text{font-size:1.05rem;line-height:1.65;color:#fff;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}.skip-hint{display:block;text-align:center;font-size:.7rem;color:#ffffff80;margin-top:4px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.choices-container{display:flex;flex-direction:column;gap:10px;padding-top:4px}.choice-button{width:100%;padding:14px 20px;font-size:1.1rem;font-weight:700;font-family:var(--font-story);color:#fff;background:#4a90d9b3;border:2px solid rgba(255,255,255,.3);border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 12px #0000004d;animation:slideUp .4s ease-out both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.choice-button:nth-child(2){background:#27ae60b3}.choice-button:nth-child(3){background:#9b59b6b3}.choice-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 16px #0003}.choice-button:active{transform:scale(.98)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.choices-image-container{display:flex;gap:10px;justify-content:center;padding-top:4px}.choice-image-card{flex:0 1 140px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;border:2px solid rgba(255,255,255,.35);border-radius:14px;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;overflow:hidden;transition:transform .15s,box-shadow .15s;animation:slideUp .4s ease-out both}.choice-image-card:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 6px 16px #0000004d;border-color:#fff9}.choice-image-card:active{transform:scale(.96)}.choice-image{width:100%;aspect-ratio:1;object-fit:cover;display:block}.choice-image-label{font-size:.8rem;font-weight:700;color:#fff;text-align:center;padding:4px 6px 8px;line-height:1.2;text-shadow:0 1px 3px rgba(0,0,0,.5)}.continue-button{align-self:center;padding:10px 32px;font-size:1rem;font-weight:700;font-family:var(--font-story);color:#fff;background:#ffffff26;border:2px solid rgba(255,255,255,.5);border-radius:24px;cursor:pointer;transition:all .2s;animation:fadeIn .4s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.continue-button:hover{background:#ffffff4d;border-color:#fff}.restart-button{align-self:center;padding:14px 40px;font-size:1.2rem;font-weight:800;font-family:var(--font-story);color:#fff;background:linear-gradient(135deg,var(--color-gold),#F0A500);border:none;border-radius:24px;cursor:pointer;box-shadow:0 4px 12px #ffd70066;transition:transform .15s;animation:bounceIn .5s ease-out}.restart-button:hover{transform:scale(1.05)}.progress-bar-container{position:absolute;top:0;left:0;right:0;padding:10px 16px 0;z-index:10}.progress-bar-track{width:100%;height:4px;background:#fff3;border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#FFF,var(--color-gold));border-radius:2px;transition:width .5s ease-out}.story-selector{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:flex-start;justify-content:center;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.selector-content{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;min-height:min-content}.selector-title{font-size:1.8rem;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);text-align:center}.story-cards{display:flex;flex-direction:column;gap:16px;width:100%;max-width:320px}.story-card{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:3px solid rgba(255,255,255,.2);cursor:pointer;transition:transform .2s,box-shadow .2s;background:#222;padding:0}.story-card:hover{transform:scale(1.03);box-shadow:0 8px 24px #0006;border-color:#ffffff80}.story-card:active{transform:scale(.97)}.story-card-image{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.story-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:20px 14px 12px;display:flex;flex-direction:column;gap:2px}.story-card-title{font-size:1.1rem;font-weight:800;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.story-card-subtitle{font-size:.8rem;font-weight:600;color:#ffffffb3}.home-link{background:none;border:none;color:#fff9;font-family:var(--font-story);font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline;transition:color .2s}.home-link:hover{color:#ffffffe6}.home-button{position:absolute;top:20px;right:12px;z-index:11;width:36px;height:36px;border-radius:50%;border:none;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.home-button:hover{background:#0000008c}.home-button:active{transform:scale(.92)}.back-button{position:absolute;top:20px;left:12px;z-index:11;width:40px;height:40px;border-radius:50%;border:none;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.back-button:hover{background:#0000008c}.back-button:active{transform:scale(.92)}.error{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.2rem;color:var(--color-accent)}@media(max-width:500px){.narration-text{font-size:.95rem}.choice-button{font-size:1rem;padding:12px 16px}.text-layer{padding:36px 16px 20px}}.start-screen{position:relative;display:flex;align-items:center;justify-content:center}.start-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;filter:brightness(.5) blur(2px)}.start-overlay{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.start-title{font-size:2.4rem;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6);line-height:1.2}.start-subtitle{font-size:1.1rem;font-weight:600;color:#fffc;text-shadow:0 1px 4px rgba(0,0,0,.5)}.start-button{margin-top:12px;padding:16px 48px;font-size:1.3rem;font-weight:800;font-family:var(--font-story);color:#fff;background:linear-gradient(135deg,var(--color-primary),#3A7BC8);border:3px solid rgba(255,255,255,.4);border-radius:30px;cursor:pointer;box-shadow:0 4px 20px #4a90d980;transition:transform .15s,box-shadow .15s;animation:bounceIn .6s ease-out}.start-button:hover{transform:scale(1.05);box-shadow:0 6px 24px #4a90d9b3}@keyframes bounceIn{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.intro-container{width:100%;height:100vh;height:100dvh;background:#000;display:flex;align-items:center;justify-content:center;position:relative;opacity:1;transition:opacity .4s ease-out}.intro-container.intro-fade-out{opacity:0}.intro-video{max-width:100%;max-height:100dvh;object-fit:contain}.intro-skip-btn{position:absolute;top:16px;right:16px;z-index:10;padding:8px 20px;font-size:.9rem;font-weight:700;font-family:var(--font-story);color:#fff;background:#ffffff26;border:1.5px solid rgba(255,255,255,.4);border-radius:20px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.intro-skip-btn:hover{background:#ffffff4d}.intro-unmute-btn{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:10;width:48px;height:48px;border-radius:50%;border:none;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.intro-unmute-btn:hover{background:#ffffff4d}.rotate-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rotate-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.rotate-icon{animation:rotatePhone 2s ease-in-out infinite}@keyframes rotatePhone{0%,to{transform:rotate(0)}50%{transform:rotate(90deg)}}.rotate-text{font-size:1.4rem;font-weight:800;color:#fff;font-family:var(--font-story)}.rotate-subtext{font-size:.95rem;font-weight:600;color:#fff9;font-family:var(--font-story)}.story-screen.landscape-story{max-width:100%}@media(min-width:501px){.app-container{background:#111}.story-screen{border-radius:20px;max-height:900px;overflow:hidden}.story-screen.landscape-story{max-width:900px;max-height:100%}}
