@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;overflow-x:hidden}#root{width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}::selection{background:#6366f166;color:inherit}.story-section{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.story-section--visible{opacity:1;transform:translateY(0)}.story-section--large .story-text,.story-section--large .quote-text{font-size:clamp(2rem,8vw,5rem);font-weight:700;letter-spacing:-.02em}.story-section--medium .story-text,.story-section--medium .quote-text{font-size:clamp(1.5rem,5vw,3rem);font-weight:500}.story-section--small .story-text{font-size:clamp(1rem,3vw,1.5rem);font-weight:400;opacity:.8}.story-section--simple .story-text{font-family:Playfair Display,Georgia,serif;letter-spacing:.02em}.story-text{text-align:center;max-width:900px;line-height:1.3;margin:0}.chat-bubble{position:relative;padding:.6rem .9rem .4rem;max-width:420px;border-radius:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-left:12px}.story-section--chaos .chat-bubble{animation:float 3s ease-in-out infinite}.chat-text{font-size:clamp(.95rem,2.2vw,1.2rem);font-style:normal;line-height:1.4;display:block}.chat-timestamp{display:block;font-size:.7rem;opacity:.6;margin-top:.3rem;text-align:right}.chat-tail{position:absolute;bottom:0;left:-8px;width:20px;height:20px;overflow:hidden}.chat-bubble--imessage{background:linear-gradient(180deg,#e5e5ea,#d1d1d6);color:#000;border-radius:18px 18px 18px 4px;box-shadow:0 1px 2px #0000001a}.chat-bubble--imessage .chat-tail:before{content:"";position:absolute;bottom:0;left:0;width:12px;height:12px;background:#d1d1d6;border-radius:0 0 12px;clip-path:polygon(100% 0,0 100%,100% 100%)}.chat-bubble--imessage .chat-timestamp{color:#8e8e93}.chat-bubble--whatsapp{background:#fff;color:#303030;border-radius:8px 8px 8px 0;box-shadow:0 1px 1px #00000014}.chat-bubble--whatsapp .chat-tail:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border-right:8px solid #ffffff;border-bottom:8px solid transparent}.chat-bubble--whatsapp .chat-timestamp{color:#667781}.chat-bubble--signal{background:linear-gradient(180deg,#f1f1f1,#e8e8e8);color:#000;border-radius:18px 18px 18px 4px;box-shadow:0 1px 2px #00000014}.chat-bubble--signal .chat-tail:before{content:"";position:absolute;bottom:0;left:0;width:10px;height:10px;background:#e8e8e8;clip-path:polygon(100% 0,0 100%,100% 100%)}.chat-bubble--signal .chat-timestamp{color:#6b6b6b}.chat-bubble--telegram{background:#fff;color:#000;border-radius:16px 16px 16px 4px;box-shadow:0 1px 2px #0000001a}.chat-bubble--telegram .chat-tail:before{content:"";position:absolute;bottom:0;left:0;width:10px;height:10px;background:#fff;clip-path:polygon(100% 0,0 100%,100% 100%)}.chat-bubble--telegram .chat-timestamp{color:#a0acb6}.chat-bubble--sms{background:linear-gradient(180deg,#f0f0f0,#e6e6e6);color:#202020;border-radius:20px 20px 20px 4px;box-shadow:0 1px 2px #0000001a}.chat-bubble--sms .chat-tail:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border-right:10px solid #e6e6e6;border-bottom:10px solid transparent}.chat-bubble--sms .chat-timestamp{color:#757575}.stat-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-label{font-size:clamp(.9rem,2vw,1.2rem);opacity:.7;text-transform:uppercase;letter-spacing:.1em}.stat-value{font-size:clamp(2rem,6vw,4rem);font-weight:800;font-variant-numeric:tabular-nums}.story-section--chaos .stat-value{animation:pulse 2s ease-in-out infinite}.quote-text{font-family:Playfair Display,Georgia,serif;font-style:italic;text-align:center;max-width:700px;margin:0;padding:0 1rem;position:relative}.quote-text:before{content:'"';position:absolute;left:-.5em;top:-.2em;font-size:3em;opacity:.2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media(max-width:768px){.story-section{min-height:50vh;padding:1.5rem}.chat-bubble{padding:.8rem 1.2rem}}.background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;transition:background 1.5s cubic-bezier(.4,0,.2,1);overflow:hidden}.background--simple{background:#0a0a0a!important}.background__icons{position:absolute;width:100%;height:100%;pointer-events:none}.background__time-icon{position:absolute;right:10%;transition:top .5s ease}.time-icon{opacity:.4;filter:blur(1px)}.background__season-icon{position:absolute;left:5%;bottom:10%;opacity:.2}.season-icon{transform:scale(1.5)}.background__particles{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.particle{position:absolute;width:8px;height:8px;border-radius:50%;animation:floatParticle 8s ease-in-out infinite}@keyframes floatParticle{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.1}25%{transform:translateY(-30px) translate(10px) scale(1.2);opacity:.3}50%{transform:translateY(-20px) translate(-15px) scale(.8);opacity:.2}75%{transform:translateY(-40px) translate(5px) scale(1.1);opacity:.25}}.background--simple .background__particles,.background--simple .background__icons,.background--simple .background__calendar,.background--simple .background__vortex,.background--simple .background__theater{display:none}.background__calendar{position:absolute;left:10%;top:50%;transform:translateY(-50%);transition:transform .8s cubic-bezier(.34,1.56,.64,1),opacity .5s ease;pointer-events:none;z-index:1}.background__vortex{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease-out,opacity .5s ease;pointer-events:none;z-index:2}.background__theater{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);transition:opacity 1s ease;pointer-events:none;z-index:1}@media(max-width:768px){.background__time-icon{right:5%}.time-icon{transform:scale(.7)}.season-icon{transform:scale(1)}.particle{width:5px;height:5px}}.app{min-height:100vh;color:var(--text-color, #fafafa)}.story{position:relative;z-index:1}.loading{font-family:Playfair Display,Georgia,serif;font-size:2rem}.progress-bar{position:fixed;bottom:0;left:0;width:100%;height:3px;transform-origin:left;z-index:100;transition:background-color .5s ease}
