.header{z-index:1030;background:0 0;padding:1.5rem 0;transition:all .25s ease-in-out;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0f14f2;border-bottom:1px solid #1a2535;padding:1rem 0;box-shadow:0 4px 20px #0000004d}.header__container{justify-content:space-between;align-items:center;display:flex}.header__logo{align-items:center;gap:.5rem;text-decoration:none;transition:transform .25s ease-in-out;display:flex}.header__logo:hover{transform:translateY(-2px)}.header__logo-symbol{filter:drop-shadow(0 0 8px #c8f5424d);justify-content:center;align-items:center;display:flex}.header__logo-symbol svg{display:block}.header__logo-text{color:#e8edf5;letter-spacing:-.5px;font-size:1.25rem;font-weight:700}@media (width<=640px){.header__logo-text{font-size:1.125rem}}.header__nav{align-items:center;gap:2rem;display:flex}@media (width<=768px){.header__nav{display:none}}.header__nav-link{color:#5a7a9a;letter-spacing:.5px;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .25s ease-in-out;position:relative}.header__nav-link:hover{color:#c8f542}.header__nav-link--active{color:#e8edf5;font-weight:600}.header__nav-indicator{background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);border-radius:9999px;height:2px;animation:.3s ease-out slideIn;position:absolute;bottom:-4px;left:0;right:0}.header__mobile-toggle{cursor:pointer;z-index:1031;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}@media (width<=768px){.header__mobile-toggle{display:flex}}.header__mobile-toggle span{background:#e8edf5;border-radius:9999px;width:24px;height:2px;transition:all .25s ease-in-out;display:block}.header__mobile-toggle--active span:first-child{background:#c8f542;transform:rotate(45deg)translateY(7px)}.header__mobile-toggle--active span:nth-child(2){opacity:0}.header__mobile-toggle--active span:nth-child(3){background:#c8f542;transform:rotate(-45deg)translateY(-7px)}.header__mobile-menu{z-index:1030;background:#0c0f14;border-left:1px solid #1a2535;width:280px;height:100vh;padding:100px 2rem 2rem;transition:right .35s ease-in-out;position:fixed;top:0;right:-100%}@media (width<=640px){.header__mobile-menu{width:100%}}.header__mobile-menu--open{right:0}.header__mobile-nav{flex-direction:column;gap:1rem;display:flex}.header__mobile-link{color:#5a7a9a;opacity:0;border-radius:.5rem;padding:1rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .25s ease-in-out;transform:translate(20px)}.header__mobile-menu--open .header__mobile-link{animation:.4s ease-out forwards slideInRight}.header__mobile-link:hover{color:#c8f542;background:#c8f5420d;transform:translate(0)}.header__mobile-link--active{color:#e8edf5;background:#c8f5421a;border-left:3px solid #c8f542}.header__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1029;background:#000000b3;animation:.3s ease-out fadeIn;position:fixed;inset:0}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.footer{background:#080b10;border-top:1px solid #1a2535;margin-top:6rem;padding:6rem 0 3rem;position:relative;overflow:hidden}.footer__container{z-index:1;position:relative}.footer__grid{grid-template-columns:repeat(4,1fr);gap:4rem;margin-bottom:4rem;display:grid}@media (width<=1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=640px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{align-items:center;gap:.5rem;display:flex}.footer__logo-symbol{filter:drop-shadow(0 0 8px #c8f54233);justify-content:center;align-items:center;display:flex}.footer__logo-symbol svg{display:block}.footer__logo-text{color:#e8edf5;letter-spacing:-.5px;font-size:1.125rem;font-weight:700}.footer__tagline{color:#445e78;margin:0;font-size:.875rem;line-height:1.6}.footer__title{color:#5a7a9a;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer__nav{flex-direction:column;gap:.5rem;display:flex}.footer__nav-link{color:#445e78;width:fit-content;padding:.25rem 0;font-size:1rem;text-decoration:none;transition:all .25s ease-in-out}.footer__nav-link:hover{color:#c8f542;transform:translate(4px)}.footer__contact-info{flex-direction:column;gap:.5rem;display:flex}.footer__contact-link{color:#42f5d4;width:fit-content;font-size:1rem;text-decoration:none;transition:color .25s ease-in-out}.footer__contact-link:hover{color:#c8f542;text-decoration:underline}.footer__location{color:#445e78;margin:0;font-size:.875rem}.footer__social-links{flex-direction:column;gap:.5rem;display:flex}.footer__social-link{color:#445e78;align-items:center;gap:.5rem;padding:.25rem 0;font-size:1rem;text-decoration:none;transition:all .25s ease-in-out;display:flex}.footer__social-link svg{font-size:20px;transition:transform .25s ease-in-out}.footer__social-link:hover{color:#c8f542}.footer__social-link:hover svg{transform:translateY(-2px)}.footer__divider{background:linear-gradient(90deg,#0000,#1a2535 20% 80%,#0000);height:1px;margin:3rem 0}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (width<=640px){.footer__bottom{text-align:center;flex-direction:column}}.footer__copyright{color:#2a3d55;margin:0;font-size:.875rem}.footer__tech{color:#2a3d55;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.footer__tech span:not(.gradient-text){color:#2a3d55}.footer__decoration{pointer-events:none;opacity:.5;background-image:radial-gradient(circle,#c8f54208 1px,#0000 1px);background-size:24px 24px;width:400px;height:400px;position:absolute;bottom:0;right:0}@media (width<=768px){.footer__decoration{width:300px;height:300px}}.home{min-height:100vh}.hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero__container{z-index:1;position:relative}.hero__content{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (width<=1024px){.hero__content{text-align:center;grid-template-columns:1fr;gap:4rem}}.hero__text{flex-direction:column;gap:1.5rem;display:flex}@media (width<=1024px){.hero__text{align-items:center}}.hero__greeting{color:#5a7a9a;letter-spacing:1px;font-size:1.125rem;font-weight:500}.hero__name{color:#e8edf5;letter-spacing:-2px;margin:0;font-size:3.75rem;font-weight:800;line-height:1.1}@media (width<=768px){.hero__name{font-size:2.25rem}}.hero__title{margin:0;font-size:1.875rem}@media (width<=768px){.hero__title{font-size:1.5rem}}.hero__subtitle{color:#5a7a9a;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;display:flex}@media (width<=1024px){.hero__subtitle{justify-content:center}}.hero__icon{color:#42f5d4}.hero__description{color:#445e78;max-width:600px;margin:0;font-size:1.125rem;line-height:1.8}@media (width<=1024px){.hero__description{text-align:center;max-width:100%}}.hero__actions{gap:1rem;margin-top:1.5rem;display:flex}@media (width<=1024px){.hero__actions{justify-content:center}}@media (width<=640px){.hero__actions{flex-direction:column;width:100%}}.hero__stats{border-top:1px solid #1a2535;gap:4rem;margin-top:3rem;padding-top:3rem;display:flex}@media (width<=1024px){.hero__stats{justify-content:center}}@media (width<=640px){.hero__stats{gap:2rem}}.hero__stat{align-items:center;gap:1rem;display:flex}.hero__stat-icon{color:#c8f542;filter:drop-shadow(0 0 8px #c8f5424d);font-size:32px}.hero__stat-content{flex-direction:column;display:flex}.hero__stat-value{font-size:1.875rem;font-weight:800;line-height:1}.hero__stat-label{color:#445e78;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.hero__visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}@media (width<=1024px){.hero__visual{height:400px}}.hero__circle{border:2px solid;border-radius:50%;position:absolute}.hero__circle--1{border-color:#c8f5421a;width:400px;height:400px;animation:20s linear infinite rotate}.hero__circle--2{border-color:#42f5d41a;width:300px;height:300px;animation:15s linear infinite reverse rotate}.hero__circle--3{border-color:#c8f54233;width:200px;height:200px;animation:10s linear infinite rotate}.hero__code-block{z-index:1;background:#141c28;border:1px solid #1a2535;border-radius:.75rem;width:100%;max-width:400px;padding:1.5rem;position:relative;box-shadow:0 10px 15px -3px #00000080}.hero__code-header{border-bottom:1px solid #1a2535;gap:.25rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.hero__code-dot{background:#445e78;border-radius:50%;width:12px;height:12px}.hero__code-dot:first-child{background:#ff5f56}.hero__code-dot:nth-child(2){background:#ffbd2e}.hero__code-dot:nth-child(3){background:#27c93f}.hero__code-content{font-family:Fira Code,Courier New,monospace;font-size:.875rem;line-height:1.8}.hero__code-content code{color:#5a7a9a;background:0 0;padding:0}.hero__code-content .code-keyword{color:#ff79c6}.hero__code-content .code-variable{color:#50fa7b}.hero__code-content .code-string{color:#c8f542}.hero__scroll{color:#445e78;text-transform:uppercase;letter-spacing:2px;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}@media (width<=768px){.hero__scroll{display:none}}.hero__scroll-line{background:linear-gradient(#c8f542,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollAnimation}.hero__bg-decoration{pointer-events:none;background-image:radial-gradient(circle at 20%,#c8f5420d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#42f5d40d 0%,#0000 50%);position:absolute;inset:0}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes scrollAnimation{0%,to{opacity:0;transform:translateY(0)}50%{opacity:1;transform:translateY(20px)}}.projects{color:#fff;padding:2rem}.projects h1{margin-bottom:2rem;font-size:2rem}.projects .projects-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.projects .project-card{background-color:#11151c;border:1px solid #1f2933;border-radius:10px;padding:1.5rem;transition:transform .2s}.projects .project-card .project-meta{color:#9aa5b1;gap:.8rem;margin-bottom:.8rem;font-size:.8rem;display:flex}.projects .project-card .project-meta .language{color:#42f5d4;font-weight:500}.projects .project-card .github-link{color:#c8f542;margin-bottom:1rem;font-size:.85rem;text-decoration:none;display:inline-block}.projects .project-card .github-link:hover{text-decoration:underline}.projects .project-card:hover{transform:translateY(-5px)}.projects .project-card h2{color:#c8f542;margin-bottom:.5rem}.projects .project-card p{color:#9aa5b1;margin-bottom:1rem;font-size:.9rem}.projects .project-card .technologies{flex-wrap:wrap;gap:.5rem;display:flex}.projects .project-card .technologies .tech{color:#0c0f14;background-color:#42f5d4;border-radius:5px;padding:.3rem .6rem;font-size:.75rem;font-weight:500}.about{min-height:100vh;padding:120px 0 80px}.about__container{max-width:1200px}.about__header{text-align:center;margin-bottom:6rem}.about__title{margin-bottom:1.5rem;font-size:3rem}@media (width<=768px){.about__title{font-size:2.25rem}}.about__profile{margin-bottom:6rem}.about__profile-content{background:#141c28;border:1px solid #1a2535;border-radius:1rem;grid-template-columns:auto 1fr;align-items:center;gap:4rem;padding:4rem;display:grid}@media (width<=768px){.about__profile-content{text-align:center;grid-template-columns:1fr;gap:3rem}}.about__avatar{width:180px;height:180px;position:relative}@media (width<=768px){.about__avatar{margin:0 auto}}.about__avatar-placeholder{z-index:1;background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.about__avatar-icon{color:#0c0f14;font-size:80px}.about__avatar-ring{opacity:.3;border:2px solid #c8f542;border-radius:50%;animation:3s ease-in-out infinite pulse;position:absolute;inset:-10px}.about__info{flex-direction:column;gap:1rem;display:flex}.about__name{margin:0;font-size:1.875rem}.about__role{font-size:1.25rem;font-weight:600}.about__meta{flex-wrap:wrap;gap:2rem;display:flex}@media (width<=768px){.about__meta{justify-content:center}}.about__meta-item{color:#5a7a9a;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.about__description{color:#5a7a9a;white-space:pre-line;line-height:1.8}.about__social{gap:1rem;margin-top:1rem;display:flex}@media (width<=768px){.about__social{justify-content:center}}.about__social-link{color:#5a7a9a;background:0 0;border:1px solid #1a2535;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-weight:500;text-decoration:none;transition:all .25s ease-in-out;display:flex}.about__social-link:hover{color:#42f5d4;background:#42f5d40d;border-color:#42f5d4}.about__section-title{align-items:center;gap:1rem;margin-bottom:3rem;font-size:1.875rem;display:flex}@media (width<=768px){.about__section-title{font-size:1.5rem}}.about__section-icon{color:#c8f542;font-size:32px}.about__skills{margin-bottom:6rem}.about__skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.skill-group{background:#141c28;border:1px solid #1a2535;border-radius:.75rem;padding:2rem}.skill-group__title{color:#42f5d4;border-bottom:2px solid #1a2535;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem}.skill-group__items{flex-direction:column;gap:1.5rem;display:flex}.skill-item__header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.skill-item__name{color:#e8edf5;font-size:1rem;font-weight:500}.skill-item__level{color:#445e78;font-size:.875rem;font-weight:600}.skill-item__bar{background:#0c0f14;border-radius:9999px;height:8px;overflow:hidden}.skill-item__progress{background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);border-radius:9999px;height:100%}.about__timeline{margin-bottom:6rem}.timeline{padding-left:4rem;position:relative}.timeline:before{content:"";background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{padding-bottom:4rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item__marker{background:#c8f542;border:3px solid #0c0f14;border-radius:50%;width:16px;height:16px;position:absolute;top:0;left:-4rem;box-shadow:0 0 20px #c8f5424d}.timeline-item__content{background:#141c28;border:1px solid #1a2535;border-radius:.75rem;padding:2rem}.timeline-item__title{margin-bottom:.25rem;font-size:1.25rem}.timeline-item__company{color:#42f5d4;margin-bottom:.25rem;font-weight:500}.timeline-item__period{color:#445e78;margin-bottom:1rem;font-size:.875rem}.timeline-item__description{color:#5a7a9a;line-height:1.6}.about__education{margin-bottom:6rem}.education-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.education-card{text-align:center;background:#141c28;border:1px solid #1a2535;border-radius:.75rem;padding:3rem;transition:all .25s ease-in-out}.education-card:hover{border-color:#42f5d4;transform:translateY(-4px);box-shadow:0 8px 30px #42f5d426}.education-card__icon{color:#c8f542;margin-bottom:1rem;font-size:48px}.education-card__title{margin-bottom:.5rem;font-size:1.25rem}.education-card__institution{color:#42f5d4;margin-bottom:1rem;font-weight:500}.education-card__description{color:#5a7a9a;line-height:1.6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.contact{min-height:100vh;padding:120px 0 80px}.contact__container{max-width:1200px}.contact__header{text-align:center;margin-bottom:6rem}.contact__title{margin-bottom:1rem;font-size:3rem}@media (width<=768px){.contact__title{font-size:2.25rem}}.contact__subtitle{color:#5a7a9a;margin-bottom:1.5rem;font-size:1.25rem}.contact__content{grid-template-columns:1.5fr 1fr;gap:6rem;display:grid}@media (width<=1024px){.contact__content{grid-template-columns:1fr;gap:4rem}}.contact__info{flex-direction:column;gap:3rem;display:flex;position:relative}.contact__info-cards{flex-direction:column;gap:1.5rem;display:flex}.contact__social{background:#141c28;border:1px solid #1a2535;border-radius:.75rem;padding:2rem}.contact__social-title{color:#e8edf5;margin-bottom:1rem;font-size:1.125rem}.contact__social-links{gap:1rem;display:flex}.contact__social-link{color:#5a7a9a;background:0 0;border:1px solid #1a2535;border-radius:.5rem;justify-content:center;align-items:center;width:48px;height:48px;transition:all .25s ease-in-out;display:flex}.contact__social-link:hover{color:#0c0f14;background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);border-color:#0000;transform:translateY(-4px);box-shadow:0 0 20px #c8f5424d}.contact__social-link svg{font-size:24px}.contact__decoration{height:200px;margin-top:3rem;display:none;position:relative}@media (width>=1024px){.contact__decoration{display:block}}.contact__decoration-circle{border:2px solid #c8f54233;border-radius:50%;width:150px;height:150px;animation:20s linear infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact__decoration-dots{background-image:radial-gradient(circle,#42f5d41a 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.contact-info-card{background:#141c28;border:1px solid #1a2535;border-radius:.75rem;align-items:center;gap:1.5rem;padding:2rem;transition:all .25s ease-in-out;display:flex}.contact-info-card:hover{border-color:#42f5d4;transform:translate(8px)}.contact-info-card__icon{color:#0c0f14;background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);border-radius:.5rem;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.contact-info-card__icon svg{font-size:28px}.contact-info-card__content{flex:1}.contact-info-card__label{color:#445e78;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.875rem}.contact-info-card__value{color:#e8edf5;margin:0;font-size:1.125rem;font-weight:500}.contact-info-card__value--link{color:#42f5d4;text-decoration:none;transition:color .25s ease-in-out}.contact-info-card__value--link:hover{color:#c8f542}.contact-form{background:#141c28;border:1px solid #1a2535;border-radius:.75rem;padding:4rem}@media (width<=640px){.contact-form{padding:3rem}}.contact-form__group{margin-bottom:1.5rem}.contact-form__label{color:#5a7a9a;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.contact-form__input,.contact-form__textarea{color:#e8edf5;background:#0c0f14;border:1px solid #1a2535;border-radius:.5rem;width:100%;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .25s ease-in-out}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#42f5d4;outline:none;box-shadow:0 0 0 3px #42f5d41a}.contact-form__input:disabled,.contact-form__textarea:disabled{opacity:.5;cursor:not-allowed}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#2a3d55}.contact-form__textarea{resize:vertical;min-height:150px}.contact-form__message{border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.875rem;font-weight:500}.contact-form__message--success{color:#27c93f;background:#27c93f1a;border:1px solid #27c93f4d}.contact-form__message--error{color:#ff5f56;background:#ff5f561a;border:1px solid #ff5f564d}.contact-form__submit{justify-content:center;width:100%;padding:1rem 2rem;font-size:1.125rem}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.contact-form__spinner{border:2px solid #0c0f14;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#e8edf5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#0c0f14 0%,#080b10 100%) fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#e8edf5;margin-bottom:1rem;font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:3rem;font-weight:800}@media (width<=768px){h1{font-size:2.25rem}}h2{font-size:2.25rem;font-weight:700}@media (width<=768px){h2{font-size:1.875rem}}h3{font-size:1.5rem;font-weight:600}p{color:#5a7a9a;margin-bottom:1rem;line-height:1.7}a{color:#42f5d4;text-decoration:none;transition:color .25s ease-in-out}a:hover{color:#c8f542}code{color:#c8f542;background:#141c28;border-radius:.25rem;padding:.2em .4em;font-family:Fira Code,Courier New,monospace;font-size:.9em}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#080b10}::-webkit-scrollbar-thumb{background:#141c28;border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:#1a2535}::selection{color:#c8f542;background:#c8f54233}::selection{color:#c8f542;background:#c8f54233}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (width<=768px){.container{padding:0 1rem}}.gradient-text{background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-bar{background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);border-radius:.25rem;height:3px;margin:1rem 0}.glow-lime{box-shadow:0 0 20px #c8f5424d}.glow-cyan{box-shadow:0 0 20px #42f5d44d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:.6s ease-out fadeIn}.slide-in-left{animation:.6s ease-out slideInLeft}.slide-in-right{animation:.6s ease-out slideInRight}.dot-grid{position:relative}.dot-grid:before{content:"";opacity:.08;pointer-events:none;background-image:radial-gradient(circle,#c8f542 1px,#0000 1px);background-size:24px 24px;width:100%;height:100%;position:absolute}.btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#0c0f14;background:linear-gradient(90deg,#c8f542 0%,#42f5d4 100%);font-weight:600}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 20px #c8f5424d}.btn-outline{color:#42f5d4;background:0 0;border:2px solid #42f5d4}.btn-outline:hover:not(:disabled){color:#c8f542;background:#42f5d41a;border-color:#c8f542}.btn-ghost{color:#5a7a9a;background:0 0}.btn-ghost:hover:not(:disabled){color:#c8f542;background:#c8f5420d}.app{background:linear-gradient(#0c0f14 0%,#080b10 100%) fixed;flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%}
