@font-face{font-family:Macondo Swash Caps;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/macondo-swash-caps-latin-400-normal-CS70t-eN.woff2) format("woff2"),url(/assets/macondo-swash-caps-latin-400-normal-Ddhs-WF9.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.custom-navbar{position:fixed;top:0;width:100%;z-index:100;padding:20px 40px;background:#00000040;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%)}.custom-navbar ul{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.custom-navbar a{color:#fff;text-decoration:none;font-size:1.05rem;padding:8px 16px;border-radius:999px;transition:background-color .25s ease,opacity .25s ease}.custom-navbar a:hover{background-color:#ffffff26;opacity:.8}.custom-navbar a.active{background-color:#ffffff40}@media(max-width:600px){.custom-navbar ul{flex-direction:column;gap:.75rem}}*,*:before,*:after{box-sizing:border-box}:root{--nav-height: 64px}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;font-family:Arial,sans-serif}.home-page{position:relative;width:100%;height:100svh;overflow:hidden}.hero-section{position:relative;width:100%;height:100svh;overflow:hidden;z-index:0}.hero-video{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;filter:blur(0);animation:blurVideo 1s ease forwards;animation-delay:2.5s;z-index:0}.hero-section:after{content:"";position:absolute;inset:0;background:#000000b3;opacity:0;animation:fadeBlackFilm 2s ease forwards;animation-delay:2.5s;z-index:1;pointer-events:none}.hero-overlay{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;opacity:0;animation:fadeInText 2.5s ease forwards;animation-delay:3s}@keyframes blurVideo{to{filter:blur(8px)}}@keyframes fadeBlackFilm{to{opacity:1}}@keyframes fadeInText{to{opacity:1}}.hero-text-delayed{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;text-align:center;color:#fff;padding:2rem;max-width:90%;margin:0 auto;opacity:0;animation:fadeInText 1.5s ease forwards;animation-delay:3s}.hero-text-delayed h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:600;margin:0;line-height:1.1;max-height:50vh}.hero-subtitle{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;letter-spacing:.04em;opacity:.85;max-height:20vh}@media(max-width:768px){.hero-overlay{padding:1.5rem}.hero-text-delayed h1{font-size:clamp(1.5rem,6vw,2rem);max-height:40vh}.hero-subtitle{font-size:clamp(.9rem,4vw,1.2rem);max-height:15vh}}@media(min-width:769px)and (max-width:1200px){.hero-text-delayed h1{font-size:clamp(1.8rem,3vw,2.8rem);max-height:45vh}.hero-subtitle{font-size:clamp(1rem,2vw,1.5rem);max-height:18vh}}.countdown{margin-top:.5rem}.countdown-item{background:transparent;padding:0;color:#fff;text-align:center}.countdown-item span{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1}.countdown-item small{font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;opacity:.75}@media(max-width:600px){.countdown-item{min-width:60px;padding:.5rem}.countdown-item span{font-size:1.5rem}}.library-page{position:relative;width:100%;height:100svh;overflow:hidden}.library-background{position:absolute;inset:0;z-index:0}.library-background img{width:100%;height:100%;object-fit:cover;filter:blur(6px);transform:scale(1.05)}.library-overlay{position:absolute;inset:0;background:#7669588c;z-index:1}.library-content{position:relative;z-index:2;height:100%;max-width:90%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;color:#fff}.library-quote{font-size:clamp(2.5rem,5vw,1.8rem);font-style:italic;margin-bottom:3rem;max-width:800px;line-height:1.8}.library-input-wrapper{width:100%;display:flex;justify-content:center}.library-form{width:100%;max-width:360px}.library-input{width:100%;padding:.9rem 1.2rem;border-radius:999px;border:none;background:#1e1c1c80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:1rem;text-align:center;outline:none}.library-input::placeholder{color:#ffffffd1;font-style:italic}.library-input:focus{background:#1e1c1ccc;box-shadow:0 15px 40px #00000014;transform:scale(1.03)}.library-error{margin-top:1rem;font-size:.9rem;color:#ffdede}.audio-recorder{background:transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;text-align:center;padding:.5rem}.audio-recorder.is-recording{box-shadow:none}.story-instructions{font-size:.9rem;margin-bottom:.25rem;font-style:italic;color:#555;text-align:center}.timer{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;font-variant-numeric:tabular-nums}.actions{display:flex;justify-content:center;gap:.85rem;margin-top:1rem;flex-wrap:wrap}.actions button{padding:.4rem .9rem;border-radius:999px;border:none;cursor:pointer;font-size:.85rem}.record-btn{background-color:#166ae1;color:#fff}.record-btn:hover{opacity:.85}.record-btn.active{background-color:#e74c3c}.actions button.reset{background-color:#7d35c6;color:#fff}.actions button.stop{background-color:#e74c3c;color:#fff}.actions button.send{background-color:#167d41;color:#fff}.actions button:not(:disabled):hover{opacity:.85}.player{width:90%;margin-top:1rem;background:transparent;border:none}.story-page{position:relative;display:flex;width:100%;padding-top:var(--nav-height);box-sizing:border-box;overflow:hidden;height:100svh}.story-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/9-CNHWOzLu.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(6px);transform:scale(1.05);z-index:-1}.story-left{width:30%;display:flex;flex-direction:column;gap:.75rem;padding:1rem;box-sizing:border-box}.story-right{width:69%;display:flex;flex-direction:column;padding:1rem;box-sizing:border-box}.story-text{flex:1;overflow-y:auto;line-height:1.8;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.story-text::-webkit-scrollbar{width:6px}.story-text::-webkit-scrollbar-track{background:transparent}.story-text::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}.story-cover{width:100%;height:auto;max-height:45svh;object-fit:contain;border-radius:10px}@media(min-width:1920px)and (max-width:1920px)and (min-height:1080px)and (max-height:1080px){.story-page{padding-top:var(--nav-height)}.story-left{width:28%;padding:2rem}.story-right{width:70%;padding:2rem}.story-cover{max-height:50svh}.story-text{font-size:1.1rem}}@media(max-width:768px){.story-page{flex-direction:column;height:100svh;overflow:hidden}.story-left{width:100%;gap:.75rem;padding:1rem}.story-cover,.audio-recorder-wrapper{display:none}.story-right{width:100%;flex:1;overflow-y:auto;padding:0 1rem}.story-text{overflow:visible}}
