@import"https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap";:root{--bg-dark:#0a0e17;--bg-card:#111827;--gold:#d4af37;--cyan:#00e5ff;--purple:#b100e8;--orange:#ff6b00;--text-main:#fff;--text-muted:#9ca3af;--font-family:"Titillium Web",sans-serif;--bg-philosophy:rgba(17,24,39,.5);--btn-text-fix:#0a0e17;--banner-opacity:.1}.light-mode{--bg-dark:#f3e8ff;--bg-card:#e0f2fe;--text-main:#3b0764;--text-muted:#6b21a8;--bg-philosophy:#fce7f3;--btn-text-fix:#3b0764;--banner-opacity:.15;--purple:#d946ef;--cyan:#0ea5e9;--orange:#f97316}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{background-color:var(--bg-dark)}body{color:var(--text-main);font-family:var(--font-family);line-height:1.6;margin:0;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}svg{width:100%;height:100%}.app-container{min-height:100vh;background-color:var(--bg-dark);overflow-x:hidden;transition:background-color .3s ease}.text-orange{color:var(--orange)}.text-gradient-gold{background:linear-gradient(to right,var(--gold),#fde047);-webkit-background-clip:text;color:transparent}.btn-primary{background-color:var(--gold);color:var(--btn-text-fix);padding:10px 24px;border-radius:50px;font-weight:700;box-shadow:0 0 15px #d4af3766;transition:transform .2s}.btn-primary:hover{transform:translateY(-2px)}.btn-gradient{background:linear-gradient(to right,var(--cyan),var(--purple));color:#fff;padding:14px 32px;border-radius:50px;font-size:16px;font-weight:700;transition:transform .2s}.btn-gradient:hover{transform:scale(1.05)}.btn-outline{background:transparent;color:var(--text-main);border:1px solid var(--text-muted);padding:14px 32px;border-radius:50px;font-size:16px;font-weight:700;transition:all .3s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-white{background-color:var(--text-main);color:var(--bg-dark);padding:14px 32px;border-radius:50px;font-size:16px;font-weight:700;transition:background-color .3s,color .3s}.btn-white:hover{background-color:var(--text-muted)}.section-full{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;position:relative}.philosophy{background-color:var(--bg-philosophy);transition:background-color .3s ease}.grid-container-2{display:grid;grid-template-columns:1fr;gap:40px;max-width:1200px;width:100%;margin:0 auto;align-items:center}.philosophy h2{font-size:36px;margin-bottom:20px;font-weight:800}.philosophy p{color:var(--text-muted);font-size:20px;margin-bottom:20px}.image-placeholder{height:400px;background:linear-gradient(135deg,var(--bg-dark),var(--bg-card));border:1px solid hsla(0,0%,100%,.1);border-radius:20px;display:flex;justify-content:center;align-items:center;color:var(--gold)}@media(min-width:992px){.grid-container-2{grid-template-columns:1fr 1fr;gap:80px}.philosophy h2{font-size:48px}}.services-wrapper{width:100%;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:42px;margin-bottom:15px;font-weight:800}.section-header p{color:var(--text-muted);font-size:20px;max-width:600px;margin:0 auto}.grid-container-3{display:grid;grid-template-columns:1fr;gap:30px}.card{background-color:var(--bg-card);padding:40px 30px;border-radius:20px;border:1px solid hsla(0,0%,100%,.05);transition:all .3s,background-color .3s ease}.card h3{font-size:24px;margin-bottom:15px;font-weight:700}.card p{color:var(--text-muted);font-size:18px}.card-icon{width:50px;height:50px;margin-bottom:20px;display:block}.card-cyan .card-icon{color:var(--cyan)}.card-cyan:hover{border-color:var(--cyan);transform:translateY(-5px)}.card-purple .card-icon{color:var(--purple)}.card-purple:hover{border-color:var(--purple);transform:translateY(-5px)}.card-orange .card-icon{color:var(--orange)}.card-orange:hover{border-color:var(--orange);transform:translateY(-5px)}@media(min-width:768px){.grid-container-3{grid-template-columns:repeat(3,1fr)}}.community-banner{max-width:1000px;width:100%;margin:0 auto;background-color:var(--bg-card);border:1px solid hsla(0,0%,100%,.1);padding:80px 40px;border-radius:30px;text-align:center;position:relative;overflow:hidden;transition:background-color .3s ease}.community-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,var(--cyan),var(--purple),var(--orange));opacity:var(--banner-opacity);z-index:0}.community-banner>*{position:relative;z-index:1}.community-banner h2{font-size:42px;margin-bottom:20px;font-weight:800}.community-banner p{color:var(--text-muted);font-size:20px;max-width:700px;margin:0 auto 30px}.app-header[data-v-70fce367]{position:fixed;top:0;left:0;width:100%;z-index:1100;pointer-events:none}.navbar[data-v-70fce367]{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;pointer-events:auto;gap:16px}.nav-logo-container[data-v-70fce367]{width:50px;height:50px;cursor:pointer;transition:transform .3s ease}.nav-logo-container[data-v-70fce367]:hover{transform:scale(1.05)}.nav-logo[data-v-70fce367]{width:100%;height:100%}.nav-center[data-v-70fce367]{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-left:auto;margin-right:12px;min-width:0}.nav-section-link[data-v-70fce367]{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;transition:color .3s ease}.nav-section-link[data-v-70fce367]:hover{color:var(--gold)}.active-section-name[data-v-70fce367]{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}@media(max-width:991px){.nav-center[data-v-70fce367]{margin-right:0}}.hamburger-animated[data-v-70fce367]{width:40px;height:40px;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;z-index:1200}.line[data-v-70fce367]{width:30px;height:2px;background-color:#fff;border-radius:2px;transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .4s ease,background-color .3s ease;transform-origin:center}.hamburger-animated:hover .line[data-v-70fce367]{background-color:var(--gold)}.hamburger-animated.is-open .line-top[data-v-70fce367]{transform:translateY(8px) rotate(45deg)}.hamburger-animated.is-open .line-middle[data-v-70fce367]{opacity:0}.hamburger-animated.is-open .line-bottom[data-v-70fce367]{transform:translateY(-8px) rotate(-45deg)}.fullscreen-menu[data-v-70fce367]{position:fixed;top:0;left:0;width:100vw;height:100vh;display:grid;grid-template-columns:1fr;z-index:1000;background-color:transparent;pointer-events:auto}@media(min-width:992px){.fullscreen-menu[data-v-70fce367]{grid-template-columns:1fr 1fr}}@media(max-width:991px){.fullscreen-menu[data-v-70fce367]{display:none}.menu-transition-enter-active[data-v-70fce367],.menu-transition-enter-active .menu-left[data-v-70fce367],.menu-transition-enter-active .menu-right[data-v-70fce367],.menu-transition-leave-active[data-v-70fce367],.menu-transition-leave-active .menu-left[data-v-70fce367],.menu-transition-leave-active .menu-right[data-v-70fce367]{transition:none}.menu-transition-enter-from .menu-right[data-v-70fce367],.menu-transition-leave-to .menu-right[data-v-70fce367]{transform:none}.menu-transition-enter-from .menu-left[data-v-70fce367],.menu-transition-leave-to .menu-left[data-v-70fce367]{opacity:1}.menu-right[data-v-70fce367]{width:100%;background-color:transparent;box-shadow:none}}.mobile-menu-panel[data-v-70fce367]{position:fixed;top:0;right:0;width:75vw;height:100vh;z-index:1000;display:flex;flex-direction:column;justify-content:flex-start;padding:76px 28px 28px;background-color:#0a0e17fa;box-shadow:-18px 0 40px #0000008c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);pointer-events:auto}.mobile-menu-panel .mobile-menu-pages[data-v-70fce367]{display:flex}.mobile-menu-pages[data-v-70fce367]{display:flex;flex-direction:column;gap:20px}.mobile-page-group[data-v-70fce367]{display:flex;flex-direction:column;gap:10px}.mobile-page-row[data-v-70fce367]{display:flex;align-items:center;justify-content:space-between;gap:18px}.mobile-page-link[data-v-70fce367]{color:#fff;font-size:20px;font-weight:800;line-height:1.05;text-transform:uppercase;letter-spacing:-.5px;width:-moz-fit-content;width:fit-content;transition:color .3s ease;background:transparent}.mobile-page-link.active-page[data-v-70fce367],.mobile-page-link[data-v-70fce367]:hover{color:var(--gold)}.mobile-submenu-list[data-v-70fce367]{display:flex;flex-direction:column;gap:10px;padding-left:16px;border-left:1px solid hsla(0,0%,100%,.06)}.mobile-submenu-link[data-v-70fce367]{color:#fff;font-size:24px;font-weight:800;line-height:1.05;text-transform:uppercase;letter-spacing:-.5px;width:-moz-fit-content;width:fit-content;transition:color .3s ease,transform .3s ease;background:transparent}.mobile-submenu-link.active-link[data-v-70fce367],.mobile-submenu-link[data-v-70fce367]:hover{color:var(--gold);transform:translate(10px)}.mobile-main-nav[data-v-70fce367]{display:flex;flex-direction:column;gap:22px}.mobile-main-link[data-v-70fce367]{color:#fff;font-size:34px;font-weight:800;line-height:1.05;text-transform:uppercase;letter-spacing:-1px;width:-moz-fit-content;width:fit-content;transition:color .3s ease,transform .3s ease}.mobile-main-link.active-link[data-v-70fce367],.mobile-main-link[data-v-70fce367]:hover{color:var(--gold);transform:translate(12px)}.mobile-menu-footer[data-v-70fce367]{margin-top:auto;padding-top:24px;font-size:12px;color:var(--text-muted);letter-spacing:1px}.menu-left[data-v-70fce367]{display:none}@media(min-width:992px){.menu-left[data-v-70fce367]{display:grid;place-items:center;position:relative;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background-color:#0a0e17b3;min-height:100vh}}.menu-logo-wrapper[data-v-70fce367]{position:relative;margin:0;width:350px;height:350px;transform:none;filter:drop-shadow(0 0 40px rgba(212,175,55,.2))}.giant-logo[data-v-70fce367]{width:100%;height:100%}.menu-pages[data-v-70fce367]{gap:34px;margin-top:40px}.menu-page-group[data-v-70fce367],.menu-pages[data-v-70fce367]{display:flex;flex-direction:column}.menu-page-group[data-v-70fce367]{gap:14px}.menu-page-row[data-v-70fce367]{display:flex;align-items:center;justify-content:space-between;gap:24px}.menu-page-link[data-v-70fce367]{font-size:48px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-1px;transition:color .3s ease,transform .3s ease;width:-moz-fit-content;width:fit-content;background:transparent}.menu-page-link.active-page[data-v-70fce367],.menu-page-link[data-v-70fce367]:hover{color:var(--gold);transform:translate(15px)}.menu-page-arrow[data-v-70fce367]{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#fff;opacity:.55;transition:transform .25s ease,color .25s ease,opacity .25s ease;background:transparent;flex:0 0 20px}.menu-page-arrow.is-open[data-v-70fce367],.menu-page-arrow[data-v-70fce367]:hover{color:var(--gold);opacity:.95}.menu-page-arrow.is-open[data-v-70fce367]{transform:rotate(180deg)}.menu-page-arrow-icon[data-v-70fce367]{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid}.menu-submenu-list[data-v-70fce367]{display:flex;flex-direction:column;gap:10px;padding-left:18px;border-left:1px solid hsla(0,0%,100%,.08)}.menu-submenu-link[data-v-70fce367]{font-size:22px;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:-.5px;transition:color .3s ease,transform .3s ease;width:-moz-fit-content;width:fit-content;background:transparent}.menu-submenu-link.active-link[data-v-70fce367],.menu-submenu-link[data-v-70fce367]:hover{color:var(--gold);transform:translate(12px)}.menu-right[data-v-70fce367]{position:relative;display:flex;flex-direction:column;justify-content:center;padding:40px;background-color:var(--bg-dark);box-shadow:-10px 0 30px #00000080}@media(min-width:992px){.menu-right[data-v-70fce367]{padding:80px 100px}}@media(max-width:991px){.menu-right[data-v-70fce367]{padding:76px 28px 28px;justify-content:flex-start}.main-nav[data-v-70fce367]{margin-top:12px;gap:22px}.main-link[data-v-70fce367]{font-size:34px;line-height:1.05}.menu-footer[data-v-70fce367]{padding-top:24px}}.main-nav[data-v-70fce367]{display:flex;flex-direction:column;gap:30px;margin-top:40px}.main-link[data-v-70fce367]{font-size:48px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-1px;transition:color .3s ease,transform .3s ease;width:-moz-fit-content;width:fit-content}@media(min-width:992px){.main-link[data-v-70fce367]{font-size:64px}}.main-link.active-link[data-v-70fce367],.main-link[data-v-70fce367]:hover{color:var(--gold);transform:translate(15px)}.menu-footer[data-v-70fce367]{margin-top:auto;font-size:12px;color:var(--text-muted);letter-spacing:1px;padding-top:40px}.menu-transition-enter-active[data-v-70fce367],.menu-transition-leave-active[data-v-70fce367]{transition:visibility .8s}.menu-transition-enter-active .menu-right[data-v-70fce367]{transition:transform .4s cubic-bezier(.25,1,.5,1)}.menu-transition-leave-active .menu-right[data-v-70fce367]{transition:transform .3s cubic-bezier(.25,1,.5,1)}.menu-transition-enter-from .menu-right[data-v-70fce367],.menu-transition-leave-to .menu-right[data-v-70fce367]{transform:translate(100%)}.menu-transition-enter-to .menu-right[data-v-70fce367],.menu-transition-leave-from .menu-right[data-v-70fce367]{transform:translate(0)}.menu-transition-enter-active .menu-left[data-v-70fce367]{transition:opacity .3s ease .3s}.menu-transition-leave-active .menu-left[data-v-70fce367]{transition:opacity .2s ease}.menu-transition-enter-from .menu-left[data-v-70fce367],.menu-transition-leave-to .menu-left[data-v-70fce367]{opacity:0}.menu-transition-enter-to .menu-left[data-v-70fce367],.menu-transition-leave-from .menu-left[data-v-70fce367]{opacity:1}.mobile-menu-transition-enter-active[data-v-70fce367],.mobile-menu-transition-leave-active[data-v-70fce367]{transition:opacity .35s ease,transform .35s cubic-bezier(.25,1,.5,1)}.mobile-menu-transition-enter-from[data-v-70fce367],.mobile-menu-transition-leave-to[data-v-70fce367]{opacity:0;transform:translate(100%)}.mobile-menu-transition-enter-to[data-v-70fce367],.mobile-menu-transition-leave-from[data-v-70fce367]{opacity:1;transform:translate(0)}.footer-shell[data-v-9b3f0aa0]{position:relative;width:100%;height:720px;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);background:transparent}.footer-fixed[data-v-9b3f0aa0]{position:fixed;bottom:0;left:0;width:100%;height:720px}.footer-sticky[data-v-9b3f0aa0]{position:sticky;top:calc(100vh - 720px);height:100%;overflow-y:auto}.footer-inner[data-v-9b3f0aa0]{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;min-height:100%;padding:2rem 1rem;border-top:1px solid hsla(0,0%,100%,.1);background:var(--bg-dark)}.footer-glow-layer[data-v-9b3f0aa0]{position:absolute;inset:0;z-index:0;isolation:isolate;contain:strict}.footer-glow[data-v-9b3f0aa0]{position:absolute;border-radius:9999px;opacity:.55;filter:blur(0)}.glow-one[data-v-9b3f0aa0]{top:0;left:0;width:35rem;height:20rem;transform:translate(-15%,-35%) rotate(-35deg);background:radial-gradient(circle at 50% 50%,#ffffff0f 0,#ffffff05 50%,#ffffff03 80%)}.glow-two[data-v-9b3f0aa0]{transform:translate(5%,-50%) rotate(-35deg)}.glow-three[data-v-9b3f0aa0],.glow-two[data-v-9b3f0aa0]{top:0;left:0;width:15rem;height:20rem;background:radial-gradient(circle at 50% 50%,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,.01) 80%,transparent 100%)}.glow-three[data-v-9b3f0aa0]{transform:translate(-15%,-35%) rotate(-35deg)}.footer-bottom[data-v-9b3f0aa0],.footer-links-grid[data-v-9b3f0aa0],.footer-main[data-v-9b3f0aa0]{position:relative;z-index:1}.footer-main[data-v-9b3f0aa0]{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.footer-brand[data-v-9b3f0aa0]{width:100%;max-width:24rem}.brand-mark[data-v-9b3f0aa0]{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:linear-gradient(to right,var(--cyan),var(--purple));color:#fff;margin-bottom:1rem}.brand-label[data-v-9b3f0aa0],.brand-mark[data-v-9b3f0aa0]{font-size:1rem;font-weight:700}.brand-label[data-v-9b3f0aa0]{margin:0;color:var(--text-main);letter-spacing:.03em}.brand-copy[data-v-9b3f0aa0]{margin:1rem 0 0;color:var(--text-muted);font-size:.95rem;line-height:1.7}.footer-socials[data-v-9b3f0aa0]{display:flex;flex-wrap:wrap;gap:.5rem}.social-button[data-v-9b3f0aa0]{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.12);background:#ffffff0a;color:var(--text-muted);transition:transform .2s ease,color .2s ease,border-color .2s ease}.social-button[data-v-9b3f0aa0]:hover{transform:translateY(-2px);color:var(--text-main);border-color:#ffffff40}.social-button svg[data-v-9b3f0aa0]{width:1rem;height:1rem}.footer-links-grid[data-v-9b3f0aa0]{display:grid;gap:2.5rem}.footer-link-group[data-v-9b3f0aa0]{animation:footer-rise-9b3f0aa0 .8s ease-out forwards;animation-delay:var(--group-delay);opacity:0;transform:translateY(-8px)}.footer-link-group h3[data-v-9b3f0aa0]{margin:0;color:var(--text-main);font-size:.875rem;text-transform:uppercase;letter-spacing:.08em}.footer-link-group ul[data-v-9b3f0aa0]{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.footer-link-group a[data-v-9b3f0aa0]{color:var(--text-muted);font-size:.875rem;transition:color .2s ease,transform .2s ease}.footer-link-group a[data-v-9b3f0aa0]:hover{color:var(--text-main)}.footer-bottom[data-v-9b3f0aa0]{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem;border-top:1px solid hsla(0,0%,100%,.1);padding-top:.75rem;color:var(--text-muted);font-size:.875rem}.footer-bottom p[data-v-9b3f0aa0]{margin:0}@media(min-width:768px){.footer-inner[data-v-9b3f0aa0]{padding:2rem 3rem}.footer-main[data-v-9b3f0aa0]{margin-top:2.5rem;flex-direction:row;align-items:flex-start;justify-content:space-between}.footer-links-grid[data-v-9b3f0aa0]{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 3rem}.footer-bottom[data-v-9b3f0aa0]{flex-direction:row}}@media(min-width:1280px){.footer-links-grid[data-v-9b3f0aa0]{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes footer-rise-9b3f0aa0{to{opacity:1;transform:translateY(0)}}.is-visible .footer-link-group[data-v-9b3f0aa0]{opacity:1;transform:translateY(0)}
