.Hero-module__lYpGPq__hero{color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;min-height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__canvasContainer{z-index:1;opacity:.3;width:1000px;height:1000px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__lYpGPq__backgroundOverlay{z-index:1;background:0 0;position:absolute;inset:0}.Hero-module__lYpGPq__gradientOverlay{z-index:2;position:absolute;inset:0}.Hero-module__lYpGPq__decorativeElement1{filter:blur(3rem);background:0 0;border-radius:50%;width:8rem;height:8rem;animation:6s ease-in-out infinite Hero-module__lYpGPq__float;position:absolute;top:5rem;left:2.5rem}.Hero-module__lYpGPq__decorativeElement2{filter:blur(4rem);background:0 0;border-radius:50%;width:12rem;height:12rem;animation:8s ease-in-out infinite reverse Hero-module__lYpGPq__float;position:absolute;bottom:5rem;right:2.5rem}@keyframes Hero-module__lYpGPq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Hero-module__lYpGPq__content{z-index:10;text-align:center;max-width:80rem;box-shadow:none;background:0 0;border-radius:2rem;margin:0 auto;padding:3rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.Hero-module__lYpGPq__content:hover{box-shadow:none;transform:translateY(-2px)}.Hero-module__lYpGPq__title{text-shadow:0 4px 8px #00000026;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1;animation:.8s ease-out forwards Hero-module__lYpGPq__fadeInUp}@media (min-width:640px){.Hero-module__lYpGPq__title{font-size:3.75rem}}@media (min-width:768px){.Hero-module__lYpGPq__title{font-size:5rem}}@media (min-width:1024px){.Hero-module__lYpGPq__title{font-size:6rem}}.Hero-module__lYpGPq__titleGradient{-webkit-text-fill-color:transparent;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#fff 0%,#fafafa 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite Hero-module__lYpGPq__shimmer}@keyframes Hero-module__lYpGPq__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__lYpGPq__subtitle{text-shadow:0 2px 4px #00000026;opacity:.95;-webkit-user-select:none;user-select:none;max-width:32rem;margin:0 auto 3rem;font-size:1.25rem;font-weight:300;line-height:1.6;animation:.8s ease-out .2s both Hero-module__lYpGPq__fadeInUp}@media (min-width:768px){.Hero-module__lYpGPq__subtitle{font-size:1.5rem}}.Hero-module__lYpGPq__highlightText{color:#93c5fd;text-shadow:0 2px 4px #3b82f64d;-webkit-user-select:none;user-select:none;font-weight:600}.Hero-module__lYpGPq__buttonContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:.8s ease-out .4s both Hero-module__lYpGPq__fadeInUp;display:flex}@media (min-width:640px){.Hero-module__lYpGPq__buttonContainer{flex-direction:row}}.Hero-module__lYpGPq__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:9999px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #3b82f666,0 0 0 1px #93c5fd33,inset 0 1px #fff3}.Hero-module__lYpGPq__primaryButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__lYpGPq__primaryButton:hover:before{left:100%}.Hero-module__lYpGPq__primaryButton:hover{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 25px 50px -10px #3b82f699,0 0 0 1px #93c5fd66,inset 0 1px #ffffff4d}.Hero-module__lYpGPq__secondaryButton{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f633 0%,#2563eb26 100%);border:2px solid #93c5fd80;border-radius:9999px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;box-shadow:0 4px 12px #3b82f633,inset 0 1px #ffffff1a}.Hero-module__lYpGPq__secondaryButton:hover{background:linear-gradient(135deg,#3b82f64d 0%,#2563eb40 100%);border-color:#93c5fdb3;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f64d,inset 0 1px #fff3}.Hero-module__lYpGPq__hidden{visibility:hidden;opacity:0;transition:visibility,opacity .2s linear}.Hero-module__lYpGPq__loadingSpinner{justify-content:center;align-items:center;min-height:200px;display:flex}.Hero-module__lYpGPq__spinner{border:4px solid #93c5fd33;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:1s linear infinite Hero-module__lYpGPq__spin}@keyframes Hero-module__lYpGPq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.Hero-module__lYpGPq__decorativeElement1,.Hero-module__lYpGPq__decorativeElement2{display:none}.Hero-module__lYpGPq__content{margin:1rem 0;padding:2rem 0}.Hero-module__lYpGPq__title{margin-bottom:1rem;font-size:2.5rem}.Hero-module__lYpGPq__subtitle{margin-bottom:2rem;font-size:1.125rem}.Hero-module__lYpGPq__primaryButton,.Hero-module__lYpGPq__secondaryButton{width:100%;max-width:20rem;padding:.875rem 2rem;font-size:1rem}}
.Features-module__cojejq__features{background:0 0;padding:6rem 0 20rem;position:relative;overflow:hidden}.Features-module__cojejq__backgroundDecor1{filter:blur(3rem);background:#ffffff14;border-radius:50%;width:12rem;height:12rem;animation:10s ease-in-out infinite Features-module__cojejq__float;position:absolute;top:10%;left:15%}.Features-module__cojejq__backgroundDecor2{filter:blur(4rem);background:#ffffff0d;border-radius:50%;width:16rem;height:16rem;animation:14s ease-in-out infinite reverse Features-module__cojejq__float;position:absolute;bottom:20%;right:20%}@keyframes Features-module__cojejq__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-25px)rotate(180deg)}}.Features-module__cojejq__container{z-index:10;max-width:1280px;margin:0 auto;padding:0;position:relative}.Features-module__cojejq__headerSection{text-align:center;margin-bottom:3rem}.Features-module__cojejq__title{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 8px #00000026;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.Features-module__cojejq__title{font-size:3rem}}@media (min-width:768px){.Features-module__cojejq__title{font-size:3.75rem}}@media (min-width:1024px){.Features-module__cojejq__title{font-size:4.5rem}}.Features-module__cojejq__titleGradient{background:linear-gradient(135deg,white,0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Features-module__cojejq__subtitle{color:#ffffffe6;text-shadow:0 2px 4px #00000026;max-width:48rem;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.Features-module__cojejq__subtitle{font-size:1.5rem}}.Features-module__cojejq__grid{max-width:7xl;grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (min-width:1024px){.Features-module__cojejq__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.Features-module__cojejq__featureCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:linear-gradient(135deg,#3b82f61a 0%,#2563eb26 100%);border:1px solid #93c5fd4d;border-radius:2rem;flex-direction:column;align-items:center;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #3b82f640,0 0 0 1px #93c5fd33,inset 0 1px #ffffff1a}.Features-module__cojejq__featureCard:before{content:"";opacity:0;background:linear-gradient(135deg,#93c5fd33 0%,#0000 50%,#3b82f61a 100%);transition:opacity .4s ease-in-out;position:absolute;inset:0}.Features-module__cojejq__featureCard:hover:before{opacity:1}.Features-module__cojejq__featureCard:hover{background:linear-gradient(135deg,#3b82f633 0%,#2563eb40 100%);border-color:#93c5fd80;transform:translateY(-8px)scale(1.02);box-shadow:0 32px 64px -12px #3b82f666,0 0 0 1px #93c5fd66,inset 0 1px #fff3}.Features-module__cojejq__iconContainer{z-index:10;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease-in-out;display:flex;position:relative;box-shadow:0 20px 40px -10px #3b82f666,0 0 0 1px #93c5fd33,inset 0 1px #fff3}.Features-module__cojejq__featureCard:hover .Features-module__cojejq__iconContainer{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);transform:scale(1.1);box-shadow:0 25px 50px -10px #3b82f699,0 0 0 1px #93c5fd66,inset 0 1px #ffffff4d}.Features-module__cojejq__icon{color:#fff;width:2.5rem;height:2.5rem}.Features-module__cojejq__featureTitle{color:#fff;z-index:10;text-shadow:0 2px 4px #00000026;margin-bottom:1rem;font-size:1.5rem;font-weight:700;transition:color .3s ease-in-out;position:relative}.Features-module__cojejq__featureCard:hover .Features-module__cojejq__featureTitle{color:#93c5fd}.Features-module__cojejq__featureDescription{color:#ffffffe6;z-index:10;text-shadow:0 1px 2px #00000026;font-size:1.125rem;font-weight:300;line-height:1.6;position:relative}.Features-module__cojejq__ctaSection{text-align:center;margin-top:5rem}.Features-module__cojejq__ctaText{color:#ffffffe6;text-shadow:0 1px 2px #00000026;margin-bottom:2rem;font-size:1.125rem}.Features-module__cojejq__ctaButton{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #3b82f666,0 0 0 1px #93c5fd33,inset 0 1px #fff3}.Features-module__cojejq__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Features-module__cojejq__ctaButton:hover:before{left:100%}.Features-module__cojejq__ctaButton:hover{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 25px 50px -10px #3b82f699,0 0 0 1px #93c5fd66,inset 0 1px #ffffff4d}.Features-module__cojejq__ctaIcon{width:1.25rem;height:1.25rem;transition:transform .3s ease-in-out}.Features-module__cojejq__ctaButton:hover .Features-module__cojejq__ctaIcon{transform:translate(4px)}.Features-module__cojejq__scrollCard:hover{background:linear-gradient(135deg,#3b82f633 0%,#2563eb40 100%);border-color:#93c5fd80;box-shadow:0 32px 64px -12px #3b82f666,0 0 0 1px #93c5fd66,inset 0 1px #fff3}.Features-module__cojejq__scrollCard:hover .Features-module__cojejq__iconContainer{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);transform:scale(1.05);box-shadow:0 25px 50px -10px #3b82f6b3,0 0 0 1px #93c5fd66,inset 0 1px #ffffff4d}.Features-module__cojejq__scrollCard:hover .Features-module__cojejq__featureTitle{color:#93c5fd}.Features-module__cojejq__navButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;pointer-events:auto;background:linear-gradient(135deg,#3b82f633 0%,#2563eb26 100%);border:1px solid #93c5fd4d;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s ease-in-out;display:flex;box-shadow:0 4px 12px #3b82f633,inset 0 1px #ffffff1a}.Features-module__cojejq__navButton:hover{background:linear-gradient(135deg,#3b82f64d 0%,#2563eb40 100%);border-color:#93c5fd80;transform:scale(1.1);box-shadow:0 6px 20px #3b82f64d,inset 0 1px #fff3}@media (max-width:1023px){.Features-module__cojejq__features{padding:4rem 0 6rem}.Features-module__cojejq__headerSection{margin-bottom:2rem}.Features-module__cojejq__title{font-size:2.25rem}.Features-module__cojejq__subtitle{font-size:1.125rem}.Features-module__cojejq__grid{gap:1.5rem}.Features-module__cojejq__featureCard{padding:2rem}.Features-module__cojejq__iconContainer{width:5rem;height:5rem;margin-bottom:1.5rem;padding:1.25rem}.Features-module__cojejq__icon{width:2rem;height:2rem}.Features-module__cojejq__featureTitle{font-size:1.25rem}.Features-module__cojejq__featureDescription{font-size:1rem}.Features-module__cojejq__ctaSection{margin-top:3rem}}.Features-module__cojejq__scrollCardSection{justify-content:center;align-items:center;margin:8rem 0;display:flex;position:relative}.Features-module__cojejq__cardTrack{perspective:1000px;width:100%;max-width:500px;height:auto;min-height:600px;position:relative}.Features-module__cojejq__scrollCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;width:100%;height:auto;min-height:600px;transform-style:preserve-3d;background:linear-gradient(135deg,#3b82f626 0%,#2563eb33 100%);border:1px solid #93c5fd4d;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0;box-shadow:0 25px 50px -12px #3b82f64d,0 0 0 1px #93c5fd33,inset 0 1px #ffffff1a}.Features-module__cojejq__scrollCardActive{opacity:1;z-index:10;transform:translate(0)translateZ(0)rotateY(0)scale(1)}.Features-module__cojejq__scrollCardNext{opacity:.7;z-index:5;transform:translate(100%)translateZ(-200px)rotateY(-45deg)scale(.8)}.Features-module__cojejq__scrollCardPrev{opacity:.7;z-index:5;transform:translate(-100%)translateZ(-200px)rotateY(45deg)scale(.8)}.Features-module__cojejq__scrollCardHidden{opacity:0;z-index:1;pointer-events:none;transform:translate(200%)translateZ(-400px)rotateY(-90deg)scale(.6)}.Features-module__cojejq__cardNumber{color:#ffffff1a;pointer-events:none;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.Features-module__cojejq__progressIndicator{align-items:center;gap:1rem;display:flex;position:absolute;bottom:-4rem;left:50%;transform:translate(-50%)}.Features-module__cojejq__progressBar{background:#fff3;border-radius:2px;width:200px;height:4px;overflow:hidden}.Features-module__cojejq__progressFill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.Features-module__cojejq__progressText{color:#fffc;min-width:3rem;font-size:.875rem;font-weight:600}.Features-module__cojejq__navigationButtons{pointer-events:none;z-index:20;justify-content:space-between;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.Features-module__cojejq__navIcon{color:#fff;width:1.25rem;height:1.25rem}.Features-module__cojejq__cardDots{z-index:15;gap:.5rem;display:flex;position:absolute;bottom:-6rem;left:50%;transform:translate(-50%)}.Features-module__cojejq__cardDot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:.75rem;height:.75rem;transition:all .3s ease-in-out}.Features-module__cojejq__cardDotActive{background:linear-gradient(135deg,#3b82f6,#60a5fa);transform:scale(1.2)}.Features-module__cojejq__staticGrid{display:none}.Features-module__cojejq__headerCard{background:linear-gradient(135deg,#6366f133 0%,#8b5cf640 100%);border:1px solid #a78bfa66;box-shadow:0 25px 50px -12px #6366f14d,0 0 0 1px #a78bfa4d,inset 0 1px #ffffff26}.Features-module__cojejq__headerCard:hover{background:linear-gradient(135deg,#6366f14d 0%,#8b5cf659 100%);border-color:#a78bfa99;box-shadow:0 32px 64px -12px #6366f166,0 0 0 1px #a78bfa80,inset 0 1px #ffffff40}.Features-module__cojejq__headerTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 8px #00000026;text-align:center;margin-bottom:2rem;font-size:3rem;font-weight:900;line-height:1.2}.Features-module__cojejq__headerDescription{color:#ffffffe6;text-shadow:0 2px 4px #00000026;text-align:center;max-width:500px;margin:0 auto;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.Features-module__cojejq__headerTitle{margin-bottom:1.5rem;font-size:2rem}.Features-module__cojejq__headerDescription{font-size:1.125rem}}.Features-module__cojejq__scrollCard .Features-module__cojejq__iconContainer{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin-bottom:2rem;padding:2rem;transition:all .4s ease-in-out;display:flex;box-shadow:0 20px 40px -10px #3b82f680,0 0 0 1px #93c5fd4d,inset 0 1px #fff3}.Features-module__cojejq__scrollCard .Features-module__cojejq__icon{color:#fff;width:2.5rem;height:2.5rem}.Features-module__cojejq__scrollCard .Features-module__cojejq__featureTitle{color:#fff;text-shadow:0 4px 8px #00000026;margin-bottom:1.5rem;font-size:2rem;font-weight:900}.Features-module__cojejq__scrollCard .Features-module__cojejq__featureDescription{color:#ffffffe6;text-shadow:0 2px 4px #00000026;max-width:400px;font-size:1.125rem;line-height:1.6}.Features-module__cojejq__staticHeaderCard{text-align:center;background:linear-gradient(135deg,#6366f133 0%,#8b5cf640 100%);border:1px solid #a78bfa66;box-shadow:0 25px 50px -12px #6366f14d,0 0 0 1px #a78bfa4d,inset 0 1px #ffffff26}.Features-module__cojejq__staticHeaderCard:hover{background:linear-gradient(135deg,#6366f14d 0%,#8b5cf659 100%);border-color:#a78bfa99;box-shadow:0 32px 64px -12px #6366f166,0 0 0 1px #a78bfa80,inset 0 1px #ffffff40}.Features-module__cojejq__staticHeaderTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 8px #00000026;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}.Features-module__cojejq__staticHeaderDescription{color:#ffffffe6;text-shadow:0 2px 4px #00000026;margin:0;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.Features-module__cojejq__staticHeaderTitle{margin-bottom:1rem;font-size:2rem}.Features-module__cojejq__staticHeaderDescription{font-size:1rem}}@media (max-width:1024px){.Features-module__cojejq__scrollCardSection{display:none}.Features-module__cojejq__staticGrid{max-width:7xl;grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}}@media (min-width:1025px){.Features-module__cojejq__staticGrid{display:none}}.Features-module__cojejq__hoverInstruction{text-align:center;z-index:15;position:absolute;bottom:-8rem;left:50%;transform:translate(-50%)}.Features-module__cojejq__instructionText{color:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000001a;border:1px solid #ffffff1a;border-radius:1rem;margin:0;padding:.5rem 1rem;font-size:.875rem;font-weight:400;transition:all .3s ease-in-out}@media (max-width:768px){.Features-module__cojejq__scrollCardSection{min-height:80vh;margin:4rem 0}.Features-module__cojejq__cardTrack{max-width:350px;height:auto;min-height:500px}.Features-module__cojejq__scrollCard{padding:2rem 1.5rem}.Features-module__cojejq__scrollCard .Features-module__cojejq__featureTitle{font-size:1.5rem}.Features-module__cojejq__scrollCard .Features-module__cojejq__featureDescription{font-size:1rem}.Features-module__cojejq__cardNumber{font-size:2rem;top:1rem;right:1rem}.Features-module__cojejq__hoverInstruction{bottom:-6rem}.Features-module__cojejq__instructionText{padding:.375rem .75rem;font-size:.75rem}}
.ZoneTreeView-module__p-d0aG__zoneTreeRoot{margin:0}.ZoneTreeView-module__p-d0aG__zoneTreePropertyLabel{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.ZoneTreeView-module__p-d0aG__zoneTreeList{margin:0;padding:0;list-style:none}.ZoneTreeView-module__p-d0aG__zoneTreeNode{margin:0}.ZoneTreeView-module__p-d0aG__zoneTreeNodeButton{text-align:left;cursor:pointer;width:100%;color:var(--text-primary,#0f172a);background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:.875rem;transition:background .2s;display:flex}.ZoneTreeView-module__p-d0aG__zoneTreeNodeButton:hover{background:#f1f5f9}.ZoneTreeView-module__p-d0aG__zoneTreeChevron,.ZoneTreeView-module__p-d0aG__zoneTreeSpacer{color:#94a3b8;flex-shrink:0;width:1rem;height:1rem}.ZoneTreeView-module__p-d0aG__zoneTreeSpacer{display:inline-block}.ZoneTreeView-module__p-d0aG__zoneTreeNodeName{flex:1;font-weight:500}.ZoneTreeView-module__p-d0aG__zoneTreeNodeType{color:#64748b;white-space:nowrap;font-size:.75rem}.ZoneTreeView-module__p-d0aG__zoneTreeEmpty{text-align:center;color:var(--text-secondary,#64748b);padding:1.5rem;font-size:.875rem}.ZoneTreeView-module__p-d0aG__zoneTreeEmptyIcon{color:#cbd5e1;width:2.5rem;height:2.5rem;margin:0 auto .5rem;display:block}.ZoneTreeView-module__p-d0aG__zoneTreeEmptyHint{color:#94a3b8;margin-top:.25rem;font-size:.8125rem}
.PropertiesSection-module__bjEwRW__section{background:linear-gradient(180deg,var(--page-bg,#f8fafc)0%,#f1f5f9 100%);padding:4rem 0 5rem}.PropertiesSection-module__bjEwRW__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.PropertiesSection-module__bjEwRW__title{color:var(--text-primary,#0f172a);text-align:center;letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800}@media (min-width:768px){.PropertiesSection-module__bjEwRW__title{font-size:2.5rem}}.PropertiesSection-module__bjEwRW__subtitle{text-align:center;color:var(--text-secondary,#64748b);margin-bottom:2.5rem;font-size:1.125rem}.PropertiesSection-module__bjEwRW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.PropertiesSection-module__bjEwRW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.PropertiesSection-module__bjEwRW__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.PropertiesSection-module__bjEwRW__card{background:#fff;border-radius:1rem;transition:box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 1px 3px #00000014}.PropertiesSection-module__bjEwRW__card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px #00000026}.PropertiesSection-module__bjEwRW__cardImageWrap{aspect-ratio:16/10;background:#e2e8f0;position:relative}.PropertiesSection-module__bjEwRW__cardImage{object-fit:cover;width:100%;height:100%}.PropertiesSection-module__bjEwRW__cardImagePlaceholder{background:linear-gradient(135deg,#cbd5e1 0%,#94a3b8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PropertiesSection-module__bjEwRW__cardIcon{color:#ffffffe6;width:3rem;height:3rem}.PropertiesSection-module__bjEwRW__cardType{text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#00000080;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.5rem;left:.75rem}.PropertiesSection-module__bjEwRW__cardBody{padding:1rem 1.25rem}.PropertiesSection-module__bjEwRW__cardTitle{color:var(--text-primary,#0f172a);margin:0 0 .375rem;font-size:1.125rem;font-weight:700;line-height:1.3}.PropertiesSection-module__bjEwRW__cardLocation{color:var(--text-secondary,#64748b);align-items:center;gap:.375rem;margin:0;font-size:.875rem;display:flex}.PropertiesSection-module__bjEwRW__cardLocationIcon{color:#94a3b8;flex-shrink:0;width:1rem;height:1rem}.PropertiesSection-module__bjEwRW__cardOrg{color:#94a3b8;margin:.25rem 0 0;font-size:.8125rem}.PropertiesSection-module__bjEwRW__cardStructureBtn{color:#2563eb;cursor:pointer;background:#2563eb14;border:1px solid #2563eb40;border-radius:.5rem;align-items:center;gap:.375rem;margin-top:.75rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.PropertiesSection-module__bjEwRW__cardStructureBtn:hover{color:#1d4ed8;background:#2563eb24;border-color:#2563eb66}.PropertiesSection-module__bjEwRW__cardStructureIcon{width:1rem;height:1rem}.PropertiesSection-module__bjEwRW__structureModalBackdrop{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.PropertiesSection-module__bjEwRW__structureModalContent{background:#fff;border-radius:1rem;flex-direction:column;width:100%;max-width:420px;max-height:85vh;display:flex;box-shadow:0 25px 50px -12px #00000040}.PropertiesSection-module__bjEwRW__structureModalHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.PropertiesSection-module__bjEwRW__structureModalTitle{color:var(--text-primary,#0f172a);margin:0;font-size:1.125rem;font-weight:700}.PropertiesSection-module__bjEwRW__structureModalClose{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:background .2s,color .2s;display:flex}.PropertiesSection-module__bjEwRW__structureModalClose:hover{color:#0f172a;background:#f1f5f9}.PropertiesSection-module__bjEwRW__structureModalCloseIcon{width:1.25rem;height:1.25rem}.PropertiesSection-module__bjEwRW__structureModalBody{padding:1rem 1.25rem;overflow-y:auto}.PropertiesSection-module__bjEwRW__structureModalLoading{color:var(--text-secondary,#64748b);align-items:center;gap:.5rem;padding:1.5rem;font-size:.875rem;display:flex}.PropertiesSection-module__bjEwRW__structureModalLoadingIcon{width:1.25rem;height:1.25rem;animation:.8s linear infinite PropertiesSection-module__bjEwRW__structureSpin}@keyframes PropertiesSection-module__bjEwRW__structureSpin{to{transform:rotate(360deg)}}.PropertiesSection-module__bjEwRW__cardSkeleton{aspect-ratio:16/14;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:1rem;animation:1.2s ease-in-out infinite PropertiesSection-module__bjEwRW__shimmer}@keyframes PropertiesSection-module__bjEwRW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.Footer-module__DaFM4q__footer{background:var(--card-bg);border-top:1px solid var(--border-light);margin-top:auto;padding:3rem 0 1.5rem}.Footer-module__DaFM4q__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.Footer-module__DaFM4q__container{padding:0 2rem}}@media (min-width:1024px){.Footer-module__DaFM4q__container{padding:0 3rem}}.Footer-module__DaFM4q__content{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.Footer-module__DaFM4q__content{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem}}.Footer-module__DaFM4q__brandSection{flex-direction:column;grid-column:1/-1;gap:1rem;display:flex}@media (min-width:768px){.Footer-module__DaFM4q__brandSection{grid-column:auto}}.Footer-module__DaFM4q__logo{color:var(--text-primary);font-size:1.5rem;font-weight:700;text-decoration:none}.Footer-module__DaFM4q__description{color:var(--text-secondary);max-width:20rem;line-height:1.6}.Footer-module__DaFM4q__socialLinks{gap:1rem;margin-top:1rem;display:flex}.Footer-module__DaFM4q__socialLink{background:var(--surface-bg);border:1px solid var(--border-light);width:2.5rem;height:2.5rem;color:var(--text-secondary);border-radius:.5rem;justify-content:center;align-items:center;text-decoration:none;transition:all .2s ease-in-out;display:flex}.Footer-module__DaFM4q__socialLink:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-1px)}.Footer-module__DaFM4q__linkSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__DaFM4q__sectionTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__DaFM4q__linkList{flex-direction:column;gap:.75rem;display:flex}.Footer-module__DaFM4q__link{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s ease-in-out}.Footer-module__DaFM4q__link:hover{color:var(--primary)}.Footer-module__DaFM4q__divider{background:var(--border-light);height:1px;margin:2rem 0 1.5rem}.Footer-module__DaFM4q__bottom{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.Footer-module__DaFM4q__bottom{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__DaFM4q__copyright{color:var(--text-secondary);font-size:.875rem}.Footer-module__DaFM4q__bottomLinks{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (min-width:768px){.Footer-module__DaFM4q__bottomLinks{justify-content:flex-end}}.Footer-module__DaFM4q__bottomLink{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s ease-in-out}.Footer-module__DaFM4q__bottomLink:hover{color:var(--primary)}@media (max-width:767px){.Footer-module__DaFM4q__footer{padding:2rem 0 1rem}.Footer-module__DaFM4q__brandSection{text-align:center}.Footer-module__DaFM4q__description{margin:0 auto}.Footer-module__DaFM4q__socialLinks{justify-content:center}.Footer-module__DaFM4q__linkSection{text-align:left}}
.HomePage-module__MmtA7q__page{background-color:var(--page-bg);min-height:100vh}.HomePage-module__MmtA7q__appLaunchSection{z-index:10;background:linear-gradient(135deg,#f8fafc 0%,#e0f2fe 50%,#eef2ff 100%);flex-direction:column;justify-content:center;align-items:center;padding:6rem 0;display:flex;position:relative;overflow:hidden}.HomePage-module__MmtA7q__decorativeOrb1{mix-blend-mode:multiply;filter:blur(3rem);background:#60a5fa66;border-radius:50%;width:18rem;height:18rem;animation:6s ease-in-out infinite HomePage-module__MmtA7q__float;position:absolute;top:5rem;left:2.5rem}.HomePage-module__MmtA7q__decorativeOrb2{mix-blend-mode:multiply;filter:blur(3rem);background:#818cf866;border-radius:50%;width:18rem;height:18rem;animation:8s ease-in-out infinite reverse HomePage-module__MmtA7q__float;position:absolute;top:10rem;right:2.5rem}.HomePage-module__MmtA7q__decorativeOrb3{mix-blend-mode:multiply;filter:blur(3rem);background:#a78bfa66;border-radius:50%;width:18rem;height:18rem;animation:7s ease-in-out .5s infinite HomePage-module__MmtA7q__float;position:absolute;bottom:-5rem;left:33%}@keyframes HomePage-module__MmtA7q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.HomePage-module__MmtA7q__appLaunchContent{text-align:center;z-index:10;max-width:48rem;padding:0 1.5rem;position:relative}.HomePage-module__MmtA7q__badge{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 10px 30px -5px #3b82f666}.HomePage-module__MmtA7q__appLaunchTitle{-webkit-text-fill-color:transparent;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 50%,#4338ca 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2;animation:.8s ease-out forwards HomePage-module__MmtA7q__fadeInUp}@media (min-width:640px){.HomePage-module__MmtA7q__appLaunchTitle{font-size:3rem}}@media (min-width:768px){.HomePage-module__MmtA7q__appLaunchTitle{font-size:3.75rem}}@media (min-width:1024px){.HomePage-module__MmtA7q__appLaunchTitle{font-size:4.5rem}}@keyframes HomePage-module__MmtA7q__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HomePage-module__MmtA7q__appLaunchSubtitle{color:#475569;max-width:36rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7;animation:.8s ease-out .2s both HomePage-module__MmtA7q__fadeInUp}@media (min-width:768px){.HomePage-module__MmtA7q__appLaunchSubtitle{font-size:1.25rem}}.HomePage-module__MmtA7q__highlightText{color:#2563eb;font-weight:600}.HomePage-module__MmtA7q__buttonWrapper{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:32rem;animation:.8s ease-out .4s both HomePage-module__MmtA7q__fadeInUp;display:flex}.HomePage-module__MmtA7q__primaryButton{color:#fff;cursor:pointer;z-index:20;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 50%,#8b5cf6 100%);border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #6366f180,0 0 0 1px #8b5cf633,inset 0 1px #fff3}.HomePage-module__MmtA7q__primaryButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.HomePage-module__MmtA7q__primaryButton:hover:before{left:100%}.HomePage-module__MmtA7q__primaryButton:hover{background:linear-gradient(135deg,#60a5fa 0%,#818cf8 50%,#a78bfa 100%);transform:translateY(-3px)scale(1.02);box-shadow:0 30px 60px -10px #6366f199,0 0 0 1px #8b5cf666,inset 0 1px #ffffff4d}.HomePage-module__MmtA7q__primaryButton:active{transform:translateY(-1px)scale(.98)}.HomePage-module__MmtA7q__primaryButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.HomePage-module__MmtA7q__primaryButton:disabled:hover{transform:none;box-shadow:0 20px 40px -10px #6366f180,0 0 0 1px #8b5cf633,inset 0 1px #fff3}.HomePage-module__MmtA7q__secondaryButtonsWrapper{gap:.75rem;width:100%;display:flex}.HomePage-module__MmtA7q__secondaryButton{color:#3b82f6;cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #3b82f626}.HomePage-module__MmtA7q__secondaryButton:hover{color:#fff;background:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.HomePage-module__MmtA7q__secondaryButton:active{transform:translateY(0)}.HomePage-module__MmtA7q__secondaryButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.HomePage-module__MmtA7q__secondaryButton:disabled:hover{color:#3b82f6;background:#fff;transform:none;box-shadow:0 4px 12px #3b82f626}.HomePage-module__MmtA7q__launchButton{color:#fff;cursor:pointer;z-index:20;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 50%,#8b5cf6 100%);border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #6366f180,0 0 0 1px #8b5cf633,inset 0 1px #fff3}.HomePage-module__MmtA7q__launchButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.HomePage-module__MmtA7q__launchButton:hover:before{left:100%}.HomePage-module__MmtA7q__launchButton:hover{background:linear-gradient(135deg,#60a5fa 0%,#818cf8 50%,#a78bfa 100%);transform:translateY(-3px)scale(1.02);box-shadow:0 30px 60px -10px #6366f199,0 0 0 1px #8b5cf666,inset 0 1px #ffffff4d}.HomePage-module__MmtA7q__launchButton:active{transform:translateY(-1px)scale(.98)}.HomePage-module__MmtA7q__launchButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.HomePage-module__MmtA7q__launchButton:disabled:hover{transform:none;box-shadow:0 20px 40px -10px #6366f180,0 0 0 1px #8b5cf633,inset 0 1px #fff3}.HomePage-module__MmtA7q__buttonIcon{width:1.5rem;height:1.5rem;transition:transform .3s}.HomePage-module__MmtA7q__primaryButton:hover .HomePage-module__MmtA7q__buttonIcon,.HomePage-module__MmtA7q__launchButton:hover .HomePage-module__MmtA7q__buttonIcon{transform:rotate(12deg)}.HomePage-module__MmtA7q__buttonArrow{width:1.25rem;height:1.25rem;transition:transform .3s}.HomePage-module__MmtA7q__launchButton:hover .HomePage-module__MmtA7q__buttonArrow{transform:translate(4px)}.HomePage-module__MmtA7q__spinner{animation:1s linear infinite HomePage-module__MmtA7q__spin}@keyframes HomePage-module__MmtA7q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HomePage-module__MmtA7q__successBox{background:#f0fdf4;border:1px solid #86efac;border-radius:.75rem;width:100%;margin-top:.75rem;padding:.75rem 1.5rem}.HomePage-module__MmtA7q__successText{color:#16a34a;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.HomePage-module__MmtA7q__successIcon{flex-shrink:0;width:1.25rem;height:1.25rem}.HomePage-module__MmtA7q__errorBox{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;width:100%;margin-top:.75rem;padding:.75rem 1.5rem}.HomePage-module__MmtA7q__errorText{color:#dc2626;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.HomePage-module__MmtA7q__errorIcon{flex-shrink:0;width:1.25rem;height:1.25rem}.HomePage-module__MmtA7q__securityBadge{color:#64748b;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.875rem;display:flex}.HomePage-module__MmtA7q__securityIcon{color:#22c55e;width:1.25rem;height:1.25rem}.HomePage-module__MmtA7q__securityText{font-weight:500}.HomePage-module__MmtA7q__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out HomePage-module__MmtA7q__fadeIn;display:flex;position:fixed;inset:0}@keyframes HomePage-module__MmtA7q__fadeIn{0%{opacity:0}to{opacity:1}}.HomePage-module__MmtA7q__modalContent{background:#fff;border-radius:1.5rem;width:100%;max-width:28rem;padding:2.5rem;animation:.3s ease-out HomePage-module__MmtA7q__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000040}@keyframes HomePage-module__MmtA7q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HomePage-module__MmtA7q__closeButton{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.HomePage-module__MmtA7q__closeButton:hover{color:#475569;background:#e2e8f0;transform:rotate(90deg)}.HomePage-module__MmtA7q__closeButton svg{width:1.25rem;height:1.25rem}.HomePage-module__MmtA7q__qrCodeWrapper{text-align:center;flex-direction:column;align-items:center;display:flex}.HomePage-module__MmtA7q__qrTitle{color:#0f172a;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.HomePage-module__MmtA7q__qrSubtitle{color:#64748b;margin-bottom:2rem;font-size:1rem}.HomePage-module__MmtA7q__qrCodeContainer{background:#fff;border-radius:1rem;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 0 0 1px #e2e8f0,0 10px 25px -5px #0000001a}.HomePage-module__MmtA7q__qrInstruction{color:#64748b;background:#f8fafc;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;display:flex}.HomePage-module__MmtA7q__phoneIcon{color:#3b82f6;width:1.25rem;height:1.25rem}@media (prefers-color-scheme:dark){.HomePage-module__MmtA7q__appLaunchSection{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#1e1b4b 100%)}.HomePage-module__MmtA7q__appLaunchTitle{background:linear-gradient(135deg,#f1f5f9 0%,#bfdbfe 50%,#c7d2fe 100%);-webkit-background-clip:text;background-clip:text}.HomePage-module__MmtA7q__appLaunchSubtitle{color:#cbd5e1}.HomePage-module__MmtA7q__highlightText{color:#60a5fa}.HomePage-module__MmtA7q__errorBox{background:#7f1d1d33;border-color:#ef44444d}.HomePage-module__MmtA7q__errorText{color:#f87171}.HomePage-module__MmtA7q__securityBadge{color:#94a3b8}.HomePage-module__MmtA7q__secondaryButton{color:#60a5fa;background:#3b82f61a;border-color:#3b82f6}.HomePage-module__MmtA7q__secondaryButton:hover{color:#fff;background:#3b82f6}.HomePage-module__MmtA7q__secondaryButton:disabled:hover{color:#60a5fa;background:#3b82f61a}.HomePage-module__MmtA7q__successBox{background:#22c55e1a;border-color:#86efac4d}.HomePage-module__MmtA7q__successText{color:#4ade80}.HomePage-module__MmtA7q__modalContent{background:#1e293b}.HomePage-module__MmtA7q__closeButton{color:#94a3b8;background:#f1f5f91a}.HomePage-module__MmtA7q__closeButton:hover{color:#cbd5e1;background:#f1f5f933}.HomePage-module__MmtA7q__qrTitle{color:#f1f5f9}.HomePage-module__MmtA7q__qrSubtitle{color:#94a3b8}.HomePage-module__MmtA7q__qrCodeContainer{background:#fff;box-shadow:0 0 0 1px #94a3b833,0 10px 25px -5px #0000004d}.HomePage-module__MmtA7q__qrInstruction{color:#cbd5e1;background:#94a3b81a}}@media (max-width:640px){.HomePage-module__MmtA7q__appLaunchSection{padding:4rem 0}.HomePage-module__MmtA7q__decorativeOrb1,.HomePage-module__MmtA7q__decorativeOrb2,.HomePage-module__MmtA7q__decorativeOrb3{display:none}.HomePage-module__MmtA7q__appLaunchTitle{font-size:2rem}.HomePage-module__MmtA7q__appLaunchSubtitle{font-size:1rem}.HomePage-module__MmtA7q__buttonWrapper{max-width:100%;padding:0 1rem}.HomePage-module__MmtA7q__primaryButton{padding:1rem 2rem;font-size:1rem}.HomePage-module__MmtA7q__secondaryButtonsWrapper{flex-direction:column;gap:.75rem}.HomePage-module__MmtA7q__secondaryButton{width:100%;padding:.875rem 1.25rem;font-size:.9rem}.HomePage-module__MmtA7q__launchButton{width:100%;max-width:20rem;padding:1rem 2rem;font-size:1rem}.HomePage-module__MmtA7q__qrButton{width:100%;max-width:20rem;padding:.75rem 1.5rem;font-size:.9rem}.HomePage-module__MmtA7q__modalContent{margin:0 1rem;padding:2rem 1.5rem}.HomePage-module__MmtA7q__qrCodeContainer{padding:1rem}.HomePage-module__MmtA7q__qrCodeContainer svg{width:200px!important;height:200px!important}.HomePage-module__MmtA7q__qrTitle{font-size:1.5rem}}
.AboutPage-module__1gSaYq__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.AboutPage-module__1gSaYq__heroSection{padding:6rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__heroContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.AboutPage-module__1gSaYq__heroTitle{font-size:3.75rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__heroTitle{font-size:5rem}}@media (min-width:1024px){.AboutPage-module__1gSaYq__heroTitle{font-size:6rem}}.AboutPage-module__1gSaYq__heroTitleGradient{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AboutPage-module__1gSaYq__heroSubtitle{color:var(--text-secondary);max-width:3xl;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.AboutPage-module__1gSaYq__heroSubtitle{font-size:1.5rem}}.AboutPage-module__1gSaYq__statsSection{background:var(--surface-bg);padding:4rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__statsContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__statsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.AboutPage-module__1gSaYq__statsGrid{grid-template-columns:repeat(4,1fr);gap:2rem}}.AboutPage-module__1gSaYq__statItem{text-align:center}.AboutPage-module__1gSaYq__statNumber{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:900}@media (min-width:640px){.AboutPage-module__1gSaYq__statNumber{font-size:2.5rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__statNumber{font-size:3rem}}.AboutPage-module__1gSaYq__statLabel{color:var(--text-secondary);font-weight:500}.AboutPage-module__1gSaYq__missionSection{padding:6rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__missionContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__missionGrid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.AboutPage-module__1gSaYq__missionGrid{grid-template-columns:repeat(2,1fr);gap:3rem}}.AboutPage-module__1gSaYq__missionContent{flex:1}.AboutPage-module__1gSaYq__missionHeader{align-items:center;margin-bottom:1.5rem;display:flex}.AboutPage-module__1gSaYq__missionIcon{width:2rem;height:2rem;color:var(--primary);margin-right:.75rem}.AboutPage-module__1gSaYq__missionTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:900;line-height:1.2}@media (min-width:640px){.AboutPage-module__1gSaYq__missionTitle{font-size:2.5rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__missionTitle{font-size:3rem}}.AboutPage-module__1gSaYq__missionDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.AboutPage-module__1gSaYq__missionDescription{font-size:1.25rem}}.AboutPage-module__1gSaYq__missionDescriptionSecondary{color:var(--text-secondary);line-height:1.6}.AboutPage-module__1gSaYq__missionVisual{position:relative}.AboutPage-module__1gSaYq__missionCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:2rem;transform:rotate(2deg)}.AboutPage-module__1gSaYq__missionCardContent{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-dark).2);border-radius:1rem;padding:1.5rem}.AboutPage-module__1gSaYq__missionCardIcon{width:4rem;height:4rem;color:var(--primary);margin-bottom:1rem}.AboutPage-module__1gSaYq__missionCardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.AboutPage-module__1gSaYq__missionCardDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.AboutPage-module__1gSaYq__valuesSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__valuesContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__valuesHeader{text-align:center;margin-bottom:3rem}.AboutPage-module__1gSaYq__valuesTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.AboutPage-module__1gSaYq__valuesTitle{font-size:3rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__valuesTitle{font-size:3.75rem}}.AboutPage-module__1gSaYq__valuesSubtitle{color:var(--text-secondary);max-width:2xl;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.AboutPage-module__1gSaYq__valuesSubtitle{font-size:1.5rem}}.AboutPage-module__1gSaYq__valuesGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.AboutPage-module__1gSaYq__valuesGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}.AboutPage-module__1gSaYq__valueCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out}.AboutPage-module__1gSaYq__valueCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.AboutPage-module__1gSaYq__valueCardContent{align-items:flex-start;display:flex}.AboutPage-module__1gSaYq__valueIcon{background:var(--primary-light);border-radius:1rem;flex-shrink:0;margin-right:1rem;padding:.75rem}.AboutPage-module__1gSaYq__valueIconSvg{width:1.5rem;height:1.5rem;color:var(--primary)}.AboutPage-module__1gSaYq__valueContent{flex:1}.AboutPage-module__1gSaYq__valueTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.AboutPage-module__1gSaYq__valueDescription{color:var(--text-secondary);line-height:1.6}.AboutPage-module__1gSaYq__timelineSection{padding:6rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__timelineContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__timelineHeader{text-align:center;margin-bottom:3rem}.AboutPage-module__1gSaYq__timelineTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.AboutPage-module__1gSaYq__timelineTitle{font-size:3rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__timelineTitle{font-size:3.75rem}}.AboutPage-module__1gSaYq__timelineSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.AboutPage-module__1gSaYq__timelineSubtitle{font-size:1.5rem}}.AboutPage-module__1gSaYq__timeline{position:relative}.AboutPage-module__1gSaYq__timelineLine{background:var(--primary-light);width:2px;position:absolute;top:0;bottom:0;left:2rem}.AboutPage-module__1gSaYq__timelineItems{space-y:2rem}.AboutPage-module__1gSaYq__timelineItem{align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.AboutPage-module__1gSaYq__timelineYear{background:var(--primary);color:#fff;z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-weight:700;display:flex}.AboutPage-module__1gSaYq__timelineContent{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1rem;flex:1;margin-left:2rem;padding:1.5rem}.AboutPage-module__1gSaYq__timelineItemTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.AboutPage-module__1gSaYq__timelineItemDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.AboutPage-module__1gSaYq__teamSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__teamContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__teamHeader{text-align:center;margin-bottom:3rem}.AboutPage-module__1gSaYq__teamTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.AboutPage-module__1gSaYq__teamTitle{font-size:3rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__teamTitle{font-size:3.75rem}}.AboutPage-module__1gSaYq__teamSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.AboutPage-module__1gSaYq__teamSubtitle{font-size:1.5rem}}.AboutPage-module__1gSaYq__teamGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.AboutPage-module__1gSaYq__teamGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.AboutPage-module__1gSaYq__teamGrid{grid-template-columns:repeat(4,1fr);gap:2rem}}.AboutPage-module__1gSaYq__teamCard{background:var(--card-bg);box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s ease-in-out}.AboutPage-module__1gSaYq__teamCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.AboutPage-module__1gSaYq__teamAvatar{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-dark).2);border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin:0 auto 1rem;display:flex}.AboutPage-module__1gSaYq__teamAvatarIcon{width:3rem;height:3rem;color:var(--primary)}.AboutPage-module__1gSaYq__teamName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.AboutPage-module__1gSaYq__teamRole{color:var(--primary);margin-bottom:.75rem;font-size:.875rem;font-weight:500}.AboutPage-module__1gSaYq__teamBio{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.AboutPage-module__1gSaYq__ctaSection{padding:6rem 0;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__ctaContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.AboutPage-module__1gSaYq__ctaTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.AboutPage-module__1gSaYq__ctaTitle{font-size:3rem}}@media (min-width:768px){.AboutPage-module__1gSaYq__ctaTitle{font-size:3.75rem}}.AboutPage-module__1gSaYq__ctaSubtitle{color:var(--text-secondary);max-width:2xl;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.AboutPage-module__1gSaYq__ctaSubtitle{font-size:1.5rem}}.AboutPage-module__1gSaYq__ctaButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.AboutPage-module__1gSaYq__ctaButtonContainer{flex-direction:row}}.AboutPage-module__1gSaYq__ctaPrimaryButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}.AboutPage-module__1gSaYq__ctaPrimaryButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.AboutPage-module__1gSaYq__ctaPrimaryButton:hover:before{left:100%}.AboutPage-module__1gSaYq__ctaPrimaryButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.AboutPage-module__1gSaYq__ctaSecondaryButton{background:var(--card-bg);color:var(--text-primary);border:2px solid var(--border-color);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.AboutPage-module__1gSaYq__ctaSecondaryButton:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-1px)}@media (max-width:1023px){.AboutPage-module__1gSaYq__heroSection,.AboutPage-module__1gSaYq__missionSection,.AboutPage-module__1gSaYq__valuesSection,.AboutPage-module__1gSaYq__timelineSection,.AboutPage-module__1gSaYq__teamSection,.AboutPage-module__1gSaYq__ctaSection{padding:4rem 0}.AboutPage-module__1gSaYq__statsSection{padding:3rem 0}.AboutPage-module__1gSaYq__heroTitle{font-size:2.25rem}.AboutPage-module__1gSaYq__heroSubtitle{font-size:1.125rem}.AboutPage-module__1gSaYq__missionTitle,.AboutPage-module__1gSaYq__valuesTitle,.AboutPage-module__1gSaYq__timelineTitle,.AboutPage-module__1gSaYq__teamTitle,.AboutPage-module__1gSaYq__ctaTitle{font-size:2.25rem}.AboutPage-module__1gSaYq__missionDescription,.AboutPage-module__1gSaYq__valuesSubtitle,.AboutPage-module__1gSaYq__timelineSubtitle,.AboutPage-module__1gSaYq__teamSubtitle,.AboutPage-module__1gSaYq__ctaSubtitle{font-size:1.125rem}.AboutPage-module__1gSaYq__timelineLine{left:1.5rem}.AboutPage-module__1gSaYq__timelineYear{width:3rem;height:3rem;font-size:.875rem}.AboutPage-module__1gSaYq__timelineContent{margin-left:1.5rem}}
.AventoOSPage-module__iZieJW__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.AventoOSPage-module__iZieJW__heroSection{padding:3rem 0 2rem;position:relative}.AventoOSPage-module__iZieJW__heroContainer{text-align:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.AventoOSPage-module__iZieJW__heroImageWrapper{border:1px solid var(--border-light);max-width:1000px;box-shadow:var(--shadow-lg);border-radius:1rem;margin:0 auto 1.5rem;overflow:hidden}.AventoOSPage-module__iZieJW__heroImageWrapper img{vertical-align:middle;width:100%;height:auto;display:block}.AventoOSPage-module__iZieJW__contentSection{max-width:900px;margin:0 auto;padding:0 1.5rem 4rem}
.BlogPage-module__aq_3ja__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.BlogPage-module__aq_3ja__heroSection{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)50%,var(--primary-dark)100%);padding:6rem 0;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__heroBackgroundOverlay{z-index:1;background:#0000001a;position:absolute;inset:0}.BlogPage-module__aq_3ja__heroGradientOverlay{z-index:2;background:linear-gradient(#0000 0% 50%,#0003 100%);position:absolute;inset:0}.BlogPage-module__aq_3ja__heroContent{z-index:10;text-align:center;max-width:4xl;margin:0 auto;padding:0 1.5rem;position:relative}.BlogPage-module__aq_3ja__heroTitle{color:#fff;text-shadow:0 4px 8px #0000004d;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.BlogPage-module__aq_3ja__heroTitle{font-size:3.75rem}}@media (min-width:768px){.BlogPage-module__aq_3ja__heroTitle{font-size:5rem}}@media (min-width:1024px){.BlogPage-module__aq_3ja__heroTitle{font-size:6rem}}.BlogPage-module__aq_3ja__heroTitleGradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite BlogPage-module__aq_3ja__shimmer}@keyframes BlogPage-module__aq_3ja__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.BlogPage-module__aq_3ja__heroSubtitle{color:#ffffffe6;max-width:2xl;text-shadow:0 2px 4px #0000004d;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.BlogPage-module__aq_3ja__heroSubtitle{font-size:1.5rem}}.BlogPage-module__aq_3ja__featuredSection{padding:6rem 0;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__backgroundDecor1{filter:blur(3rem);background:radial-gradient(circle,#0d6efd0d 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;left:25%}.BlogPage-module__aq_3ja__backgroundDecor2{filter:blur(3rem);background:radial-gradient(circle,#3d8bfd14 0%,#0000 70%);border-radius:50%;width:20rem;height:20rem;position:absolute;bottom:0;right:25%}.BlogPage-module__aq_3ja__container{z-index:10;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.BlogPage-module__aq_3ja__featuredPost{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;transition:all .3s ease-in-out;overflow:hidden}.BlogPage-module__aq_3ja__featuredPost:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.BlogPage-module__aq_3ja__featuredImage{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-dark)100%);color:#fff;justify-content:center;align-items:center;width:100%;height:20rem;font-size:4rem;display:flex;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__featuredImage:before{content:"";background:linear-gradient(45deg,#ffffff1a 0%,#0000 50%,#ffffff1a 100%);animation:3s ease-in-out infinite BlogPage-module__aq_3ja__shimmer;position:absolute;inset:0}.BlogPage-module__aq_3ja__featuredContent{padding:2rem}.BlogPage-module__aq_3ja__featuredBadge{background:var(--primary);color:#fff;border-radius:9999px;align-items:center;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.BlogPage-module__aq_3ja__featuredTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:900;line-height:1.2}@media (min-width:768px){.BlogPage-module__aq_3ja__featuredTitle{font-size:2.5rem}}.BlogPage-module__aq_3ja__featuredExcerpt{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.BlogPage-module__aq_3ja__featuredMeta{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.BlogPage-module__aq_3ja__featuredAuthor,.BlogPage-module__aq_3ja__featuredDate,.BlogPage-module__aq_3ja__featuredReadTime{align-items:center;gap:.5rem;display:flex}.BlogPage-module__aq_3ja__featuredButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__featuredButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.BlogPage-module__aq_3ja__featuredButton:hover:before{left:100%}.BlogPage-module__aq_3ja__featuredButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.BlogPage-module__aq_3ja__postsSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__postsContainer{z-index:10;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.BlogPage-module__aq_3ja__postsHeader{text-align:center;margin-bottom:3rem}.BlogPage-module__aq_3ja__postsTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.BlogPage-module__aq_3ja__postsTitle{font-size:3rem}}@media (min-width:768px){.BlogPage-module__aq_3ja__postsTitle{font-size:3.75rem}}.BlogPage-module__aq_3ja__postsSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.BlogPage-module__aq_3ja__postsSubtitle{font-size:1.5rem}}.BlogPage-module__aq_3ja__postsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.BlogPage-module__aq_3ja__postsGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.BlogPage-module__aq_3ja__postsGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.BlogPage-module__aq_3ja__postCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;transition:all .3s ease-in-out;overflow:hidden}.BlogPage-module__aq_3ja__postCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.BlogPage-module__aq_3ja__postImage{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-dark)100%);color:#fff;justify-content:center;align-items:center;width:100%;height:12rem;font-size:2rem;display:flex;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__postImage:before{content:"";background:linear-gradient(45deg,#ffffff1a 0%,#0000 50%,#ffffff1a 100%);animation:3s ease-in-out infinite BlogPage-module__aq_3ja__shimmer;position:absolute;inset:0}.BlogPage-module__aq_3ja__postContent{padding:1.5rem}.BlogPage-module__aq_3ja__postCategory{background:var(--primary-light);color:var(--primary);border-radius:9999px;align-items:center;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.BlogPage-module__aq_3ja__postTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.BlogPage-module__aq_3ja__postExcerpt{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.BlogPage-module__aq_3ja__postMeta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.BlogPage-module__aq_3ja__postAuthor,.BlogPage-module__aq_3ja__postDate,.BlogPage-module__aq_3ja__postReadTime{align-items:center;gap:.5rem;display:flex}.BlogPage-module__aq_3ja__categoriesSection{padding:4rem 0;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__categoriesContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.BlogPage-module__aq_3ja__categoriesTitle{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-size:2rem;font-weight:900;line-height:1.2}.BlogPage-module__aq_3ja__categoriesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.BlogPage-module__aq_3ja__categoriesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.BlogPage-module__aq_3ja__categoryCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);text-align:center;color:inherit;border-radius:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease-in-out}.BlogPage-module__aq_3ja__categoryCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.BlogPage-module__aq_3ja__categoryIcon{background:var(--primary-light);border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;padding:1rem;display:flex}.BlogPage-module__aq_3ja__categoryIconSvg{width:2rem;height:2rem;color:var(--primary)}.BlogPage-module__aq_3ja__categoryName{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.BlogPage-module__aq_3ja__categoryCount{color:var(--text-muted);font-size:.875rem}.BlogPage-module__aq_3ja__ctaSection{padding:6rem 0;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__ctaContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.BlogPage-module__aq_3ja__ctaTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.BlogPage-module__aq_3ja__ctaTitle{font-size:3rem}}@media (min-width:768px){.BlogPage-module__aq_3ja__ctaTitle{font-size:3.75rem}}.BlogPage-module__aq_3ja__ctaSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.BlogPage-module__aq_3ja__ctaSubtitle{font-size:1.5rem}}.BlogPage-module__aq_3ja__ctaButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.BlogPage-module__aq_3ja__ctaButtonContainer{flex-direction:row}}.BlogPage-module__aq_3ja__ctaPrimaryButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}.BlogPage-module__aq_3ja__ctaPrimaryButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.BlogPage-module__aq_3ja__ctaPrimaryButton:hover:before{left:100%}.BlogPage-module__aq_3ja__ctaPrimaryButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.BlogPage-module__aq_3ja__ctaSecondaryButton{background:var(--card-bg);color:var(--text-primary);border:2px solid var(--border-color);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.BlogPage-module__aq_3ja__ctaSecondaryButton:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-1px)}@media (max-width:1023px){.BlogPage-module__aq_3ja__heroSection,.BlogPage-module__aq_3ja__featuredSection,.BlogPage-module__aq_3ja__postsSection,.BlogPage-module__aq_3ja__ctaSection{padding:4rem 0}.BlogPage-module__aq_3ja__categoriesSection{padding:3rem 0}.BlogPage-module__aq_3ja__heroTitle{font-size:2.25rem}.BlogPage-module__aq_3ja__heroSubtitle{font-size:1.125rem}.BlogPage-module__aq_3ja__featuredTitle{font-size:1.75rem}.BlogPage-module__aq_3ja__postsTitle,.BlogPage-module__aq_3ja__ctaTitle{font-size:2.25rem}.BlogPage-module__aq_3ja__postsSubtitle,.BlogPage-module__aq_3ja__ctaSubtitle{font-size:1.125rem}.BlogPage-module__aq_3ja__categoriesTitle{font-size:1.75rem}.BlogPage-module__aq_3ja__featuredImage,.BlogPage-module__aq_3ja__postImage{height:16rem}.BlogPage-module__aq_3ja__featuredContent,.BlogPage-module__aq_3ja__postContent{padding:1.5rem}}
.CareersPage-module__9Er34q__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.CareersPage-module__9Er34q__heroSection{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)50%,var(--primary-dark)100%);padding:6rem 0;position:relative;overflow:hidden}.CareersPage-module__9Er34q__heroBackgroundOverlay{z-index:1;background:#0000001a;position:absolute;inset:0}.CareersPage-module__9Er34q__heroGradientOverlay{z-index:2;background:linear-gradient(#0000 0% 50%,#0003 100%);position:absolute;inset:0}.CareersPage-module__9Er34q__heroContent{z-index:10;text-align:center;max-width:4xl;margin:0 auto;padding:0 1.5rem;position:relative}.CareersPage-module__9Er34q__heroTitle{color:#fff;text-shadow:0 4px 8px #0000004d;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.CareersPage-module__9Er34q__heroTitle{font-size:3.75rem}}@media (min-width:768px){.CareersPage-module__9Er34q__heroTitle{font-size:5rem}}@media (min-width:1024px){.CareersPage-module__9Er34q__heroTitle{font-size:6rem}}.CareersPage-module__9Er34q__heroTitleGradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite CareersPage-module__9Er34q__shimmer}@keyframes CareersPage-module__9Er34q__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.CareersPage-module__9Er34q__heroSubtitle{color:#ffffffe6;max-width:2xl;text-shadow:0 2px 4px #0000004d;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CareersPage-module__9Er34q__heroSubtitle{font-size:1.5rem}}.CareersPage-module__9Er34q__valuesSection{padding:6rem 0;position:relative;overflow:hidden}.CareersPage-module__9Er34q__backgroundDecor1{filter:blur(3rem);background:radial-gradient(circle,#0d6efd0d 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;left:25%}.CareersPage-module__9Er34q__backgroundDecor2{filter:blur(3rem);background:radial-gradient(circle,#3d8bfd14 0%,#0000 70%);border-radius:50%;width:20rem;height:20rem;position:absolute;bottom:0;right:25%}.CareersPage-module__9Er34q__container{z-index:10;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.CareersPage-module__9Er34q__valuesHeader{text-align:center;margin-bottom:3rem}.CareersPage-module__9Er34q__valuesTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CareersPage-module__9Er34q__valuesTitle{font-size:3rem}}@media (min-width:768px){.CareersPage-module__9Er34q__valuesTitle{font-size:3.75rem}}.CareersPage-module__9Er34q__valuesSubtitle{color:var(--text-secondary);max-width:2xl;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CareersPage-module__9Er34q__valuesSubtitle{font-size:1.5rem}}.CareersPage-module__9Er34q__valuesGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.CareersPage-module__9Er34q__valuesGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.CareersPage-module__9Er34q__valuesGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.CareersPage-module__9Er34q__valueCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);text-align:center;border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out}.CareersPage-module__9Er34q__valueCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.CareersPage-module__9Er34q__valueIcon{background:var(--primary-light);border-radius:1rem;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1.5rem;padding:1.5rem;display:flex}.CareersPage-module__9Er34q__valueIconSvg{width:2.5rem;height:2.5rem;color:var(--primary)}.CareersPage-module__9Er34q__valueTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.CareersPage-module__9Er34q__valueDescription{color:var(--text-secondary);line-height:1.6}.CareersPage-module__9Er34q__benefitsSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.CareersPage-module__9Er34q__benefitsContainer{max-width:1280px;margin:0 auto;padding:0 1.5rem}.CareersPage-module__9Er34q__benefitsHeader{text-align:center;margin-bottom:3rem}.CareersPage-module__9Er34q__benefitsTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CareersPage-module__9Er34q__benefitsTitle{font-size:3rem}}@media (min-width:768px){.CareersPage-module__9Er34q__benefitsTitle{font-size:3.75rem}}.CareersPage-module__9Er34q__benefitsSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CareersPage-module__9Er34q__benefitsSubtitle{font-size:1.5rem}}.CareersPage-module__9Er34q__benefitsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.CareersPage-module__9Er34q__benefitsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.CareersPage-module__9Er34q__benefitItem{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1rem;align-items:flex-start;padding:1.5rem;transition:all .3s ease-in-out;display:flex}.CareersPage-module__9Er34q__benefitItem:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.CareersPage-module__9Er34q__benefitIcon{background:var(--success-bg);border-radius:.75rem;flex-shrink:0;margin-right:1rem;padding:.75rem}.CareersPage-module__9Er34q__benefitIconSvg{width:1.5rem;height:1.5rem;color:var(--success)}.CareersPage-module__9Er34q__benefitContent{flex:1}.CareersPage-module__9Er34q__benefitTitle{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.CareersPage-module__9Er34q__benefitDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.CareersPage-module__9Er34q__positionsSection{padding:6rem 0;position:relative;overflow:hidden}.CareersPage-module__9Er34q__positionsContainer{max-width:1280px;margin:0 auto;padding:0 1.5rem}.CareersPage-module__9Er34q__positionsHeader{text-align:center;margin-bottom:3rem}.CareersPage-module__9Er34q__positionsTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CareersPage-module__9Er34q__positionsTitle{font-size:3rem}}@media (min-width:768px){.CareersPage-module__9Er34q__positionsTitle{font-size:3.75rem}}.CareersPage-module__9Er34q__positionsSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CareersPage-module__9Er34q__positionsSubtitle{font-size:1.5rem}}.CareersPage-module__9Er34q__positionsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.CareersPage-module__9Er34q__positionsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.CareersPage-module__9Er34q__positionCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out}.CareersPage-module__9Er34q__positionCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.CareersPage-module__9Er34q__positionType{background:var(--primary-light);color:var(--primary);border-radius:9999px;align-items:center;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.CareersPage-module__9Er34q__positionTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.CareersPage-module__9Er34q__positionLocation{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.CareersPage-module__9Er34q__positionDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.CareersPage-module__9Er34q__positionRequirements{margin:0 0 1.5rem;padding:0;list-style:none}.CareersPage-module__9Er34q__positionRequirement{color:var(--text-secondary);align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.CareersPage-module__9Er34q__positionRequirementIcon{width:1rem;height:1rem;color:var(--success);flex-shrink:0;margin-right:.5rem}.CareersPage-module__9Er34q__positionButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:.5rem;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.CareersPage-module__9Er34q__positionButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.CareersPage-module__9Er34q__positionButton:hover:before{left:100%}.CareersPage-module__9Er34q__positionButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.CareersPage-module__9Er34q__ctaSection{padding:6rem 0;position:relative;overflow:hidden}.CareersPage-module__9Er34q__ctaContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.CareersPage-module__9Er34q__ctaTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CareersPage-module__9Er34q__ctaTitle{font-size:3rem}}@media (min-width:768px){.CareersPage-module__9Er34q__ctaTitle{font-size:3.75rem}}.CareersPage-module__9Er34q__ctaSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CareersPage-module__9Er34q__ctaSubtitle{font-size:1.5rem}}.CareersPage-module__9Er34q__ctaButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.CareersPage-module__9Er34q__ctaButtonContainer{flex-direction:row}}.CareersPage-module__9Er34q__ctaPrimaryButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}.CareersPage-module__9Er34q__ctaPrimaryButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.CareersPage-module__9Er34q__ctaPrimaryButton:hover:before{left:100%}.CareersPage-module__9Er34q__ctaPrimaryButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.CareersPage-module__9Er34q__ctaSecondaryButton{background:var(--card-bg);color:var(--text-primary);border:2px solid var(--border-color);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.CareersPage-module__9Er34q__ctaSecondaryButton:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-1px)}@media (max-width:1023px){.CareersPage-module__9Er34q__heroSection,.CareersPage-module__9Er34q__valuesSection,.CareersPage-module__9Er34q__benefitsSection,.CareersPage-module__9Er34q__positionsSection,.CareersPage-module__9Er34q__ctaSection{padding:4rem 0}.CareersPage-module__9Er34q__heroTitle{font-size:2.25rem}.CareersPage-module__9Er34q__heroSubtitle{font-size:1.125rem}.CareersPage-module__9Er34q__valuesTitle,.CareersPage-module__9Er34q__benefitsTitle,.CareersPage-module__9Er34q__positionsTitle,.CareersPage-module__9Er34q__ctaTitle{font-size:2.25rem}.CareersPage-module__9Er34q__valuesSubtitle,.CareersPage-module__9Er34q__benefitsSubtitle,.CareersPage-module__9Er34q__positionsSubtitle,.CareersPage-module__9Er34q__ctaSubtitle{font-size:1.125rem}.CareersPage-module__9Er34q__valueCard,.CareersPage-module__9Er34q__positionCard{padding:1.5rem}.CareersPage-module__9Er34q__benefitItem{padding:1.25rem}}
.ChangelogPage-module__xeq--q__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.ChangelogPage-module__xeq--q__heroSection{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)50%,var(--primary-dark)100%);padding:6rem 0;position:relative;overflow:hidden}.ChangelogPage-module__xeq--q__heroBackgroundOverlay{z-index:1;background:#0000001a;position:absolute;inset:0}.ChangelogPage-module__xeq--q__heroGradientOverlay{z-index:2;background:linear-gradient(#0000 0% 50%,#0003 100%);position:absolute;inset:0}.ChangelogPage-module__xeq--q__heroContent{z-index:10;text-align:center;max-width:4xl;margin:0 auto;padding:0 1.5rem;position:relative}.ChangelogPage-module__xeq--q__heroTitle{color:#fff;text-shadow:0 4px 8px #0000004d;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.ChangelogPage-module__xeq--q__heroTitle{font-size:3.75rem}}@media (min-width:768px){.ChangelogPage-module__xeq--q__heroTitle{font-size:5rem}}@media (min-width:1024px){.ChangelogPage-module__xeq--q__heroTitle{font-size:6rem}}.ChangelogPage-module__xeq--q__heroTitleGradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite ChangelogPage-module__xeq--q__shimmer}@keyframes ChangelogPage-module__xeq--q__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.ChangelogPage-module__xeq--q__heroSubtitle{color:#ffffffe6;max-width:2xl;text-shadow:0 2px 4px #0000004d;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.ChangelogPage-module__xeq--q__heroSubtitle{font-size:1.5rem}}.ChangelogPage-module__xeq--q__changelogSection{padding:6rem 0;position:relative;overflow:hidden}.ChangelogPage-module__xeq--q__backgroundDecor1{filter:blur(3rem);background:radial-gradient(circle,#0d6efd0d 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;left:25%}.ChangelogPage-module__xeq--q__backgroundDecor2{filter:blur(3rem);background:radial-gradient(circle,#3d8bfd14 0%,#0000 70%);border-radius:50%;width:20rem;height:20rem;position:absolute;bottom:0;right:25%}.ChangelogPage-module__xeq--q__container{max-width:4xl;z-index:10;margin:0 auto;padding:0 1.5rem;position:relative}.ChangelogPage-module__xeq--q__changelogTimeline{position:relative}.ChangelogPage-module__xeq--q__timelineLine{background:linear-gradient(180deg,var(--primary)0%,var(--primary-dark)100%);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:2rem}.ChangelogPage-module__xeq--q__timelineItems{space-y:2rem}.ChangelogPage-module__xeq--q__timelineItem{align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.ChangelogPage-module__xeq--q__timelineMarker{background:var(--primary);color:#fff;z-index:10;width:4rem;height:4rem;box-shadow:var(--shadow-lg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.ChangelogPage-module__xeq--q__timelineContent{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;flex:1;margin-left:2rem;padding:2rem;transition:all .3s ease-in-out}.ChangelogPage-module__xeq--q__timelineContent:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.ChangelogPage-module__xeq--q__versionBadge{border-radius:9999px;align-items:center;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.ChangelogPage-module__xeq--q__versionBadgeNew{background:var(--success-bg);color:var(--success-text)}.ChangelogPage-module__xeq--q__versionBadgeUpdate{background:var(--info-bg);color:var(--info-text)}.ChangelogPage-module__xeq--q__versionBadgeFix{background:var(--warning-bg);color:var(--warning-text)}.ChangelogPage-module__xeq--q__versionTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.ChangelogPage-module__xeq--q__versionDate{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.ChangelogPage-module__xeq--q__versionDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.ChangelogPage-module__xeq--q__changesList{margin:0;padding:0;list-style:none}.ChangelogPage-module__xeq--q__changeItem{color:var(--text-secondary);align-items:flex-start;margin-bottom:.75rem;font-size:.875rem;display:flex}.ChangelogPage-module__xeq--q__changeIcon{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem;margin-right:.5rem}.ChangelogPage-module__xeq--q__changeIconNew{color:var(--success)}.ChangelogPage-module__xeq--q__changeIconUpdate{color:var(--info)}.ChangelogPage-module__xeq--q__changeIconFix{color:var(--warning)}.ChangelogPage-module__xeq--q__changeIconBreaking{color:var(--error)}.ChangelogPage-module__xeq--q__changeText{flex:1;line-height:1.5}.ChangelogPage-module__xeq--q__changeCategory{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.ChangelogPage-module__xeq--q__filterSection{background:var(--surface-bg);padding:2rem 0;position:relative;overflow:hidden}.ChangelogPage-module__xeq--q__filterContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.ChangelogPage-module__xeq--q__filterTitle{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.ChangelogPage-module__xeq--q__filterButtons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.ChangelogPage-module__xeq--q__filterButton{border:2px solid var(--border-color);background:var(--card-bg);color:var(--text-secondary);cursor:pointer;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s ease-in-out}.ChangelogPage-module__xeq--q__filterButton:hover{border-color:var(--primary);color:var(--primary)}.ChangelogPage-module__xeq--q__filterButtonActive{background:var(--primary);color:#fff;border-color:var(--primary)}.ChangelogPage-module__xeq--q__ctaSection{padding:6rem 0;position:relative;overflow:hidden}.ChangelogPage-module__xeq--q__ctaContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.ChangelogPage-module__xeq--q__ctaTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.ChangelogPage-module__xeq--q__ctaTitle{font-size:3rem}}@media (min-width:768px){.ChangelogPage-module__xeq--q__ctaTitle{font-size:3.75rem}}.ChangelogPage-module__xeq--q__ctaSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.ChangelogPage-module__xeq--q__ctaSubtitle{font-size:1.5rem}}.ChangelogPage-module__xeq--q__ctaButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.ChangelogPage-module__xeq--q__ctaButtonContainer{flex-direction:row}}.ChangelogPage-module__xeq--q__ctaPrimaryButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}.ChangelogPage-module__xeq--q__ctaPrimaryButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ChangelogPage-module__xeq--q__ctaPrimaryButton:hover:before{left:100%}.ChangelogPage-module__xeq--q__ctaPrimaryButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.ChangelogPage-module__xeq--q__ctaSecondaryButton{background:var(--card-bg);color:var(--text-primary);border:2px solid var(--border-color);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.ChangelogPage-module__xeq--q__ctaSecondaryButton:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-1px)}@media (max-width:1023px){.ChangelogPage-module__xeq--q__heroSection,.ChangelogPage-module__xeq--q__changelogSection,.ChangelogPage-module__xeq--q__ctaSection{padding:4rem 0}.ChangelogPage-module__xeq--q__filterSection{padding:1.5rem 0}.ChangelogPage-module__xeq--q__heroTitle{font-size:2.25rem}.ChangelogPage-module__xeq--q__heroSubtitle{font-size:1.125rem}.ChangelogPage-module__xeq--q__ctaTitle{font-size:2.25rem}.ChangelogPage-module__xeq--q__ctaSubtitle{font-size:1.125rem}.ChangelogPage-module__xeq--q__timelineLine{left:1.5rem}.ChangelogPage-module__xeq--q__timelineMarker{width:3rem;height:3rem;font-size:.75rem}.ChangelogPage-module__xeq--q__timelineContent{margin-left:1.5rem;padding:1.5rem}.ChangelogPage-module__xeq--q__versionTitle{font-size:1.25rem}}
.CommunityPage-module__j4E9jq__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.CommunityPage-module__j4E9jq__heroSection{padding:6rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__heroContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.CommunityPage-module__j4E9jq__heroTitle{font-size:3.75rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__heroTitle{font-size:5rem}}@media (min-width:1024px){.CommunityPage-module__j4E9jq__heroTitle{font-size:6rem}}.CommunityPage-module__j4E9jq__heroTitleGradient{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CommunityPage-module__j4E9jq__heroSubtitle{color:var(--text-secondary);max-width:3xl;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CommunityPage-module__j4E9jq__heroSubtitle{font-size:1.5rem}}.CommunityPage-module__j4E9jq__statsSection{background:var(--surface-bg);padding:4rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__statsContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__statsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.CommunityPage-module__j4E9jq__statsGrid{grid-template-columns:repeat(4,1fr);gap:2rem}}.CommunityPage-module__j4E9jq__statItem{text-align:center}.CommunityPage-module__j4E9jq__statNumber{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:900}@media (min-width:640px){.CommunityPage-module__j4E9jq__statNumber{font-size:2.5rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__statNumber{font-size:3rem}}.CommunityPage-module__j4E9jq__statLabel{color:var(--text-secondary);font-weight:500}.CommunityPage-module__j4E9jq__featuresSection{padding:6rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__featuresContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__featuresHeader{text-align:center;margin-bottom:3rem}.CommunityPage-module__j4E9jq__featuresTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CommunityPage-module__j4E9jq__featuresTitle{font-size:3rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__featuresTitle{font-size:3.75rem}}.CommunityPage-module__j4E9jq__featuresSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CommunityPage-module__j4E9jq__featuresSubtitle{font-size:1.5rem}}.CommunityPage-module__j4E9jq__featuresGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.CommunityPage-module__j4E9jq__featuresGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}.CommunityPage-module__j4E9jq__featureCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out}.CommunityPage-module__j4E9jq__featureCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.CommunityPage-module__j4E9jq__featureCardContent{align-items:flex-start;display:flex}.CommunityPage-module__j4E9jq__featureIcon{background:var(--primary-light);border-radius:1rem;flex-shrink:0;margin-right:1rem;padding:.75rem}.CommunityPage-module__j4E9jq__featureIconSvg{width:1.5rem;height:1.5rem;color:var(--primary)}.CommunityPage-module__j4E9jq__featureContent{flex:1}.CommunityPage-module__j4E9jq__featureTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.CommunityPage-module__j4E9jq__featureDescription{color:var(--text-secondary);margin-bottom:.75rem;font-size:.875rem;line-height:1.6}.CommunityPage-module__j4E9jq__featureHighlight{color:var(--primary);font-size:.875rem;font-weight:600}.CommunityPage-module__j4E9jq__travelersSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__travelersContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__travelersHeader{text-align:center;margin-bottom:3rem}.CommunityPage-module__j4E9jq__travelersTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CommunityPage-module__j4E9jq__travelersTitle{font-size:3rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__travelersTitle{font-size:3.75rem}}.CommunityPage-module__j4E9jq__travelersSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CommunityPage-module__j4E9jq__travelersSubtitle{font-size:1.5rem}}.CommunityPage-module__j4E9jq__travelersGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.CommunityPage-module__j4E9jq__travelersGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.CommunityPage-module__j4E9jq__travelersGrid{grid-template-columns:repeat(4,1fr);gap:2rem}}.CommunityPage-module__j4E9jq__travelerCard{background:var(--card-bg);box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s ease-in-out}.CommunityPage-module__j4E9jq__travelerCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.CommunityPage-module__j4E9jq__travelerAvatar{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-dark).2);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.CommunityPage-module__j4E9jq__travelerAvatarIcon{width:2rem;height:2rem;color:var(--primary)}.CommunityPage-module__j4E9jq__travelerName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.CommunityPage-module__j4E9jq__travelerLocation{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.CommunityPage-module__j4E9jq__travelerStats{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);justify-content:space-around;margin-bottom:1rem;padding:.75rem 0;display:flex}.CommunityPage-module__j4E9jq__travelerStat{text-align:center}.CommunityPage-module__j4E9jq__travelerStatNumber{color:var(--primary);font-size:1rem;font-weight:700;display:block}.CommunityPage-module__j4E9jq__travelerStatLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.CommunityPage-module__j4E9jq__travelerBio{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.CommunityPage-module__j4E9jq__travelerRecentTrip{color:var(--primary);justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.CommunityPage-module__j4E9jq__travelerTripIcon{width:1rem;height:1rem;margin-right:.5rem}.CommunityPage-module__j4E9jq__groupsSection{padding:6rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__groupsContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__groupsHeader{text-align:center;margin-bottom:3rem}.CommunityPage-module__j4E9jq__groupsTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CommunityPage-module__j4E9jq__groupsTitle{font-size:3rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__groupsTitle{font-size:3.75rem}}.CommunityPage-module__j4E9jq__groupsSubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CommunityPage-module__j4E9jq__groupsSubtitle{font-size:1.5rem}}.CommunityPage-module__j4E9jq__groupsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.CommunityPage-module__j4E9jq__groupsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.CommunityPage-module__j4E9jq__groupsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.CommunityPage-module__j4E9jq__groupCard{background:var(--card-bg);box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s ease-in-out}.CommunityPage-module__j4E9jq__groupCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.CommunityPage-module__j4E9jq__groupIcon{margin-bottom:1rem;font-size:2rem}.CommunityPage-module__j4E9jq__groupName{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.CommunityPage-module__j4E9jq__groupMembers{color:var(--primary);margin-bottom:.75rem;font-size:.875rem;font-weight:600}.CommunityPage-module__j4E9jq__groupDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.CommunityPage-module__j4E9jq__activitySection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__activityContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__activityHeader{text-align:center;margin-bottom:3rem}.CommunityPage-module__j4E9jq__activityTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CommunityPage-module__j4E9jq__activityTitle{font-size:3rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__activityTitle{font-size:3.75rem}}.CommunityPage-module__j4E9jq__activitySubtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CommunityPage-module__j4E9jq__activitySubtitle{font-size:1.5rem}}.CommunityPage-module__j4E9jq__activityFeed{grid-template-columns:1fr;gap:1rem;display:grid}.CommunityPage-module__j4E9jq__activityItem{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1rem;align-items:center;padding:1.5rem;display:flex}.CommunityPage-module__j4E9jq__activityAvatar{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-dark).2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;margin-right:1rem;display:flex}.CommunityPage-module__j4E9jq__activityAvatarIcon{width:1.5rem;height:1.5rem;color:var(--primary)}.CommunityPage-module__j4E9jq__activityContent{flex:1}.CommunityPage-module__j4E9jq__activityText{color:var(--text-primary);margin-bottom:.5rem}.CommunityPage-module__j4E9jq__activityUser{font-weight:600}.CommunityPage-module__j4E9jq__activityLocation{color:var(--primary);font-weight:500}.CommunityPage-module__j4E9jq__activityMeta{justify-content:space-between;align-items:center;display:flex}.CommunityPage-module__j4E9jq__activityTime{color:var(--text-secondary);font-size:.875rem}.CommunityPage-module__j4E9jq__activityLikes{color:var(--text-secondary);align-items:center;font-size:.875rem;display:flex}.CommunityPage-module__j4E9jq__activityLikeIcon{width:1rem;height:1rem;margin-right:.25rem}.CommunityPage-module__j4E9jq__ctaSection{padding:6rem 0;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__ctaContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.CommunityPage-module__j4E9jq__ctaTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.CommunityPage-module__j4E9jq__ctaTitle{font-size:3rem}}@media (min-width:768px){.CommunityPage-module__j4E9jq__ctaTitle{font-size:3.75rem}}.CommunityPage-module__j4E9jq__ctaSubtitle{color:var(--text-secondary);max-width:2xl;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.CommunityPage-module__j4E9jq__ctaSubtitle{font-size:1.5rem}}.CommunityPage-module__j4E9jq__ctaButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.CommunityPage-module__j4E9jq__ctaButtonContainer{flex-direction:row}}.CommunityPage-module__j4E9jq__ctaPrimaryButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}.CommunityPage-module__j4E9jq__ctaPrimaryButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.CommunityPage-module__j4E9jq__ctaPrimaryButton:hover:before{left:100%}.CommunityPage-module__j4E9jq__ctaPrimaryButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.CommunityPage-module__j4E9jq__ctaSecondaryButton{background:var(--card-bg);color:var(--text-primary);border:2px solid var(--border-color);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.CommunityPage-module__j4E9jq__ctaSecondaryButton:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-1px)}@media (max-width:1023px){.CommunityPage-module__j4E9jq__heroSection,.CommunityPage-module__j4E9jq__featuresSection,.CommunityPage-module__j4E9jq__travelersSection,.CommunityPage-module__j4E9jq__groupsSection,.CommunityPage-module__j4E9jq__activitySection,.CommunityPage-module__j4E9jq__ctaSection{padding:4rem 0}.CommunityPage-module__j4E9jq__statsSection{padding:3rem 0}.CommunityPage-module__j4E9jq__heroTitle{font-size:2.25rem}.CommunityPage-module__j4E9jq__heroSubtitle{font-size:1.125rem}.CommunityPage-module__j4E9jq__featuresTitle,.CommunityPage-module__j4E9jq__travelersTitle,.CommunityPage-module__j4E9jq__groupsTitle,.CommunityPage-module__j4E9jq__activityTitle,.CommunityPage-module__j4E9jq__ctaTitle{font-size:2.25rem}.CommunityPage-module__j4E9jq__featuresSubtitle,.CommunityPage-module__j4E9jq__travelersSubtitle,.CommunityPage-module__j4E9jq__groupsSubtitle,.CommunityPage-module__j4E9jq__activitySubtitle,.CommunityPage-module__j4E9jq__ctaSubtitle{font-size:1.125rem}}
.ContactPage-module__V8gPFa__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.ContactPage-module__V8gPFa__heroSection{padding:6rem 0;position:relative;overflow:hidden}.ContactPage-module__V8gPFa__heroContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.ContactPage-module__V8gPFa__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.ContactPage-module__V8gPFa__heroTitle{font-size:3.75rem}}@media (min-width:768px){.ContactPage-module__V8gPFa__heroTitle{font-size:5rem}}@media (min-width:1024px){.ContactPage-module__V8gPFa__heroTitle{font-size:6rem}}.ContactPage-module__V8gPFa__heroTitleGradient{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ContactPage-module__V8gPFa__heroSubtitle{color:var(--text-secondary);max-width:2xl;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.ContactPage-module__V8gPFa__heroSubtitle{font-size:1.5rem}}.ContactPage-module__V8gPFa__contactMethodsSection{padding:6rem 0;position:relative;overflow:hidden}.ContactPage-module__V8gPFa__contactMethodsContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.ContactPage-module__V8gPFa__contactMethodsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.ContactPage-module__V8gPFa__contactMethodsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.ContactPage-module__V8gPFa__contactMethodsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ContactPage-module__V8gPFa__contactMethodCard{background:var(--card-bg);box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border-light);color:inherit;border-radius:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease-in-out}.ContactPage-module__V8gPFa__contactMethodCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)scale(1.02)}.ContactPage-module__V8gPFa__contactMethodIcon{background:var(--primary-light);border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;padding:1rem;transition:all .3s ease-in-out;display:flex}.ContactPage-module__V8gPFa__contactMethodCard:hover .ContactPage-module__V8gPFa__contactMethodIcon{background:var(--primary);color:#fff}.ContactPage-module__V8gPFa__contactMethodIconSvg{width:2rem;height:2rem;color:var(--primary);transition:color .3s ease-in-out}.ContactPage-module__V8gPFa__contactMethodCard:hover .ContactPage-module__V8gPFa__contactMethodIconSvg{color:#fff}.ContactPage-module__V8gPFa__contactMethodTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.ContactPage-module__V8gPFa__contactMethodDescription{color:var(--text-secondary);margin-bottom:.75rem;font-size:.875rem}.ContactPage-module__V8gPFa__contactMethodContact{color:var(--primary);font-size:.875rem;font-weight:500}.ContactPage-module__V8gPFa__contactFormSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.ContactPage-module__V8gPFa__contactFormContainer{max-width:6xl;margin:0 auto;padding:0 1.5rem}.ContactPage-module__V8gPFa__contactFormGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.ContactPage-module__V8gPFa__contactFormGrid{grid-template-columns:repeat(2,1fr);gap:3rem}}.ContactPage-module__V8gPFa__contactFormColumn{flex:1}.ContactPage-module__V8gPFa__contactFormTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:900;line-height:1.2}@media (min-width:640px){.ContactPage-module__V8gPFa__contactFormTitle{font-size:2.5rem}}.ContactPage-module__V8gPFa__contactFormCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out}.ContactPage-module__V8gPFa__contactFormCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.ContactPage-module__V8gPFa__contactForm{space-y:1.5rem}.ContactPage-module__V8gPFa__contactFormGridFields{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.ContactPage-module__V8gPFa__contactFormGridFields{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.ContactPage-module__V8gPFa__contactFormField{flex-direction:column;display:flex}.ContactPage-module__V8gPFa__contactFormLabel{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;display:block}.ContactPage-module__V8gPFa__contactFormInput{background:var(--card-bg);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem 1rem;transition:all .3s ease-in-out}.ContactPage-module__V8gPFa__contactFormInput:focus{ring:2px;ring-color:var(--primary);border-color:var(--primary);outline:none}.ContactPage-module__V8gPFa__contactFormTextarea{background:var(--card-bg);border:1px solid var(--border-color);width:100%;color:var(--text-primary);resize:none;border-radius:.5rem;min-height:6rem;padding:.75rem 1rem;transition:all .3s ease-in-out}.ContactPage-module__V8gPFa__contactFormTextarea:focus{ring:2px;ring-color:var(--primary);border-color:var(--primary);outline:none}.ContactPage-module__V8gPFa__contactFormSelect{background:var(--card-bg);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem 1rem;transition:all .3s ease-in-out}.ContactPage-module__V8gPFa__contactFormSelect:focus{ring:2px;ring-color:var(--primary);border-color:var(--primary);outline:none}.ContactPage-module__V8gPFa__contactFormCheckbox{align-items:flex-start;margin-bottom:1rem;display:flex}.ContactPage-module__V8gPFa__contactFormCheckboxInput{width:1rem;height:1rem;color:var(--primary);background:var(--card-bg);border:1px solid var(--border-color);border-radius:.25rem;margin-top:.25rem;margin-right:.75rem}.ContactPage-module__V8gPFa__contactFormCheckboxLabel{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.ContactPage-module__V8gPFa__contactFormCheckboxLink{color:var(--primary);text-decoration:none}.ContactPage-module__V8gPFa__contactFormCheckboxLink:hover{color:var(--primary-hover)}.ContactPage-module__V8gPFa__contactFormButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;width:100%;box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.ContactPage-module__V8gPFa__contactFormButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ContactPage-module__V8gPFa__contactFormButton:hover:before{left:100%}.ContactPage-module__V8gPFa__contactFormButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.02)}.ContactPage-module__V8gPFa__contactFormButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.ContactPage-module__V8gPFa__contactFormButtonIcon{width:1.25rem;height:1.25rem}.ContactPage-module__V8gPFa__contactFormSpinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;margin-right:.5rem;animation:1s linear infinite ContactPage-module__V8gPFa__spin}@keyframes ContactPage-module__V8gPFa__spin{to{transform:rotate(360deg)}}.ContactPage-module__V8gPFa__contactFormSuccess{background:var(--card-bg);box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border-light);border-radius:1rem;padding:2rem}.ContactPage-module__V8gPFa__contactFormSuccessIcon{background:var(--success-bg);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;padding:1rem;display:flex}.ContactPage-module__V8gPFa__contactFormSuccessIconSvg{width:2rem;height:2rem;color:var(--success)}.ContactPage-module__V8gPFa__contactFormSuccessTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactPage-module__V8gPFa__contactFormSuccessMessage{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.ContactPage-module__V8gPFa__contactInfoColumn{flex:1}.ContactPage-module__V8gPFa__contactInfoTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:900;line-height:1.2}@media (min-width:640px){.ContactPage-module__V8gPFa__contactInfoTitle{font-size:2.5rem}}.ContactPage-module__V8gPFa__contactInfoCards{space-y:1.5rem}.ContactPage-module__V8gPFa__contactInfoCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s ease-in-out}.ContactPage-module__V8gPFa__contactInfoCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.ContactPage-module__V8gPFa__contactInfoCardContent{align-items:flex-start;display:flex}.ContactPage-module__V8gPFa__contactInfoCardIcon{background:var(--primary-light);border-radius:1rem;flex-shrink:0;margin-right:1rem;padding:.75rem}.ContactPage-module__V8gPFa__contactInfoCardIconSvg{width:1.5rem;height:1.5rem;color:var(--primary)}.ContactPage-module__V8gPFa__contactInfoCardContentText{flex:1}.ContactPage-module__V8gPFa__contactInfoCardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.ContactPage-module__V8gPFa__contactInfoCardDescription{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.ContactPage-module__V8gPFa__contactInfoCardContact{color:var(--primary);font-size:.875rem;font-weight:500}.ContactPage-module__V8gPFa__contactInfoCardContactMuted{color:var(--text-muted);font-size:.75rem}.ContactPage-module__V8gPFa__officeLocations{space-y:1rem}.ContactPage-module__V8gPFa__officeLocation{border-left:2px solid var(--primary-light);padding-left:1rem}.ContactPage-module__V8gPFa__officeLocationName{color:var(--text-primary);font-size:.875rem;font-weight:600}.ContactPage-module__V8gPFa__officeLocationAddress{color:var(--text-secondary);margin-bottom:.25rem;font-size:.75rem}.ContactPage-module__V8gPFa__officeLocationTimezone{color:var(--text-muted);font-size:.625rem}.ContactPage-module__V8gPFa__officeLocationNotes{color:var(--text-secondary);border-top:1px solid var(--border-color);margin-top:.5rem;padding-top:.5rem;font-size:.75rem;font-style:italic;line-height:1.4}.ContactPage-module__V8gPFa__emergencyContactIcon{background:var(--error-bg);border-radius:1rem;flex-shrink:0;margin-right:1rem;padding:.75rem}.ContactPage-module__V8gPFa__emergencyContactIconSvg{width:1.5rem;height:1.5rem;color:var(--error)}.ContactPage-module__V8gPFa__emergencyContactPhone{color:var(--error);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.ContactPage-module__V8gPFa__emergencyContactNote{color:var(--text-muted);font-size:.75rem}@media (max-width:1023px){.ContactPage-module__V8gPFa__heroSection,.ContactPage-module__V8gPFa__contactMethodsSection,.ContactPage-module__V8gPFa__contactFormSection{padding:4rem 0}.ContactPage-module__V8gPFa__heroTitle{font-size:2.25rem}.ContactPage-module__V8gPFa__heroSubtitle{font-size:1.125rem}.ContactPage-module__V8gPFa__contactFormTitle,.ContactPage-module__V8gPFa__contactInfoTitle{font-size:2rem}.ContactPage-module__V8gPFa__contactMethodsGrid{gap:1rem}.ContactPage-module__V8gPFa__contactMethodCard{padding:1.25rem}.ContactPage-module__V8gPFa__contactFormCard{padding:1.5rem}}
.LegalPage-module__OY9YpG__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.LegalPage-module__OY9YpG__heroSection{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)50%,var(--primary-dark)100%);padding:6rem 0;position:relative;overflow:hidden}.LegalPage-module__OY9YpG__heroBackgroundOverlay{z-index:1;background:#0000001a;position:absolute;inset:0}.LegalPage-module__OY9YpG__heroGradientOverlay{z-index:2;background:linear-gradient(#0000 0% 50%,#0003 100%);position:absolute;inset:0}.LegalPage-module__OY9YpG__heroContent{z-index:10;text-align:center;max-width:4xl;margin:0 auto;padding:0 1.5rem;position:relative}.LegalPage-module__OY9YpG__heroTitle{color:#fff;text-shadow:0 4px 8px #0000004d;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.LegalPage-module__OY9YpG__heroTitle{font-size:3.75rem}}@media (min-width:768px){.LegalPage-module__OY9YpG__heroTitle{font-size:5rem}}@media (min-width:1024px){.LegalPage-module__OY9YpG__heroTitle{font-size:6rem}}.LegalPage-module__OY9YpG__heroTitleGradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite LegalPage-module__OY9YpG__shimmer}@keyframes LegalPage-module__OY9YpG__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.LegalPage-module__OY9YpG__heroSubtitle{color:#ffffffe6;max-width:2xl;text-shadow:0 2px 4px #0000004d;margin:0 auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.LegalPage-module__OY9YpG__heroSubtitle{font-size:1.5rem}}.LegalPage-module__OY9YpG__contentSection{padding:6rem 0;position:relative;overflow:hidden}.LegalPage-module__OY9YpG__backgroundDecor1{filter:blur(3rem);background:radial-gradient(circle,#0d6efd0d 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;left:25%}.LegalPage-module__OY9YpG__backgroundDecor2{filter:blur(3rem);background:radial-gradient(circle,#3d8bfd14 0%,#0000 70%);border-radius:50%;width:20rem;height:20rem;position:absolute;bottom:0;right:25%}.LegalPage-module__OY9YpG__contentContainer{max-width:4xl;z-index:10;margin:0 auto;padding:0 1.5rem;position:relative}.LegalPage-module__OY9YpG__contentCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:3rem;line-height:1.8}.LegalPage-module__OY9YpG__contentTitle{color:var(--text-primary);margin-top:2rem;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.LegalPage-module__OY9YpG__contentTitle:first-child{margin-top:0}.LegalPage-module__OY9YpG__contentSubtitle{color:var(--text-primary);margin-top:1.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.LegalPage-module__OY9YpG__contentText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.LegalPage-module__OY9YpG__contentList{color:var(--text-secondary);margin-bottom:1.5rem;padding-left:1.5rem}.LegalPage-module__OY9YpG__contentList li{margin-bottom:.5rem}.LegalPage-module__OY9YpG__contentLink{color:var(--primary);font-weight:500;text-decoration:none}.LegalPage-module__OY9YpG__contentLink:hover{color:var(--primary-hover);text-decoration:underline}@media (max-width:1023px){.LegalPage-module__OY9YpG__heroSection,.LegalPage-module__OY9YpG__contentSection{padding:4rem 0}.LegalPage-module__OY9YpG__heroTitle{font-size:2.25rem}.LegalPage-module__OY9YpG__heroSubtitle{font-size:1.125rem}.LegalPage-module__OY9YpG__contentCard{padding:2rem}.LegalPage-module__OY9YpG__contentTitle{font-size:1.5rem}.LegalPage-module__OY9YpG__contentSubtitle{font-size:1.125rem}}
