@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&display=swap");.hellclock_hellclockLandingPage__G_dhi{min-height:100vh;background-color:#000;color:gold;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hellclock_stickyNav__zUbe7{position:-webkit-sticky;position:sticky;top:0;background:linear-gradient(180deg,hsla(0,0%,8%,.98),rgba(0,0,0,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid #c73e1d;z-index:100;padding:1.25rem 0;box-shadow:0 4px 20px rgba(0,0,0,.8)}.hellclock_navContainer__0JER2{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.hellclock_navBrand__xeimX{font-family:Cinzel,serif;font-size:1.8rem;font-weight:700;color:gold;text-decoration:none;text-shadow:2px 2px 4px rgba(0,0,0,.8);letter-spacing:2px}.hellclock_navLinks__0frn3{display:flex;gap:2.5rem;align-items:center}.hellclock_navLink__OK9qI{color:#d4af37;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:4px}.hellclock_navLink__OK9qI:hover{color:gold;background:rgba(199,62,29,.2)}.hellclock_navLink__OK9qI.hellclock_active__Vp1Hd{color:gold;font-weight:600;background:rgba(199,62,29,.3);border:1px solid rgba(255,215,0,.3)}.hellclock_mobileMenuBtn__lku9_{display:none;background:none;border:none;color:gold;font-size:1.5rem;cursor:pointer}.hellclock_mobileMenu__laxU6{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(0,0,0,.98);border-bottom:2px solid #c73e1d;padding:1rem 2rem}.hellclock_mobileMenu__laxU6.hellclock_open__wmCmi{display:block}.hellclock_mobileMenu__laxU6 .hellclock_navLink__OK9qI{display:block;padding:.75rem 0;border-bottom:1px solid rgba(199,62,29,.3)}.hellclock_heroSection__K9qCr{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.7)),url(/images/hellclock-header.jpg) 50%/cover;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}.hellclock_heroSection__K9qCr:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#c73e1d,gold,#c73e1d,transparent)}.hellclock_heroTitle__hW7wL{font-family:Cinzel,serif;font-size:3.5rem;font-weight:700;color:gold;margin-bottom:.5rem;letter-spacing:3px}.hellclock_heroSubtitle__MhXAV{font-size:1.8rem;color:gold;font-weight:400;letter-spacing:1px}.hellclock_buildsContainer__QB9c9{max-width:1200px;margin:3rem auto;padding:0 2rem}.hellclock_buildsHeader__UsQoQ{text-align:center;margin-bottom:3rem}.hellclock_buildsTitle__7jsOL{font-family:Cinzel,serif;font-size:2.5rem;color:#c73e1d;margin-bottom:3rem}.hellclock_buildsGrid__wRx2z{display:flex;flex-direction:column;gap:1.5rem}.hellclock_buildCard__9S9qW{background:linear-gradient(135deg,rgba(199,62,29,.1),rgba(0,0,0,.4));border:2px solid #c73e1d;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.hellclock_buildCard__9S9qW:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,215,0,.1),transparent);transition:left .5s ease}.hellclock_buildCard__9S9qW:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(199,62,29,.4);border-color:#f96}.hellclock_buildCard__9S9qW:hover:before{left:100%}.hellclock_buildIcon__Jm4Qu{width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hellclock_buildIcon__Jm4Qu img{width:60px;height:60px;object-fit:contain;filter:brightness(1.1);border-radius:8px}.hellclock_buildInfo__upv7b{flex:1 1}.hellclock_buildName__tiWMj{font-family:Cinzel,serif;font-size:1.8rem;color:#c73e1d;margin-bottom:.5rem;font-weight:600}.hellclock_buildDescription__xK2Hq{font-size:1rem;color:#f96;opacity:.8}.hellclock_skillsContainer__hHw_s{display:flex;gap:.75rem;align-items:center}.hellclock_skillIcon__5Gw43{width:55px;height:55px;border:2px solid #c73e1d;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .2s ease;overflow:hidden}.hellclock_skillIcon__5Gw43,.hellclock_skillIcon__5Gw43:before{background:radial-gradient(circle at center,rgba(199,62,29,.3),transparent)}.hellclock_skillIcon__5Gw43:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease}.hellclock_skillIcon__5Gw43:hover{border-color:gold;transform:scale(1.1);z-index:10}.hellclock_skillIcon__5Gw43:hover:before{opacity:1}.hellclock_skillIcon__5Gw43 img{width:45px;height:45px;object-fit:contain;filter:brightness(1.1)}.hellclock_skillPlaceholder__bazgS{width:35px;height:35px;background:radial-gradient(circle,#c73e1d,#8b2a19);border-radius:4px;opacity:.7}.hellclock_skillTooltip__kC6k_{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.95);border:1px solid gold;border-radius:6px;padding:.5rem .75rem;margin-bottom:.5rem;white-space:nowrap;font-size:.9rem;color:gold;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:100}.hellclock_skillTooltip__kC6k_.hellclock_visible__QqmCs{opacity:1}.hellclock_skillTooltip__kC6k_:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:gold}@media (max-width:768px){.hellclock_navLinks__0frn3{display:none}.hellclock_mobileMenuBtn__lku9_{display:block}.hellclock_heroTitle__hW7wL{font-size:3rem}.hellclock_heroSubtitle__MhXAV{font-size:1.2rem}.hellclock_buildCard__9S9qW{flex-direction:column;text-align:center}.hellclock_skillsContainer__hHw_s{justify-content:center;flex-wrap:wrap}.hellclock_skillIcon__5Gw43{width:45px;height:45px}.hellclock_buildName__tiWMj{font-size:1.5rem}}