:root{--theme-color:#4ade80;--theme-color-glow:#4ade8066;--bg-color:#0a0a0a;--text-color:#e0e0e0;--font-heading:"Great Vibes", cursive;--font-body:"Cormorant Garamond", serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);-webkit-font-smoothing:antialiased;height:100vh;overflow-x:hidden}#app{width:100%;height:100%}#story-container{scroll-snap-type:y mandatory;scrollbar-width:thin;scrollbar-color:var(--theme-color) var(--bg-color);height:100vh;overflow-y:auto}#story-container::-webkit-scrollbar{width:6px}#story-container::-webkit-scrollbar-track{background:var(--bg-color)}#story-container::-webkit-scrollbar-thumb{background:var(--theme-color);border-radius:3px}.story-section{scroll-snap-align:start;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.background-wrap{z-index:-1;width:100%;height:100%;transition:transform 1s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0}.placeholder-bg{color:#333;width:100%;height:100%;font-size:2rem;font-family:var(--font-heading);background:#111;justify-content:center;align-items:center;display:flex}.placeholder-bg img,.placeholder-bg video{object-fit:cover;width:100%;height:100%}.placeholder-bg.dimmed{opacity:.3}.black-overlay-70{background-color:#000000b3;width:100%;height:100%;position:absolute;top:0;left:0}.content{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:800px;padding:2rem;display:flex;position:relative}.content p{letter-spacing:.05em;opacity:.9;font-size:1.5rem;line-height:1.6}h1{font-family:var(--font-heading);color:var(--theme-color);letter-spacing:.1em;text-shadow:0 0 20px var(--theme-color-glow);margin-bottom:.5rem;font-size:clamp(3rem,10vw,5rem)}h2{font-family:var(--font-heading);letter-spacing:.05em;font-size:clamp(1.5rem,5vw,2.5rem)}.subtitle{letter-spacing:.1em;opacity:.8;font-size:1.2rem;font-family:var(--font-body);font-weight:300}.highlight-text{color:var(--theme-color);text-shadow:0 0 10px var(--theme-color-glow)}.playfair{font-family:var(--font-heading)}.italic{font-style:italic}.flex-row{justify-content:center;flex-direction:row!important}.media-box{aspect-ratio:4/5;color:#ffffff80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:1rem;display:flex}.media-box img,.media-box video{object-fit:contain;border-radius:8px;width:100%;height:100%}.stats-box{border:1px solid var(--theme-color);text-align:left;box-shadow:0 0 20px var(--theme-color-glow);background:#00000080;border-radius:12px;padding:2rem}.stats-box p{color:var(--theme-color);margin-bottom:1rem;font-weight:700}.stats-box ul{flex-direction:column;gap:.5rem;font-family:monospace;font-size:1.1rem;list-style:none;display:flex}.signature{font-family:var(--font-heading);color:var(--theme-color);font-style:italic;font-size:1.5rem!important}.heart-icon{margin:.5rem;font-size:3rem}.fade-in{opacity:0;transform:translateY(20px)}.scroll-indicator{opacity:.6;flex-direction:column;align-items:center;gap:1rem;animation:2s infinite pulse;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}.scroll-indicator span{letter-spacing:.2em;text-transform:uppercase;font-size:.8rem}.arrow{background:linear-gradient(to bottom, var(--theme-color), transparent);width:1px;height:40px}@keyframes pulse{0%,to{opacity:.4;transform:translate(-50%)}50%{opacity:.8;transform:translate(-50%,10px)}}.progress-container{z-index:100;width:100%;height:3px;position:fixed;top:0;left:0}#progress-bar{background:var(--theme-color);width:0%;height:100%;box-shadow:0 0 10px var(--theme-color);transition:width .3s}#noise-overlay{pointer-events:none;opacity:.04;z-index:50;background:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:fixed;top:0;left:0}.counter-box{margin-bottom:2rem}.counter-box h2{color:var(--theme-color);margin-bottom:1.5rem}.counter-display{justify-content:center;gap:1.5rem;display:flex}.time-unit{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:center;min-width:80px;padding:1rem;display:flex}.time-unit span:first-child{color:var(--theme-color);font-family:monospace;font-size:2rem;font-weight:700}.time-unit span:last-child{text-transform:uppercase;letter-spacing:.1em;opacity:.7;font-size:.8rem}.modal{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{text-align:center;background:#111;border:1px solid #ffffff1a;border-radius:16px;max-width:400px;padding:3rem;box-shadow:0 0 40px #00000080}.modal h3{color:var(--theme-color);margin-bottom:1rem;font-size:2.5rem}.modal p{opacity:.8;margin-bottom:1rem;line-height:1.5}.theme-btn{color:var(--theme-color);border:1px solid var(--theme-color);font-family:var(--font-body);letter-spacing:.2em;cursor:pointer;background:0 0;border-radius:8px;margin-top:1.5rem;padding:1rem 3rem;font-size:1.1rem;transition:all .3s}.theme-btn:hover{background:var(--theme-color);color:#000;box-shadow:0 0 20px var(--theme-color-glow)}@media (width<=768px){h1{font-size:3rem}h2{font-size:1.8rem}.content{padding:1.5rem}.content p{font-size:1.3rem}.counter-display{flex-wrap:wrap;gap:1rem}.time-unit{min-width:70px;padding:.8rem}.media-box{aspect-ratio:1;max-width:300px;padding:1rem}}
