.Header-module__KHjLKa__header{z-index:100;padding-top:env(safe-area-inset-top,0px);background:color-mix(in srgb, var(--preto) 72%, transparent);-webkit-backdrop-filter:blur(14px)saturate(140%);border-bottom:1px solid var(--border-subtle);position:sticky;top:0}.Header-module__KHjLKa__bar{height:var(--header-h);align-items:center;gap:1.5rem;display:flex}.Header-module__KHjLKa__brand{flex-shrink:0;align-items:center;display:inline-flex}.Header-module__KHjLKa__nav{align-items:center;gap:1.75rem;margin-left:auto;display:none}.Header-module__KHjLKa__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--dur-fast) var(--ease);font-weight:500;position:relative}.Header-module__KHjLKa__link:after{content:"";background:var(--lime);width:0;height:2px;transition:width var(--dur) var(--ease);border-radius:2px;position:absolute;bottom:-6px;left:0}.Header-module__KHjLKa__link:hover{color:var(--text-primary)}.Header-module__KHjLKa__link:hover:after{width:100%}.Header-module__KHjLKa__actions{flex-shrink:0;align-items:center;gap:.6rem;display:none}.Header-module__KHjLKa__actions>*{height:42px}.Header-module__KHjLKa__toggle{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-primary);border:1px solid var(--border-default);justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.Header-module__KHjLKa__mobile{border-top:1px solid var(--border-subtle);background:var(--surface-base);max-height:calc(100dvh - var(--header-h) - var(--safe-top));overscroll-behavior:contain;animation:Header-module__KHjLKa__menuIn var(--dur) var(--ease);overflow-y:auto}@keyframes Header-module__KHjLKa__menuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__mobile{animation:none}}.Header-module__KHjLKa__mobileNav{padding:1rem var(--gutter) calc(1.5rem + var(--safe-bottom));flex-direction:column;gap:.25rem;display:flex}.Header-module__KHjLKa__mobileLink{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:.9rem .25rem;font-weight:700}.Header-module__KHjLKa__mobileCta{width:100%;margin-top:1.25rem}.Header-module__KHjLKa__mobileLogin{width:100%;margin-top:.6rem}@media (min-width:900px){.Header-module__KHjLKa__nav,.Header-module__KHjLKa__actions{display:flex}.Header-module__KHjLKa__toggle{display:none}}
.Hero-module__KTD73a__hero{align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__bgWrapper{z-index:0;position:absolute;inset:0}.Hero-module__KTD73a__bgImage{object-fit:cover;object-position:center;width:100%;height:100%}.Hero-module__KTD73a__bgOverlay{background:radial-gradient(circle at 75%,#0f0f101a 0%,#0f0f10f2 75%);position:absolute;inset:0}.Hero-module__KTD73a__heroContainer{z-index:1;align-items:center;width:100%;max-width:1900px;margin:0 auto;padding:0 clamp(1rem,4vw,4rem);display:flex;position:relative}.Hero-module__KTD73a__contentBox{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg,24px);z-index:20;background:#12121433;border:1px solid #ffffff14;flex-direction:column;max-width:540px;margin-right:auto;padding:clamp(2.5rem,4vw,4rem);display:flex;position:relative;box-shadow:inset 0 1px #ffffff1f,0 40px 80px -20px #000c}.Hero-module__KTD73a__eyebrow{margin-bottom:1.5rem}.Hero-module__KTD73a__title{letter-spacing:-.04em;color:var(--text-primary);margin-top:0;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:900;line-height:.95}.Hero-module__KTD73a__accent{color:var(--lime)}.Hero-module__KTD73a__sub{color:var(--text-secondary);margin-bottom:2rem;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.6}.Hero-module__KTD73a__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__KTD73a__badgesWrapper{pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:clamp(1rem,2vh,1.5rem);width:50%;padding-right:clamp(1rem,3vw,4rem);display:flex}.Hero-module__KTD73a__badgeWrapper{display:flex}.Hero-module__KTD73a__floatingBadge{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-md,16px);z-index:10;white-space:nowrap;transition:border-color .3s var(--ease), box-shadow .3s var(--ease);cursor:default;pointer-events:auto;background:#121214a6;border:1px solid #ffffff14;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:relative;box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0009}.Hero-module__KTD73a__floatingBadge:hover{border-color:#c6ff0066;box-shadow:inset 0 1px #c6ff0033,0 30px 60px #000c}.Hero-module__KTD73a__badgePos1{margin-right:0}.Hero-module__KTD73a__badgePos2{margin-right:clamp(15px,4vw,60px)}.Hero-module__KTD73a__badgePos3{margin-right:clamp(5px,1vw,20px)}.Hero-module__KTD73a__badgePos4{margin-right:clamp(25px,6vw,90px)}.Hero-module__KTD73a__badgePos5{margin-right:0}.Hero-module__KTD73a__badgePos6{margin-right:clamp(10px,3vw,40px)}.Hero-module__KTD73a__badgeIconWrapper{width:44px;height:44px;color:var(--lime);transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);background:#c6ff0026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 0 12px #c6ff0033,inset 0 0 8px #c6ff001a}.Hero-module__KTD73a__floatingBadge:hover .Hero-module__KTD73a__badgeIconWrapper{background:#c6ff0040;transform:scale(1.1);box-shadow:0 0 20px #c6ff0066,inset 0 0 10px #c6ff0033}.Hero-module__KTD73a__badgeText{flex-direction:column;display:flex}.Hero-module__KTD73a__badgeText strong{color:var(--text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.Hero-module__KTD73a__badgeText span{color:var(--text-secondary);font-size:.85rem;font-weight:500}.Hero-module__KTD73a__mobileBadge{display:none}@media (max-width:1023px){.Hero-module__KTD73a__hero{min-height:calc(100dvh - var(--header-h));align-items:flex-start}.Hero-module__KTD73a__heroContainer{padding:calc(1.5rem + var(--safe-top,0px)) clamp(1.25rem, 5vw, 2.5rem) calc(2.5rem + var(--safe-bottom,0px));flex-direction:column;align-items:stretch}.Hero-module__KTD73a__contentBox{border-radius:var(--radius-lg,22px);-webkit-backdrop-filter:blur(10px);background:#12121466;max-width:600px;padding:clamp(1.75rem,5vw,2.75rem);box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0009}.Hero-module__KTD73a__bgOverlay{background:linear-gradient(#0f0f1059 0%,#0f0f10fa 100%)}.Hero-module__KTD73a__badgesWrapper,.Hero-module__KTD73a__floatingBadge{display:none}.Hero-module__KTD73a__mobileBadge{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md,12px);background:#1212129e;border:1px solid #ffffff14;order:-1;align-self:stretch;align-items:center;gap:1.25rem;width:100%;max-width:600px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex;position:static;box-shadow:0 20px 40px #0009}.Hero-module__KTD73a__badgeIconWrapperMobile{width:44px;height:44px;color:var(--lime);background:#c6ff0026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__KTD73a__badgeTextMobile{flex-direction:column;display:flex}.Hero-module__KTD73a__badgeTextMobile strong{color:var(--text-primary);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.Hero-module__KTD73a__badgeTextMobile span{color:var(--text-secondary);font-size:.9rem;font-weight:500}}.Hero-module__KTD73a__stats{grid-template-columns:1fr 1fr;gap:.85rem;margin-top:2rem;display:grid}.Hero-module__KTD73a__statCard{border:1px solid var(--border-subtle);border-radius:var(--radius);background:#f7f7f708;flex-direction:column;justify-content:flex-end;gap:.2rem;min-height:86px;padding:.85rem 1rem;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__statIcon{width:48px;height:48px;color:var(--lime);opacity:.16;position:absolute;top:.55rem;right:.55rem}.Hero-module__KTD73a__statContent{flex-direction:column;gap:.15rem;line-height:1.05;display:flex}.Hero-module__KTD73a__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.68rem;font-weight:600}.Hero-module__KTD73a__statValue{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:1.65rem;font-weight:800}@media (max-width:560px){.Hero-module__KTD73a__title{font-size:clamp(2.5rem,11vw,3.25rem)}.Hero-module__KTD73a__actions{flex-direction:column;align-items:stretch;gap:.75rem}.Hero-module__KTD73a__actions a{width:100%}}
.PartnersStrip-module__KWs3la__wrap{border-block:1px solid var(--border-subtle);padding-block:clamp(2.5rem,5vw,3.5rem);overflow:hidden}.PartnersStrip-module__KWs3la__label{font-family:var(--font-head);font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:2rem;font-weight:700}.PartnersStrip-module__KWs3la__marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.PartnersStrip-module__KWs3la__track{align-items:center;gap:clamp(2rem,5vw,4rem);width:max-content;animation:38s linear infinite PartnersStrip-module__KWs3la__scroll;display:flex}.PartnersStrip-module__KWs3la__cell{opacity:.55;width:190px;height:78px;transition:opacity var(--dur) var(--ease), transform var(--dur) var(--ease);flex-shrink:0;position:relative}.PartnersStrip-module__KWs3la__cell:hover{opacity:1;transform:translateY(-2px)}.PartnersStrip-module__KWs3la__logo{object-fit:contain;filter:brightness(0)invert()}@keyframes PartnersStrip-module__KWs3la__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - clamp(1rem,2.5vw,2rem)))}}@media (prefers-reduced-motion:reduce){.PartnersStrip-module__KWs3la__track{flex-wrap:wrap;justify-content:center;animation:none}}
.BenefitsCarousel-module__aHZhJa__wrap{width:100%;position:relative}.BenefitsCarousel-module__aHZhJa__track{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin:0;padding:.5rem .5rem 1.25rem;list-style:none;display:flex;overflow-x:auto}.BenefitsCarousel-module__aHZhJa__track::-webkit-scrollbar{display:none}.BenefitsCarousel-module__aHZhJa__card{aspect-ratio:3/4;border-radius:var(--radius-lg);background:var(--surface-overlay);width:clamp(220px,68vw,288px);transition:transform var(--dur) var(--ease);flex:none;position:relative;overflow:hidden}@media (min-width:720px){.BenefitsCarousel-module__aHZhJa__card{width:300px}}.BenefitsCarousel-module__aHZhJa__card:hover{transform:translateY(-4px)}.BenefitsCarousel-module__aHZhJa__img{object-fit:cover;z-index:0}.BenefitsCarousel-module__aHZhJa__scrim{z-index:1;background:linear-gradient(#0a0a0c00 28%,#0a0a0c59 58%,#0a0a0ce6 100%);position:absolute;inset:0}.BenefitsCarousel-module__aHZhJa__meta{z-index:2;flex-direction:column;gap:.15rem;display:flex;position:absolute;bottom:1.1rem;left:1.1rem;right:1.1rem}.BenefitsCarousel-module__aHZhJa__name{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.02em;color:#fff;font-weight:800}.BenefitsCarousel-module__aHZhJa__tag{font-size:var(--text-xs);letter-spacing:.02em;color:#ffffffb8;font-weight:600}
.Manifesto-module__SDWHrq__manifesto{padding-block:clamp(4rem,9vw,7rem);overflow:hidden}.theme-light.Manifesto-module__SDWHrq__manifesto{--surface-base:#fff;--maxw:1600px;background-color:#fff}.Manifesto-module__SDWHrq__split{grid-template-columns:1fr;align-items:center;gap:clamp(2.25rem,6vw,3rem);display:grid}.Manifesto-module__SDWHrq__text{text-align:center;flex-direction:column;align-items:center;display:flex}.Manifesto-module__SDWHrq__mark{margin-bottom:1.5rem}.Manifesto-module__SDWHrq__title{font-size:var(--text-5xl);letter-spacing:-.04em;max-width:16ch;font-weight:900;line-height:1}.Manifesto-module__SDWHrq__mark2{white-space:nowrap;background:var(--lime);color:var(--preto);border-radius:6px;padding:0 .16em;display:inline-block;transform:rotate(-1.5deg)}.Manifesto-module__SDWHrq__body{font-size:var(--text-lg);color:var(--text-secondary);max-width:46ch;margin-top:1.75rem;line-height:1.6}.Manifesto-module__SDWHrq__cta{font-family:var(--font-head);font-weight:700;font-size:var(--text-base);color:var(--preto);border-bottom:2px solid var(--lime);transition:gap var(--dur) var(--ease);align-items:center;gap:.5rem;margin-top:2.25rem;padding-bottom:4px;display:inline-flex}.Manifesto-module__SDWHrq__cta:hover{gap:.85rem}.Manifesto-module__SDWHrq__carousel{width:100%;min-width:0;position:relative}@media (min-width:900px){.Manifesto-module__SDWHrq__split{grid-template-columns:minmax(300px,440px) minmax(0,1fr);align-items:center;gap:clamp(1.75rem,4vw,3.25rem)}.Manifesto-module__SDWHrq__title{max-width:12ch}.Manifesto-module__SDWHrq__carousel{margin-right:calc(-1 * (var(--gutter) + max(0px, (100vw - var(--maxw)) / 2)))}}
.Pillars-module__OPznqG__head{max-width:62ch;margin-top:.9rem}.Pillars-module__OPznqG__title{font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800}.Pillars-module__OPznqG__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.85rem}.Pillars-module__OPznqG__stack{gap:1.1rem;margin-top:clamp(1.75rem,4vw,2.75rem);display:grid}.Pillars-module__OPznqG__card{top:calc(var(--header-h) + var(--stick,12px));background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);display:grid;position:sticky;overflow:hidden}.Pillars-module__OPznqG__content{flex-direction:column;align-items:flex-start;padding:clamp(1.6rem,4vw,2.75rem);display:flex}.Pillars-module__OPznqG__iconWrap{border-radius:var(--radius-sm);background:var(--lime-tint);width:48px;height:48px;color:var(--lime);justify-content:center;align-items:center;display:inline-flex}.Pillars-module__OPznqG__cardTitle{font-size:var(--text-3xl);letter-spacing:-.03em;margin-top:1.1rem;font-weight:800}.Pillars-module__OPznqG__lead{max-width:58ch;color:var(--text-secondary);margin-top:.8rem;line-height:1.65}.Pillars-module__OPznqG__listLabel{font-family:var(--font-head);font-size:var(--text-sm);color:var(--text-primary);margin-top:1.4rem;font-weight:800}.Pillars-module__OPznqG__list{gap:.55rem;margin:.7rem 0 0;padding:0;list-style:none;display:grid}@media (min-width:560px){.Pillars-module__OPznqG__list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.4rem}}.Pillars-module__OPznqG__listItem{color:var(--text-secondary);font-size:var(--text-sm);align-items:flex-start;gap:.6rem;line-height:1.5;display:flex}.Pillars-module__OPznqG__check{color:var(--lime);flex-shrink:0;margin-top:.2rem}.Pillars-module__OPznqG__brandPanel{border-radius:var(--radius);background:var(--surface-inset);border:1px solid var(--border-subtle);border-left:2px solid color-mix(in srgb, var(--lime) 55%, transparent);width:100%;margin-top:1.5rem;padding:1rem 1.15rem}.Pillars-module__OPznqG__brandHead{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.Pillars-module__OPznqG__brandLabel{font-family:var(--font-head);font-size:var(--text-sm);color:var(--text-primary);font-weight:800}.Pillars-module__OPznqG__brandChip{border-radius:var(--radius-pill);background:var(--lime-tint);color:var(--lime);font-family:var(--font-head);font-size:var(--text-xs);padding:.22rem .65rem;font-weight:700}.Pillars-module__OPznqG__brandDesc{color:var(--text-secondary);font-size:var(--text-sm);max-width:58ch;margin-top:.5rem;line-height:1.55}.Pillars-module__OPznqG__freeRow{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.6rem;display:flex}.Pillars-module__OPznqG__freeStrip{border-radius:var(--radius-pill);background:var(--lime-tint);border:1px solid color-mix(in srgb, var(--lime) 30%, transparent);color:var(--lime);font-family:var(--font-head);font-size:var(--text-xs);align-items:center;gap:.45rem;padding:.42rem .85rem;font-weight:700;display:inline-flex}.Pillars-module__OPznqG__groupLink{font-family:var(--font-head);font-size:var(--text-sm);color:var(--lime);align-items:center;gap:.4rem;font-weight:700;display:inline-flex}.Pillars-module__OPznqG__groupLink:hover{text-underline-offset:3px;text-decoration:underline}.Pillars-module__OPznqG__mediaCol{min-height:240px;position:relative}.Pillars-module__OPznqG__mediaImg{object-fit:cover}.Pillars-module__OPznqG__iconPanel{display:none}.Pillars-module__OPznqG__lime{background:var(--lime);border-color:#0000}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__cardTitle,.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__listLabel{color:var(--preto)}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__lead{color:#0f0f10b8}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__listItem{color:#0f0f10c7}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__check{color:var(--preto)}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__iconWrap{color:var(--preto);background:#0f0f101f}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__freeStrip{background:var(--preto);color:var(--lime);border-color:#0000}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__brandPanel{border-color:#0f0f1024;border-left-color:var(--preto);background:#0f0f1014}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__brandLabel{color:var(--preto)}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__brandChip{background:var(--preto);color:var(--lime)}.Pillars-module__OPznqG__lime .Pillars-module__OPznqG__brandDesc{color:#0f0f10b8}.Pillars-module__OPznqG__ctaRow{flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:clamp(1.75rem,4vw,2.5rem);display:flex}.Pillars-module__OPznqG__ctaNote{color:var(--text-tertiary);font-size:var(--text-sm);max-width:36ch}.Pillars-module__OPznqG__swipeHint{display:none}@media (min-width:861px){.Pillars-module__OPznqG__splitRight{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch}.Pillars-module__OPznqG__splitRight .Pillars-module__OPznqG__mediaCol{order:2;min-height:100%}.Pillars-module__OPznqG__splitLeft{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch}.Pillars-module__OPznqG__splitLeft .Pillars-module__OPznqG__mediaCol{min-height:100%}.Pillars-module__OPznqG__oculto{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:stretch}.Pillars-module__OPznqG__iconPanel{border-left:1px solid var(--border-subtle);background:radial-gradient(ellipse at center, var(--lime-tint), transparent 72%);justify-content:center;align-items:center;display:flex}.Pillars-module__OPznqG__iconPanelBadge{background:var(--lime-tint);width:172px;height:172px;color:var(--lime);border-radius:50%;justify-content:center;align-items:center;display:flex}}@media (max-width:860px){.Pillars-module__OPznqG__stack{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-inline:calc(-1 * var(--gutter));padding-bottom:1.5rem;padding-inline:var(--gutter);scroll-padding-inline:var(--gutter);scrollbar-width:none;flex-wrap:nowrap;gap:1.25rem;display:flex;overflow-x:auto}.Pillars-module__OPznqG__stack::-webkit-scrollbar{display:none}.Pillars-module__OPznqG__card{scroll-snap-align:start;flex-direction:column;flex:0 0 88vw;width:88vw;max-width:400px;height:auto;display:flex;position:static}.Pillars-module__OPznqG__content{flex-direction:column;flex:1;display:flex}.Pillars-module__OPznqG__ctaRow{margin-top:auto}.Pillars-module__OPznqG__mediaCol{aspect-ratio:16/9;order:-1;min-height:0}.Pillars-module__OPznqG__swipeHint{font-size:var(--text-xs);font-family:var(--font-head);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;justify-content:flex-end;align-items:center;gap:.4rem;margin-top:-.5rem;margin-bottom:1.5rem;padding-right:.5rem;font-weight:700;display:flex}}@media (min-width:640px) and (max-width:860px){.Pillars-module__OPznqG__mediaCol{aspect-ratio:21/9}}@media (max-width:560px){.Pillars-module__OPznqG__content{padding:1.4rem 1.2rem 1.6rem}.Pillars-module__OPznqG__cardTitle{font-size:var(--text-2xl);margin-top:.9rem}.Pillars-module__OPznqG__listLabel{margin-top:1.15rem}.Pillars-module__OPznqG__brandPanel{margin-top:1.2rem}.Pillars-module__OPznqG__freeRow{margin-top:1.25rem}.Pillars-module__OPznqG__ctaRow{flex-direction:column;align-items:stretch;gap:.75rem}.Pillars-module__OPznqG__ctaRow a{width:100%}.Pillars-module__OPznqG__ctaNote{max-width:none}}
.BenefitsTabs-module__LRlJKG__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem;margin-top:1.25rem;display:flex}.BenefitsTabs-module__LRlJKG__title{font-size:var(--text-4xl);letter-spacing:-.03em;max-width:16ch;font-weight:800}.BenefitsTabs-module__LRlJKG__tabs{border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-raised);gap:.25rem;padding:.3rem;display:inline-flex}.BenefitsTabs-module__LRlJKG__tab{border-radius:var(--radius-pill);min-height:42px;font-family:var(--font-head);font-weight:700;font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);padding:.6rem 1.15rem}.BenefitsTabs-module__LRlJKG__tabActive{background:var(--lime);color:var(--preto)}.BenefitsTabs-module__LRlJKG__sub{max-width:60ch;color:var(--text-secondary);font-size:var(--text-lg);margin-top:1.25rem;margin-bottom:2.5rem}.BenefitsTabs-module__LRlJKG__bento{grid-template-columns:1fr;gap:1rem;display:grid}.BenefitsTabs-module__LRlJKG__card{border:1px solid var(--border-subtle);background:var(--surface-card);border-radius:var(--radius-lg);min-height:180px;transition:border-color var(--dur) var(--ease), transform var(--dur) var(--ease);flex-direction:column;padding:1.6rem;display:flex;position:relative;overflow:hidden}.BenefitsTabs-module__LRlJKG__card:hover{border-color:var(--border-default);transform:translateY(-3px)}.BenefitsTabs-module__LRlJKG__iconWrap{border-radius:var(--radius);background:var(--lime-tint);width:46px;height:46px;color:var(--lime);justify-content:center;align-items:center;display:inline-flex}.BenefitsTabs-module__LRlJKG__cardTitle{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;margin-top:1.1rem;font-weight:700}.BenefitsTabs-module__LRlJKG__cardDesc{color:var(--text-secondary);font-size:var(--text-sm);margin-top:.5rem;line-height:1.55}.BenefitsTabs-module__LRlJKG__tint{background:var(--lime-tint);border-color:color-mix(in srgb, var(--lime) 28%, transparent)}.BenefitsTabs-module__LRlJKG__tint .BenefitsTabs-module__LRlJKG__iconWrap{background:var(--lime);color:var(--preto)}.BenefitsTabs-module__LRlJKG__media{justify-content:flex-end;min-height:240px;padding:0}.BenefitsTabs-module__LRlJKG__mediaImg{object-fit:cover;z-index:0}.BenefitsTabs-module__LRlJKG__scrim{z-index:1;background:linear-gradient(#0f0f101a 0%,#0f0f1066 48%,#0f0f10f0 100%);position:absolute;inset:0}.BenefitsTabs-module__LRlJKG__mediaContent{z-index:2;padding:1.6rem;position:relative}.BenefitsTabs-module__LRlJKG__mediaIcon{color:var(--lime);margin-bottom:.65rem}.BenefitsTabs-module__LRlJKG__ctaRow{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:2.5rem;display:flex}.BenefitsTabs-module__LRlJKG__ctaNote{font-size:var(--text-sm);color:var(--text-tertiary)}@media (max-width:560px){.BenefitsTabs-module__LRlJKG__head{align-items:stretch}.BenefitsTabs-module__LRlJKG__tabs{width:100%}.BenefitsTabs-module__LRlJKG__tab{text-align:center;flex:1}.BenefitsTabs-module__LRlJKG__ctaRow{flex-direction:column;align-items:flex-start;gap:.85rem}.BenefitsTabs-module__LRlJKG__ctaRow a{width:100%}}@media (max-width:639px){.BenefitsTabs-module__LRlJKG__bento{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;margin-inline:calc(-1 * var(--gutter));padding-inline:var(--gutter);scroll-padding-inline:var(--gutter);scrollbar-width:none;grid-template-columns:none;grid-auto-columns:min(82%,340px);grid-auto-flow:column;gap:.85rem;padding-bottom:.35rem;overflow-x:auto}.BenefitsTabs-module__LRlJKG__bento::-webkit-scrollbar{display:none}.BenefitsTabs-module__LRlJKG__card{scroll-snap-align:start;min-height:230px}}@media (min-width:640px){.BenefitsTabs-module__LRlJKG__bento{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.BenefitsTabs-module__LRlJKG__bento{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(186px,1fr);gap:1.1rem}.BenefitsTabs-module__LRlJKG__a0{grid-area:span 2/span 3}.BenefitsTabs-module__LRlJKG__a1,.BenefitsTabs-module__LRlJKG__a2{grid-column:span 3}.BenefitsTabs-module__LRlJKG__a3,.BenefitsTabs-module__LRlJKG__a4,.BenefitsTabs-module__LRlJKG__a5{grid-column:span 2}.BenefitsTabs-module__LRlJKG__a0 .BenefitsTabs-module__LRlJKG__cardTitle{font-size:var(--text-2xl)}}
.HowItWorks-module__EV_z8a__head{max-width:62ch}.HowItWorks-module__EV_z8a__title{font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800}.HowItWorks-module__EV_z8a__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.85rem}.HowItWorks-module__EV_z8a__duo{grid-template-columns:1fr;margin-top:clamp(1.75rem,4vw,2.75rem);display:grid}.HowItWorks-module__EV_z8a__colHead{padding-bottom:1.4rem}.HowItWorks-module__EV_z8a__colBadgeCreator,.HowItWorks-module__EV_z8a__colBadgeBrand{border-radius:var(--radius-pill);font-family:var(--font-head);font-size:var(--text-sm);letter-spacing:-.01em;align-items:center;padding:.45rem 1rem;font-weight:800;display:inline-flex}.HowItWorks-module__EV_z8a__colBadgeCreator{background:var(--lime);color:var(--preto)}.HowItWorks-module__EV_z8a__colBadgeBrand{color:var(--text-primary);border:1px solid var(--border-strong);background:0 0}.HowItWorks-module__EV_z8a__step{gap:1.1rem;padding-bottom:1.9rem;display:flex}.HowItWorks-module__EV_z8a__num{border-radius:var(--radius-pill);border:1px solid var(--border-default);background:var(--surface-card);width:48px;height:48px;color:var(--lime);font-family:var(--font-head);font-weight:900;font-size:var(--text-base);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.HowItWorks-module__EV_z8a__stepTitle{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;font-weight:700}.HowItWorks-module__EV_z8a__stepDesc{color:var(--text-secondary);font-size:var(--text-base);max-width:44ch;margin-top:.4rem;line-height:1.55}.HowItWorks-module__EV_z8a__colCta{flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.4rem;display:flex}.HowItWorks-module__EV_z8a__teamLink{color:var(--text-secondary);font-size:var(--text-sm);text-underline-offset:3px;font-weight:600;text-decoration:underline}.HowItWorks-module__EV_z8a__teamLink:hover{color:var(--text-primary)}@media (max-width:759px){.HowItWorks-module__EV_z8a__c{order:1}.HowItWorks-module__EV_z8a__m{order:2}.HowItWorks-module__EV_z8a__colHead.HowItWorks-module__EV_z8a__m{border-top:1px solid var(--border-subtle);margin-top:2.25rem;padding-top:2rem}.HowItWorks-module__EV_z8a__colCta.HowItWorks-module__EV_z8a__c{padding-bottom:.5rem}}@media (max-width:560px){.HowItWorks-module__EV_z8a__step{gap:.9rem;padding-bottom:1.5rem}.HowItWorks-module__EV_z8a__num{width:40px;height:40px;font-size:var(--text-sm)}.HowItWorks-module__EV_z8a__stepTitle{font-size:var(--text-lg)}.HowItWorks-module__EV_z8a__colCta{align-items:stretch}.HowItWorks-module__EV_z8a__colCta a{text-align:center;justify-content:center;width:100%}}@media (min-width:760px){.HowItWorks-module__EV_z8a__duo{grid-template-columns:1fr 1fr}.HowItWorks-module__EV_z8a__c{padding-right:clamp(1.25rem,3.5vw,3rem)}.HowItWorks-module__EV_z8a__m{border-left:1px solid var(--border-subtle);padding-left:clamp(1.25rem,3.5vw,3rem)}}
.Plans-module__F5z6va__head{max-width:62ch}.Plans-module__F5z6va__title{font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800}.Plans-module__F5z6va__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.85rem}.Plans-module__F5z6va__notes{grid-template-columns:1fr;gap:1rem;margin-top:clamp(1.75rem,4vw,2.5rem);display:grid}.Plans-module__F5z6va__note{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius);align-items:flex-start;gap:.9rem;padding:1.1rem 1.25rem;display:flex}.Plans-module__F5z6va__note p{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.55}.Plans-module__F5z6va__note strong{color:var(--text-primary)}.Plans-module__F5z6va__noteIcon{border-radius:var(--radius-sm);background:var(--lime-tint);width:40px;height:40px;color:var(--lime);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Plans-module__F5z6va__grid{grid-template-columns:1fr;align-items:stretch;gap:1rem;margin-top:clamp(1.75rem,4vw,2.75rem);display:grid}.Plans-module__F5z6va__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:border-color var(--dur) var(--ease), transform var(--dur) var(--ease);flex-direction:column;padding:1.75rem 1.6rem;display:flex}.Plans-module__F5z6va__card:hover{border-color:var(--border-default);transform:translateY(-3px)}.Plans-module__F5z6va__featured{background:var(--lime-tint);border-color:color-mix(in srgb, var(--lime) 32%, transparent)}.Plans-module__F5z6va__featured:hover{border-color:color-mix(in srgb, var(--lime) 55%, transparent)}.Plans-module__F5z6va__cardHead{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Plans-module__F5z6va__planName{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.01em;font-weight:800}.Plans-module__F5z6va__badge{font-family:var(--font-head);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);background:var(--lime);color:var(--preto);padding:.28rem .7rem;font-weight:700}.Plans-module__F5z6va__priceRow{align-items:baseline;gap:.3rem;min-height:3.4rem;margin-top:1rem;display:flex}.Plans-module__F5z6va__price{font-family:var(--font-head);font-size:var(--text-3xl);letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--text-primary);font-weight:900}.Plans-module__F5z6va__period{color:var(--text-tertiary);font-size:var(--text-sm);font-weight:600}.Plans-module__F5z6va__tagline{min-height:2.6em;color:var(--text-secondary);font-size:var(--text-sm);margin-top:.35rem;line-height:1.5}.Plans-module__F5z6va__features{border-top:1px solid var(--border-subtle);gap:.75rem;margin:1.35rem 0 1.6rem;padding:1.35rem 0 0;list-style:none;display:grid}.Plans-module__F5z6va__featured .Plans-module__F5z6va__features{border-top-color:color-mix(in srgb, var(--lime) 25%, transparent)}.Plans-module__F5z6va__feature{color:var(--text-secondary);font-size:var(--text-sm);align-items:flex-start;gap:.6rem;line-height:1.5;display:flex}.Plans-module__F5z6va__check{color:var(--lime);flex-shrink:0;margin-top:.22rem}.Plans-module__F5z6va__cardCta{width:100%;margin-top:auto}.Plans-module__F5z6va__foot{color:var(--text-tertiary);font-size:var(--text-sm);margin-top:1.5rem}@media (min-width:640px){.Plans-module__F5z6va__notes{grid-template-columns:repeat(2,1fr)}}@media (min-width:680px) and (max-width:959px){.Plans-module__F5z6va__grid{grid-template-columns:repeat(2,1fr)}.Plans-module__F5z6va__featured{grid-column:1/-1}.Plans-module__F5z6va__featured .Plans-module__F5z6va__features{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}.Plans-module__F5z6va__featured .Plans-module__F5z6va__cardCta{align-self:flex-start;width:auto;padding-inline:2.25rem}}@media (min-width:960px){.Plans-module__F5z6va__grid{grid-template-columns:repeat(3,1fr);gap:1.1rem}}
.CommunityBand-module__TvxkMq__band{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);grid-template-columns:1fr;display:grid;overflow:hidden}.CommunityBand-module__TvxkMq__panel{flex-direction:column;align-items:flex-start;padding:clamp(1.75rem,4vw,2.75rem);display:flex}.CommunityBand-module__TvxkMq__panel+.CommunityBand-module__TvxkMq__panel{border-top:1px solid var(--border-subtle)}.CommunityBand-module__TvxkMq__iconWrap{border-radius:var(--radius);background:var(--lime-tint);width:50px;height:50px;color:var(--lime);justify-content:center;align-items:center;display:inline-flex}.CommunityBand-module__TvxkMq__panelTitle{font-family:var(--font-head);font-size:var(--text-2xl);letter-spacing:-.02em;margin-top:1.15rem;font-weight:800}.CommunityBand-module__TvxkMq__panelDesc{max-width:44ch;color:var(--text-secondary);font-size:var(--text-base);margin-top:.6rem;margin-bottom:1.6rem;line-height:1.55}.CommunityBand-module__TvxkMq__panelCta{margin-top:auto}@media (min-width:860px){.CommunityBand-module__TvxkMq__band{grid-template-columns:1fr 1fr}.CommunityBand-module__TvxkMq__panel+.CommunityBand-module__TvxkMq__panel{border-top:0;border-left:1px solid var(--border-subtle)}}@media (max-width:560px){.CommunityBand-module__TvxkMq__panelCta{width:100%}}
.FAQ-module__XxaKoW__head{max-width:38ch;margin-bottom:clamp(2rem,4vw,3rem)}.FAQ-module__XxaKoW__title{font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800}.FAQ-module__XxaKoW__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.75rem}.FAQ-module__XxaKoW__list{border-top:1px solid var(--border-subtle);max-width:760px}.FAQ-module__XxaKoW__item{border-bottom:1px solid var(--border-subtle);transition:border-color var(--dur) var(--ease)}.FAQ-module__XxaKoW__itemOpen{border-color:var(--border-default)}.FAQ-module__XxaKoW__trigger{text-align:left;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.4rem 0;display:flex}.FAQ-module__XxaKoW__q{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.01em;color:var(--text-primary);font-weight:700}.FAQ-module__XxaKoW__icon{border-radius:var(--radius-pill);border:1px solid var(--border-default);width:34px;height:34px;color:var(--text-secondary);transition:transform var(--dur) var(--ease), background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.FAQ-module__XxaKoW__icon[data-open=true]{background:var(--lime);color:var(--preto);border-color:var(--lime);transform:rotate(45deg)}.FAQ-module__XxaKoW__a{color:var(--text-secondary);font-size:var(--text-base);max-width:62ch;padding:0 3rem 1.5rem 0;line-height:1.65}.FAQ-module__XxaKoW__foot{color:var(--text-tertiary);font-size:var(--text-sm);margin-top:2.5rem}@media (max-width:560px){.FAQ-module__XxaKoW__trigger{gap:1rem;padding:1.15rem 0}.FAQ-module__XxaKoW__q{font-size:var(--text-base)}.FAQ-module__XxaKoW__a{padding:0 0 1.35rem}}.FAQ-module__XxaKoW__footLink{color:var(--lime);text-underline-offset:3px;font-weight:600;text-decoration:underline}
.forms-module__ru0UGW__field{flex-direction:column;display:flex}.forms-module__ru0UGW__row{grid-template-columns:1fr;gap:.85rem;display:grid}.forms-module__ru0UGW__row2{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (max-width:520px){.forms-module__ru0UGW__row2{grid-template-columns:1fr}}.forms-module__ru0UGW__label{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:.4rem;font-weight:600}.forms-module__ru0UGW__req{color:var(--lime);margin-left:.2rem}.forms-module__ru0UGW__optional{color:var(--text-tertiary);font-weight:400}.forms-module__ru0UGW__input,.forms-module__ru0UGW__textarea{background:var(--surface-inset);border:1px solid var(--border-default);border-radius:var(--radius);width:100%;color:var(--text-primary);font-size:var(--text-base);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);outline:none;padding:.8rem .95rem}.forms-module__ru0UGW__textarea{resize:vertical;min-height:84px;line-height:1.55}.forms-module__ru0UGW__input::placeholder,.forms-module__ru0UGW__textarea::placeholder{color:var(--text-tertiary)}.forms-module__ru0UGW__input:focus,.forms-module__ru0UGW__textarea:focus{border-color:var(--lime);box-shadow:0 0 0 3px var(--lime-tint);background:var(--surface-overlay)}.forms-module__ru0UGW__invalid{border-color:var(--danger)}.forms-module__ru0UGW__invalid:focus{box-shadow:0 0 0 3px #ff5d5d2e}.forms-module__ru0UGW__helper{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:.4rem}.forms-module__ru0UGW__error{font-size:var(--text-xs);color:var(--danger);margin-top:.4rem}.forms-module__ru0UGW__sectionTitle{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-weight:700}.forms-module__ru0UGW__panel{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.1rem}.forms-module__ru0UGW__panelTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:700}.forms-module__ru0UGW__choice{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--surface-inset);width:100%;color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);align-items:center;gap:.75rem;padding:.8rem .95rem;display:flex}.forms-module__ru0UGW__choiceCol{flex-direction:column;align-items:flex-start;gap:.4rem}.forms-module__ru0UGW__choice:hover{border-color:var(--border-strong)}.forms-module__ru0UGW__choiceActive{border-color:var(--lime);background:var(--lime-tint)}.forms-module__ru0UGW__choiceDisabled{opacity:.4;cursor:not-allowed}.forms-module__ru0UGW__choiceList{flex-direction:column;gap:.55rem;display:flex}.forms-module__ru0UGW__choiceDesc{font-size:var(--text-xs);color:var(--text-tertiary);padding-left:1.85rem;line-height:1.5}.forms-module__ru0UGW__box,.forms-module__ru0UGW__dot{border:2px solid var(--border-strong);width:20px;height:20px;color:var(--preto);transition:background-color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.forms-module__ru0UGW__box{border-radius:6px}.forms-module__ru0UGW__dot{border-radius:var(--radius-pill)}.forms-module__ru0UGW__boxOn{background:var(--lime);border-color:var(--lime)}.forms-module__ru0UGW__choiceText{flex:1}.forms-module__ru0UGW__progress{margin-bottom:2rem}.forms-module__ru0UGW__progressHead{font-size:var(--text-xs);color:var(--text-tertiary);justify-content:space-between;margin-bottom:.5rem;display:flex}.forms-module__ru0UGW__progressPct{color:var(--text-secondary);font-weight:700}.forms-module__ru0UGW__track{border-radius:var(--radius-pill);background:var(--surface-overlay);height:6px;overflow:hidden}.forms-module__ru0UGW__bar{border-radius:var(--radius-pill);background:var(--lime);height:100%;transition:width var(--dur-slow) var(--ease)}.forms-module__ru0UGW__nav{justify-content:space-between;align-items:center;gap:.85rem;margin-top:2rem;display:flex}.forms-module__ru0UGW__stack{flex-direction:column;gap:1rem;display:flex}.forms-module__ru0UGW__full{width:100%}.forms-module__ru0UGW__verifyBox{border-radius:var(--radius);border:1px solid color-mix(in srgb, var(--lime) 30%, transparent);background:var(--lime-tint);margin-top:.85rem;padding:1rem}.forms-module__ru0UGW__note{border-radius:var(--radius-sm);background:var(--surface-inset);border:1px solid var(--border-subtle);font-size:var(--text-xs);color:var(--text-secondary);align-items:flex-start;gap:.5rem;margin-top:.6rem;padding:.65rem .8rem;line-height:1.5;display:flex}.forms-module__ru0UGW__verified{font-size:var(--text-sm);color:var(--success);align-items:center;gap:.4rem;margin-top:.55rem;font-weight:600;display:inline-flex}.forms-module__ru0UGW__otpInput{text-align:center;letter-spacing:.5em;font-family:var(--font-head);font-size:var(--text-lg)}.forms-module__ru0UGW__success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 0;display:flex}.forms-module__ru0UGW__successMark{border-radius:var(--radius-pill);background:var(--lime-tint);width:76px;height:76px;color:var(--lime);justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.forms-module__ru0UGW__successTitle{font-family:var(--font-head);font-size:var(--text-3xl);letter-spacing:-.02em;font-weight:800}.forms-module__ru0UGW__successText{color:var(--text-secondary);max-width:42ch;margin-bottom:1rem}
.forum-module__Fu-Vca__page{flex-direction:column;gap:1rem;display:flex}.forum-module__Fu-Vca__head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.forum-module__Fu-Vca__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em}.forum-module__Fu-Vca__sub{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.2rem}.forum-module__Fu-Vca__loading,.forum-module__Fu-Vca__list{flex-direction:column;gap:.8rem;display:flex}.forum-module__Fu-Vca__back{font-size:var(--text-sm);color:var(--text-tertiary);align-items:center;gap:4px;display:inline-flex}.forum-module__Fu-Vca__back:hover{color:var(--text-primary)}.forum-module__Fu-Vca__comments{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:.8rem;padding:1rem 1.15rem;display:flex}.forum-module__Fu-Vca__commentsTitle{font-family:var(--font-head);font-weight:700;font-size:var(--text-lg)}.forum-module__Fu-Vca__commentList{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.forum-module__Fu-Vca__commentItem{align-items:flex-start;gap:.6rem;display:flex}.forum-module__Fu-Vca__commentBody{flex:1;min-width:0}.forum-module__Fu-Vca__commentHead{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.forum-module__Fu-Vca__commentName{font-size:var(--text-sm);color:var(--text-primary);font-weight:700}.forum-module__Fu-Vca__commentInsta{font-size:var(--text-xs);color:var(--lime);font-weight:600}.forum-module__Fu-Vca__commentTime{font-size:var(--text-xs);color:var(--text-tertiary)}.forum-module__Fu-Vca__commentText{font-size:var(--text-sm);color:var(--text-secondary);overflow-wrap:anywhere;white-space:pre-wrap;margin-top:.15rem;line-height:1.5}.forum-module__Fu-Vca__commentDelete{color:var(--text-tertiary);border-radius:var(--radius-pill);flex-shrink:0;padding:.3rem}.forum-module__Fu-Vca__commentDelete:hover{color:var(--danger)}.forum-module__Fu-Vca__commentEmpty{font-size:var(--text-sm);color:var(--text-tertiary)}.forum-module__Fu-Vca__inputRow{align-items:center;gap:.5rem;display:flex}.forum-module__Fu-Vca__input{background:var(--surface-inset);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);color:var(--text-primary);font-size:var(--text-sm);flex:1;padding:.65rem .9rem}.forum-module__Fu-Vca__input::placeholder{color:var(--text-tertiary)}.forum-module__Fu-Vca__input:focus{border-color:var(--lime);outline:none}.forum-module__Fu-Vca__send{border-radius:var(--radius-pill);background:var(--lime);width:40px;height:40px;color:var(--accent-ink);transition:opacity var(--dur-fast) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.forum-module__Fu-Vca__send:disabled{opacity:.4}.forum-module__Fu-Vca__ownerActions{justify-content:flex-end;display:flex}.forum-module__Fu-Vca__ownerDelete{font-size:var(--text-sm);color:var(--text-tertiary);border-radius:var(--radius-pill);align-items:center;gap:.35rem;padding:.4rem .6rem;display:inline-flex}.forum-module__Fu-Vca__ownerDelete:hover{color:var(--danger)}
.ResgateCard-module__HV21uW__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.1rem 1.15rem}.ResgateCard-module__HV21uW__head{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.ResgateCard-module__HV21uW__headText{min-width:0}.ResgateCard-module__HV21uW__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-lg);letter-spacing:-.01em;color:var(--text-primary);line-height:1.3}.ResgateCard-module__HV21uW__sub{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:.3rem;margin-top:3px;display:flex}.ResgateCard-module__HV21uW__timeline{margin-block:1rem 1.1rem;list-style:none;display:flex}.ResgateCard-module__HV21uW__step{flex-direction:column;flex:1;align-items:center;gap:.35rem;display:flex;position:relative}.ResgateCard-module__HV21uW__step:not(:first-child):before{content:"";background:var(--border-default);z-index:0;width:100%;height:2px;position:absolute;top:5px;right:50%}.ResgateCard-module__HV21uW__stepOn:not(:first-child):before{background:var(--lime)}.ResgateCard-module__HV21uW__dot{z-index:1;background:var(--surface-overlay);border:2px solid var(--border-strong);border-radius:50%;width:12px;height:12px;position:relative}.ResgateCard-module__HV21uW__stepOn .ResgateCard-module__HV21uW__dot{background:var(--lime);border-color:var(--lime)}.ResgateCard-module__HV21uW__stepDanger .ResgateCard-module__HV21uW__dot{background:var(--danger);border-color:var(--danger)}.ResgateCard-module__HV21uW__stepLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-size:.66rem;font-weight:600}.ResgateCard-module__HV21uW__stepOn .ResgateCard-module__HV21uW__stepLabel{color:var(--text-secondary)}.ResgateCard-module__HV21uW__stepDanger .ResgateCard-module__HV21uW__stepLabel{color:var(--danger)}.ResgateCard-module__HV21uW__codeBlock{background:var(--surface-inset);border:1px solid var(--border-subtle);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.7rem;padding:1.1rem;display:flex}.ResgateCard-module__HV21uW__code{font-family:var(--font-head);letter-spacing:.28em;text-indent:.28em;color:var(--lime);font-size:clamp(2rem,9vw,2.6rem);font-weight:700;line-height:1}.ResgateCard-module__HV21uW__meta{font-size:var(--text-xs);color:var(--text-tertiary)}.ResgateCard-module__HV21uW__hint{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.ResgateCard-module__HV21uW__hint a{color:var(--lime);text-underline-offset:3px;text-decoration:underline}.ResgateCard-module__HV21uW__provaForm{flex-direction:column;gap:.6rem;display:flex}.ResgateCard-module__HV21uW__provaRow{gap:.5rem;display:flex}.ResgateCard-module__HV21uW__instas{font-size:var(--text-sm);color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.ResgateCard-module__HV21uW__instaPill{border-radius:var(--radius-pill);background:var(--lime-tint);color:var(--lime);font-weight:600;font-size:var(--text-xs);padding:.14rem .55rem}.ResgateCard-module__HV21uW__stateBlock{background:var(--surface-inset);border:1px solid var(--border-subtle);border-radius:var(--radius);align-items:flex-start;gap:.6rem;padding:.9rem;display:flex}.ResgateCard-module__HV21uW__stateIcon{color:var(--lime);flex-shrink:0;margin-top:2px}.ResgateCard-module__HV21uW__stateIconOk{color:var(--success);flex-shrink:0;margin-top:2px}.ResgateCard-module__HV21uW__stateTitle{font-weight:700;font-size:var(--text-sm);color:var(--text-primary);margin-bottom:2px}.ResgateCard-module__HV21uW__recusado{border-radius:var(--radius);background:#ff5d5d12;border:1px solid #ff5d5d38;flex-direction:column;gap:.55rem;padding:.9rem;display:flex}.ResgateCard-module__HV21uW__recusadoTitle{font-weight:700;font-size:var(--text-sm);color:var(--danger);align-items:center;gap:.35rem;display:flex}
.EmptyState-module__fcCkAq__empty{text-align:center;background:var(--surface-raised);border:1px dashed var(--border-default);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;display:flex}.EmptyState-module__fcCkAq__icon{border-radius:var(--radius-pill);background:var(--lime-tint);width:52px;height:52px;color:var(--lime);justify-content:center;align-items:center;margin-bottom:.35rem;display:inline-flex}.EmptyState-module__fcCkAq__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-lg);color:var(--text-primary)}.EmptyState-module__fcCkAq__text{font-size:var(--text-sm);color:var(--text-secondary);max-width:34ch;line-height:1.5}.EmptyState-module__fcCkAq__actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.85rem;display:flex}
.feed-module__nY3pxq__feed{flex-direction:column;display:flex}.feed-module__nY3pxq__head{padding-block:.4rem 1.2rem}.feed-module__nY3pxq__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em;color:var(--text-primary)}.feed-module__nY3pxq__sub{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.25rem}.feed-module__nY3pxq__list,.feed-module__nY3pxq__loading{flex-direction:column;gap:1rem;display:flex}
.Skeleton-module__Fq_C-q__sk{border-radius:var(--radius-sm);background:linear-gradient(100deg, var(--surface-inset) 40%, #f7f7f717 50%, var(--surface-inset) 60%);background-size:200% 100%;width:100%;height:.9rem;animation:1.4s linear infinite Skeleton-module__Fq_C-q__shimmer;display:block}@keyframes Skeleton-module__Fq_C-q__shimmer{0%{background-position:120% 0}to{background-position:-80% 0}}.Skeleton-module__Fq_C-q__screen{justify-content:center;align-items:center;min-height:100dvh;display:flex}.Skeleton-module__Fq_C-q__pulse{animation:Skeleton-module__Fq_C-q__pulse 1.6s var(--ease) infinite}@keyframes Skeleton-module__Fq_C-q__pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.Skeleton-module__Fq_C-q__sk,.Skeleton-module__Fq_C-q__pulse{animation:none}}
.CommentsSheet-module__N6b1OW__loading{flex-direction:column;gap:.6rem;display:flex}.CommentsSheet-module__N6b1OW__empty{text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);padding:1.4rem 0}.CommentsSheet-module__N6b1OW__list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.CommentsSheet-module__N6b1OW__item{align-items:flex-start;gap:.6rem;display:flex}.CommentsSheet-module__N6b1OW__itemBody{flex:1;min-width:0}.CommentsSheet-module__N6b1OW__itemHead{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.CommentsSheet-module__N6b1OW__itemName{font-weight:700;font-size:var(--text-sm);color:var(--text-primary)}.CommentsSheet-module__N6b1OW__itemInsta{font-size:var(--text-xs);color:var(--lime);font-weight:600}.CommentsSheet-module__N6b1OW__itemTime{font-size:var(--text-xs);color:var(--text-tertiary)}.CommentsSheet-module__N6b1OW__itemText{font-size:var(--text-sm);color:var(--text-secondary);overflow-wrap:anywhere;margin-top:2px;line-height:1.5}.CommentsSheet-module__N6b1OW__delete{border-radius:var(--radius-sm);color:var(--text-tertiary);flex-shrink:0;padding:5px;display:inline-flex}.CommentsSheet-module__N6b1OW__delete:hover{color:var(--danger)}.CommentsSheet-module__N6b1OW__inputRow{gap:.5rem;width:100%;display:flex}.CommentsSheet-module__N6b1OW__input{background:var(--surface-inset);border:1px solid var(--border-default);border-radius:var(--radius-pill);min-width:0;color:var(--text-primary);font-size:var(--text-sm);flex:1;padding:.6rem .9rem}.CommentsSheet-module__N6b1OW__input:focus-visible{border-color:var(--lime);box-shadow:0 0 0 3px var(--lime-tint);outline:none}.CommentsSheet-module__N6b1OW__input::placeholder{color:var(--text-tertiary)}.CommentsSheet-module__N6b1OW__send{border-radius:var(--radius-pill);background:var(--lime);width:40px;height:40px;color:var(--accent-ink);transition:background var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.CommentsSheet-module__N6b1OW__send:hover{background:var(--lime-deep)}.CommentsSheet-module__N6b1OW__send:disabled{opacity:.4}
.Select-module__l2HZeG__wrap{position:relative}.Select-module__l2HZeG__trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Select-module__l2HZeG__val{color:var(--text-primary)}.Select-module__l2HZeG__ph{color:var(--text-tertiary)}.Select-module__l2HZeG__caret{color:var(--text-tertiary);transition:transform var(--dur-fast) var(--ease);flex-shrink:0}.Select-module__l2HZeG__caret[data-open=true]{transform:rotate(180deg)}.Select-module__l2HZeG__list{z-index:60;border-radius:var(--radius);background:var(--surface-overlay);border:1px solid var(--border-default);width:100%;max-height:260px;box-shadow:var(--shadow-pop);margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.Select-module__l2HZeG__opt{text-align:left;border-radius:var(--radius-sm);width:100%;font-size:var(--text-sm);color:var(--text-secondary);transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);padding:.6rem .7rem}.Select-module__l2HZeG__opt:hover{background:var(--surface-inset);color:var(--text-primary)}.Select-module__l2HZeG__optActive{background:var(--lime-tint);color:var(--text-primary)}
.RequireRole-module__iiRAgq__screen{min-height:100dvh;padding:calc(var(--safe-top) + 1.5rem) var(--gutter) calc(var(--safe-bottom) + 1.5rem);justify-content:center;align-items:center;display:flex}.RequireRole-module__iiRAgq__card{text-align:center;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:min(100%,420px);box-shadow:var(--shadow-card);flex-direction:column;align-items:center;gap:.6rem;padding:2.2rem 1.6rem;display:flex}.RequireRole-module__iiRAgq__mark{margin-bottom:.8rem}.RequireRole-module__iiRAgq__icon{border-radius:var(--radius-pill);background:var(--lime-tint);width:52px;height:52px;color:var(--lime);justify-content:center;align-items:center;display:inline-flex}.RequireRole-module__iiRAgq__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-xl);color:var(--text-primary);margin-top:.35rem}.RequireRole-module__iiRAgq__text{font-size:var(--text-sm);color:var(--text-secondary);max-width:36ch;line-height:1.55}.RequireRole-module__iiRAgq__actions{flex-direction:column;gap:.6rem;width:100%;margin-top:1rem;display:flex}.RequireRole-module__iiRAgq__actions>.btn{width:100%}.RequireRole-module__iiRAgq__error{font-size:var(--text-sm);color:var(--danger)}.RequireRole-module__iiRAgq__backLink{font-size:var(--text-sm);color:var(--text-tertiary);text-underline-offset:3px;margin-top:.2rem;text-decoration:underline}.RequireRole-module__iiRAgq__backLink:hover{color:var(--text-secondary)}
.catalogo-module__V-GMea__page{flex-direction:column;gap:1rem;display:flex}.catalogo-module__V-GMea__head{margin-bottom:.2rem}.catalogo-module__V-GMea__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em}.catalogo-module__V-GMea__sub{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.2rem}.catalogo-module__V-GMea__searchWrap{position:relative}.catalogo-module__V-GMea__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.catalogo-module__V-GMea__search{background:var(--surface-inset);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);width:100%;color:var(--text-primary);font-size:var(--text-sm);transition:border-color var(--dur-fast) var(--ease);padding:.72rem 1rem .72rem 2.5rem}.catalogo-module__V-GMea__search::placeholder{color:var(--text-tertiary)}.catalogo-module__V-GMea__search:focus{border-color:var(--lime);outline:none}.catalogo-module__V-GMea__chips{scrollbar-width:none;gap:.4rem;padding-bottom:.2rem;display:flex;overflow-x:auto}.catalogo-module__V-GMea__chips::-webkit-scrollbar{display:none}.catalogo-module__V-GMea__chip{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-inset);font-size:var(--text-sm);color:var(--text-secondary);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);flex-shrink:0;padding:.38rem .85rem;font-weight:600}.catalogo-module__V-GMea__chip:hover{color:var(--text-primary)}.catalogo-module__V-GMea__chipActive,.catalogo-module__V-GMea__chipActive:hover{background:var(--lime);border-color:var(--lime);color:var(--accent-ink)}.catalogo-module__V-GMea__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem;display:grid}@media (max-width:520px){.catalogo-module__V-GMea__grid{grid-template-columns:1fr}}
.AppShell-module__V5CpXW__shell{flex-direction:column;min-height:100dvh;display:flex}.AppShell-module__V5CpXW__topbar{z-index:60;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle);padding-top:var(--safe-top);background:#0f0f10e0;position:sticky;top:0}.AppShell-module__V5CpXW__topbarInner{max-width:1100px;height:58px;padding-inline:var(--gutter);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;display:flex}.AppShell-module__V5CpXW__brand{font-family:var(--font-head);letter-spacing:-.01em;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.12rem;font-weight:700;display:inline-flex}.AppShell-module__V5CpXW__desktopNav{align-items:center;gap:.3rem;display:none}.AppShell-module__V5CpXW__desktopLink{border-radius:var(--radius-pill);font-size:var(--text-sm);color:var(--text-secondary);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);padding:.42rem .9rem;font-weight:600}.AppShell-module__V5CpXW__desktopLink:hover{color:var(--text-primary);background:var(--surface-inset)}.AppShell-module__V5CpXW__desktopLinkActive,.AppShell-module__V5CpXW__desktopLinkActive:hover{background:var(--lime);color:var(--accent-ink)}.AppShell-module__V5CpXW__end{align-items:center;gap:.6rem;min-width:0;display:flex}.AppShell-module__V5CpXW__subnav{padding:.55rem var(--gutter) .7rem;scrollbar-width:none;gap:.4rem;width:100%;max-width:1100px;margin-inline:auto;display:flex;overflow-x:auto}.AppShell-module__V5CpXW__subnav::-webkit-scrollbar{display:none}.AppShell-module__V5CpXW__subLink{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-inset);font-size:var(--text-sm);color:var(--text-secondary);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);flex-shrink:0;align-items:center;gap:.4rem;padding:.4rem .85rem;font-weight:600;display:inline-flex}.AppShell-module__V5CpXW__subLink:hover{color:var(--text-primary)}.AppShell-module__V5CpXW__subLinkActive,.AppShell-module__V5CpXW__subLinkActive:hover{background:var(--lime);border-color:var(--lime);color:var(--accent-ink)}.AppShell-module__V5CpXW__main{width:100%;max-width:680px;padding:1.4rem var(--gutter) calc(96px + var(--safe-bottom));flex:1;margin-inline:auto}.AppShell-module__V5CpXW__mainWide{max-width:1100px}.AppShell-module__V5CpXW__tabbar{inset-inline:0;z-index:60;-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border-subtle);padding-bottom:var(--safe-bottom);background:#0f0f10eb;display:flex;position:fixed;bottom:0}.AppShell-module__V5CpXW__tab{color:var(--text-tertiary);transition:color var(--dur-fast) var(--ease);flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 4px 9px;font-size:.68rem;font-weight:600;display:flex}.AppShell-module__V5CpXW__tabActive{color:var(--lime)}@media (min-width:800px){.AppShell-module__V5CpXW__desktopNav{display:flex}.AppShell-module__V5CpXW__tabbar{display:none}.AppShell-module__V5CpXW__main{padding-bottom:3.5rem}}
.Avatar-module__6Nd6Da__avatar{border-radius:var(--radius-pill);background:var(--lime-tint);border:1px solid var(--border-subtle);color:var(--lime);font-family:var(--font-head);letter-spacing:.02em;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}
.Signup-module__AP0hma__section{padding-block:clamp(4rem,9vw,7rem);position:relative;overflow:hidden}.Signup-module__AP0hma__backdrop{z-index:0;position:absolute;inset:0}.Signup-module__AP0hma__bgImg{object-fit:cover;opacity:.16}.Signup-module__AP0hma__scrim{background:radial-gradient(ellipse 80% 60% at 50% 0%, var(--lime-glow) 0%, transparent 55%), linear-gradient(180deg, var(--surface-base) 0%, transparent 30%, var(--surface-base) 92%);opacity:.9;position:absolute;inset:0}.Signup-module__AP0hma__inner{z-index:1;position:relative}.Signup-module__AP0hma__head{text-align:center;margin-inline:auto;flex-direction:column;align-items:center;max-width:36ch;margin-bottom:clamp(2.5rem,5vw,3.5rem);display:flex}.Signup-module__AP0hma__title{font-size:var(--text-5xl);letter-spacing:-.04em;margin-top:.75rem;font-weight:900}.Signup-module__AP0hma__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:1rem}.Signup-module__AP0hma__cards{grid-template-columns:1fr;gap:1.25rem;max-width:1080px;margin-inline:auto;display:grid}.Signup-module__AP0hma__card{border:1px solid var(--border-default);background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.Signup-module__AP0hma__cardIcon{border-radius:var(--radius);background:var(--lime-tint);width:52px;height:52px;color:var(--lime);justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.Signup-module__AP0hma__cardTitle{font-family:var(--font-head);font-size:var(--text-2xl);letter-spacing:-.02em;font-weight:800}.Signup-module__AP0hma__cardDesc{color:var(--text-secondary);font-size:var(--text-base);margin-top:.6rem;line-height:1.55}.Signup-module__AP0hma__bullets{flex-direction:column;gap:.6rem;margin:1.25rem 0 1.75rem;list-style:none;display:flex}.Signup-module__AP0hma__bullets li{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:.6rem;display:flex}.Signup-module__AP0hma__bullets svg{color:var(--lime);flex-shrink:0}.Signup-module__AP0hma__cardCta{margin-top:auto}.Signup-module__AP0hma__formCard{border:1px solid var(--border-default);background:var(--surface-card);border-radius:var(--radius-lg);max-width:680px;box-shadow:var(--shadow-pop);margin-inline:auto;padding:clamp(1.5rem,4vw,2.75rem)}@media (min-width:760px){.Signup-module__AP0hma__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}
.perfil-module__0Ct7_G__page{flex-direction:column;display:flex}.perfil-module__0Ct7_G__head{align-items:center;gap:1rem;padding-block:.6rem 1.4rem;display:flex}.perfil-module__0Ct7_G__name{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em;color:var(--text-primary)}.perfil-module__0Ct7_G__insta{font-size:var(--text-sm);color:var(--lime);margin-top:2px;font-weight:600}.perfil-module__0Ct7_G__bio{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.35rem;line-height:1.5}.perfil-module__0Ct7_G__sectionTitle{font-family:var(--font-head);font-weight:700;font-size:var(--text-lg);margin:1.4rem 0 .7rem}.perfil-module__0Ct7_G__stats{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.perfil-module__0Ct7_G__stat{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.15rem;padding:.8rem .4rem;display:flex}.perfil-module__0Ct7_G__statValue{font-family:var(--font-head);font-weight:700;font-size:var(--text-xl);color:var(--text-primary)}.perfil-module__0Ct7_G__statLabel{font-size:var(--text-xs);color:var(--text-tertiary)}@media (max-width:420px){.perfil-module__0Ct7_G__stats{grid-template-columns:repeat(2,1fr)}}.perfil-module__0Ct7_G__list{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.perfil-module__0Ct7_G__row{justify-content:space-between;align-items:baseline;gap:1rem;padding:.9rem 1.1rem;display:flex}.perfil-module__0Ct7_G__row+.perfil-module__0Ct7_G__row{border-top:1px solid var(--border-subtle)}.perfil-module__0Ct7_G__row dt{font-size:var(--text-sm);color:var(--text-tertiary);flex-shrink:0}.perfil-module__0Ct7_G__row dd{font-size:var(--text-sm);color:var(--text-primary);text-align:right;overflow-wrap:anywhere;font-weight:600}.perfil-module__0Ct7_G__actions{flex-direction:column;gap:.75rem;margin-top:1.4rem;display:flex}.perfil-module__0Ct7_G__signOut{font-size:var(--text-sm);color:var(--text-tertiary);justify-content:center;align-items:center;gap:.4rem;padding:.6rem;display:inline-flex}.perfil-module__0Ct7_G__signOut:hover{color:var(--danger)}.perfil-module__0Ct7_G__signOutHint{text-align:center;font-size:var(--text-xs);color:var(--text-tertiary);margin-top:.5rem}
.empresa-module__Xg8cRW__head{padding-block:.4rem 1.2rem}.empresa-module__Xg8cRW__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em;color:var(--text-primary)}.empresa-module__Xg8cRW__sub{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.25rem}.empresa-module__Xg8cRW__statRow{grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:1.2rem;display:grid}.empresa-module__Xg8cRW__stat{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:.85rem 1rem}.empresa-module__Xg8cRW__statValue{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);color:var(--text-primary);line-height:1.1}.empresa-module__Xg8cRW__statLabel{font-size:var(--text-xs);color:var(--text-secondary)}.empresa-module__Xg8cRW__ctaRow{margin-bottom:1.2rem}.empresa-module__Xg8cRW__list{flex-direction:column;gap:.6rem;display:flex}.empresa-module__Xg8cRW__row{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:.8rem;padding:.9rem 1.05rem;display:flex}.empresa-module__Xg8cRW__rowMain{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.empresa-module__Xg8cRW__rowTitle{font-weight:600;font-size:var(--text-sm);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.empresa-module__Xg8cRW__rowSub{font-size:var(--text-xs);color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.empresa-module__Xg8cRW__loading{flex-direction:column;gap:.6rem;display:flex}.empresa-module__Xg8cRW__codeForm{flex-direction:column;gap:.7rem;margin-bottom:1.4rem;display:flex}.empresa-module__Xg8cRW__codeInput{background:var(--surface-inset);border:1px solid var(--border-default);border-radius:var(--radius);width:100%;color:var(--text-primary);font-family:var(--font-head);letter-spacing:.3em;text-transform:uppercase;text-align:center;padding:1rem 1.1rem;font-size:1.6rem;font-weight:700}.empresa-module__Xg8cRW__codeInput:focus-visible{border-color:var(--lime);box-shadow:0 0 0 3px var(--lime-tint);outline:none}.empresa-module__Xg8cRW__codeInput::placeholder{color:var(--text-tertiary);letter-spacing:.18em}.empresa-module__Xg8cRW__resultCard{background:var(--surface-card);border:1px solid var(--border-strong);border-radius:var(--radius-lg);flex-direction:column;gap:.7rem;padding:1.1rem;display:flex}.empresa-module__Xg8cRW__resultName{font-family:var(--font-head);font-weight:700;font-size:var(--text-xl);color:var(--text-primary)}.empresa-module__Xg8cRW__resultInsta{font-size:var(--text-sm);color:var(--lime);font-weight:600}.empresa-module__Xg8cRW__resultMeta{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.empresa-module__Xg8cRW__done{text-align:center;background:var(--lime);color:var(--accent-ink);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.6rem;padding:2.2rem 1.4rem;display:flex}.empresa-module__Xg8cRW__doneTitle{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em}.empresa-module__Xg8cRW__doneText{font-size:var(--text-sm);font-weight:600}.empresa-module__Xg8cRW__doneBtn{background:var(--preto);color:var(--branco);border-radius:var(--radius-pill);font-weight:700;font-size:var(--text-sm);margin-top:.5rem;padding:.7rem 1.4rem}
.Footer-module__yg9ahW__footer{border-top:1px solid var(--border-subtle);padding-top:clamp(3rem,6vw,5rem);padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.Footer-module__yg9ahW__inner{grid-template-columns:1fr;gap:2.5rem;display:grid}.Footer-module__yg9ahW__brandCol{max-width:38ch}.Footer-module__yg9ahW__tagline{font-size:var(--text-sm);color:var(--text-secondary);margin-top:1rem}.Footer-module__yg9ahW__socials{gap:.6rem;margin-top:1.5rem;display:flex}.Footer-module__yg9ahW__social{border-radius:var(--radius-pill);width:42px;height:42px;color:var(--text-secondary);border:1px solid var(--border-default);transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);justify-content:center;align-items:center;display:inline-flex}.Footer-module__yg9ahW__social:hover{background:var(--lime);color:var(--preto);border-color:var(--lime)}.Footer-module__yg9ahW__links{grid-template-columns:1fr 1fr;align-content:start;gap:.75rem 2rem;display:grid}.Footer-module__yg9ahW__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--dur-fast) var(--ease);width:fit-content}.Footer-module__yg9ahW__link:hover{color:var(--lime)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border-subtle);align-items:center;gap:.75rem;margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.5rem;display:flex}.Footer-module__yg9ahW__bottomMark{color:var(--text-tertiary);flex-shrink:0}.Footer-module__yg9ahW__copy{font-size:var(--text-xs);color:var(--text-tertiary)}@media (min-width:768px){.Footer-module__yg9ahW__inner{grid-template-columns:1.4fr 1fr;gap:4rem}.Footer-module__yg9ahW__links{justify-items:end}}
.DevRoleSwitcher-module__ZHCQAG__wrap{left:.75rem;bottom:calc(74px + var(--safe-bottom));z-index:70;flex-direction:column;align-items:flex-start;gap:.5rem;display:flex;position:fixed}.DevRoleSwitcher-module__ZHCQAG__trigger{border-radius:var(--radius-pill);border:1px dashed var(--border-strong);background:var(--surface-overlay);color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase;opacity:.75;transition:opacity var(--dur-fast) var(--ease);align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.7rem;font-weight:700;display:inline-flex}.DevRoleSwitcher-module__ZHCQAG__trigger:hover{opacity:1}.DevRoleSwitcher-module__ZHCQAG__caret{transition:transform var(--dur) var(--ease)}.DevRoleSwitcher-module__ZHCQAG__caret[data-open=true]{transform:rotate(180deg)}.DevRoleSwitcher-module__ZHCQAG__panel{border-radius:var(--radius);border:1px dashed var(--border-strong);background:var(--surface-overlay);width:min(78vw,264px);box-shadow:var(--shadow-pop);padding:.9rem}.DevRoleSwitcher-module__ZHCQAG__heading{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:.6rem;font-size:.68rem;font-weight:700}.DevRoleSwitcher-module__ZHCQAG__modes{flex-wrap:wrap;gap:.3rem;margin-bottom:.9rem;display:flex}.DevRoleSwitcher-module__ZHCQAG__mode{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--surface-inset);color:var(--text-secondary);font-size:var(--text-xs);padding:.28rem .6rem;font-weight:600}.DevRoleSwitcher-module__ZHCQAG__mode:hover{color:var(--text-primary)}.DevRoleSwitcher-module__ZHCQAG__modeActive,.DevRoleSwitcher-module__ZHCQAG__modeActive:hover{background:var(--text-primary);border-color:var(--text-primary);color:var(--preto)}.DevRoleSwitcher-module__ZHCQAG__field{font-size:var(--text-xs);color:var(--text-tertiary);margin-bottom:.35rem}.DevRoleSwitcher-module__ZHCQAG__note{color:var(--text-tertiary);margin-top:.7rem;font-size:.68rem;line-height:1.45}@media (min-width:800px){.DevRoleSwitcher-module__ZHCQAG__wrap{bottom:1rem}}
.notificacoes-module__z-icEa__page{flex-direction:column;gap:1rem;display:flex}.notificacoes-module__z-icEa__head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.notificacoes-module__z-icEa__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.01em}.notificacoes-module__z-icEa__sub{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.2rem}.notificacoes-module__z-icEa__loading{flex-direction:column;gap:.6rem;display:flex}.notificacoes-module__z-icEa__list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.notificacoes-module__z-icEa__item{text-align:left;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.notificacoes-module__z-icEa__item:hover{border-color:var(--border-default)}.notificacoes-module__z-icEa__itemUnread{border-color:var(--border-default);background:var(--surface-raised)}.notificacoes-module__z-icEa__icon{border-radius:var(--radius-pill);background:var(--surface-inset);width:36px;height:36px;color:var(--lime);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.notificacoes-module__z-icEa__itemBody{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.notificacoes-module__z-icEa__itemTitle{font-weight:700;font-size:var(--text-sm);color:var(--text-primary)}.notificacoes-module__z-icEa__itemText{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.45}.notificacoes-module__z-icEa__itemTime{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:.15rem}.notificacoes-module__z-icEa__dot{background:var(--lime);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}
.empresa-module__vkdPXW__page{flex-direction:column;display:flex}.empresa-module__vkdPXW__back{font-size:var(--text-sm);color:var(--text-tertiary);align-self:flex-start;align-items:center;gap:.35rem;margin-bottom:2rem;display:inline-flex}.empresa-module__vkdPXW__back:hover{color:var(--text-secondary)}.empresa-module__vkdPXW__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--text-primary)}.empresa-module__vkdPXW__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.45rem;margin-bottom:1.8rem;line-height:1.55}.empresa-module__vkdPXW__links{font-size:var(--text-sm);color:var(--text-secondary);flex-direction:column;gap:.5rem;margin-top:1.2rem;display:flex}.empresa-module__vkdPXW__links a{color:var(--lime);text-underline-offset:3px;text-decoration:underline}
.entrar-module__luXxPa__page{flex-direction:column;display:flex}.entrar-module__luXxPa__brand{align-items:center;gap:.65rem;margin-bottom:2.4rem;display:flex}.entrar-module__luXxPa__title{font-family:var(--font-head);font-weight:700;font-size:var(--text-3xl);letter-spacing:-.02em;color:var(--text-primary)}.entrar-module__luXxPa__subtitle{font-size:var(--text-base);color:var(--text-secondary);margin-top:.5rem;line-height:1.55}.entrar-module__luXxPa__cards{flex-direction:column;gap:.85rem;margin-top:2rem;display:flex}.entrar-module__luXxPa__card{text-align:left;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-card);transition:border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);display:block}a.entrar-module__luXxPa__card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.entrar-module__luXxPa__card:has(.entrar-module__luXxPa__cardHead:hover){border-color:var(--border-strong);transform:translateY(-2px)}.entrar-module__luXxPa__cardOpen{border-color:var(--border-strong)}.entrar-module__luXxPa__cardHead{text-align:left;align-items:center;gap:.9rem;width:100%;padding:1.1rem 1.15rem;display:flex}.entrar-module__luXxPa__cardIcon{border-radius:var(--radius);background:var(--lime-tint);width:46px;height:46px;color:var(--lime);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.entrar-module__luXxPa__cardText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.entrar-module__luXxPa__cardTitle{font-family:var(--font-head);font-weight:700;font-size:var(--text-lg);color:var(--text-primary)}.entrar-module__luXxPa__cardDesc{font-size:var(--text-sm);color:var(--text-secondary)}.entrar-module__luXxPa__caret{color:var(--text-tertiary);transition:transform var(--dur) var(--ease);flex-shrink:0}.entrar-module__luXxPa__cardOpen .entrar-module__luXxPa__caret{transform:rotate(180deg)}.entrar-module__luXxPa__cardBody{border-top:1px solid var(--border-subtle);margin-top:.1rem;padding:1.1rem 1.15rem 1.25rem}.entrar-module__luXxPa__hint{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.9rem}.entrar-module__luXxPa__hint a{color:var(--lime);text-underline-offset:3px;text-decoration:underline}.entrar-module__luXxPa__notice{font-size:var(--text-sm);color:var(--text-secondary);text-align:center;margin-top:1.4rem}.entrar-module__luXxPa__notice button{color:var(--lime);text-underline-offset:3px;text-decoration:underline}.entrar-module__luXxPa__footer{font-size:var(--text-sm);color:var(--text-tertiary);justify-content:center;gap:.7rem;padding-top:2.5rem;display:flex}.entrar-module__luXxPa__footer a{color:var(--text-tertiary)}.entrar-module__luXxPa__footer a:hover{color:var(--text-secondary)}
.FloatingActions-module__aR5U6G__stack{right:clamp(1rem,3vw,1.75rem);bottom:calc(clamp(1rem, 3vw, 1.75rem) + env(safe-area-inset-bottom,0px));z-index:90;flex-direction:column;gap:.85rem;display:flex;position:fixed}.FloatingActions-module__aR5U6G__fab{border-radius:var(--radius-pill);background:var(--lime);width:56px;height:56px;color:var(--preto);transition:transform var(--dur) var(--ease), background-color var(--dur) var(--ease);justify-content:center;align-items:center;display:inline-flex;box-shadow:0 10px 30px #00000073}@media (max-width:560px){.FloatingActions-module__aR5U6G__stack{gap:.7rem}.FloatingActions-module__aR5U6G__fab{width:50px;height:50px}}.FloatingActions-module__aR5U6G__fab:hover{background:var(--lime-deep);transform:translateY(-3px)scale(1.04)}
.NivelCard-module__PoBlPq__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:.7rem;padding:1rem 1.1rem;display:flex}.NivelCard-module__PoBlPq__top{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.NivelCard-module__PoBlPq__nivel{border-radius:var(--radius-pill);font-size:var(--text-sm);border:1px solid var(--border-subtle);color:var(--text-secondary);background:var(--surface-inset);align-items:center;gap:.35rem;padding:.3rem .75rem;font-weight:700;display:inline-flex}.NivelCard-module__PoBlPq__nivel_prata{color:var(--text-primary);border-color:var(--border-strong)}.NivelCard-module__PoBlPq__nivel_ouro{color:var(--lime-deep);border-color:var(--lime-deep)}.NivelCard-module__PoBlPq__nivel_lime,.NivelCard-module__PoBlPq__nivel_lime:hover{background:var(--lime);border-color:var(--lime);color:var(--accent-ink)}.NivelCard-module__PoBlPq__pontos{font-size:var(--text-sm);color:var(--text-secondary)}.NivelCard-module__PoBlPq__pontos strong{font-family:var(--font-head);font-size:var(--text-lg);color:var(--text-primary)}.NivelCard-module__PoBlPq__bar{border-radius:var(--radius-pill);background:var(--surface-inset);border:1px solid var(--border-subtle);height:8px;overflow:hidden}.NivelCard-module__PoBlPq__fill{background:var(--lime);border-radius:inherit;height:100%;transition:width var(--dur-slow,.42s) var(--ease);display:block}.NivelCard-module__PoBlPq__hint{font-size:var(--text-xs);color:var(--text-tertiary)}.NivelCard-module__PoBlPq__hint strong{color:var(--text-secondary)}.NivelCard-module__PoBlPq__badges{flex-wrap:wrap;gap:.4rem;margin-top:.2rem;padding:0;list-style:none;display:flex}.NivelCard-module__PoBlPq__badge{border-radius:var(--radius-pill);border:1px dashed var(--border-subtle);font-size:var(--text-xs);color:var(--text-tertiary);align-items:center;gap:.35rem;padding:.3rem .7rem;font-weight:600;display:inline-flex}.NivelCard-module__PoBlPq__badgeOn{border-style:solid;border-color:var(--lime);color:var(--lime)}
.NotifBell-module__EonX8a__bell{border-radius:var(--radius-pill);width:38px;height:38px;color:var(--text-secondary);transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);justify-content:center;align-items:center;display:inline-flex;position:relative}.NotifBell-module__EonX8a__bell:hover{color:var(--text-primary);background:var(--surface-inset)}.NotifBell-module__EonX8a__badge{border-radius:var(--radius-pill);background:var(--lime);min-width:17px;height:17px;color:var(--accent-ink);justify-content:center;align-items:center;padding-inline:4px;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:2px;right:0}
