.hub-root{background-color:var(--hub-bg,#1e3239);background-image:var(--hub-bg-image,none);background-size:cover;background-position:50%;background-attachment:fixed;min-height:100dvh;overflow-x:clip}.hub-eyebrow{display:inline-flex;align-items:center;gap:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:hsla(0,0%,100%,.7);padding:.4rem .75rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hub-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#0fe08c;box-shadow:0 0 10px #0fe08c;animation:hub-pulse-dot 2s ease-in-out infinite}@keyframes hub-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hub-display{font-size:clamp(2.5rem,6.5vw,5.5rem);line-height:.98;font-weight:800;letter-spacing:-.035em;color:#f6f7fb;text-wrap:balance}.hub-display .accent{background:linear-gradient(120deg,#0fe08c,#00c55f 50%,#1e3239);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:hub-gradient-shift 8s ease-in-out infinite}@keyframes hub-gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hub-lead{max-width:38rem;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.55;color:rgba(244,246,251,.72)}.hub-btn,.hub-lead{letter-spacing:-.005em}.hub-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:999px;font-size:.9375rem;font-weight:600;transition:all .22s cubic-bezier(.16,1,.3,1);cursor:pointer;border:1px solid transparent;white-space:nowrap}.hub-btn--primary{background:linear-gradient(135deg,#00c55f,#009248);color:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 6px 20px rgba(0,197,95,.35)}.hub-btn--primary:hover{background:linear-gradient(135deg,#0fe08c,#00c55f);transform:translateY(-1px);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18),0 10px 28px rgba(0,197,95,.5)}.hub-btn--primary:active{transform:translateY(0)}.hub-btn--ghost{background:hsla(0,0%,100%,.04);color:rgba(244,246,251,.92);border:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hub-btn--ghost:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2)}.hub-btn--lg{padding:1rem 1.75rem;font-size:1rem}.hub-topbar{position:absolute;top:0;inset-inline:0;z-index:20;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.hub-topbar-actions{display:flex;align-items:center;gap:.5rem}.hub-topbar-link{font-size:.875rem;font-weight:500;color:rgba(244,246,251,.78);padding:.5rem .875rem;border-radius:999px;transition:color .2s,background-color .2s}.hub-topbar-link:hover{color:#fff;background:hsla(0,0%,100%,.04)}.hub-glass{background:linear-gradient(180deg,rgba(31,41,64,.55),rgba(15,20,32,.65));backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid hsla(0,0%,100%,.07);border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.6),inset 0 1px 0 hsla(0,0%,100%,.06)}.hub-glass-inner{padding:2.25rem 2rem}.hub-field{position:relative}.hub-field input{width:100%;background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.25rem 1rem .625rem;font-size:.9375rem;color:#f6f7fb;transition:border-color .2s,box-shadow .2s,background-color .2s}.hub-field input::-moz-placeholder{color:transparent}.hub-field input::placeholder{color:transparent}.hub-field label{position:absolute;left:1rem;top:.95rem;font-size:.9375rem;color:rgba(244,246,251,.55);pointer-events:none;transition:all .2s cubic-bezier(.16,1,.3,1);transform-origin:left top}.hub-field input:focus{outline:none;border-color:#00c55f;background:hsla(0,0%,100%,.04);box-shadow:0 0 0 4px rgba(0,197,95,.18)}.hub-field input:not(:-moz-placeholder)~label{font-size:.6875rem;color:#0fe08c;letter-spacing:.04em;text-transform:uppercase;font-weight:600;transform:translateY(-9px)}.hub-field input:focus~label,.hub-field input:not(:placeholder-shown)~label{font-size:.6875rem;color:#0fe08c;letter-spacing:.04em;text-transform:uppercase;font-weight:600;transform:translateY(-9px)}.hub-field.has-error input{border-color:#f04e4e}.hub-field.has-error input:focus{box-shadow:0 0 0 4px rgba(240,78,78,.2)}.hub-cat-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:14rem;padding:1.75rem 1.5rem 1.5rem;background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.01));border:1px solid hsla(0,0%,100%,.08);border-radius:20px;transition:all .28s cubic-bezier(.16,1,.3,1);overflow:hidden}.hub-cat-card:before{content:"";position:absolute;inset:-1px;border-radius:20px;padding:1px;background:linear-gradient(135deg,transparent 30%,rgba(0,197,95,.3) 70%,transparent);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s;pointer-events:none}.hub-cat-card:hover{transform:translateY(-3px);border-color:hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.015))}.hub-cat-card:hover:before{opacity:1}.hub-cat-card:hover .hub-cat-arrow{transform:translateX(4px);color:#0fe08c}.hub-cat-icon{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(0,197,95,.1);border:1px solid rgba(0,197,95,.2);color:#0fe08c}.hub-cat-title{font-size:1.125rem;font-weight:600;letter-spacing:-.015em;color:#f6f7fb}.hub-cat-desc{font-size:.875rem;line-height:1.45;color:rgba(244,246,251,.6)}.hub-cat-arrow{align-self:flex-end;color:hsla(0,0%,100%,.3);transition:all .24s cubic-bezier(.16,1,.3,1)}.hub-enter{animation:hub-fade-up .7s cubic-bezier(.16,1,.3,1) both}.hub-enter-1{animation-delay:80ms}.hub-enter-2{animation-delay:.22s}.hub-enter-3{animation-delay:.36s}.hub-enter-4{animation-delay:.5s}@keyframes hub-fade-up{0%{opacity:0;transform:translate3d(0,14px,0)}99%{opacity:1;transform:translateZ(0)}to{opacity:1;transform:none}}.hub-footer{position:relative;z-index:10;border-top:1px solid hsla(0,0%,100%,.05);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between;text-align:center}@media (min-width:768px){.hub-footer{flex-direction:row;text-align:left}}.hub-footer-meta{font-size:.75rem;color:rgba(244,246,251,.4)}.hub-footer-links{display:flex;gap:1.25rem;font-size:.75rem}.hub-footer-links a{color:rgba(244,246,251,.55);transition:color .2s}.hub-footer-links a:hover{color:rgba(244,246,251,.9)}.hub-appbar{position:sticky;top:0;z-index:30;background:rgba(6,8,15,.65);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid hsla(0,0%,100%,.06)}.hub-appbar-inner{width:100%;margin:0 auto;padding:.875rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.hub-appbar-link{display:inline-flex;align-items:center;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:rgba(244,246,251,.65);border-radius:999px;transition:color .2s,background-color .2s}.hub-appbar-link:hover{color:#fff;background:hsla(0,0%,100%,.04)}.hub-appbar-link.is-active{color:#fff;background:rgba(0,197,95,.12);box-shadow:inset 0 0 0 1px rgba(0,197,95,.25)}.hub-user-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .6rem .3rem .3rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);cursor:pointer;transition:all .18s}.hub-user-trigger:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.14)}.hub-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#00c55f,#0fe08c);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18)}.hub-user-avatar--lg{width:44px;height:44px;font-size:1rem}.hub-user-chev{color:rgba(244,246,251,.5);transition:transform .2s}.hub-user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:linear-gradient(180deg,rgba(31,41,64,.92),rgba(15,20,32,.96));backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;box-shadow:0 30px 60px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.06);padding:.5rem;animation:hub-menu-pop .22s cubic-bezier(.16,1,.3,1) both;z-index:40}@keyframes hub-menu-pop{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.hub-user-menu-head{display:flex;align-items:center;gap:.75rem;padding:.625rem}.hub-user-menu-name{font-size:.875rem;font-weight:600;color:#f6f7fb}.hub-user-menu-email,.hub-user-menu-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-user-menu-email{font-size:.75rem;color:rgba(244,246,251,.55)}.hub-user-menu-divider{height:1px;background:hsla(0,0%,100%,.06);margin:.4rem 0}.hub-user-menu-item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.55rem .75rem;font-size:.875rem;color:rgba(244,246,251,.85);border-radius:10px;transition:background-color .18s,color .18s;text-align:left;cursor:pointer;border:none;background:transparent}.hub-user-menu-item:hover{background:hsla(0,0%,100%,.05);color:#fff}.hub-user-menu-item--danger{color:rgba(240,78,78,.92)}.hub-user-menu-item--danger:hover{background:rgba(240,78,78,.1);color:#ff6b6b}.hub-page{width:100%;margin:0;padding:1.25rem 1rem 3rem}@media (min-width:640px){.hub-page{padding:2rem 1.5rem 4rem}}@media (min-width:980px){.hub-page{padding:2.5rem 2rem 4rem}}.hub-page-header{margin-bottom:1.5rem}@media (min-width:640px){.hub-page-header{margin-bottom:2.25rem}}.hub-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.hub-table-scroll table{min-width:100%;white-space:nowrap}@media (min-width:980px){.hub-table-scroll table{white-space:normal}}.hub-page-eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(15,224,140,.85)}.hub-page-title{margin-top:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.05;color:#f6f7fb}.hub-page-subtitle{margin-top:.75rem;font-size:1rem;line-height:1.55;color:rgba(244,246,251,.6);max-width:38rem}.hub-hero-card{position:relative;overflow:hidden;border-radius:24px;padding:2rem;background:radial-gradient(60% 90% at 100% 0,rgba(0,197,95,.18),transparent 60%),linear-gradient(180deg,rgba(31,41,64,.5),rgba(15,20,32,.6));border:1px solid hsla(0,0%,100%,.08);box-shadow:0 12px 40px rgba(0,0,0,.35)}.hub-empty{display:flex;flex-direction:column;text-align:center;padding:3rem 1.5rem;border-radius:20px;background:hsla(0,0%,100%,.018);border:1px dashed hsla(0,0%,100%,.1)}.hub-empty,.hub-empty-icon{align-items:center;justify-content:center}.hub-empty-icon{width:64px;height:64px;border-radius:18px;background:rgba(0,197,95,.1);border:1px solid rgba(0,197,95,.25);color:#0fe08c;display:inline-flex;margin-bottom:1.25rem}.hub-empty-title{font-size:1.25rem;font-weight:600;letter-spacing:-.015em;color:#f6f7fb}.hub-empty-desc{margin-top:.5rem;font-size:.9375rem;color:rgba(244,246,251,.6);max-width:28rem}.hub-product-card{position:relative;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.008));border:1px solid hsla(0,0%,100%,.07);transition:all .28s cubic-bezier(.16,1,.3,1);text-decoration:none;overflow:hidden}.hub-product-card:before{content:"";position:absolute;inset:-1px;border-radius:18px;padding:1px;background:linear-gradient(135deg,transparent 30%,rgba(0,197,95,.32) 70%,transparent);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .32s;pointer-events:none}.hub-product-card:hover{transform:translateY(-3px);border-color:hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.01))}.hub-product-card:hover:before{opacity:1}.hub-product-card.is-highlight{background:linear-gradient(180deg,rgba(0,197,95,.08),hsla(0,0%,100%,.01));border-color:rgba(0,197,95,.22)}.hub-product-card-highlight{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem .2rem .45rem;background:rgba(245,165,36,.14);color:#f5a524;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:999px;border:1px solid rgba(245,165,36,.3)}.hub-product-card-icon{width:44px;height:44px;border-radius:12px;background:rgba(0,197,95,.1);border:1px solid rgba(0,197,95,.22);color:#0fe08c;display:inline-flex;align-items:center;justify-content:center}.hub-product-card-title{font-size:1rem;font-weight:600;letter-spacing:-.012em;color:#f6f7fb}.hub-product-card-desc{font-size:.8125rem;line-height:1.5;color:rgba(244,246,251,.6)}.hub-product-card-price{font-size:1rem;font-weight:600;color:#f6f7fb;letter-spacing:-.01em}.hub-product-card-price-sub{font-size:.6875rem;color:rgba(244,246,251,.5);margin-top:.1rem}.hub-product-card-arrow{color:rgba(244,246,251,.3);transition:transform .24s cubic-bezier(.16,1,.3,1),color .24s}.hub-product-card:hover .hub-product-card-arrow{color:#0fe08c;transform:translate(3px,-3px)}.hub-badge{display:inline-flex;align-items:center;padding:.18rem .5rem;font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;border:1px solid transparent;white-space:nowrap}.hub-badge--green{background:rgba(34,197,94,.12);color:#4ade80;border-color:rgba(34,197,94,.25)}.hub-badge--gray{background:hsla(0,0%,100%,.04);color:rgba(244,246,251,.5);border-color:hsla(0,0%,100%,.08)}.hub-badge--blue{background:rgba(0,197,95,.12);color:#0fe08c;border-color:rgba(0,197,95,.25)}.hub-cat-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.hub-cat-nav-item{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.875rem;font-weight:500;color:rgba(244,246,251,.7);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:999px;cursor:pointer;transition:all .2s}.hub-cat-nav-item:hover{background:hsla(0,0%,100%,.06);color:#fff;border-color:hsla(0,0%,100%,.14)}.hub-cat-nav-item.is-active{background:linear-gradient(135deg,rgba(0,197,95,.16),rgba(0,197,95,.08));color:#fff;border-color:rgba(0,197,95,.4);box-shadow:0 4px 12px rgba(0,197,95,.2)}.hub-cadastro-page{--bg-soft:#eef7f0;--bg-card:#fff;--ink-dark:#1e3239;--ink-mid:#4a5b65;--ink-soft:#7a8b94;--brand:#00c55f;--brand-deep:#009248;--brand-soft:#e0f7ea;--accent:#0fe08c;position:relative;display:grid;grid-template-columns:1fr;min-height:100dvh;background:var(--bg-soft);background-image:radial-gradient(circle at 18% 22%,rgba(0,197,95,.08) 0,transparent 90px),radial-gradient(circle at 8% 78%,rgba(15,224,140,.06) 0,transparent 110px),radial-gradient(circle at 30% 88%,rgba(0,197,95,.05) 0,transparent 80px),radial-gradient(circle at 24% 8%,rgba(15,224,140,.05) 0,transparent 70px);overflow:hidden;isolation:isolate}@media (min-width:980px){.hub-cadastro-page{grid-template-columns:1fr 1fr}}.hub-cadastro-illust{position:relative;padding:2rem 1.75rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:0;z-index:1}@media (min-width:980px){.hub-cadastro-illust{padding:3rem;align-items:flex-start;text-align:left;justify-content:center}}.hub-cadastro-bubbles{position:absolute;inset:0;pointer-events:none;z-index:-1}.hub-cadastro-bubbles svg{width:100%;height:100%}.hub-cadastro-illust-head{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:1.75rem}@media (min-width:980px){.hub-cadastro-illust-head{justify-content:flex-start;margin-bottom:0}}.hub-cadastro-illust .hub-logo{color:var(--ink-dark)!important}.hub-cadastro-illust-art{width:clamp(220px,60vw,380px);margin:1rem auto 1.5rem}@media (min-width:980px){.hub-cadastro-illust-art{margin:auto}}.hub-cadastro-illust-foot{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.6875rem;color:var(--ink-soft);width:100%}@media (min-width:980px){.hub-cadastro-illust-foot{justify-content:flex-start}}.hub-cadastro-illust-foot a{color:var(--ink-mid);text-decoration:underline;text-underline-offset:2px}.hub-cadastro-formcol{position:relative;padding:2.5rem 1.5rem 3rem;background:linear-gradient(135deg,#00c55f,#009248 65%,#1e3239);color:#fff;display:flex;align-items:stretch;justify-content:center;z-index:2}@media (min-width:980px){.hub-cadastro-formcol{padding:3rem 3rem 3.5rem}}.hub-cadastro-formcol:before{content:"";position:absolute;top:0;bottom:0;left:-1px;width:80px;background:inherit;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 800' preserveAspectRatio='none'%3E%3Cpath d='M 80 0 L 80 800 L 0 800 Q 80 400 0 0 Z' fill='%23000'/%3E%3C/svg%3E") no-repeat left center;mask:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 800' preserveAspectRatio='none'%3E%3Cpath d='M 80 0 L 80 800 L 0 800 Q 80 400 0 0 Z' fill='%23000'/%3E%3C/svg%3E") no-repeat left center;-webkit-mask-size:100% 100%;mask-size:100% 100%;transform:translateX(-79px)}@media (max-width:979px){.hub-cadastro-formcol:before{display:none}}.hub-cadastro-formcol:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 90% 12%,hsla(0,0%,100%,.08) 0,transparent 100px),radial-gradient(circle at 95% 85%,hsla(0,0%,100%,.06) 0,transparent 130px);pointer-events:none}.hub-cadastro-form{position:relative;width:100%;max-width:460px;z-index:1}.hub-cadastro-form-head{margin-bottom:1.5rem}.hub-cadastro-meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.78);margin-bottom:.625rem}.hub-cadastro-form-head h2{font-size:1.625rem;font-weight:700;letter-spacing:-.022em;color:#fff;line-height:1.15}.hub-cadastro-form-head .accent-line{width:36px;height:3px;background:hsla(0,0%,100%,.55);border-radius:999px;margin-top:.875rem}.hub-cadastro-form .hub-input,.hub-cadastro-form input.hub-input,.hub-cadastro-form textarea.hub-input{background:hsla(0,0%,100%,.96);border:1px solid hsla(0,0%,100%,.4);color:#0f1a1e;height:2.5rem;border-radius:10px;padding:0 .875rem;font-size:.875rem;transition:box-shadow .2s,border-color .2s}.hub-cadastro-form .hub-input:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 0 0 4px hsla(0,0%,100%,.32)}.hub-cadastro-form .hub-input.is-error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.25)}.hub-cadastro-form .hub-input::-moz-placeholder{color:rgba(15,23,41,.42)}.hub-cadastro-form .hub-input::placeholder{color:rgba(15,23,41,.42)}.hub-cadastro-form .hub-input:disabled{background:hsla(0,0%,100%,.6);color:rgba(15,23,41,.55);cursor:not-allowed}.hub-cadastro-form .hub-label{color:hsla(0,0%,100%,.85);font-size:.75rem;font-weight:600;margin-bottom:.4rem}.hub-cadastro-form .hub-error-msg{font-size:.6875rem;color:#fda4a4;margin-top:.3rem}.hub-cadastro-form .hub-hint-msg{font-size:.6875rem;color:hsla(0,0%,100%,.62);margin-top:.3rem}.hub-cadastro-form .hub-kind-segmented{position:relative;display:grid;grid-template-columns:1fr 1fr;background:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.22);border-radius:11px;padding:.22rem;margin:1.25rem 0 1.75rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hub-cadastro-form .hub-kind-segmented button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem .875rem;font-size:.8125rem;font-weight:500;color:hsla(0,0%,100%,.7);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:color .22s}.hub-cadastro-form .hub-kind-segmented button:hover{color:#fff}.hub-cadastro-form .hub-kind-segmented button.is-active{color:#1e3239}.hub-cadastro-form .hub-kind-segmented:before{content:"";position:absolute;top:.22rem;bottom:.22rem;left:.22rem;width:calc(50% - .22rem);background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .28s cubic-bezier(.5,1.4,.4,1);z-index:1}.hub-cadastro-form .hub-kind-segmented.is-pj:before{transform:translateX(100%)}.hub-cadastro-form .hub-fieldset{border:none;padding:0;margin:0 0 1.25rem}.hub-cadastro-form .hub-fieldset>legend{display:flex;align-items:center;width:100%;font-size:.625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin:0 0 .75rem;padding:0}.hub-cadastro-form .hub-fieldset>legend:after{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.18);margin-left:.75rem}.hub-cadastro-form .hub-fieldset>legend .hub-legend-extra{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;font-size:.6875rem;font-weight:500;color:hsla(0,0%,100%,.7);text-transform:none;letter-spacing:0;padding-left:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hub-cadastro-form .hub-fieldset>legend .hub-legend-extra input[type=checkbox]{width:.85rem;height:.85rem;accent-color:#fff}.hub-cadastro-form .hub-fieldset .hub-form-row+.hub-form-row{margin-top:.75rem}.hub-input-group{position:relative}.hub-input-group .hub-input{padding-right:2.5rem}.hub-input-group .hub-validity{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transform-origin:center;transition:opacity .22s,transform .24s cubic-bezier(.5,1.4,.4,1)}.hub-input-group.is-valid .hub-validity{opacity:1;transform:translateY(-50%) scale(1);color:#16a34a}.hub-input-group.is-invalid .hub-validity{opacity:1;color:#dc2626}.hub-date{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:.4rem}.hub-date input{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.06em;padding-left:.5rem;padding-right:.5rem}.hub-pwd-meter{display:flex;align-items:center;gap:.625rem;margin-top:.5rem;font-size:.6875rem}.hub-pwd-meter-track{flex:1;height:3px;background:hsla(0,0%,100%,.06);border-radius:999px;overflow:hidden}.hub-pwd-meter-fill{height:100%;width:0;border-radius:999px;transition:width .24s ease-out,background-color .24s}.hub-pwd-meter[data-strength=weak] .hub-pwd-meter-fill{width:33%;background:#f87171}.hub-pwd-meter[data-strength=medium] .hub-pwd-meter-fill{width:66%;background:#f5a524}.hub-pwd-meter[data-strength=strong] .hub-pwd-meter-fill{width:100%;background:#4ade80}.hub-pwd-meter-label{min-width:3.25rem;text-align:right;color:rgba(244,246,251,.55);font-variant-numeric:tabular-nums}.hub-pwd-meter[data-strength=weak] .hub-pwd-meter-label{color:#f87171}.hub-pwd-meter[data-strength=medium] .hub-pwd-meter-label{color:#f5a524}.hub-pwd-meter[data-strength=strong] .hub-pwd-meter-label{color:#4ade80}.hub-cadastro-submit{position:relative;width:100%;height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9375rem;font-weight:600;letter-spacing:-.005em;color:#1e3239;background:#fff;border:none;border-radius:11px;box-shadow:0 8px 24px rgba(0,0,0,.18);cursor:pointer;overflow:hidden;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s}.hub-cadastro-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 32px rgba(0,0,0,.28)}.hub-cadastro-submit:disabled{opacity:.55;cursor:not-allowed}.hub-cadastro-submit-extra{text-align:center;font-size:.75rem;color:hsla(0,0%,100%,.7);margin-top:.875rem}.hub-cadastro-submit-extra a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.hub-accept{display:flex;align-items:flex-start;gap:.625rem;font-size:.75rem;color:hsla(0,0%,100%,.85);line-height:1.45;margin-bottom:1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hub-accept input[type=checkbox]{margin-top:.18rem;width:1rem;height:1rem;accent-color:#fff;cursor:pointer;flex-shrink:0}.hub-accept a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.hub-cadastro-form .hub-pwd-meter-track{background:hsla(0,0%,100%,.18)}.hub-cadastro-form .hub-pwd-meter-label{color:hsla(0,0%,100%,.75)}.hub-cadastro-form .hub-pwd-meter[data-strength=weak] .hub-pwd-meter-fill{background:#fca5a5}.hub-cadastro-form .hub-pwd-meter[data-strength=medium] .hub-pwd-meter-fill{background:#fcd34d}.hub-cadastro-form .hub-pwd-meter[data-strength=strong] .hub-pwd-meter-fill{background:#86efac}.hub-cadastro-form .hub-pwd-meter[data-strength=weak] .hub-pwd-meter-label{color:#fca5a5}.hub-cadastro-form .hub-pwd-meter[data-strength=medium] .hub-pwd-meter-label{color:#fcd34d}.hub-cadastro-form .hub-pwd-meter[data-strength=strong] .hub-pwd-meter-label{color:#86efac}.hub-cadastro-pitch-light{margin-top:1.25rem;max-width:28rem;text-align:center}@media (min-width:980px){.hub-cadastro-pitch-light{text-align:left;margin-top:0}}.hub-cadastro-pitch-light .eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.625rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-deep);margin-bottom:.875rem}.hub-cadastro-pitch-light .eyebrow:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px rgba(15,224,140,.5);animation:hub-pulse-dot 2s ease-in-out infinite}.hub-cadastro-pitch-light h1{font-size:clamp(1.5rem,2.6vw,2.125rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:var(--ink-dark);margin-bottom:.625rem}.hub-cadastro-pitch-light h1 .hl{position:relative;white-space:nowrap}.hub-cadastro-pitch-light h1 .hl:after{content:"";position:absolute;left:0;right:0;bottom:.05em;height:.32em;background:rgba(0,197,95,.18);border-radius:2px;z-index:-1}.hub-cadastro-pitch-light p{font-size:.9375rem;line-height:1.55;color:var(--ink-mid)}.hub-auth-page{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.hub-auth-card{width:100%;max-width:480px}.hub-auth-card.is-medium{max-width:640px}.hub-auth-card.is-wide{max-width:880px}.hub-auth-card .hub-glass-inner{padding:1.75rem 1.5rem}@media (min-width:640px){.hub-auth-card .hub-glass-inner{padding:2.25rem 2.5rem}}.hub-auth-brand{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.hub-auth-title{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:#f6f7fb;text-align:center;margin-bottom:.375rem}.hub-auth-subtitle{font-size:.8125rem;color:rgba(244,246,251,.6);text-align:center;margin-bottom:1.5rem}.hub-input{display:block;width:100%;height:2.5rem;padding:0 .875rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:9px;font-size:.875rem;font-family:inherit;color:#f6f7fb;transition:border-color .18s,box-shadow .18s,background-color .18s;-moz-appearance:none;appearance:none;-webkit-appearance:none;line-height:normal}.hub-input--textarea,textarea.hub-input{height:auto;padding:.625rem .875rem;line-height:1.45;resize:vertical}.hub-input::-moz-placeholder{color:rgba(244,246,251,.32)}.hub-input::placeholder{color:rgba(244,246,251,.32)}.hub-input:focus{outline:none;border-color:#00c55f;background:hsla(0,0%,100%,.05);box-shadow:0 0 0 3px rgba(0,197,95,.18)}.hub-input:disabled{opacity:.5;cursor:not-allowed}.hub-input.is-error{border-color:#f04e4e}.hub-input.is-error:focus{box-shadow:0 0 0 3px rgba(240,78,78,.18)}.hub-input[type=date]{font-family:var(--font-sans),"Plus Jakarta Sans",sans-serif;color-scheme:dark;min-height:2.5rem}.hub-label{font-size:.75rem;font-weight:600;color:rgba(244,246,251,.7);margin-bottom:.375rem;line-height:1.2}.hub-form-row,.hub-label{display:block}.hub-form-row+.hub-form-row{margin-top:.875rem}.hub-form-grid-2,.hub-form-grid-3{display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width:540px){.hub-form-grid-2{grid-template-columns:1fr 1fr}}@media (min-width:720px){.hub-form-grid-3{grid-template-columns:1.5fr 1fr 1fr}}.hub-error-msg{color:#f87171}.hub-error-msg,.hub-hint-msg{margin-top:.3rem;font-size:.6875rem}.hub-hint-msg{color:rgba(244,246,251,.4)}.hub-section-divider{margin:1.25rem 0 .75rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(244,246,251,.45);display:flex;align-items:center;gap:.625rem}.hub-section-divider:after{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.06)}.hub-kind-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;margin-bottom:1.25rem}.hub-kind-toggle button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .75rem;border-radius:7px;font-size:.8125rem;font-weight:500;color:rgba(244,246,251,.6);background:transparent;border:none;cursor:pointer;transition:background-color .18s,color .18s}.hub-kind-toggle button.is-active{background:linear-gradient(135deg,#00c55f,#009248);color:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18)}.hub-kind-toggle button:hover:not(.is-active){color:#fff}.hub-check-row{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:rgba(244,246,251,.7);margin-top:.4rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hub-check-row input[type=checkbox]{width:.95rem;height:.95rem;accent-color:#00c55f;cursor:pointer}.hub-label-with-toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hub-label-with-toggle .hub-toggle-mini{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:500;color:rgba(244,246,251,.55);text-transform:none;letter-spacing:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hub-label-with-toggle .hub-toggle-mini input[type=checkbox]{width:.85rem;height:.85rem;accent-color:#00c55f}.hub-gateway-option{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;cursor:pointer;transition:all .2s}.hub-gateway-option:hover{background:hsla(0,0%,100%,.045);border-color:hsla(0,0%,100%,.14)}.hub-gateway-option.is-active{background:linear-gradient(135deg,rgba(0,197,95,.12),rgba(0,197,95,.04));border-color:rgba(0,197,95,.4);box-shadow:0 0 0 4px rgba(0,197,95,.08)}.hub-gateway-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(0,197,95,.1);border:1px solid rgba(0,197,95,.22);color:#0fe08c;flex-shrink:0}.hub-gateway-radio{width:18px;height:18px;border-radius:50%;border:2px solid hsla(0,0%,100%,.18);flex-shrink:0;transition:all .2s;position:relative}.hub-gateway-option.is-active .hub-gateway-radio{border-color:#00c55f;background:#00c55f;box-shadow:inset 0 0 0 4px rgba(0,197,95,.18)}.hub-gateway-option.is-active .hub-gateway-radio:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff}.hub-redirect-pulse{width:36px;height:36px;border-radius:50%;border:1.5px solid hsla(0,0%,100%,.12);border-top-color:rgba(15,224,140,.85);animation:hub-spin .8s linear infinite}@keyframes hub-spin{to{transform:rotate(1turn)}}.hub-root:has(.hub-auth-split){background-color:#f4faf6;background-image:none;min-height:0}.hub-auth-shell{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 1.5rem;color:#f6f7fb;background:#0f1b1f;isolation:isolate}.hub-auth-shell-bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 20% 12%,rgba(0,197,95,.18) 0,transparent 35%),radial-gradient(circle at 80% 90%,rgba(0,197,95,.1) 0,transparent 40%),linear-gradient(135deg,#1e3239,#0f1b1f);pointer-events:none}.hub-auth-shell-inner{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:stretch}.hub-auth-shell.is-wide .hub-auth-shell-inner{max-width:580px}.hub-auth-shell-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.hub-auth-shell-logo .hub-logo{color:#fff}.hub-auth-shell .hub-auth-form-head{text-align:center;margin-bottom:1.5rem}.hub-auth-shell .hub-auth-form-head p{max-width:none;margin-left:auto;margin-right:auto}.hub-auth-shell .hub-auth-form-head h2{font-size:clamp(1.375rem,5.2vw,1.875rem);white-space:nowrap;text-wrap:balance}.hub-auth-shell .hub-auth-form-content{text-align:left}.hub-auth-shell-foot{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.6875rem;color:hsla(0,0%,100%,.45)}.hub-auth-shell-foot a{color:hsla(0,0%,100%,.65);text-decoration:underline;text-underline-offset:2px}.hub-auth-split{position:relative;display:grid;grid-template-columns:1fr;min-height:100dvh;background:#f4faf6;background-image:linear-gradient(180deg,#f8fcfa,#eaf5ee);overflow:hidden;isolation:isolate}@media (min-width:980px){.hub-auth-split{grid-template-columns:1.05fr 1fr}.hub-auth-split.is-wide{grid-template-columns:1fr 1.25fr}}.hub-auth-split.is-wide .hub-auth-form-content{max-width:580px}.hub-auth-illust-side{position:relative;padding:2rem 1.5rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;min-height:0}@media (min-width:980px){.hub-auth-illust-side{padding:3.5rem 4rem 2.5rem 5rem;align-items:stretch;text-align:left}}.hub-auth-bubbles{position:absolute;inset:0;pointer-events:none;z-index:-1}.hub-auth-bubbles svg{width:100%;height:100%}.hub-auth-illust-head{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}@media (min-width:980px){.hub-auth-illust-head{justify-content:flex-start;margin-bottom:.5rem}}.hub-auth-illust-side .hub-logo{color:#1e3239!important}.hub-auth-illust-art{width:clamp(260px,70vw,460px);margin:1rem auto 1.5rem}@media (min-width:980px){.hub-auth-illust-art{margin:auto;align-self:center}}.hub-auth-pitch{max-width:30rem;margin:0 auto}@media (min-width:980px){.hub-auth-pitch{margin:0}}.hub-auth-pitch h1{font-size:clamp(1.625rem,2.6vw,2.25rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:#1e3239;margin-bottom:.625rem}.hub-auth-pitch p{font-size:.9375rem;line-height:1.55;color:#4a5b65}.hub-auth-illust-foot{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.6875rem;color:#7a8b94;margin-top:1.25rem}@media (min-width:980px){.hub-auth-illust-foot{justify-content:flex-start}}.hub-auth-illust-foot a{color:#4a5b65;text-decoration:underline;text-underline-offset:2px}.hub-auth-form-side{position:relative;padding:2.5rem 1.5rem 3rem;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;isolation:isolate}@media (min-width:980px){.hub-auth-form-side{padding:3.5rem 4rem 3.5rem 6.5rem}}.hub-auth-form-curve{position:absolute;inset:0;background:linear-gradient(135deg,#00c55f,#009248 60%,#1e3239);z-index:-1}@media (min-width:980px){.hub-auth-form-curve{left:-110px;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 11 0 C 18 18, 0 38, 8 50 C 0 62, 18 82, 11 100 L 100 100 L 100 0 Z' fill='%23000'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 11 0 C 18 18, 0 38, 8 50 C 0 62, 18 82, 11 100 L 100 100 L 100 0 Z' fill='%23000'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}}.hub-auth-form-curve:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 92% 14%,hsla(0,0%,100%,.08) 0,transparent 100px),radial-gradient(circle at 95% 88%,hsla(0,0%,100%,.06) 0,transparent 130px);pointer-events:none}.hub-auth-form-content{position:relative;width:100%;max-width:420px;z-index:1}.hub-auth-form-head{margin-bottom:1.75rem}.hub-auth-form-head h2{font-size:clamp(1.875rem,3.4vw,2.5rem);font-weight:800;letter-spacing:-.028em;line-height:1.05;color:#fff;margin:0}.hub-auth-form-head p{margin-top:.625rem;font-size:.875rem;line-height:1.55;color:hsla(0,0%,100%,.78);max-width:24rem}.hub-auth-form-content .hub-input,.hub-auth-form-content input.hub-input,.hub-auth-form-content select.hub-input,.hub-auth-form-content textarea.hub-input{background:hsla(0,0%,100%,.96);border:1px solid hsla(0,0%,100%,.4);color:#1e3239;height:2.75rem;border-radius:999px;padding:0 1.125rem;font-size:.9375rem;transition:box-shadow .2s,border-color .2s}.hub-auth-form-content .hub-input:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 0 0 4px hsla(0,0%,100%,.32)}.hub-auth-form-content .hub-input.is-error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.25)}.hub-auth-form-content .hub-input::-moz-placeholder{color:rgba(30,50,57,.42)}.hub-auth-form-content .hub-input::placeholder{color:rgba(30,50,57,.42)}.hub-auth-form-content .hub-input:disabled{background:hsla(0,0%,100%,.6);color:rgba(30,50,57,.55);cursor:not-allowed}.hub-auth-form-content .hub-label{color:hsla(0,0%,100%,.92);font-size:.75rem;font-weight:600;margin-bottom:.4rem;letter-spacing:.01em}.hub-auth-form-content .hub-error-msg{color:#fda4a4;font-size:.6875rem;margin-top:.3rem}.hub-auth-form-content .hub-hint-msg{color:hsla(0,0%,100%,.62);font-size:.6875rem;margin-top:.3rem}.hub-auth-submit{position:relative;width:100%;height:3.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:700;letter-spacing:-.005em;color:#1e3239;background:#fff;border:none;border-radius:999px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),0 10px 28px rgba(0,0,0,.22);cursor:pointer;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s}.hub-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),0 14px 36px rgba(0,0,0,.32)}.hub-auth-submit:disabled{opacity:.55;cursor:not-allowed}.hub-auth-submit-extra{text-align:center;font-size:.8125rem;color:hsla(0,0%,100%,.78);margin-top:1rem}.hub-auth-submit-extra a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.hub-auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.hub-auth-divider:after,.hub-auth-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.18)}.hub-auth-form-content .hub-kind-segmented{position:relative;display:grid;grid-template-columns:1fr 1fr;background:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.22);border-radius:999px;padding:.22rem;margin-bottom:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hub-auth-form-content .hub-kind-segmented button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;color:hsla(0,0%,100%,.78);background:transparent;border:none;border-radius:999px;cursor:pointer;transition:color .22s}.hub-auth-form-content .hub-kind-segmented button:hover{color:#fff}.hub-auth-form-content .hub-kind-segmented button.is-active{color:#1e3239}.hub-auth-form-content .hub-kind-segmented:before{content:"";position:absolute;top:.22rem;bottom:.22rem;left:.22rem;width:calc(50% - .22rem);background:#fff;border-radius:999px;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .28s cubic-bezier(.5,1.4,.4,1);z-index:1}.hub-auth-form-content .hub-kind-segmented.is-pj:before{transform:translateX(100%)}.hub-auth-form-content .hub-fieldset{border:none;padding:0;margin:0 0 1.25rem}.hub-auth-form-content .hub-fieldset>legend{display:flex;align-items:center;width:100%;font-size:.625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin:0 0 .75rem;padding:0}.hub-auth-form-content .hub-fieldset>legend:after{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.18);margin-left:.75rem}.hub-auth-form-content .hub-fieldset>legend .hub-legend-extra{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;font-size:.6875rem;font-weight:500;color:hsla(0,0%,100%,.7);text-transform:none;letter-spacing:0;padding-left:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hub-auth-form-content .hub-fieldset>legend .hub-legend-extra input[type=checkbox]{width:.85rem;height:.85rem;accent-color:#fff}.hub-auth-form-content .hub-fieldset .hub-form-row+.hub-form-row{margin-top:.75rem}.hub-auth-form-content .hub-accept{display:flex;align-items:flex-start;gap:.625rem;font-size:.8125rem;color:hsla(0,0%,100%,.88);line-height:1.45;margin:1.25rem 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hub-auth-form-content .hub-accept input[type=checkbox]{margin-top:.18rem;width:1rem;height:1rem;accent-color:#fff;cursor:pointer;flex-shrink:0}.hub-auth-form-content .hub-accept a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.hub-auth-form-content .hub-pwd-meter{display:flex;align-items:center;gap:.625rem;margin-top:.5rem;font-size:.6875rem}.hub-auth-form-content .hub-pwd-meter-track{flex:1;height:3px;background:hsla(0,0%,100%,.22);border-radius:999px;overflow:hidden}.hub-auth-form-content .hub-pwd-meter-fill{height:100%;width:0;border-radius:999px;transition:width .24s ease-out,background-color .24s}.hub-auth-form-content .hub-pwd-meter[data-strength=weak] .hub-pwd-meter-fill{width:33%;background:#fca5a5}.hub-auth-form-content .hub-pwd-meter[data-strength=medium] .hub-pwd-meter-fill{width:66%;background:#fcd34d}.hub-auth-form-content .hub-pwd-meter[data-strength=strong] .hub-pwd-meter-fill{width:100%;background:#86efac}.hub-auth-form-content .hub-pwd-meter-label{min-width:3.25rem;text-align:right;color:hsla(0,0%,100%,.78);font-variant-numeric:tabular-nums}.hub-auth-form-content .hub-date{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:.4rem}.hub-auth-form-content .hub-date input{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.06em;padding-left:.5rem;padding-right:.5rem}.hub-auth-form-content .hub-input-group{position:relative}.hub-auth-form-content .hub-input-group .hub-input{padding-right:2.75rem}.hub-auth-form-content .hub-input-group .hub-validity{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .22s}.hub-auth-form-content .hub-input-group.is-valid .hub-validity{opacity:1;color:#00c55f}.hub-auth-form-content .hub-input-group.is-invalid .hub-validity{opacity:1;color:#dc2626}.hub-auth-form-content .hub-form-grid-2{display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width:540px){.hub-auth-form-content .hub-form-grid-2{grid-template-columns:1fr 1fr}}.hub-auth-form-content .hub-form-row{display:block}.hub-auth-form-content .hub-form-row+.hub-form-row{margin-top:.875rem}.hub-product-gallery-main{aspect-ratio:4/3;width:100%;border-radius:16px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center}.hub-product-gallery-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hub-product-gallery-thumb{aspect-ratio:1/1;width:100%;border-radius:10px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);cursor:pointer;padding:0;transition:border-color .16s,transform .16s}.hub-product-gallery-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hub-product-gallery-thumb.is-active{border-color:#00c55f}.hub-product-gallery-thumb:hover{transform:translateY(-1px)}.hub-product-card-image{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;margin-bottom:.875rem;background:hsla(0,0%,100%,.04)}.hub-product-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hub-plan-row,.hub-tier-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .875rem;border-radius:10px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);text-align:left;cursor:pointer;transition:border-color .16s,background .16s;font-size:.875rem;color:#f6f7fb}.hub-plan-row:hover,.hub-tier-row:hover{border-color:rgba(0,197,95,.45);background:rgba(0,197,95,.06)}.hub-plan-row.is-active,.hub-tier-row.is-active{border-color:#00c55f;background:rgba(0,197,95,.12)}.hub-plan-row-label,.hub-tier-row-label{font-weight:500;color:#fff}.hub-tier-row-price{font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.hub-plan-row-discount{display:inline-block;margin-left:.5rem;font-size:.6875rem;padding:.125rem .5rem;border-radius:999px;background:rgba(15,224,140,.18);color:#4ade80;font-weight:600}.hub-payment-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:12px;background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.08);cursor:pointer;transition:border-color .16s,background .16s,transform .16s;text-align:left}.hub-payment-card:hover{border-color:rgba(0,197,95,.5);transform:translateY(-1px)}.hub-payment-card.is-active{border-color:#00c55f;background:rgba(0,197,95,.08);box-shadow:0 0 0 1px rgba(0,197,95,.25)}.hub-payment-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(0,197,95,.15);color:#4ade80}.hub-prose p{font-size:.9375rem;line-height:1.65;color:rgba(244,246,251,.78)}.hub-prose p+p{margin-top:.875rem}.hub-textarea{width:100%;background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.25rem 1rem .625rem;font-size:.9375rem;color:#f6f7fb;resize:vertical;font-family:inherit}.hub-textarea:focus{outline:none;border-color:#00c55f}.hub-field-help{font-size:.75rem;color:rgba(244,246,251,.5);margin-top:.375rem;line-height:1.4}.hub-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:hubFadeIn .18s ease-out}.hub-modal{width:100%;max-width:480px;background:#1a2a30;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.5);animation:hubSlideUp .22s cubic-bezier(.16,1,.3,1)}@keyframes hubFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hubSlideUp{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.hub-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.hub-modal-header h2{font-size:1.0625rem;font-weight:600;color:#fff;letter-spacing:-.012em;margin:0}.hub-modal-close{background:transparent;border:0;color:rgba(244,246,251,.55);font-size:1.625rem;line-height:1;cursor:pointer;padding:0 .25rem;transition:color .16s}.hub-modal-close:hover{color:#fff}.hub-modal-body{padding:1.25rem}.hub-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid hsla(0,0%,100%,.06);background:rgba(0,0,0,.15)}.hub-toggle{position:relative;width:36px;height:20px;border-radius:999px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.08);cursor:pointer;flex-shrink:0;transition:background-color .2s,border-color .2s;padding:0}.hub-toggle.is-on{background:#00c55f;border-color:#00c55f}.hub-toggle-knob{position:absolute;top:1px;left:1px;width:16px;height:16px;background:#fff;border-radius:999px;transition:transform .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px rgba(0,0,0,.3)}.hub-toggle.is-on .hub-toggle-knob{transform:translateX(16px)}.hub-impersonate-banner{position:sticky;top:0;z-index:80;background:linear-gradient(90deg,#00c55f,#0fe08c);color:#1e3239;font-size:.8125rem;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.18)}.hub-impersonate-inner{max-width:100%;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.hub-impersonate-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(30,50,57,.18);flex-shrink:0}.hub-impersonate-text{flex:1;min-width:0}.hub-impersonate-sub{font-weight:500;opacity:.7}.hub-impersonate-exit{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;background:rgba(30,50,57,.92);color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;border:0;transition:transform .12s}.hub-impersonate-exit:hover{transform:scale(1.04)}.hub-pending-banner{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;border-radius:14px;background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(245,158,11,.04));border:1px solid rgba(245,158,11,.25)}.hub-pending-banner-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(245,158,11,.18);color:#fbbf24;flex-shrink:0}