.footer-container{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#ffffff;padding:3rem 2rem;margin-top:4rem;border-top:1px solid #e9ecef}.social-icons{display:flex;justify-content:center;gap:2.5rem;margin-bottom:0;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#ffffff;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{color:#ffffff;background:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.social-icon{width:20px;height:20px;filter:brightness(1.2)}.social-name{font-size:.85rem;font-weight:600;letter-spacing:.5px}.footer-info{display:flex;flex-direction:column;gap:.5rem;align-items:center}.copyright{color:#cccccc;font-size:.9rem;letter-spacing:.5px}.built-by,.copyright{text-align:center;font-weight:300}.built-by{display:flex;align-items:center;gap:.5rem;justify-content:center;color:#999999;font-size:.8rem}.dev-icon{width:16px;height:16px;opacity:.8;border-radius:2px}.nedron-link{color:#ffffff;text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:1px solid transparent}.nedron-link:hover{color:#007bff;border-bottom-color:#007bff}@media only screen and (max-width:768px){.footer-container{flex-direction:column;gap:2rem;padding:2rem 1rem;justify-content:center;align-items:center}.social-icons{gap:1.5rem;justify-content:center;width:100%}.social-link{padding:.75rem 1.25rem}}@media only screen and (max-width:480px){.footer-container{padding:2rem 15px}.social-icons{flex-direction:column;gap:1rem;align-items:center;width:100%}.social-link{justify-content:center;width:280px;margin:0 auto}}.header{position:-webkit-sticky;position:sticky;top:0;width:100%;background:rgba(10,10,10,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;transition:all .3s ease}body,html{overscroll-behavior:none;-webkit-overflow-scrolling:touch}body{background-attachment:fixed}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;box-sizing:border-box}.mobile-menu-toggle{display:none}.logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .2s ease;z-index:1001}.logo-link:hover{transform:scale(1.05)}.logo-image{border-radius:8px;object-fit:cover}.logo-text{font-family:var(--font-league-gothic);font-size:2rem;font-weight:700;background:linear-gradient(45deg,#ff6b6b,#ff8e3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px}.desktop-nav{display:flex;align-items:center;gap:2rem}.nav-link{font-family:var(--font-roboto-condensed);font-size:1.1rem;font-weight:500;color:#ffffff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#ff6b6b;background:rgba(255,107,107,.1)}.nav-link.active{color:#ff6b6b;background:rgba(255,107,107,.2);font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(45deg,#ff6b6b,#ff8e3c);border-radius:1px}.desktop-cta{display:flex;align-items:center;gap:1rem}.cta-button{font-family:var(--font-roboto-condensed);font-size:1rem;font-weight:600;background:linear-gradient(45deg,#ff6b6b,#ff8e3c);color:#ffffff;text-decoration:none;padding:.75rem 1.5rem;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,107,107,.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,107,.4)}.login-button{font-family:var(--font-roboto-condensed);font-size:1rem;color:#ff8e3c;text-decoration:none;padding:.75rem 1.5rem;border:1px solid #ff8e3c;border-radius:12px;transition:all .3s ease}.login-button:hover{background:#ff8e3c;color:#000000}.mobile-menu-button{display:none;cursor:pointer;padding:.5rem;z-index:1001;position:relative}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{width:100%;height:2px;background:#ffffff;transition:all .3s ease;border-radius:2px}.hamburger span:nth-child(2){margin:6px 0}.mobile-menu-toggle:checked+.mobile-menu-button .hamburger span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle:checked+.mobile-menu-button .hamburger span:nth-child(2){opacity:0}.mobile-menu-toggle:checked+.mobile-menu-button .hamburger span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{position:fixed;top:0;right:-350px;width:300px;height:100vh;background:rgba(20,20,20,.98);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);transition:right .3s ease;z-index:1002;overflow-y:auto;box-shadow:-5px 0 15px rgba(0,0,0,.4);border-left:1px solid rgba(255,255,255,.1);visibility:hidden;opacity:0}.mobile-nav-content{padding:5rem 1.5rem .5rem;display:flex;flex-direction:column;gap:.75rem;height:100%;min-height:100vh}.mobile-menu-toggle:checked~.mobile-nav{right:0;visibility:visible;opacity:1}.mobile-nav-link{font-family:var(--font-roboto-condensed);font-size:1.1rem;color:#ffffff;text-decoration:none;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease;position:relative;min-height:44px;display:flex;align-items:center}.mobile-nav-link:hover{color:#ff6b6b}.mobile-nav-link.active{color:#ff6b6b;font-weight:600}.mobile-nav-link.active:before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(45deg,#ff6b6b,#ff8e3c);border-radius:2px}.mobile-nav-buttons{margin-top:1.5rem;padding-top:1rem;padding-bottom:.5rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-cta-button{font-family:var(--font-roboto-condensed);font-size:.95rem;font-weight:600;background:linear-gradient(45deg,#ff6b6b,#ff8e3c);color:#ffffff;text-decoration:none;padding:.75rem 1rem;border-radius:10px;text-align:center;transition:all .3s ease;min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,107,.3)}.mobile-login-button{font-family:var(--font-roboto-condensed);font-size:.9rem;color:#ff8e3c;text-decoration:none;padding:.7rem 1rem;border:1px solid #ff8e3c;border-radius:10px;text-align:center;transition:all .3s ease;min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-login-button:hover{background:#ff8e3c;color:#000000}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:1001;cursor:pointer}@media (max-width:768px){.desktop-cta,.desktop-nav{display:none}.mobile-menu-button{display:block}.header-container{padding:1rem}.logo-text{font-size:1.5rem}}@media (max-width:480px){.header-container{padding:.75rem}.logo-image{width:40px;height:40px}.logo-text{font-size:1.25rem}.mobile-nav{width:90%;right:-100vw}.mobile-nav-content{padding:4.5rem 1.25rem .25rem}.mobile-nav-buttons{padding-top:.75rem;padding-bottom:.25rem;margin-top:1rem}}@media (max-width:414px) and (max-height:896px){.mobile-nav{width:85%;max-width:320px;background:rgba(20,20,20,.99);right:-100vw}.mobile-nav-content{padding:4rem 1rem .15rem;gap:.6rem;background:rgba(20,20,20,.99)}.mobile-nav-link{font-size:1rem;padding:.65rem 0;min-height:40px}.mobile-nav-buttons{padding-top:.5rem;padding-bottom:.15rem;gap:.6rem;margin-top:.75rem}.mobile-cta-button{font-size:.9rem;padding:.65rem .8rem;min-height:40px}.mobile-login-button{font-size:.85rem;padding:.6rem .8rem;min-height:40px}}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/3f69592b2fe603c7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6325a8417175c41d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/021bc4481ed92ece-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/99b7f73d5af7c3e2-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4f05ba3a6752a328-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_4bc053{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_4bc053{--font-montserrat:"Montserrat","Montserrat Fallback"}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0f5bb038b75ef02c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5311210258c05328-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/814d095aaccc2521-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b3346c603490a98f-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/dc9356f8ef3fb53b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eebd5672f205c2b9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/dc1a31dd116e0329-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0f5bb038b75ef02c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5311210258c05328-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/814d095aaccc2521-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b3346c603490a98f-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/dc9356f8ef3fb53b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eebd5672f205c2b9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/dc1a31dd116e0329-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Roboto Condensed Fallback;src:local("Arial");ascent-override:104.44%;descent-override:27.48%;line-gap-override:0.00%;size-adjust:88.83%}.__className_8fc59e{font-family:Roboto Condensed,Roboto Condensed Fallback;font-style:normal}.__variable_8fc59e{--font-roboto-condensed:"Roboto Condensed","Roboto Condensed Fallback"}@font-face{font-family:League Gothic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/99873aad6c9e5f5f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:League Gothic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9a552bd2d31af842-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:League Gothic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80ea968b13b367a0-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:League Gothic Fallback;src:local("Arial");ascent-override:163.38%;descent-override:39.26%;line-gap-override:0.00%;size-adjust:59.22%}.__className_21d9bd{font-family:League Gothic,League Gothic Fallback;font-style:normal}.__variable_21d9bd{--font-league-gothic:"League Gothic","League Gothic Fallback"}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-montserrat),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;margin:0;padding:0;color:#ffffff;line-height:1.6}.app-wrapper,body{background-color:#0a0a0a}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}main.content{flex:1 1}a{color:inherit;transition:color .3s ease}a,a:hover{text-decoration:none}