.navbar{display:flex;justify-content:flex-start;align-items:center;padding:8px 20px;background-color:#161a20;position:sticky;top:0;z-index:100;height:64px;border-bottom:1px solid rgba(255,255,255,.1)}.logo-link{display:flex;align-items:center;margin-right:30px}.logo-image{height:64px;width:auto;object-fit:contain}.desktop-links{display:flex;align-items:center}.navlink{position:relative;padding:18px 20px;text-decoration:none;font-size:1.1rem;font-family:inherit;color:#e0e0e0;transition:color .3s ease;margin-right:20px}.navlink:last-child{margin-right:0}.navlink:hover{color:#ffbf00}.navlink-active:after{content:"";position:absolute;bottom:0;left:10%;width:80%;height:3px;background-color:#ffbf00;border-radius:2px}.navlink-active:hover{color:#ffbf00}.hamburger{display:none;background:none;border:none;color:#e0e0e0;font-size:2rem;cursor:pointer;margin-left:auto}.mobile-menu{display:none;position:fixed;top:64px;right:0;width:240px;background-color:#161a20;padding:20px;height:calc(100% - 64px);flex-direction:column;gap:20px;box-shadow:-2px 0 8px #00000080;z-index:200;border-left:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu.open{display:flex}@media (max-width: 768px){.desktop-links{display:none}.hamburger{display:block}}.footer{min-height:140px;padding:0 5%;background-color:#0f0f0f;font-family:inherit;flex-wrap:wrap}.links-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer-left{display:flex;flex-direction:column;gap:10px}.footer-right{display:flex;justify-content:center;align-items:center;gap:20px}.footer-link{text-decoration:none;color:#b3b3b3;font-size:1rem;transition:color .3s ease}.footer-link:hover{color:#ffbf00}.footer-icon{display:inline-block}.footer-icon svg{fill:#b3b3b3;transition:fill .3s ease}.footer-icon:hover svg{fill:#ffbf00}.footer-divider{width:100%;min-width:175px;height:1px;margin:20px auto;border-top:1px solid rgba(255,255,255,.1)}.footer-copy{width:100%;text-align:right;font-size:.9rem;color:#b3b3b3;padding-bottom:20px}@media (max-width: 768px){.footer{padding:0 7%}}.ml-embedded{min-height:280px}.newsletter-block{text-align:center}.newsletter-block{text-align:center;padding:25px 0 0}.newsletter-shell{position:relative;width:100%;max-width:680px;margin:0 auto}.newsletter-frame{width:100%;border:0;min-height:200px;opacity:0;transition:opacity .25s ease}.newsletter-shell.is-loaded .newsletter-frame{opacity:1}.newsletter-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:linear-gradient(90deg,#2a2f38 25%,#343a45 37%,#2a2f38 63%);background-size:400% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.newsletter-shell.is-loaded .newsletter-skeleton{display:none}@media (max-width: 500px){.newsletter-frame{height:300px}}@media (max-width: 430px){.newsletter-frame{height:350px}}.home-page{background-color:#161a20;color:#e0e0e0;font-family:inherit}.hero-section{background-image:linear-gradient(#0000,#000c),url(/mountainHeroEdit2.jpg);flex-direction:column;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px)}.hero-overlay-titles,.hero-overlay-description{text-align:center;padding:clamp(20px,5vw,40px);border-radius:12px;max-width:800px}.hero-overlay-titles{padding:20px}.hero-title,.hero-subtitle{opacity:0;animation:fadeInUp 1s ease-out forwards}.hero-overlay-description{opacity:0;animation:fadeInUp 1s ease-out forwards;animation-delay:.4s}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin:0;color:#ffbf00}.hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);color:#e0e0e0}.hero-description-text{color:#e0e0e0;font-size:1.5rem}.hero-section>.app-store-icons{padding:clamp(0px,5vw,40px);opacity:0;animation:fadeInUp 1s ease-out forwards;animation-delay:.2s}.cta-button{position:relative;overflow:hidden;margin:40px 0;padding:12px 28px;font-size:1.5rem;background-color:#ffbf00;color:#000;border:none;border-radius:4px;cursor:pointer;transition:box-shadow .3s ease,background-color .3s ease;box-shadow:0 2px 8px #ffbf004d}.cta-button:before{content:"";position:absolute;top:-20%;left:-40%;width:40%;height:140%;background:linear-gradient(120deg,#fff0,#ffffffa6,#fff0);transform:skew(-20deg) translate(-150%);filter:blur(2px);pointer-events:none;z-index:1}.cta-button.loaded:before{animation:shineLoop 4s ease-out infinite;animation-delay:1s}.cta-button:hover{box-shadow:0 0 10px #ffbf0099,0 0 20px #ffbf0080}.about-section{padding:60px 15%;text-align:center;background-color:#161a20}.about-text{font-size:1.2rem;margin-bottom:30px;color:#e0e0e0}.how-section{padding:60px 15%;text-align:center;background-color:#1d232b}.download-section{padding:60px 15%;text-align:center;background-color:#161a20;display:flex;flex-direction:column;align-items:center}.download-section>.app-store-icons{padding-bottom:30px}.step-number{display:flex;align-items:center;justify-content:center;font-size:2rem;color:#e0e0e0;width:60px;height:60px;border:3px solid #e0e0e0;border-radius:50%;margin:20px auto;line-height:1}.steps{margin-bottom:60px}.play-badge{height:60px;transition:transform .3s ease}.play-badge:hover{transform:scale(1.05)}.app-store-icons{display:flex;justify-content:center;gap:clamp(12px,3vw,40px);flex-wrap:wrap}.app-info{max-width:700px;margin:0 auto;color:#e0e0e0}.app-info h2{font-size:1.8rem;margin-bottom:15px;color:#ffbf00}.app-info p{font-size:1.1rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInSide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes shineLoop{0%{transform:skew(-20deg) translate(-150%)}40%{transform:skew(-20deg) translate(350%)}to{transform:skew(-20deg) translate(360%)}}@keyframes flash{0%{background-color:#ffbf00;box-shadow:0 0 20px #ffbf00cc}50%{background-color:#fff2cc;box-shadow:0 0 30px #ffbf00}to{background-color:#ffbf00;box-shadow:0 0 20px #ffbf00cc}}.contact-container{max-width:700px;min-height:100vh;margin:0 auto;padding:40px 20px;color:#e0e0e0;font-family:inherit;display:flex;flex-direction:column;align-items:center}.contact-container h1{font-size:2rem;margin-bottom:20px;color:#e0e0e0}.contact-container p a{position:relative;color:#ffbf00;text-decoration:none}.contact-container p a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.contact-container p a:hover:after{transform:scaleX(1)}.social-links{display:flex;gap:20px;margin-top:30px}.social-icon svg{transition:fill .3s ease}.social-icon:hover svg{fill:#ffbf00}.hunts-container{max-width:700px;min-height:100vh;margin:0 auto;padding:40px 20px;color:#e0e0e0;font-family:inherit;display:flex;flex-direction:column;align-items:center}h1{font-size:2rem;color:#e0e0e0;margin-bottom:50px}h2{font-size:1.5rem;font-weight:200;margin-bottom:15px}.current-hunts-container,.upcoming-hunts-container,.past-hunts-container{display:flex;width:100%;flex-direction:column;justify-content:flex-start;margin-bottom:25px}.hunt-card{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:14px 16px;border-radius:10px;background-color:#1d232b;border:1px solid rgba(255,255,255,.08);text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease;margin-bottom:15px}.hunt-card:hover{box-shadow:0 0 10px #ffbf0099,0 0 20px #ffbf0080;border-color:#ffbf0040}.hunt-thumb{width:64px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0}.hunt-meta{display:flex;flex-direction:column;min-width:0}.hunt-title{font-weight:700;font-size:1.05rem;color:#e0e0e0;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hunt-short{color:#b3b3b3;font-size:.95rem;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hunt-cta{display:inline-flex;align-items:center;gap:8px;color:#ffbf00;font-weight:600;white-space:nowrap}.hunt-arrow{font-size:1.1rem}@media (max-width: 480px){.hunt-thumb{width:56px;height:56px}.hunt-title{font-size:1rem}.hunt-short{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:system-ui,sans-serif;background-color:#161a20;color:#fff}
