body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,body,html{margin:0;padding:0}body,html{height:100%}.loading-spinner{align-items:center;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;justify-content:center;margin:20px;min-height:300px;padding:2rem}.spinner{animation:spin 1.2s ease-in-out infinite;border:5px solid #8665e41a;border-color:#8665e4 #6a4fc7;border-radius:50%;border-style:solid;border-width:5px;box-shadow:0 0 20px #8665e44d,inset 0 0 15px #8665e41a;height:60px;margin-bottom:1.5rem;width:60px}@keyframes spin{0%{border-right-color:#6a4fc7;border-top-color:#8665e4;transform:rotate(0deg)}25%{border-right-color:#8665e4;border-top-color:#6a4fc7}50%{border-right-color:#6a4fc7;border-top-color:#8665e4}75%{border-right-color:#8665e4;border-top-color:#6a4fc7}to{border-right-color:#6a4fc7;border-top-color:#8665e4;transform:rotate(1turn)}}.loading-spinner p{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#8665e4,#6a4fc7,#9d8ae8);-webkit-background-clip:text;background-clip:text;color:#c9c2e8;font-size:1.2rem;font-weight:500;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d}.loading-spinner:before{animation:pulse 2s ease-in-out infinite;background:radial-gradient(circle,#8665e426 0,#6a4fc70d 70%,#0000 100%);border-radius:50%;content:"";height:100px;position:absolute;width:100px;z-index:-1}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (max-width:768px){.loading-spinner{margin:10px;padding:1.5rem}.spinner{height:50px;width:50px}.loading-spinner p{font-size:1rem}}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0a0119,#1a0333);border-bottom:1px solid #8665e433;box-shadow:0 4px 20px #8665e426;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative}.logo,.nav-container{align-items:center;display:flex}.logo{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.5rem;font-weight:700;gap:8px;text-decoration:none;transition:.3s ease;z-index:1001}.logo:hover{transform:translateY(-1px)}.logo span:first-child{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#8665e4,#a891f0);-webkit-background-clip:text;font-weight:800}.parallelogram{background:linear-gradient(45deg,#8665e4,#6a4fc7);border-radius:4px;box-shadow:0 2px 8px #8665e44d;padding:4px 12px;transform:skew(-15deg);transition:all .3s ease}.parallelogram span{color:#fff;display:block;font-size:1.5rem;font-weight:600;transform:skew(15deg)}.nav-mobile{background:#8665e41a;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:12px;position:relative;transition:all .3s ease;z-index:1001}.nav-mobile:hover{background:#8665e433;transform:scale(1.05)}.nav-mobile span{background:#fff;border-radius:2px;height:3px;transform-origin:center;transition:.3s ease;width:26px}.nav-mobile.active{background:#8665e433;display:none}.nav-mobile.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.nav-mobile.active span:nth-child(2){opacity:0;transform:scale(0)}.nav-mobile.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.mobile-nav-header{align-items:center;background:#0a0119cc;border-bottom:1px solid #8665e433;display:flex;height:0;justify-content:space-between;padding:2.2rem}.mobile-logo{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.5rem;font-weight:700;gap:8px}.mobile-close-btn,.mobile-logo{align-items:center;color:#fff;display:flex}.mobile-close-btn{background:#8665e41a;border:1px solid #8665e44d;border-radius:8px;cursor:pointer;font-size:2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.mobile-close-btn:hover{background:#8665e433;transform:scale(1.1)}.mobile-nav{background:linear-gradient(160deg,#0a0119,#1a0333 80%,#2a0452);border-left:1px solid #8665e44d;box-shadow:-10px 0 30px #00000080;display:flex;display:none;flex-direction:column;height:100vh;overflow:hidden;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);width:380px;z-index:1000}.mobile-nav.open{display:flex;transform:translateX(0)}.mobile-nav-content{flex:1 1;overflow-y:auto;padding:1rem 0}.mobile-menu{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0 1rem}.mobile-nav-item{border:1px solid #0000;border-radius:8px;overflow:hidden;transition:all .3s ease}.mobile-nav-item:hover{background:#8665e40d;border-color:#8665e44d}.mobile-nav-link{align-items:center;background:none;border:none;border-radius:8px;color:#fff;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;padding:1rem 1.5rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.mobile-nav-link:hover{background:#8665e41a;transform:translateX(5px)}.mobile-arrow{color:#8665e4;font-size:.8rem;transition:transform .3s ease}.mobile-dropdown-btn:hover .mobile-arrow{transform:translateX(3px)}.mobile-submenu{display:flex;flex-direction:column;height:100%}.mobile-back-btn{align-items:center;background:#8665e41a;border:none;border-bottom:1px solid #8665e433;color:#8665e4;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:1rem 1.5rem;transition:all .3s ease}.mobile-back-btn:hover{background:#8665e426;padding-left:1.8rem}.back-arrow{font-size:1.1rem}.mobile-submenu-content{flex:1 1;overflow-y:auto;padding:1rem}.mobile-submenu-section{margin-bottom:2rem}.mobile-submenu-title{background:#8665e41a;border-left:3px solid #8665e4;border-radius:6px;color:#8665e4;font-size:.9rem;font-weight:600;letter-spacing:1px;margin:0 0 1rem;padding:.5rem 1rem;text-transform:uppercase}.mobile-submenu-links{display:flex;flex-direction:column;gap:4px}.mobile-submenu-link{border:1px solid #0000;border-radius:8px;color:#e6e6e6;font-weight:500;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.mobile-submenu-link:hover{background:#8665e426;border-color:#8665e44d;transform:translateX(5px)}.mobile-submenu-link.active{background:linear-gradient(45deg,#8665e433,#6a4fc733);border-color:#8665e480;color:#fff}.mobile-nav-footer{background:#0a0119cc;border-top:1px solid #8665e433;padding:1.5rem;position:relative;text-align:center}.mobile-nav-footer p{color:#a891f0;font-size:.9rem;font-weight:500;margin:0}.nav-glow{background:linear-gradient(90deg,#0000,#8665e4,#0000);border-radius:50%;height:2px;left:50%;position:absolute;top:-2px;transform:translateX(-50%);width:100px}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:999}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-nav-content::-webkit-scrollbar{width:6px}.mobile-nav-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#8665e4,#6a4fc7);border-radius:6px}.mobile-nav-content::-webkit-scrollbar-track{background:#8665e41a}@media (max-width:768px){.mobile-nav{border-left:none;width:100%}.nav-container{padding:0 1rem}}@media (max-width:480px){.nav-container{padding:0 .5rem}.logo{font-size:1.5rem}.parallelogram{padding:3px 8px}.parallelogram span{font-size:1rem}.mobile-nav-header{padding:2rem}.mobile-logo{font-size:1.1rem}.mobile-nav-link,.mobile-submenu-link{padding:.875rem 1.25rem}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.mobile-nav.open .mobile-nav-item{animation:slideInRight .3s ease forwards}.mobile-nav.open .mobile-nav-item:first-child{animation-delay:.1s}.mobile-nav.open .mobile-nav-item:nth-child(2){animation-delay:.15s}.mobile-nav.open .mobile-nav-item:nth-child(3){animation-delay:.2s}.mobile-nav.open .mobile-nav-item:nth-child(4){animation-delay:.25s}.mobile-nav.open .mobile-nav-item:nth-child(5){animation-delay:.3s}.mobile-nav.open .mobile-nav-item:nth-child(6){animation-delay:.35s}.mobile-nav.open .mobile-nav-item:nth-child(7){animation-delay:.4s}.mobile-nav.open .mobile-nav-item:nth-child(8){animation-delay:.45s}.mobile-nav.open .mobile-nav-item:nth-child(9){animation-delay:.5s}.home{background:linear-gradient(135deg,#0a0119,#1a0333);min-height:100vh}.hero{background:linear-gradient(135deg,#8665e41a,#1a0333cc);overflow:hidden;padding:6rem 0 4rem;position:relative;text-align:center}.menu-icon{color:#fff}.hero:before{background:radial-gradient(circle at 50% 50%,#8665e41a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#8665e4,#a891f0);-webkit-background-clip:text;background-clip:text}.hero-description{color:#b8b8d0;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.search-container{margin:0 auto 3rem;max-width:600px;position:relative}.search-box{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #8665e44d;border-radius:12px;display:flex;padding:.75rem 1rem;position:relative;transition:all .3s ease}.search-box:focus-within{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#8665e4;box-shadow:0 0 0 3px #8665e41a}.search-icon{color:#b8b8d0;font-size:1.1rem;margin-right:.75rem}.search-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none}.search-input::placeholder{color:#8a8aa3}.search-clear{background:none;border:none;border-radius:4px;color:#b8b8d0;cursor:pointer;padding:.25rem;transition:color .3s ease}.search-clear:hover{color:#fff}.search-suggestions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0119f2;border:1px solid #8665e44d;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:none;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{align-items:center;border-bottom:1px solid #8665e41a;color:#b8b8d0;display:flex;justify-content:space-between;padding:1rem 1.25rem;text-decoration:none;transition:all .3s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#8665e41a;color:#fff}.suggestion-info{display:flex;flex-direction:column;gap:.25rem}.suggestion-name{font-size:.95rem;font-weight:500}.suggestion-category{font-size:.8rem;opacity:.8}.suggestion-arrow{font-size:.8rem;opacity:0;transform:translateX(-4px);transition:all .3s ease}.suggestion-item:hover .suggestion-arrow{opacity:1;transform:translateX(0)}.quick-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{color:#8665e4;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#b8b8d0;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.tools-section{padding:4rem 0}.section-header-1{margin-bottom:3rem;text-align:center}.section-header-1 h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.section-header-1 p{color:#b8b8d0;font-size:1.1rem}.tools-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.tool-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #8665e41a;border-radius:16px;overflow:hidden;transition:all .3s ease}.tool-category:hover{border-color:#8665e44d;box-shadow:0 8px 32px #8665e41a;transform:translateY(-4px)}.tool-category.active{border-color:var(--category-color)}.category-header{align-items:center;cursor:pointer;display:flex;padding:1.5rem;transition:background-color .3s ease}.category-header:hover{background:#8665e40d}.category-icon{align-items:center;background:linear-gradient(45deg,var(--category-color),color-mix(in srgb,var(--category-color) 70%,#fff));border-radius:12px;display:flex;flex-shrink:0;height:50px;justify-content:center;margin-right:1rem;width:50px}.category-icon i{color:#fff;font-size:1.2rem}.category-info{flex:1 1}.category-name{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 .25rem}.tool-count{color:#b8b8d0;font-size:.9rem}.category-arrow{color:#b8b8d0;transition:transform .3s ease}.tool-category.active .category-arrow{color:var(--category-color);transform:rotate(180deg)}.category-dropdown{max-height:0;overflow:hidden;transition:max-height .4s ease}.dropdown-section{border-top:1px solid #8665e41a;padding:1.5rem}.dropdown-section:first-child{border-top:none}.section-title{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.section-links{display:flex;flex-direction:column;gap:.5rem}.tool-link{align-items:center;background:#ffffff05;border:1px solid #0000;border-radius:8px;color:#b8b8d0;display:flex;justify-content:space-between;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.tool-link:hover{background:#8665e41a;border-color:var(--category-color);color:#fff;transform:translateX(4px)}.tool-name{font-size:.95rem}.link-arrow{font-size:.8rem;opacity:0;transform:translateX(-4px);transition:all .3s ease}.tool-link:hover .link-arrow{opacity:1;transform:translateX(0)}.no-results{color:#b8b8d0;padding:4rem 2rem;text-align:center}.no-results i{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-results h3{color:#fff;margin-bottom:.5rem}.features-section{background:linear-gradient(135deg,#0a0119cc,#1a033399);padding:4rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#ffffff08;border:1px solid #8665e41a;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#8665e44d;box-shadow:0 8px 32px #8665e41a;transform:translateY(-4px)}.feature-icon{align-items:center;background:linear-gradient(45deg,#8665e4,#a891f0);border-radius:16px;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.feature-icon i{color:#fff;font-size:1.5rem}.feature-card h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#b8b8d0;line-height:1.6}@media (max-width:1024px){.hero-title{font-size:3rem}.tools-grid{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 1rem}.hero{padding:4rem 0 3rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.quick-stats{gap:2rem}.stat-number{font-size:1.5rem}.section-header h2{font-size:2rem}.category-header,.dropdown-section{padding:1.25rem}.features-grid{grid-template-columns:1fr}.search-suggestions{max-height:250px}.suggestion-item{padding:.875rem 1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.quick-stats{flex-direction:column;gap:1.5rem}.category-header{padding:1rem}.category-icon{height:40px;margin-right:.75rem;width:40px}.category-icon i{font-size:1rem}.category-name{font-size:1.1rem}.dropdown-section{padding:1rem}.tool-link{padding:.5rem .75rem}.suggestion-item{padding:.75rem .875rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tool-category{animation:fadeInUp .6s ease forwards}.tool-category:first-child{animation-delay:.1s}.tool-category:nth-child(2){animation-delay:.2s}.tool-category:nth-child(3){animation-delay:.3s}.tool-category:nth-child(4){animation-delay:.4s}.tool-category:nth-child(5){animation-delay:.5s}.tool-category:nth-child(6){animation-delay:.6s}.tool-category:nth-child(7){animation-delay:.7s}.tool-category:nth-child(8){animation-delay:.8s}.tool-category:nth-child(9){animation-delay:.9s}.tool-category:nth-child(10){animation-delay:1s}.footer{background:linear-gradient(135deg,#0a0119,#1a0333);border-top:1px solid #8665e433;margin-top:auto;position:relative}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-main{padding:4rem 0 2rem}.footer-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;color:#fff;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.8rem;font-weight:700;gap:8px}.footer-logo span:first-child{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#8665e4,#a891f0);-webkit-background-clip:text;font-weight:800}.footer-parallelogram{background:linear-gradient(45deg,#8665e4,#6a4fc7);border-radius:4px;box-shadow:0 2px 8px #8665e44d;padding:4px 12px;transform:skew(-15deg)}.footer-parallelogram span{color:#fff;display:block;font-size:1.1rem;font-weight:600;transform:skew(15deg)}.footer-description{color:#b8b8d0;font-size:.95rem;line-height:1.6;max-width:300px}.footer-sections-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.footer-column{gap:2.5rem}.footer-column,.footer-section{display:flex;flex-direction:column}.footer-section{gap:1.5rem}.footer-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0;padding-bottom:.5rem;position:relative}.footer-title:after{background:linear-gradient(45deg,#8665e4,#6a4fc7);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-link{color:#b8b8d0;font-size:.9rem;padding-left:0;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#8665e4;transform:translateX(5px)}.footer-link:before{background:#8665e4;border-radius:50%;content:"";height:4px;left:-8px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;width:4px}.footer-link:hover:before{opacity:1}.footer-social{margin:1.5rem 0}.social-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem;text-align:left}.social-links{display:flex;gap:1rem;justify-content:flex-start}.social-link{align-items:center;background:#8665e41a;border:1px solid #8665e44d;border-radius:8px;color:#b8b8d0;display:flex;font-size:1.1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#8665e4;box-shadow:0 4px 12px #8665e44d;color:#fff;transform:translateY(-2px)}.social-link i{color:#b8b8d0;transition:color .3s ease}.social-link:hover i{color:#fff}.footer-bottom{background:#0a0119cc;border-top:1px solid #8665e41a;padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.footer-copyright p{color:#b8b8d0;font-size:.9rem;margin:0}.footer-legal{display:flex;gap:2rem}.legal-link{color:#b8b8d0;font-size:.9rem;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#8665e4}.footer-glow{background:linear-gradient(90deg,#0000,#8665e4,#6a4fc7,#8665e4,#0000);bottom:0;height:1px;left:0;opacity:.3;position:absolute;right:0}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-sections-grid{gap:2rem;grid-template-columns:1fr 1fr}.footer-brand{align-items:center;text-align:center}.footer-description{max-width:500px;text-align:center}.social-title{text-align:center}.social-links{justify-content:center}}@media (max-width:768px){.container{padding:0 1rem}.footer-main{padding:3rem 0 1.5rem}.footer-content{gap:2.5rem}.footer-sections-grid{gap:2.5rem;grid-template-columns:1fr}.footer-column{gap:2rem}.footer-section{text-align:center}.footer-title:after{left:50%;transform:translateX(-50%)}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}.social-links{gap:.75rem}.social-link{font-size:1rem;height:36px;width:36px}}@media (max-width:480px){.footer-logo{font-size:1.5rem}.footer-parallelogram{padding:3px 8px}.footer-parallelogram span{font-size:.9rem}.footer-legal{flex-direction:column;gap:.5rem}.social-links{gap:.5rem}.social-link{font-size:.9rem;height:32px;width:32px}}@keyframes slideInFooter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:slideInFooter .6s ease forwards}.footer-column:first-child .footer-section:first-child{animation-delay:.1s}.footer-column:first-child .footer-section:nth-child(2){animation-delay:.2s}.footer-column:nth-child(2) .footer-section:first-child{animation-delay:.3s}.footer-column:nth-child(2) .footer-section:nth-child(2){animation-delay:.4s}
/*# sourceMappingURL=main.39d736bc.css.map*/