.button{font-family:Courier New,monospace;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.button:hover:before{left:100%}.button--primary{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 4px 15px #ffd70066}.button--primary:hover{background:linear-gradient(135deg,orange,gold);box-shadow:0 6px 20px #ffd70099;transform:translateY(-2px)}.button--secondary{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;box-shadow:0 4px 15px #8b5cf666}.button--secondary:hover{background:linear-gradient(135deg,#a855f7,#8b5cf6);box-shadow:0 6px 20px #8b5cf699;transform:translateY(-2px)}.button--small{padding:8px 16px;font-size:12px}.button--medium{padding:12px 24px;font-size:14px}.button--large{padding:16px 32px;font-size:16px}.button--disabled{background:#333!important;color:#666!important;cursor:not-allowed!important;box-shadow:none!important}.button--disabled:hover{transform:none!important}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,215,0,.2)}.header__container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;gap:2px}.header__logo img{width:40px;height:40px;margin:auto 10px auto auto}.header__logo div{display:flex;flex-direction:column;justify-content:center}.header__logo-text{font-family:Courier New,monospace;font-size:24px;font-weight:900;color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.header__logo-subtitle{font-size:10px;color:#fefefe;text-transform:uppercase;letter-spacing:2px;font-family:sans-serif}.header__nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.header__nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.header__nav-link:hover{color:gold}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.header__nav-link:hover:after{width:100%}@media (max-width: 768px){.header__container{padding:1rem}.header__logo-text{font-size:20px}.header__nav{display:none}.header__cta .button{padding:8px 16px;font-size:12px}}.timer{display:flex;align-items:center;justify-content:center;gap:20px;margin:40px 0;font-family:Courier New,monospace}.timer__unit{display:flex;flex-direction:column;align-items:center;gap:8px}.timer__number{font-size:48px;font-weight:900;color:gold;text-shadow:0 0 20px rgba(255,215,0,.5);line-height:1}.timer__label{font-size:14px;color:#999;text-transform:uppercase;letter-spacing:1px}.timer__separator{font-size:32px;color:gold;font-weight:700;align-self:flex-start;margin-top:8px}@media (max-width: 768px){.timer{gap:10px}.timer__number{font-size:32px}.timer__separator{font-size:24px}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:#000;overflow:hidden}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(139,92,246,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,215,0,.2) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(139,92,246,.2) 0%,transparent 50%);animation:backgroundMove 20s ease-in-out infinite}@keyframes backgroundMove{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(5deg)}}.hero__container{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;position:relative;z-index:1}.hero__title{font-family:Courier New,monospace;font-size:clamp(2.5rem,5vw,6rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:1rem;text-shadow:0 0 30px rgba(255,255,255,.5);letter-spacing:2px}.hero__title-highlight{background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 0 20px rgba(255,215,0,.7))}to{filter:drop-shadow(0 0 40px rgba(255,215,0,1))}}.hero__description{font-size:1.2rem;color:#ccc;margin-bottom:1rem;line-height:1.6}.hero__description .highlight{color:gold;font-weight:700}.hero__subtitle{color:#999;font-size:1rem;margin-bottom:2rem}.hero__form{margin-bottom:2rem}.hero__form-group{display:flex;gap:1rem;max-width:500px;margin:0 auto;align-items:center}.hero__input{flex:1;padding:1rem;border:2px solid #333;border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem;transition:border-color .3s ease}.hero__input:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd7001a}.hero__input::-moz-placeholder{color:#666}.hero__input::placeholder{color:#666}.hero__date{color:#999;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:1rem}@media (max-width: 768px){.hero__form-group{flex-direction:column;gap:1rem}.hero__input{width:100%}.hero__date{flex-direction:column;gap:.5rem}}.why-choose{padding:100px 0;background:#000;position:relative}.why-choose:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(246,220,92,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,215,0,.1) 0%,transparent 50%);pointer-events:none}.why-choose__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.why-choose__title{font-family:Courier New,monospace;font-size:clamp(2rem,5vw,3rem);color:gold;text-align:center;margin-bottom:4rem;font-weight:900;letter-spacing:2px;text-shadow:0 0 20px rgba(255,215,0,.5)}.why-choose__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:5rem}.why-choose__stat{text-align:center;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,215,0,.2);border-radius:12px;transition:all .3s ease}.why-choose__stat div{display:flex;align-items:center;justify-content:center}.why-choose__stat:hover{background:#ffffff0d;border-color:#ffd70066;transform:translateY(-5px)}.why-choose__stat-icon{width:25px;height:25px;color:#ff9d00;margin:0 auto 1rem;display:block}.why-choose__stat-number{display:block;font-family:Courier New,monospace;font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.5rem;text-shadow:0 0 10px rgba(255,215,0,.5)}.why-choose__stat-label{color:#999;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.why-choose__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.why-choose__feature{text-align:center;padding:2rem;background:#ffffff05;border:1px solid rgba(246,215,92,.2);border-radius:16px;transition:all .3s ease;position:relative;overflow:hidden}.why-choose__feature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ffae00,gold);transform:scaleX(0);transition:transform .3s ease}.why-choose__feature:hover:before{transform:scaleX(1)}.why-choose__feature:hover{background:#ffffff0d;border-color:#ffa30366;transform:translateY(-5px);box-shadow:0 15px 35px #8b5cf61a}.why-choose__feature-icon{width:40px;height:40px;filter:brightness(1) invert(1);font-size:3rem;margin:auto;margin-bottom:1rem}.why-choose__feature-title{font-family:Courier New,monospace;font-size:1.2rem;color:#fff;margin-bottom:1rem;font-weight:700}.why-choose__feature-description{color:#ccc;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.why-choose__stats{grid-template-columns:repeat(2,1fr)}.why-choose__features{grid-template-columns:1fr}.why-choose{padding:60px 0}}.course-content{padding:100px 0;background:linear-gradient(135deg,#000,#0a0a0a),repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,215,0,.03) 2px,rgba(255,215,0,.03) 4px);position:relative}.course-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 100px,rgba(139,92,246,.1) 100px,rgba(139,92,246,.1) 101px);pointer-events:none}.course-content__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.course-content__title{font-family:Courier New,monospace;font-size:clamp(2rem,5vw,3.5rem);color:gold;text-align:center;margin-bottom:1rem;text-shadow:0 0 20px rgba(255,215,0,.5);font-weight:900;letter-spacing:2px}.course-content__subtitle{text-align:center;color:#999;font-size:1.2rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.course-content__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.course-content__module{background:#ffee000b;border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.course-content__module:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.course-content__module:hover{background:#ffffff0d;border-color:#ffd70066;transform:translateY(-5px);box-shadow:0 10px 30px #ffd7001a}.course-content__module-title{font-family:Courier New,monospace;font-size:1.3rem;color:gold;margin-bottom:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.course-content__topics{list-style:none;padding:0;margin:0}.course-content__topic{color:#ccc;border-bottom:1px solid rgba(255,255,255,.1);position:relative;padding:.5rem 0 .5rem 1.5rem;transition:color .3s ease}.course-content__topic:last-child{border-bottom:none}.course-content__topic:before{content:"▸";position:absolute;left:0;color:#d5f65c;font-weight:700}.course-content__topic:hover{color:#fff}@media (max-width: 768px){.course-content__grid{grid-template-columns:1fr}.course-content__module{padding:1.5rem}.course-content{padding:60px 0}}.testimonials{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#000),radial-gradient(circle at 70% 30%,rgba(139,92,246,.1) 0%,transparent 50%);position:relative}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 100px,rgba(255,215,0,.05) 100px,rgba(255,215,0,.05) 101px);pointer-events:none}.testimonials__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.testimonials__title{font-family:Courier New,monospace;font-size:clamp(2rem,5vw,3rem);color:gold;text-align:center;margin-bottom:1rem;font-weight:900;letter-spacing:2px;text-shadow:0 0 20px rgba(255,215,0,.5)}.testimonials__subtitle{text-align:center;color:#999;font-size:1.2rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonials__card{background:#ffffff05;border:1px solid rgba(255,215,0,.2);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.testimonials__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,gold,#ff8000);transform:scaleX(0);transition:transform .3s ease}.testimonials__card:hover:before{transform:scaleX(1)}.testimonials__card:hover{background:#ffffff0d;border-color:#ffd70066;transform:translateY(-5px);box-shadow:0 15px 35px #ffd7001a}.testimonials__rating{display:flex;gap:4px;margin-bottom:1rem}.testimonials__star{width:16px;height:16px;color:gold}.testimonials__message{color:#ccc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonials__author{display:flex;align-items:center;gap:1rem}.testimonials__avatar{width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,215,0,.3);-o-object-fit:cover;object-fit:cover}.testimonials__author-name{color:gold;font-size:1rem;font-weight:700;margin-bottom:.25rem}.testimonials__author-role{color:#999;font-size:.9rem}@media (max-width: 768px){.testimonials__grid{grid-template-columns:1fr}.testimonials{padding:60px 0}}.certification{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#000),radial-gradient(circle at 50% 50%,rgba(255,215,0,.1) 0%,transparent 70%);position:relative}.certification:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 50px,rgba(139,92,246,.05) 50px,rgba(139,92,246,.05) 51px);pointer-events:none}.certification__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.certification__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.certification__title{font-family:Courier New,monospace;font-size:clamp(2rem,4vw,2.5rem);color:#fff;margin-bottom:.5rem;font-weight:900;letter-spacing:2px}.certification__highlight{display:block;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.2em;text-shadow:0 0 20px rgba(255,215,0,.5)}.certification__subtitle{color:#d97000;font-size:1rem;margin-bottom:2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.certification__features{margin-bottom:2rem}.certification__feature{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#ccc}.certification__feature-icon{width:20px;height:20px;color:gold;flex-shrink:0}.certification__description{color:#999;line-height:1.6;margin-bottom:2rem;font-size:1rem}.certification__cta{margin-top:2rem}.certification__visual{display:flex;justify-content:center;align-items:center}.certification__certificate{width:100%;max-width:400px;background:linear-gradient(135deg,#fff,#f8f9fa);border:8px solid #FFD700;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0000004d,0 0 0 2px #8b5cf633;transform:rotate(-2deg);transition:transform .3s ease}.certification__certificate:hover{transform:rotate(0) scale(1.02)}.certification__certificate-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #FFD700}.certification__logo{font-family:Courier New,monospace;font-size:1.5rem;font-weight:900;color:#8b5cf6;letter-spacing:2px}.certification__badge{width:40px;height:40px;background:linear-gradient(45deg,gold,orange);border-radius:50%;display:flex;align-items:center;justify-content:center}.certification__badge-icon{width:24px;height:24px;color:#000}.certification__certificate-body{text-align:center;margin-bottom:2rem}.certification__certificate-title{font-size:1.2rem;color:#333;margin-bottom:1rem;font-weight:700}.certification__certificate-course{color:#8b5cf6;font-weight:600;margin-bottom:1.5rem;line-height:1.4}.certification__certificate-name{font-size:1.3rem;color:#000;font-weight:700;margin-bottom:1rem;padding:.5rem;border-bottom:2px solid #333;display:inline-block}.certification__certificate-date{color:#666;font-size:.9rem}.certification__certificate-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #ddd}.certification__qr{width:40px;height:40px;background:#333;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border-radius:4px}.certification__signature{text-align:center}.certification__signature-line{width:100px;height:1px;background:#333;margin-bottom:.25rem}.certification__signature span{font-size:.8rem;color:#666}@media (max-width: 768px){.certification__content{grid-template-columns:1fr;gap:2rem}.certification__certificate{max-width:300px;padding:1.5rem}.certification{padding:60px 0}}.faq{padding:100px 0;background:#000;position:relative}.faq:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none}.faq__container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.faq__title{font-family:Courier New,monospace;font-size:clamp(2rem,5vw,3rem);color:gold;text-align:center;margin-bottom:1rem;font-weight:900;letter-spacing:2px;text-shadow:0 0 20px rgba(255,215,0,.5)}.faq__subtitle{text-align:center;color:#999;font-size:1.2rem;margin-bottom:4rem}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq__item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.faq__item:hover{background:#ffffff0d;border-color:#ffd7004d}.faq__item--open{border-color:#ffd70066;background:#ffffff0d}.faq__question{width:100%;padding:1.5rem;background:none;border:none;color:#fff;font-size:1.1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq__question:hover{color:gold}.faq__question:focus{outline:none;color:gold}.faq__icon{width:20px;height:20px;color:#ffa600;transition:transform .3s ease;flex-shrink:0}.faq__item--open .faq__icon{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__item--open .faq__answer{max-height:200px}.faq__answer p{padding:0 1.5rem 1.5rem;color:#ccc;line-height:1.6;margin:0}@media (max-width: 768px){.faq{padding:60px 0}.faq__question{padding:1rem;font-size:1rem}.faq__answer p{padding:0 1rem 1rem}}.footer{background:linear-gradient(135deg,#000,#0a0a0a),radial-gradient(circle at 50% 0%,rgba(139,92,246,.1) 0%,transparent 70%);padding:80px 0 40px;border-top:1px solid rgba(255,215,0,.2)}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__cta-section{text-align:center;margin-bottom:60px;padding:40px;background:#ffd7000d;border:1px solid rgba(255,215,0,.2);border-radius:16px;position:relative;overflow:hidden}.footer__cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer__title{font-family:Courier New,monospace;font-size:clamp(2rem,4vw,3rem);color:gold;margin-bottom:1rem;font-weight:900;position:relative;z-index:1}.footer__subtitle{color:#ccc;font-size:1.2rem;margin-bottom:2rem;position:relative;z-index:1}.footer__form{position:relative;z-index:1}.footer__form-group{display:flex;gap:1rem;max-width:500px;margin:0 auto;align-items:center}.footer__input{flex:1;padding:1rem;border:2px solid rgba(255,215,0,.3);border-radius:8px;background:#0000004d;color:#fff;font-size:1rem;transition:all .3s ease}.footer__input:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd70033;background:#00000080}.footer__input::-moz-placeholder{color:#999}.footer__input::placeholder{color:#999}.footer__extra-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__extra-text{color:#999;margin-bottom:1rem;font-size:.9rem}.footer__button-content{display:flex;align-items:center;justify-content:center}.footer__button-icon{width:16px;height:16px;margin-right:.5rem}.footer__info{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:40px}.footer__brand-title{font-family:Courier New,monospace;font-size:1.5rem;color:gold;margin-bottom:1rem;font-weight:900}.footer__brand-description{color:#999;line-height:1.6;max-width:400px;margin-bottom:2rem}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;color:#ccc;font-size:.9rem}.footer__contact-icon{width:16px;height:16px;color:gold;flex-shrink:0}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__link-title{color:gold;font-size:1.1rem;margin-bottom:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.footer__link-list{list-style:none;padding:0;margin:0}.footer__link-list li{margin-bottom:.5rem}.footer__link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:gold}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-left{flex:1}.footer__copyright{color:#666;font-size:.9rem;margin-bottom:.5rem}.footer__scesi{color:gold;font-size:.8rem;line-height:1.4}.footer__scesi strong{color:gold}.footer__social{display:flex;gap:1rem}.footer__social-link{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__social-link:hover{color:#f6d75c}@media (max-width: 768px){.footer__form-group{flex-direction:column}.footer__input{width:100%}.footer__info{grid-template-columns:1fr;gap:2rem}.footer__links{grid-template-columns:repeat(2,1fr)}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__cta-section{padding:20px}.footer__contact{margin-top:1rem}}@media (max-width: 480px){.footer__links{grid-template-columns:1fr}}.home{min-height:100vh;background:#000}.home__main{padding-top:80px}@media (max-width: 768px){.home__main{padding-top:70px}}.app{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background:#000;color:#fff;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,gold,#fc0);border-radius:4px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-gradient{background:linear-gradient(45deg,gold,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:gold;font-weight:700}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;line-height:1.5;height:100%;overflow-x:hidden}#root{height:100%}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #FFD700;outline-offset:2px}input,textarea,select{font-family:inherit}::selection{background:#ffd7004d;color:#fff}::-moz-selection{background:#ffd7004d;color:#fff}
