.Navbar-module__cJzEcG__navbar{z-index:200;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030303d1;border-bottom-color:#ffffff0f}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.Navbar-module__cJzEcG__logo{z-index:201;align-items:center;display:inline-flex}.Navbar-module__cJzEcG__navLinks{gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-text-muted);font-size:.88rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-accent)}.Navbar-module__cJzEcG__authButtons{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__loginBtn{color:var(--color-text-muted);font-size:.88rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__loginBtn:hover{color:#fff}.Navbar-module__cJzEcG__signupBtn{background-color:var(--color-accent);color:#000;border-radius:10px;padding:.55rem 1.15rem;font-size:.88rem;font-weight:700;transition:transform .2s,box-shadow .2s}.Navbar-module__cJzEcG__signupBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #caff004d}.Navbar-module__cJzEcG__menuBtn{border:1px solid var(--color-border);color:#fff;cursor:pointer;z-index:201;background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Navbar-module__cJzEcG__mobileMenu{z-index:199;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#030303f7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileLink{color:#fff;font-size:1.25rem;font-weight:600}.Navbar-module__cJzEcG__mobileCta{background:var(--color-accent);color:#000;border-radius:12px;margin-top:1rem;padding:.9rem 2rem;font-size:1rem;font-weight:700}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__authButtons{display:none}.Navbar-module__cJzEcG__menuBtn{display:flex}.Navbar-module__cJzEcG__navInner{padding:.85rem 1.5rem}}
.Hero-module__ZARIfG__hero{background-image:linear-gradient(135deg,#030303eb 0%,#0a0a0ae0 50%,#030303f2 100%),url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding:7rem 0 4rem;display:flex;position:relative}.Hero-module__ZARIfG__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.Hero-module__ZARIfG__content{max-width:580px}.Hero-module__ZARIfG__badge{color:var(--color-accent);background-color:#caff0014;border:1px solid #caff0040;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background-color:var(--color-accent);width:6px;height:6px;box-shadow:0 0 8px var(--color-accent);border-radius:50%;animation:2s infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1}50%{opacity:.4}}.Hero-module__ZARIfG__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.08}.Hero-module__ZARIfG__highlight{color:var(--color-accent)}.Hero-module__ZARIfG__description{color:var(--color-text-muted);max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.Hero-module__ZARIfG__buttonGroup{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background-color:var(--color-accent);color:#000;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.95rem 1.75rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.Hero-module__ZARIfG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #caff0047}.Hero-module__ZARIfG__secondaryBtn{color:#fff;border:1px solid var(--color-border);background-color:#ffffff0a;border-radius:12px;align-items:center;padding:.95rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.Hero-module__ZARIfG__secondaryBtn:hover{background:#caff000f;border-color:#caff0059}.Hero-module__ZARIfG__trustList{flex-wrap:wrap;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.Hero-module__ZARIfG__trustList li{color:var(--color-text-muted);align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:flex}.Hero-module__ZARIfG__trustList li svg{color:var(--color-accent);flex-shrink:0}.Hero-module__ZARIfG__previewWrap{position:relative}.Hero-module__ZARIfG__previewCard{z-index:2;background:linear-gradient(160deg,#111 0%,#0a0a0a 100%);border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 32px 64px #00000080,0 0 0 1px #caff000f}.Hero-module__ZARIfG__previewGlow{z-index:0;pointer-events:none;background:radial-gradient(circle,#caff001f 0%,#0000 65%);position:absolute;inset:-20%}.Hero-module__ZARIfG__previewTopbar{background:#0006;border-bottom:1px solid #ffffff0f;align-items:center;gap:.4rem;padding:.85rem 1rem;display:flex}.Hero-module__ZARIfG__dot{border-radius:50%;width:10px;height:10px}.Hero-module__ZARIfG__previewTitle{color:var(--color-text-muted);margin-left:.5rem;font-size:.75rem;font-weight:600}.Hero-module__ZARIfG__previewBody{padding:1.25rem}.Hero-module__ZARIfG__previewStats{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1rem;display:grid}.Hero-module__ZARIfG__previewStat{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem;display:flex}.Hero-module__ZARIfG__previewStat strong{color:#fff;font-size:.95rem;line-height:1.2;display:block}.Hero-module__ZARIfG__previewStat span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.Hero-module__ZARIfG__previewChart{background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;align-items:flex-end;gap:.5rem;height:100px;margin-bottom:1rem;padding:.75rem;display:flex}.Hero-module__ZARIfG__bar{background:linear-gradient(to top, var(--color-accent), #caff0066);border-radius:4px 4px 0 0;flex:1;min-height:8px;transition:height .3s}.Hero-module__ZARIfG__previewActivity{flex-direction:column;gap:.5rem;display:flex}.Hero-module__ZARIfG__activityRow{color:var(--color-text-muted);background:#ffffff05;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .65rem;font-size:.78rem;display:flex}.Hero-module__ZARIfG__activityDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Hero-module__ZARIfG__glowOverlay{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__glowBlob{filter:blur(120px);opacity:.2;border-radius:50%;width:350px;height:350px;animation:16s ease-in-out infinite alternate Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__blob1{background-color:var(--color-accent);top:10%;left:5%}.Hero-module__ZARIfG__blob2{background-color:#3b82f6;animation-delay:-6s;bottom:20%;right:5%}@keyframes Hero-module__ZARIfG__float{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,-60px)scale(1.15)}to{transform:translate(-20px,20px)scale(.9)}}.Hero-module__ZARIfG__gridOverlay{z-index:2;pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 80%);mask-image:radial-gradient(#000 20%,#0000 80%)}@media (max-width:992px){.Hero-module__ZARIfG__heroGrid{grid-template-columns:1fr;gap:2.5rem}.Hero-module__ZARIfG__previewWrap{max-width:480px;margin:0 auto}}@media (max-width:576px){.Hero-module__ZARIfG__hero{padding-top:6rem}.Hero-module__ZARIfG__buttonGroup{flex-direction:column}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{justify-content:center;width:100%}.Hero-module__ZARIfG__previewStats{grid-template-columns:1fr}}
.Stats-module__yL2aHq__statsSection{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(90deg,#1116,#1a1a1a99);border-bottom:1px solid #ffffff08;padding:5rem 0;position:relative;overflow:hidden}.Stats-module__yL2aHq__statsSection:before{content:"";background:linear-gradient(90deg,#0000,#caff0033,#0000);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Stats-module__yL2aHq__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Stats-module__yL2aHq__statItem{flex-direction:column;gap:.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}.Stats-module__yL2aHq__statItem:hover{transform:scale(1.05)}.Stats-module__yL2aHq__statValue{color:var(--color-accent);font-size:2.5rem;font-weight:800}.Stats-module__yL2aHq__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}@media (max-width:768px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media (max-width:480px){.Stats-module__yL2aHq__grid{grid-template-columns:1fr}}
.Features-module__zvCZ4q__featuresSection{background-color:var(--color-bg);padding:6rem 0}.Features-module__zvCZ4q__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.Features-module__zvCZ4q__headerLeft{max-width:600px}.Features-module__zvCZ4q__title{text-transform:uppercase;color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Features-module__zvCZ4q__description{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.Features-module__zvCZ4q__exploreLink{color:var(--color-accent);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.Features-module__zvCZ4q__exploreLink:hover{opacity:.8}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Features-module__zvCZ4q__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.Features-module__zvCZ4q__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#14141999;border:1px solid #ffffff0d;border-radius:12px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Features-module__zvCZ4q__card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#caff0014,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Features-module__zvCZ4q__card:hover{border-color:#caff0066;transform:translateY(-8px);box-shadow:0 15px 40px #caff000f}.Features-module__zvCZ4q__card:hover:after{opacity:1}.Features-module__zvCZ4q__card:hover .Features-module__zvCZ4q__iconWrapper{background-color:var(--color-accent);color:#000;transform:scale(1.1)rotate(5deg)}.Features-module__zvCZ4q__iconWrapper{width:50px;height:50px;color:var(--color-accent);background-color:#caff001a;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Features-module__zvCZ4q__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Features-module__zvCZ4q__cardDesc{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}@media (max-width:992px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Features-module__zvCZ4q__header{flex-direction:column;align-items:flex-start;gap:2rem}.Features-module__zvCZ4q__grid{grid-template-columns:1fr}}
.ManagementTools-module__Kal71W__section{background-color:#0a0a0a;padding:6rem 0}.ManagementTools-module__Kal71W__header{text-align:center;max-width:560px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.ManagementTools-module__Kal71W__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.ManagementTools-module__Kal71W__subtitle{color:var(--color-text-muted);margin-top:.75rem;font-size:.95rem;line-height:1.6}.ManagementTools-module__Kal71W__title{color:#fff;font-size:clamp(1.6rem,3vw,2rem);font-weight:800}.ManagementTools-module__Kal71W__title:after{display:none}.ManagementTools-module__Kal71W__grid{grid-template-columns:1fr 1fr;gap:1.5rem;max-height:600px;display:grid}.ManagementTools-module__Kal71W__leftCol{height:100%}.ManagementTools-module__Kal71W__rightCol{flex-direction:column;gap:1.5rem;height:100%;display:flex}.ManagementTools-module__Kal71W__rightBottomRow{grid-template-columns:1fr 1fr;gap:1.5rem;height:50%;display:grid}.ManagementTools-module__Kal71W__card{background-color:var(--color-surface);border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;justify-content:flex-end;padding:2rem;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.ManagementTools-module__Kal71W__card:hover{border-color:#caff004d;transform:scale(.98)}.ManagementTools-module__Kal71W__cardBg{object-fit:cover;z-index:0;opacity:.6;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.ManagementTools-module__Kal71W__card:hover .ManagementTools-module__Kal71W__cardBg{opacity:.8}.ManagementTools-module__Kal71W__cardOverlay{z-index:1;background:linear-gradient(#0000 0%,#0003 50%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ManagementTools-module__Kal71W__cardContent{z-index:2;position:relative}.ManagementTools-module__Kal71W__badge{background-color:var(--color-accent);color:#000;border-radius:4px;margin-bottom:1rem;padding:.3rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.ManagementTools-module__Kal71W__cardTitle{text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.ManagementTools-module__Kal71W__largeCardTitle{font-size:2rem}.ManagementTools-module__Kal71W__cardDesc{color:#ccc;max-width:90%;font-size:.95rem;line-height:1.5}@media (max-width:992px){.ManagementTools-module__Kal71W__grid{grid-template-columns:1fr;max-height:none}.ManagementTools-module__Kal71W__leftCol,.ManagementTools-module__Kal71W__rightCol,.ManagementTools-module__Kal71W__rightBottomRow{min-height:300px}}@media (max-width:576px){.ManagementTools-module__Kal71W__rightBottomRow{grid-template-columns:1fr}}
.Roles-module__gM5CSa__section{background:linear-gradient(180deg, var(--color-bg) 0%, #080808 100%);padding:6rem 0}.Roles-module__gM5CSa__header{text-align:center;max-width:620px;margin:0 auto 3.5rem}.Roles-module__gM5CSa__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.Roles-module__gM5CSa__title{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800}.Roles-module__gM5CSa__subtitle{color:var(--color-text-muted);font-size:1rem;line-height:1.65}.Roles-module__gM5CSa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Roles-module__gM5CSa__card{border:1px solid var(--color-border);background:#ffffff05;border-radius:16px;padding:2rem 1.75rem;transition:border-color .3s,transform .3s}.Roles-module__gM5CSa__card:hover{border-color:#caff0040;transform:translateY(-4px)}.Roles-module__gM5CSa__tag{text-transform:uppercase;letter-spacing:.08em;border:1px solid;border-radius:6px;margin-bottom:1.25rem;padding:.25rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.Roles-module__gM5CSa__iconBox{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.Roles-module__gM5CSa__cardTitle{color:#fff;margin-bottom:.65rem;font-size:1.2rem;font-weight:700}.Roles-module__gM5CSa__cardDesc{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}.Roles-module__gM5CSa__ctaRow{text-align:center;margin-top:2.5rem}.Roles-module__gM5CSa__ctaBtn{color:var(--color-accent);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:gap .2s;display:inline-flex}.Roles-module__gM5CSa__ctaBtn:hover{gap:.75rem}@media (max-width:992px){.Roles-module__gM5CSa__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}
.CTA-module__CdZh3q__ctaSection{text-align:center;background:var(--color-bg);padding:7rem 0;position:relative;overflow:hidden}.CTA-module__CdZh3q__glow{pointer-events:none;background:radial-gradient(#caff001a 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTA-module__CdZh3q__content{max-width:680px;margin:0 auto}.CTA-module__CdZh3q__title{color:#fff;margin-bottom:1.25rem;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;line-height:1.15}.CTA-module__CdZh3q__highlight{color:var(--color-accent)}.CTA-module__CdZh3q__description{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.CTA-module__CdZh3q__buttonRow{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.CTA-module__CdZh3q__primaryBtn{background:var(--color-accent);color:#000;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.CTA-module__CdZh3q__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #caff0047}.CTA-module__CdZh3q__secondaryBtn{color:#fff;border:1px solid var(--color-border);background:#ffffff08;border-radius:12px;align-items:center;padding:1rem 1.75rem;font-size:.95rem;font-weight:600;transition:border-color .2s;display:inline-flex}.CTA-module__CdZh3q__secondaryBtn:hover{border-color:#caff004d}.CTA-module__CdZh3q__smallText{color:var(--color-text-muted);font-size:.8rem}@media (max-width:576px){.CTA-module__CdZh3q__buttonRow{flex-direction:column;align-items:stretch}.CTA-module__CdZh3q__primaryBtn,.CTA-module__CdZh3q__secondaryBtn{justify-content:center}}
.Footer-module__S6Hkya__footer{background-color:#050505;border-top:1px solid #ffffff0d;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{letter-spacing:1px;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:inline-block}.Footer-module__S6Hkya__brandDesc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:var(--color-text-muted);transition:color .3s}.Footer-module__S6Hkya__socialIcon:hover{color:var(--color-accent)}.Footer-module__S6Hkya__column h4{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.Footer-module__S6Hkya__links{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__link{color:var(--color-text-muted);font-size:.9rem;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:#fff}.Footer-module__S6Hkya__bottom{text-align:center;color:#666;border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.8rem}@media (max-width:992px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}}
