.marketplace-page{--mp-ink:#17152d;--mp-muted:#6c6980;--mp-purple:#6657e8;--mp-cyan:#1aa6c5;max-width:1440px;margin:0 auto;padding:0 24px 80px;color:var(--mp-ink)}
.marketplace-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:26px 40px;align-items:center;margin:16px 0 10px;padding:26px clamp(20px,3vw,38px);overflow:hidden;border:1px solid #e8e4fa;border-radius:24px;background:radial-gradient(circle at 88% 12%,rgba(43,184,205,.16),transparent 42%),radial-gradient(circle at 4% 96%,rgba(108,87,232,.13),transparent 40%),linear-gradient(135deg,#fbfaff,#f4fbfc);box-shadow:0 16px 44px rgba(48,38,105,.07)}
.marketplace-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(96,83,190,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(96,83,190,.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,#000,transparent 80%);pointer-events:none}.marketplace-hero-copy,.marketplace-hero-side{position:relative;z-index:1;min-width:0}.marketplace-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#ebe8ff;color:#5548c7;font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.marketplace-eyebrow svg{width:13px}.marketplace-hero h1{max-width:640px;margin:10px 0 6px;font-size:clamp(28px,3.4vw,42px);line-height:1.04;letter-spacing:-.04em}.marketplace-hero-copy>p{max-width:620px;margin:0;color:var(--mp-muted);font-size:clamp(13px,1.3vw,15px);line-height:1.5}
.marketplace-search{display:flex;align-items:center;width:100%;box-sizing:border-box;padding:5px 5px 5px 14px;border:1px solid #ded9f3;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(48,38,105,.1)}.marketplace-search>span{color:#7a70c7;display:flex}.marketplace-search svg{width:18px;display:block}.marketplace-search input{min-width:0;flex:1;border:0;outline:0;padding:10px;background:transparent;font:inherit;font-size:14px}.marketplace-search button{border:0;border-radius:10px;padding:10px 17px;background:var(--mp-ink);color:#fff;font-weight:800;cursor:pointer}.marketplace-trust-row{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:12px;color:#666277;font-size:11.5px;font-weight:700}.marketplace-trust-row span{display:flex;align-items:center;gap:5px}.marketplace-trust-row svg{width:14px;color:var(--mp-purple)}

.marketplace-category-nav{position:relative;z-index:20;display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 24px;padding-bottom:2px}.marketplace-category-item{position:relative;flex:none}.marketplace-category-nav a{display:flex;align-items:center;gap:5px;padding:9px 14px;border:1px solid #e6e3ee;border-radius:999px;background:#fff;color:#5f5b70;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.marketplace-category-nav a:hover,.marketplace-category-nav a.active{border-color:#7568dd;background:#edeaff;color:#5145b8}.marketplace-category-nav a>i{display:flex;transition:transform .2s ease}.marketplace-category-nav a>i svg{width:13px;display:block}.marketplace-category-item.has-children:hover>a>i,.marketplace-category-item.has-children:focus-within>a>i,.marketplace-category-item.is-open>a>i{transform:rotate(180deg)}.marketplace-category-dropdown{position:absolute;z-index:30;left:0;top:calc(100% + 8px);min-width:230px;max-width:300px;max-height:340px;overflow:auto;padding:8px;border:1px solid #e6e2f5;border-radius:16px;background:#fff;box-shadow:0 22px 48px rgba(39,31,86,.16);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.97);transform-origin:top left;transition:opacity .18s ease,transform .18s ease,visibility .18s}.marketplace-category-dropdown:before{content:"";position:absolute;left:0;right:0;top:-8px;height:8px}.marketplace-category-item.has-children:hover>.marketplace-category-dropdown,.marketplace-category-item.has-children:focus-within>.marketplace-category-dropdown,.marketplace-category-item.is-open>.marketplace-category-dropdown{opacity:1;visibility:visible;transform:none}.marketplace-category-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;box-sizing:border-box;padding:8px 11px;border:0;border-radius:10px;background:transparent;color:#39344c;font-size:13px;font-weight:600}.marketplace-category-dropdown a>b{color:#7568dd;opacity:0;transform:translateX(-4px);transition:.16s}.marketplace-category-dropdown a:hover,.marketplace-category-dropdown a.active{background:#f2effe;border-color:transparent;color:#4a3fb0}.marketplace-category-dropdown a:hover>b{opacity:1;transform:none}.marketplace-category-item.has-children>a{padding-right:11px}
.marketplace-toolbar{position:relative;z-index:15;display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 26px}.marketplace-tool{position:relative}.marketplace-tool-button{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border:1px solid #e0dcee;border-radius:12px;background:#fff;color:#3b3651;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.marketplace-tool-button:hover{border-color:#b9aef0;background:#faf9ff}.marketplace-tool-button>svg{width:16px;color:#6b5ed0}.marketplace-tool-button>em{font-style:normal;font-weight:600;color:#7a7590}.marketplace-tool-button>b{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--mp-purple);color:#fff;font-size:11px}.marketplace-tool-button>i{display:flex;margin-left:2px;color:#8b86a0;transition:transform .2s ease}.marketplace-tool-button>i svg{width:13px;display:block}.marketplace-tool-button.is-active{border-color:#7568dd;background:#f1eeff;color:#4a3fb0}.marketplace-tool.is-open>.marketplace-tool-button{border-color:#7568dd;background:#f1eeff;color:#4a3fb0;box-shadow:0 0 0 3px rgba(117,104,221,.14)}.marketplace-tool.is-open>.marketplace-tool-button>i{transform:rotate(180deg)}.marketplace-toolbar-count{margin-left:auto;color:var(--mp-muted);font-size:12.5px;font-weight:700}
.marketplace-tool-panel{position:absolute;z-index:30;left:0;top:calc(100% + 9px);min-width:272px;max-width:min(370px,calc(100vw - 32px));padding:16px;border:1px solid #e6e2f5;border-radius:18px;background:#fff;box-shadow:0 22px 48px rgba(39,31,86,.16);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top left;transition:opacity .18s ease,transform .18s ease,visibility .18s}.marketplace-tool.is-open>.marketplace-tool-panel{opacity:1;visibility:visible;transform:none}.marketplace-tool-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.marketplace-tool-panel-head strong{font-size:15px}.marketplace-tool-panel-head a{color:#6b5ed0;font-size:12px;font-weight:700}.marketplace-filter-panel{width:320px}.marketplace-filter-panel label{display:block;margin:12px 0}.marketplace-filter-panel label>span:first-child{display:block;margin-bottom:6px;color:#555166;font-size:12px;font-weight:800}.marketplace-filter-panel select{width:100%;padding:10px;border:1px solid #dedbe7;border-radius:10px;background:#fff;font:inherit;font-size:13px}.marketplace-filter-check{display:flex!important;gap:8px;align-items:flex-start}.marketplace-filter-check span{margin:0!important;font-weight:600!important}.marketplace-filter-panel form>button{width:100%;margin-top:9px;border:0;border-radius:10px;padding:10px 17px;background:var(--mp-ink);color:#fff;font:inherit;font-weight:800;cursor:pointer}
.marketplace-sort-panel{padding:12px}.marketplace-sort-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;box-sizing:border-box;padding:9px 11px;border:0;border-radius:11px;background:transparent;color:#39344c;font:inherit;font-size:13px;font-weight:700;text-align:left;cursor:pointer}.marketplace-sort-option span{display:flex;flex-direction:column;gap:2px}.marketplace-sort-option small{color:#8b86a0;font-size:11.5px;font-weight:500}.marketplace-sort-option>i{display:flex;color:var(--mp-purple);opacity:0}.marketplace-sort-option>i svg{width:15px;display:block}.marketplace-sort-option:hover{background:#f4f1fe}.marketplace-sort-option.is-selected{background:#f1eeff;color:#4a3fb0}.marketplace-sort-option.is-selected>i{opacity:1}
.marketplace-subcategories{margin-top:16px;padding:13px;border-radius:14px;background:#f6f4ff}.marketplace-subcategories>strong{display:block;margin-bottom:6px;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#766bc1}.marketplace-subcategories a{display:flex;justify-content:space-between;padding:7px 2px;color:#343047;text-decoration:none;font-size:13px}.marketplace-subcategories b{color:#7568dd}
.marketplace-content{min-width:0}.marketplace-section{margin:0 0 44px}.marketplace-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.marketplace-section-head h2{margin:0;font-size:clamp(21px,2.2vw,29px);letter-spacing:-.035em}.marketplace-section-head p{max-width:720px;margin:6px 0 0;color:var(--mp-muted);font-size:13px}.marketplace-section-head>a{flex:none;color:#5b4ec6;font-size:13px;font-weight:800;text-decoration:none}
.marketplace-product-grid,.marketplace-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}.marketplace-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.marketplace-featured-grid .marketplace-product-card .product-card{display:grid;grid-template-columns:minmax(0,44%) minmax(0,1fr);align-items:stretch;border-radius:20px}.marketplace-featured-grid .marketplace-product-card .product-cover{aspect-ratio:auto;height:100%;min-height:180px;border-radius:0}.marketplace-featured-grid .marketplace-product-card .product-card-body{display:flex;flex-direction:column;justify-content:center;padding:18px 20px}.marketplace-featured-grid .marketplace-product-card h3{font-size:18px;margin-bottom:9px}.marketplace-featured-grid .marketplace-product-card .marketplace-card-meta{margin-top:auto;padding-top:16px}.marketplace-featured-grid .marketplace-card-category{left:10px;bottom:10px}.marketplace-product-card{position:relative;min-width:0}.marketplace-product-card .product-card{height:100%;overflow:hidden;border:1px solid #e9e7ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(41,33,84,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.marketplace-product-card .product-card:hover{transform:translateY(-5px);border-color:#d7d0f6;box-shadow:0 22px 45px rgba(41,33,84,.13)}.marketplace-product-card .product-cover{position:relative;aspect-ratio:16/10;overflow:hidden;background:#efedf5}.marketplace-product-card .product-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.marketplace-product-card .product-card:hover img{transform:scale(1.035)}.marketplace-product-card .cover-placeholder{height:100%;display:grid;place-items:center;color:#857ca9;background:linear-gradient(135deg,#eeebff,#dcf7fa)}.marketplace-product-card .cover-placeholder svg{width:36px}.marketplace-card-category{position:absolute;left:10px;bottom:10px;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 8px;border-radius:999px;background:rgba(22,20,42,.78);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:800}.marketplace-product-card .product-card-body{padding:14px}.marketplace-product-card h3{margin:0 0 7px;font-size:16px;line-height:1.3}.marketplace-card-seller{display:flex;align-items:center;gap:5px;color:#767184;font-size:12px}.verified-seller-badge{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#1d8cff;color:#fff;font-size:9px;font-weight:900;box-shadow:0 0 0 2px #fff}.marketplace-card-meta{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:12px}.marketplace-card-meta .price-tag{font-size:14px}.marketplace-card-rating{color:#2f2b3a;font-size:12px;font-weight:800}.marketplace-card-rating>span{color:#f6a915}.marketplace-card-rating small{color:#898493;font-weight:500}.marketplace-report-trigger{position:absolute;z-index:4;right:9px;top:9px;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:10px;background:rgba(22,20,42,.72);backdrop-filter:blur(8px);color:#fff;cursor:pointer;opacity:0;transform:translateY(-4px);transition:.18s}.marketplace-product-card:hover .marketplace-report-trigger,.marketplace-report-trigger:focus{opacity:1;transform:none}.marketplace-report-trigger svg{width:15px}
.marketplace-empty{display:grid;place-items:center;min-height:330px;padding:50px;text-align:center;border:1px dashed #d7d2e5;border-radius:22px;background:#faf9fd}.marketplace-empty>span{width:55px;height:55px;display:grid;place-items:center;border-radius:18px;background:#ece9ff;color:#6355d0}.marketplace-empty h3{margin:15px 0 4px}.marketplace-empty p{color:var(--mp-muted)}.marketplace-empty a{margin-top:8px;color:#5e50c7;font-weight:800}.marketplace-load-state{display:none;align-items:center;justify-content:center;gap:5px;padding:25px;color:#777286}.marketplace-load-state.is-loading{display:flex}.marketplace-load-state span{width:7px;height:7px;border-radius:50%;background:#7264db;animation:mpPulse .9s infinite alternate}.marketplace-load-state span:nth-child(2){animation-delay:.15s}.marketplace-load-state span:nth-child(3){animation-delay:.3s}.marketplace-load-state small{margin-left:6px}@keyframes mpPulse{to{opacity:.25;transform:translateY(-4px)}}
.marketplace-report-dialog{max-width:min(520px,calc(100vw - 28px));padding:0;border:0;border-radius:24px;box-shadow:0 35px 90px rgba(19,15,48,.3)}.marketplace-report-dialog::backdrop{background:rgba(19,15,40,.52);backdrop-filter:blur(4px)}.marketplace-report-modal{position:relative;padding:28px}.marketplace-report-close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:27px;color:#888;cursor:pointer}.marketplace-report-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:#f1efff;color:#6153ce}.marketplace-report-icon svg{width:20px}.marketplace-report-modal h2{margin:14px 0 3px}.marketplace-report-modal>p{margin:0 0 17px;color:var(--mp-muted)}.marketplace-report-modal label{display:block;margin:13px 0}.marketplace-report-modal label>span{display:block;margin-bottom:6px;font-size:12px;font-weight:800}.marketplace-report-modal label small{color:#8a8594;font-weight:500}.marketplace-report-modal select,.marketplace-report-modal textarea{width:100%;box-sizing:border-box;padding:11px;border:1px solid #ddd9e7;border-radius:11px;background:#fff;font:inherit}.marketplace-report-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.marketplace-report-actions button{padding:10px 15px;border:1px solid #ddd9e7;border-radius:10px;background:#fff;font-weight:800;cursor:pointer}.marketplace-report-actions button[type=submit]{border-color:#201c36;background:#201c36;color:#fff}.marketplace-report-status{margin-top:12px;padding:10px;border-radius:10px;background:#e9f8ef;color:#257247;font-size:13px}.marketplace-report-status.is-error{background:#fff0f0;color:#9c3434}
@media(max-width:1180px){.marketplace-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.marketplace-hero{grid-template-columns:minmax(0,1fr) 320px}}
@media(max-width:900px){.marketplace-page{padding-inline:16px}.marketplace-hero{grid-template-columns:1fr;gap:18px;padding:24px 22px}.marketplace-featured-grid{grid-template-columns:1fr}}
@media(max-width:680px){.marketplace-page{padding-inline:11px}.marketplace-hero{margin-top:8px;padding:20px 17px;border-radius:20px}.marketplace-hero h1{font-size:29px}.marketplace-search{padding-left:13px}.marketplace-search button{padding-inline:14px}.marketplace-trust-row{gap:10px}.marketplace-section{margin-bottom:42px}.marketplace-toolbar{margin-bottom:20px}.marketplace-tool{position:static}.marketplace-tool-panel{left:0;right:0;min-width:0;max-width:none}.marketplace-filter-panel{width:auto}.marketplace-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.marketplace-featured-grid{grid-template-columns:1fr;gap:11px}.marketplace-featured-grid .marketplace-product-card .product-card{grid-template-columns:minmax(0,40%) minmax(0,1fr);border-radius:14px}.marketplace-featured-grid .marketplace-product-card .product-cover{min-height:126px}.marketplace-featured-grid .marketplace-product-card .product-card-body{padding:12px 13px}.marketplace-featured-grid .marketplace-product-card h3{font-size:15px}.marketplace-featured-grid .marketplace-product-card .marketplace-card-meta{padding-top:10px}.marketplace-product-card .product-card{border-radius:14px}.marketplace-product-card .product-card-body{padding:10px}.marketplace-product-card h3{font-size:14px}.marketplace-card-meta{align-items:flex-start;flex-direction:column;margin-top:8px}.marketplace-report-trigger{opacity:1;transform:none;width:30px;height:30px}.marketplace-section-head{align-items:flex-start}.marketplace-section-head p{display:none}}
@media(max-width:420px){.marketplace-card-seller{max-width:130px;overflow:hidden}.marketplace-card-seller>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@keyframes mpRise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes mpFade{from{opacity:0}to{opacity:1}}@keyframes mpPop{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
.marketplace-page{animation:mpFade .3s ease both}.marketplace-page>.marketplace-hero{animation:mpRise .55s cubic-bezier(.22,.75,.3,1) both}.marketplace-hero-copy>*{animation:mpRise .5s cubic-bezier(.22,.75,.3,1) both;animation-delay:.08s}.marketplace-hero-copy>h1{animation-delay:.14s}.marketplace-hero-copy>p{animation-delay:.2s}.marketplace-hero-side>*{animation:mpRise .5s cubic-bezier(.22,.75,.3,1) both;animation-delay:.24s}.marketplace-hero-side>.marketplace-trust-row{animation-delay:.3s}.marketplace-page>.marketplace-category-nav{animation:mpRise .55s cubic-bezier(.22,.75,.3,1) both;animation-delay:.1s}.marketplace-category-item:nth-child(1){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.140s}.marketplace-category-item:nth-child(2){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.165s}.marketplace-category-item:nth-child(3){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.190s}.marketplace-category-item:nth-child(4){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.215s}.marketplace-category-item:nth-child(5){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.240s}.marketplace-category-item:nth-child(6){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.265s}.marketplace-category-item:nth-child(7){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.290s}.marketplace-category-item:nth-child(8){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.315s}.marketplace-category-item:nth-child(9){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.340s}.marketplace-category-item:nth-child(10){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.365s}.marketplace-category-item:nth-child(11){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.390s}.marketplace-category-item:nth-child(12){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:0.415s}.marketplace-category-item:nth-child(n+13){animation:mpPop .42s cubic-bezier(.22,.75,.3,1) both;animation-delay:.44s}.marketplace-page>.marketplace-toolbar{animation:mpRise .55s cubic-bezier(.22,.75,.3,1) both;animation-delay:.18s}.marketplace-content>.marketplace-section{animation:mpRise .55s cubic-bezier(.22,.75,.3,1) both;animation-delay:.24s}.marketplace-content>.marketplace-section:nth-of-type(2){animation-delay:.32s}.marketplace-content>.marketplace-section:nth-of-type(3){animation-delay:.4s}.marketplace-content>.marketplace-section:nth-of-type(n+4){animation-delay:.46s}.marketplace-section .marketplace-product-card:nth-child(-n+8),.marketplace-featured-grid .marketplace-product-card:nth-child(-n+6){animation:mpPop .5s cubic-bezier(.22,.75,.3,1) both}.marketplace-product-card:nth-child(2){animation-delay:.05s}.marketplace-product-card:nth-child(3){animation-delay:.1s}.marketplace-product-card:nth-child(4){animation-delay:.15s}.marketplace-product-card:nth-child(5){animation-delay:.2s}.marketplace-product-card:nth-child(6){animation-delay:.25s}.marketplace-product-card:nth-child(7){animation-delay:.3s}.marketplace-product-card:nth-child(8){animation-delay:.35s}
@media(prefers-reduced-motion:reduce){.marketplace-page,.marketplace-page *{animation:none!important}.marketplace-category-dropdown,.marketplace-tool-panel{transition:none}}
