h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700;line-height:1.2;margin:0}h1{font-size:48px}h2{font-size:36px}h3{font-size:24px}h4{font-size:20px}p{color:#b3b3b3;font-size:16px;line-height:1.6;margin:0}.gradient-text{color:#4caf50;background:linear-gradient(135deg,#4caf50,#45a049);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-float{animation:float 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{padding:0;margin:0;box-sizing:border-box;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#121212;color:#fff}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:transform .3s ease,background-color .3s ease}.header.scrolled{background:#121212f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000004d}.header.visible{transform:translateY(0)}.header.hidden{transform:translateY(-100%)}.header__container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo img{height:40px;width:auto}.header__nav{display:flex;gap:32px;align-items:center}@media(max-width:768px){.header__nav{display:none}}.header__nav-link{background:none;border:none;color:#b3b3b3;font-size:16px;font-weight:500;cursor:pointer;transition:color .2s ease;padding:0}.header__nav-link:hover{color:#4caf50}.header__cta{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:8px 24px;border-radius:9999px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.header__cta:hover{transform:translateY(-2px);box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}@media(max-width:768px){.header__cta{display:none}}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}@media(max-width:768px){.header__mobile-toggle{display:block}}.header .hamburger{display:flex;flex-direction:column;gap:5px;width:24px}.header .hamburger span{display:block;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.header .hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header .hamburger.open span:nth-child(2){opacity:0}.header .hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-menu{position:fixed;top:72px;left:0;right:0;background:#121212fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:0;overflow:hidden;transition:max-height .3s ease}.header__mobile-menu.open{max-height:400px;box-shadow:0 10px 30px #00000080}@media(min-width:769px){.header__mobile-menu{display:none}}.header__mobile-nav{display:flex;flex-direction:column;padding:24px;gap:16px}.header__mobile-link{background:none;border:none;color:#b3b3b3;font-size:16px;font-weight:500;cursor:pointer;text-align:left;padding:8px 0;transition:color .2s ease}.header__mobile-link:hover{color:#4caf50}.header__mobile-cta{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:16px;transition:transform .2s ease}.header__mobile-cta:hover{transform:translateY(-2px)}.btn{display:flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:9999px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;outline:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 4px 15px #4caf504d}.btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{background:transparent;color:#fff;border:2px solid #4CAF50}.btn--secondary:hover:not(:disabled){background:#4caf501a;box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.btn--secondary:active:not(:disabled){background:#4caf5033}.btn--text{background:transparent;color:#b3b3b3;padding:8px 16px}.btn--text:hover:not(:disabled){color:#4caf50}.btn--text:active:not(:disabled){color:#4caf50;opacity:.8}@media(max-width:480px){.btn{padding:8px 24px;font-size:14px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero__background{position:absolute;inset:0;z-index:0}.hero__gradient{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(76,175,80,.15) 0%,transparent 70%);animation:float 6s ease-in-out infinite}.hero__particles{position:absolute;width:100%;height:100%}.hero__particles span{position:absolute;width:4px;height:4px;background:#4caf50;border-radius:50%;opacity:.3;animation:float 3s ease-in-out infinite}.hero__particles span:nth-child(1){top:20%;left:10%;animation-delay:0s}.hero__particles span:nth-child(2){top:40%;left:80%;animation-delay:1s}.hero__particles span:nth-child(3){top:60%;left:20%;animation-delay:2s}.hero__particles span:nth-child(4){top:80%;left:70%;animation-delay:1.5s}.hero__particles span:nth-child(5){top:30%;left:50%;animation-delay:.5s}.hero__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:768px){.hero__container{grid-template-columns:1fr;gap:48px;text-align:center}}@media(max-width:768px){.hero__content{order:1}}.hero__title{font-size:56px;line-height:1.1;margin-bottom:24px}@media(max-width:768px){.hero__title{font-size:40px}}@media(max-width:480px){.hero__title{font-size:32px}}@media(max-width:375px){.hero__title{font-size:28px}}.hero__subtitle{font-size:20px;line-height:1.6;margin-bottom:32px;max-width:500px}@media(max-width:768px){.hero__subtitle{font-size:18px;margin-left:auto;margin-right:auto}}@media(max-width:480px){.hero__subtitle{font-size:16px}}.hero__cta{display:flex;gap:16px}@media(max-width:768px){.hero__cta{justify-content:center}}@media(max-width:480px){.hero__cta{flex-direction:column}}.hero__mockup{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.hero__mockup{order:2}}.phone-mockup{position:relative;animation:float 3s ease-in-out infinite}.phone-mockup__frame{width:300px;height:600px;background:#1e1e1e;border-radius:40px;padding:12px;box-shadow:0 20px 60px #00000080;position:relative}@media(max-width:480px){.phone-mockup__frame{width:250px;height:500px;border-radius:30px}}.phone-mockup__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:24px;background:#1e1e1e;border-radius:0 0 16px 16px;z-index:2}.phone-mockup__screen{width:100%;height:100%;background:linear-gradient(180deg,#121212,#1e1e1e);border-radius:32px;overflow:hidden}@media(max-width:480px){.phone-mockup__screen{border-radius:24px}}.phone-mockup__content{padding:40px 24px 24px}.mock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.mock-time{color:#b3b3b3;font-size:12px}.mock-title{color:#4caf50;font-size:20px;font-weight:700}.mock-stats{display:flex;justify-content:space-around;margin-bottom:48px;padding:24px;background:#2c2c2c80;border-radius:12px}.mock-stat{text-align:center}.mock-stat__value{color:#fff;font-size:18px;font-weight:700;margin-bottom:4px}.mock-stat__label{color:#b3b3b3;font-size:12px}.mock-chart{display:flex;justify-content:space-around;align-items:flex-end;height:120px;padding:0 24px;gap:8px}.mock-bar{flex:1;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:8px 8px 0 0;animation:pulse-glow 2s ease-in-out infinite}.mock-bar:nth-child(1){animation-delay:0s}.mock-bar:nth-child(2){animation-delay:.2s}.mock-bar:nth-child(3){animation-delay:.4s}.mock-bar:nth-child(4){animation-delay:.6s}.mock-bar:nth-child(5){animation-delay:.8s}.card{background:#2c2c2c;border-radius:12px;padding:24px;transition:all .3s ease;border:1px solid rgba(58,58,58,.5);animation:fadeInUp .6s ease forwards}.card:hover{background:#2c2c2c66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transform:translateY(-5px);border-color:#4caf504d;box-shadow:0 10px 30px #0000004d}.card[role=button]{cursor:pointer}.card[role=button]:active{transform:translateY(-2px)}.card--highlight{border:2px solid #4CAF50;box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.card--flat{background:transparent;border:none;padding:0}.card--flat:hover{background:transparent;transform:none;box-shadow:none}@media(max-width:768px){.card{padding:16px}}@media(max-width:480px){.card{padding:8px}}.features{padding:64px 0;background:#121212}.features__container{max-width:1200px;margin:0 auto;padding:0 24px}.features__header{text-align:center;margin-bottom:64px}.features__title{font-size:36px;margin-bottom:16px}@media(max-width:768px){.features__title{font-size:32px}}.features__subtitle{font-size:16px;color:#b3b3b3;max-width:600px;margin:0 auto}.features__grid{gap:20px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}@media(max-width:768px){.features__grid{flex-direction:column;align-items:center;justify-content:center}}.feature-card{height:100%;width:350px;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.feature-card{width:100%}}.feature-card:hover{transform:translateY(-8px);box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.feature-card__icon{width:64px;height:64px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;background:#4caf501a;border-radius:12px}.feature-card__icon img{width:48px;height:48px;filter:drop-shadow(0 0 8px rgba(76,175,80,.5))}.feature-card__title{font-size:24px;margin-bottom:16px;color:#fff}.feature-card__description{font-size:16px;color:#b3b3b3;line-height:1.6;margin-bottom:24px}.feature-card__list{list-style:none;padding:0;margin:0}.feature-card__list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:14px;color:#b3b3b3}.feature-card__list li img{margin-top:2px;flex-shrink:0}.feature-card__list li:last-child{margin-bottom:0}.how-it-works{padding:64px 0;background:#1e1e1e}.how-it-works__container{max-width:1000px;margin:0 auto;padding:0 24px}.how-it-works__header{text-align:center;margin-bottom:64px}.how-it-works__title{font-size:36px;margin-bottom:16px}@media(max-width:768px){.how-it-works__title{font-size:32px}}.how-it-works__subtitle{font-size:16px;color:#b3b3b3;max-width:600px;margin:0 auto}.how-it-works__timeline{position:relative}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent 0%,#4CAF50 10%,#4CAF50 90%,transparent 100%);transform:translate(-50%)}@media(max-width:768px){.timeline-line{display:none}}.step{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:64px;min-height:200px}@media(max-width:768px){.step{justify-content:center;gap:24px;min-height:auto;max-width:500px;margin-left:auto;margin-right:auto}}.step:last-child{margin-bottom:0}.step--left .step__content{margin-right:calc(50% + 60px)}@media(max-width:768px){.step--left .step__content{margin-right:0;margin-left:0;order:2}}.step--right .step__content{margin-left:calc(50% + 60px)}@media(max-width:768px){.step--right .step__content{margin-left:0;order:2}}.step__content{padding:32px;background:#2c2c2c;border-radius:12px;max-width:400px;width:100%;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.step__content{padding:24px}}.step__content:hover{transform:scale(1.02);background:#2c2c2c66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.step__title{font-size:20px;color:#fff;margin-bottom:8px}.step__description{font-size:14px;color:#b3b3b3;line-height:1.6}.step__number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#45a049);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:absolute;left:50%;transform:translate(-50%);z-index:10;box-shadow:0 0 20px #4caf5080}@media(max-width:768px){.step__number{width:50px;height:50px;position:static;transform:none;margin-right:24px;order:1}}.step__number span{font-size:24px;font-weight:700;color:#fff}@media(max-width:768px){.step__number span{font-size:20px}}.pricing{padding:64px 0;background:#121212}.pricing__container{max-width:1200px;margin:0 auto;padding:0 24px}.pricing__header{text-align:center;margin-bottom:64px}.pricing__title{font-size:36px;margin-bottom:16px}@media(max-width:768px){.pricing__title{font-size:32px}}.pricing__subtitle{font-size:16px;color:#b3b3b3;max-width:600px;margin:0 auto}.pricing__grid{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;gap:20px}@media(max-width:1024px){.pricing__grid{flex-direction:column;align-items:center;justify-content:center}}.pricing-card-wrapper{position:relative}@media(min-width:1025px){.pricing-card-wrapper.recommended{transform:scale(1.05)}}@media(max-width:1024px){.pricing-card-wrapper.recommended{margin-top:24px}}.pricing-card{height:100%;min-width:350px;display:flex;flex-direction:column;transition:transform .3s ease;box-sizing:border-box;padding:24px}@media(max-width:768px){.pricing-card{width:100%;margin:0;min-width:200px}}.pricing-card:hover{transform:translateY(-8px)}.pricing-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:4px 24px;border-radius:9999px;font-size:14px;font-weight:600;white-space:nowrap;z-index:1;box-shadow:0 4px 12px #4caf504d}.pricing-card__header{text-align:center;margin-bottom:32px}.pricing-card__name{font-size:24px;color:#fff;margin-bottom:16px}.pricing-card__price{display:flex;align-items:baseline;justify-content:center;margin-bottom:16px}.pricing-card__free{font-size:32px;font-weight:700;color:#4caf50}.pricing-card__amount{font-size:40px;font-weight:700;color:#4caf50}.pricing-card__period{font-size:16px;color:#b3b3b3;margin-left:4px}.pricing-card__description{font-size:14px;color:#b3b3b3}.pricing-card__features{list-style:none;padding:0;margin:0 0 32px;flex:1}.pricing-card__features li{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px;font-size:14px;color:#b3b3b3}.pricing-card__features li img{margin-top:2px;flex-shrink:0}.pricing-card__features li:last-child{margin-bottom:0}.pricing-card__button{width:100%;justify-content:center}.pricing-card__note{text-align:center;font-size:14px;color:#b3b3b3;margin-top:8px;font-style:italic}.download{position:relative;padding:64px 0;background:#1e1e1e;overflow:hidden}.download__background{position:absolute;inset:0;z-index:0}.download__gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(76,175,80,.2) 0%,transparent 70%);animation:pulse-glow 3s ease-in-out infinite}.download__container{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:0 24px}.download__content{text-align:center}.download__title{font-size:36px;margin-bottom:16px}@media(max-width:768px){.download__title{font-size:32px}}.download__subtitle{font-size:16px;color:#b3b3b3;margin-bottom:48px}.download__qr{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px}.download__qr img{width:200px;height:200px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #4caf5033;animation:float 3s ease-in-out infinite}.download__qr p{font-size:14px;color:#b3b3b3}.download__buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media(max-width:768px){.download__buttons{flex-direction:column;align-items:center}}.download__button{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#2c2c2c;border:2px solid #3A3A3A;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}@media(max-width:768px){.download__button{min-width:250px}}@media(max-width:375px){.download__button{min-width:180px;width:100%;max-width:280px}}.download__button svg{width:32px;height:32px;flex-shrink:0}.download__button:hover{transform:translateY(-4px);border-color:#4caf50;box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.download__button.primary{border-color:#4caf50;background:#4caf501a}.download__button--apk{border-style:dashed}.download__button-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.download__button-label{font-size:14px;color:#b3b3b3}.download__button-store{font-size:16px;font-weight:600;color:#fff}.footer{background:#1e1e1e;padding:64px 0 24px;border-top:1px solid #3A3A3A}.footer__container{max-width:1200px;margin:0 auto;padding:0 24px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr;gap:24px}}.footer__column{display:flex;flex-direction:column}.footer__logo{width:120px;height:auto;margin-bottom:16px}.footer__description{font-size:14px;color:#b3b3b3;line-height:1.6;margin-bottom:24px}.footer__social{display:flex;gap:16px}.footer__social a{width:40px;height:40px;border-radius:50%;background:#2c2c2c;display:flex;align-items:center;justify-content:center;color:#b3b3b3;transition:all .2s ease}.footer__social a:hover{background:#4caf50;color:#fff;transform:translateY(-4px)}.footer__social a svg{width:20px;height:20px}.footer__heading{font-size:16px;color:#fff;font-weight:600;margin-bottom:16px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:8px}.footer__links li:last-child{margin-bottom:0}.footer__links a,.footer__links button{font-size:14px;color:#b3b3b3;text-decoration:none;transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left}.footer__links a:hover,.footer__links button:hover{color:#4caf50}.footer__bottom{padding-top:24px;border-top:1px solid #3A3A3A;text-align:center}.footer__copyright{font-size:14px;color:#b3b3b3}.home-page{min-height:100vh;background:#121212}.home-page__main{position:relative}.auth-page{min-height:100vh;background:linear-gradient(180deg,#121212,#1a1a1a);display:flex;align-items:center;justify-content:center;padding:24px}.auth-page__container{width:100%;max-width:480px;background:#2c2c2c;border-radius:20px;padding:48px;box-shadow:0 8px 32px #0006}@media(max-width:480px){.auth-page__container{padding:32px}}.auth-page__logo{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.auth-page__title{font-size:36px;color:#fff;text-align:center;margin-bottom:16px}@media(max-width:480px){.auth-page__title{font-size:24px}}.auth-page__subtitle{font-size:16px;color:#b3b3b3;text-align:center;margin-bottom:32px}.auth-page__form{display:flex;flex-direction:column;gap:24px}.auth-page__input-group{display:flex;flex-direction:column;gap:8px}.auth-page__label{font-size:14px;color:#fff;font-weight:600}.auth-page__input{width:100%;height:48px;padding:0 16px;background:#1e1e1e;border:1px solid #3A3A3A;border-radius:8px;color:#fff;font-size:16px;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.auth-page__input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.auth-page__input::placeholder{color:#b3b3b399}.auth-page__input--error{border-color:#f44336}.auth-page__error{font-size:14px;color:#f44336}.auth-page__button{width:100%;height:48px;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:9999px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.auth-page__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.auth-page__button:active:not(:disabled){transform:translateY(0)}.auth-page__button:disabled{opacity:.6;cursor:not-allowed}.auth-page__button--loading{position:relative;color:transparent}.auth-page__button--loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #FFFFFF;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.auth-page__success{padding:16px;background:#4caf501a;border:1px solid rgba(76,175,80,.3);border-radius:8px;color:#4caf50;text-align:center;font-size:16px}.auth-page__error-box{padding:16px;background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:8px;color:#f44336;text-align:center;font-size:16px}.auth-page__link{text-align:center;margin-top:24px;font-size:14px;color:#b3b3b3}.auth-page__link a{color:#4caf50;text-decoration:none;transition:color .2s ease}.auth-page__link a:hover{color:#6ec071;text-decoration:underline}.auth-page__spinner{display:flex;align-items:center;justify-content:center;padding:48px 0}.auth-page__spinner:after{content:"";width:40px;height:40px;border:3px solid #3A3A3A;border-top-color:#4caf50;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.not-found{min-height:100vh;background:linear-gradient(180deg,#121212,#1a1a1a);display:flex;align-items:center;justify-content:center;padding:24px}.not-found__container{width:100%;max-width:600px;background:#2c2c2c;border-radius:20px;padding:48px 32px;box-shadow:0 8px 32px #0006;text-align:center;animation:fadeInUp .6s ease forwards}@media(max-width:480px){.not-found__container{padding:32px 24px}}.not-found__logo{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.not-found__logo h1{font-size:36px;margin:0}.not-found__code{font-size:120px;font-weight:900;background:linear-gradient(135deg,#4caf50,#45a049);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:24px;animation:pulse-glow 2s ease-in-out infinite}@media(max-width:480px){.not-found__code{font-size:80px}}.not-found__title{font-size:36px;color:#fff;margin-bottom:16px}@media(max-width:480px){.not-found__title{font-size:24px}}.not-found__subtitle{font-size:16px;color:#b3b3b3;line-height:1.6;margin-bottom:48px}@media(max-width:480px){.not-found__subtitle{font-size:14px}}.not-found__button{width:100%;max-width:280px;height:48px;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:9999px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.not-found__button:hover{transform:translateY(-2px);box-shadow:0 0 10px #4caf504d,0 0 20px #4caf5033,0 0 30px #4caf501a}.not-found__button:active{transform:translateY(0)}@media(max-width:480px){.not-found__button{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:1;filter:brightness(1)}50%{opacity:.8;filter:brightness(1.2)}}
