@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";@font-face{font-family:ITC Benguiat Std;src:url(../assets/fonts/itc-benguiat-std/ITCBenguiatStdBookCn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ITC Benguiat Std;src:url(../assets/fonts/itc-benguiat-std/ITCBenguiatStdMediumCn.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:ITC Benguiat Std;src:url(../assets/fonts/itc-benguiat-std/ITCBenguiatStdBoldCn.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0 auto;padding:0 auto}#root{min-height:100vh;display:flex;flex-direction:column}html,body{margin:0;padding:0;min-height:100%;background-color:#082c45;overscroll-behavior:none;overflow-x:hidden}*{padding:0;margin:0}.hero{position:relative;height:100vh;overflow:hidden;touch-action:none;background:url(/images/will.webp) center / cover no-repeat}.fire-reveal{position:absolute;inset:0;pointer-events:none;background:url(/images/vecna.png) center / cover no-repeat;background-position:40% 7%;opacity:0;transition:opacity .55s ease;--tx: calc(var(--x) - 24px);--ty: calc(var(--y) - 18px);-webkit-mask-image:radial-gradient(circle 400px at var(--x) var(--y),rgba(255,255,255,1) 0%,rgba(255,255,255,.6) 40%,transparent 70%),radial-gradient(circle 450px at calc(var(--x) + 50px) calc(var(--y) - 40px),rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 40%,transparent 70%),radial-gradient(circle 200px at calc(var(--x) - 50px) calc(var(--y) + 30px),rgba(255,255,255,.6) 0%,rgba(255,255,255,.3) 40%,transparent 70%);mask-image:radial-gradient(circle 400px at var(--x) var(--y),rgba(255,255,255,1) 0%,rgba(255,255,255,.6) 40%,transparent 70%),radial-gradient(circle 450px at calc(var(--x) + 50px) calc(var(--y) - 40px),rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 40%,transparent 70%),radial-gradient(circle 200px at calc(var(--x) - 50px) calc(var(--y) + 30px),rgba(255,255,255,.6) 0%,rgba(255,255,255,.3) 40%,transparent 70%);animation:pulseBlob 3s ease-in-out infinite}.fire-reveal.active{opacity:1}@keyframes pulseBlob{0%,to{filter:blur(0px)}50%{filter:blur(0px)}}.left{position:absolute;bottom:50px;left:50px;width:300px;display:flex;flex-direction:column;gap:20px}.left h1{font-size:70px;color:red;text-shadow:0 0 8px rgba(179,0,0,.6),0 0 18px rgba(179,0,0,.4)}.left p{font-size:20px}.left button{padding:15px;font-size:19px;border-radius:10px;background-color:#000;color:#f0f8ff}.right{position:absolute;bottom:100px;right:20px;display:flex;flex-direction:column;gap:20px}.right h1{width:470px;font-size:60px;text-shadow:0 0 8px rgba(179,0,0,.6),0 0 18px rgba(179,0,0,.4)}.right p{width:400px;font-size:22px}.bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background-image:linear-gradient(to top,#082c45 35%,#0d7b96,#1e93b3 50%,#24d9f9)}.upside-down-canvas{position:fixed;inset:0;z-index:0;width:100%;height:100%}.navbar{position:fixed;top:0;left:0;width:100%;height:72px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;background:#00000026;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000}.nav-logo{display:flex;align-items:center}.nav-logo img{height:40px;width:auto;cursor:pointer;transition:transform .3s ease}.nav-logo img:hover{transform:scale(1.05)}.nav-links{display:flex;gap:36px;list-style:none}.nav-links li a{font-family:Libre Baskerville,serif;font-size:14px;letter-spacing:1px;color:#e6e6e6;text-decoration:none;cursor:pointer;position:relative;transition:color .3s ease}.nav-links li a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:#b30000;box-shadow:0 0 10px #b30000cc;transition:width .35s ease}.nav-links li a:hover{color:#ff4d4d}.nav-links li a:hover:after{width:100%}.hamburger{display:none!important;position:relative;width:44px;height:44px;justify-content:center;align-items:center;flex-direction:column;gap:7px;background:none;border:none;cursor:pointer;z-index:1101}.hamburger span{width:26px;height:3px;background:#e6e6e6;border-radius:2px;transition:.3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.hamburger{display:flex!important}.nav-links{position:absolute;top:72px;left:0;width:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;align-items:center;gap:24px;padding:32px 0;opacity:0;pointer-events:none;transform:translateY(-10px);transition:.3s ease}.nav-links.active{opacity:1;pointer-events:auto;transform:translateY(0)}}.home{position:relative;width:100vw;height:100vh;overflow:hidden}.home-center{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 24px;pointer-events:none}.home-title{font-family:ITC Benguiat Std,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ff2a2a;margin-bottom:24px;text-shadow:0 0 6px rgba(179,0,0,.6),0 0 18px rgba(179,0,0,.4)}.home-description{max-width:720px;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:#e6e6e6;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.heroes-page{min-height:100vh;padding:20px 40px 80px;font-family:Poppins,sans-serif}.heroes-title{text-align:center;font-family:ITC Benguiat Std,serif;font-size:3rem;letter-spacing:6px;color:#ff2d2d;margin-bottom:60px}.heroes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:48px;max-width:1500px;margin:0 auto}.hero-card{position:relative;height:560px;border-radius:18px;overflow:hidden;background:#0009;box-shadow:0 12px 40px #0009;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000d9,#0003,#0000);z-index:1}.hero-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hero-info{position:absolute;bottom:20px;left:20px;right:20px;z-index:2}.hero-info h2{font-family:ITC Benguiat Std,serif;font-size:1.6rem;letter-spacing:3px;color:#fff;margin-bottom:6px}.hero-info p{font-size:1rem;color:#ccc}@media(hover:hover){.hero-card:hover{transform:scale(1.05);box-shadow:0 18px 60px #ff2d2d73,0 0 30px #ff2d2d40}.hero-card:hover img{transform:scale(1.12)}}@media(max-width:768px){.heroes-page{padding:100px 20px 60px}.heroes-title{font-size:2.2rem;letter-spacing:4px}.hero-card{height:460px}.heroes-grid{grid-template-columns:1fr;gap:32px}}@media(min-width:1400px){.heroes-grid{grid-template-columns:repeat(4,1fr)}}.site-footer{margin-top:auto;padding:20px 16px;text-align:center;font-family:Poppins,sans-serif;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#bbb;font-size:.9rem;z-index:2}.site-footer a{color:#ff2d2d;text-decoration:none;font-weight:600}.site-footer a:hover{text-decoration:underline}.site-footer .disclaimer{margin-top:6px;font-size:.8rem;color:#888}.creatures-page{position:relative;min-height:100vh;z-index:1}.creatures-container{position:relative;z-index:2;padding:120px 6vw 60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.creature-card{background:#0000008c;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0009;transition:transform .35s ease,box-shadow .35s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.creature-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #b3000099}.creature-card img{width:100%;height:280px;object-fit:cover;display:block}.creature-card h3{padding:16px;text-align:center;font-family:ITC Benguiat Std,serif;font-size:1.4rem;letter-spacing:2px;color:#ff2d2d;text-shadow:0 0 12px rgba(179,0,0,.7)}@media(max-width:768px){.creatures-container{padding:100px 20px 40px;gap:24px}.creature-card img{height:220px}.creature-card h3{font-size:1.2rem}}.episodes-page{position:relative;min-height:100vh}.episodes-container{position:relative;z-index:2;max-width:900px;margin:120px auto 60px;padding:0 20px}.season{width:100%;margin:0 0 40px}.season-toggle{width:100%;padding:18px 24px;background:#0009;border:none;border-radius:12px;font-family:ITC Benguiat Std,serif;font-size:1.8rem;letter-spacing:4px;color:#ff2d2d;cursor:pointer;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 40px #0009;transition:background .3s ease}.season-toggle:hover{background:#320000b3}.arrow{font-size:2rem}.episodes-list{margin-top:24px;display:flex;flex-direction:column;gap:20px}.episode-item{display:flex;gap:20px;background:#0000008c;border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 30px #00000080;transition:transform .35s ease,box-shadow .35s ease}.episode-item img{width:200px;height:100%;object-fit:cover}.episode-content{padding:16px}.episode-content h3{color:#fff;font-size:1.1rem;margin-bottom:8px;font-family:Poppins,sans-serif}.episode-content p{color:#ccc;font-size:.95rem;line-height:1.5;font-family:Poppins,sans-serif}@media(max-width:768px){.episode-item{flex-direction:column}.episode-item img{width:100%;height:180px}.season-toggle{font-size:1.4rem;letter-spacing:2px}}@media(hover:hover){.episode-item:hover{transform:scale(1.07);box-shadow:0 12px 40px #ff2d2d73,0 0 30px #ff2d2d40}}
