.Nav-module__Vx7nOW__nav{z-index:50;background:linear-gradient(to bottom, var(--cream), transparent);justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__Vx7nOW__logo{align-items:baseline;gap:6px;display:flex}.Nav-module__Vx7nOW__logoStrong{font-family:var(--font-heading), sans-serif;letter-spacing:3.5px;color:var(--ink);text-transform:uppercase;font-size:13px;font-weight:600}.Nav-module__Vx7nOW__logoLight{font-family:var(--font-heading), sans-serif;letter-spacing:3.5px;color:var(--text-muted);text-transform:uppercase;font-size:13px;font-weight:300}.Nav-module__Vx7nOW__links{gap:28px;display:flex}.Nav-module__Vx7nOW__link{font-family:var(--font-heading), sans-serif;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid #0000;padding-bottom:4px;font-size:12px;font-weight:400;transition:color .3s,border-color .3s}.Nav-module__Vx7nOW__link:hover{color:var(--amber-dark);border-bottom-color:var(--amber-dark)}.Nav-module__Vx7nOW__link:focus-visible{outline:2px solid var(--amber-dark);outline-offset:2px}.Nav-module__Vx7nOW__logo:focus-visible{outline:2px solid var(--amber-dark);outline-offset:4px}@media (max-width:700px){.Nav-module__Vx7nOW__nav{padding:16px 20px}.Nav-module__Vx7nOW__logoStrong{letter-spacing:2.5px;font-size:11px}.Nav-module__Vx7nOW__logoLight{display:none}.Nav-module__Vx7nOW__links{gap:18px}.Nav-module__Vx7nOW__link{letter-spacing:2px;font-size:10px}}@media (max-width:480px){.Nav-module__Vx7nOW__nav{padding:12px 16px}.Nav-module__Vx7nOW__logoStrong{letter-spacing:2px;font-size:10px}.Nav-module__Vx7nOW__links{gap:14px}.Nav-module__Vx7nOW__link{letter-spacing:1.5px;font-size:9px}}
.Hero-module__oEVfFq__hero{background:radial-gradient(ellipse at center, var(--cream) 0%, #ece5d5 100%);justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.Hero-module__oEVfFq__content{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex}.Hero-module__oEVfFq__logoWrap{animation:2.2s ease-out both Hero-module__oEVfFq__logoReveal}.Hero-module__oEVfFq__titleBlock{margin-top:24px;animation:1.8s ease-out .6s both Hero-module__oEVfFq__fadeInUp}.Hero-module__oEVfFq__title{font-family:var(--font-heading), sans-serif;letter-spacing:8px;color:var(--ink);font-size:30px;font-weight:500}.Hero-module__oEVfFq__subtitle{font-family:var(--font-heading), sans-serif;letter-spacing:10px;color:var(--text-muted);margin-top:6px;font-size:12px;font-weight:300;display:block}.Hero-module__oEVfFq__divider{background:var(--divider);height:1px;margin:24px 0;animation:1.5s ease-out 1.2s both Hero-module__oEVfFq__lineGrow}.Hero-module__oEVfFq__tagline{font-family:var(--font-body), serif;color:var(--text-muted);font-size:20px;font-style:italic;animation:1.8s ease-out 1.5s both Hero-module__oEVfFq__fadeInUp}.Hero-module__oEVfFq__scrollHint{flex-direction:column;align-items:center;gap:8px;animation:2s ease-out 2.5s both Hero-module__oEVfFq__fadeIn;display:flex;position:absolute;bottom:40px}.Hero-module__oEVfFq__scrollLabel{font-family:var(--font-heading), sans-serif;letter-spacing:3px;text-transform:uppercase;color:var(--text-light);font-size:11px;font-weight:400}.Hero-module__oEVfFq__scrollLine{background:linear-gradient(to bottom, var(--text-light), transparent);width:1px;height:40px}.Hero-module__oEVfFq__particle{background:var(--amber);pointer-events:none;z-index:1;opacity:0;will-change:transform, opacity;border-radius:50%;width:10px;height:6px;position:absolute;left:-20px}.Hero-module__oEVfFq__driftA{animation:12s linear infinite Hero-module__oEVfFq__leafDriftA}.Hero-module__oEVfFq__driftB{animation:12s linear infinite Hero-module__oEVfFq__leafDriftB}@media (max-width:700px){.Hero-module__oEVfFq__title{letter-spacing:6px;font-size:24px}.Hero-module__oEVfFq__subtitle{letter-spacing:7px;font-size:10px}.Hero-module__oEVfFq__tagline{font-size:17px}}@media (max-width:480px){.Hero-module__oEVfFq__title{letter-spacing:5px;font-size:20px}.Hero-module__oEVfFq__subtitle{letter-spacing:5px;font-size:9px}.Hero-module__oEVfFq__tagline{font-size:15px}.Hero-module__oEVfFq__scrollHint{bottom:24px}}@media (prefers-reduced-motion:reduce){.Hero-module__oEVfFq__logoWrap,.Hero-module__oEVfFq__titleBlock,.Hero-module__oEVfFq__divider,.Hero-module__oEVfFq__tagline,.Hero-module__oEVfFq__scrollHint{opacity:1;animation:none!important}.Hero-module__oEVfFq__divider{width:60px}.Hero-module__oEVfFq__particle{display:none}}@keyframes Hero-module__oEVfFq__logoReveal{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes Hero-module__oEVfFq__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__oEVfFq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__oEVfFq__lineGrow{0%{width:0}to{width:60px}}@keyframes Hero-module__oEVfFq__leafDriftA{0%{opacity:0;transform:translate(-30px)rotate(0)}3%{opacity:.6;transform:translate(20px,5px)rotate(3deg)}25%{opacity:.6;transform:translate(380px,25px)rotate(15deg)}50%{opacity:.55;transform:translate(780px,-10px)rotate(30deg)}75%{opacity:.35;transform:translate(1180px,20px)rotate(45deg)}95%{opacity:.08;transform:translate(1500px,8px)rotate(56deg)}to{opacity:0;transform:translate(1600px,5px)rotate(58deg)}}@keyframes Hero-module__oEVfFq__leafDriftB{0%{opacity:0;transform:translate(-30px)rotate(0)}3%{opacity:.5;transform:translate(20px,-4px)rotate(-3deg)}25%{opacity:.5;transform:translate(380px,-20px)rotate(-14deg)}50%{opacity:.45;transform:translate(780px,12px)rotate(-28deg)}75%{opacity:.3;transform:translate(1180px,-8px)rotate(-42deg)}95%{opacity:.06;transform:translate(1500px,-3px)rotate(-50deg)}to{opacity:0;transform:translate(1600px,-2px)rotate(-52deg)}}
.Games-module__rrYHEq__section{border-bottom:1px solid var(--divider);padding:120px 40px}.Games-module__rrYHEq__grid{grid-template-columns:1fr 1fr;gap:40px;max-width:900px;margin:0 auto;display:grid}@media (max-width:700px){.Games-module__rrYHEq__section{padding:80px 20px}.Games-module__rrYHEq__grid{grid-template-columns:1fr}}@media (max-width:480px){.Games-module__rrYHEq__section{padding:60px 16px}.Games-module__rrYHEq__grid{gap:28px}}
.SectionHeader-module__JQjXWq__header{text-align:center;margin-bottom:48px}.SectionHeader-module__JQjXWq__label{font-family:var(--font-heading), sans-serif;letter-spacing:4px;text-transform:uppercase;color:var(--text-light);margin-bottom:8px;font-size:11px;font-weight:400;display:block}.SectionHeader-module__JQjXWq__title{font-family:var(--font-body), serif;letter-spacing:1px;color:var(--ink);font-size:38px;font-weight:400}@media (max-width:700px){.SectionHeader-module__JQjXWq__title{font-size:30px}}@media (max-width:480px){.SectionHeader-module__JQjXWq__header{margin-bottom:32px}.SectionHeader-module__JQjXWq__title{font-size:26px}}
.GameCard-module__h3uJSW__cardLink{color:inherit;height:100%;text-decoration:none;display:block}.GameCard-module__h3uJSW__card{border:1px solid var(--cream-darker);background:linear-gradient(to bottom, var(--cream-dark), var(--cream));flex-direction:column;height:100%;transition:border-color .3s,transform .3s;display:flex}.GameCard-module__h3uJSW__card:hover{border-color:var(--amber-muted);transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){.GameCard-module__h3uJSW__card{transition:none}.GameCard-module__h3uJSW__card:hover{transform:none}}.GameCard-module__h3uJSW__imagePlaceholder{background:linear-gradient(135deg, var(--cream-dark), var(--cream-darker));height:220px;color:var(--text-light);font-family:var(--font-heading), sans-serif;letter-spacing:2px;text-transform:uppercase;justify-content:center;align-items:center;font-size:12px;display:flex}.GameCard-module__h3uJSW__body{flex-direction:column;flex:1;padding:28px 24px;display:flex}.GameCard-module__h3uJSW__title{font-family:var(--font-body), serif;letter-spacing:1px;color:var(--ink);margin-bottom:8px;font-size:26px;font-weight:500}.GameCard-module__h3uJSW__genre{font-family:var(--font-heading), sans-serif;letter-spacing:2px;text-transform:uppercase;color:var(--amber-dark);margin-bottom:16px;font-size:11px;font-weight:400;display:block}.GameCard-module__h3uJSW__description{font-family:var(--font-body), serif;color:var(--text-muted);flex:1;margin-bottom:20px;font-size:17px;font-weight:400;line-height:1.7}.GameCard-module__h3uJSW__placeholderTitle{font-family:var(--font-heading), sans-serif;letter-spacing:6px;text-transform:uppercase;font-size:14px;font-weight:500}.GameCard-module__h3uJSW__status{font-family:var(--font-heading), sans-serif;letter-spacing:2px;text-transform:uppercase;color:var(--text-light);align-items:center;gap:8px;font-size:11px;font-weight:400;display:flex}.GameCard-module__h3uJSW__statusDot{background:var(--amber);border-radius:50%;width:6px;height:6px}.GameCard-module__h3uJSW__caelumPlaceholder{color:#ffffffb3;background:linear-gradient(#4a8ec9 0%,#6aabe0 40%,#b8d8f0 100%);position:relative;overflow:hidden}.GameCard-module__h3uJSW__caelumPlaceholder:before,.GameCard-module__h3uJSW__caelumPlaceholder:after{content:"";pointer-events:none;background:radial-gradient(#ffffff80 0%,#0000 65%);border-radius:50%;position:absolute}.GameCard-module__h3uJSW__caelumPlaceholder:before{width:120%;height:60%;bottom:10%;left:-20%}.GameCard-module__h3uJSW__caelumPlaceholder:after{width:100%;height:50%;bottom:5%;right:-15%}.GameCard-module__h3uJSW__metalumPlaceholder{color:#c8a07880;background:radial-gradient(at 20% 80%,#783c144d 0%,#0000 50%),radial-gradient(at 80% 20%,#50280f40 0%,#0000 45%),radial-gradient(#64321426 0%,#0000 60%),linear-gradient(135deg,#2a1a1a 0%,#4a2a1a 40%,#3a2a20 100%);position:relative;overflow:hidden}.GameCard-module__h3uJSW__metalumPlaceholder:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 70%,#c8501414 0%,#0000 40%),radial-gradient(circle at 70% 30%,#c898300f 0%,#0000 35%);position:absolute;inset:0}@media (max-width:700px){.GameCard-module__h3uJSW__imagePlaceholder{height:180px}.GameCard-module__h3uJSW__body{padding:22px 18px}.GameCard-module__h3uJSW__title{font-size:22px}}@media (max-width:480px){.GameCard-module__h3uJSW__imagePlaceholder{height:150px}.GameCard-module__h3uJSW__body{padding:18px 16px}.GameCard-module__h3uJSW__title{font-size:20px}.GameCard-module__h3uJSW__description{font-size:15px}}
