.hub-root{--brand:#00c55f;--brand-deep:#009248;--brand-soft:#e0f7ea;--accent:#0fe08c;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:var(--accent);box-shadow:0 0 10px var(--accent);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,var(--accent) 0,var(--brand) 50%,#1e3239 100%);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,var(--brand) 0,var(--brand-deep) 100%);color:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15)}.hub-btn--primary:hover{background:linear-gradient(135deg,var(--accent) 0,var(--brand) 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18)}.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:var(--brand);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:var(--accent);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:var(--accent);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:var(--accent)}.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:var(--accent)}.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:relative;z-index:10;background:transparent;border-bottom:none}.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-appbar-icon-btn{position:relative;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:hsla(0,0%,100%,.72);background:transparent;border:1px solid transparent;transition:background-color .12s,color .12s,border-color .12s}.hub-appbar-icon-btn:hover{color:#fff;background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.08)}.hub-appbar-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #0f1b1f}.hub-notifications-panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:calc(100vw - 32px);background:#152529;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;box-shadow:0 20px 50px -10px rgba(0,0,0,.55);z-index:50;overflow:hidden}.hub-notifications-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid hsla(0,0%,100%,.05)}.hub-notifications-title{font-size:13px;font-weight:600;color:#fff}.hub-notifications-clear{font-size:11px;color:rgba(0,197,95,.9);background:transparent;border:0;cursor:pointer}.hub-notifications-clear:hover{color:#69e929}.hub-notifications-empty{padding:28px 14px;text-align:center;font-size:12px;color:hsla(0,0%,100%,.45)}.hub-notifications-list{max-height:360px;overflow-y:auto}.hub-notifications-item{padding:12px 14px;border-bottom:1px solid hsla(0,0%,100%,.04)}.hub-notifications-item:last-child{border-bottom:0}.hub-notifications-item-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px}.hub-notifications-item-body{font-size:12px;color:hsla(0,0%,100%,.65);line-height:1.4}.hub-notifications-item-at{font-size:10px;color:hsla(0,0%,100%,.4);margin-top:4px;text-transform:uppercase;letter-spacing:.06em}.hub-footer{margin-top:3rem;padding:1.25rem 1.5rem 1.5rem;background:transparent;color:hsla(0,0%,100%,.65);font-size:11px;letter-spacing:.04em}.hub-footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.hub-footer-line{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;text-transform:uppercase;font-weight:500}.hub-footer-status-dot{width:8px;height:8px;border-radius:999px;background:#69e929;box-shadow:0 0 8px rgba(105,233,41,.7);animation:hub-footer-pulse 1.8s ease-in-out infinite;flex-shrink:0}@keyframes hub-footer-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.hub-footer-sep{color:hsla(0,0%,100%,.3)}.hub-footer-phone{color:#fff;text-decoration:none;font-weight:600;transition:color .12s}.hub-footer-phone:hover{color:#69e929}.hub-footer-version{color:hsla(0,0%,100%,.35);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.02em}.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,var(--brand) 0,var(--accent) 100%);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-sidebar-footer{display:flex;flex-direction:column;gap:.2rem;flex-shrink:0}.hub-sidebar-divider{height:1px;background:hsla(0,0%,100%,.07);margin:.4rem .25rem}.hub-sidebar-rail-btn{width:100%}.hub-sidebar-user-wrap{position:relative}.hub-sidebar-user{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .6rem;border-radius:12px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);cursor:pointer;text-align:left;transition:background-color .14s,border-color .14s}.hub-sidebar-user:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.12)}.hub-sidebar-user-meta{display:flex;flex-direction:column;min-width:0;flex:1}.hub-sidebar-user-name{font-size:.82rem;font-weight:600;color:#fff}.hub-sidebar-user-email,.hub-sidebar-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-sidebar-user-email{font-size:.7rem;color:hsla(0,0%,100%,.5)}.hub-sidebar-user-chev{color:hsla(0,0%,100%,.5);flex-shrink:0;transition:transform .2s}.hub-sidebar-user-chev.is-open{transform:rotate(180deg)}.hub-user-menu--up{top:auto;right:auto;bottom:calc(100% + 10px);left:0;width:100%;min-width:240px;animation:hub-menu-pop-up .22s cubic-bezier(.16,1,.3,1) both}@keyframes hub-menu-pop-up{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.hub-sidebar.is-collapsed .hub-sidebar-user-chev,.hub-sidebar.is-collapsed .hub-sidebar-user-meta{display:none}.hub-sidebar.is-collapsed .hub-sidebar-user{justify-content:center;padding:.4rem}.hub-sidebar.is-collapsed .hub-user-menu--up{left:0;min-width:240px}.hub-search-overlay{position:fixed;inset:0;z-index:80;background:rgba(8,12,20,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;animation:hub-fade-in .16s ease both}@keyframes hub-fade-in{0%{opacity:0}to{opacity:1}}.hub-search-panel{width:min(560px,92vw);background:linear-gradient(180deg,rgba(31,41,64,.96),rgba(15,20,32,.98));border:1px solid hsla(0,0%,100%,.1);border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.55);overflow:hidden;animation:hub-menu-pop .2s cubic-bezier(.16,1,.3,1) both}.hub-search-head{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.07)}.hub-search-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:.95rem}.hub-search-input::-moz-placeholder{color:hsla(0,0%,100%,.4)}.hub-search-input::placeholder{color:hsla(0,0%,100%,.4)}.hub-search-close{display:inline-flex;color:hsla(0,0%,100%,.5);background:transparent;border:none;cursor:pointer}.hub-search-close:hover{color:#fff}.hub-search-results{max-height:52vh;overflow-y:auto;padding:.4rem}.hub-search-item{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:10px;color:rgba(244,246,251,.85);font-size:.9rem;transition:background-color .14s,color .14s}.hub-search-item:hover{background:rgba(0,197,95,.14);color:#fff}.hub-search-item-path{margin-left:auto;font-size:.72rem;color:hsla(0,0%,100%,.35)}.hub-search-empty{padding:1.2rem;text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.5)}.hub-page{width:100%;margin:0;padding:0 1rem 3rem}@media (min-width:640px){.hub-page{padding:0 1.5rem 4rem}}@media (min-width:980px){.hub-page{padding:0 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:var(--accent);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:var(--accent);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:var(--accent);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:var(--accent);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,var(--brand) 0,var(--brand-deep) 65%,#1e3239 100%);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:var(--brand);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,var(--brand) 0,var(--brand-deep) 100%);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:var(--brand);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:var(--brand)}.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:var(--accent);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:var(--brand);background:var(--brand);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:none}.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,var(--brand) 0,var(--brand-deep) 60%,#1e3239 100%);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:var(--brand)}.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:var(--brand)}.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:var(--brand);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:var(--brand);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:var(--brand)}.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:var(--brand);border-color:var(--brand)}.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,var(--brand) 0,var(--accent) 100%);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}.hub-login{position:relative;min-height:100dvh;display:flex;flex-direction:column;color:#fff;isolation:isolate;background:radial-gradient(circle at 18% 16%,rgba(0,197,95,.22) 0,transparent 42%),radial-gradient(circle at 88% 90%,rgba(0,197,95,.1) 0,transparent 46%),linear-gradient(135deg,#1e3239,#0f1b1f);background-size:cover;background-position:50%}.hub-login-overlay{position:absolute;inset:0;z-index:0;background:rgba(0,0,0,.32);pointer-events:none}.hub-login-top{position:relative;z-index:10;padding:2rem}.hub-login-top .hub-logo,.hub-login-top img,.hub-login-top svg{height:auto!important;max-height:3rem;width:auto;max-width:240px}.hub-login-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:stretch;gap:2.5rem;padding:0 2rem 5rem}@media (min-width:1024px){.hub-login-content{flex-direction:row;align-items:center;padding:0 4rem 5rem}}.hub-login.is-centered .hub-login-content{justify-content:center}.hub-login-hero{flex:1}.hub-login.is-centered .hub-login-hero{display:none}.hub-login-hero-headline{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;line-height:1.15;letter-spacing:-.01em;text-wrap:balance;margin:0;color:#fff}.hub-login-hero-sub{margin:1rem 0 0;max-width:28rem;font-size:1rem;line-height:1.55;color:hsla(0,0%,100%,.7)}.hub-login-cardwrap{width:100%}@media (min-width:1024px){.hub-login-cardwrap{width:500px;flex-shrink:0}.hub-login.is-wide .hub-login-cardwrap{width:640px}}.hub-login-card{width:100%;min-height:480px;display:flex;flex-direction:column;justify-content:center;border-radius:1.5rem;padding:2.5rem;box-shadow:0 25px 50px -12px rgba(8,16,19,.45)}@media (min-width:640px){.hub-login-card{padding:3rem}}.hub-login.is-wide .hub-login-card{justify-content:flex-start}.hub-login-card.is-light{background:hsla(0,0%,100%,.96);backdrop-filter:blur(8px);color:#1e293b}.hub-login-card.is-dark{background:rgba(15,27,31,.88);backdrop-filter:blur(6px);color:#f6f7fb;border:1px solid hsla(0,0%,100%,.08)}.hub-login-card-head{margin-bottom:0}.hub-login-card-head h2{font-size:1.5rem;font-weight:700;margin:0;line-height:1.2}.hub-login-card-head p{margin:.25rem 0 1.75rem;font-size:.875rem}.hub-login-card.is-light .hub-login-card-head h2{color:#0f172a}.hub-login-card.is-light .hub-login-card-head p{color:#64748b}.hub-login-card.is-dark .hub-login-card-head h2{color:#fff}.hub-login-card.is-dark .hub-login-card-head p{color:hsla(0,0%,100%,.55)}.hub-login-card-body{text-align:left}.hub-login-card.is-light .hub-login-card-body .hub-label{color:#475569;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.hub-login-card.is-light .hub-login-card-body .hub-form-row+.hub-form-row{margin-top:1.25rem}.hub-login-card.is-light .hub-login-card-body .hub-input{height:3rem;background:#fff;border:1px solid #e2e8f0;color:#1e293b;border-radius:.75rem;padding:0 1rem;font-size:15px}.hub-login-card.is-light .hub-login-card-body .hub-input::-moz-placeholder{color:#94a3b8}.hub-login-card.is-light .hub-login-card-body .hub-input::placeholder{color:#94a3b8}.hub-login-card.is-light .hub-login-card-body .hub-input:focus{border-color:#94a3b8;box-shadow:0 0 0 2px #e2e8f0}.hub-login-card.is-light .hub-login-card-body .hub-input[type=date]{color-scheme:light}.hub-login-card.is-light .hub-login-card-body .hub-hint-msg{color:#8a959c}.hub-login-card.is-light .hub-login-card-body .hub-error-msg{color:#dc2626}.hub-login-card.is-light .hub-login-card-body .hub-auth-submit{height:3rem;margin-top:1.75rem;font-size:15px;font-weight:600;color:#fff;background:var(--brand,#00c55f);border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.06)}.hub-login-card.is-light .hub-login-card-body .hub-auth-submit:hover:not(:disabled){filter:brightness(1.1)}.hub-login-card.is-light .hub-login-card-body .hub-auth-submit:disabled{opacity:.6}.hub-login-card.is-light .hub-login-card-body .hub-auth-submit-extra{color:#64748b}.hub-login-card.is-light .hub-login-card-body .hub-auth-submit-extra a{color:var(--brand,#00c55f);font-weight:600}.hub-login-foot{position:absolute;bottom:1rem;left:2rem;z-index:10;font-size:.75rem;letter-spacing:.05em;color:hsla(0,0%,100%,.5)}.hub-login-foot a{color:hsla(0,0%,100%,.5);text-decoration:none}.hub-login-foot a:hover{color:hsla(0,0%,100%,.8)}.hub-login-card.is-light .hub-login-card-body .hub-accept{color:#475569}.hub-login-card.is-light .hub-login-card-body .hub-accept a{color:var(--brand,#00c55f)}.hub-login-card.is-light .hub-login-card-body .hub-accept input[type=checkbox]{accent-color:var(--brand,#00c55f)}.hub-login-card-body .hub-accept{margin-top:1rem}@media (max-width:1023px){.hub-login-hero{display:none}.hub-login-content{justify-content:center}.hub-login-card{min-height:0}.hub-login-foot,.hub-login-top{text-align:center}.hub-login-foot{left:0;right:0}}.hub-root[data-theme=light]{background-color:#e3e9e4;background-image:none;color:#16242a}.hub-root[data-theme=light] .hover\:text-white:hover,.hub-root[data-theme=light] .text-text-primary,.hub-root[data-theme=light] .text-white{color:#16242a}.hub-root[data-theme=light] .text-text-secondary{color:#46555d}.hub-root[data-theme=light] .text-text-muted{color:#6b7780}.hub-root[data-theme=light] .text-text-subtle{color:#8a959c}.hub-root[data-theme=light] .bg-bg-base,.hub-root[data-theme=light] .bg-bg-root{background-color:#e3e9e4}.hub-root[data-theme=light] .bg-bg-secondary{background-color:#eef2f0}.hub-root[data-theme=light] .bg-bg-tertiary{background-color:#e7ece9}.hub-root[data-theme=light] .bg-bg-elevated{background-color:#fff}.hub-root[data-theme=light] .border-border,.hub-root[data-theme=light] .border-border\/40,.hub-root[data-theme=light] .border-border\/50{border-color:#e2e8e5}.hub-root[data-theme=light] .border-white\/10,.hub-root[data-theme=light] .border-white\/15,.hub-root[data-theme=light] .border-white\/20,.hub-root[data-theme=light] .border-white\/5,.hub-root[data-theme=light] .border-white\/8{border-color:rgba(15,27,31,.08)}.hub-root[data-theme=light] .hub-glass{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid #cdd7d0;box-shadow:0 1px 2px rgba(18,42,32,.06),0 6px 18px rgba(18,42,32,.11)}.hub-root[data-theme=light] .hub-hero-card{background:radial-gradient(60% 90% at 100% 0,rgba(0,197,95,.22),transparent 60%),linear-gradient(160deg,#16252e,#0f1b22);border:1px solid hsla(0,0%,100%,.06);box-shadow:0 16px 40px rgba(16,40,30,.16)}.hub-root[data-theme=light] .hub-hero-card .text-white,.hub-root[data-theme=light] .hub-hero-card h1,.hub-root[data-theme=light] .hub-hero-card h2{color:#fff}.hub-root[data-theme=light] .hub-hero-card .text-text-secondary{color:hsla(0,0%,100%,.72)}.hub-root[data-theme=light] .hub-hero-card .text-text-subtle{color:hsla(0,0%,100%,.5)}.hub-root[data-theme=light] .hub-hero-card .hub-page-eyebrow{color:var(--accent,#0fe08c)}.hub-root[data-theme=light] .hub-appbar{background:transparent;border-bottom:none}.hub-root[data-theme=light] .hub-appbar-link{color:#46555d}.hub-root[data-theme=light] .hub-appbar-link.is-active,.hub-root[data-theme=light] .hub-appbar-link:hover{color:#16242a}.hub-root[data-theme=light] .hub-appbar-icon-btn{color:#46555d}.hub-root[data-theme=light] .hub-appbar-icon-btn:hover{color:#16242a;background:#eef2f0;border-color:#e2e8e5}.hub-root[data-theme=light] .hub-page-title{color:#16242a}.hub-root[data-theme=light] .hub-page-eyebrow{color:var(--brand-deep,#009248)}.hub-root[data-theme=light] .hub-page-subtitle{color:#46555d}.hub-root[data-theme=light] .hub-empty{background:#fff;border-color:#e6ebe8}.hub-root[data-theme=light] .hub-empty-title{color:#16242a}.hub-root[data-theme=light] .hub-empty-desc{color:#6b7780}.hub-root[data-theme=light] .hub-input{background:#fff;border:1px solid #d7dee2;color:#16242a}.hub-root[data-theme=light] .hub-input::-moz-placeholder{color:#9aa6ad}.hub-root[data-theme=light] .hub-input::placeholder{color:#9aa6ad}.hub-root[data-theme=light] .hub-input:focus{border-color:var(--brand,#00c55f);background:#fff;box-shadow:0 0 0 3px rgba(0,197,95,.16)}.hub-root[data-theme=light] .hub-label{color:#46555d}.hub-root[data-theme=light] .hub-btn--ghost{background:#fff;border-color:#e2e8e5;color:#46555d}.hub-root[data-theme=light] .hub-btn--ghost:hover{background:#eef2f0;color:#16242a}.hub-root[data-theme=light] .hub-cat-nav-item{color:#46555d;border-color:#e2e8e5}.hub-root[data-theme=light] .hub-cat-nav-item:hover{background:#eef2f0;color:#16242a;border-color:#d7dee2}.hub-root[data-theme=light] .hub-badge--gray{background:#eef2f0;color:#46555d;border-color:#e2e8e5}.hub-body{display:flex;align-items:flex-start}.hub-main-col{flex:1;min-width:0;display:flex;flex-direction:column}.hub-main{flex:1;min-width:0}.hub-sidebar{flex-shrink:0;width:240px;background:#13212a;color:hsla(0,0%,100%,.85);display:flex;flex-direction:column;padding:1rem .75rem;position:sticky;top:16px;height:calc(100dvh - 80px);overflow:visible;border:none;border-top-right-radius:22px;border-bottom-right-radius:22px;z-index:20;transition:width .18s ease}.hub-sidebar.is-collapsed{width:76px}.hub-sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1;min-height:0;overflow-y:auto}.hub-sidebar-collapse,.hub-sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:12px;color:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:500;white-space:nowrap;background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .14s,color .14s}.hub-sidebar-collapse:hover,.hub-sidebar-item:hover{background:hsla(0,0%,100%,.06);color:#fff}.hub-sidebar-item.is-active{background:rgba(0,197,95,.16);color:#fff;box-shadow:inset 3px 0 0 var(--brand,#00c55f)}.hub-sidebar-icon{width:20px;height:20px;flex-shrink:0}.hub-sidebar-collapse{margin-top:.5rem;color:hsla(0,0%,100%,.5);font-size:.8rem}.hub-sidebar.is-collapsed .hub-sidebar-label{display:none}.hub-sidebar.is-collapsed .hub-sidebar-collapse,.hub-sidebar.is-collapsed .hub-sidebar-item{justify-content:center}.hub-menu-btn,.hub-sidebar-backdrop{display:none}@media (max-width:1023px){.hub-menu-btn{display:inline-flex}.hub-sidebar{position:fixed;top:0;left:0;height:100dvh;width:252px;transform:translateX(-100%);transition:transform .22s ease;border-top-right-radius:0;border-bottom-right-radius:0;z-index:60;padding-top:1.25rem}.hub-sidebar.is-collapsed{width:252px}.hub-sidebar.is-collapsed .hub-sidebar-label{display:inline}.hub-sidebar.is-collapsed .hub-sidebar-collapse,.hub-sidebar.is-collapsed .hub-sidebar-item{justify-content:flex-start}.hub-sidebar.is-open{transform:translateX(0);box-shadow:0 0 60px rgba(0,0,0,.5)}.hub-sidebar-collapse{display:none}.hub-sidebar-backdrop.is-open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:55}}.hub-fab{position:fixed;right:1.5rem;bottom:1.5rem;z-index:70;width:56px;height:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--brand,#00c55f) 0,var(--brand-deep,#009248) 100%);border:none;cursor:pointer;box-shadow:0 10px 26px rgba(0,146,72,.35);transition:transform .16s ease,filter .16s ease}.hub-fab:hover{filter:brightness(1.06)}.hub-fab:active{transform:scale(.96)}.hub-fab-popup{position:fixed;right:1.5rem;bottom:5.25rem;z-index:70;width:320px;max-width:calc(100vw - 2rem);border-radius:18px;overflow:hidden;background:#15232b;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 24px 60px rgba(8,16,19,.5);color:#fff;animation:hubFabIn .16s cubic-bezier(.16,1,.3,1) both}.hub-root[data-theme=light] .hub-fab-popup{background:#fff;border-color:#e6ebe8;color:#16242a;box-shadow:0 24px 60px rgba(8,16,19,.18)}@keyframes hubFabIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hub-fab-head{padding:1rem 1.125rem;background:linear-gradient(135deg,var(--brand,#00c55f) 0,var(--brand-deep,#009248) 100%);color:#fff}.hub-fab-head h4{margin:0;font-size:.95rem;font-weight:700}.hub-fab-head p{margin:.15rem 0 0;font-size:.78rem;color:hsla(0,0%,100%,.85)}.hub-fab-body{padding:.625rem;display:flex;flex-direction:column;gap:.375rem}.hub-fab-item{display:flex;align-items:center;gap:.75rem;padding:.7rem .75rem;border-radius:12px;background:transparent;border:none;cursor:pointer;text-align:left;color:inherit;width:100%;transition:background-color .13s}.hub-fab-item:hover{background:hsla(0,0%,100%,.06)}.hub-root[data-theme=light] .hub-fab-item:hover{background:#eef2f0}.hub-fab-item-icon{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(0,197,95,.14);color:var(--brand,#00c55f)}.hub-fab-item-title{font-size:.875rem;font-weight:600}.hub-fab-item-sub{font-size:.72rem;opacity:.7}.hub-fab-ia{padding:1.25rem 1.125rem;text-align:center}.hub-fab-back{background:none;border:none;color:inherit;opacity:.7;font-size:.78rem;cursor:pointer;padding:.5rem 1.125rem 0}.hub-root[data-theme=light] .hub-section-divider{color:#8a959c}.hub-root[data-theme=light] .hub-section-divider:after{background:#e2e8e5}.hub-root[data-theme=light] .glass{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid #e6ebe8;box-shadow:0 24px 60px rgba(8,16,19,.18);color:#16242a}.hub-root[data-theme=light] .hub-table-scroll table{color:#16242a}.hub-root[data-theme=light] .hub-table-scroll th{color:#6b7780;border-color:#e6ebe8}.hub-root[data-theme=light] .hub-table-scroll td{border-color:#eef2f0}.hub-root[data-theme=light] .hub-cat-nav{border-color:#e6ebe8}.hub-root[data-theme=light] .hub-cat-nav-item.is-active{background:rgba(0,197,95,.12);color:var(--brand-deep,#009248);border-color:rgba(0,197,95,.4)}.hub-root[data-theme=light] .hub-payment-card{background:#fff;border-color:#e2e8e5;color:#16242a}.hub-root[data-theme=light] .hub-payment-card:hover{border-color:rgba(0,197,95,.5);background:#f6faf7}.hub-root[data-theme=light] select.hub-input{background-color:#fff;color:#16242a}.hub-root[data-theme=light] ::-webkit-scrollbar-thumb{background:#d4ddd8}.hub-root{--surface-1:hsla(0,0%,100%,.025);--surface-2:hsla(0,0%,100%,.05);--surface-border:hsla(0,0%,100%,.08);--text-on-surface-muted:rgba(244,246,251,.55)}.hub-root[data-theme=light]{--surface-1:#fff;--surface-2:#f2f5f3;--surface-border:#d3dcd6;--text-on-surface-muted:#6b7780}.hub-root[data-theme=light] .bg-white\/3,.hub-root[data-theme=light] .bg-white\/5,.hub-root[data-theme=light] .bg-white\/\[0\.025\],.hub-root[data-theme=light] .bg-white\/\[0\.02\],.hub-root[data-theme=light] .bg-white\/\[0\.04\],.hub-root[data-theme=light] .bg-white\/\[0\.05\]{background-color:rgba(16,40,30,.04)}.hub-root[data-theme=light] .hover\:bg-white\/3:hover,.hub-root[data-theme=light] .hover\:bg-white\/5:hover,.hub-root[data-theme=light] .hover\:bg-white\/\[0\.02\]:hover,.hub-root[data-theme=light] .hover\:bg-white\/\[0\.03\]:hover,.hub-root[data-theme=light] .hover\:bg-white\/\[0\.04\]:hover,.hub-root[data-theme=light] .hover\:bg-white\/\[0\.05\]:hover{background-color:rgba(16,40,30,.05)}.hub-otab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;background:var(--surface-1);border:1px solid var(--surface-border);color:var(--text-on-surface-muted);transition:background-color .14s,color .14s,border-color .14s}.hub-otab:hover{color:#fff}.hub-root[data-theme=light] .hub-otab:hover{color:#16242a}.hub-otab.is-active{background:rgba(0,197,95,.12);border-color:rgba(0,197,95,.35);color:#fff}.hub-root[data-theme=light] .hub-otab.is-active{color:var(--brand-deep,#009248)}.hub-root[data-theme=light] .hub-product-card{background:#1e3239;border-color:hsla(0,0%,100%,.08);box-shadow:0 6px 18px rgba(16,40,30,.12)}.hub-root[data-theme=light] .hub-product-card:hover{background:#22404a;border-color:rgba(0,197,95,.45)}.hub-root[data-theme=light] .hub-field input,.hub-root[data-theme=light] .hub-field textarea{background:#fff;border-color:#d7dee2;color:#16242a}.hub-root[data-theme=light] .hub-field input:focus,.hub-root[data-theme=light] .hub-field textarea:focus{background:#fff;border-color:var(--brand,#00c55f);box-shadow:0 0 0 3px rgba(0,197,95,.16)}.hub-root[data-theme=light] .hub-field label{color:#6b7780}.hub-root[data-theme=light] .hub-field input:not(:-moz-placeholder)~label,.hub-root[data-theme=light] .hub-field textarea:not(:-moz-placeholder)~label{color:var(--brand-deep,#009248)}.hub-root[data-theme=light] .hub-field input:focus~label,.hub-root[data-theme=light] .hub-field input:not(:placeholder-shown)~label,.hub-root[data-theme=light] .hub-field textarea:focus~label,.hub-root[data-theme=light] .hub-field textarea:not(:placeholder-shown)~label{color:var(--brand-deep,#009248)}.hub-input{color-scheme:dark}.hub-root[data-theme=light] .hub-input{color-scheme:light}.hub-root[data-theme=light] .hub-textarea{background:#fff;border-color:#d7dee2;color:#16242a}.hub-root[data-theme=light] .hub-textarea::-moz-placeholder{color:#9aa6ad}.hub-root[data-theme=light] .hub-textarea::placeholder{color:#9aa6ad}.hub-root[data-theme=light] .hub-textarea:focus{border-color:var(--brand,#00c55f);box-shadow:0 0 0 3px rgba(0,197,95,.16)}