.styles-module__jpuCrW__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__jpuCrW__header{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;height:80px;padding:0 40px;display:flex}.styles-module__jpuCrW__content{flex:1;grid-template-columns:300px 1fr;gap:40px;width:100%;max-width:1000px;margin:0 auto;padding:100px 40px 60px;display:grid}.styles-module__jpuCrW__profileSidebar{flex-direction:column;gap:20px;display:flex}.styles-module__jpuCrW__profileCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-md);border-radius:24px;flex-direction:column;align-items:center;padding:36px;transition:transform .3s,box-shadow .3s;display:flex}[data-theme=light] .styles-module__jpuCrW__profileCard{box-shadow:0 10px 30px -10px #0000000d}.styles-module__jpuCrW__profileCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.styles-module__jpuCrW__avatarContainer{cursor:pointer;width:100px;height:100px;margin-bottom:20px;position:relative}.styles-module__jpuCrW__avatar{border:3px solid var(--bg-secondary);-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100px;height:100px}.styles-module__jpuCrW__editAvatarBadge{background:var(--accent-blue);border:2px solid var(--bg-card);z-index:20;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:0;right:0}.styles-module__jpuCrW__removeAvatarBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:20;background:#f44c;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:0;right:0}.styles-module__jpuCrW__removeAvatarBadge:hover{background:#f44;transform:scale(1.1)}.styles-module__jpuCrW__avatarFallback{pointer-events:none;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.styles-module__jpuCrW__avatarFallback.styles-module__jpuCrW__forceShow{z-index:10;display:block}.styles-module__jpuCrW__avatarContainer.styles-module__jpuCrW__showFallback .styles-module__jpuCrW__avatarFallback{display:block}.styles-module__jpuCrW__userName{margin-bottom:5px;font-size:20px;font-weight:700}.styles-module__jpuCrW__userEmail{color:var(--text-secondary);margin-bottom:15px;font-size:14px}.styles-module__jpuCrW__planBadge{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#00f3ff1a,#bd00ff1a);border:1px solid #00f3ff4d;border-radius:100px;padding:6px 16px;font-size:11px;font-weight:800}.styles-module__jpuCrW__mainContent{flex-direction:column;gap:30px;display:flex}.styles-module__jpuCrW__section{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:24px;padding:36px;transition:box-shadow .3s}[data-theme=light] .styles-module__jpuCrW__section{box-shadow:0 4px 20px -5px #00000008}.styles-module__jpuCrW__section:hover{box-shadow:var(--shadow-md)}.styles-module__jpuCrW__sectionHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.styles-module__jpuCrW__sectionTitle{font-size:18px;font-weight:700}.styles-module__jpuCrW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.styles-module__jpuCrW__field{flex-direction:column;gap:8px;display:flex}.styles-module__jpuCrW__label{color:var(--text-secondary);font-size:13px;font-weight:500}.styles-module__jpuCrW__input{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;padding:10px 14px;font-size:14px;transition:all .2s}.styles-module__jpuCrW__input:focus{border-color:var(--accent-blue);outline:none}.styles-module__jpuCrW__input:disabled{opacity:.6;cursor:not-allowed}.styles-module__jpuCrW__usageGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.styles-module__jpuCrW__usageCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;padding:24px;transition:all .3s;display:flex}[data-theme=light] .styles-module__jpuCrW__usageCard{background:#fff;border-color:#f1f5f9}.styles-module__jpuCrW__usageCard:hover{border-color:var(--accent-blue);transform:scale(1.02)}.styles-module__jpuCrW__usageInfo{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.styles-module__jpuCrW__usageLabel{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.styles-module__jpuCrW__usageValue{color:var(--text-primary);font-size:16px;font-weight:700}.styles-module__jpuCrW__progressBarBg{background:#ffffff0d;border-radius:10px;height:6px;position:relative;overflow:hidden}.styles-module__jpuCrW__progressBarFill{border-radius:10px;height:100%;transition:width 1s ease-out}.styles-module__jpuCrW__btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.styles-module__jpuCrW__primaryBtn{color:#000;background:#fff}.styles-module__jpuCrW__primaryBtn:hover{background:#eee}.styles-module__jpuCrW__dangerBtn{color:#f44;background:#ff44441a;border:1px solid #f443}.styles-module__jpuCrW__dangerBtn:hover{background:#f443}.styles-module__jpuCrW__upgradeBtn{color:#fff;background:linear-gradient(135deg,#00f3ff,#bd00ff);width:100%;margin-top:10px}.styles-module__jpuCrW__upgradeBtn:hover{opacity:.9}.styles-module__jpuCrW__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:14px;display:flex}.styles-module__jpuCrW__backBtn:hover{color:var(--text-primary)}.styles-module__jpuCrW__transactionTable{border-collapse:collapse;width:100%;margin-top:10px}.styles-module__jpuCrW__tableHeader{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:12px 10px;font-size:13px}.styles-module__jpuCrW__tableRow{transition:background .2s}.styles-module__jpuCrW__tableRow:hover{background:#ffffff05}.styles-module__jpuCrW__tableCell{border-bottom:1px solid #ffffff08;padding:14px 10px;font-size:14px}.styles-module__jpuCrW__statusBadge{text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.styles-module__jpuCrW__status_success{color:#0f8;background:#00ff881a}.styles-module__jpuCrW__status_failed{color:#f66;background:#ff66661a}.styles-module__jpuCrW__status_pending{color:#fb0;background:#ffbb001a}.styles-module__jpuCrW__status_succeeded{color:#0f8;background:#00ff881a}
.Navbar-module__cRh5nW__header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:var(--glass-bg);border:1px solid var(--glass-border);width:90%;max-width:1200px;height:64px;box-shadow:var(--glass-shadow);border-radius:1000px;justify-content:space-between;align-items:center;padding:0 32px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:15px;left:50%;transform:translate(-50%)}[data-theme=light] .Navbar-module__cRh5nW__header{background:#ffffffd9;border-color:#0000000d;box-shadow:0 10px 40px -10px #00000014}.Navbar-module__cRh5nW__headerScrolled{background:var(--bg-secondary);height:60px;top:10px}.Navbar-module__cRh5nW__logo{letter-spacing:-.5px;color:var(--text-primary);align-items:center;gap:10px;font-size:1.2rem;font-weight:800;text-decoration:none;transition:transform .3s;display:flex}.Navbar-module__cRh5nW__logo:hover{transform:scale(1.05)}.Navbar-module__cRh5nW__nav{align-items:center;gap:8px;display:flex;position:relative}.Navbar-module__cRh5nW__navLink{color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:100px;padding:10px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-primary);background:var(--glass-bg)}.Navbar-module__cRh5nW__navLinkActive{color:#00f3ff}.Navbar-module__cRh5nW__loginBtn{background:var(--text-primary);color:var(--bg-primary);cursor:pointer;border:none;border-radius:100px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.Navbar-module__cRh5nW__loginBtn:hover{background:#00f3ff;transform:translateY(-2px);box-shadow:0 8px 20px -4px #00f3ff66}.Navbar-module__cRh5nW__logoutBtn{color:#ff2e2e;cursor:pointer;background:#ff2e2e1a;border:1px solid #ff2e2e33;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Navbar-module__cRh5nW__logoutBtn:hover{color:#fff;background:#ff2e2e;transform:rotate(90deg)}.Navbar-module__cRh5nW__hamburger{display:none}@media (max-width:768px){.Navbar-module__cRh5nW__header{width:95%;padding:0 20px}.Navbar-module__cRh5nW__nav{background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);width:95%;box-shadow:var(--shadow-lg);border-radius:24px;flex-direction:column;gap:12px;padding:24px;display:none;position:fixed;top:85px;left:2.5%;right:2.5%}.Navbar-module__cRh5nW__nav.Navbar-module__cRh5nW__open{display:flex}.Navbar-module__cRh5nW__navLink{text-align:center;width:100%;padding:14px}.Navbar-module__cRh5nW__hamburger{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}}
.faq-module__EUtjoW__section{max-width:900px;margin:0 auto;padding:6rem 2rem}.faq-module__EUtjoW__header{text-align:center;margin-bottom:4rem}.faq-module__EUtjoW__title{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.faq-module__EUtjoW__subtitle{color:var(--text-secondary);font-size:1.15rem;font-weight:500}.faq-module__EUtjoW__faqGrid{flex-direction:column;gap:1.25rem;display:flex}.faq-module__EUtjoW__faqItem{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-module__EUtjoW__faqItem:hover{box-shadow:var(--shadow-md);border-color:var(--accent-blue);transform:translateY(-2px)}.faq-module__EUtjoW__faqTrigger{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.faq-module__EUtjoW__question{margin:0;font-size:1.1rem;font-weight:600}.faq-module__EUtjoW__icon{color:var(--accent-blue);min-width:24px;transition:transform .3s}.faq-module__EUtjoW__iconRotate{color:var(--accent-violet);transform:rotate(45deg)}.faq-module__EUtjoW__answerWrapper{overflow:hidden}.faq-module__EUtjoW__answer{color:var(--text-secondary);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}
.styles-module__npKRXW__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__npKRXW__content{flex:1;width:90%;max-width:1200px;margin:0 auto;padding:100px 40px 60px}.styles-module__npKRXW__hero{text-align:center;z-index:1;margin-bottom:40px;position:relative}.styles-module__npKRXW__title{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.styles-module__npKRXW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6}.styles-module__npKRXW__filterBar{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);border-radius:20px;flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:30px;padding:16px 24px;display:flex}.styles-module__npKRXW__searchContainer{flex:2;min-width:200px;position:relative}.styles-module__npKRXW__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;padding:8px 8px 8px 32px;font-size:.9rem}.styles-module__npKRXW__filterGroup{flex:3;justify-content:flex-end;align-items:center;gap:12px;display:flex}.styles-module__npKRXW__select{color:#000;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;outline:none;padding:6px 12px;font-size:.85rem;transition:all .2s}.styles-module__npKRXW__select:hover,.styles-module__npKRXW__select:focus{border-color:var(--accent-blue);background:#f8f9fa}.styles-module__npKRXW__aiSection{border:1px solid var(--border-color);background:linear-gradient(135deg,#0ea5e914,#8b5cf614);border-radius:20px;margin-bottom:30px;padding:24px;position:relative;overflow:hidden}.styles-module__npKRXW__aiHeader{align-items:center;gap:8px;margin-bottom:12px;display:flex}.styles-module__npKRXW__aiTitle{color:var(--text-primary);font-size:1.1rem;font-weight:800}.styles-module__npKRXW__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;animation:.5s ease-out styles-module__npKRXW__fadeIn;display:grid}@keyframes styles-module__npKRXW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.styles-module__npKRXW__card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.styles-module__npKRXW__card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-blue);transform:translateY(-8px)}.styles-module__npKRXW__card:before{content:"";opacity:0;z-index:0;pointer-events:none;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);transition:opacity .3s;position:absolute;inset:-1px}.styles-module__npKRXW__card:hover:before{opacity:1}.styles-module__npKRXW__preview{aspect-ratio:1/1.2;background:#000;position:relative;overflow:hidden}.styles-module__npKRXW__previewMockup{opacity:.9;background-color:#fff;background-image:radial-gradient(circle at 50% 10%,#ddd 20px,#0000 21px),linear-gradient(90deg,#333 40%,#0000 40%),linear-gradient(#ddd 10px,#0000 10px);background-position:0 0,20px 80px,20px 100px;background-repeat:no-repeat,no-repeat,repeat-y;background-size:100% 100%,100% 4px,100% 10px;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.styles-module__npKRXW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:15px;transition:opacity .3s;display:flex;position:absolute;inset:0}.styles-module__npKRXW__card:hover .styles-module__npKRXW__overlay{opacity:1}.styles-module__npKRXW__overlayActions{flex-direction:column;align-items:center;gap:12px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(20px)}.styles-module__npKRXW__card:hover .styles-module__npKRXW__overlayActions{transform:translateY(0)}.styles-module__npKRXW__useBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s}.styles-module__npKRXW__useBtn:hover{color:#fff;background:#fff3;border-color:#fff6}.styles-module__npKRXW__previewBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 25px #0003}.styles-module__npKRXW__previewBtn:hover{background:#fff;transform:scale(1.1);box-shadow:0 15px 35px #0000004d}.styles-module__npKRXW__compareBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;padding:8px 16px;font-size:.9rem;transition:all .2s 50ms;transform:translateY(20px)}.styles-module__npKRXW__card:hover .styles-module__npKRXW__compareBtn{background:#ffffff1a;transform:translateY(0)}.styles-module__npKRXW__info{background:var(--bg-card);z-index:1;border-top:1px solid #ffffff0d;padding:14px;position:relative}.styles-module__npKRXW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.styles-module__npKRXW__name{color:var(--text-primary);font-size:1.1rem;font-weight:800}.styles-module__npKRXW__atsBadge{color:#4ade80;background:#4ade801a;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:flex}.styles-module__npKRXW__category{color:var(--text-secondary);font-size:.8rem}@media (max-width:768px){.styles-module__npKRXW__content{width:95%;padding:100px 20px 40px}.styles-module__npKRXW__title{font-size:1.75rem}.styles-module__npKRXW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}
.Footer-module__3hUVsW__footer{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-color);padding:100px 5% 50px;position:relative;overflow:hidden}.Footer-module__3hUVsW__container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.Footer-module__3hUVsW__brandColumn{flex-direction:column;gap:20px;display:flex}.Footer-module__3hUVsW__logo{color:var(--text-primary);letter-spacing:-1px;font-size:2rem;font-weight:800;text-decoration:none}.Footer-module__3hUVsW__logoSpan{background:linear-gradient(135deg,#00f3ff 0%,#7000ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__3hUVsW__description{color:var(--text-secondary);max-width:300px;font-size:.95rem;line-height:1.6}.Footer-module__3hUVsW__socials{gap:15px;margin-top:10px;display:flex}.Footer-module__3hUVsW__socialLink{background:var(--glass-bg);width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__3hUVsW__socialLink:hover{color:#00f3ff;background:#00f3ff1a;border-color:#00f3ff33;transform:translateY(-3px)}.Footer-module__3hUVsW__columnTitle{color:var(--text-primary);letter-spacing:.5px;text-transform:uppercase;margin-bottom:25px;font-size:1.1rem;font-weight:800}.Footer-module__3hUVsW__links{flex-direction:column;gap:15px;display:flex}.Footer-module__3hUVsW__link{color:var(--text-secondary);width:fit-content;font-size:.95rem;text-decoration:none;transition:all .2s}.Footer-module__3hUVsW__link:hover{color:var(--accent-blue);transform:translate(4px)}.Footer-module__3hUVsW__newsletter{flex-direction:column;gap:20px;display:flex}.Footer-module__3hUVsW__newsletterText{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module__3hUVsW__inputGroup{gap:10px;display:flex}.Footer-module__3hUVsW__input{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:12px;outline:none;flex:1;padding:12px 18px;font-size:.9rem;transition:all .3s}.Footer-module__3hUVsW__input:focus{border-color:#00f3ff4d}.Footer-module__3hUVsW__submitBtn{background:var(--text-primary);width:48px;height:48px;color:var(--bg-primary);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.Footer-module__3hUVsW__submitBtn:hover{transform:scale(1.05);box-shadow:0 0 20px #00f3ff4d}.Footer-module__3hUVsW__bottomBar{border-top:1px solid var(--border-color);max-width:1200px;color:var(--text-secondary);justify-content:space-between;align-items:center;margin:80px auto 0;padding-top:40px;font-size:.85rem;display:flex}.Footer-module__3hUVsW__bottomLinks{gap:30px;display:flex}.Footer-module__3hUVsW__bottomLink{color:var(--text-secondary);text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__bottomLink:hover{color:var(--text-primary)}@media (max-width:1024px){.Footer-module__3hUVsW__container{grid-template-columns:1.5fr 1fr 1fr;gap:40px}.Footer-module__3hUVsW__newsletter{grid-column:span 3;max-width:500px}}@media (max-width:768px){.Footer-module__3hUVsW__container{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__brandColumn,.Footer-module__3hUVsW__newsletter{grid-column:span 2}.Footer-module__3hUVsW__bottomBar{text-align:center;flex-direction:column;gap:20px}}@media (max-width:480px){.Footer-module__3hUVsW__container{grid-template-columns:1fr}.Footer-module__3hUVsW__brandColumn,.Footer-module__3hUVsW__newsletter,.Footer-module__3hUVsW__links{grid-column:span 1}}
.styles-module__WLnEqW__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__WLnEqW__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:120px 20px 80px}.styles-module__WLnEqW__hero{text-align:center;margin-bottom:100px;position:relative}.styles-module__WLnEqW__badge{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--accent-blue);letter-spacing:1px;text-transform:uppercase;box-shadow:var(--shadow-sm);border-radius:100px;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:800;display:inline-block}.styles-module__WLnEqW__title{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.styles-module__WLnEqW__gradientText{background:linear-gradient(135deg,#00f3ff 0%,#7000ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.styles-module__WLnEqW__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.25rem;font-weight:500;line-height:1.6}.styles-module__WLnEqW__grid{grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:100px;display:grid}.styles-module__WLnEqW__storySection{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:32px;padding:48px}.styles-module__WLnEqW__storyTitle{margin-bottom:20px;font-size:2rem;font-weight:700}.styles-module__WLnEqW__storyText{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.styles-module__WLnEqW__valuesGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.styles-module__WLnEqW__valueCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:24px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__WLnEqW__valueCard:hover{background:var(--bg-secondary);border-color:var(--accent-blue);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.styles-module__WLnEqW__iconWrapper{background:var(--glass-bg);border:1px solid var(--border-color);width:56px;height:56px;color:var(--accent-blue);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.styles-module__WLnEqW__valueTitle{margin-bottom:12px;font-size:1.25rem;font-weight:700}.styles-module__WLnEqW__valueDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.styles-module__WLnEqW__statsSection{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-md);border-radius:48px;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:100px;padding:80px 60px;display:grid}.styles-module__WLnEqW__statValue{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;font-size:3.5rem;font-weight:800}.styles-module__WLnEqW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.styles-module__WLnEqW__ctaSection{text-align:center;margin-top:120px}.styles-module__WLnEqW__ctaTitle{margin-bottom:24px;font-size:2.5rem;font-weight:800}.styles-module__WLnEqW__ctaBtn{background:var(--text-primary);color:var(--bg-primary);cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:16px;padding:18px 48px;font-size:1.15rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.styles-module__WLnEqW__ctaBtn:hover{transform:scale(1.05);box-shadow:0 0 30px #00f3ff4d}@media (max-width:1024px){.styles-module__WLnEqW__grid{grid-template-columns:1fr}.styles-module__WLnEqW__valuesGrid,.styles-module__WLnEqW__statsSection{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.styles-module__WLnEqW__valuesGrid,.styles-module__WLnEqW__statsSection{grid-template-columns:1fr}.styles-module__WLnEqW__hero{margin-bottom:60px}.styles-module__WLnEqW__content{padding-top:100px}}
.styles-module__lCFIZW__container{color:#fff;background:#050508;flex-direction:column;min-height:100vh;display:flex}.styles-module__lCFIZW__hero{background:radial-gradient(circle at top,#00f3ff0d 0%,#0000 70%);padding:160px 20px 80px}.styles-module__lCFIZW__heroContent{text-align:center;max-width:900px;margin:0 auto}.styles-module__lCFIZW__category{color:#00f3ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;font-size:.9rem;font-weight:700;display:block}.styles-module__lCFIZW__title{margin-bottom:32px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.styles-module__lCFIZW__meta{color:#94a3b8;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;font-size:1rem;display:flex}.styles-module__lCFIZW__metaItem{align-items:center;gap:8px;display:flex}.styles-module__lCFIZW__dot{background:#334155;border-radius:50%;width:4px;height:4px}.styles-module__lCFIZW__featuredImage{background-position:50%;background-size:cover;border:1px solid #ffffff0d;border-radius:32px;width:100%;max-width:1000px;height:500px;margin:40px auto;box-shadow:0 30px 60px -12px #00000080}.styles-module__lCFIZW__articleWrapper{max-width:800px;margin:0 auto;padding:40px 20px 100px}.styles-module__lCFIZW__content{color:#cbd5e1;font-size:1.15rem;line-height:1.8}.styles-module__lCFIZW__content h2{color:#fff;margin:48px 0 24px;font-size:2rem;font-weight:700}.styles-module__lCFIZW__content p{margin-bottom:24px}.styles-module__lCFIZW__content ul{margin:24px 0;padding-left:20px}.styles-module__lCFIZW__content li{margin-bottom:12px}.styles-module__lCFIZW__backBtn{color:#94a3b8;align-items:center;gap:12px;margin-bottom:40px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.styles-module__lCFIZW__backBtn:hover{color:#fff}.styles-module__lCFIZW__shareSection{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:80px;padding-top:40px;display:flex}.styles-module__lCFIZW__shareTitle{font-size:1.1rem;font-weight:700}.styles-module__lCFIZW__shareBtns{gap:12px;display:flex}.styles-module__lCFIZW__shareBtn{color:#94a3b8;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.styles-module__lCFIZW__shareBtn:hover{color:#000;background:#fff;transform:translateY(-2px)}@media (max-width:768px){.styles-module__lCFIZW__featuredImage{border-radius:20px;height:300px}.styles-module__lCFIZW__title{font-size:2rem}.styles-module__lCFIZW__meta{gap:12px}}
.styles-module__uWvxJG__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__uWvxJG__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:120px 20px 80px}.styles-module__uWvxJG__hero{text-align:center;margin-bottom:80px}.styles-module__uWvxJG__badge{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--accent-violet);letter-spacing:1px;text-transform:uppercase;box-shadow:var(--shadow-sm);border-radius:100px;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:800;display:inline-block}.styles-module__uWvxJG__title{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.styles-module__uWvxJG__gradientText{background:linear-gradient(135deg,#00f3ff 0%,#7000ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.styles-module__uWvxJG__featuredCard{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-md);border-radius:32px;grid-template-columns:1.2fr 1fr;margin-bottom:80px;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden}.styles-module__uWvxJG__featuredCard:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-lg);transform:translateY(-12px)}.styles-module__uWvxJG__featuredImage{background-position:50%;background-size:cover;height:480px;position:relative}.styles-module__uWvxJG__featuredImage:after{content:"";background:linear-gradient(90deg,#0000,#05050833);position:absolute;inset:0}.styles-module__uWvxJG__featuredContent{flex-direction:column;justify-content:center;padding:48px;display:flex}.styles-module__uWvxJG__categoryTag{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:.9rem;font-weight:800;display:block}.styles-module__uWvxJG__featuredTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:20px;font-size:2.5rem;font-weight:800;line-height:1.1}.styles-module__uWvxJG__featuredDesc{color:var(--text-secondary);margin-bottom:32px;font-size:1.1rem;font-weight:500;line-height:1.7}.styles-module__uWvxJG__meta{color:var(--text-secondary);align-items:center;gap:16px;font-size:.9rem;font-weight:600;display:flex}.styles-module__uWvxJG__dot{background:var(--border-color);border-radius:50%;width:4px;height:4px}.styles-module__uWvxJG__filterBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:48px;display:flex}.styles-module__uWvxJG__categories{flex-wrap:wrap;gap:12px;display:flex}.styles-module__uWvxJG__categoryBtn{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:14px;padding:12px 24px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__uWvxJG__categoryBtn:hover,.styles-module__uWvxJG__categoryBtn.styles-module__uWvxJG__active{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.styles-module__uWvxJG__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.styles-module__uWvxJG__postCard{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:32px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.styles-module__uWvxJG__postCard:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.styles-module__uWvxJG__postImage{background-position:50%;background-size:cover;height:220px}.styles-module__uWvxJG__postContent{padding:24px}.styles-module__uWvxJG__postTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:12px;font-size:1.35rem;font-weight:800;line-height:1.3}.styles-module__uWvxJG__postDesc{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:24px;font-size:.95rem;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.styles-module__uWvxJG__featuredCard{grid-template-columns:1fr}.styles-module__uWvxJG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.styles-module__uWvxJG__grid{grid-template-columns:1fr}}
.styles-module__v6rgha__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__v6rgha__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:140px 20px 80px}.styles-module__v6rgha__headerWrapper{text-align:center;margin-bottom:80px}.styles-module__v6rgha__badge{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--accent-blue);letter-spacing:1px;text-transform:uppercase;box-shadow:var(--shadow-sm);border-radius:100px;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:800;display:inline-block}.styles-module__v6rgha__title{font-family:var(--font-outfit),sans-serif;color:var(--text-primary);letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.styles-module__v6rgha__gradientText{background:linear-gradient(135deg,#00f3ff 0%,#7000ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.styles-module__v6rgha__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;font-weight:500}.styles-module__v6rgha__layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:60px;display:grid}@media (max-width:1024px){.styles-module__v6rgha__layout{grid-template-columns:1fr;gap:80px}}.styles-module__v6rgha__infoSide{flex-direction:column;gap:32px;display:flex}.styles-module__v6rgha__infoCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:24px;gap:24px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__v6rgha__infoCard:hover{background:var(--bg-secondary);border-color:var(--accent-blue);box-shadow:var(--shadow-md);transform:translate(10px)}.styles-module__v6rgha__iconBox{background:var(--glass-bg);border:1px solid var(--border-color);width:64px;height:64px;color:var(--accent-blue);box-shadow:var(--shadow-sm);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__v6rgha__infoContent{flex:1}.styles-module__v6rgha__infoTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.3rem;font-weight:800}.styles-module__v6rgha__infoText{color:var(--text-secondary);font-size:1rem;font-weight:500;line-height:1.6}.styles-module__v6rgha__formSide{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:32px;padding:48px;position:relative;overflow:hidden}.styles-module__v6rgha__formSide:before{content:"";background:linear-gradient(90deg,#0000,#00f3ff33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.styles-module__v6rgha__formGroup{margin-bottom:24px}.styles-module__v6rgha__label{color:var(--text-primary);letter-spacing:.3px;margin-bottom:12px;font-size:.95rem;font-weight:700;display:block}.styles-module__v6rgha__input,.styles-module__v6rgha__select,.styles-module__v6rgha__textarea{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:14px;padding:16px 20px;font-family:inherit;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.styles-module__v6rgha__input:focus,.styles-module__v6rgha__select:focus,.styles-module__v6rgha__textarea:focus{background:var(--bg-card);border-color:var(--accent-blue);box-shadow:var(--shadow-md);outline:none;transform:translateY(-2px)}.styles-module__v6rgha__textarea{resize:vertical;min-height:150px}.styles-module__v6rgha__select option{color:#fff;background:#0a0a0f}.styles-module__v6rgha__submitBtn{background:var(--text-primary);width:100%;color:var(--bg-primary);cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;margin-top:12px;padding:18px;font-size:1.15rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.styles-module__v6rgha__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -5px #00f3ff66}.styles-module__v6rgha__submitBtn:active:not(:disabled){transform:translateY(0)}.styles-module__v6rgha__submitBtn:disabled{opacity:.5;cursor:not-allowed}.styles-module__v6rgha__successWrapper{text-align:center;padding:40px 0}.styles-module__v6rgha__successIcon{color:#4ade80;background:#4ade801a;border:1px solid #4ade8033;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 32px;display:flex}.styles-module__v6rgha__successTitle{margin-bottom:12px;font-size:1.8rem;font-weight:800}.styles-module__v6rgha__successText{color:#94a3b8;margin-bottom:32px;font-size:1.1rem}.styles-module__v6rgha__retryBtn{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:14px;padding:12px 28px;font-weight:700;transition:all .2s}.styles-module__v6rgha__retryBtn:hover{background:var(--bg-secondary);box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:640px){.styles-module__v6rgha__content{padding-top:100px}.styles-module__v6rgha__formSide{padding:24px}.styles-module__v6rgha__infoCard{flex-direction:column;gap:16px;padding:24px}.styles-module__v6rgha__iconBox{width:48px;height:48px}}
.styles-module__fEQPQG__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__fEQPQG__header{border-bottom:1px solid var(--border-color);align-items:center;height:80px;padding:0 40px;display:flex}.styles-module__fEQPQG__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:14px;display:flex}.styles-module__fEQPQG__backBtn:hover{color:var(--text-primary)}.styles-module__fEQPQG__content{flex-direction:column;flex:1;align-items:center;padding:100px 20px 60px;display:flex}.styles-module__fEQPQG__heading{text-align:center;max-width:800px;margin-bottom:40px}.styles-module__fEQPQG__title{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3rem;font-weight:800}.styles-module__fEQPQG__subtitle{color:var(--text-secondary);font-size:16px}.styles-module__fEQPQG__grid{grid-template-columns:repeat(3,1fr);gap:20px;width:90%;max-width:1200px;display:grid}@media (max-width:1024px){.styles-module__fEQPQG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.styles-module__fEQPQG__grid{grid-template-columns:1fr}}.styles-module__fEQPQG__card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__fEQPQG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-blue);transform:translateY(-8px)}.styles-module__fEQPQG__iconBox{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;display:flex}.styles-module__fEQPQG__cardTitle{color:var(--text-primary);margin-bottom:10px;font-size:18px;font-weight:700}.styles-module__fEQPQG__cardList{margin:0;padding:0;list-style:none}.styles-module__fEQPQG__cardList li{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.styles-module__fEQPQG__footerSection{text-align:center;margin-top:100px;padding:40px}.styles-module__fEQPQG__ctaBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00f3ff,#bd00ff);border:none;border-radius:30px;padding:14px 28px;font-size:16px;font-weight:700;transition:transform .2s;box-shadow:0 4px 15px #bd00ff66}.styles-module__fEQPQG__ctaBtn:hover{transform:scale(1.05)}
.styles-module__c2sxcG__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__c2sxcG__hero{background:radial-gradient(circle at top center,var(--glass-bg)0%,transparent 70%);text-align:center;padding:180px 20px 100px}.styles-module__c2sxcG__badge{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--accent-blue);letter-spacing:1px;text-transform:uppercase;box-shadow:var(--shadow-sm);border-radius:100px;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:800;display:inline-block}.styles-module__c2sxcG__title{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:32px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.styles-module__c2sxcG__searchContainer{max-width:600px;margin:0 auto;position:relative}.styles-module__c2sxcG__searchInput{background:var(--bg-card);border:1px solid var(--border-color);width:100%;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);border-radius:24px;padding:24px 24px 24px 64px;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__c2sxcG__searchInput:focus{border-color:var(--accent-blue);background:var(--bg-secondary);box-shadow:var(--shadow-md);outline:none;transform:translateY(-2px)}.styles-module__c2sxcG__searchIcon{color:var(--text-secondary);position:absolute;top:50%;left:24px;transform:translateY(-50%)}.styles-module__c2sxcG__content{width:100%;max-width:1200px;margin:0 auto;padding:60px 20px 100px}.styles-module__c2sxcG__sectionTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:40px;font-size:2.25rem;font-weight:800}.styles-module__c2sxcG__categoryGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px;display:grid}.styles-module__c2sxcG__categoryCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;cursor:pointer;box-shadow:var(--shadow-sm);border-radius:32px;padding:40px;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__c2sxcG__categoryCard:hover{background:var(--bg-secondary);border-color:var(--accent-blue);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.styles-module__c2sxcG__iconBox{color:#7000ff;background:#7000ff1a;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.styles-module__c2sxcG__catTitle{margin-bottom:12px;font-size:1.25rem;font-weight:700}.styles-module__c2sxcG__catDesc{color:#64748b;font-size:.95rem;line-height:1.6}.styles-module__c2sxcG__faqSection{background:var(--glass-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:40px;margin-top:40px;padding:60px}.styles-module__c2sxcG__faqGrid{grid-template-columns:repeat(2,1fr);gap:40px 60px;display:grid}.styles-module__c2sxcG__faqItem{border-bottom:1px solid var(--border-color);padding-bottom:24px}.styles-module__c2sxcG__question{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:12px;font-size:1.15rem;font-weight:800;display:flex}.styles-module__c2sxcG__answer{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.styles-module__c2sxcG__ctaSection{text-align:center;background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:48px;margin-top:100px;padding:100px 40px}.styles-module__c2sxcG__ctaTitle{color:var(--text-primary);margin-bottom:16px;font-size:2.5rem;font-weight:800}.styles-module__c2sxcG__ctaDesc{color:var(--text-secondary);margin-bottom:40px;font-size:1.1rem}.styles-module__c2sxcG__contactBtn{background:var(--text-primary);color:var(--bg-primary);box-shadow:var(--shadow-md);border-radius:16px;align-items:center;gap:12px;padding:18px 48px;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.styles-module__c2sxcG__contactBtn:hover{transform:scale(1.05)}@media (max-width:1024px){.styles-module__c2sxcG__categoryGrid{grid-template-columns:repeat(2,1fr)}.styles-module__c2sxcG__faqGrid{grid-template-columns:1fr}}@media (max-width:640px){.styles-module__c2sxcG__categoryGrid{grid-template-columns:1fr}.styles-module__c2sxcG__faqSection{padding:40px 20px}}.styles-module__c2sxcG__modalOverlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}[data-theme=dark] .styles-module__c2sxcG__modalOverlay{background:#000c}.styles-module__c2sxcG__modalContent{background:var(--bg-card);border:1px solid var(--border-color);width:100%;max-width:850px;max-height:90vh;box-shadow:var(--shadow-lg);border-radius:40px;flex-direction:column;display:flex;position:relative;overflow:hidden}.styles-module__c2sxcG__modalHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:24px;padding:48px;display:flex}.styles-module__c2sxcG__closeBtn{background:var(--glass-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:30px;right:30px}.styles-module__c2sxcG__closeBtn:hover{color:#00f3ff;background:#00f3ff1a;transform:rotate(90deg)}.styles-module__c2sxcG__modalBody{flex:1;padding:48px;overflow-y:auto}.styles-module__c2sxcG__guideItem{margin-bottom:40px}.styles-module__c2sxcG__guideItem:last-child{margin-bottom:0}.styles-module__c2sxcG__guideTitle{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:16px;margin-bottom:16px;font-size:1.5rem;font-weight:800;display:flex}.styles-module__c2sxcG__guideText{color:var(--text-secondary);padding-left:36px;font-size:1.05rem;line-height:1.8}.styles-module__c2sxcG__iconCircle{border:2px solid #00f3ff;border-radius:50%;flex-shrink:0;width:20px;height:20px}@media (max-width:768px){.styles-module__c2sxcG__modalHeader,.styles-module__c2sxcG__modalBody{padding:30px 20px}}
.styles-module__nQMZva__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__nQMZva__header{border-bottom:1px solid var(--border-color);align-items:center;height:80px;padding:0 40px;display:flex}.styles-module__nQMZva__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:14px;display:flex}.styles-module__nQMZva__backBtn:hover{color:var(--text-primary)}.styles-module__nQMZva__content{text-align:center;flex-direction:column;flex:1;align-items:center;padding:100px 20px 60px;display:flex}.styles-module__nQMZva__title{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3rem;font-weight:800}.styles-module__nQMZva__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:40px;font-size:16px}.styles-module__nQMZva__grid{grid-template-columns:repeat(3,320px);justify-content:center;gap:30px;width:100%;max-width:1200px;display:grid}@media (max-width:1050px){.styles-module__nQMZva__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.styles-module__nQMZva__card{background:var(--bg-card);border:1px solid var(--border-color);text-align:left;border-radius:20px;flex-direction:column;padding:40px 30px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.styles-module__nQMZva__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.styles-module__nQMZva__featuredCard{background:var(--bg-card);border:2px solid var(--accent-violet);transform:scale(1.05);box-shadow:0 10px 40px -10px #8b5cf633}[data-theme=light] .styles-module__nQMZva__featuredCard{background:#fff;border-color:#8b5cf6;box-shadow:0 20px 50px -12px #8b5cf626}.styles-module__nQMZva__featuredCard:hover{transform:scale(1.05)translateY(-10px);box-shadow:0 20px 50px #bd00ff33}.styles-module__nQMZva__planName{color:var(--text-secondary);margin-bottom:10px;font-size:18px;font-weight:600}.styles-module__nQMZva__price{color:var(--text-primary);margin-bottom:8px;font-size:42px;font-weight:800}.styles-module__nQMZva__price span{color:var(--text-secondary);font-size:16px;font-weight:400}.styles-module__nQMZva__description{color:var(--text-secondary);min-height:42px;margin-bottom:30px;font-size:14px}.styles-module__nQMZva__features{flex:1;margin:0 0 40px;padding:0;list-style:none}.styles-module__nQMZva__feature{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:16px;font-size:14px;display:flex}.styles-module__nQMZva__btn{cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.styles-module__nQMZva__freeBtn{background:var(--glass-bg);color:var(--text-primary);border:1px solid var(--border-color)}.styles-module__nQMZva__freeBtn:hover{background:var(--border-color)}.styles-module__nQMZva__proBtn{color:#fff;background:linear-gradient(135deg,#00f3ff,#bd00ff);box-shadow:0 8px 20px #bd00ff4d}.styles-module__nQMZva__proBtn:hover{filter:brightness(1.1)}.styles-module__nQMZva__payBtn{background:var(--text-primary);color:var(--bg-primary);box-shadow:var(--shadow-sm)}.styles-module__nQMZva__payBtn:hover{opacity:.9;transform:translateY(-2px)}.styles-module__nQMZva__badge{color:#fff;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#00f3ff,#bd00ff);border-radius:20px;padding:6px 16px;font-size:12px;font-weight:700;position:absolute;top:15px;left:50%;transform:translate(-50%)}.styles-module__nQMZva__boosterBadge{color:#000;letter-spacing:1px;text-transform:uppercase;z-index:2;background:linear-gradient(135deg,gold,orange);padding:6px 40px;font-size:10px;font-weight:800;position:absolute;top:15px;right:-35px;transform:rotate(45deg);box-shadow:0 2px 8px #0003}
.styles-module__30SWyq__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__30SWyq__header{border-bottom:1px solid var(--border-color);align-items:center;height:80px;padding:0 40px;display:flex}.styles-module__30SWyq__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:14px;display:flex}.styles-module__30SWyq__backBtn:hover{color:var(--text-primary)}.styles-module__30SWyq__content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:80px 20px}.styles-module__30SWyq__title{margin-bottom:10px;font-size:36px;font-weight:800}.styles-module__30SWyq__lastUpdated{color:var(--text-secondary);margin-bottom:40px;font-size:14px;display:block}.styles-module__30SWyq__section{margin-bottom:40px}.styles-module__30SWyq__sectionTitle{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:16px;font-size:20px;font-weight:700;display:flex}.styles-module__30SWyq__icon{background:#00f3ff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.styles-module__30SWyq__text{color:var(--text-secondary);margin-bottom:12px;font-size:16px;line-height:1.6}.styles-module__30SWyq__list{color:var(--text-secondary);padding:0;font-size:16px;line-height:1.6;list-style:none}.styles-module__30SWyq__list li{align-items:center;gap:10px;margin-bottom:8px;display:flex}.styles-module__30SWyq__bullet{background:var(--accent-blue);border-radius:50%;width:6px;height:6px}
.styles-module__pNyKcq__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.styles-module__pNyKcq__header{border-bottom:1px solid var(--border-color);align-items:center;height:80px;padding:0 40px;display:flex}.styles-module__pNyKcq__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:14px;display:flex}.styles-module__pNyKcq__backBtn:hover{color:var(--text-primary)}.styles-module__pNyKcq__content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:80px 20px}.styles-module__pNyKcq__title{margin-bottom:10px;font-size:36px;font-weight:800}.styles-module__pNyKcq__lastUpdated{color:var(--text-secondary);margin-bottom:40px;font-size:14px;display:block}.styles-module__pNyKcq__section{margin-bottom:40px}.styles-module__pNyKcq__sectionTitle{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:16px;font-size:20px;font-weight:700;display:flex}.styles-module__pNyKcq__sectionNumber{background:linear-gradient(135deg,#00f3ff,#bd00ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:monospace;font-size:24px}.styles-module__pNyKcq__text{color:var(--text-secondary);margin-bottom:12px;font-size:16px;line-height:1.6}.styles-module__pNyKcq__list{color:var(--text-secondary);padding-left:20px;font-size:16px;line-height:1.6;list-style:outside}.styles-module__pNyKcq__list li{margin-bottom:8px}
.TemplateSpotlight-module__-jljPG__overlay{z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.TemplateSpotlight-module__-jljPG__backdrop{-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);background:#00000040;position:absolute;inset:0}.TemplateSpotlight-module__-jljPG__modalWrapper{z-index:10000;align-items:center;gap:15px;width:100%;max-width:1100px;padding:0 40px;display:flex;position:relative}.TemplateSpotlight-module__-jljPG__counterPill{color:#ac6aff;letter-spacing:1px;background:#fff;border:1px solid #ac6aff33;border-radius:100px;padding:6px 16px;font-size:11px;font-weight:800;position:absolute;top:-45px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0003}.TemplateSpotlight-module__-jljPG__modal{background:#fff;border:1px solid #0000000d;border-radius:24px;flex:1;height:85vh;max-height:950px;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #00000026}.TemplateSpotlight-module__-jljPG__navBtn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000014}.TemplateSpotlight-module__-jljPG__navBtn:hover{color:#fff;background:#ac6aff;transform:scale(1.1)}.TemplateSpotlight-module__-jljPG__closeBtn{z-index:10;color:#94a3b8;cursor:pointer;background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.TemplateSpotlight-module__-jljPG__closeBtn:hover{color:#ef4444;background:#fee2e2;transform:rotate(90deg)}.TemplateSpotlight-module__-jljPG__container{width:100%;height:100%;display:flex}.TemplateSpotlight-module__-jljPG__previewSection{background:#f8fafc;border-right:1px solid #f1f5f9;flex:.9;justify-content:center;align-items:center;padding:80px 40px;display:flex}.TemplateSpotlight-module__-jljPG__documentShadowWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:4px;overflow:hidden;box-shadow:0 20px 50px #00000014}.TemplateSpotlight-module__-jljPG__infoSection{background:#fff;flex-direction:column;flex:1.1;padding:50px 45px;display:flex}.TemplateSpotlight-module__-jljPG__infoContent{flex-direction:column;height:100%;display:flex;overflow:hidden}.TemplateSpotlight-module__-jljPG__scrollContent{flex:1;margin-bottom:20px;padding-right:10px;overflow-y:auto}.TemplateSpotlight-module__-jljPG__scrollContent::-webkit-scrollbar{width:4px}.TemplateSpotlight-module__-jljPG__scrollContent::-webkit-scrollbar-track{background:0 0}.TemplateSpotlight-module__-jljPG__scrollContent::-webkit-scrollbar-thumb{background:#f1f5f9;border-radius:10px}.TemplateSpotlight-module__-jljPG__scrollContent:hover::-webkit-scrollbar-thumb{background:#e2e8f0}.TemplateSpotlight-module__-jljPG__headerRow{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.TemplateSpotlight-module__-jljPG__categoryLabel{color:#ac6aff;text-transform:uppercase;letter-spacing:.5px;background:#ac6aff1a;border-radius:100px;padding:4px 12px;font-size:10px;font-weight:800}.TemplateSpotlight-module__-jljPG__userStats{color:#64748b;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.TemplateSpotlight-module__-jljPG__name{color:#0f172a;letter-spacing:-.5px;margin-bottom:8px;font-size:24px;font-weight:800}.TemplateSpotlight-module__-jljPG__description{color:#64748b;margin-bottom:20px;font-size:13px;line-height:1.5}.TemplateSpotlight-module__-jljPG__mainFeatures{flex-direction:column;gap:12px;margin-bottom:30px;display:flex}.TemplateSpotlight-module__-jljPG__featureLine{color:#334155;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.TemplateSpotlight-module__-jljPG__checkIcon{color:#10b981}.TemplateSpotlight-module__-jljPG__bottomFeatureGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px;display:grid}.TemplateSpotlight-module__-jljPG__gridItem{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:12px;padding:16px;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000005}.TemplateSpotlight-module__-jljPG__gridItem:hover{border-color:#ac6aff33;transform:translateY(-2px);box-shadow:0 8px 16px #ac6aff0d}.TemplateSpotlight-module__-jljPG__featureIcon{color:#ac6aff;background:#ac6aff14;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;padding:8px;display:flex}.TemplateSpotlight-module__-jljPG__gridItem h4{color:#1e293b;margin-bottom:2px;font-size:13px;font-weight:700}.TemplateSpotlight-module__-jljPG__gridItem p{color:#94a3b8;font-size:10px;line-height:1.4}.TemplateSpotlight-module__-jljPG__primaryBtn{color:#fff;cursor:pointer;background:#ac6aff;border:none;border-radius:14px;flex-shrink:0;width:100%;margin-top:auto;padding:14px 24px;font-size:15px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 20px -5px #ac6aff4d}.TemplateSpotlight-module__-jljPG__primaryBtn:hover{background:#9d56ff;transform:translateY(-2px);box-shadow:0 15px 30px -8px #ac6aff66}@media (max-width:1024px){.TemplateSpotlight-module__-jljPG__modalWrapper{flex-direction:column;max-width:90vw}.TemplateSpotlight-module__-jljPG__modal{height:80vh;overflow-y:auto}.TemplateSpotlight-module__-jljPG__navBtn{display:none}.TemplateSpotlight-module__-jljPG__infoSection{padding:40px 30px}}
