:root{--accio-bg:#f5f4f7;--accio-surface:#fff;--accio-text:#17142d;--accio-muted:#706e80;--accio-accent:#8567ff;--accio-accent-dark:#6f63b4;--accio-indigo:#b0a6df;--accio-olive:#a9b19a;--accio-border:#e9e5e1;--accio-radius-sm:13px;--accio-radius-md:18px;--accio-radius-lg:24px;--accio-shadow-sm:0 8px 24px rgba(40,30,80,.08);--accio-shadow-md:0 20px 60px rgba(40,30,80,.1);--accio-container:1180px}*{box-sizing:border-box}body,html{background:var(--accio-bg)}body{margin:0;color:var(--accio-text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}:focus-visible{outline:3px solid var(--accio-accent);outline-offset:3px}.accio-container{width:min(var(--accio-container),calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid hsla(30,15%,90%,.85);background:rgba(245,244,247,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}.logo{display:inline-flex;align-items:center;font-size:30px;font-weight:900;letter-spacing:-2px}.logo i{margin:0 0 14px 5px;color:var(--accio-accent);font-size:18px;font-style:normal}.desktop-nav,.header-actions{display:flex;align-items:center;gap:24px}.desktop-nav a,.header-search{color:var(--accio-muted);font-size:14px;font-weight:750}.desktop-nav a:hover,.header-search:hover,.text-link:hover{color:var(--accio-accent)}.button,.header-seller{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--accio-text);color:#fff;padding:13px 20px;font-weight:800;transition:transform .2s,background .2s}.button:hover,.header-seller:hover{background:var(--accio-accent);transform:translateY(-2px)}.hero{position:relative;overflow:hidden;padding:64px 0 58px;background:radial-gradient(circle at 88% 5%,rgba(176,166,223,.56),transparent 34%),radial-gradient(circle at 12% 92%,hsla(81,13%,65%,.32),transparent 28%)}.hero:after{position:absolute;right:10%;top:16%;width:180px;height:180px;border:1px solid rgba(133,103,255,.2);border-radius:50%;content:"";pointer-events:none}.hero-content{width:100%;max-width:900px;margin-inline:auto;text-align:center}.hero h1{max-width:780px;margin:20px auto 18px;color:var(--accio-text);font-size:clamp(48px,7vw,84px);line-height:.96;letter-spacing:-.07em}.hero h1 span{color:var(--accio-accent-dark)}.hero h1 em{color:var(--accio-accent);font-style:normal}.hero-copy{max-width:680px;margin:0 auto;color:var(--accio-muted);font-size:18px;line-height:1.55}.eyebrow{margin:0;color:var(--accio-accent);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.search-bar{position:relative;z-index:1;width:100%;max-width:800px;margin:28px auto 0;text-align:left}.search-bar label{display:block;margin-bottom:10px;font-weight:800;text-align:center}.search-bar>div{display:flex;padding:7px;border:1px solid var(--accio-border);border-radius:18px;background:hsla(0,0%,100%,.94);box-shadow:var(--accio-shadow-md)}.search-bar input{width:100%;min-width:0;padding:16px 18px;border:0;outline:0;background:transparent;color:var(--accio-text);font-size:16px}.search-bar button{padding:0 27px;border:0;border-radius:13px;background:var(--accio-text);color:#fff;font-weight:800;cursor:pointer;transition:background .2s,transform .2s}.search-bar button:hover{background:var(--accio-accent);transform:translateY(-1px)}.hero-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-stats span{padding:11px 14px;border:1px solid rgba(23,20,45,.1);border-radius:999px;background:hsla(0,0%,100%,.56);color:var(--accio-muted);font-size:13px}.hero-stats b{margin-right:5px;color:var(--accio-text)}.quick-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:16px}.quick-chips a{padding:8px 13px;border:1px solid rgba(23,20,45,.12);border-radius:999px;background:hsla(0,0%,100%,.48);color:var(--accio-muted);font-size:13px;transition:border-color .2s,color .2s,transform .2s}.quick-chips a:hover{border-color:var(--accio-accent);color:var(--accio-accent);transform:translateY(-2px)}.page,.section{padding:68px 0 92px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.page h1,.section h2{margin:12px 0;font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.06em}.page .lead{color:var(--accio-muted);font-size:18px}.text-link{color:var(--accio-accent);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:var(--accio-surface);box-shadow:var(--accio-shadow-sm);transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--accio-shadow-md)}.product-image{display:flex;aspect-ratio:1.2;align-items:center;justify-content:center;overflow:hidden;background:#efedf5;color:#9993aa}.product-image img{width:100%;height:100%;object-fit:cover}.product-content{display:flex;flex:1 1;flex-direction:column;padding:20px}.product-content h3{margin:8px 0 4px;font-size:22px;letter-spacing:-.03em}.product-content h3 a:hover{color:var(--accio-accent)}.product-shop,.result-count{margin:0;color:var(--accio-muted);font-size:14px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:24px}.product-bottom strong{font-size:20px}.button-small{padding:10px 14px;font-size:12px}.state{padding:28px 0;color:var(--accio-muted)}.state-error{color:#9a5360}.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:32px}.shop-card{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);background:#fff;box-shadow:var(--accio-shadow-sm);transition:transform .2s,box-shadow .2s}.shop-card:hover{transform:translateY(-3px);box-shadow:var(--accio-shadow-md)}.shop-mark{display:grid;width:58px;height:58px;flex:0 0 auto;place-items:center;border-radius:18px;background:var(--accio-indigo);font-size:24px;font-weight:900}.shop-card h2{margin:0 0 6px;font-size:22px}.shop-card p{margin:0 0 14px;color:var(--accio-muted)}.shop-card-body{flex:1 1;min-width:0}.product-image-wrap{position:relative}.favorite-button{position:absolute;top:14px;right:14px;z-index:2;display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--accio-border);border-radius:999px;background:hsla(0,0%,100%,.94);color:var(--accio-text);font-size:23px;line-height:1;cursor:pointer;box-shadow:var(--accio-shadow-sm);transition:transform .2s,color .2s,background .2s}.favorite-button:hover{transform:scale(1.08)}.favorite-button:focus-visible{outline:3px solid var(--accio-accent);outline-offset:3px}.favorite-button.is-active{background:var(--accio-ink);color:#fff}.shop-card .favorite-button{position:static;flex:0 0 auto}.favorites-section{margin-top:22px}.favorites-section .section-heading{align-items:center}.favorites-section .section-heading>span{color:var(--accio-muted);font-weight:700}.favorites-empty{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 0 4px;color:var(--accio-muted)}.product-detail-page{padding:34px 0 100px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:28px;color:var(--accio-muted);font-size:13px}.breadcrumbs a{color:var(--accio-accent-dark);font-weight:750}.breadcrumbs a:hover{color:var(--accio-accent)}.product-detail-top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:clamp(34px,7vw,92px);gap:clamp(34px,7vw,92px);align-items:start}.product-gallery-main{display:flex;min-height:520px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:#efedf5;color:#9993aa;box-shadow:var(--accio-shadow-sm)}.product-gallery-main img{width:100%;height:100%;max-height:620px;object-fit:cover}.product-gallery-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.product-gallery-thumbs button{width:74px;height:74px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:14px;background:#efedf5;cursor:pointer}.product-gallery-thumbs button.is-active{border-color:var(--accio-accent)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-detail-summary{padding-top:10px}.product-detail-summary h1{margin:14px 0 22px;font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:-.07em}.product-detail-price{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.product-detail-price>strong{font-size:clamp(26px,4vw,40px);letter-spacing:-.04em}.product-detail-price .favorite-button{position:static;width:48px;height:48px;font-size:27px}.product-detail-shop{margin:0;color:var(--accio-muted)}.product-detail-shop b{color:var(--accio-text)}.product-detail-lead{margin:25px 0 0;color:var(--accio-muted);font-size:17px;line-height:1.65}.product-offers{margin-top:34px}.product-offers>.eyebrow{margin-bottom:12px}.marketplace-offer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:9px;padding:16px 18px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);background:#fff;box-shadow:var(--accio-shadow-sm);transition:transform .2s,border-color .2s}.marketplace-offer:hover{border-color:var(--accio-accent);transform:translateY(-2px)}.marketplace-offer b{color:var(--accio-accent-dark);font-size:13px}.marketplace-offer-secondary{background:#f7f5fb}.product-detail-lower{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:28px;gap:28px;margin-top:72px}.product-detail-lower>section,.product-shop-card{padding:30px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:#fff;box-shadow:var(--accio-shadow-sm)}.product-detail-lower h2{margin:12px 0 14px;font-size:32px;letter-spacing:-.05em}.product-detail-lower h3{margin:28px 0 8px;font-size:20px}.product-detail-lower p{color:var(--accio-muted);line-height:1.7;white-space:pre-line}.product-shop-card{align-self:start}.shop-detail-mark{display:grid;width:58px;height:58px;margin:20px 0 16px;place-items:center;border-radius:18px;background:var(--accio-indigo);font-size:24px;font-weight:900}.product-shop-card h2{margin:0 0 7px;font-size:27px}.product-shop-card p{margin:0 0 12px}.product-shop-card>span{display:block;margin-bottom:20px;color:var(--accio-muted);font-size:13px}.product-detail-skeleton{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding-top:70px}.product-detail-skeleton div{min-height:520px;border-radius:var(--accio-radius-lg);background:linear-gradient(110deg,#eceaf2 8%,#f8f7fb 18%,#eceaf2 33%);background-size:200% 100%;animation:accio-shimmer 1.4s linear infinite}.not-found-state{max-width:650px;padding:90px 0}.not-found-state h1{margin:16px 0 12px;font-size:clamp(48px,7vw,84px);line-height:.96;letter-spacing:-.07em}.not-found-state p:not(.eyebrow){margin:0 0 28px;color:var(--accio-muted);font-size:18px}@keyframes accio-shimmer{to{background-position:-200% 0}}@media (max-width:760px){.favorites-empty{flex-direction:column}.favorites-empty,.shop-card{align-items:flex-start}}@media (max-width:860px){.product-detail-lower,.product-detail-top{grid-template-columns:1fr}.product-gallery-main{min-height:min(78vw,520px)}.product-detail-lower{margin-top:42px}.product-detail-summary{padding-top:0}}.seller-cta{margin-top:68px;padding:34px;border-radius:var(--accio-radius-lg);background:var(--accio-text);color:#fff;box-shadow:var(--accio-shadow-md)}.seller-cta h2{margin:0 0 8px;font-size:clamp(28px,4vw,42px);letter-spacing:-.05em}.seller-cta p{max-width:600px;margin:0 0 22px;color:#c9c5d6;line-height:1.6}.seller-cta .button{background:#fff;color:var(--accio-text)}.site-footer{padding:42px 0;color:var(--accio-muted)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;gap:20px;font-size:14px}.result-count{margin:24px 0}.home-section{padding:86px 0}.section-white{background:var(--accio-surface)}.section-tint{background:#f0eef6}.faq-container h2 span,.final-cta h2 span,.section-heading h2 span{color:var(--accio-accent-dark)}.section-intro{max-width:560px;margin:-12px 0 30px;color:var(--accio-muted);line-height:1.6}.collection-grid,.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.collection-card{position:relative;min-height:270px;overflow:hidden;padding:24px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:#f8f7fb;transition:transform .25s,box-shadow .25s}.collection-card:hover{transform:translateY(-5px);box-shadow:var(--accio-shadow-md)}.collection-art{position:absolute;right:22px;top:18px;color:var(--accio-accent);font-size:64px;opacity:.4}.collection-number{margin:120px 0 12px;color:var(--accio-muted);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.collection-card h3{margin:0 0 8px;font-size:26px;letter-spacing:-.04em}.collection-card>p:last-child{margin:0;color:var(--accio-muted);line-height:1.5}.step-card{padding:28px;border:1px solid rgba(23,20,45,.1);border-radius:var(--accio-radius-lg);background:hsla(0,0%,100%,.6)}.step-card>span{color:var(--accio-accent);font-size:13px;font-weight:900;letter-spacing:.15em}.step-card h3{margin:44px 0 10px;font-size:24px;letter-spacing:-.04em}.step-card p{margin:0;color:var(--accio-muted);line-height:1.6}.seller-section{padding:100px 0;background:var(--accio-text);color:#fff}.seller-section-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:center;grid-gap:80px;gap:80px}.seller-copy h2{max-width:600px;margin:18px 0;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.07em}.seller-copy h2 span{color:var(--accio-indigo)}.seller-copy>p:not(.eyebrow){max-width:520px;margin:0 0 28px;color:#c9c5d6;line-height:1.65}.button-light{background:#fff;color:var(--accio-text)}.button-light:hover{background:var(--accio-indigo);color:var(--accio-text)}.seller-mockup{padding:24px;border:1px solid hsla(0,0%,100%,.2);border-radius:var(--accio-radius-lg);background:linear-gradient(145deg,#302a4a,#1e1a35);box-shadow:0 24px 60px rgba(0,0,0,.22);transform:rotate(2deg)}.mockup-offer,.mockup-top{display:flex;justify-content:space-between;gap:16px}.mockup-top{color:#bcb6d4;font-size:12px}.mockup-title{margin:42px 0 24px;font-size:25px;font-weight:800}.mockup-offer{padding:14px 0;border-top:1px solid hsla(0,0%,100%,.13);color:#d6d2e2}.mockup-offer strong{color:#fff}.seller-mockup small{display:inline-block;margin-top:20px;color:#b0a6df;font-size:10px;font-weight:900;letter-spacing:.16em}.faq-container{max-width:850px}.faq-container h2{margin:16px 0 34px;font-size:clamp(42px,6vw,70px);letter-spacing:-.07em}.faq-list{border-top:1px solid var(--accio-border)}.faq-item{border-bottom:1px solid var(--accio-border)}.faq-item button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;border:0;background:none;color:var(--accio-text);text-align:left;font-weight:800;cursor:pointer}.faq-item button b{color:var(--accio-accent);font-size:25px;font-weight:400;transition:transform .2s}.faq-item.is-open button b{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-answer p{overflow:hidden;max-width:700px;margin:0;color:var(--accio-muted);line-height:1.6}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding:0 0 22px}.final-cta{padding:100px 0 110px;background:radial-gradient(circle at 75% 25%,rgba(176,166,223,.65),transparent 38%),#d8d1f0;text-align:center}.final-cta-inner{display:flex;align-items:center;flex-direction:column}.final-cta h2{margin:20px 0 12px;font-size:clamp(48px,7vw,82px);line-height:.95;letter-spacing:-.07em}.final-cta>.accio-container>p:not(.eyebrow){max-width:540px;margin:0;color:#5f5972;line-height:1.6}.final-cta .search-bar{width:100%;margin-top:28px}.final-cta .search-bar label{display:none}.site-footer{padding:54px 0 28px;border-top:1px solid var(--accio-border);background:var(--accio-text);color:#fff}.footer-inner{display:grid;grid-template-columns:1.7fr repeat(3,1fr);grid-gap:34px;gap:34px;align-items:start}.footer-brand p{max-width:250px;margin:20px 0 0;color:#aaa5bb;line-height:1.55;font-size:14px}.footer-column{display:flex;flex-direction:column;gap:12px;color:#aaa5bb;font-size:14px}.footer-column b{margin-bottom:4px;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.footer-column a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.13);color:#aaa5bb;font-size:12px}.seller-entry,.seller-page{min-height:calc(100vh - 78px);padding:90px 0;background:radial-gradient(circle at 78% 15%,rgba(176,166,223,.5),transparent 34%),var(--accio-bg)}.seller-entry-hero{max-width:760px;margin:0 auto;text-align:center}.seller-entry h1,.seller-page-heading h1{margin:18px 0;font-size:clamp(48px,7vw,84px);line-height:.96;letter-spacing:-.07em}.seller-entry h1 span,.seller-page-heading h1 span{color:var(--accio-accent-dark)}.seller-entry-hero>p:not(.eyebrow){max-width:600px;margin:0 auto;color:var(--accio-muted);font-size:18px;line-height:1.6}.seller-entry-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:30px}.button-outline{border:1px solid var(--accio-text);background:transparent;color:var(--accio-text)}.button-outline:hover{background:var(--accio-text);color:#fff}.seller-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:90px}.seller-steps div{display:flex;flex-direction:column;gap:18px;padding:22px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);background:hsla(0,0%,100%,.7)}.seller-steps b{color:var(--accio-accent);font-size:12px;letter-spacing:.14em}.seller-steps span{font-weight:800;line-height:1.35}.seller-page-heading{max-width:680px;margin-bottom:34px}.seller-page-heading>p:last-child{margin:0;color:var(--accio-muted);font-size:18px;line-height:1.55}.seller-form{max-width:820px;padding:30px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:var(--accio-surface);box-shadow:var(--accio-shadow-md)}.seller-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.seller-form label{display:flex;flex-direction:column;gap:8px;color:var(--accio-text);font-size:14px;font-weight:800}.seller-form label.full{grid-column:1/-1}.seller-form input,.seller-form textarea{width:100%;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);padding:14px 15px;background:#fff;color:var(--accio-text);outline:none;font-weight:500;resize:vertical}.seller-form input:focus,.seller-form textarea:focus{border-color:var(--accio-accent);box-shadow:0 0 0 3px rgba(133,103,255,.14)}.seller-form input[aria-invalid=true],.seller-form textarea[aria-invalid=true]{border-color:#b85b6b}.field-hint{color:var(--accio-muted);font-size:12px;font-weight:500}.field-error{color:#a24f5f;font-size:12px;font-weight:600}.form-alert{margin:20px 0;padding:14px;border-radius:var(--accio-radius-sm);background:#fae8eb;color:#8e3e4d}.seller-form>.button{margin-top:26px;cursor:pointer}.seller-form>.button:disabled{cursor:wait;opacity:.65}.seller-success{max-width:680px;padding:34px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:var(--accio-surface);box-shadow:var(--accio-shadow-md)}.seller-success h2{margin:16px 0 10px;font-size:36px;letter-spacing:-.05em}.seller-success p:not(.eyebrow){margin:0 0 24px;color:var(--accio-muted);line-height:1.6}.seller-shell{display:grid;min-height:calc(100vh - 78px);grid-template-columns:250px 1fr;background:var(--accio-bg)}.seller-sidebar{display:flex;flex-direction:column;gap:20px;padding:28px 20px;border-right:1px solid var(--accio-border);background:hsla(0,0%,100%,.7)}.seller-brand{color:var(--accio-text);font-size:27px;font-weight:900;letter-spacing:-.08em}.seller-brand span{color:var(--accio-accent);font-size:16px}.seller-kicker{margin:10px 0 0;color:#9e99ac;font-size:10px;font-weight:900;letter-spacing:.15em}.seller-sidebar nav{display:flex;flex-direction:column;gap:6px}.seller-sidebar nav a{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border-radius:var(--accio-radius-sm);color:var(--accio-muted);font-size:14px;font-weight:750}.seller-sidebar nav a.is-active,.seller-sidebar nav a:hover{background:var(--accio-text);color:#fff}.seller-nav-disabled{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;color:#aaa5b5;font-size:14px;font-weight:750}.seller-user{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);background:#fff}.seller-user b,.seller-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-user span{color:var(--accio-muted);font-size:12px}.seller-sidebar nav small{color:inherit;font-size:10px;opacity:.65}.seller-back{margin-top:auto;color:var(--accio-muted);font-size:13px}.seller-sidebar-bottom{display:flex;flex-direction:column;gap:14px;margin-top:auto}.seller-sidebar-bottom .seller-back{margin-top:0}.seller-logout{align-self:flex-start;padding:0;border:0;background:transparent;color:var(--accio-muted);font-size:13px;font-weight:800;cursor:pointer}.seller-logout:hover{color:#a24f5f}.seller-main{min-width:0;padding:44px clamp(22px,5vw,70px)}.seller-mobile-bar{display:none}.seller-dashboard{max-width:1100px;margin:0 auto}.seller-dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.seller-dashboard-heading h1{margin:14px 0 8px;font-size:clamp(42px,6vw,70px);letter-spacing:-.07em}.seller-dashboard-heading p:not(.eyebrow){margin:0;color:var(--accio-muted)}.seller-security-note{margin-bottom:22px;padding:22px;border:1px solid rgba(133,103,255,.25);border-radius:var(--accio-radius-md);background:#efecff}.seller-security-note b{font-size:17px}.seller-security-note p{max-width:720px;margin:8px 0 12px;color:var(--accio-muted);line-height:1.55}.seller-security-note a{color:var(--accio-accent-dark);font-weight:800}.seller-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.seller-stat{padding:22px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);background:#fff;box-shadow:var(--accio-shadow-sm)}.seller-stat p{margin:0 0 16px;color:var(--accio-muted);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.seller-stat strong{font-size:28px}.seller-empty{margin-top:22px;padding:36px;border:1px dashed #c9c1e8;border-radius:var(--accio-radius-lg);background:hsla(0,0%,100%,.55)}.seller-empty h2{max-width:600px;margin:14px 0 10px;font-size:32px;letter-spacing:-.05em}.seller-empty p:not(.eyebrow){max-width:560px;margin:0 0 22px;color:var(--accio-muted);line-height:1.6}.seller-product-form{max-width:900px}.seller-product-form .button{cursor:pointer}.seller-marketplaces{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:26px 0 24px;padding:22px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);background:#faf9fc}.seller-marketplaces legend{grid-column:1/-1;padding:0;color:var(--accio-text);font-size:18px;font-weight:900}.seller-marketplaces p{grid-column:1/-1;margin:-8px 0 2px;color:var(--accio-muted);font-size:13px}.seller-marketplaces label{display:flex;flex-direction:column;gap:8px;color:var(--accio-text);font-size:13px;font-weight:800}.seller-marketplaces input{width:100%;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);padding:13px;background:#fff;color:var(--accio-text);outline:none}.seller-marketplaces input:focus{border-color:var(--accio-accent);box-shadow:0 0 0 3px rgba(133,103,255,.14)}.seller-photo-field{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin:0 0 18px;padding:20px;border:1px dashed #c9c1e8;border-radius:var(--accio-radius-md);background:hsla(0,0%,100%,.6)}.seller-photo-field>div{flex:1 1 300px}.seller-photo-field b{display:block;margin-bottom:4px}.seller-photo-field p{margin:0;color:var(--accio-muted);font-size:13px}.seller-upload-name{max-width:220px;overflow:hidden;color:var(--accio-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.seller-photo-preview{display:block;width:120px;height:120px;margin:0 0 20px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);object-fit:cover}.seller-product-list{display:grid;grid-gap:10px;gap:10px}.seller-product-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:16px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);background:#fff;transition:transform .22s ease,box-shadow .22s ease}.seller-product-row:hover{transform:translateY(-2px);box-shadow:var(--accio-shadow-sm)}.seller-product-thumb{display:grid;width:72px;height:72px;place-items:center;overflow:hidden;border-radius:14px;background:#efecff;color:var(--accio-accent);font-size:24px}.seller-product-thumb img{width:100%;height:100%;object-fit:cover}.seller-product-copy{min-width:0}.seller-product-copy h2{margin:0 0 6px;font-size:19px;letter-spacing:-.03em}.seller-product-copy p{overflow:hidden;margin:0 0 8px;color:var(--accio-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.seller-product-row>strong{color:var(--accio-text);font-size:17px;white-space:nowrap}.seller-product-links{display:flex;flex-wrap:wrap;gap:6px}.seller-product-links span{padding:4px 8px;border-radius:999px;background:#f0eee8;color:var(--accio-muted);font-size:11px;font-weight:800}.seller-back-link{color:var(--accio-accent-dark);font-size:14px;font-weight:800}.session-alert{max-width:820px;margin:0 auto 18px}.seller-register-link{max-width:820px;margin:18px auto;color:var(--accio-muted);text-align:center}.seller-register-link a{color:var(--accio-accent-dark);font-weight:800}.button-outline-dark{border:1px solid var(--accio-text);background:transparent;color:var(--accio-text)}.button-outline-dark:hover{background:var(--accio-text);color:#fff}.seller-store-page{max-width:980px;margin:0 auto}.seller-store-status{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:24px 0 18px;padding:24px 28px;border:1px solid rgba(133,103,255,.24);border-radius:var(--accio-radius-lg);background:#efecff}.seller-store-status h2{margin:8px 0 6px;font-size:26px;letter-spacing:-.04em}.seller-store-status p:not(.eyebrow){max-width:620px;margin:0;color:var(--accio-muted);line-height:1.55}.seller-status-badge{flex:0 0 auto;padding:10px 14px;border-radius:999px;background:#e3ecd9;color:#48613b;font-size:12px;font-weight:900}.seller-status-pending{background:#eee8ff;color:#6250a6}.seller-status-blocked,.seller-status-rejected{background:#fae8eb;color:#8e3e4d}.seller-store-card,.seller-store-preview{margin-top:18px;padding:28px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:#fff;box-shadow:var(--accio-shadow-sm)}.seller-store-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--accio-border)}.seller-store-card-heading h2,.seller-store-preview h2{margin:10px 0 6px;font-size:30px;letter-spacing:-.05em}.seller-store-card-heading p:not(.eyebrow){margin:0;color:var(--accio-muted)}.seller-store-form{padding-top:24px}.seller-store-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.seller-store-form label{display:flex;flex-direction:column;gap:8px;color:var(--accio-text);font-size:14px;font-weight:800}.seller-store-form label.full{grid-column:1/-1}.seller-store-form input,.seller-store-form textarea{width:100%;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);padding:14px 15px;background:#fff;color:var(--accio-text);outline:none;font-weight:500;resize:vertical}.seller-store-form input:focus,.seller-store-form textarea:focus{border-color:var(--accio-accent);box-shadow:0 0 0 3px rgba(133,103,255,.14)}.seller-store-form input[readonly]{background:#f5f3f8;color:var(--accio-muted)}.seller-store-form small{color:var(--accio-muted);font-size:12px;font-weight:500}.seller-store-form>.button{margin-top:22px;cursor:pointer}.seller-store-form>.button:disabled{cursor:not-allowed;opacity:.52}.buyer-account,.buyer-entry{min-height:calc(100vh - 78px);padding:90px 0;background:radial-gradient(circle at 78% 15%,rgba(176,166,223,.5),transparent 34%),var(--accio-bg)}.buyer-entry .seller-form,.buyer-entry .seller-page-heading{max-width:720px;margin-inline:auto}.buyer-form{display:grid;grid-gap:18px;gap:18px}.buyer-form>.button{width:100%;margin-top:0;cursor:pointer}.header-account,.header-login{color:var(--accio-muted);font-size:14px;font-weight:800}.header-account:hover,.header-login:hover{color:var(--accio-accent)}.account-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.account-heading h1{margin:16px 0 8px;font-size:clamp(46px,7vw,80px);line-height:.95;letter-spacing:-.07em}.account-heading p:not(.eyebrow){margin:0;color:var(--accio-muted)}.buyer-logout{border:0;border-radius:999px;padding:12px 18px;background:transparent;color:var(--accio-muted);font-weight:800;cursor:pointer}.buyer-logout:hover{color:#a24f5f}.account-card{max-width:820px;margin-bottom:18px;padding:30px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:#fff;box-shadow:var(--accio-shadow-sm)}.account-card h2{margin:12px 0 4px;font-size:32px;letter-spacing:-.05em}.account-email{margin:0;color:var(--accio-muted)}.buyer-profile-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:12px;gap:12px;margin-top:24px}.buyer-profile-form label{display:grid;grid-gap:8px;gap:8px;color:var(--accio-text);font-size:14px;font-weight:800}.buyer-profile-form input{width:100%;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);padding:13px 15px;color:var(--accio-text);outline:none}.buyer-profile-form input:focus{border-color:var(--accio-accent);box-shadow:0 0 0 3px rgba(133,103,255,.14)}.buyer-profile-form .button{cursor:pointer}.buyer-success{grid-column:1/-1;margin:0;color:#567044;font-size:13px;font-weight:700}.account-future{background:linear-gradient(135deg,#fff,#f0eef9)}.account-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:20px}.account-nav span{padding:14px 16px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);color:var(--accio-muted);font-size:14px}@media (max-width:760px){.desktop-nav{display:none}.header-actions{gap:10px}.header-search{display:none}.header-seller{padding:10px 13px;font-size:12px}.account-heading{align-items:flex-start;flex-direction:column}.account-nav,.buyer-profile-form{grid-template-columns:1fr}}.seller-store-preview{background:linear-gradient(135deg,#fff,#f7f4ff)}.seller-store-preview-meta{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.seller-store-preview-meta span{padding:8px 11px;border-radius:999px;background:#efecff;color:var(--accio-muted);font-size:12px;font-weight:800}.seller-store-preview p:last-child{max-width:680px;margin:0;color:var(--accio-muted);line-height:1.6}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero:after{right:-80px}}.seller-product-edit{justify-self:end;color:var(--accio-accent-dark);font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.seller-product-edit:hover{text-decoration:underline;text-underline-offset:3px}.seller-danger-zone{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:900px;margin-top:22px;padding:24px 30px;border:1px solid #e6c7cd;border-radius:var(--accio-radius-lg);background:#fff8f9}.seller-danger-zone h2{margin:4px 0 6px;font-size:21px;letter-spacing:-.03em}.seller-danger-zone p:not(.eyebrow){margin:0;color:var(--accio-muted);font-size:13px}.button-danger{background:#9d3d52;color:#fff}.button-danger:hover{background:#7f2f41}.form-success{margin:18px 0 0;padding:12px 14px;border-radius:12px;background:#edf5e9;color:#355c37;font-size:14px;font-weight:700}.seller-dialog-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:rgba(23,20,45,.34)}.seller-dialog{width:min(100%,460px);padding:28px;border:1px solid var(--accio-border);border-radius:22px;background:var(--accio-surface);box-shadow:0 24px 60px rgba(23,20,45,.2)}.seller-dialog h2{margin:0 0 10px;font-size:24px;letter-spacing:-.04em}.seller-dialog p{margin:0;color:var(--accio-muted);font-size:14px;line-height:1.55}.seller-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.seller-register-page{padding-block:72px 96px}.seller-register-heading{max-width:820px;margin:0 auto 38px;text-align:center}.seller-register-heading h1{font-size:clamp(42px,6vw,72px)}.seller-register-heading>p:last-child{max-width:680px;margin-inline:auto}.seller-registration-form{display:grid;max-width:900px;grid-gap:16px;gap:16px;margin:0 auto}.seller-registration-section{min-width:0;margin:0;padding:26px 28px 28px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:var(--accio-surface);box-shadow:var(--accio-shadow-sm)}.seller-registration-section>legend{padding:0 9px;color:var(--accio-text);font-size:20px;font-weight:900;letter-spacing:-.035em}.seller-registration-intro{margin:0 0 20px;color:var(--accio-muted);font-size:14px;line-height:1.5}.seller-registration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 20px;gap:18px 20px}.seller-registration-field{display:grid;min-width:0;align-content:start;grid-gap:8px;gap:8px;color:var(--accio-text);font-size:14px;font-weight:800}.seller-registration-label{display:inline-flex;align-items:baseline;gap:4px}.seller-registration-field-full{grid-column:1/-1}.seller-registration-field-narrow{max-width:420px}.seller-registration-required{color:#a24f65}.seller-registration-field input,.seller-registration-field select,.seller-registration-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);outline:none;background:#fff;color:var(--accio-text);font:inherit;font-size:15px;font-weight:500;transition:border-color .18s ease,box-shadow .18s ease}.seller-registration-field textarea{min-height:110px;resize:vertical;line-height:1.5}.seller-registration-field input:focus,.seller-registration-field select:focus,.seller-registration-field textarea:focus{border-color:var(--accio-accent);box-shadow:0 0 0 3px rgba(133,103,255,.14)}.seller-registration-consent [aria-invalid=true],.seller-registration-field [aria-invalid=true],.seller-registration-type [aria-invalid=true]{border-color:#b85b6b}.seller-registration-hint{color:var(--accio-muted);font-size:12px;font-weight:500;line-height:1.45}.seller-registration-error{color:#9a3f53;font-size:12px;font-weight:700;line-height:1.4}.seller-registration-type{min-width:0;margin:0;padding:0;border:0}.seller-registration-type>legend{margin-bottom:10px;color:var(--accio-text);font-size:14px;font-weight:800}.seller-registration-type-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.seller-registration-choice{display:flex;min-height:82px;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-sm);background:#fbfaff;color:var(--accio-text);cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.seller-registration-choice:has(input:checked){border-color:var(--accio-accent);background:#f2efff;box-shadow:0 0 0 2px rgba(133,103,255,.08)}.seller-registration-choice input{width:17px;height:17px;flex:0 0 auto;margin:2px 0 0;accent-color:var(--accio-accent-dark)}.seller-registration-choice span{display:grid;grid-gap:4px;gap:4px}.seller-registration-choice strong{font-size:13px}.seller-registration-choice small{color:var(--accio-muted);font-size:11px;font-weight:500;line-height:1.35}.seller-registration-consent{display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid var(--accio-border);border-radius:var(--accio-radius-md);background:hsla(0,0%,100%,.72);color:var(--accio-muted);font-size:13px;line-height:1.5}.seller-registration-consent input{width:18px;height:18px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--accio-accent-dark)}.seller-registration-alert{margin:0;padding:14px 16px;border:1px solid #edc9d0;border-radius:var(--accio-radius-sm);background:#fff1f3;color:#8d3448;font-size:14px;line-height:1.5}.seller-registration-submit{display:grid;justify-items:start;grid-gap:10px;gap:10px;padding:4px 0 0}.seller-registration-submit .button{min-height:50px;padding-inline:26px;cursor:pointer}.seller-registration-submit .button:disabled{cursor:wait;opacity:.62;transform:none}.seller-registration-submit p{margin:0;color:var(--accio-muted);font-size:12px;line-height:1.5}.seller-registration-success{max-width:900px;margin:0 auto;padding:clamp(24px,5vw,42px);border:1px solid var(--accio-border);border-radius:var(--accio-radius-lg);background:var(--accio-surface);box-shadow:var(--accio-shadow-md)}.seller-registration-status{display:inline-flex;margin:0;padding:7px 11px;border-radius:999px;background:#edf3e8;color:#506545;font-size:12px;font-weight:900}.seller-registration-success h2{margin:18px 0 10px;font-size:clamp(30px,4vw,42px);letter-spacing:-.05em}.seller-registration-success>p:not(.seller-registration-status){max-width:660px;color:var(--accio-muted);line-height:1.6}.seller-registration-success-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:24px}.seller-registration-back{color:var(--accio-accent-dark);font-size:14px;font-weight:800}@media (max-width:680px){.accio-container{width:min(var(--accio-container),calc(100% - 28px))}.header-inner{min-height:70px;flex-wrap:wrap;padding:12px 0}.desktop-nav{order:3;width:100%;justify-content:space-between;gap:14px}.desktop-nav a{font-size:13px}.header-actions{gap:12px}.header-search{display:none}.header-seller{padding:11px 14px;font-size:12px}.hero{padding:56px 0 54px}.hero h1{font-size:clamp(45px,14vw,72px)}.hero-copy{font-size:16px}.search-bar>div{padding:5px}.search-bar button{padding:0 17px}.collection-grid,.product-grid,.shop-grid,.steps-grid{grid-template-columns:1fr}.home-section{padding:64px 0}.seller-section{padding:72px 0}.seller-section-inner{grid-template-columns:1fr;gap:42px}.seller-mockup{transform:none}.page,.section{padding:52px 0 70px}.section-heading{align-items:flex-start;flex-direction:column}.seller-cta{margin-top:52px;padding:26px}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.seller-entry,.seller-page{padding:58px 0 72px}.seller-steps{grid-template-columns:1fr 1fr;margin-top:56px}.seller-form{padding:20px}.seller-form-grid{grid-template-columns:1fr}.seller-form label.full{grid-column:auto}.seller-shell{display:block;min-height:0}.seller-sidebar{display:none}.seller-main{padding:0 14px 48px}.seller-mobile-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.seller-mobile-bar>a:last-child{color:var(--accio-accent-dark);font-size:13px;font-weight:800}.seller-dashboard-heading{align-items:flex-start;flex-direction:column}.seller-stats{grid-template-columns:1fr}.seller-empty{padding:26px}.seller-marketplaces{grid-template-columns:1fr}.seller-marketplaces legend,.seller-marketplaces p{grid-column:auto}.seller-product-row{grid-template-columns:56px minmax(0,1fr)}.seller-product-thumb{width:56px;height:56px}.seller-product-row>strong{grid-column:2}.seller-product-edit{grid-column:2;justify-self:start}.seller-danger-zone{align-items:flex-start;flex-direction:column;padding:22px 20px}.seller-danger-zone .button{width:100%}.seller-store-status{align-items:flex-start;flex-direction:column;padding:22px 20px}.seller-store-card,.seller-store-preview{padding:22px 20px}.seller-store-card-heading{align-items:stretch;flex-direction:column}.seller-store-card-heading .button{width:100%}.seller-store-form-grid{grid-template-columns:1fr}.seller-store-form label.full{grid-column:auto}.seller-dialog-actions{flex-direction:column-reverse}.seller-dialog-actions .button{width:100%}.seller-register-page{padding-block:50px 72px}.seller-register-heading{margin-bottom:28px;text-align:left}.seller-register-heading h1{font-size:clamp(40px,12vw,58px)}.seller-registration-section{padding:21px 18px 22px}.seller-registration-section>legend{font-size:18px}.seller-registration-grid,.seller-registration-type-options{grid-template-columns:1fr}.seller-registration-field-full{grid-column:auto}.seller-registration-field-narrow{max-width:none}.seller-registration-choice{min-height:0}.seller-registration-submit .button{width:100%}.seller-registration-success-actions{align-items:stretch;flex-direction:column}.seller-registration-success-actions .button{width:100%}}