@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--bg:#000;--fg:#fff;--surface:#0a0a0a;--surface2:#111;--border:#1f1f1f;--border2:#ffffff14;--muted:#71717a;--muted2:#a1a1aa;--font:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.section{padding:7rem 0}.section--alt{background:var(--surface)}.problem-section{position:relative;overflow:hidden}.problem-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#ffffff0e,#0000 34%),linear-gradient(#ffffff06 1px,#0000 1px) 0 0/48px 48px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/48px 48px;position:absolute;inset:0}.problem-section .container{z-index:1;position:relative}.feature-section{background:#080808;position:relative;overflow:hidden}.feature-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 0,#ffffff0e,#0000 28%),radial-gradient(circle at 82% 42%,#ffffff09,#0000 30%);position:absolute;inset:0}.feature-section .container{z-index:1;position:relative}.navbar-wrap{z-index:1000;pointer-events:none;justify-content:center;display:flex;position:fixed;top:1.5rem;left:0;right:0}.navbar{pointer-events:all;-webkit-backdrop-filter:blur(20px);border:1px solid var(--border2);background:#0009;border-radius:9999px;grid-template-columns:1fr auto 1fr;align-items:center;width:calc(100% - 3rem);max-width:1100px;padding:.875rem 1.75rem;display:grid}.navbar__logo{letter-spacing:-.05em;color:#fff;font-size:1.375rem;font-weight:800}.navbar__links{justify-content:center;align-items:center;gap:2.5rem;list-style:none;display:flex}.navbar__links a{color:var(--muted2);font-size:.9rem;font-weight:500;transition:color .2s}.navbar__links a:hover{color:#fff}.navbar__actions{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.navbar__login{color:var(--muted2);font-size:.9rem;font-weight:500;transition:color .2s}.navbar__login:hover{color:#fff}.btn{font-family:var(--font);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary{color:#000;background:#fff}.btn--primary:hover{background:#e4e4e7;transform:translateY(-1px);box-shadow:0 8px 24px #ffffff26}.btn--ghost{color:#fff;border:1px solid var(--border2);background:0 0}.btn--ghost:hover{background:#ffffff0f;border-color:#fff3}.btn--sm{padding:.6rem 1.25rem;font-size:.875rem}.hero{text-align:center;background:#000;padding-top:10rem;padding-bottom:5rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero__content{z-index:1;max-width:860px;margin:0 auto;position:relative}.hero__eyebrow{letter-spacing:.03em;color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.35rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__title{letter-spacing:-.05em;color:#fff;margin-bottom:1.75rem;font-size:clamp(2.8rem,6.5vw,5.5rem);font-weight:800;line-height:1.02}.hero__title em{color:#ffffff80;font-style:normal}.hero__subtitle{color:#ffffff73;max-width:560px;margin:0 auto 2.75rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.75}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}.hero__social-proof{color:#ffffff40;justify-content:center;align-items:center;gap:.75rem;margin-top:3.5rem;font-size:.8rem;display:flex}.hero__social-proof-dot{background:#fff3;border-radius:50%;width:4px;height:4px}.hero__visual{z-index:2;max-width:1200px;margin-top:5rem;margin-left:auto;margin-right:auto;padding:0 1.5rem;position:relative}.brand-ticker{border-top:1px solid var(--border);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;z-index:5;background:#000;padding:1.75rem 0;position:relative;overflow:hidden}.brand-ticker__track{gap:5rem;width:max-content;animation:40s linear infinite scroll-ticker;display:flex}.brand-ticker__item{opacity:.35;align-items:center;gap:.875rem;transition:opacity .3s;display:flex}.brand-ticker__item:hover{opacity:.9}.brand-ticker__mark{color:#000;background:#fff;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:900;display:flex}.brand-ticker__name{letter-spacing:.12em;text-transform:uppercase;color:#fff;font-size:.95rem;font-weight:700}@keyframes scroll-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.hiw-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#000;padding:7rem 0 7.5rem;overflow:hidden}.hiw-steps{grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-top:4.25rem;display:grid;position:relative}.hiw-steps:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff24,#0000);height:1px;position:absolute;top:120px;left:12%;right:12%}@media (max-width:900px){.hiw-steps{grid-template-columns:1fr;gap:1.5rem}.hiw-steps:before{display:none}}.hiw-step{text-align:center;background:linear-gradient(#ffffff09,#ffffff03);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;gap:1.25rem;padding:1rem 1rem 1.25rem;transition:border-color .2s,background .2s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0a}.hiw-step:hover{background:linear-gradient(#ffffff0e,#ffffff04);border-color:#ffffff2e}.hiw-step__visual{background:#070707;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:100%;height:250px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.hiw-step__visual:before{content:"";opacity:.4;pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.hiw-step__num{z-index:5;color:#ffffffc2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.hiw-step__kicker{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.35rem;margin:0 auto .45rem;font-size:.7rem;font-weight:750;display:inline-flex}.hiw-step h3{letter-spacing:-.02em;margin-bottom:.375rem;font-size:1.125rem;font-weight:700}.hiw-step p{color:var(--muted2);max-width:280px;margin:0 auto;font-size:.9rem;line-height:1.65}.store-builder{z-index:1;background:#ffffff06;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.5rem;width:88%;padding:1.2rem;display:flex;position:relative}.sb-input{color:#ffffff80;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;height:36px;padding:0 .75rem;font-size:.75rem;display:flex}.sb-label{letter-spacing:.05em;text-transform:uppercase;color:#ffffff61;margin-top:.25rem;font-size:.65rem;font-weight:600}.sb-theme-row{gap:.5rem;margin-top:.25rem;display:flex}.sb-theme-dot{cursor:pointer;border-radius:50%;width:24px;height:24px;transition:transform .15s}.sb-caret{vertical-align:middle;background:#ffffffb3;border-radius:1px;width:2px;height:13px;margin-left:1px;display:inline-block}.sb-done{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:7px;align-items:center;gap:.375rem;margin-top:.625rem;padding:.5rem .875rem;font-size:.78rem;font-weight:700;display:flex}.sim-cursor{pointer-events:none;z-index:40;width:20px;height:20px;position:absolute;top:0;left:0}.sim-cursor__ripple{pointer-events:none;background:#fff9;border-radius:50%;width:17px;height:17px;position:absolute;top:2px;left:2px;transform:translate(-50%,-50%)}.pgv-add-btn{z-index:4;color:#000;cursor:default;background:#fff;border:1px solid #fff;border-radius:7px;align-items:center;gap:.3rem;padding:.38rem .7rem;font-size:.72rem;font-weight:750;display:flex;position:absolute;top:12px;right:12px}.pgv-badge{z-index:4;color:#fff;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .875rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.product-grid-visual{z-index:1;grid-template-columns:1fr 1fr;gap:.55rem;width:88%;margin-top:2.45rem;padding:.5rem .75rem 1rem;display:grid;position:relative}.pgv-card{background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:.45rem .6rem;min-height:78px;padding:.55rem;display:grid}.pgv-thumb{color:#ffffffa8;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:7px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.pgv-meta{flex-direction:column;gap:.16rem;min-width:0;display:flex}.pgv-meta span{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:750;overflow:hidden}.pgv-meta small,.pgv-stock{color:var(--muted);font-size:.63rem;font-weight:600}.pgv-stock{background:#ffffff0e;border-radius:999px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;height:20px;display:inline-flex}.mini-admin-topbar{z-index:3;background:#0a0a0aeb;border-bottom:1px solid #ffffff14;align-items:center;gap:.65rem;height:38px;padding:0 .75rem 0 3.25rem;display:flex;position:absolute;top:0;left:0;right:0}.mini-admin-title{color:#fff;font-size:.78rem;font-weight:750}.mini-admin-search{min-width:88px;height:24px;color:var(--muted);background:#ffffff09;border:1px solid #ffffff14;border-radius:5px;align-items:center;gap:.35rem;margin-left:auto;padding:0 .5rem;font-size:.64rem;display:inline-flex}.sell-visual{z-index:1;background:#ffffff06;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.625rem;width:90%;padding:1rem 1.25rem;display:flex;position:relative}.sell-live-row{border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;margin-bottom:.35rem;padding-bottom:.75rem;display:flex}.sell-live-dot{background:#fffc;border-radius:50%;flex-shrink:0;width:8px;height:8px}.sell-live-label{letter-spacing:.08em;color:#ffffff80;font-size:.65rem;font-weight:700}.sell-revenue{letter-spacing:-.03em;color:#fff;margin-left:auto;font-size:1.125rem;font-weight:800}.sell-notifs{flex-direction:column;gap:.5rem;display:flex}.ov-notification{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.7rem;padding:.72rem .75rem;display:flex}.ov-icon{color:#ffffffb8;background:#ffffff14;border:1px solid #ffffff12;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ov-text{flex-direction:column;gap:.2rem;display:flex}.ov-title{color:#fff;font-size:.8rem;font-weight:600}.ov-sub{color:#fff6;font-size:.7rem}.ov-badge{color:#fffc;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;flex-shrink:0;margin-left:auto;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.dashboard-section{padding:2rem 0 6rem}.dashboard-frame{border:1px solid var(--border);background:#09090b;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000080,0 0 0 1px #ffffff08}.dashboard-frame__bar{border-bottom:1px solid var(--border);background:#000;align-items:center;gap:.5rem;height:2.5rem;padding:0 1rem;display:flex}.dash-topbar{border-bottom:1px solid var(--border);background:#0a0a0a;align-items:center;gap:1.5rem;height:48px;padding:0 1.25rem;display:flex}.dash-topbar__search{border:1px solid var(--border);max-width:400px;height:32px;color:var(--muted);background:#ffffff0d;border-radius:6px;flex:1;align-items:center;padding:0 .75rem;font-size:.8rem;display:flex}.dash-topbar__actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.dash-topbar__user{color:#ffffffb8;background:#ffffff1a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dashboard-frame__dot{border-radius:50%;width:12px;height:12px}.dashboard-inner{height:560px;display:flex}.dashboard-sidebar{border-right:1px solid var(--border);background:#0a0a0a;flex-direction:column;flex-shrink:0;gap:.5rem;width:220px;padding:1.5rem 1rem;display:flex}.dash-brand{letter-spacing:-.03em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.dash-topbar__logo{letter-spacing:-.03em;min-width:56px;font-size:.98rem;font-weight:750}.dash-brand__icon{background:#ffffff26;border:1px solid #ffffff1a;border-radius:8px;width:28px;height:28px}.dash-nav-item{color:var(--muted);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.dash-nav-item:hover,.dash-nav-item--active{color:#fff;background:#ffffff12}.dash-nav-item__icon{text-align:center;width:18px;font-size:1rem}.dashboard-content{background:#000;flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem 1.75rem;display:flex;overflow-y:auto}.dash-header{justify-content:space-between;align-items:center;display:flex}.dash-header h2{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.dash-eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.68rem;line-height:1}.dash-action-row{align-items:center;gap:.5rem;display:flex}.dash-period{color:var(--muted);border:1px solid var(--border);background:#ffffff0a;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8rem;display:flex}.dash-stats{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.dash-stat{border:1px solid var(--border);background:#ffffff08;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.dash-stat__label{color:var(--muted);font-size:.75rem;font-weight:500}.dash-stat__value{letter-spacing:-.03em;font-size:1.625rem;font-weight:700}.dash-stat__change{color:#fff6;font-size:.75rem;font-weight:500}.dash-chart{border:1px solid var(--border);background:#ffffff05;border-radius:12px;flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow:hidden}.dash-chart__label{color:var(--muted);font-size:.8rem;font-weight:500}.chart-bars{flex:1;align-items:flex-end;gap:.5rem;display:flex}.chart-bar{background:linear-gradient(#ffffff8c,#ffffff0f);border-radius:4px 4px 0 0;flex:1;transition:opacity .2s}.chart-bar:hover{opacity:.8}.dash-table{border-collapse:collapse;width:100%;font-size:.78rem}.dash-table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--border);background:#ffffff05;padding:.68rem 1rem;font-weight:500}.dash-table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:.65rem 1rem}.dash-table tr:hover{background:#ffffff05}.dash-product-cell{align-items:center;gap:1rem;display:flex}.dash-product-thumb{color:#ffffff9e;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:inset 0 1px #ffffff14}.dash-product-meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.dash-product-meta strong{color:#fff;font-size:.82rem;font-weight:650}.dash-product-meta small{color:var(--muted);font-size:.7rem}.dash-summary-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.dash-summary-card{border:1px solid var(--border);background:linear-gradient(#ffffff0b,#ffffff04);border-radius:8px;flex-direction:column;gap:.25rem;min-height:96px;padding:.875rem .95rem;display:flex;position:relative;overflow:hidden}.dash-summary-card:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:78px;height:78px;position:absolute;bottom:-32px;right:-24px}.dash-summary-card__icon{color:#ffffffb8;background:#ffffff12;border:1px solid #ffffff14;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:.25rem;display:flex}.dash-summary-card label{color:var(--muted);font-size:.7rem}.dash-summary-card span{color:#fff;font-size:1rem;font-weight:700}.dash-summary-card small{color:#ffffff6b;white-space:nowrap;font-size:.67rem}.dash-check{border:1px solid var(--border);background:0 0;border-radius:3px;width:16px;height:16px}.dash-badge{text-transform:capitalize;color:#ffffffe6;background:#ffffff14;border-radius:12px;padding:.125rem .6rem;font-size:.7rem;font-weight:600}.dash-badge--active{color:#fff;background:#ffffff24}.dash-stock{color:#ffffffc2;white-space:nowrap;align-items:center;gap:.3rem;display:inline-flex}.dash-stock--low{color:#fff}.dash-panel{border:1px solid var(--border);background:#ffffff05;border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.dash-overview-grid{flex:1;grid-template-columns:minmax(0,1.45fr) minmax(240px,.8fr);gap:.75rem;min-height:0;display:grid}.dash-panel--chart,.dash-panel--activity{gap:.9rem;padding:1rem}.dash-panel--chart .chart-bars{min-height:210px}.dash-panel__heading{color:#ffffffa8;justify-content:space-between;align-items:center;display:flex}.dash-panel__heading div{flex-direction:column;gap:.2rem;display:flex}.dash-panel__heading span{color:#fff;font-size:.86rem;font-weight:700}.dash-panel__heading small{color:var(--muted);font-size:.7rem}.dash-order-row{border-top:1px solid #ffffff0f;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:.7rem;padding:.72rem 0;display:grid}.dash-order-icon{color:#ffffffa8;background:#ffffff0f;border:1px solid #ffffff12;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-order-row div:nth-child(2){flex-direction:column;gap:.18rem;min-width:0;display:flex}.dash-order-row strong{color:#fff;font-size:.78rem}.dash-order-row small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.dash-order-row span{color:#ffffffdb;font-size:.75rem;font-weight:700}.dash-order-row em{color:#ffffffc2;text-align:center;background:#ffffff14;border-radius:999px;min-width:52px;padding:.16rem .42rem;font-size:.66rem;font-style:normal;font-weight:700}.dash-panel__toolbar{border-bottom:1px solid var(--border);background:#0a0a0a;align-items:center;gap:.65rem;min-height:48px;padding:.55rem .8rem;display:flex}.dash-tabs{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:7px;align-items:center;padding:.15rem;display:inline-flex}.dash-tab{color:var(--muted);border-radius:5px;padding:.25rem .55rem;font-size:.72rem;font-weight:600}.dash-tab--active{color:#fff;background:#ffffff1a}.dash-product-search{border:1px solid var(--border);height:30px;color:var(--muted);background:#ffffff09;border-radius:6px;flex:1;align-items:center;gap:.5rem;padding:0 .7rem;font-size:.75rem;display:flex}.dash-icon-btn{border:1px solid var(--border);color:#fff;cursor:pointer;background:#ffffff08;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:inline-flex}.dash-icon-btn:hover{background:#ffffff14}.dash-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dash-modal{border:1px solid var(--border);background:#09090b;border-radius:12px;flex-direction:column;gap:1.25rem;width:320px;padding:1.5rem;display:flex;box-shadow:0 20px 40px #0006}.dash-modal h3{font-size:1rem;font-weight:600}.dash-field{flex-direction:column;gap:.5rem;display:flex}.dash-field label{color:var(--muted);font-size:.75rem;font-weight:500}.dash-input{border:1px solid var(--border);color:#fff;background:0 0;border-radius:6px;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.dash-input:focus{border-color:#ffffff4d}.dash-btn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.dash-btn--compact{padding:.4rem .65rem}.dash-btn--primary{color:#000;background:#fff;border:1px solid #fff}.dash-btn--ghost{color:#fff;border:1px solid var(--border);background:0 0}.dash-btn--primary:hover{background:#ffffffe6}.social-proof{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.25rem 0;overflow:hidden}.social-proof__label{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:2rem;font-size:.8rem;font-weight:600}.brands-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.brands-track{will-change:transform;align-items:center;gap:1.25rem;width:max-content;animation:26s linear infinite brand-scroll;display:flex}.brands-marquee:hover .brands-track{animation-play-state:paused}.brand-logo{min-width:190px;height:54px;color:var(--muted);opacity:.72;background:#ffffff04;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;transition:color .2s,opacity .2s,border-color .2s,background .2s;display:inline-flex}.brand-logo:hover{color:#fff;opacity:1;background:#ffffff0a;border-color:#ffffff2e}.brand-logo__mark{letter-spacing:.02em;border:1px solid;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.brand-logo__name{letter-spacing:-.02em;white-space:nowrap;font-size:1rem;font-weight:760}@keyframes brand-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .625rem))}}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.875rem,4vw,3rem);font-weight:800;line-height:1.1}.section-header p{color:var(--muted2);font-size:1.125rem;line-height:1.7}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.card{background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:2rem;transition:border-color .2s,background .2s}.card:hover{background:#161616;border-color:#ffffff26}.card__icon{border:1px solid var(--border);background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.25rem;display:flex}.card h3{letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.125rem;font-weight:700}.card p{color:var(--muted2);font-size:.9375rem;line-height:1.65}.problem-header{max-width:760px}.problem-badge{color:#ffffffb8;letter-spacing:.04em;text-transform:uppercase;background:#ffffff09;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;height:32px;margin:0 auto 1rem;padding:0 .75rem;font-size:.74rem;font-weight:750;display:inline-flex}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.problem-card{background:linear-gradient(#ffffff0b,#ffffff04);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;min-height:292px;padding:1rem;transition:transform .2s,border-color .2s,background .2s;display:flex;box-shadow:inset 0 1px #ffffff0b,0 18px 40px #00000038}.problem-card:hover{background:linear-gradient(#ffffff12,#ffffff05);border-color:#fff3;transform:translateY(-4px)}.problem-card__header,.problem-card__footer{align-items:center;display:flex}.problem-card__header{border-bottom:1px solid #ffffff12;justify-content:space-between;gap:1rem;padding-bottom:1rem}.problem-card__icon{color:#ffffffc7;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.problem-card__metric{text-align:right;flex-direction:column;gap:.15rem;display:flex}.problem-card__metric strong{color:#fff;letter-spacing:-.03em;font-size:1.05rem}.problem-card__metric span{color:var(--muted);font-size:.68rem;font-weight:650}.problem-card__body{text-align:left;flex:1;padding:1.25rem 0}.problem-card__index{color:#ffffff57;letter-spacing:.12em;margin-bottom:.8rem;font-size:.72rem;font-weight:800;display:block}.problem-card h3{letter-spacing:-.025em;margin-bottom:.65rem;font-size:1.08rem;font-weight:780}.problem-card p{max-width:30ch;color:var(--muted2);font-size:.9rem;line-height:1.65}.problem-card__footer{color:#ffffffb8;background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;gap:.5rem;min-height:42px;padding:.65rem .75rem;font-size:.74rem;font-weight:700}.feature-header{max-width:720px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.feature-card{background:linear-gradient(#ffffff0b,#ffffff04);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;min-height:244px;padding:1.25rem;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0b}.feature-card:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-58px;right:-48px}.feature-card:hover{background:linear-gradient(#ffffff12,#ffffff05);border-color:#fff3;transform:translateY(-4px)}.feature-card--featured{background:linear-gradient(#ffffff16,#ffffff05),#111;border-color:#ffffff2e}.feature-card__top{z-index:1;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.45rem;display:flex;position:relative}.feature-card__top>span{height:26px;color:var(--muted);background:#ffffff0e;border:1px solid #ffffff13;border-radius:999px;align-items:center;padding:0 .6rem;font-size:.68rem;font-weight:750;display:inline-flex}.feature-card__icon{color:#ffffffd1;background:#ffffff12;border:1px solid #ffffff17;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.feature-card h3{z-index:1;letter-spacing:-.03em;margin-bottom:.65rem;font-size:1.12rem;font-weight:800;position:relative}.feature-card p{z-index:1;max-width:31ch;color:var(--muted2);font-size:.9rem;line-height:1.65;position:relative}.feature-card__meta{z-index:1;color:#ffffffbd;background:#ffffff0e;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.42rem;width:fit-content;height:32px;margin-top:auto;padding:0 .7rem;font-size:.72rem;font-weight:750;display:inline-flex;position:relative}.store-browser{border:1px solid var(--border);background:#09090b;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000008c,0 0 0 1px #ffffff08}.store-browser__bar{border-bottom:1px solid var(--border);background:#000;grid-template-columns:92px 1fr 92px;align-items:center;height:42px;padding:0 1rem;display:grid}.store-browser__dots{gap:.5rem;display:flex}.store-browser__dots span{background:#ffffff1f;border-radius:50%;width:11px;height:11px}.store-browser__url{width:min(420px,100%);height:26px;color:var(--muted);background:#ffffff0b;border:1px solid #ffffff14;border-radius:999px;justify-content:center;justify-self:center;align-items:center;font-size:.76rem;font-weight:650;display:flex}.store-frame{color:#000;background:#fff;overflow:hidden}.store-nav{background:#ffffffdb;border-bottom:1px solid #14141414;grid-template-columns:1fr auto 1fr;align-items:center;height:58px;padding:0 2rem;display:grid}.store-nav__links{color:#14141485;justify-self:center;gap:1.4rem;font-size:.76rem;font-weight:750;display:flex}.store-nav__logo{letter-spacing:-.03em;color:#111;justify-self:start;font-size:1.25rem;font-weight:850}.store-nav__actions{color:#141414ad;justify-self:end;align-items:center;gap:1rem;display:flex}.store-nav__actions span{color:#111;align-items:center;gap:.35rem;font-size:.78rem;font-weight:750;display:inline-flex}.store-cart-trigger{border-radius:999px;min-width:34px;height:28px;padding:0 .35rem;transition:background .2s,color .2s}.store-cart-trigger--active{background:#111;color:#fff!important}.store-hero-area{align-items:center;min-height:300px;padding:3rem 3.25rem;display:flex;position:relative;overflow:hidden}.store-hero-area__bg{background:radial-gradient(circle at 82% 30%,#ffffffe6,#0000 50%),linear-gradient(135deg,#f9f9f9 0%,#eee 100%);position:absolute;inset:0;overflow:hidden}.store-hero-img{object-fit:cover;opacity:.22;filter:grayscale()contrast(1.1);mix-blend-mode:multiply;width:100%;height:100%}.store-hero-area__text{z-index:1;color:#151515;max-width:470px;position:relative}.store-hero-area__eyebrow{color:#1414149e;letter-spacing:.1em;text-transform:uppercase;background:#ffffff8c;border-radius:999px;width:fit-content;margin-bottom:.8rem;padding:.28rem .62rem;font-size:.68rem;font-weight:850}.store-hero-area__title{letter-spacing:-.055em;max-width:11ch;font-size:clamp(2.1rem,5vw,4.1rem);font-weight:850;line-height:.95}.store-hero-area__cta,.store-products__head button,.store-product__row button{cursor:pointer;border:0;font-weight:800}.store-hero-area__cta{color:#fff;background:#111;border-radius:999px;height:38px;margin-top:1.25rem;padding:0 1rem;font-size:.78rem}.store-hero-card{z-index:1;color:#111;background:#ffffff9e;border:1px solid #ffffffb3;border-radius:10px;align-items:center;gap:.5rem;min-height:42px;padding:0 .85rem;font-size:.76rem;font-weight:750;display:flex;position:absolute;bottom:2.25rem;right:3rem}.store-products{background:#fff;padding:1.6rem 2rem 2rem}.store-products__head{justify-content:space-between;align-items:end;margin-bottom:1.1rem;display:flex}.store-products__head h3{letter-spacing:-.04em;margin-top:.15rem;font-size:1.25rem;font-weight:850}.store-products__head button{color:#111;background:#f2f2f2;border-radius:999px;height:32px;padding:0 .8rem;font-size:.72rem}.store-products__label{letter-spacing:.1em;text-transform:uppercase;color:#14141470;font-size:.68rem;font-weight:850}.store-products__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.store-product{background:#fff;border:1px solid #0000;border-radius:12px;min-width:0;padding:.75rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative}.store-product--selected{border-color:#111;transform:translateY(-3px);box-shadow:0 12px 24px #00000014}.store-product--selected:after{content:"Selected";z-index:2;color:#fff;background:#111;border-radius:999px;align-items:center;height:24px;padding:0 .55rem;font-size:.66rem;font-weight:800;display:inline-flex;position:absolute;top:.65rem;left:.65rem}.store-product__thumb{aspect-ratio:4/5;background:#f5f5f5;border-radius:8px;margin-bottom:.875rem;position:relative;overflow:hidden}.store-product__img{object-fit:cover;width:100%;height:100%;display:block}.store-product__thumb button{color:#111;background:#ffffffbd;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:.55rem;right:.55rem}.store-product__row{justify-content:space-between;align-items:start;gap:.65rem;display:flex}.store-product__name{color:#151515;font-size:.82rem;font-weight:800}.store-product__price{color:#14141485;margin-top:.2rem;font-size:.76rem}.store-product__row button{color:#fff;background:#111;border-radius:999px;height:28px;padding:0 .7rem;font-size:.7rem}.store-cart-panel{z-index:30;color:#111;background:#fffffff0;border:1px solid #14141414;border-radius:14px;width:320px;padding:1rem;position:absolute;top:430px;right:1.35rem;box-shadow:0 24px 60px #00000038}.store-cart-panel__head,.store-cart-total,.store-cart-item{align-items:center;display:flex}.store-cart-panel__head{border-bottom:1px solid #14141414;justify-content:space-between;padding-bottom:.8rem}.store-cart-panel__head strong{font-size:.95rem;font-weight:850}.store-cart-panel__head span{color:#1414147a;font-size:.72rem;font-weight:750}.store-cart-item{border-bottom:1px solid #14141414;gap:.7rem;padding:.9rem 0}.store-cart-item__thumb{background:#f5f5f5;border-radius:8px;flex-shrink:0;width:46px;height:56px}.store-cart-item div:nth-child(2){flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.store-cart-item strong{font-size:.8rem;font-weight:850}.store-cart-item span,.store-checkout-field span{color:#1414147a;font-size:.7rem;font-weight:700}.store-cart-item em{font-size:.78rem;font-style:normal;font-weight:850}.store-cart-total{justify-content:space-between;padding:.9rem 0}.store-cart-total span{color:#14141485;font-size:.76rem;font-weight:750}.store-cart-total strong{font-size:1rem;font-weight:900}.store-cart-primary{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;width:100%;height:40px;font-size:.78rem;font-weight:850}.store-checkout-field{background:#14141409;border:1px solid #14141414;border-radius:10px;flex-direction:column;gap:.25rem;margin-top:.75rem;padding:.75rem;display:flex}.store-checkout-field strong{font-size:.8rem;font-weight:850}.store-order-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;min-height:180px;display:flex}.store-order-success svg{color:#111}.store-order-success strong{font-size:1rem;font-weight:900}.store-order-success span{color:#1414148a;font-size:.76rem;font-weight:750}.store-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;background:#0006;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.store-product-detail{background:#fff;border-radius:20px;width:100%;max-width:680px;position:relative;overflow:hidden;box-shadow:0 40px 100px #0000004d}.store-product-detail__grid{grid-template-columns:1fr 1fr;display:grid}.store-product-detail__image{aspect-ratio:1;background:#f5f5f5}.store-product-detail__info{flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.store-product-detail__head{flex-direction:column;gap:.5rem;display:flex}.store-product-detail__head h2{letter-spacing:-.04em;color:#111;font-size:1.75rem;font-weight:850}.store-product-detail__price{color:#111;font-size:1.25rem;font-weight:700}.store-product-detail__info p{color:#0009;font-size:.9rem;line-height:1.6}.store-product-detail__options{flex-direction:column;gap:.75rem;display:flex}.store-option-label{text-transform:uppercase;letter-spacing:.05em;color:#0006;font-size:.75rem;font-weight:800}.store-option-group{gap:.5rem;display:flex}.store-option{cursor:pointer;border:1px solid #0000001a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.store-option--active{color:#fff;background:#111;border-color:#111}.store-product-detail__footer{color:#0006;align-items:center;gap:.5rem;margin-top:auto;font-size:.75rem;font-weight:600;display:flex}.store-modal-close{color:#111;background:#0000000d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:background .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.store-modal-close:hover{background:#0000001a}.comparison-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}@media (max-width:800px){.comparison-grid{grid-template-columns:1fr}}.comparison-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.comparison-list{flex-direction:column;gap:1.25rem;display:flex}.comparison-item{align-items:center;gap:1rem;font-size:1rem;font-weight:500;line-height:1.5;display:flex}.comparison-item--old{color:var(--muted2)}.comparison-item--vuecart{color:#fff}.comparison-item__marker{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:900;display:flex}.comparison-item--old .comparison-item__marker{color:var(--fg);background:#ffffff0d;border:1px solid #ffffff1a}.comparison-item--vuecart .comparison-item__marker{color:var(--fg);background:#ffffff1a;border:1px solid #fff3}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;display:grid}.step{text-align:center}.step__num{background:var(--surface2);border:1px solid var(--border);width:52px;height:52px;color:var(--fg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:800;display:flex}.step h3{letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.125rem;font-weight:700}.step p{color:var(--muted2);font-size:.9375rem;line-height:1.65}.faq-list{flex-direction:column;gap:.875rem;max-width:760px;margin:0 auto;display:flex}.faq-item{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:16px;transition:border-color .2s;overflow:hidden}.faq-item:hover{border-color:#ffffff26}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.375rem 1.75rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-chevron{width:20px;height:20px;color:var(--muted);flex-shrink:0;transition:transform .3s}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{color:var(--muted2);padding:0 1.75rem 1.375rem;font-size:.9375rem;line-height:1.7}.cta-section{text-align:center;padding:8rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(at bottom,#ffffff0d,#0000 70%);width:600px;height:300px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.cta-section h2{letter-spacing:-.04em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.cta-section p{color:var(--muted2);margin-bottom:2.5rem;font-size:1.125rem}.cta-note{color:var(--muted);margin-top:1.25rem;font-size:.8rem}.footer{border-top:1px solid var(--border);padding:5rem 0 2.5rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:4rem;display:grid}.footer__brand{flex-direction:column;gap:1.5rem;display:flex}.footer__heapvue{flex-direction:column;gap:.15rem;display:flex}.footer__heapvue span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.footer__heapvue strong{letter-spacing:-.04em;color:#fff;font-size:1.1rem;font-weight:800}.footer__socials{gap:1.25rem;margin-top:.5rem;display:flex}.footer__socials a{color:var(--muted2);transition:color .2s,transform .2s}.footer__socials a:hover{color:#fff;transform:translateY(-2px)}.footer__lang{border:1px solid var(--border);width:fit-content;height:38px;color:var(--muted2);cursor:pointer;background:#ffffff08;border-radius:10px;align-items:center;gap:.75rem;padding:0 1rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.footer__lang:hover{color:#fff;background:#ffffff0f;border-color:#ffffff26}@media (max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}}.footer__brand-name{letter-spacing:-.05em;margin-bottom:.75rem;font-size:1.375rem;font-weight:800}.footer__brand-desc{color:var(--muted2);max-width:280px;font-size:.9rem;line-height:1.7}.footer__col h5{margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.footer__col a{color:var(--muted2);margin-bottom:.75rem;font-size:.875rem;transition:color .2s;display:block}.footer__col a:hover{color:#fff}.footer__bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted);justify-content:center;padding-top:2.5rem;font-size:.8rem;display:flex}.footer__legal span{opacity:.6}@media (max-width:900px){.dashboard-sidebar{display:none}}@media (max-width:768px){.navbar__links{display:none}.store-browser__bar{grid-template-columns:58px 1fr 0;padding:0 .75rem}.store-browser__url{font-size:.68rem}.store-nav{grid-template-columns:1fr auto;padding:0 1rem}.store-nav__links{display:none}.store-hero-area{min-height:260px;padding:2rem 1.25rem}.store-hero-card{bottom:1.25rem;left:1.25rem;right:auto}.store-products{padding:1.25rem}.store-products__grid{grid-template-columns:repeat(2,1fr)}.problem-grid,.feature-grid{grid-template-columns:1fr}}@media (max-width:600px){.hero{padding-top:9rem}.cards-grid{grid-template-columns:1fr}}.lang-modal-scroll::-webkit-scrollbar{width:6px}.lang-modal-scroll::-webkit-scrollbar-track{background:0 0;margin-block:1rem}.lang-modal-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.lang-modal-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff40}
