.page-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#050810;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden;animation:fadeIn .4s ease-out;pointer-events:all;transition:opacity .4s}.page-loader--exit{animation:fadeOut .6s ease-out forwards}.page-loader__sweep-container{position:absolute;top:0;left:0;width:100vw;height:100vh;display:flex;z-index:2;pointer-events:none}.page-loader__sweep-slice{flex:1;height:100vh;background:none;position:relative;overflow:hidden}.page-loader__sweep-slice::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, #050810 0%, #00d9ff 40%, #7b68ee 60%, #050810 100%);opacity:1;animation:sweepRightFull 2s ease-in-out infinite}.page-loader__sweep-slice:nth-child(1)::before{animation-delay:0.1s}.page-loader__sweep-slice:nth-child(2)::before{animation-delay:0.2s}.page-loader__sweep-slice:nth-child(3)::before{animation-delay:0.3s}.page-loader__sweep-slice:nth-child(4)::before{animation-delay:0.4s}.page-loader__sweep-slice:nth-child(5)::before{animation-delay:0.5s}.page-loader__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem}.page-loader__logo{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.page-loader__logo-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#00d9ff;border-right-color:#00d9ff;animation:spinRing 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;box-shadow:0 0 20px rgba(0,217,255,.3)}.page-loader__logo-inner{width:50%;height:50%;background:linear-gradient(135deg, #00d9ff, #7b68ee);border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 30px rgba(0,217,255,.5)}.page-loader__text{font-size:1rem;font-weight:500;color:#e8eaed;letter-spacing:.15em;text-transform:uppercase;opacity:.8}.page-loader__label{animation:textPulse 2s ease-in-out infinite}.page-loader__progress{width:200px;height:2px;background:rgba(232,234,237,.1);border-radius:1px;overflow:hidden;position:relative}.page-loader__progress-bar{position:absolute;top:0;left:0;height:100%;width:40%;background:linear-gradient(90deg, transparent, #00d9ff 50%, transparent);animation:progressSlide 1.5s ease-in-out infinite;box-shadow:0 0 10px rgba(0,217,255,.6)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes sweepRightFull{0%{opacity:1;transform:translateX(-100vw)}40%{opacity:1;transform:translateX(0vw)}60%{opacity:1;transform:translateX(0vw)}100%{opacity:1;transform:translateX(100vw)}}@keyframes spinRing{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes pulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}}@keyframes textPulse{0%,100%{opacity:.8}50%{opacity:1}}@keyframes progressSlide{0%{transform:translateX(-100%)}100%{transform:translateX(350%)}}@media(min-width: 768px){.page-loader__logo{width:60px;height:60px}.page-loader__text{font-size:.875rem}.page-loader__progress{width:150px}}
.page-wrapper{background:#0a0e1a;color:#e8eaed;min-height:100vh}.hero-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-section--full-height{height:100vh;min-height:600px}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(0.4);z-index:0}.hero-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section__overlay--gradient{background:linear-gradient(135deg, rgba(5, 8, 16, 0.8) 0%, rgba(10, 14, 26, 0.6) 50%, rgba(5, 8, 16, 0.9) 100%)}.hero-section__overlay--radial{background:radial-gradient(ellipse at center, rgba(0, 217, 255, 0.1) 0%, transparent 70%)}.hero-section__content{position:relative;z-index:2;text-align:center;padding:4rem;max-width:900px;animation:fadeInUp .8s ease-out}.hero-section__logo{width:120px;height:120px;margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(0, 217, 255, 0.5));animation:pulse 2s ease-in-out infinite}.hero-section__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg, #00d9ff, #7b68ee);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(min-width: 768px){.hero-section__title{font-size:clamp(3rem,6vw,5rem)}}.hero-section__subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#00d9ff;font-weight:500;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.hero-section__subtitle--muted{color:#9aa0a6;text-transform:none;letter-spacing:normal;font-weight:300}.hero-section__description{font-size:clamp(1rem,1.5vw,1.25rem);color:#9aa0a6;margin-bottom:2rem;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.hero-section__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.content-section{padding:6rem 2rem}@media(min-width: 992px){.content-section{padding:8rem 2rem}}.content-section--dark{background:#050810}.content-section--gradient{background:linear-gradient(135deg, #050810 0%, #0a0e1a 100%)}.content-section--no-top-padding{padding-top:0}.content-section--compact{padding:4rem 2rem}.content-section__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(min-width: 992px){.content-section__container{padding:0 3rem}}.content-section__header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.content-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem;color:#e8eaed}.content-section__title--gradient{background:linear-gradient(135deg, #00d9ff, #7b68ee);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.content-section__title::after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg, #00d9ff, #7b68ee);margin:1.5rem auto 0;border-radius:2px}.content-section__subtitle{font-size:1.2rem;color:#9aa0a6;max-width:700px;margin:0 auto;line-height:1.6}.card{background:#141824;border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 30px rgba(0,217,255,.2);border-color:rgba(0,217,255,.3)}.card--interactive{cursor:pointer}.card--interactive:hover{background:hsl(225,28.5714285714%,12.9803921569%)}.card--flat{box-shadow:none}.card--flat:hover{transform:none;box-shadow:none}.card__header{padding:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);background:rgba(5,8,16,.5)}.card__body{padding:2rem}.card__footer{padding:1.5rem 2rem;border-top:1px solid hsla(0,0%,100%,.1);background:rgba(5,8,16,.3)}.card__title{font-size:1.5rem;margin-bottom:.5rem;color:#e8eaed}.card__subtitle{font-size:.875rem;color:#00d9ff;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.card__description{font-size:1rem;color:#9aa0a6;line-height:1.6}.icon-container{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #00d9ff, #7b68ee);color:#fff;transition:all .3s ease}.icon-container--sm{width:48px;height:48px;border-radius:.75rem;font-size:1.5rem}.icon-container--sm svg{width:24px;height:24px}.icon-container--md{width:64px;height:64px;border-radius:1rem;font-size:2rem}.icon-container--md svg{width:32px;height:32px}.icon-container--lg{width:80px;height:80px;border-radius:1.25rem;font-size:2.5rem}.icon-container--lg svg{width:40px;height:40px}.icon-container--hover-scale:hover{transform:scale(1.1);box-shadow:0 0 20px rgba(0,217,255,.3)}.grid-layout{display:grid;gap:2rem}.grid-layout--1-col{grid-template-columns:1fr}.grid-layout--2-col{grid-template-columns:1fr}@media(min-width: 768px){.grid-layout--2-col{grid-template-columns:repeat(2, 1fr)}}.grid-layout--3-col{grid-template-columns:1fr}@media(min-width: 768px){.grid-layout--3-col{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.grid-layout--3-col{grid-template-columns:repeat(3, 1fr);gap:3rem}}.grid-layout--4-col{grid-template-columns:1fr}@media(min-width: 576px){.grid-layout--4-col{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.grid-layout--4-col{grid-template-columns:repeat(4, 1fr)}}.grid-layout--sidebar{grid-template-columns:1fr}@media(min-width: 992px){.grid-layout--sidebar{grid-template-columns:300px 1fr;gap:3rem}}.grid-layout--split{grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width: 992px){.grid-layout--split{grid-template-columns:1fr 1fr;gap:6rem}}.form-input{width:100%;padding:1.25rem 1.5rem;background:#141824;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#e8eaed;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 3px rgba(0,217,255,.1)}.form-input::placeholder{color:#9aa0a6}.form-input--with-icon{padding-right:3rem}.form-select{width:100%;padding:1rem 1.5rem;background:#141824;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#e8eaed;font-size:1rem;cursor:pointer;transition:all .3s ease}.form-select:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 3px rgba(0,217,255,.1)}.form-select option{background:#050810;color:#e8eaed}.form-label{display:block;font-size:.875rem;font-weight:600;color:#e8eaed;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.btn-group{display:flex;gap:1rem;flex-wrap:wrap}.btn-group--center{justify-content:center}.btn-group--end{justify-content:flex-end}.btn-group--vertical{flex-direction:column}.link{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:#00d9ff;transition:all .15s ease}.link:hover{gap:.75rem;color:rgb(51,224.6,255)}.link--underline{position:relative}.link--underline::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg, #00d9ff, #7b68ee);transition:all .15s ease}.link--underline:hover::after{width:100%}.link svg{width:16px;height:16px}.badge{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge--primary{background:rgba(0,217,255,.15);color:#00d9ff;border:1px solid rgba(0,217,255,.3)}.badge--secondary{background:rgba(123,104,238,.15);color:#7b68ee;border:1px solid rgba(123,104,238,.3)}.badge--muted{background:rgba(154,160,166,.1);color:#9aa0a6;border:1px solid rgba(154,160,166,.2)}.tag{display:inline-block;padding:.35rem .75rem;background:#141824;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;font-size:.8rem;color:#9aa0a6;transition:all .15s ease}.tag:hover{border-color:#00d9ff;color:#00d9ff}.divider{height:1px;background:hsla(0,0%,100%,.1);margin:3rem 0}.divider--gradient{background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)}.divider--thick{height:2px}.divider--accent{background:linear-gradient(90deg, transparent, #00d9ff, transparent)}.code-block{background:#050810;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:2rem;overflow-x:auto;font-family:"Courier New",monospace;font-size:.9rem;line-height:1.6}.code-block__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.code-block__title{font-size:.875rem;color:#9aa0a6;text-transform:uppercase;letter-spacing:.5px}.code-block pre{margin:0;color:#e8eaed}.code-block code{color:#00d9ff}.inline-code{padding:.2rem .5rem;background:rgba(0,217,255,.1);border:1px solid rgba(0,217,255,.2);border-radius:4px;font-family:"Courier New",monospace;font-size:.9em;color:#00d9ff}.list{list-style:none;padding:0;margin:0}.list__item{padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .15s ease}.list__item:last-child{border-bottom:none}.list__item:hover{background:rgba(0,217,255,.05);padding-left:2rem}.list--checkmark .list__item{position:relative;padding-left:3rem}.list--checkmark .list__item::before{content:"✓";position:absolute;left:1rem;color:#00d9ff;font-weight:bold}.list--arrow .list__item{position:relative;padding-left:3rem}.list--arrow .list__item::before{content:"→";position:absolute;left:1rem;color:#00d9ff}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideInRight{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%,100%{box-shadow:0 0 20px rgba(0,217,255,.5)}50%{box-shadow:0 0 30px rgba(0,217,255,.8)}}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideInRight{animation:slideInRight .6s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#e8eaed}.text-muted{color:#9aa0a6}.text-accent{color:#00d9ff}.bg-dark{background:#0a0e1a}.bg-darker{background:#050810}.bg-card{background:#141824}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.pt-1{padding-top:1rem}.pt-2{padding-top:2rem}.pt-3{padding-top:3rem}.pt-4{padding-top:4rem}.pb-1{padding-bottom:1rem}.pb-2{padding-bottom:2rem}.pb-3{padding-bottom:3rem}.pb-4{padding-bottom:4rem}.d-flex{display:flex}.d-grid{display:grid}.d-block{display:block}.d-inline-block{display:inline-block}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#0a0e1a;color:#e8eaed;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#00d9ff;text-decoration:none;transition:all .15s ease}a:hover{color:rgb(51,224.6,255)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(min-width: 992px){.container{padding:0 3rem}}.app{min-height:100vh;display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg, #00d9ff, #7b68ee);color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.5)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 20px rgba(0,217,255,.3)}.btn-secondary{background:rgba(0,0,0,0);color:#e8eaed;border:2px solid hsla(0,0%,100%,.1)}.btn-secondary:hover{border-color:#00d9ff;background:rgba(0,217,255,.1)}.text-muted{color:#9aa0a6}.shadow-sm{box-shadow:0 2px 8px rgba(0,0,0,.4)}.shadow-md{box-shadow:0 4px 16px rgba(0,0,0,.5)}.shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.6)}

/*# sourceMappingURL=main.be754af0ece7f5f63662.css.map*/