@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap";.notification-list{display:grid;gap:12px}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px}.content-card{border:1px solid rgba(15,23,42,.1);border-radius:8px;padding:20px;background:#fff}.section-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{margin:0}.section-heading p,.success-message,.error-message{color:#64748b}.success-message,.error-message{border-radius:8px;margin-bottom:16px;padding:12px 14px}.success-message{background:#ecfdf5;color:#047857}.error-message{background:#fef2f2;color:#b91c1c}.notification-item{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid rgba(15,23,42,.1);border-radius:8px;padding:14px;background:#fff}.notification-item.unread{border-color:#2563eb59;background:#eff6ff}.notification-item>svg{width:22px;height:22px;color:#2563eb}.notification-item a{color:#0f172a;font-weight:700;text-decoration:none}.notification-item p{margin:4px 0;color:#475569}.notification-item small{color:#64748b}:root{font-family:Be Vietnam Pro,Segoe UI,sans-serif;color:#111318;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page: #ffffff;--panel: #ffffff;--panel-soft: #f5f5f5;--line: #e8e8e8;--line-strong: #d2d2d2;--text: #111318;--text-dim: #6f7480;--muted: #a0a5af;--accent: #f02314;--accent-dark: #b90703;--dark: #050608;--error: #d33131;--success: #4f9f45;--warning: #f2a500;--shadow: 0 18px 42px rgba(17, 19, 24, .1);--shadow-soft: 0 8px 24px rgba(17, 19, 24, .06);--radius: 4px}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}code,pre{font-family:Cascadia Code,Consolas,monospace}#root,.app-frame{min-height:100vh}.site-container,.content-area{width:min(1400px,calc(100% - 44px));margin:0 auto}.top-strip{color:#fff;background:#000;font-size:.86rem;font-weight:500}.top-strip-inner,.main-header-inner,.top-links,.desktop-nav,.header-actions,.mobile-nav{display:flex;align-items:center}.top-strip-inner{min-height:44px;justify-content:space-between;gap:20px}.top-strip-inner>span:nth-child(2){color:#ffffffb8;font-weight:600}.top-links{gap:16px}.main-header{border-bottom:1px solid var(--line);background:#fff}.main-header-inner{min-height:92px;gap:28px}.brand-mark{display:inline-flex;align-items:center;min-width:188px;gap:12px;color:#111318;text-decoration:none}.brand-cube{display:grid;width:42px;height:42px;place-items:center;color:#fff;background:var(--accent);clip-path:polygon(50% 0,92% 24%,92% 74%,50% 100%,8% 74%,8% 24%);font-weight:700;letter-spacing:-.08em}.brand-mark strong,.brand-mark small{display:block;line-height:1.05}.brand-mark strong{font-size:1.45rem;font-weight:700}.brand-mark small{margin-top:4px;color:var(--text-dim);font-size:.72rem;font-weight:500;text-transform:uppercase}.desktop-nav{flex:1;justify-content:center;gap:30px}.nav-link{display:inline-flex;align-items:center;min-height:42px;color:#111318;text-decoration:none;white-space:nowrap;font-size:.94rem;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--accent)}.header-actions{gap:14px;justify-content:flex-end}.icon-search{display:grid;width:260px;grid-template-columns:minmax(0,1fr) 42px;border-bottom:1px solid transparent}.icon-search:focus-within{border-bottom-color:var(--accent)}.icon-search input,.icon-search button{height:40px;border:0;outline:0;background:transparent}.icon-search input{min-width:0;color:var(--text)}.icon-search button{color:#111318;font-size:.72rem;font-weight:600;text-transform:uppercase;line-height:1}.cart-icon-button,.avatar-button,.logout-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;color:#111318;text-decoration:none;background:transparent}.cart-icon-button{position:relative;width:44px;font-size:.74rem;font-weight:600;text-transform:uppercase}.cart-icon-svg{width:25px;height:25px;fill:currentColor}.user-icon-svg{display:none;width:22px;height:22px;fill:currentColor}.cart-icon-button:hover .cart-icon-svg,.cart-icon-button.active .cart-icon-svg{color:var(--accent)}.cart-icon-button span{position:absolute;top:-2px;right:-2px;display:grid;min-width:18px;height:18px;place-items:center;border-radius:999px;color:#fff;background:var(--accent);font-size:.7rem;font-weight:600}.avatar-button{width:42px;border:0;border-radius:999px;color:#fff;background:#c9d8ff;box-shadow:inset 0 0 0 4px #eef3ff;font-weight:600}.profile-menu{position:relative;display:inline-flex;justify-content:flex-end}.profile-account-button{display:inline-flex;min-height:38px;max-width:180px;align-items:center;gap:7px;border:0;border-radius:999px;padding:0 10px;color:#202124;background:transparent;font-weight:700}.profile-account-button svg{width:18px;height:18px;flex:0 0 auto;stroke-width:2}.profile-account-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-account-button:hover{background:#f5f5f5}.cart-menu{position:relative;display:inline-flex}.cart-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:30;display:grid;min-width:320px;padding:10px 0 0;border:1px solid var(--line);background:#fff;box-shadow:0 18px 42px #11131824;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .14s ease,transform .14s ease}.cart-menu:hover .cart-dropdown,.cart-menu:focus-within .cart-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.cart-dropdown:before{content:"";position:absolute;top:-12px;right:0;width:100%;height:12px}.cart-dropdown-head,.cart-dropdown-footer{display:grid;gap:4px;padding:0 16px 14px}.cart-dropdown-head{border-bottom:1px solid var(--line)}.cart-dropdown-head small,.cart-preview-item small,.cart-dropdown-footer span{color:var(--text-dim)}.cart-preview-list{display:grid}.cart-preview-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:12px 16px;color:#111318;text-decoration:none}.cart-preview-item:hover{background:#f5f5f5}.cart-preview-thumb{display:grid;width:44px;height:44px;place-items:center;color:#fff;background:#111318;font-size:.8rem;font-weight:600;overflow:hidden}.cart-preview-thumb img{width:100%;height:100%;object-fit:cover}.cart-preview-item strong{display:block;margin-bottom:4px;font-size:.88rem;font-weight:500;line-height:1.4}.cart-dropdown-footer{border-top:1px solid var(--line);padding-top:14px}.cart-dropdown-footer div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-dropdown-actions{display:flex;gap:10px;margin-top:8px}.cart-dropdown-actions .link-button{min-height:40px;flex:1}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;width:max(100%,228px);padding:8px 0;border:1px solid var(--line);border-radius:2px;background:#fff;box-shadow:0 12px 28px #1113181f;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.profile-menu:hover .profile-dropdown,.profile-menu:focus-within .profile-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.profile-dropdown:before{content:"";position:absolute;top:-8px;right:0;width:100%;height:8px}.profile-dropdown-head{display:grid;gap:3px;padding:10px 16px 12px;border-bottom:1px solid var(--line)}.profile-dropdown-head strong{font-size:.92rem;font-weight:600}.profile-dropdown-head span{color:var(--text-dim);font-size:.78rem}.profile-dropdown a,.profile-dropdown button{display:block;width:100%;min-height:34px;border:0;padding:8px 16px;color:#3f4652;background:#fff;text-align:left;text-decoration:none;font-size:.84rem;font-weight:500}.profile-dropdown a:hover,.profile-dropdown button:hover{color:var(--accent);background:#f4f6fb}.logout-button,.text-button{border:0;padding:0;color:var(--text-dim);background:transparent;font-weight:500}.mobile-nav-wrap{display:none;border-bottom:1px solid var(--line);background:#fff}.mobile-nav{min-height:48px;gap:22px;overflow-x:auto}.content-area{padding:0 0 86px}.home-page{display:grid;gap:38px}.tech-hero{position:relative;min-height:328px;display:grid;grid-template-columns:minmax(0,1fr) 46%;align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 45%,rgba(7,92,255,.22),transparent 18%),linear-gradient(90deg,#050608,#0a0d12 62%,#1d222c)}.hero-copy{position:relative;z-index:1;max-width:720px;padding:56px 70px}.hero-brand{display:inline-flex;margin-bottom:16px;font-size:1.3rem;font-weight:600;letter-spacing:.08em}.hero-copy h1{max-width:690px;margin:0;font-size:clamp(2.2rem,4vw,4.7rem);line-height:1.04;letter-spacing:-.04em}.hero-copy p{max-width:560px;margin:18px 0 24px;color:#ffffffc2;font-size:1rem;line-height:1.7}.hero-cta{display:inline-flex;min-height:42px;align-items:center;padding:0 22px;color:#000;background:#fff;text-decoration:none;font-weight:600}.hero-device{position:relative;min-height:300px}.device-screen,.device-tower{position:absolute;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 50% 50%,rgba(7,92,255,.36),transparent 28%),linear-gradient(145deg,#303744,#090b10);box-shadow:0 28px 80px #0006}.device-screen{top:38px;left:8%;width:310px;height:150px;color:#ffffffd1;font-weight:600;letter-spacing:.18em}.device-tower{right:15%;bottom:34px;width:128px;height:218px}.device-tower:after{content:"";width:48px;height:48px;border-radius:50%;background:radial-gradient(circle,#075cff 0,#075cff 34%,#1b1f28 35%,#1b1f28)}.hero-arrow{position:absolute;z-index:2;left:0;width:46px;height:54px;border:0;color:#fff;background:#00000061;font-size:2.2rem}.hero-arrow.right{right:0;left:auto}.store-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-top:2px}.store-section-heading h2{margin:0 0 8px;font-size:1.55rem}.store-section-heading p{margin:0;color:var(--text-dim)}.store-section-heading a{color:var(--accent);font-weight:500}.tech-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px}.tech-product-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.tech-product-card{display:grid;gap:9px;color:#111318;text-decoration:none}.tech-product-card:hover .tech-thumb{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.stock-line,.rating-line{display:flex;align-items:center;gap:7px;color:var(--success);font-size:.76rem}.stock-line span{width:8px;height:8px;border-radius:999px;background:var(--success)}.tech-thumb{display:grid;height:150px;place-items:center;transition:transform .16s ease,box-shadow .16s ease;background:radial-gradient(circle at 52% 44%,rgba(7,92,255,.15),transparent 26%),#f5f7fb}.tech-thumb span{display:grid;width:72px;height:72px;place-items:center;border-radius:999px;color:#fff;background:#111318;font-weight:600}.rating-line{color:var(--warning)}.rating-line small{color:var(--muted)}.tech-product-card strong{min-height:44px;color:var(--text);line-height:1.45}.tech-product-card small{color:var(--text-dim)}.price-line{color:#000;font-size:1.08rem;font-weight:600}.zip-banner{display:flex;align-items:center;justify-content:center;gap:18px;min-height:70px;color:#2b3152;background:#f2f5fb;font-size:1.08rem}.zip-banner strong{color:var(--accent);font-size:1.45rem}.zip-banner a{color:#2b3152;font-weight:500}.category-feature-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px}.feature-tile{display:grid;align-content:end;min-height:280px;padding:32px;color:#fff;text-decoration:none;background:radial-gradient(circle at 80% 20%,rgba(7,92,255,.22),transparent 24%),linear-gradient(145deg,#111318,#050608)}.feature-tile span,.feature-tile small{color:#ffffffb8}.feature-tile strong{margin:8px 0 28px;font-size:1.55rem}.category-grid,.brand-strip,.service-row,.context-grid,.entity-grid,.compact-list,.data-grid,.evidence-grid,.offer-gallery-grid,.evidence-list,.tag-row{display:grid;gap:14px}.admin-dispute-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-dispute-review-card{display:grid;gap:14px;border:1px solid var(--line);padding:16px;background:#fff}.admin-dispute-review-head{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:12px}.admin-dispute-review-head span,.admin-dispute-review-head small,.admin-evidence-list small,.admin-timeline-list span,.admin-timeline-list small{color:var(--text-dim)}.admin-dispute-review-head strong{display:block;margin-top:4px}.admin-evidence-list,.admin-timeline-list{display:grid;gap:10px}.admin-evidence-list a{display:grid;gap:4px;border:1px solid #f0d7d7;padding:12px;color:#111318;background:snow;text-decoration:none}.admin-evidence-list a:hover{border-color:var(--accent)}.admin-evidence-list span{color:var(--accent);font-size:.78rem;font-weight:700}.admin-timeline-list article{display:grid;gap:5px;border-left:3px solid #e49a43;padding:4px 0 8px 12px}.admin-timeline-list p{margin:0;color:#333}.admin-raw-json{border:1px solid var(--line);padding:12px;background:#fff}.admin-raw-json summary{cursor:pointer;color:var(--text-dim);font-weight:600}.admin-management-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.admin-management-sidebar{position:sticky;top:92px;display:grid;gap:8px;border:1px solid #e6e6e6;background:#fff;padding:16px;box-shadow:var(--shadow-soft)}.admin-sidebar-head{display:flex;gap:12px;align-items:center;border-bottom:1px solid #eeeeee;padding-bottom:14px;margin-bottom:4px}.admin-sidebar-head>span{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;color:#fff;background:#e49a43;font-weight:800}.admin-sidebar-head div{display:grid;gap:3px}.admin-sidebar-head small{color:#777}.admin-management-sidebar button{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;border:0;border-left:3px solid transparent;padding:0 12px;color:#222;background:transparent;cursor:pointer;font:inherit;font-weight:600;text-align:left}.admin-management-sidebar button:hover,.admin-management-sidebar button.active{border-left-color:#e49a43;color:#db4444;background:#fff7ef}.admin-management-sidebar button span{display:inline-flex;min-width:26px;min-height:24px;align-items:center;justify-content:center;border-radius:999px;padding:0 8px;color:#fff;background:#db4444;font-size:.78rem}.admin-management-main{display:grid;gap:18px;min-width:0}.admin-dashboard{display:grid;gap:18px}.admin-metric-grid,.admin-queue-grid,.admin-breakdown-grid{display:grid;gap:14px}.admin-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-queue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-breakdown-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-metric-card,.admin-queue-card,.admin-breakdown-card{border:1px solid #e6e6e6;background:#fff}.admin-metric-card{display:grid;gap:7px;min-height:126px;align-content:center;padding:18px;border-left:4px solid #9ca3af}.admin-metric-card.warning{border-left-color:#e49a43}.admin-metric-card.danger{border-left-color:#db4444}.admin-metric-card.success{border-left-color:#16a05d}.admin-metric-card span,.admin-queue-head span{color:#777;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-metric-card strong{color:#111;font-size:2rem;line-height:1}.admin-metric-card small,.admin-queue-head small,.admin-table-row>span,.admin-table-row div span{color:#666}.admin-queue-card,.admin-breakdown-card{display:grid;gap:12px;padding:16px}.admin-queue-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #eeeeee}.admin-queue-head strong{display:block;margin-top:4px;font-size:1rem}.admin-table-list{display:grid;gap:8px}.admin-table-row{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(90px,.7fr) minmax(120px,.9fr) minmax(100px,.8fr);gap:12px;align-items:center;border:1px solid #eeeeee;padding:12px;background:#fafafa}.admin-table-row div{display:grid;gap:3px}.admin-table-row strong{color:#111}.admin-table-button{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left}.admin-table-button:hover{border-color:#e49a43;background:#fffaf5}.admin-doc-link-row{display:flex;flex-wrap:wrap;gap:8px}.admin-doc-link-row a{display:inline-flex;min-height:30px;align-items:center;border:1px solid #f0d7d7;padding:0 10px;color:#db4444;background:#fff;text-decoration:none;font-size:.82rem;font-weight:600}.admin-breakdown-card h3{margin:0;font-size:.98rem}.admin-breakdown-list{display:grid;gap:8px}.admin-breakdown-list div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f0f0;padding-bottom:8px}.admin-breakdown-list div:last-child{border-bottom:0;padding-bottom:0}.admin-breakdown-list span{color:#666}.admin-breakdown-list strong{color:#111}.admin-kyc-review-list{display:grid;gap:14px}.admin-kyc-note{display:grid;gap:8px}.admin-kyc-note input{min-height:42px;border:1px solid #d8d8d8;padding:0 12px;background:#fff;font:inherit}.admin-kyc-card{display:grid;gap:16px;border:1px solid #e6e6e6;padding:16px;background:#fff}.admin-kyc-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.admin-kyc-card-head>div{display:grid;gap:4px}.admin-kyc-card-head span,.admin-kyc-info-grid span{color:#666}.admin-kyc-card-head strong{font-size:1.05rem}.admin-kyc-info-grid,.admin-kyc-document-grid{display:grid;gap:12px}.admin-kyc-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-kyc-info-grid div{display:grid;gap:4px;border:1px solid #eeeeee;padding:12px;background:#fafafa}.admin-kyc-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-kyc-document{display:grid;gap:10px;border:1px solid #eeeeee;padding:12px;color:#111;background:#fafafa;text-decoration:none}.admin-kyc-document img{display:block;width:100%;height:220px;object-fit:cover;border:1px solid #dddddd;background:#fff}.admin-kyc-document>span{display:grid;height:220px;place-items:center;border:1px dashed #dddddd;color:#777}.admin-shop-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-shop-list-card{display:grid;gap:12px;border:1px solid #e6e6e6;padding:16px;background:#fff}.admin-shop-list-card.active{border-color:#e49a43;box-shadow:0 0 0 3px #e49a431f}.admin-shop-list-card h3,.admin-shop-list-card p{margin:0}.admin-shop-list-card .secondary-button{min-height:40px}.admin-order-list,.admin-dispute-list{display:grid;gap:16px}.admin-order-card,.admin-dispute-card{display:grid;gap:14px;border:1px solid #e6e6e6;padding:16px;background:#fff}.admin-order-card{max-width:none;box-shadow:none}.admin-order-card .tiny-shop-logo{color:#fff}.admin-order-shop-link{color:#e49a43;font-size:.9rem}.admin-order-status-pill{display:inline-flex;min-height:38px;align-items:center;border-radius:4px;padding:0 18px;color:#fff;background:#db4444;font-weight:700;text-transform:uppercase}.admin-model-default-status{display:grid;gap:5px;border:1px solid #eeeeee;padding:12px;background:#fafafa}.admin-model-default-status span,.admin-model-default-status small,.admin-model-main span,.admin-model-main p{color:#666}.admin-model-default-status strong{color:#00a651}.admin-model-list{display:grid;gap:10px}.admin-model-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid #e6e6e6;padding:14px;background:#fff}.admin-model-main{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(130px,.8fr) minmax(160px,1fr) minmax(140px,.8fr);gap:12px;align-items:center}.admin-model-main h3,.admin-model-main p{margin:0}.admin-model-main>div{display:grid;gap:4px}.admin-model-toggle{display:inline-flex;min-width:150px;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid #dddddd;border-radius:999px;padding:0 12px;color:#666;background:#f5f5f5;font:inherit;font-size:.86rem;font-weight:700}.admin-model-toggle span{display:block;width:16px;height:16px;border-radius:999px;background:#999}.admin-model-toggle.active{border-color:#cdebd8;color:#00a651;background:#f1fff7}.admin-model-toggle.active span{background:#00a651}.admin-dispute-card.active{border-color:#e49a43;box-shadow:0 0 0 3px #e49a431f}.admin-order-card header,.admin-order-card footer,.admin-dispute-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.admin-order-card header>div,.admin-dispute-card-head>div{display:grid;gap:5px}.admin-order-card header span,.admin-order-card footer,.admin-order-main span{color:#666}.admin-order-card header strong{color:#111;font-size:1.05rem}.admin-order-card header .tag{min-height:32px;border:0;border-radius:999px;padding:0 14px;color:#fff;background:#db4444;font-weight:700}.admin-order-main{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-order-main>div{display:grid;gap:8px;min-height:92px;align-content:center;border:1px solid #eeeeee;padding:12px;background:#fafafa}.admin-order-main strong{color:#111;line-height:1.35}.admin-order-items{display:flex;flex-wrap:wrap;gap:8px}.admin-order-items span{display:inline-flex;min-height:32px;align-items:center;border:1px solid #eeeeee;padding:0 10px;background:#fafafa;font-size:.86rem}.admin-order-card footer strong{color:#db4444}.admin-order-card footer{align-items:center;padding-top:2px}.admin-requirement-card,.admin-shop-list-card{border-radius:0}.admin-requirement-card h3,.admin-requirement-card p{margin:0}.admin-document-files a{display:grid;min-width:180px;min-height:40px;gap:8px;border-color:#f0d7d7;color:#db4444;font-weight:700}.admin-document-files img{width:100%;height:130px;object-fit:cover;border:1px solid #eeeeee;background:#fff}.admin-requirement-card .storefront-card-actions,.entity-card .storefront-card-actions{justify-content:flex-start}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.category-tile{display:grid;gap:8px;min-height:132px;align-content:center;border:1px solid var(--line);color:var(--text);background:#fff;text-align:center;text-decoration:none}.category-tile:hover{color:#fff;background:var(--accent);border-color:var(--accent)}.category-tile span{color:var(--accent);font-weight:600}.category-tile:hover span{color:#fff}.brand-strip{grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;min-height:96px}.brand-strip span{color:#727782;font-size:1.18rem;font-weight:600;text-align:center;filter:grayscale(1);opacity:.72}.review-panel{display:grid;gap:20px;max-width:880px;margin:40px auto;padding:42px;text-align:center;background:#f3f6fd}.review-panel blockquote{margin:0;color:#1e2430;font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.7}.service-row{grid-template-columns:repeat(3,minmax(0,1fr));margin:34px 0 10px}.service-row div{display:grid;justify-items:center;gap:8px;text-align:center}.service-row span{display:grid;width:56px;height:56px;place-items:center;border-radius:999px;color:#fff;background:var(--accent);font-weight:600}.service-row p{max-width:280px;margin:0;color:var(--text-dim)}.page-stack{display:grid;gap:22px;padding-top:34px}.account-page{display:grid;gap:16px;max-width:960px;margin:0 auto;padding:28px 0 0}.catalog-page,.cart-store-page{display:grid;gap:22px;padding-top:28px}.catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:stretch;min-height:230px;padding:38px 42px;color:#fff;background:radial-gradient(circle at 82% 42%,rgba(7,92,255,.28),transparent 24%),linear-gradient(120deg,#050608,#181d28)}.catalog-hero span,.feature-tile span{color:#ffffffb8;font-size:.86rem}.catalog-hero h1{max-width:640px;margin:8px 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;letter-spacing:-.04em}.catalog-hero p{max-width:560px;margin:0;color:#ffffffbd;line-height:1.7}.catalog-feature-card{display:grid;align-content:end;gap:10px;padding:26px;color:#111318;background:#fff;text-decoration:none}.catalog-feature-card small{color:var(--text-dim)}.catalog-feature-card strong{font-size:1.2rem}.catalog-feature-card span{color:var(--accent);font-weight:600}.catalog-toolbar{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr) minmax(190px,.65fr);gap:16px;padding:18px;background:#f4f6fb}.catalog-toolbar label,.cart-summary label{display:grid;gap:7px;color:#111318;font-size:.84rem;font-weight:500}.catalog-toolbar input,.catalog-toolbar select,.cart-summary input,.cart-summary textarea,.cart-line input{min-height:42px;border:1px solid var(--line-strong);padding:0 12px;background:#fff}.cart-summary textarea{min-height:92px;padding:12px;resize:vertical}.checkout-address-card{display:grid;gap:12px;border:1px solid var(--line);padding:14px;background:#fafafa}.checkout-address-card strong,.checkout-address-card small,.checkout-address-card span{display:block}.checkout-address-card small{margin-top:5px;color:var(--text-dim);line-height:1.5}.catalog-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:30px;align-items:start}.catalog-sidebar{display:grid;gap:4px;padding:18px;border:1px solid var(--line);background:#fff}.catalog-sidebar h3{margin:0 0 10px;font-size:1rem}.catalog-sidebar button,.catalog-side-link{min-height:34px;border:0;padding:7px 0;color:#4c5361;background:transparent;text-align:left;text-decoration:none;font-size:.88rem}.catalog-sidebar button:hover,.catalog-sidebar button.active,.catalog-side-link:hover{color:var(--accent)}.catalog-side-link{margin-top:12px;border-top:1px solid var(--line);padding-top:14px;font-weight:500}.catalog-results{display:grid;gap:18px}.catalog-result-head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-dim)}.catalog-result-head strong{color:#111318}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.catalog-card{display:grid;gap:9px;border:1px solid #eeeeee;border-radius:8px;padding:10px;background:#fff}.catalog-thumb{position:relative;display:grid;min-height:180px;height:180px;place-items:center;background:radial-gradient(circle at 52% 42%,rgba(7,92,255,.14),transparent 26%),#f5f7fb}.catalog-thumb span{display:grid;width:74px;height:74px;place-items:center;border-radius:999px;color:#fff;background:#111318;font-weight:600}.catalog-thumb img,.marketplace-product-thumb img{width:100%;height:100%;display:block;object-fit:cover}.product-stock-badge{position:absolute;right:8px;bottom:8px;max-width:calc(100% - 16px);border-radius:999px;padding:5px 9px;color:#137a45;background:#eaf8f0f5;font-size:.72rem;font-weight:700;line-height:1.2;box-shadow:0 4px 12px #11131814}.catalog-title{min-height:44px;color:#111318;text-decoration:none;line-height:1.45}.catalog-card p{margin:0;color:var(--text-dim);font-size:.86rem}.catalog-price{color:#000;font-size:1.1rem}.catalog-card-actions{display:flex;align-items:center;gap:12px}.catalog-card-actions button{min-height:36px;border:1px solid var(--accent);padding:0 14px;color:#fff;background:var(--accent)}.catalog-card-actions a{color:var(--accent);font-size:.86rem;text-decoration:none}.cart-store-page h1{margin:0;font-size:1.75rem;font-weight:600}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}.cart-table{border:1px solid var(--line);background:#fff}.cart-table-head,.cart-line{display:grid;grid-template-columns:minmax(0,1.8fr) 150px 120px 170px;gap:16px;align-items:center;padding:16px 18px}.cart-table-head{color:var(--text-dim);background:#f4f6fb;font-size:.84rem}.cart-line{border-top:1px solid var(--line)}.cart-line.selected{background:#f7f9ff}.cart-product{display:flex;align-items:center;gap:14px;border:0;padding:0;color:inherit;background:transparent;text-align:left}.cart-product-thumb{display:grid;width:58px;height:58px;flex:0 0 auto;place-items:center;color:#fff;background:#111318;font-weight:600}.cart-product strong,.cart-product small{display:block}.cart-product small{margin-top:4px;color:var(--text-dim)}.cart-line input{width:76px}.cart-line-total{display:grid;gap:4px}.cart-line-total button{width:fit-content;border:0;padding:0;color:var(--accent);background:transparent;font-size:.82rem}.cart-summary{display:grid;gap:16px;padding:22px;border:1px solid var(--line);background:#f4f6fb}.cart-summary h2{margin:0;font-size:1.2rem}.cart-summary>div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:12px}.cart-summary span{color:var(--text-dim)}.payment-method-panel,.payment-method-options{display:grid;gap:10px}.payment-method-option{display:grid;gap:4px;border:1px solid var(--line);padding:12px;color:#111318;background:#fff;text-align:left}.payment-method-option.active{border-color:#db444466;background:#fff8f8;box-shadow:0 0 0 3px #db444414}.payment-method-option strong,.payment-method-option small{display:block}.payment-method-option small{color:var(--text-dim);line-height:1.5}.cart-empty{display:grid;justify-items:start;gap:12px;min-height:260px;align-content:center;padding:42px;background:#f4f6fb}.cart-empty h2,.cart-empty p{margin:0}.product-detail-page{display:grid;gap:28px;padding-top:28px}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:42px;align-items:start}.product-gallery{display:grid;gap:18px}.product-main-image{display:grid;min-height:520px;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(7,92,255,.14),transparent 26%),#f5f7fb}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-main-image span{display:grid;width:120px;height:120px;place-items:center;border-radius:999px;color:#fff;background:#111318;font-size:1.7rem;font-weight:600}.product-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:14px}.product-thumb-small{display:grid;min-height:92px;place-items:center;overflow:hidden;border:2px solid transparent;border-radius:6px;background:#f5f7fb;cursor:pointer;padding:0}.product-thumb-small img{width:100%;height:100%;object-fit:cover}.product-thumb-small.active{border-color:#e49a43}.product-thumb-small:focus-visible{outline:3px solid rgba(228,154,67,.28);outline-offset:2px}.product-info-panel{display:grid;gap:16px;align-content:start}.product-info-panel h1{margin:0;color:#111318;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.12;letter-spacing:-.035em}.product-info-panel p{margin:0;color:var(--text-dim);line-height:1.7}.product-rating{color:var(--warning);font-size:.9rem}.product-rating span{color:var(--text-dim)}.product-detail-price{color:#000;font-size:1.75rem}.product-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.product-trust-grid>div{display:grid;gap:5px;border:1px solid #e5e5e5;border-left:3px solid #16a05d;border-radius:8px;padding:12px;background:#fff}.product-trust-grid span,.trace-summary span{color:var(--text-dim);font-size:.76rem;font-weight:600}.product-trust-grid strong,.trace-summary strong{font-size:.86rem;line-height:1.4}.product-meta-list{display:grid;gap:8px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-dim);font-size:.9rem}.product-purchase-row{display:flex;flex-wrap:wrap;align-items:end;gap:12px}.product-purchase-row label{display:grid;gap:7px;color:#111318;font-size:.84rem;font-weight:500}.product-purchase-row input{width:90px;min-height:42px;border:1px solid var(--line-strong);padding:0 12px}.product-tabs{display:grid;grid-template-columns:1fr 1fr;gap:34px;border:1px solid #e5e5e5;padding:0;background:#fff}.product-tabs h2{display:inline-flex;margin:0 0 18px;border-bottom:2px solid #e49a43;padding-bottom:10px;color:#e49a43;font-size:1rem;text-transform:uppercase}.product-tabs>div{padding:24px}.product-tabs p{margin:0;color:var(--text-dim);line-height:1.7}.trace-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.trace-summary>div{display:grid;gap:4px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fbfbfb}.document-list{display:grid;gap:10px}.document-list a{display:grid;gap:4px;padding:12px;border:1px solid var(--line);color:#111318;text-decoration:none;background:#f7f9fd}.document-list span{color:var(--text-dim);font-size:.84rem}.resale-provenance-chain,.order-provenance-chain{display:grid;gap:12px;border:1px solid #d8dee8;border-left:4px solid #16a05d;border-radius:8px;padding:14px;background:#f8fafc}.resale-provenance-chain>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.resale-provenance-chain span{color:#64748b;font-size:.78rem;font-weight:700;text-transform:uppercase}.resale-provenance-chain strong,.order-provenance-chain strong{overflow-wrap:anywhere}.resale-provenance-chain ol,.order-provenance-chain ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.resale-provenance-chain li,.order-provenance-chain li{display:grid;gap:4px;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;background:#fff}.resale-provenance-chain small,.order-provenance-chain small{color:#64748b;line-height:1.45}.lineage-chain{display:grid;gap:10px}.lineage-terminal{display:grid;gap:6px;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;background:#eef6f0}.lineage-terminal span{color:#475569;font-size:.76rem;font-weight:700;text-transform:uppercase}.lineage-terminal strong{display:grid;gap:3px}.lineage-terminal small{color:#64748b;font-weight:500}.lineage-chain ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.lineage-chain li{display:grid;grid-template-columns:minmax(56px,88px) 1fr;gap:4px 12px;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;background:#fff}.lineage-chain li>span{grid-row:span 3;align-self:start;color:#0f766e;font-size:.78rem;font-weight:800;text-transform:uppercase}.lineage-chain li>strong,.lineage-chain li>small,.lineage-chain li>em{min-width:0;overflow-wrap:anywhere}.lineage-chain li>small,.lineage-chain li>em{color:#64748b;font-size:.82rem;font-style:normal;line-height:1.4}.catalog-channel-hero{background:linear-gradient(120deg,#00a650e6,#db4444db),#111318}.wholesale-catalog .catalog-channel-hero{background:linear-gradient(120deg,#143245,#7d3f15),#111318}.catalog-feature-card em,.catalog-minimum{color:#7d3f15;font-size:.84rem;font-style:normal;font-weight:600}.wholesale-gate{justify-items:start;gap:12px;padding:34px}.wholesale-gate h2,.wholesale-gate p{margin:0}.product-detail-tabs{background:#fff}.product-review-section,.related-product-section{display:grid;gap:18px;border:1px solid #e5e5e5;padding:24px;background:#fff}.product-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.product-section-head h2{margin:0;border-bottom:2px solid #e49a43;padding-bottom:10px;color:#e49a43;font-size:1.15rem;font-weight:700;text-transform:uppercase}.product-section-head span,.product-section-head a{color:var(--text-dim);font-size:.86rem;text-decoration:none}.product-section-head a:hover{color:var(--accent)}.review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.review-list article{display:grid;gap:8px;border:1px solid var(--line);padding:16px;background:#fff}.legacy-review-list{display:none}.review-filter-bar{display:flex;flex-wrap:wrap;gap:8px}.review-filter-bar button{min-height:36px;border:1px solid #e3d3c1;border-radius:999px;padding:0 14px;color:#7d3f15;background:#fffaf4;font:inherit;font-size:.84rem;cursor:pointer}.review-filter-bar button.active,.review-filter-bar button:hover{border-color:#e49a43;color:#fff;background:#e49a43}.review-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-card-head span{border-radius:999px;padding:4px 8px;color:#137a45;background:#eaf8f0;font-size:.74rem;font-weight:700}.review-more-button{justify-self:center;min-height:38px;border:1px solid #e49a43;border-radius:4px;padding:0 18px;color:#e49a43;background:#fff;font-weight:700;cursor:pointer}.review-list strong,.review-list p{margin:0}.review-list p{color:var(--text-dim);line-height:1.6}.review-media-grid{display:flex;flex-wrap:wrap;gap:8px}.review-media-grid a,.review-media-grid img{display:block;width:72px;height:72px}.review-media-grid a{border:1px solid var(--line);background:#f7f8fb}.review-media-grid img{object-fit:cover}.review-form{display:grid;gap:14px;border:1px solid var(--line);padding:18px;background:#fafafa}.review-form label{display:grid;gap:8px;font-size:.86rem;font-weight:600}.review-form textarea{min-height:96px;border:1px solid var(--line-strong);padding:12px;resize:vertical}.review-form-footer{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.review-upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:fit-content;cursor:pointer}.review-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.review-media-preview{display:flex;flex-wrap:wrap;gap:8px}.review-media-preview span{max-width:220px;overflow:hidden;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--text-dim);background:#fff;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.review-stars{display:inline-flex;align-items:center;gap:2px;margin-right:auto}.review-stars button{border:0;padding:0 2px;color:#b8bec8;background:transparent;font-size:1.25rem}.review-stars button.active{color:var(--warning)}.review-saved{margin:0;color:#00a650;font-size:.86rem}.related-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid #eeeeee;border-left:1px solid #eeeeee}.related-product-grid.wide{grid-template-columns:repeat(5,minmax(0,1fr))}.related-product-card{display:grid;gap:9px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding:0 0 12px;color:#111318;background:#fff;text-decoration:none}.related-product-card>span{display:grid;overflow:hidden;min-height:160px;height:160px;place-items:center;color:#fff;background:#f4f6fb;font-weight:700}.related-product-card>span img{width:100%;height:100%;display:block;object-fit:cover}.related-product-card>span b{display:grid;width:58px;height:58px;place-items:center;border-radius:999px;color:#fff;background:#e49a43;font-style:normal}.related-product-card strong{min-height:42px;padding:0 10px;font-size:.92rem;font-weight:600;line-height:1.35}.related-product-card small{padding:0 10px;color:var(--accent);font-weight:700}.related-product-card em{padding:0 10px;color:var(--text-dim);font-size:.78rem;font-style:normal}.related-product-card i{display:flex;gap:2px;padding:0 10px;color:#ffb300;font-size:.8rem;font-style:normal}@media(max-width:1020px){.review-list,.related-product-grid,.related-product-grid.wide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.product-section-head,.review-form-footer{align-items:flex-start;flex-direction:column}.review-list,.related-product-grid,.related-product-grid.wide{grid-template-columns:1fr}.review-stars{margin-right:0}}.account-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:32px;align-items:start}.account-sidebar{display:grid;align-content:start;background:#f4f6fb}.account-sidebar h3{padding:14px 18px 8px}.account-sidebar a{display:block;padding:8px 18px;border-left:2px solid transparent;color:#4c5361;text-decoration:none;font-size:.82rem}.account-sidebar a:hover,.account-sidebar a.active{border-left-color:var(--accent);color:#111318;background:#fff}.sidebar-group{display:grid;gap:4px;margin-top:10px;padding:14px 18px;border-top:1px solid var(--line);text-align:center}.sidebar-group strong{font-size:.86rem;font-weight:600}.sidebar-group span{color:var(--text-dim);font-size:.78rem}.account-main{display:grid;gap:24px}.account-panel{display:grid;gap:16px;border-bottom:1px solid var(--line);padding-bottom:22px}.account-panel-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.account-panel-header span{color:var(--text-dim);font-size:.78rem}.account-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.account-info-grid h4{margin:0 0 10px;font-size:.9rem;font-weight:600}.account-info-grid p{margin:0 0 4px}.slim-form input,.slim-form textarea,.slim-form select{min-height:42px;border-color:#cfd4df;background:#fff}.account-note{margin:0}.account-edit-form{margin-top:6px;padding:18px;border:1px solid var(--line);background:#f7f9fd}.form-actions{display:flex;flex-wrap:wrap;gap:10px}.page-header,.page-section,.auth-card,.auth-hero,.focus-card,.context-card,.entity-card,.compact-item,.storefront-copy,.storefront-visual,.offer-gallery-panel,.offer-summary-panel,.evidence-panel,.storefront-card{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-soft)}.page-header,.page-section{padding:22px}.page-header{display:grid;gap:8px;background:radial-gradient(circle at 86% 8%,rgba(7,92,255,.08),transparent 24%),#fff}.page-header h1,.page-header p,.section-header h2,.section-header h3,.section-header p,.context-card p,.context-card h3,.entity-card h3,.review-panel p{margin:0}.page-header h1{font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.03em}.eyebrow{color:var(--accent);font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.muted{color:var(--text-dim)}.page-section{display:grid;gap:16px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.section-header.compact{margin-bottom:0}.section-header h2,.section-header h3{color:var(--text)}.panel-form,.inline-form{display:grid;gap:14px}.panel-form.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-form label,.entity-card label,.compact-item label,.page-stack>label{display:grid;gap:8px;color:var(--text);font-weight:500}.panel-form input,.panel-form textarea,.panel-form select,.inline-form input,.page-stack>label input,.page-stack>label textarea,.entity-card input,.compact-item input{width:100%;padding:12px 13px;border:1px solid var(--line-strong);color:var(--text);background:#fff;outline:none}.panel-form input:focus,.panel-form textarea:focus,.panel-form select:focus,.inline-form input:focus,.page-stack>label input:focus,.page-stack>label textarea:focus,.entity-card input:focus,.compact-item input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #075cff1f}.panel-form textarea,.page-stack>label textarea{min-height:118px;resize:vertical}.full-width{grid-column:1 / -1}.inline-form{grid-template-columns:minmax(0,1fr) auto}.primary-button,.secondary-button,.pill,.green-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:999px;font-weight:600;text-decoration:none}.primary-button,.green-button{border:1px solid var(--accent);color:#fff;background:var(--accent)}.primary-button:hover,.green-button:hover{background:var(--accent-dark)}.secondary-button,.pill{border:1px solid var(--line-strong);color:var(--text);background:#fff}.pill.active{color:#fff;background:var(--accent);border-color:var(--accent)}.mode-switch,.offer-actions,.offer-detail-toolbar,.storefront-card-actions,.storefront-price,.offer-price-block{display:flex;flex-wrap:wrap;gap:10px}.empty-state{padding:14px;border:1px dashed var(--line-strong);color:var(--text-dim);background:#f7f9fd}.empty-state.error{color:var(--error);border-color:#d3313152;background:#fff4f4}.key-value-list{display:grid;gap:0;border:1px solid var(--line);overflow:hidden}.key-value-item{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--line)}.key-value-item:last-child{border-bottom:0}.key-value-item span{color:var(--text-dim)}.json-panel pre,pre{max-height:420px;margin:0;padding:16px;overflow:auto;border:1px solid var(--line);color:#1d1d1d;background:#f7f9fd}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:30px;background:radial-gradient(circle at 12% 0%,rgba(7,92,255,.14),transparent 30%),#fff}.auth-store-page{min-height:100vh;display:grid;align-content:start;gap:20px;padding:110px max(22px,calc((100vw - 960px)/2)) 56px;background:linear-gradient(#fff 0,#fff 76px,#f4f6fb 76px,#f4f6fb),#f4f6fb}.auth-store-page:before{content:"AntiFake   Sản phẩm   Phân phối   Đơn hàng   Affiliate";position:fixed;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;height:76px;padding-left:max(22px,calc((100vw - 960px)/2));border-bottom:1px solid var(--line);color:#111318;background:linear-gradient(#000000 0 24px,transparent 24px),#fff;font-size:.84rem;font-weight:500;word-spacing:22px}.breadcrumb{color:var(--text-dim);font-size:.78rem}.auth-store-page h1,.account-page h1{margin:0;font-size:1.75rem;font-weight:600;letter-spacing:-.02em}.auth-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:8px}.auth-store-card{display:grid;align-content:start;gap:14px;min-height:260px;padding:32px 40px;background:#f4f6fb}.auth-store-card h2,.account-panel h2,.account-sidebar h3{margin:0;color:#111318;font-size:1rem;font-weight:600}.auth-store-card p,.auth-store-card li,.account-panel p,.account-note{color:var(--text-dim);font-size:.86rem;line-height:1.7}.auth-store-card ul{margin:0;padding-left:18px}.auth-action-row{display:flex;align-items:center;gap:18px}.text-link{width:fit-content;border:0;padding:0;color:var(--accent);background:transparent;font-size:.84rem;font-weight:500}.auth-back-link{width:fit-content;color:var(--accent);font-size:.86rem;font-weight:500}.auth-services{margin-top:14px;padding:34px 0}.auth-hero,.auth-card{display:grid;align-content:center;gap:16px;padding:34px}.auth-hero{color:#fff;background:radial-gradient(circle at 72% 24%,rgba(7,92,255,.38),transparent 24%),linear-gradient(135deg,#050608,#1b2230)}.auth-hero .muted,.auth-hero .eyebrow{color:#ffffffd6}.stats-grid,.highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card,.highlight-card,.context-card,.focus-card,.compact-item,.entity-card,.storefront-card,.offer-summary-panel,.offer-gallery-panel,.evidence-panel{padding:16px}.context-grid,.entity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-card,.compact-item,.storefront-card,.offer-summary-panel,.evidence-panel,.offer-gallery-item,.evidence-item{display:grid;gap:12px}.entity-card.active,.storefront-card.active{border-color:#075cff75;box-shadow:0 0 0 3px #075cff1a,var(--shadow-soft)}.entity-card-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.admin-requirement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-requirement-card{display:grid;gap:14px;border:1px solid var(--line);padding:16px;background:#fff}.admin-requirement-card.missing{border-style:dashed;background:#fafafa}.admin-document-files{display:flex;flex-wrap:wrap;gap:10px}.admin-document-files a{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--line);padding:0 12px;color:var(--accent);background:#fff;text-decoration:none;font-size:.9rem;font-weight:500}.tag-row{grid-template-columns:repeat(auto-fit,minmax(120px,max-content))}.tag{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:var(--text-dim);background:#f8f9fc;font-size:.84rem;font-weight:500}.tag.highlight{border-color:var(--accent);color:#fff;background:var(--accent)}.compact-list,.evidence-list{grid-template-columns:1fr}.filter-actions{display:grid;align-content:end}.storefront-hero,.offer-showcase,.evidence-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.storefront-copy{padding:22px;background:radial-gradient(circle at 85% 12%,rgba(7,92,255,.12),transparent 24%),#fff}.storefront-visual{min-height:230px;overflow:hidden;background:#f4f7ff}.storefront-image,.offer-media-image{width:100%;height:100%;object-fit:cover}.storefront-placeholder{display:grid;align-content:end;min-height:200px;gap:10px;padding:18px;color:var(--text);background:radial-gradient(circle at 80% 24%,rgba(7,92,255,.16),transparent 26%),linear-gradient(135deg,#f7f9ff,#eef3ff)}.storefront-placeholder.small{min-height:140px}.storefront-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.storefront-card{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.storefront-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.storefront-description{margin:0;color:var(--text-dim);line-height:1.55}.storefront-price strong,.offer-price-block strong{color:#000;font-size:1.32rem}.offer-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-gallery-item{min-height:160px}.offer-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.evidence-item{padding:14px;border:1px solid var(--line);background:#fafbfe}.link-button{width:fit-content}.link-inline{color:var(--accent);font-weight:600}.link-reset{color:inherit;text-decoration:none}.data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.active-offer-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid rgba(7,92,255,.24);background:#f3f7ff}.site-footer{color:#fff;background:#000}.newsletter-band{border-bottom:1px solid rgba(255,255,255,.12)}.newsletter-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,560px);gap:28px;align-items:center;padding:54px 0}.newsletter-inner h2{margin:0 0 10px;font-size:clamp(2rem,4vw,3rem);letter-spacing:.08em}.newsletter-inner p{margin:0;color:#ffffffb3}.newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:18px}.newsletter-form input{min-height:50px;border:1px solid rgba(255,255,255,.56);padding:0 18px;color:#fff;background:transparent;outline:0}.newsletter-form button{border:0;color:#fff;background:var(--accent);font-weight:600}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:54px;padding:48px 0 44px}.footer-grid h3,.footer-grid h4,.footer-grid p{margin:0 0 14px}.footer-grid p,.footer-grid a{display:block;color:#ffffffbd;text-decoration:none;line-height:1.7}.footer-grid a:hover{color:#fff}.footer-socials{display:flex;gap:12px;margin-top:18px}.footer-socials span{display:grid;width:28px;height:28px;place-items:center;color:#000;background:#fff;font-size:.74rem;font-weight:600}.footer-bottom{padding:24px 0;border-top:1px solid rgba(255,255,255,.12);color:#ffffff75;text-align:right}.hidden-technical-panel{display:none}.panel-form input[type=file]{padding:10px;background:#f7f9fd}.panel-form small{font-weight:500}@media(max-width:1220px){.desktop-nav{gap:18px}.icon-search{width:210px}.tech-product-grid,.tech-product-grid.compact,.brand-strip,.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:980px){.desktop-nav{display:none}.mobile-nav-wrap{display:block}.main-header-inner{flex-wrap:wrap;padding:12px 0}.header-actions{flex:1}.tech-hero,.category-feature-layout,.catalog-hero,.catalog-layout,.cart-layout,.product-detail-layout,.product-trust-grid,.trace-summary,.product-tabs,.newsletter-inner,.footer-grid,.storefront-hero,.offer-showcase,.offer-detail-layout,.evidence-grid,.auth-layout{grid-template-columns:1fr}.tech-product-grid,.tech-product-grid.compact,.catalog-grid,.storefront-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-row,.catalog-toolbar,.stats-grid,.highlight-grid,.entity-grid,.context-grid,.data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-container,.content-area{width:min(100% - 22px,1400px)}.top-strip-inner{align-items:flex-start;flex-direction:column;padding:10px 0}.main-header-inner,.header-actions,.store-section-heading,.active-offer-strip{align-items:stretch;flex-direction:column}.brand-mark{min-width:0}.icon-search{width:100%}.hero-copy{padding:34px 28px 10px}.hero-device{min-height:240px}.device-screen{left:16px;width:calc(100% - 100px)}.device-tower{right:18px}.tech-product-grid,.tech-product-grid.compact,.catalog-grid,.catalog-toolbar,.cart-table-head,.cart-line,.category-grid,.brand-strip,.service-row,.stats-grid,.highlight-grid,.entity-grid,.context-grid,.panel-form.two-columns,.offer-gallery-grid,.data-grid,.storefront-grid,.newsletter-form{grid-template-columns:1fr}.catalog-hero,.cart-empty{padding:28px 22px}.product-main-image{min-height:320px}.cart-line{align-items:start}.inline-form{grid-template-columns:1fr}.section-header,.entity-card-header,.key-value-item{align-items:stretch;flex-direction:column}.footer-bottom{text-align:left}}.commerce-header .top-strip{font-size:.82rem}.commerce-header .top-strip-inner{min-height:48px;justify-content:center;position:relative}.commerce-header .top-strip-inner>a{color:#fff;font-weight:600;text-underline-offset:3px}.commerce-header .top-links{position:absolute;right:0}.commerce-header .main-header-inner{min-height:86px}.commerce-header .brand-cube{border-radius:4px;clip-path:none;background:var(--accent);letter-spacing:-.04em}.commerce-header .brand-mark strong{font-size:1.65rem;font-weight:600;letter-spacing:-.04em}.commerce-header .brand-mark small{text-transform:none;letter-spacing:0}.commerce-header .nav-link{font-weight:500}.commerce-header .icon-search{width:250px;grid-template-columns:minmax(0,1fr) 52px;padding-left:14px;background:#f5f5f5}.commerce-header .icon-search input,.commerce-header .icon-search button{height:44px}.commerce-header .icon-search button{color:#fff;background:var(--accent)}.commerce-header .avatar-button{color:#fff;background:#111;box-shadow:none}.commerce-header .cart-icon-button{width:46px}.commerce-home{gap:54px;padding-top:0}.commerce-hero{display:grid;grid-template-columns:250px minmax(0,1fr);gap:32px;align-items:stretch;border-bottom:1px solid var(--line)}.hero-category-menu{display:grid;align-content:start;gap:0;padding:24px 18px 24px 0;border-right:1px solid var(--line)}.hero-category-menu a{display:flex;align-items:center;min-height:38px;color:#111;text-decoration:none;font-size:.92rem;font-weight:400}.hero-category-menu a:hover{color:var(--accent)}.hero-main{position:relative;display:grid;min-height:360px;grid-template-columns:minmax(0,1fr) 320px;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 52%,rgba(219,68,68,.34),transparent 24%),linear-gradient(135deg,#050505,#171717 56%,#2a1111)}.hero-main .hero-copy{padding:58px 62px}.hero-main .hero-brand{color:#ffffffd1;font-size:.95rem;font-weight:500;letter-spacing:.04em}.hero-main h1{max-width:660px;font-size:clamp(2.4rem,4.4vw,4.4rem);font-weight:600}.hero-main p{max-width:560px}.hero-main .hero-cta{color:#fff;background:transparent;border-bottom:1px solid #ffffff;padding:0}.hero-promo-card{align-self:center;justify-self:center;display:grid;width:230px;height:230px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#ffffff0f;text-align:center}.hero-promo-card span,.hero-promo-card small{color:#ffffffb8}.hero-promo-card strong{color:#fff;font-size:4rem;font-weight:600}.section-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--accent);font-weight:600}.section-kicker:before{content:"";width:20px;height:38px;border-radius:4px;background:var(--accent)}.store-section-heading h2{font-size:clamp(1.9rem,3vw,2.35rem);font-weight:600;letter-spacing:-.035em}.commerce-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.commerce-product-card{position:relative;gap:8px}.commerce-product-card .tech-thumb{height:250px;background:#f5f5f5}.commerce-product-card .tech-thumb span,.catalog-thumb span,.product-main-image span{color:#fff;background:#111;font-weight:500}.card-cart-button{display:grid;min-height:42px;place-items:center;margin-top:-42px;color:#fff;background:#000;opacity:0;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease;font-size:.9rem;font-weight:500}.commerce-product-card:hover .card-cart-button{opacity:1;transform:translateY(0)}.commerce-product-card strong,.catalog-title{font-weight:500}.price-line,.catalog-price,.product-detail-price{color:var(--accent);font-weight:600}.rating-line{color:#ffad33}.commerce-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.commerce-category-grid .category-tile{min-height:150px;border-radius:0}.commerce-banner{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:250px;padding:44px 56px;color:#fff;background:radial-gradient(circle at 80% 45%,rgba(219,68,68,.32),transparent 24%),#000}.commerce-banner span{color:#0f6;font-weight:500}.commerce-banner h2{max-width:720px;margin:16px 0 0;font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.04em}.commerce-service-row span{background:#000}.catalog-hero,.feature-tile,.auth-hero{background:radial-gradient(circle at 82% 42%,rgba(219,68,68,.24),transparent 24%),linear-gradient(120deg,#050505,#1f1f1f)}.catalog-toolbar,.cart-table-head,.cart-summary,.cart-empty,.account-sidebar,.auth-store-card,.review-panel,.empty-state,.document-list a,.evidence-item,.catalog-thumb,.product-main-image,.product-thumb-small,.tech-thumb{background:#f5f5f5}.primary-button,.green-button,.secondary-button,.pill{border-radius:4px}.profile-dropdown a:hover,.profile-dropdown button:hover,.catalog-sidebar button:hover,.catalog-sidebar button.active,.catalog-side-link:hover,.nav-link:hover,.nav-link.active{color:var(--accent)}.panel-form input:focus,.panel-form textarea:focus,.panel-form select:focus,.inline-form input:focus,.page-stack>label input:focus,.page-stack>label textarea:focus,.entity-card input:focus,.compact-item input:focus{box-shadow:0 0 0 3px #db44441f}.entity-card.active,.storefront-card.active{border-color:#db444475;box-shadow:0 0 0 3px #db44441a,var(--shadow-soft)}.active-offer-strip{border-color:#db44443d;background:#fff5f5}@media(max-width:980px){.commerce-hero,.hero-main{grid-template-columns:1fr}.hero-category-menu{grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--line);padding-right:0}.hero-promo-card{margin-bottom:36px}.commerce-product-grid,.commerce-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.commerce-header .top-strip-inner{align-items:center}.commerce-header .top-links{position:static}.hero-main .hero-copy,.commerce-banner{padding:34px 24px}.hero-category-menu,.commerce-product-grid,.commerce-category-grid{grid-template-columns:1fr}.commerce-banner{align-items:flex-start;flex-direction:column}}.site-container,.content-area{width:min(1170px,calc(100% - 48px))}.content-area{padding-bottom:96px}.commerce-header .top-strip-inner{min-height:48px;font-size:.86rem}.commerce-header .main-header{border-bottom-color:#d9d9d9}.commerce-header .main-header-inner{min-height:96px;gap:42px}.commerce-header .brand-mark{min-width:198px}.commerce-header .brand-cube{display:none}.commerce-header .brand-mark strong,.auth-logo{color:#111;font-size:1.55rem;font-weight:700;letter-spacing:.03em}.commerce-header .brand-mark small{display:none}.commerce-header .desktop-nav{gap:48px}.commerce-header .nav-link{min-height:32px;font-size:.96rem;font-weight:400}.commerce-header .nav-link.active{color:#111;text-decoration:underline;text-underline-offset:5px}.commerce-header .icon-search{width:250px;grid-template-columns:minmax(0,1fr) 44px;padding-left:18px;border-radius:0}.commerce-header .icon-search button{color:#111;background:transparent}.commerce-header .search-icon-button{display:grid;place-items:center}.commerce-header .search-icon-button svg{width:22px;height:22px;fill:currentColor}.commerce-header .cart-icon-button,.commerce-header .avatar-button{width:34px;min-height:34px}.login-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;color:#111;text-decoration:none;font-size:.92rem;font-weight:400}.login-link-button:hover{color:var(--accent)}.commerce-header .avatar-button{border-radius:999px;font-size:.8rem}.commerce-home{gap:64px}.commerce-hero{gap:44px;border-bottom:0}.hero-category-menu{padding-top:34px;padding-bottom:0}.hero-category-menu a{min-height:40px;font-size:.96rem}.hero-main{min-height:344px;margin-top:40px}.hero-main .hero-copy{padding:58px 56px}.hero-main h1{max-width:560px;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:500;letter-spacing:.05em;line-height:1.22}.hero-main p{max-width:500px;font-size:.95rem}.hero-promo-card{border-radius:0;width:250px;height:230px;background:linear-gradient(135deg,#ffffff1f,#ffffff05),#ffffff0d}.store-section-heading{margin-top:8px;padding-top:18px}.store-section-heading h2{margin-top:0;font-size:clamp(2rem,3vw,2.4rem);font-weight:600;letter-spacing:.08em}.store-section-heading p{max-width:560px;font-size:.92rem}.store-section-heading a{color:#111;font-size:.92rem;text-decoration:none}.store-section-heading a:hover{color:var(--accent)}.commerce-product-grid,.catalog-grid{gap:30px}.commerce-product-card,.catalog-card{gap:10px}.commerce-product-card .tech-thumb,.catalog-thumb{min-height:250px;height:250px;background:#f5f5f5}.commerce-product-card .tech-thumb span,.catalog-thumb span{width:116px;height:116px;border-radius:0;background:#111;color:#fff;font-size:1.2rem}.commerce-product-card strong,.catalog-title{min-height:auto;color:#111;font-size:1rem;font-weight:500;line-height:1.35}.price-line,.catalog-price{color:var(--accent);font-size:1rem}.card-cart-button{font-weight:400}.category-tile{min-height:145px;border-color:#d9d9d9;box-shadow:none}.category-tile strong{font-weight:400}.category-tile span{color:#111}.commerce-banner{min-height:390px;padding:64px 56px}.commerce-banner h2{max-width:520px;font-weight:500;letter-spacing:.08em}.commerce-service-row{margin-top:20px;padding:38px 0 0}.commerce-service-row div{gap:10px}.commerce-service-row span{width:68px;height:68px;border:10px solid #d9d9d9;font-size:.82rem}.commerce-service-row strong{text-transform:uppercase;letter-spacing:.04em}.site-footer{margin-top:42px}.newsletter-inner{padding:60px 0 34px}.newsletter-inner h2{font-size:1.5rem;font-weight:600;letter-spacing:.06em}.footer-grid{grid-template-columns:1.15fr 1fr 1fr 1fr;gap:74px;padding:54px 0 52px}.footer-grid h3,.footer-grid h4{font-size:1.16rem;font-weight:500;letter-spacing:.06em}.footer-grid p,.footer-grid a{font-size:.92rem}.auth-commerce-page{min-height:100vh;color:#111;background:#fff}.auth-commerce-header{border-bottom:1px solid #d9d9d9}.auth-commerce-header .top-strip-inner{justify-content:center;position:relative;min-height:48px}.auth-commerce-header .top-strip-inner a{margin-left:12px;color:#fff;font-weight:600;text-underline-offset:4px}.auth-commerce-header .top-strip-inner span:last-child{position:absolute;right:0}.auth-nav-row{display:flex;align-items:center;justify-content:space-between;min-height:96px}.auth-logo{text-decoration:none}.auth-nav-row nav{display:flex;align-items:center;gap:54px}.auth-nav-row a,.auth-nav-row button{border:0;color:#111;background:transparent;text-decoration:none;font-size:1rem;font-weight:400}.auth-commerce-main{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:84px;align-items:center;min-height:760px;padding:86px max(24px,calc((100vw - 1170px)/2)) 120px 0}.auth-art-panel{position:relative;min-height:640px;overflow:hidden;border-radius:0 4px 4px 0;background:#cbe4e8}.auth-cart-visual{position:absolute;right:8%;bottom:-6%;display:grid;width:min(520px,72%);height:520px;place-items:center;border:14px solid rgba(255,255,255,.72);border-radius:34px;transform:rotate(-8deg);background:linear-gradient(145deg,#2c3338,#101417);box-shadow:0 24px 90px #27485047}.auth-cart-visual span{position:absolute;left:-140px;bottom:70px;width:260px;height:170px;border:14px solid rgba(53,77,83,.45);border-top:0;transform:rotate(8deg)}.auth-cart-visual strong{color:#ffffffdb;font-size:4rem;letter-spacing:.08em}.auth-form-panel{display:grid;gap:42px;max-width:460px}.auth-form-panel h1{margin:12px 0 18px;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:500;letter-spacing:.14em}.auth-form-panel p{margin:0;color:#111;font-size:1rem}.auth-line-form{display:grid;gap:34px}.auth-line-form label{display:grid;gap:12px}.auth-line-form label span{color:#777;font-size:1rem}.auth-line-form input{min-height:42px;border:0;border-bottom:1px solid #777777;padding:0;outline:0;background:transparent;font-size:1rem}.auth-line-form input:focus{border-bottom-color:var(--accent)}.auth-submit-row{display:flex;align-items:center;gap:54px;margin-top:8px}.auth-submit-row .primary-button{min-width:190px;min-height:56px;border-radius:4px}.auth-switch-link{width:fit-content;border:0;padding:0;color:var(--accent);background:transparent;font-weight:500}.auth-commerce-footer{color:#fff;background:#000}.marketplace-auth-page{min-height:100vh;color:#333;background:#eee}.marketplace-auth-page .site-footer{margin-top:0}.marketplace-auth-page .newsletter-inner h2,.marketplace-auth-page .footer-grid h3,.marketplace-auth-page .footer-grid h4{font-weight:400}.marketplace-auth-page .newsletter-form button{font-weight:500}.marketplace-auth-content{display:grid;gap:36px;width:min(1180px,calc(100% - 44px));margin:0 auto;padding:40px 0 70px}.marketplace-auth-content.compact{padding-bottom:34px}.marketplace-auth-box{display:grid;justify-items:center;width:min(100%,1180px);min-height:440px;margin:0 auto;padding:34px 24px 28px;background:#fff;text-align:center}.marketplace-auth-box h1{margin:0;color:#e49a43;font-size:1.75rem;font-weight:400}.marketplace-auth-box p{margin:8px 0 32px;color:#333;font-size:.94rem;font-weight:400}.marketplace-auth-form{display:grid;gap:24px;width:min(100%,430px);border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding:22px 0 20px}.marketplace-auth-form input:not([type=checkbox]){min-height:48px;border:1px solid #dddddd;border-radius:3px;padding:0 18px;color:#333;outline:0;font-weight:400}.marketplace-auth-form input:focus{border-color:#e49a43}.marketplace-auth-options{display:flex;justify-content:space-between;gap:18px;color:#666;font-size:.9rem;font-weight:400}.marketplace-auth-options label{display:inline-flex;align-items:center;gap:8px}.marketplace-auth-options button{border:0;color:#333;background:transparent}.marketplace-auth-submit{min-height:52px;border:0;border-radius:4px;color:#fff;background:#e49a43;font-weight:500;text-transform:uppercase}.marketplace-auth-switch{margin-top:22px;color:#e49a43;font-size:.95rem}.marketplace-auth-switch button{border:0;color:#111;background:transparent;font-weight:500}.marketplace-auth-section{background:#fff;padding:0 0 18px}.marketplace-auth-section h2{margin:0;padding:18px 0 8px;color:#e49a43;font-size:1rem;text-transform:uppercase}.marketplace-auth-products{display:grid;gap:14px}.marketplace-auth-products{grid-template-columns:repeat(6,minmax(0,1fr))}.marketplace-auth-products a{display:grid;gap:8px;color:#333;text-decoration:none}.marketplace-auth-products div{position:relative;display:grid;min-height:150px;place-items:center;background:#f6f8ed}.marketplace-auth-products span{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;color:#fff;background:#e49a43;font-weight:700}.marketplace-auth-products em{position:absolute;top:0;right:0;padding:8px 7px;color:#fff;background:#e53935;font-style:normal;font-weight:700}.marketplace-auth-products strong{font-size:.9rem;line-height:1.35}@media(max-width:980px){.site-container,.content-area{width:min(100% - 32px,1170px)}.commerce-header .desktop-nav{gap:24px}.commerce-header .main-header-inner{gap:20px}.auth-commerce-main{grid-template-columns:1fr;padding:40px 24px 70px}.auth-art-panel{min-height:360px;border-radius:4px}.auth-form-panel{max-width:none}}.shop-page{display:grid;gap:26px;padding-top:26px}.breadcrumb-nav{display:flex;flex-wrap:wrap;align-items:center;gap:0;color:#6f7480;font-size:.9rem}.breadcrumb-part{display:inline-flex;align-items:center}.breadcrumb-separator{margin:0 12px;color:#111}.breadcrumb-nav a,.breadcrumb-nav strong,.breadcrumb-nav button{border:0;padding:0;color:inherit;background:transparent;text-decoration:none;font-weight:400}.breadcrumb-part:first-child a{color:#6f7480}.breadcrumb-part:not(:first-child) a{color:#6f7480}.breadcrumb-nav button{margin-right:12px;color:var(--accent);font-weight:500}.breadcrumb-nav a:hover,.breadcrumb-nav button:hover{color:var(--accent)}.breadcrumb-nav strong{color:#111;font-weight:500}.shop-hero-panel{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:28px;align-items:stretch;min-height:250px;padding:42px 48px;color:#fff;background:radial-gradient(circle at 82% 42%,rgba(219,68,68,.34),transparent 26%),linear-gradient(135deg,#050505,#1b1b1b)}.shop-hero-panel .section-kicker{color:#fff}.shop-hero-panel h1,.shop-hero-panel p{margin:0}.shop-hero-panel h1{max-width:720px;margin-top:16px;font-size:clamp(2.1rem,4vw,3.8rem);font-weight:500;letter-spacing:.06em;line-height:1.18}.shop-hero-panel p{max-width:620px;margin-top:18px;color:#ffffffb8;line-height:1.7}.shop-hero-status{display:grid;align-content:center;justify-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;text-align:center}.shop-hero-status span,.shop-hero-status small{color:#ffffffad}.shop-hero-status strong{font-size:1.4rem;font-weight:500}.shop-onboarding-layout,.shop-dashboard-layout{display:grid;gap:32px;align-items:start}.shop-onboarding-layout{grid-template-columns:330px minmax(0,1fr)}.shop-dashboard-layout{grid-template-columns:230px minmax(0,1fr);gap:24px;align-items:start;background:#f2f2f2;padding:8px}.shop-onboarding-card,.shop-create-card,.shop-side-panel,.shop-card{border:1px solid var(--line);background:#fff}.shop-onboarding-card,.shop-create-card,.shop-card{display:grid;gap:20px;padding:26px}.shop-loading-card{align-content:center;min-height:180px;background:linear-gradient(135deg,#16a05d14,#e49a4314),#fff}.shop-loading-card p{margin:0;color:var(--text-dim)}.shop-onboarding-card h2,.shop-create-card h2,.shop-card h2{margin:0;font-size:1.25rem;font-weight:600}.shop-checklist{display:grid;gap:12px}.shop-check-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:14px;background:#f5f5f5}.shop-check-item>span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;color:#fff;background:var(--accent);font-weight:600}.shop-check-item.done>span{background:#00a650}.shop-check-item strong,.shop-check-item small{display:block}.shop-check-item small{margin-top:3px;color:var(--text-dim)}.shop-create-card label,.shop-category-picker,.shop-inline-form label,.shop-single-field label,.shop-document-form label{display:grid;gap:8px;color:#111;font-size:.88rem;font-weight:500}.shop-create-card input,.shop-create-card select,.shop-inline-form input,.shop-inline-form select,.shop-single-field select,.shop-document-form input,.shop-document-form select{min-height:44px;border:1px solid var(--line-strong);padding:0 12px;background:#fff;outline:0}.shop-create-card input:focus,.shop-create-card select:focus,.shop-inline-form input:focus,.shop-inline-form select:focus,.shop-single-field select:focus,.shop-document-form input:focus,.shop-document-form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #db44441f}.shop-category-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-category-picker-head small{color:var(--accent);font-weight:600}.shop-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:248px;overflow:auto;border:1px solid var(--line);padding:10px;background:#fff}.shop-category-list label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:46px;border:1px solid var(--line);padding:10px;background:#f5f5f5}.shop-category-list label.active{border-color:var(--accent);background:#fff5f5}.shop-category-list small{color:var(--text-dim);font-size:.72rem}.shop-side-panel{position:sticky;top:18px;display:grid;align-content:start;padding:0 0 12px;border:1px solid #dddddd;background:#fff;box-shadow:0 1px 4px #11131814}.shop-avatar-card{display:grid;gap:0;padding:0;border-bottom:1px solid #e5e5e5;background:#fff;text-align:left}.shop-cover-placeholder{position:relative;display:grid;min-height:166px;place-items:center;color:#777;background:#d7d7d7}.shop-cover-placeholder span{display:grid;width:66px;height:50px;place-items:center;border:4px solid #5b5b5b;color:transparent;background:#eee}.shop-cover-placeholder button{position:absolute;top:9px;right:8px;min-height:22px;border:0;border-radius:999px;padding:0 11px;color:#fff;background:#00000052;font-size:.72rem}.shop-profile-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding:10px 14px}.shop-profile-row>span{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:#9a9a9a;font-weight:600}.shop-profile-row strong,.shop-profile-row small{display:block}.shop-profile-row strong{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-profile-row small{margin-top:4px;color:var(--text-dim);font-size:.78rem}.shop-side-panel a,.shop-side-panel button{display:flex;min-height:32px;align-items:center;gap:10px;border-left:2px solid transparent;border-top:0;border-right:0;border-bottom:0;padding:7px 14px;color:#111;background:transparent;text-decoration:none;font-size:.84rem;text-align:left;cursor:pointer}.shop-side-panel a:hover,.shop-side-panel button:hover,.shop-side-panel button.active{border-left-color:#e49a43;color:#111;background:#fff8ef}.shop-main-panel{display:grid;gap:18px}.shop-menu-icon{display:inline-grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border-radius:999px;color:#fff;font-size:.68rem;font-weight:700}.shop-menu-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shop-menu-icon.blue{background:#46a8f5}.shop-menu-icon.green{background:#35b65c}.shop-menu-icon.gold{background:#f1b341}.shop-side-panel .shop-sub-link{padding-left:48px;color:#111}.shop-side-panel .shop-sub-link>span{display:grid;width:18px;height:18px;flex:0 0 auto;place-items:center;color:#6b7280}.shop-side-panel .shop-sub-link>span svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.shop-side-panel .shop-sub-link.active>span,.shop-side-panel .shop-sub-link:hover>span{color:#e49a43}.shop-menu-group{display:grid}.shop-menu-group-toggle{position:relative}.shop-menu-group-toggle b{display:grid;width:18px;height:18px;margin-left:auto;color:#7a7a7a;place-items:center;transition:transform .14s ease}.shop-menu-group-toggle b svg{width:16px;height:16px;fill:currentColor}.shop-menu-group:not(.open) .shop-menu-group-toggle b{transform:rotate(180deg)}.shop-sub-menu{display:grid;overflow:hidden;max-height:260px;opacity:1;transition:max-height .16s ease,opacity .12s ease}.shop-menu-group:not(.open) .shop-sub-menu{max-height:0;opacity:0;pointer-events:none}.shop-profile-sheet{gap:0;padding:0;overflow:hidden;box-shadow:0 8px 24px #1113180f}.shop-profile-title{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:20px 22px;border-bottom:1px solid #e5e5e5;background:linear-gradient(135deg,#16a05d1a,#e49a4314),#fff}.shop-profile-title .shop-menu-icon{width:30px;height:30px}.shop-profile-title .shop-menu-icon svg{width:17px;height:17px}.shop-profile-title p{margin:4px 0 0;color:var(--text-dim)}.shop-profile-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#fbfbfb}.shop-profile-summary>div{display:grid;grid-template-columns:minmax(150px,1fr) minmax(0,2fr) auto;gap:12px;align-items:center;min-height:64px;border:1px solid #e2e8e4;border-radius:8px;padding:0 16px;background:#fff;box-shadow:0 4px 14px #1113180a}.shop-profile-summary span{font-size:.84rem;font-weight:600}.shop-profile-summary strong{font-size:.88rem;font-weight:500}.shop-profile-summary button{border:0;padding:0;color:#e49a43;background:transparent;font-size:.8rem;text-decoration:none;cursor:pointer}.shop-next-actions{display:grid;gap:14px;padding:18px 22px;border-bottom:1px solid #e5e5e5;background:#fff}.shop-next-actions-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.shop-next-actions-head h3{margin:0;font-size:1.02rem}.shop-next-actions-head p{margin:4px 0 0;color:var(--text-dim);font-size:.88rem}.shop-next-actions-head>span{flex:0 0 auto;border-radius:999px;padding:6px 10px;background:#fff4e6;color:#bd6b13;font-size:.78rem;font-weight:700}.shop-next-actions-head>span.success{background:#eaf8f0;color:#137a45}.shop-next-action-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shop-next-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:96px;border:1px solid #e3e8e5;border-left:4px solid #e49a43;border-radius:8px;padding:14px;background:#fbfbfb}.shop-next-action.success{border-left-color:#16a05d}.shop-next-action strong{display:block;font-size:.9rem}.shop-next-action p{margin:6px 0 0;color:var(--text-dim);font-size:.82rem;line-height:1.45}.shop-next-action .secondary-button{min-width:62px;min-height:34px;padding:0 12px;white-space:nowrap}.shop-profile-form{display:grid}.shop-profile-form-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:center;min-height:56px;border-bottom:1px solid #eeeeee;padding:12px 22px;color:#111;font-size:.84rem;font-weight:500}.shop-profile-form-row>span{font-weight:600}.shop-profile-form-row input,.shop-profile-form-row select,.shop-profile-form-row textarea{width:100%;border:1px solid #d6ddd8;border-radius:6px;background:#fff;outline:0;font:inherit}.shop-profile-form-row input,.shop-profile-form-row select{min-height:36px;padding:0 12px}.shop-profile-form-row input:focus,.shop-profile-form-row select:focus,.shop-profile-form-row textarea:focus{border-color:#16a05d;box-shadow:0 0 0 3px #16a05d1f}.shop-profile-form-row small{grid-column:2;color:#e49a43;font-size:.78rem;font-style:italic;font-weight:400}.shop-profile-form-row strong{font-weight:500}.shop-profile-tax-row{grid-template-columns:190px minmax(0,1.2fr) minmax(120px,.6fr) minmax(160px,.8fr)}.shop-profile-categories-row{align-items:start}.shop-type-change-row{align-items:start;background:#fffaf3}.shop-type-change-box{display:grid;gap:10px}.shop-type-change-box p{margin:0;color:var(--text-dim);font-size:.84rem;line-height:1.6}.shop-type-change-box>div{display:flex;flex-wrap:wrap;gap:10px}.shop-type-change-box .primary-button,.shop-type-change-box .secondary-button{min-height:38px}.shop-profile-chip-list{display:flex;flex-wrap:wrap;gap:8px}.shop-profile-chip-list>span{display:inline-flex;min-height:34px;align-items:center;gap:8px;border:1px solid #dedede;border-radius:999px;padding:0 12px;background:#fff}.shop-profile-chip-list small{grid-column:auto;color:#00a650;font-size:.72rem;font-style:normal}.shop-profile-chip-list em{color:var(--text-dim);font-style:normal}.shop-profile-description-row{align-items:start;min-height:330px}.shop-profile-editor{display:grid;border:1px solid #2f68b8;background:#fff}.shop-profile-editor>div{display:flex;min-height:42px;align-items:center;gap:10px;border-bottom:1px solid #e5e5e5;padding:0 10px;color:#475569;font-size:.78rem}.shop-profile-editor textarea{min-height:260px;resize:vertical;border:0;padding:12px;line-height:1.6}.shop-profile-upload-box{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.shop-profile-upload-box .primary-button{min-height:32px;border-color:#e49a43;background:#e49a43}.shop-profile-doc-placeholder{min-height:88px;border:1px solid #dddddd;padding:14px;color:var(--text-dim);background:#fff}.shop-profile-save-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px}.shop-profile-save-row small{color:var(--text-dim)}.shop-profile-save-row>div{display:flex;gap:10px;align-items:center}.shop-profile-save-row .secondary-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;text-decoration:none}.shop-products-console{display:grid;gap:18px;min-height:420px}.shop-product-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:40px;background:#fff}.shop-product-tabs button{border:0;border-right:1px solid #eeeeee;border-top:2px solid transparent;color:#2f3440;background:#fff;text-transform:uppercase;font-weight:700}.shop-product-tabs button.active{border-top-color:#e49a43;color:#e49a43;background:#f8f8f8}.shop-product-tabs strong{margin-right:4px;color:#111}.shop-product-tabs span{color:inherit}.shop-product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.shop-product-actions,.shop-product-search{display:flex;align-items:center;gap:8px}.shop-product-actions .primary-button,.shop-product-actions .secondary-button,.shop-product-search button,.shop-product-search select,.shop-product-search input{min-height:34px;border-radius:2px;font-size:.82rem}.shop-product-actions .primary-button{background:#e49a43;border-color:#e49a43}.shop-product-actions .secondary-button{color:#e49a43;background:#fff;border-color:#e49a43}.shop-product-search input{width:180px;border:1px solid #dddddd;padding:0 10px}.shop-product-search button{border:0;padding:0 14px;color:#fff;background:#e49a43}.shop-product-search select{border:1px solid #e49a43;padding:0 10px;color:#e49a43;background:#fff}.shop-product-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;align-items:start}.shop-create-offer-panel{display:grid;gap:16px;border:1px solid #e2e8e4;border-radius:8px;padding:18px;background:linear-gradient(135deg,#16a05d0f,#e49a430f),#fff;box-shadow:0 8px 24px #1113180f}.shop-offer-helper-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shop-offer-helper-row>div{display:grid;gap:5px;border:1px solid #e3e8e5;border-left:4px solid #16a05d;border-radius:8px;padding:14px;background:#fff}.shop-offer-helper-row span,.shop-offer-form-grid small{color:var(--text-dim);font-size:.78rem;font-weight:500}.shop-offer-helper-row strong{font-size:.92rem}.shop-offer-helper-row small{color:var(--text-dim);font-size:.78rem;line-height:1.45}.shop-offer-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shop-offer-form-grid label{display:grid;gap:7px;color:#111;font-size:.88rem;font-weight:600}.shop-offer-form-grid .wide{grid-column:1 / -1}.shop-offer-form-grid input,.shop-offer-form-grid select,.shop-offer-form-grid textarea{width:100%;border:1px solid #d6ddd8;border-radius:6px;background:#fff;font:inherit;outline:0}.shop-offer-form-grid input,.shop-offer-form-grid select{min-height:42px;padding:0 12px}.shop-offer-form-grid textarea{min-height:96px;padding:12px;resize:vertical}.shop-offer-image-field{align-items:stretch}.shop-offer-image-picker{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;align-items:center;border:1px dashed #d6ddd8;border-radius:8px;padding:12px;background:#fff}.shop-offer-image-picker>div:last-child{display:grid;gap:8px;min-width:0}.shop-offer-image-preview{display:grid;width:128px;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:8px;color:#fff;background:#e49a43;font-size:.88rem;font-weight:700}.shop-offer-image-preview img{width:100%;height:100%;object-fit:cover}.shop-offer-image-picker input[type=file]{min-height:auto;padding:10px}.shop-offer-image-picker .text-button{width:fit-content;padding:0;color:#d94b4b;font-weight:600;text-align:left}.shop-offer-gallery-picker{display:grid;gap:10px;border:1px dashed #d6ddd8;border-radius:8px;padding:12px;background:#fff}.shop-offer-gallery-picker input[type=file]{min-height:auto;padding:10px}.shop-offer-gallery-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:10px}.shop-offer-gallery-preview span{display:block;overflow:hidden;aspect-ratio:1;border-radius:6px;background:#f5f7fb}.shop-offer-gallery-preview img{width:100%;height:100%;object-fit:cover}.shop-offer-existing-media{display:grid;gap:10px;border:1px solid #e3e8e5;border-radius:8px;padding:12px;background:#fff}.shop-offer-existing-media>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.shop-offer-existing-media>p{margin:0;color:var(--text-dim);font-size:.88rem}.shop-offer-existing-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.shop-offer-existing-media-grid article{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #edf0ee;border-radius:8px;padding:8px}.shop-offer-existing-media-grid article>span{display:grid;width:72px;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:6px;color:#fff;background:#e49a43;font-size:.8rem;font-weight:700}.shop-offer-existing-media-grid img{width:100%;height:100%;object-fit:cover}.shop-offer-existing-media-grid article>div{display:grid;gap:6px;min-width:0}.shop-offer-existing-media-grid .text-button{width:fit-content;padding:0;color:#d94b4b;font-weight:600}.shop-offer-form-grid input:focus,.shop-offer-form-grid select:focus,.shop-offer-form-grid textarea:focus{border-color:#16a05d;box-shadow:0 0 0 3px #16a05d1f}.shop-offer-submit-row{display:flex;justify-content:flex-end;gap:10px}.shop-offer-readiness{display:grid;gap:4px;border:1px solid rgba(228,154,67,.28);border-left:4px solid #e49a43;border-radius:8px;padding:12px 14px;color:#5f4630;background:#fff8ee}.shop-offer-readiness span{color:#76685c;font-size:.86rem}.shop-offer-submit-row .primary-button,.shop-offer-submit-row .secondary-button{min-height:42px;min-width:120px}.shop-add-product-card,.shop-mini-product-card{display:grid;min-height:266px;align-content:center;justify-items:center;gap:12px;border:1px dashed #c9c9c9;color:#333;background:#fff;text-align:center;text-decoration:none}button.shop-add-product-card{cursor:pointer;font:inherit}.shop-add-product-card span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;color:#fff;background:#e49a43;font-size:1.55rem;font-weight:700}.shop-add-product-card strong{font-size:.88rem;font-weight:500}.shop-mini-product-card{grid-template-columns:82px minmax(0,1fr);min-height:0;align-content:stretch;align-items:stretch;justify-items:stretch;border-style:solid;padding:12px;text-align:left}.shop-mini-product-card>span{display:grid;width:82px;min-height:82px;place-items:center;overflow:hidden;color:#fff;background:#e49a43;font-weight:700}.shop-mini-product-card>span img{width:100%;height:100%;object-fit:cover}.shop-mini-product-body{display:grid;gap:8px;min-width:0}.shop-mini-product-card strong{font-size:.86rem;line-height:1.4}.shop-mini-product-card b{color:#db4444}.shop-mini-product-meta{display:flex;flex-wrap:wrap;gap:6px}.shop-mini-product-card small{display:inline-flex;min-height:24px;align-items:center;border:1px solid #eeeeee;border-radius:999px;padding:0 8px;color:var(--text-dim);background:#fafafa}.shop-mini-product-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.shop-mini-product-actions .secondary-button{min-height:32px;padding:0 12px}.shop-mini-product-actions .text-button{min-height:32px;padding:0;color:#e49a43;font-weight:600}.shop-mini-product-card small.success{border-color:#00a6502e;color:#007a3d;background:#f1fbf5}.shop-mini-product-card small.warning{border-color:#e49a4338;color:#a46417;background:#fff8ee}.shop-mini-product-card small.danger{border-color:#db444433;color:#db4444;background:#fff5f5}.shop-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.shop-card-header p{margin:8px 0 0;color:var(--text-dim)}.shop-status-pill{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;color:#fff;background:var(--accent);font-size:.82rem;font-weight:500;white-space:nowrap}.shop-status-pill.success{background:#00a650}.shop-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.shop-metric{display:grid;gap:6px;min-height:92px;align-content:center;padding:16px;background:#f5f5f5}.shop-metric span{color:var(--text-dim);font-size:.82rem}.shop-metric strong{overflow:hidden;text-overflow:ellipsis;font-size:.98rem;font-weight:500}.shop-warning-list{display:flex;flex-wrap:wrap;gap:10px}.shop-warning-list span{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;color:var(--accent);background:#fff5f5;font-size:.84rem}.shop-category-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shop-category-status-grid article{display:grid;gap:6px;border:1px solid var(--line);padding:14px}.shop-category-doc-tab{display:grid;gap:6px;border:1px solid #e2e8e4;border-radius:8px;padding:14px;color:#111;background:#fff;text-align:left;box-shadow:0 4px 14px #1113180a;cursor:pointer}.shop-category-doc-tab.active{border-color:#16a05d;background:#f2fbf5}.shop-category-doc-tab strong,.shop-category-doc-tab span,.shop-category-doc-tab small{display:block}.shop-category-doc-tab span{color:#e49a43}.shop-category-doc-tab small{color:var(--text-dim)}.shop-category-status-grid strong,.shop-category-status-grid span,.shop-category-status-grid small{display:block}.shop-category-status-grid span{color:var(--accent)}.shop-category-status-grid small,.shop-category-status-grid p{color:var(--text-dim)}.shop-inline-form,.shop-document-form{display:grid;gap:14px}.shop-inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:end}.shop-document-form{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-document-form .wide{grid-column:1 / -1}.shop-single-field{max-width:520px}.shop-upload-flow{display:grid;gap:14px}.shop-legal-sheet{gap:0;padding:0;overflow:hidden;box-shadow:0 8px 24px #1113180f}.shop-legal-sheet .shop-upload-flow{padding:18px 20px 20px;background:#fbfbfb}.shop-legal-sheet>.shop-document-list{padding:0 20px 20px;background:#fbfbfb}.shop-legal-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shop-legal-overview>div{display:grid;gap:6px;border:1px solid #e2e8e4;border-radius:8px;padding:14px;background:#fff;box-shadow:0 4px 14px #1113180a}.shop-legal-overview span{color:var(--text-dim);font-size:.82rem}.shop-legal-overview strong{font-weight:600}.shop-upload-guide{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:18px;border:1px solid #e2e8e4;border-radius:8px;padding:18px;background:#fff}.shop-upload-guide h3{margin:0;font-size:1rem;font-weight:600}.shop-upload-guide p{margin:8px 0 0;color:var(--text-dim);line-height:1.6}.shop-upload-note{align-self:stretch;display:grid;gap:6px;align-items:center;border-left:3px solid #e49a43;padding:12px 14px;color:#111;background:#fff8ef;font-size:.9rem;line-height:1.5}.shop-upload-note strong{font-weight:700}.shop-upload-note em,.required-mark{color:#d93025;font-style:normal;font-weight:800}.required-mark{margin-left:4px}.shop-requirement-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shop-requirement-checklist article{display:grid;gap:6px;border:1px solid #e2e8e4;border-radius:8px;padding:14px;background:#fff;box-shadow:0 4px 14px #1113180a}.shop-requirement-checklist strong{font-weight:600}.shop-requirement-checklist span{color:var(--accent);font-size:.86rem}.shop-requirement-checklist small{color:var(--text-dim);line-height:1.5}.shop-upload-step{display:grid;border:1px solid #e2e8e4;border-radius:8px;padding:18px;background:#fff}.shop-upload-step-number{display:grid;width:34px;height:34px;place-items:center;color:#fff;background:#111;font-size:.85rem;font-weight:600}.shop-upload-step h3{margin:0;font-size:1rem;font-weight:600}.shop-upload-step p{margin:8px 0 14px;color:var(--text-dim);line-height:1.6}.shop-upload-hint{display:grid;gap:4px;padding:14px;background:#f5f5f5}.shop-upload-hint.muted{border:1px dashed var(--line-strong);background:#fff}.shop-upload-hint.success{border-left:3px solid #00a650;background:#f3fff8}.shop-upload-hint span{color:var(--text-dim);overflow-wrap:anywhere}.shop-upload-hint a{color:var(--accent);text-decoration:none;font-size:.88rem;font-weight:500}.shop-uploaded-file-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.shop-file-picker{min-height:96px;border:1px dashed #b9c7bf;border-radius:8px;padding:16px;cursor:pointer;background:#fafafa;transition:border-color .2s ease,background .2s ease}.shop-file-picker:hover{border-color:#16a05d;background:#f2fbf5}.shop-file-picker input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.shop-file-picker span,.shop-file-picker strong,.shop-file-picker small{display:block}.shop-file-picker span{color:var(--text-dim);font-size:.78rem}.shop-file-picker strong{margin-top:5px;font-weight:600}.shop-file-picker small{margin-top:6px;color:var(--text-dim);line-height:1.5}.shop-document-draft-list{display:grid;gap:14px;margin-bottom:14px}.shop-document-draft{display:grid;gap:12px;border:1px solid #e2e8e4;border-radius:8px;padding:14px;background:#fff}.shop-document-draft-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-document-draft-header strong{display:block;font-weight:600}.shop-draft-status{display:inline-flex;margin-top:6px;min-height:24px;align-items:center;padding:0 9px;color:#6b7280;background:#eee;font-size:.78rem;font-weight:500}.shop-draft-status.success{color:#007a3d;background:#e8fff1}.shop-document-draft-header button{border:0;color:var(--accent);background:transparent;font-size:.86rem;font-weight:500;cursor:pointer}.shop-document-draft label{display:grid;gap:8px;color:#111;font-size:.88rem;font-weight:500}.shop-document-draft select{min-height:44px;border:1px solid #d6ddd8;border-radius:6px;padding:0 12px;background:#fff;outline:0}.shop-document-draft select:focus{border-color:#16a05d;box-shadow:0 0 0 3px #16a05d1f}.shop-document-type-static{display:flex;min-height:44px;align-items:center;border:1px solid #d6ddd8;border-radius:6px;padding:0 12px;color:#111;background:#f7faf8;font-weight:600}.shop-document-draft select:disabled{color:#111;background:#f5f5f5;cursor:not-allowed}.shop-document-draft label small{color:var(--text-dim);font-weight:400;line-height:1.5}.shop-selected-file-list{display:grid;gap:6px;border:1px solid var(--line);padding:10px 12px;background:#fff}.shop-selected-file-list span{color:var(--text-dim);font-size:.84rem;overflow-wrap:anywhere}.shop-selected-file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px}.shop-selected-file-grid figure{display:grid;gap:8px;margin:0;border:1px solid #e2e8e4;border-radius:8px;padding:8px;background:#fff}.shop-selected-file-grid img{width:100%;aspect-ratio:4 / 3;border-radius:6px;object-fit:cover;background:#f4f4f4}.shop-selected-file-grid figcaption{display:grid;gap:6px}.shop-selected-file-grid figcaption span{color:#333;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-selected-file-grid figcaption button{min-height:28px;border:0;border-radius:4px;color:#d93025;background:#fff3f2;font-size:.76rem;font-weight:600;cursor:pointer}.shop-upload-action{min-height:46px;border:0;border-radius:6px;color:#fff;background:#16a05d;font-weight:600;cursor:pointer}.shop-upload-action:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.45}.shop-upload-summary{margin:12px 0;color:var(--text-dim);font-size:.88rem}@media(max-width:760px){.shop-upload-guide,.shop-requirement-checklist{grid-template-columns:1fr}}.shop-document-list{display:grid;gap:10px}.shop-document-list article{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);padding:14px}.shop-document-list strong,.shop-document-list span{display:block}.shop-document-list span{margin-top:4px;color:var(--text-dim);font-size:.82rem}.shop-document-list a{color:var(--accent);text-decoration:none;white-space:nowrap}.shop-document-list p{margin:0;color:var(--text-dim)}.order-hero{margin-top:8px}.orders-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:210px;padding:34px 40px;color:#fff;background:radial-gradient(circle at 82% 40%,rgba(219,68,68,.32),transparent 25%),linear-gradient(135deg,#050505,#1b1b1d)}.orders-hero span,.orders-hero p{color:#ffffffc2}.orders-hero h1,.orders-hero p{margin:0}.orders-hero h1{margin-top:14px;font-size:clamp(2rem,4vw,3.25rem);font-weight:500;letter-spacing:.04em}.orders-hero p{max-width:620px;margin-top:14px;line-height:1.7}.order-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-top:0}.order-summary-strip article{display:grid;gap:7px;min-height:94px;align-content:center;padding:16px 20px;border-right:1px solid var(--line);background:#fff}.order-summary-strip article:last-child{border-right:0}.order-summary-strip span,.order-summary-strip small{color:var(--text-dim)}.order-summary-strip strong{font-weight:600}.orders-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:26px;margin-top:26px}.orders-sidebar,.orders-main{display:grid;align-content:start;gap:14px}.orders-sidebar-head,.order-detail-card,.order-support-card{border:1px solid var(--line);background:#fff}.orders-sidebar-head{padding:18px}.orders-sidebar-head h2,.orders-sidebar-head p,.order-detail-title h2,.order-detail-title p,.order-section-title h2{margin:0}.orders-sidebar-head h2{font-size:1rem;font-weight:600}.orders-sidebar-head p,.order-detail-title p{margin-top:8px;color:var(--text-dim);line-height:1.6}.order-detail-card{padding:22px}.order-detail-top{display:grid;gap:22px}.order-detail-title,.order-section-title,.order-support-card{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.order-detail-title>div>span,.order-section-title>span{color:var(--accent);font-size:.84rem;font-weight:500}.order-detail-title h2,.order-section-title h2{margin-top:7px;font-size:1.45rem;font-weight:600}.order-status-badge{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;color:#fff;background:var(--accent);font-size:.82rem;font-weight:500;white-space:nowrap}.order-status-badge.success{background:#00a650}.order-status-badge.danger{background:#666}.order-info-grid.compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.order-info-grid article{display:grid;gap:6px;min-height:86px;align-content:center;padding:14px;background:#f5f5f5}.order-info-grid span,.order-payment-box span{color:var(--text-dim);font-size:.82rem}.order-info-grid strong,.order-payment-box strong{font-weight:600}.order-product-list{display:grid;gap:0;margin-top:18px;border-top:1px solid var(--line)}.order-product-line{display:grid;grid-template-columns:48px minmax(0,1fr) 120px 70px 130px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.order-product-line strong,.order-product-line small{display:block}.order-product-line small{margin-top:5px;color:var(--text-dim)}.order-payment-box{display:grid;gap:10px;max-width:520px;margin-top:18px;margin-left:auto}.order-payment-box>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.order-payment-box>div:last-child{border-bottom:0}.order-shipping-box{display:grid;gap:6px;margin-top:18px;border-left:3px solid var(--accent);padding:14px 16px;background:#fafafa}.order-shipping-box strong,.order-shipping-box span,.order-shipping-box p{display:block}.order-shipping-box span{color:var(--text-dim)}.order-shipping-box p{margin:4px 0 0;line-height:1.6}.order-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.order-step{position:relative;display:grid;gap:10px;min-height:144px;align-content:start;border:1px solid var(--line);padding:16px;background:#fff}.order-step>span{display:grid;width:22px;height:22px;place-items:center;border:2px solid #d6d6d6;border-radius:999px;background:#fff}.order-step.done{border-color:#00a65040;background:#f5fff9}.order-step.done>span{border-color:#00a650;background:#00a650}.order-step.current{border-color:#db444447;background:#fff8f8}.order-step.current>span{border-color:var(--accent)}.order-step strong,.order-step small{display:block}.order-step small{margin-top:6px;color:var(--text-dim);line-height:1.6}.order-support-card{align-items:center;padding:20px 22px;background:#fafafa}.order-support-card p{max-width:760px;margin:8px 0 0;color:var(--text-dim);line-height:1.7}@media(max-width:1020px){.orders-layout,.order-info-grid.compact,.order-stepper{grid-template-columns:1fr}.order-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.order-product-line{grid-template-columns:48px minmax(0,1fr)}}@media(max-width:680px){.orders-hero,.order-detail-title,.order-section-title,.order-support-card{flex-direction:column}.orders-hero{padding:28px 22px}.order-summary-strip{grid-template-columns:1fr}}.shop-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:220px;padding:34px 40px;color:#fff;background:radial-gradient(circle at 82% 42%,rgba(219,68,68,.3),transparent 26%),linear-gradient(135deg,#050505,#1a1a1a)}.shop-hero h1,.shop-hero p{margin:0}.shop-hero h1{margin-top:14px;font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:.06em}.shop-hero p{max-width:620px;margin-top:14px;color:#ffffffbd;line-height:1.7}.shop-hero-badge{color:#ffffffb3;font-size:.86rem}.shop-stat-card,.shop-section-card,.shop-side-card{border:1px solid var(--line);background:#fff}.shop-stat-card{display:grid;gap:6px;min-height:110px;align-content:center;padding:18px}.shop-stat-card span,.shop-stat-card small{color:var(--text-dim)}.shop-stat-card strong{font-size:1.1rem;font-weight:600}.shop-dashboard-sidebar,.shop-dashboard-main{display:grid;gap:18px}.shop-side-card,.shop-section-card{padding:22px}.shop-side-card h3,.shop-section-card h2{margin:0}.shop-side-card p{margin:10px 0 0;color:var(--text-dim)}.shop-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.order-list-panel{display:grid;gap:12px}.order-list-card{display:grid;gap:8px;border:1px solid var(--line);padding:14px;color:#111;background:#fff;text-align:left}.order-list-card.active{border-color:#db44447a;background:#fff8f8;box-shadow:0 0 0 3px #db444414}.order-list-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-list-card span,.order-list-card small{color:var(--text-dim)}.order-list-card p{margin:0;line-height:1.5}.seller-order-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.seller-order-tabs{display:flex;gap:0;border:1px solid var(--line);overflow-x:auto;background:#fff}.seller-order-tabs button{min-height:48px;border:0;border-right:1px solid var(--line);padding:0 18px;color:#333;background:#fff;font-weight:600;white-space:nowrap}.seller-order-tabs button:last-child{border-right:0}.seller-order-tabs button.active{color:#e49a43;background:#fffaf4;box-shadow:inset 0 -2px #e49a43}.seller-order-list-panel{max-height:680px;overflow:auto}.seller-order-detail{display:grid;gap:16px;border:1px solid var(--line);padding:0;background:#fff}.seller-order-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:18px}.seller-order-detail-head span{color:var(--accent);font-size:.86rem}.seller-order-detail-head h3{margin:6px 0 0;font-size:1.25rem;font-weight:600}.seller-order-detail-head>strong{color:var(--accent);font-size:.88rem;font-weight:500}.seller-order-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 18px}.seller-order-summary-grid>div,.seller-order-info-grid>div,.seller-order-total-box{border:1px solid var(--line);background:#fbfbfb}.seller-order-summary-grid>div{display:grid;gap:6px;min-height:86px;align-content:center;padding:14px}.seller-order-summary-grid small,.seller-order-info-grid small,.seller-order-items small{color:var(--text-dim)}.seller-order-section{display:grid;gap:12px;padding:0 18px}.seller-order-section h3{margin:0;font-size:1rem}.seller-order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seller-order-info-grid>div{display:grid;gap:6px;padding:13px 14px}.seller-order-info-grid>div.wide{grid-column:1 / -1}.seller-order-summary-grid strong,.seller-order-info-grid strong{overflow-wrap:anywhere}.seller-order-items{display:grid;border:1px solid var(--line)}.seller-order-items>div{display:grid;grid-template-columns:58px minmax(0,1fr) 150px;gap:14px;align-items:center;padding:14px}.seller-order-item-thumb{display:grid;width:58px;height:58px;place-items:center;overflow:hidden;color:#fff;background:#e49a43;font-weight:700}.seller-order-item-thumb img{width:100%;height:100%;object-fit:cover}.seller-order-items>div+div{border-top:1px solid var(--line)}.seller-order-batch-links{display:flex;flex-wrap:wrap;gap:8px;grid-column:2 / -1}.seller-order-batch-links a{display:grid;gap:2px;border:1px solid var(--line);padding:7px 10px;color:var(--accent);background:#fff8f8;font-size:.86rem;font-weight:700;text-decoration:none}.lineage-link-button{border:1px solid #cbd5e1;padding:7px 10px;color:#0f766e;background:#f8fafc;font-size:.86rem;font-weight:700;cursor:pointer}.seller-order-batch-links a:hover{border-color:var(--accent)}.lineage-link-button:hover{border-color:#0f766e}.lineage-link-button.active{border-color:#0f766e;background:#f0fdfa}.lineage-action-row,.lineage-section-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.lineage-action-row{grid-column:2 / -1}.product-report-actions{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.risk-factor-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag.risk-low{background:#ecfdf5;color:#047857}.tag.risk-medium{background:#fffbeb;color:#b45309}.tag.risk-high,.tag.risk-critical{background:#fef2f2;color:#b91c1c}.lineage-section-head{justify-content:space-between}.lineage-section-head h3{margin:0}.seller-order-batch-links small{color:var(--text-dim);font-size:.74rem;font-weight:600}.seller-fulfillment-timeline,.buyer-fulfillment-timeline{margin:0;border:1px solid var(--line)}.seller-fulfillment-timeline .order-timeline-step,.buyer-fulfillment-timeline .order-timeline-step{min-height:78px}.seller-fulfillment-timeline .order-timeline-step+.order-timeline-step,.buyer-fulfillment-timeline .order-timeline-step+.order-timeline-step{border-top:1px solid var(--line)}.admin-order-card.active{border-color:var(--accent)}.admin-order-timeline-detail{margin-top:4px}.admin-order-lineage-items{display:grid;gap:8px}.admin-order-lineage-items button{display:grid;gap:4px;width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:#111318;background:#fff;text-align:left;cursor:pointer}.admin-order-lineage-items button.active{border-color:#0f766e;background:#f0fdfa}.admin-order-lineage-items button:disabled{cursor:not-allowed;opacity:.65}.admin-order-lineage-items small{color:var(--text-dim)}.seller-order-total-box{display:grid;gap:10px;margin:0 18px;padding:14px}.seller-order-total-box p{display:flex;justify-content:space-between;gap:16px;margin:0}.seller-order-total-box p:last-child{border-top:1px solid #e5e5e5;padding-top:10px;color:#db4444}.seller-order-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;border-top:1px solid var(--line);padding:18px}.seller-order-actions-note{color:var(--text-dim)}.danger-button{min-height:42px;border:1px solid rgba(219,68,68,.32);padding:0 18px;color:var(--accent);background:#fff5f5;font-weight:600}.danger-button:disabled{cursor:not-allowed;opacity:.55}.order-detail-grid,.order-action-grid{display:grid;gap:18px}.order-items-table{display:grid;gap:0}.order-provider-field{display:grid;gap:8px}.order-provider-field span{color:var(--text-dim);font-size:.86rem}.order-provider-field input{min-height:44px;border:1px solid var(--line-strong);padding:0 12px}.order-provider-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #db44441f;outline:0}.order-timeline{display:grid;gap:14px}.order-timeline-step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;border:1px solid var(--line);padding:14px;background:#fff}.order-timeline-step span{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;color:var(--text-dim);background:#f5f5f5;font-weight:600}.order-timeline-step strong,.order-timeline-step small{display:block}.order-timeline-step em{display:block;margin-top:3px;color:var(--text-dim);font-size:12px;font-style:normal;font-weight:400}.order-timeline-step small{margin-top:4px;color:var(--text-dim);line-height:1.6}.order-timeline-step.done{border-color:#4f9f4542;background:#f6fbf5}.order-timeline-step.done span{color:#fff;background:var(--success)}.order-timeline-step.active{border-color:#db444447;background:#fff8f8}.order-timeline-step.active span{color:#fff;background:var(--accent)}@media(max-width:980px){.shop-hero-panel,.shop-onboarding-layout,.shop-dashboard-layout,.seller-order-layout,.shop-stat-grid,.shop-next-action-list,.shop-category-status-grid{grid-template-columns:1fr}.shop-side-panel{position:static}}@media(max-width:680px){.shop-hero{align-items:flex-start;flex-direction:column;padding:26px 22px}.shop-hero-panel{padding:30px 22px}.shop-category-list,.shop-inline-form,.shop-document-form,.shop-offer-helper-row,.shop-offer-form-grid,.shop-offer-image-picker{grid-template-columns:1fr}.shop-offer-image-preview{width:min(180px,100%)}.shop-document-form .wide,.shop-offer-form-grid .wide{grid-column:auto}.shop-card-header,.shop-next-actions-head,.shop-document-list article{align-items:stretch;flex-direction:column}.shop-next-actions,.shop-profile-title{padding-inline:16px}.shop-next-action{grid-template-columns:1fr}.shop-product-toolbar,.shop-product-actions,.shop-product-search,.shop-offer-submit-row{align-items:stretch;flex-direction:column}.shop-product-search input{width:100%}.shop-product-tabs{display:flex;overflow-x:auto}.shop-product-tabs button{flex:0 0 128px;min-height:48px}.shop-product-board{grid-template-columns:1fr}.shop-mini-product-card{grid-template-columns:72px minmax(0,1fr)}.shop-mini-product-card>span{width:72px;min-height:72px}}.marketplace-header .top-strip{color:#555;background:#f4f4f4}.marketplace-header .top-strip-inner{min-height:38px;justify-content:space-between;font-size:.86rem}.marketplace-header .top-strip a{color:#db8c2f;text-decoration:none}.marketplace-header .main-header{background:#fff;position:relative;z-index:50}.marketplace-header .main-header-inner{min-height:82px;display:grid;grid-template-columns:240px minmax(280px,1fr) auto auto;gap:18px}.marketplace-logo{min-width:0;width:230px}.marketplace-search{display:grid;grid-template-columns:150px minmax(0,1fr) 52px;min-height:46px;border:1px solid #e4e4e4;border-radius:4px;overflow:hidden;background:#fff}.marketplace-search select,.marketplace-search input,.marketplace-search button{border:0;background:#fff;outline:0}.marketplace-search select{border-right:1px solid #e4e4e4;padding:0 14px;color:#777}.marketplace-search input{padding:0 16px}.marketplace-search button{display:grid;place-items:center;background:#f02314}.marketplace-search svg{width:22px;height:22px;fill:#fff}.marketplace-quick-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.marketplace-quick-actions a{display:grid;min-width:58px;gap:4px;justify-items:center;color:#444;text-decoration:none;font-size:.74rem;font-weight:600}.marketplace-quick-actions svg{width:22px;height:22px;fill:currentColor}.marketplace-quick-actions a:hover,.marketplace-quick-actions a.active{color:#e49a43}.marketplace-header .cart-icon-button{width:48px;min-height:46px;border-radius:4px;color:#fff;background:#f02314}.marketplace-header .cart-icon-button span{top:3px;right:3px;background:#e53935}.marketplace-header .avatar-button{width:42px;min-height:42px;color:#fff;background:#333;box-shadow:none}.marketplace-nav-bar{border-top:1px solid #ededed;border-bottom:3px solid #f02314;background:#fff;position:relative;z-index:45;overflow:visible}.marketplace-nav-bar .mobile-nav{min-height:48px;gap:28px;overflow:visible}.marketplace-nav-bar .nav-link{min-height:48px;border:1px solid transparent;border-bottom:0;color:#333;font-weight:500;padding:0 14px}.marketplace-nav-bar .nav-link:hover,.marketplace-nav-bar .nav-link.active{color:#fff;border-color:#f02314;background:#f02314}.marketplace-category-dropdown{position:relative;flex:0 0 auto}.marketplace-category-dropdown .category-trigger{min-width:160px;justify-content:center;color:#333;border-color:transparent;background:transparent;font-weight:500;text-transform:none}.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{color:#fff;border-color:#f02314;background:#f02314}.marketplace-category-dropdown-menu{position:absolute;top:100%;left:0;z-index:40;display:grid;width:260px;border:1px solid #f02314;border-top:0;background:#fff;box-shadow:0 18px 38px #1113181f;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .14s ease,transform .14s ease}.marketplace-category-dropdown:hover .marketplace-category-dropdown-menu,.marketplace-category-dropdown-menu:hover{opacity:1;pointer-events:auto;transform:translateY(0)}.marketplace-category-dropdown-menu a{display:flex;min-height:34px;align-items:center;gap:9px;border-bottom:1px solid #f2f2f2;padding:0 14px;color:#333;text-decoration:none;font-size:.88rem}.marketplace-category-dropdown-menu a:before{content:"+";color:#b9b9b9}.marketplace-category-dropdown-menu a.active{color:#333;background:#fff}.marketplace-category-dropdown-menu a:hover,.marketplace-category-dropdown-menu a.active:hover{color:#333;background:#fff8ef}.marketplace-home{gap:28px;padding-top:0}.marketplace-hero-carousel{position:relative;overflow:hidden;aspect-ratio:1680 / 760;min-height:360px;border-radius:0;background:#fff1e7;box-shadow:0 18px 48px #b917061f}.marketplace-hero-track{display:flex;width:100%;height:100%;transition:transform .56s cubic-bezier(.22,1,.36,1)}.marketplace-hero-slide{position:relative;flex:0 0 100%;display:block;min-width:100%;color:inherit;text-decoration:none}.marketplace-hero-slide img{display:block;width:100%;height:100%;object-fit:cover}.marketplace-slide-caption{position:absolute;left:3.7%;bottom:6%;display:none;max-width:460px;gap:6px;padding:14px 18px;border:1px solid rgba(255,255,255,.7);border-radius:16px;color:#111;background:#ffffffc2;box-shadow:0 16px 34px #7f16061f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.marketplace-slide-caption small,.marketplace-slide-caption strong,.marketplace-slide-caption em{display:block}.marketplace-slide-caption small{color:#f02314;font-weight:900;text-transform:uppercase}.marketplace-slide-caption strong{font-size:1.2rem}.marketplace-slide-caption em{color:#555;font-style:normal;line-height:1.45}.marketplace-hero-arrow{position:absolute;top:50%;z-index:3;display:grid;width:44px;height:64px;place-items:center;border:0;border-radius:999px;color:#f02314;background:#ffffffd6;box-shadow:0 12px 28px #57120429;font-size:2.4rem;line-height:1;transform:translateY(-50%)}.marketplace-hero-arrow.previous{left:18px}.marketplace-hero-arrow.next{right:18px}.marketplace-hero-dots{position:absolute;right:32px;bottom:24px;z-index:4;display:flex;gap:10px}.marketplace-hero-dots button{width:12px;height:12px;border:2px solid #ffffff;border-radius:999px;padding:0;background:#f0231440;box-shadow:0 4px 12px #640a0438}.marketplace-hero-dots button.active{width:34px;background:#f02314}.marketplace-hero-row{display:grid;grid-template-columns:240px minmax(0,1fr) 220px;gap:0;min-height:330px;background:#f2eacb}.marketplace-hero-row.no-side-category{grid-template-columns:minmax(0,1fr) 220px}.marketplace-category-menu{display:grid;align-content:start;border-right:1px solid #eadfae;background:#fff}.marketplace-category-menu strong{display:grid;min-height:48px;place-items:center;color:#fff;background:#e49a43;text-transform:uppercase}.marketplace-category-menu a{display:flex;min-height:34px;align-items:center;border-bottom:1px solid #f2f2f2;padding:0 16px;color:#333;text-decoration:none;font-size:.9rem}.marketplace-category-menu a:hover{color:#e49a43;background:#fff8ef}.marketplace-main-banner{display:grid;align-items:center;min-height:330px;padding:42px 54px;color:#fff;background:radial-gradient(circle at 86% 20%,rgba(255,255,255,.28),transparent 22%),linear-gradient(120deg,#1d8ec8,#39b56e 52%,#e4a746)}.marketplace-main-banner span,.marketplace-side-banner span{font-weight:600;text-transform:uppercase}.marketplace-main-banner h1{max-width:700px;margin:10px 0 14px;font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.05;letter-spacing:-.04em;text-shadow:0 3px 0 rgba(0,0,0,.18)}.marketplace-main-banner p{max-width:620px;margin:0 0 22px;line-height:1.7}.marketplace-banner-button{display:inline-flex;min-height:42px;align-items:center;padding:0 20px;border-radius:4px;color:#fff;background:#e53935;text-decoration:none;font-weight:600}.marketplace-side-banner{display:grid;align-content:center;gap:10px;padding:28px;color:#fff;background:linear-gradient(180deg,#1e95df,#93d7ff);text-align:center}.marketplace-side-banner strong{font-size:1.7rem;line-height:1.1}.marketplace-lookup-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr) 120px;gap:14px;align-items:center;border:2px solid #e53935;border-radius:10px;padding:18px 22px;background:#fff}.marketplace-lookup-card h3,.marketplace-lookup-card p{margin:0}.marketplace-lookup-card p{margin-top:6px;color:#777}.marketplace-lookup-card input{min-height:44px;border:1px solid #dedede;border-radius:6px;padding:0 14px}.marketplace-lookup-card button{min-height:44px;border:0;border-radius:6px;color:#fff;background:#ff9800;font-weight:600}.marketplace-sale-section{background:#fff}.marketplace-section-head{display:flex;align-items:center;justify-content:space-between;min-height:58px;border-bottom:1px solid #eeeeee;padding:0 18px}.marketplace-section-head.hot{background:#f7dada}.marketplace-section-head h2{margin:0;color:#e53935;text-transform:uppercase}.marketplace-section-head a{color:#e53935;text-decoration:none}.marketplace-product-strip,.marketplace-product-grid{display:grid;gap:14px;padding:16px}.marketplace-product-strip{grid-template-columns:repeat(6,minmax(0,1fr))}.marketplace-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.marketplace-product-card{display:grid;gap:7px;align-content:start;border:1px solid #eeeeee;border-radius:8px;padding:10px;background:#fff;color:#222;text-decoration:none}.marketplace-product-thumb{position:relative;display:grid;overflow:hidden;min-height:150px;height:150px;place-items:center;background:#f4f6fb}.marketplace-product-thumb span{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;color:#fff;background:#e49a43;font-weight:700}.marketplace-product-card strong{min-height:42px;line-height:1.35;font-size:.92rem}.marketplace-product-card small{color:#777}.marketplace-rating-line{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#ff9800;font-size:.82rem}.product-card-meta{display:grid;gap:3px}.marketplace-price-line{color:#e53935;font-weight:700}.marketplace-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #eeeeee;border-left:1px solid #eeeeee;background:#fff}.marketplace-category-tile{display:grid;min-height:110px;place-items:center;gap:6px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;color:#333;text-align:center;text-decoration:none}.marketplace-category-tile span{color:#e49a43;font-weight:700}.marketplace-category-tile:hover{color:#e53935;background:#fff8ef}.marketplace-trust-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px;color:#fff;background:linear-gradient(120deg,#1b1b1b,#3d2119)}.marketplace-trust-banner h2{max-width:720px;margin:8px 0 0;font-size:1.7rem}.marketplace-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.marketplace-feature-tile{display:grid;grid-template-columns:42px minmax(0,1fr);gap:4px 12px;align-items:center;min-height:92px;border:1px solid #eeeeee;border-radius:8px;padding:16px;color:#222;background:#fff;text-decoration:none;box-shadow:0 10px 24px #1113180d}.marketplace-feature-tile>span{display:grid;grid-row:span 2;width:42px;height:42px;place-items:center;border-radius:12px;color:#fff;background:#12a86b;font-weight:800}.marketplace-feature-tile strong,.marketplace-feature-tile small{min-width:0}.marketplace-feature-tile small{color:#777}.marketplace-feature-tile:hover{border-color:#e49a43;transform:translateY(-1px)}.marketplace-seller-portal{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,1fr) auto;gap:24px;align-items:center;border-radius:8px;padding:30px;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(244,161,39,.35),transparent 25%),linear-gradient(120deg,#14213d,#0b8ed0)}.marketplace-seller-portal h2,.marketplace-seller-portal p{margin:0}.marketplace-seller-portal h2{margin-top:8px;font-size:1.8rem}.marketplace-seller-portal p{margin-top:10px;color:#ffffffc7;line-height:1.6}.marketplace-seller-points{display:grid;gap:10px}.marketplace-seller-points article{display:grid;gap:4px;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 14px;background:#ffffff14}.marketplace-seller-points small{color:#ffffffb8}.marketplace-bottom-nav{display:none}.marketplace-profile-page{max-width:1180px;padding-top:20px}.marketplace-profile-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:18px}.marketplace-profile-sidebar,.marketplace-profile-main,.marketplace-info-panel{background:#fff}.marketplace-profile-sidebar,.marketplace-info-panel{border:1px solid #eeeeee;border-radius:4px}.marketplace-profile-card{display:grid;justify-items:center;gap:8px;border-bottom:1px solid #eeeeee;padding:24px 14px 20px;text-align:center}.marketplace-profile-avatar-frame{position:relative;display:grid;width:178px;height:178px;place-items:center;border-radius:50%;border:7px solid #b9b9b9;color:#b3b3b3;background:#fff;cursor:pointer;overflow:visible}.marketplace-profile-avatar-frame input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.marketplace-profile-avatar-frame>img,.marketplace-profile-avatar-placeholder{width:100%;height:100%;border-radius:inherit}.marketplace-profile-avatar-frame>img{object-fit:cover}.marketplace-profile-avatar-placeholder{display:grid;place-items:center;overflow:hidden}.marketplace-profile-avatar-placeholder svg{width:100%;height:100%;fill:#b8b8b8}.marketplace-avatar-camera{position:absolute;right:2px;bottom:4px;display:grid;width:52px;height:52px;place-items:center;border:5px solid #ffffff;border-radius:50%;color:#9f9f9f;background:#f5f5f5;box-shadow:0 0 0 3px #b9b9b9}.marketplace-avatar-camera svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.marketplace-profile-card small{color:#777}.marketplace-profile-nav{display:grid}.marketplace-profile-nav a,.marketplace-profile-nav-toggle{display:flex;width:100%;min-height:44px;align-items:center;gap:10px;border-bottom:1px solid #f2f2f2;padding:0 16px;color:#333;background:transparent;text-decoration:none;text-align:left;transition:color .18s ease,background .18s ease}.marketplace-profile-nav-toggle{border-top:0;border-right:0;border-left:0}.marketplace-profile-nav a b,.marketplace-profile-nav-toggle b{display:grid;width:18px;height:18px;place-items:center;margin-left:auto;color:#333;transition:transform .18s ease}.marketplace-profile-nav-toggle b svg{width:18px;height:18px;fill:currentColor}.marketplace-nav-group:not(.open) .marketplace-profile-nav-toggle b{transform:rotate(180deg)}.marketplace-profile-nav a span,.marketplace-profile-nav-toggle span{display:grid;flex:0 0 auto;width:28px;height:28px;place-items:center;border:1px solid #d7eadf;border-radius:8px;color:#16a05d;background:#f2fbf5}.marketplace-profile-nav a span svg,.marketplace-profile-nav-toggle span svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.marketplace-profile-nav a.active,.marketplace-profile-nav a:hover,.marketplace-profile-nav-toggle.active,.marketplace-profile-nav-toggle:hover{background:#f7f7f7;font-weight:600}.marketplace-profile-nav a.active span,.marketplace-profile-nav a:hover span,.marketplace-profile-nav-toggle.active span,.marketplace-profile-nav-toggle:hover span{border-color:#e49a43;color:#fff;background:#e49a43}.marketplace-profile-subnav{display:grid;max-height:0;overflow:hidden;padding:0 14px 0 52px;opacity:0;transition:max-height .24s ease,opacity .18s ease,padding .24s ease}.marketplace-nav-group.open .marketplace-profile-subnav{max-height:230px;padding-top:6px;padding-bottom:12px;opacity:1}.marketplace-profile-subnav a{min-height:38px;border-bottom:0;padding:0;color:#111318;font-size:.92rem;font-weight:500;line-height:1.35;white-space:normal}.marketplace-profile-subnav a:hover{color:#e49a43;background:transparent}.marketplace-profile-main{display:grid;gap:18px}.marketplace-profile-page.dashboard-layout{width:min(1216px,calc(100% - 32px));max-width:1216px;padding:24px 0 96px}.marketplace-profile-page.dashboard-layout .breadcrumb{margin:0 0 18px;color:#6f7480;font-size:.95rem}.marketplace-profile-page.dashboard-layout .breadcrumb a{color:#6f7480;text-decoration:none}.marketplace-profile-page.dashboard-layout .breadcrumb span:last-child{color:#111;font-weight:800}.marketplace-profile-page.dashboard-layout .marketplace-profile-layout{grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start}.marketplace-profile-page.dashboard-layout .marketplace-profile-sidebar{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #1113180a}.marketplace-profile-page.dashboard-layout .marketplace-profile-card{grid-template-columns:auto minmax(0,1fr);justify-items:start;gap:12px;padding:16px;text-align:left}.marketplace-profile-page.dashboard-layout .marketplace-profile-avatar-frame{width:48px;height:48px;border:0;color:#fff;background:linear-gradient(135deg,#e92429,#a60f16);overflow:hidden}.marketplace-profile-page.dashboard-layout .marketplace-profile-avatar-placeholder svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8}.marketplace-profile-page.dashboard-layout .marketplace-avatar-camera{display:none}.marketplace-profile-card-copy{display:grid;gap:3px;min-width:0;align-content:center}.marketplace-profile-card-copy strong,.marketplace-profile-card-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-profile-card-copy strong{color:#151515;font-size:.95rem;font-weight:800}.marketplace-profile-card-copy small{color:#666;font-size:.82rem}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a,.marketplace-profile-logout{min-height:45px;border:0;border-bottom:1px solid #f0f0f0;padding:0 17px;color:#202124;background:#fff;font-size:.95rem;font-weight:500}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a span,.marketplace-profile-logout span{width:20px;height:20px;border:0;border-radius:0;color:#4f4f4f;background:transparent}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a span svg,.marketplace-profile-logout span svg{width:19px;height:19px}.marketplace-profile-page.dashboard-layout .marketplace-nav-group.active>a,.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a:hover{color:#c9141d;background:#fff1f1;font-weight:800}.marketplace-profile-page.dashboard-layout .marketplace-nav-group.active>a span,.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a:hover span{color:#c9141d;background:transparent}.marketplace-profile-logout{display:flex;width:100%;align-items:center;gap:10px;color:#ff3150;text-align:left}.marketplace-profile-logout span{color:#ff3150}.marketplace-account-hero{display:grid;min-height:106px;align-items:center;border-radius:10px;padding:22px 24px;color:#fff;background:linear-gradient(120deg,#ed2028,#a30f17);box-shadow:0 8px 20px #b9141c29}.marketplace-account-hero h1,.marketplace-account-hero p{margin:0}.marketplace-account-hero h1{font-size:1.55rem;line-height:1.2}.marketplace-account-hero p{margin-top:8px;font-weight:700}.marketplace-account-orders-card,.marketplace-account-metric-grid article,.marketplace-account-timeline-card{border:1px solid #e6e6e6;border-radius:10px;background:#fff;box-shadow:0 2px 8px #1113180a}.marketplace-account-orders-card{display:grid;gap:14px;padding:20px}.marketplace-account-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.marketplace-account-section-head strong{color:#111;font-size:1.05rem;font-weight:800}.marketplace-account-section-head a{color:#df151d;text-decoration:none;font-size:.84rem;font-weight:800}.marketplace-account-order-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:4px 8px 6px}.marketplace-account-order-steps a{display:grid;gap:8px;justify-items:center;color:#535353;text-decoration:none;font-size:.78rem}.marketplace-account-order-steps span{display:grid;width:34px;height:34px;place-items:center;color:#646464}.marketplace-account-order-steps svg,.marketplace-account-metric-grid svg,.marketplace-account-aivy-card svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.marketplace-account-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.marketplace-account-metric-grid article{display:grid;gap:8px;min-height:106px;padding:16px}.marketplace-account-metric-grid span{display:flex;align-items:center;gap:8px;color:#666;font-size:.9rem}.marketplace-account-metric-grid strong{color:#d8231f;font-size:1.42rem;line-height:1}.marketplace-account-metric-grid strong.success{color:#00a75a}.marketplace-account-metric-grid strong.privacy{color:#3366e8}.marketplace-account-metric-grid a{color:#575757;text-decoration:none;font-size:.82rem}.marketplace-account-timeline-card,.marketplace-account-aivy-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px}.marketplace-account-timeline-card strong,.marketplace-account-aivy-card strong{color:#111;font-size:1.04rem}.marketplace-account-timeline-card p,.marketplace-account-aivy-card p{margin:6px 0 0;color:#333}.marketplace-account-timeline-card button,.marketplace-account-aivy-card a{min-height:38px;border:1px solid #d8d8d8;border-radius:8px;padding:0 18px;color:#202124;background:#fff;text-decoration:none;font-weight:800}.marketplace-account-aivy-card{grid-template-columns:auto minmax(0,1fr) auto;border:1px solid #f3dfbf;border-radius:10px;background:linear-gradient(100deg,#fff9e7,#fff6f1 52%,#fff1f1)}.marketplace-account-aivy-card>span{color:#ff9800}.marketplace-account-aivy-card a{display:inline-grid;place-items:center;border:0;color:#fff;background:#ed2028}.marketplace-info-panel{display:grid;gap:18px;padding:22px 26px}.marketplace-info-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.marketplace-info-header h1,.marketplace-info-header h2,.marketplace-info-header p{margin:0}.marketplace-info-header h1,.marketplace-info-header h2{color:#f27a00;font-size:1.25rem}.marketplace-info-header p{margin-top:4px;color:#777}.marketplace-green-badge{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#00a651;font-size:.82rem;font-weight:700}.marketplace-info-table{width:100%;border-collapse:collapse}.marketplace-info-table tr{border-bottom:1px solid #f2f2f2}.marketplace-info-table td{padding:12px 0}.marketplace-info-table .label{width:28%;color:#666;font-weight:600}.marketplace-info-table .value{color:#333}.marketplace-info-table .action{width:100px;color:#0d93d8;text-align:right;font-size:.86rem}.marketplace-verification-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.marketplace-verification-grid div{display:grid;gap:6px;border:1px solid #eeeeee;padding:14px;background:#fafafa}.marketplace-verification-grid span{color:#777}.marketplace-edit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border-top:1px solid #eeeeee;padding-top:18px}.marketplace-edit-form label{display:grid;gap:7px}.marketplace-edit-form input,.marketplace-edit-form textarea{min-height:42px;border:1px solid #cccccc;border-radius:4px;padding:0 12px}.marketplace-edit-form textarea{min-height:100px;padding:12px;resize:vertical}.marketplace-upload-box{border:1px dashed #cccccc;border-radius:6px;padding:14px}.marketplace-upload-box small{color:#777}@media(max-width:1100px){.marketplace-header .main-header-inner,.marketplace-hero-row,.marketplace-profile-layout,.marketplace-seller-portal{grid-template-columns:1fr}.marketplace-product-strip,.marketplace-product-grid,.marketplace-category-grid,.marketplace-verification-grid,.marketplace-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-quick-actions{justify-content:center}.marketplace-category-menu{display:none}.marketplace-lookup-card{grid-template-columns:1fr}}@media(max-width:680px){.marketplace-search,.marketplace-edit-form,.marketplace-product-strip,.marketplace-product-grid,.marketplace-category-grid,.marketplace-feature-grid,.marketplace-verification-grid,.marketplace-info-header{grid-template-columns:1fr}body{padding-bottom:78px}.marketplace-header .top-strip,.marketplace-nav-bar{display:none}.marketplace-header .main-header-inner{min-height:auto;padding:12px 0}.marketplace-quick-actions,.marketplace-header .header-actions{display:none}.marketplace-main-banner{padding:30px 22px}.marketplace-trust-banner{align-items:flex-start;flex-direction:column}.marketplace-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:90;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #e9e9e9;padding:7px 8px 9px;background:#fffffff5;box-shadow:0 -10px 26px #11131814;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.marketplace-bottom-nav a{display:grid;gap:3px;justify-items:center;color:#555;text-decoration:none;font-size:.68rem;font-weight:700}.marketplace-bottom-nav span{display:grid;width:28px;height:28px;place-items:center;border-radius:10px;color:#333;background:#f4f4f4}.marketplace-bottom-nav a.active,.marketplace-bottom-nav a:hover{color:#0b8ed0}.marketplace-bottom-nav a.active span,.marketplace-bottom-nav a:hover span,.marketplace-bottom-nav .scan-action span{color:#fff;background:#0b8ed0}}.marketplace-profile-page{max-width:980px}.marketplace-profile-page.dashboard-layout{max-width:1180px}.marketplace-profile-sheet{display:grid;border:1px solid #dddddd;background:#fff;box-shadow:0 1px 5px #1113181f}.marketplace-dashboard-profile-sheet,.marketplace-dashboard-address-sheet{align-self:start;border:0;background:transparent;box-shadow:none}.marketplace-profile-sheet-head{display:flex;min-height:58px;align-items:center;gap:12px;border-bottom:1px solid #eeeeee;padding:0 26px;color:#e49a43;text-transform:uppercase}.marketplace-profile-title-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;color:#fff;background:#16a05d;box-shadow:0 6px 16px #16a05d33}.marketplace-profile-title-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.marketplace-address-title-icon{background:#e49a43;box-shadow:0 6px 16px #e49a4338}.marketplace-dashboard-address-sheet .marketplace-profile-sheet-head{justify-content:flex-start;min-height:58px;padding:0 24px}.marketplace-dashboard-address-sheet .marketplace-profile-sheet-head>button{min-height:40px;margin-left:auto;border:0;border-radius:4px;padding:0 24px;color:#fff;background:#e49a43;font-weight:500;text-transform:uppercase}.marketplace-address-book-head{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) auto;padding:4px 0 16px}.marketplace-address-book-head h1,.marketplace-address-book-head p{margin:0}.marketplace-address-book-head h1{color:#111318;font-size:1.5rem;line-height:1.2;letter-spacing:0}.marketplace-address-book-head p{margin-top:4px;color:#666;font-size:.9rem}.marketplace-address-book-head button{min-height:40px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:#e11d2e;box-shadow:none;font-size:.9rem;font-weight:800}.marketplace-address-dashboard-list{display:grid;gap:14px}.marketplace-address-dashboard-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;border:1px solid #e7e8ec;border-radius:8px;padding:16px 18px;background:#fff;box-shadow:0 1px 4px #1113180d}.marketplace-address-dashboard-list article p{margin:0;color:#1f2933;font-size:.92rem;line-height:1.4;overflow-wrap:anywhere}.marketplace-address-card-main{display:grid;gap:5px;min-width:0}.marketplace-address-card-main>strong{color:#111318;font-size:.93rem;line-height:1.35;overflow-wrap:anywhere}.marketplace-address-badges{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:3px}.marketplace-address-badges span{display:inline-flex;min-height:20px;align-items:center;border-radius:6px;padding:0 7px;color:#a16207;background:#fef3c7;font-size:.72rem;font-weight:800}.marketplace-address-badges em{color:#e49a43;font-style:normal}.marketplace-dashboard-address-actions{display:flex;flex-wrap:wrap;gap:10px;align-content:start;justify-content:flex-end}.marketplace-dashboard-address-actions .text-link,.marketplace-dashboard-address-actions .icon-link{border:0;color:#666;background:transparent;font-weight:400}.marketplace-dashboard-address-actions .icon-link{display:grid;width:28px;height:28px;place-items:center;border-radius:6px;font-size:.9rem}.marketplace-dashboard-address-actions .icon-link:hover{background:#f5f5f5}.marketplace-dashboard-address-actions .text-link:before{content:"✎";margin-right:6px;color:#777}.marketplace-dashboard-address-actions .text-link.danger:before{content:"×";color:#777;font-weight:700}.marketplace-dashboard-address-actions .default-button{min-height:auto;width:auto;border:0;border-radius:0;padding:0;color:#dc2626;background:transparent;font-size:.82rem;font-weight:700}.marketplace-dashboard-address-actions .default-button:disabled{display:none}.marketplace-address-empty{display:grid;gap:6px;min-height:118px;align-content:start;border-bottom:1px solid #eeeeee;padding:20px 24px 24px;color:#777;background:#fff}.marketplace-address-empty span{color:#333;font-weight:500}.marketplace-address-empty p{margin:0;color:#777;font-size:.92rem}.marketplace-profile-fields{display:grid;padding:10px 26px 0}.marketplace-profile-field{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px;align-items:center;min-height:54px;border-bottom:1px solid #eeeeee}.marketplace-profile-field>span{font-weight:500}.marketplace-profile-field strong{color:#111318;font-weight:400}.marketplace-profile-field input{min-height:38px;border:0;padding:0;color:#111318;background:transparent}.marketplace-profile-field input:not([readonly]):focus{border-bottom:1px solid #e49a43;outline:0}.marketplace-profile-field input::placeholder{color:#9a9a9a}.marketplace-profile-field small{color:#a7a7a7;text-align:right;font-size:.8rem}.marketplace-profile-photo-row,.marketplace-citizen-card-row{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px;align-items:start;padding:28px 26px}.marketplace-add-photo-button{position:relative;display:inline-flex;width:fit-content;min-height:40px;align-items:center;border-radius:2px;padding:0 18px;color:#fff;background:#d7b55b;font-weight:700;overflow:hidden}.marketplace-add-photo-button input,.marketplace-citizen-card-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.marketplace-citizen-card-row{min-height:180px}.marketplace-citizen-card-row>strong{max-width:170px;line-height:1.45;font-weight:500}.marketplace-citizen-card-upload{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:132px;border:1px solid #e4e4e4;padding:14px}.marketplace-citizen-card-upload label{position:relative;display:grid;place-items:center;border:1px dashed #d6d6d6;color:#777;background:#fafafa;text-align:center}.marketplace-citizen-card-upload>div{display:grid;place-items:center;border:1px dashed #d6d6d6;color:#777;background:#fafafa;text-align:center;overflow:hidden}.marketplace-citizen-card-upload img{width:100%;height:100%;min-height:104px;object-fit:cover}.marketplace-citizen-card-upload span{color:#777;font-weight:400}.marketplace-profile-status-row{display:flex;flex-wrap:wrap;gap:16px;border-top:1px solid #eeeeee;padding:14px 26px;color:#555}.marketplace-profile-status-row b{color:#00a651}.marketplace-profile-status-row em{color:#e49a43;font-style:normal}.marketplace-profile-save-row{display:flex;justify-content:flex-end;border-top:1px solid #eeeeee;padding:16px 26px 24px}.marketplace-profile-save-row button{min-width:116px;min-height:34px;border:0;border-radius:4px;color:#fff;background:#e49a43;font-weight:500}.marketplace-profile-save-row button:hover,.marketplace-profile-modal footer button[type=submit]:hover{background:#d28431}.marketplace-profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:grid;place-items:center;padding:24px;background:#11131894}.marketplace-profile-modal{display:grid;width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:6px;background:#fff;box-shadow:0 24px 60px #11131840}.marketplace-profile-modal header,.marketplace-profile-modal footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eeeeee;padding:16px 20px}.marketplace-profile-modal header>div{display:flex;align-items:center;gap:10px;color:#e49a43;text-transform:uppercase;font-weight:500}.marketplace-profile-modal header>div strong{font-weight:500}.marketplace-profile-modal header>button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;color:#777;background:#f5f5f5;font-size:1.4rem;line-height:1}.marketplace-profile-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.marketplace-profile-modal-grid label{display:grid;gap:8px;color:#333;font-weight:500}.marketplace-profile-modal-grid input{min-height:42px;border:1px solid #d7d7d7;border-radius:4px;padding:0 12px;color:#111318;background:#fff;font-weight:400}.marketplace-profile-modal-grid textarea{min-height:92px;border:1px solid #d7d7d7;border-radius:4px;padding:10px 12px;color:#111318;background:#fff;font-weight:400;resize:vertical}.marketplace-address-line-field,.marketplace-address-default-check{grid-column:1 / -1}.marketplace-address-modal-form{width:min(780px,100%)}.marketplace-address-form-grid{display:grid;gap:18px;padding:22px 24px}.marketplace-address-form-grid label{display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;align-items:center}.marketplace-address-form-grid label>span{color:#333;font-weight:500}.marketplace-address-form-grid label>span em{color:#f44336;font-style:normal}.marketplace-address-form-grid input,.marketplace-address-form-grid select{min-height:44px;border:1px solid #d2d2d2;border-radius:4px;padding:0 12px;color:#111318;background:#fff;font-weight:400}.marketplace-address-form-grid select{cursor:pointer}.marketplace-address-form-grid select:disabled{color:#999;background:#f7f7f7;cursor:not-allowed}.marketplace-address-form-grid input:focus,.marketplace-address-form-grid select:focus{border-color:#e49a43;outline:0;box-shadow:0 0 0 3px #e49a4324}.marketplace-address-default-check{grid-template-columns:160px auto minmax(0,1fr)!important;font-weight:400!important}.marketplace-address-default-check input{width:16px;min-height:16px}.marketplace-address-default-check strong{color:#333;font-weight:400}.marketplace-profile-modal-grid input:focus{border-color:#e49a43;outline:0;box-shadow:0 0 0 3px #e49a4324}.marketplace-profile-modal footer{justify-content:flex-end;border-top:1px solid #eeeeee;border-bottom:0}.marketplace-profile-modal footer button{min-height:38px;border:0;border-radius:4px;padding:0 18px;font-weight:500}.marketplace-profile-modal footer button[type=submit]{color:#fff;background:#e49a43}.marketplace-profile-modal-kyc{display:grid;grid-column:1 / -1;gap:8px;border-top:1px solid #eeeeee;padding-top:4px}.marketplace-profile-modal-kyc>strong{color:#333;font-weight:500}.marketplace-profile-modal-kyc>p{margin:0;color:#777;font-size:.9rem}.marketplace-profile-modal-kyc>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.marketplace-kyc-preview-upload{position:relative;display:grid;min-height:150px;gap:8px;align-content:start;border:1px dashed #d6d6d6;border-radius:4px;padding:12px;color:#555;background:#fafafa;cursor:pointer;overflow:hidden}.marketplace-kyc-preview-upload span{font-weight:500}.marketplace-kyc-preview-upload img{width:100%;height:104px;border-radius:3px;object-fit:cover;background:#fff}.marketplace-kyc-preview-upload em{display:grid;min-height:104px;place-items:center;color:#888;font-style:normal}.marketplace-kyc-preview-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}@media(max-width:760px){.marketplace-profile-page.dashboard-layout{width:min(100% - 18px,560px);padding-top:12px}.marketplace-profile-page.dashboard-layout .marketplace-profile-layout{grid-template-columns:1fr}.marketplace-profile-page.dashboard-layout .marketplace-profile-sidebar{position:static}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav{max-height:280px;overflow:auto}.marketplace-account-hero{min-height:96px;padding:18px}.marketplace-account-hero h1{font-size:1.25rem}.marketplace-account-order-steps,.marketplace-account-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-account-timeline-card,.marketplace-account-aivy-card{grid-template-columns:1fr}.marketplace-account-timeline-card button,.marketplace-account-aivy-card a{width:fit-content}.marketplace-profile-field,.marketplace-profile-photo-row,.marketplace-citizen-card-row,.marketplace-citizen-card-upload{grid-template-columns:1fr}.marketplace-profile-field{gap:4px;padding:12px 0}.marketplace-profile-field small{text-align:left}}.marketplace-header{position:sticky;top:0;z-index:100;box-shadow:0 1px #e49a438c}.marketplace-checkout-page,.marketplace-orders-page{width:min(1180px,100%);margin:0 auto;padding-top:18px}.marketplace-checkout-page{gap:24px}.marketplace-checkout-stepper,.marketplace-cart-table,.marketplace-panel,.marketplace-orders-tabs-panel,.marketplace-orders-page .order-detail-card,.marketplace-orders-page .order-support-card,.marketplace-orders-page .orders-sidebar-head,.marketplace-orders-page .order-list-card{border:1px solid #e4e4e4;background:#fff;box-shadow:0 2px 8px #11131814}.marketplace-checkout-stepper{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:118px;align-items:center;padding:22px 130px 18px}.marketplace-checkout-stepper:before{content:"";position:absolute;top:40px;left:24%;right:24%;height:2px;background:#e49a43}.marketplace-checkout-stepper div{position:relative;z-index:1;display:grid;justify-items:center;gap:9px;color:#222;font-size:.9rem}.marketplace-checkout-stepper span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;color:#fff;background:#a8a8a8;box-shadow:0 0 0 4px #fff}.marketplace-checkout-stepper .active span{background:#bca25b}.marketplace-checkout-stepper svg{width:23px;height:23px;fill:currentColor}.marketplace-checkout-stepper strong{font-weight:500;white-space:nowrap}.marketplace-cart-head,.marketplace-cart-line{display:grid;grid-template-columns:minmax(0,1.7fr) 140px 150px 150px 56px;gap:20px;align-items:center}.marketplace-cart-head{min-height:54px;padding:0 22px;border-bottom:1px solid #e4e4e4;font-weight:700;font-size:.84rem}.marketplace-cart-head span:not(:first-child){text-align:center}.marketplace-shop-title{display:flex;min-height:60px;align-items:center;gap:14px;border-bottom:1px solid #e4e4e4;padding:0 22px;background:#fff}.tiny-shop-logo{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#16a05d;background:#f5fff9;font-size:.66rem;font-weight:700}.marketplace-cart-line{min-height:126px;padding:20px 22px;border-bottom:1px solid #f0f0f0;background:#fffdfb}.marketplace-cart-line.selected{box-shadow:inset 3px 0 #e49a43}.marketplace-cart-line>span,.marketplace-cart-line>strong,.marketplace-cart-line>button,.marketplace-cart-line .marketplace-quantity{justify-self:center}.marketplace-cart-line .cart-product-thumb{width:82px;height:82px;color:#fff;background:#e49a43;font-size:1rem;font-weight:800}.marketplace-cart-line .cart-product{width:100%;gap:18px}.marketplace-cart-line .cart-product strong{font-size:.95rem;line-height:1.45}.marketplace-cart-line .cart-product small{color:#777}.marketplace-quantity{display:inline-grid;width:118px;grid-template-columns:32px 54px 32px}.marketplace-quantity button,.marketplace-quantity input{min-height:30px;border:1px solid #dddddd;background:#fff;text-align:center}.marketplace-quantity input{border-left:0;border-right:0;padding:0}.marketplace-orange,.marketplace-cart-total-row b,.marketplace-final-payment b{color:#ef8b2c}.marketplace-remove{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;background:transparent;font-size:1.1rem}.marketplace-remove:hover{color:#fff;background:#e53935}.marketplace-cart-total-row{display:grid;grid-template-columns:minmax(180px,1fr) auto auto auto;gap:22px;align-items:center;min-height:70px;padding:0 22px;background:#fff5f5}.marketplace-cart-total-row .text-button{min-height:38px;border:0;border-radius:4px;padding:0 18px;color:#e49a43;background:transparent;font-weight:600}.marketplace-cart-total-row .text-button:hover{background:#fff0e0}.marketplace-cart-total-row button,.marketplace-small-button,.marketplace-address-modal>button:last-child,.marketplace-order-button{min-height:38px;border:0;border-radius:4px;padding:0 20px;color:#fff;background:#e49a43;font-weight:700}.marketplace-panel{display:grid;gap:14px;padding:20px}.marketplace-panel-title{display:flex;align-items:center;gap:12px;color:#e49a43;text-transform:uppercase}.marketplace-panel p{margin:0;color:#555}.marketplace-stage-intro{display:grid;justify-items:center;gap:12px;border-bottom:1px solid #eeeeee;padding:16px 0 22px;text-align:center}.marketplace-stage-intro strong{color:#e49a43;text-transform:uppercase}.marketplace-stage-intro button{min-height:40px;border:0;border-radius:4px;padding:0 18px;color:#fff;background:#e49a43;font-weight:700}.marketplace-address-stage-panel{min-height:320px}.marketplace-stage-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.marketplace-stage-actions.center{justify-content:center}.marketplace-address-preview{display:grid;gap:7px}.marketplace-address-preview.saved,.marketplace-address-preview.missing{align-items:center;border-radius:8px;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) auto;padding:16px}.marketplace-address-preview.saved{border:1px solid #86efac;background:#ecfdf5}.marketplace-address-preview.missing{border:1px solid #facc15;background:#fffbeb}.marketplace-address-preview.saved>div:first-child,.marketplace-address-preview.missing>div:first-child{display:grid;gap:6px;min-width:0}.marketplace-address-preview.saved strong,.marketplace-address-preview.missing strong{color:#111318}.marketplace-address-preview.saved span,.marketplace-address-preview.missing span{color:#047857;overflow-wrap:anywhere}.marketplace-address-preview.missing span{color:#92400e}.marketplace-address-preview-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.marketplace-address-preview-actions a,.marketplace-address-preview-actions button{align-items:center;border:1px solid #e4e4e4;border-radius:8px;display:inline-flex;min-height:38px;padding:0 14px;text-decoration:none}.marketplace-address-preview-actions button{color:#fff;background:#ed2028;border-color:#ed2028;font-weight:700}.marketplace-address-list{display:grid;gap:12px}.marketplace-address-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #e6e6e6;padding:14px;background:#fff}.marketplace-address-list article.active{border-color:#e49a43;box-shadow:inset 3px 0 #e49a43}.marketplace-address-list button{border:0;background:transparent;text-align:left}.marketplace-address-list article>button:last-child{min-height:34px;border:1px solid #e49a43;border-radius:4px;padding:0 12px;color:#e49a43;text-align:center}.marketplace-address-list strong,.marketplace-address-list span,.marketplace-address-list p,.marketplace-address-list em{display:block}.marketplace-address-list p{margin:5px 0;color:#333}.marketplace-address-list em{color:#e49a43;font-style:normal}.marketplace-delivery-address-list{gap:12px;padding:18px 22px 0}.marketplace-delivery-address-list article{grid-template-columns:minmax(0,1fr) auto;min-height:116px;border:1px solid #eeeeee;border-left:4px solid transparent;padding:18px 20px;background:#fff;box-shadow:none}.marketplace-delivery-address-list article.active{border-color:#f2d0ad;border-left-color:#e49a43;background:#fffaf5;box-shadow:none}.marketplace-address-info{display:grid;gap:7px;align-content:center}.marketplace-address-actions{display:flex;align-items:flex-end;justify-content:center}.marketplace-address-actions button{min-height:38px;min-width:104px;border:0;border-radius:3px;padding:0 18px;color:#fff;background:#e49a43;box-shadow:0 2px 4px #754c1c3d;text-align:center;white-space:nowrap;font-weight:700}.marketplace-address-actions button:last-child{border-color:#e49a43}.marketplace-address-empty{display:grid;gap:8px;padding:44px 24px}.marketplace-gray-body-panel .marketplace-address-preview,.marketplace-gray-body-panel .marketplace-payment-summary{margin:0 -20px -20px;padding:18px 20px;background:#eee}.marketplace-gray-body-panel .marketplace-address-preview.saved,.marketplace-gray-body-panel .marketplace-address-preview.missing{margin:0;padding:16px}.marketplace-address-preview em{color:#e49a43;font-style:normal}.marketplace-payment-list{display:grid;gap:14px}.checkout-selected-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:18px;border:1px solid #eadfd4;border-radius:8px;padding:14px;background:#fffaf4}.checkout-selected-item>span{display:grid;width:54px;height:54px;place-items:center;border-radius:8px;color:#fff;background:#e49a43;font-weight:800}.checkout-selected-item div{display:grid;gap:4px}.checkout-selected-item small,.checkout-selected-item em{color:var(--text-dim);font-size:.8rem;font-style:normal}.checkout-selected-item b{color:#ef8b2c;white-space:nowrap}.marketplace-payment-list em{color:#e53935;font-style:italic}.marketplace-payment-list label,.marketplace-final-payment label,.marketplace-order-note label{display:flex;align-items:center;gap:12px}.marketplace-order-note textarea{width:280px;min-height:92px;border:4px solid #eeeeee;padding:10px;resize:vertical}.marketplace-final-payment{grid-template-columns:minmax(0,1fr) auto;align-items:center}.marketplace-final-payment input{min-height:38px;border:1px solid #dddddd;padding:0 12px}.marketplace-final-payment div{display:grid;gap:8px;min-width:260px}.marketplace-checkout-order{display:grid;gap:0;border:1px solid #e4e4e4;background:#fff;box-shadow:0 2px 8px #11131814}.marketplace-checkout-order>.marketplace-panel-title{min-height:52px;border-bottom:1px solid #e4e4e4;padding:0 20px}.marketplace-checkout-order .marketplace-cart-table{border:0;box-shadow:none}.marketplace-shipping-select{display:grid;gap:12px;padding:18px 20px}.marketplace-shipping-select>div{display:flex;align-items:center;justify-content:space-between;gap:14px}.marketplace-shipping-select strong{color:#e49a43;text-transform:uppercase}.marketplace-shipping-select button,.marketplace-shipping-select select{min-height:32px;border:1px solid #e49a43;border-radius:4px;padding:0 12px;color:#e49a43;background:#fff}.marketplace-shipping-select span{min-height:40px;border:1px dashed #e49a43;border-radius:4px;padding:12px}.marketplace-shipping-options{display:grid;gap:10px;padding:18px 20px}.marketplace-shipping-options>strong{color:#c9141d;font-size:15px}.marketplace-shipping-options>span{color:var(--muted);font-size:13px}.marketplace-shipping-options label{align-items:center;border:1px solid #e6e8ec;border-radius:8px;cursor:pointer;display:grid;gap:12px;grid-template-columns:auto 1fr auto;min-height:58px;padding:12px}.marketplace-shipping-options label.active{background:#fff5f5;border-color:#ed2028}.marketplace-shipping-options label input{height:16px;width:16px}.marketplace-shipping-options label span{display:grid;gap:3px;min-width:0}.marketplace-shipping-options label b,.marketplace-shipping-options label small{overflow-wrap:anywhere}.marketplace-shipping-options label small{color:var(--muted)}.marketplace-shipping-options label>strong{color:#dc2626;white-space:nowrap}.marketplace-shop-subtotal{display:flex;justify-content:space-between;gap:20px;min-height:70px;align-items:center;padding:0 20px;background:#fff5f5}.marketplace-shop-subtotal b{color:#e49a43}.marketplace-flat-row{grid-template-columns:auto minmax(180px,1fr);align-items:center}.marketplace-flat-row input{min-height:38px;border:1px solid #dddddd;padding:0 12px}.marketplace-coin-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;border-top:1px solid #dddddd;padding-top:16px}.marketplace-payment-summary{display:grid;gap:8px}.marketplace-payment-summary b{color:#00a651}.marketplace-payment-layout{align-items:start;display:grid;gap:20px;grid-template-columns:minmax(0,2fr) minmax(300px,1fr)}.marketplace-payment-main,.marketplace-payment-side{display:grid;gap:20px}.marketplace-payment-side{position:sticky;top:92px}.marketplace-checkout-shipping-panel .marketplace-shipping-options{padding:0}.marketplace-discount-row{display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto}.marketplace-discount-row input{min-height:42px;border:1px solid #e4e4e4;border-radius:8px;padding:0 12px}.marketplace-discount-row button{min-height:42px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:#ed2028;font-weight:700}.marketplace-summary-panel .marketplace-payment-summary{gap:12px}.marketplace-summary-panel .marketplace-payment-summary span,.marketplace-summary-panel .marketplace-payment-summary strong{display:flex;align-items:center;justify-content:space-between;gap:12px}.marketplace-summary-panel .marketplace-payment-summary strong{border-top:1px solid #e4e4e4;padding-top:14px}.marketplace-summary-panel .marketplace-payment-summary strong b{color:#c9141d;font-size:1.55rem}.marketplace-summary-panel .marketplace-order-button{width:100%}.marketplace-order-button{width:min(300px,100%);min-height:46px;justify-self:center;text-transform:uppercase}.cart-store-page.marketplace-checkout-page{max-width:1216px;padding-bottom:96px}.marketplace-cart-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;border-radius:10px;margin-bottom:16px;padding:22px 24px;color:#fff;background:linear-gradient(120deg,#ed2028,#a30f17);box-shadow:0 8px 20px #b9141c29}.marketplace-cart-hero span{display:block;margin-bottom:6px;color:#ffe7a5;font-size:.84rem;font-weight:800}.marketplace-cart-hero h1,.marketplace-cart-hero p{margin:0}.marketplace-cart-hero h1{font-size:1.5rem;line-height:1.22}.marketplace-cart-hero p{margin-top:8px;max-width:680px;color:#ffffffdb}.marketplace-cart-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:10px}.marketplace-cart-hero-stats article{display:grid;gap:4px;border:1px solid rgba(255,255,255,.24);border-radius:10px;padding:12px 14px;background:#ffffff1f}.marketplace-cart-hero-stats strong{color:#fff;white-space:nowrap}.marketplace-cart-hero-stats small{color:#ffffffc2}.cart-store-page .marketplace-checkout-stepper,.cart-store-page .marketplace-cart-table,.cart-store-page .marketplace-panel,.cart-store-page .marketplace-checkout-order{border-radius:10px;box-shadow:0 2px 8px #1113180a}.cart-store-page .marketplace-checkout-stepper{min-height:104px;border:1px solid #e6e6e6;border-top:0;margin-bottom:16px;padding:18px 96px 16px}.cart-store-page .marketplace-checkout-stepper:before{background:#f2c14d}.cart-store-page .marketplace-checkout-stepper span{background:#c9c9c9}.cart-store-page .marketplace-checkout-stepper .active span{background:#ed2028}.cart-store-page .marketplace-cart-head{color:#666;background:#fafafa}.cart-store-page .marketplace-shop-title{color:#111}.cart-store-page .tiny-shop-logo,.cart-store-page .marketplace-cart-line .cart-product-thumb,.cart-store-page .checkout-selected-item>span{background:linear-gradient(135deg,#ed2028,#a30f17)}.cart-store-page .marketplace-cart-line.selected{background:#fff7f2;box-shadow:inset 4px 0 #ed2028}.cart-store-page .marketplace-orange,.cart-store-page .marketplace-cart-total-row b,.cart-store-page .marketplace-shop-subtotal b{color:#e02126}.cart-store-page .marketplace-cart-total-row,.cart-store-page .marketplace-shop-subtotal{background:#fff5f5}.cart-store-page .marketplace-cart-total-row button,.cart-store-page .marketplace-stage-intro button,.cart-store-page .marketplace-address-actions button,.cart-store-page .marketplace-order-button,.cart-store-page .marketplace-address-modal>button:last-child{border-radius:8px;background:#ed2028}.cart-store-page .marketplace-panel-title,.cart-store-page .marketplace-stage-intro strong,.cart-store-page .marketplace-shipping-select strong{color:#c9141d}.cart-store-page .marketplace-green-badge{background:#ed2028}.cart-store-page .cart-empty{border-radius:10px}.verify-qr-page{width:min(1216px,calc(100% - 32px));margin:0 auto;padding:24px 0 96px}.verify-qr-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:24px;align-items:stretch;border-radius:14px;padding:28px;color:#fff;background:linear-gradient(120deg,#ed2028,#a30f17);box-shadow:0 8px 20px #b9141c29}.verify-qr-hero>div:first-child{display:grid;align-content:center;gap:12px}.verify-qr-hero span{color:#ffe7a5;font-weight:800}.verify-qr-hero h1,.verify-qr-hero p{margin:0}.verify-qr-hero h1{max-width:680px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.verify-qr-hero p{max-width:640px;color:#ffffffdb;font-size:1.02rem}.verify-qr-panel{display:grid;gap:14px;border-radius:12px;padding:18px;color:#202124;background:#fff;box-shadow:0 18px 40px #4900002e}.verify-qr-camera{position:relative;display:grid;min-height:236px;place-items:center;gap:8px;border:1px dashed #f2b5b7;border-radius:12px;padding:18px;background:#fff8f8;text-align:center}.verify-qr-camera span{display:block;width:128px;height:128px;border:10px solid #ed2028;border-radius:24px;box-shadow:inset 0 0 0 14px #fff,inset 0 0 0 22px #111}.verify-qr-camera strong{color:#111}.verify-qr-camera small{color:#666}.verify-qr-panel label{display:grid;gap:7px;color:#333;font-weight:700}.verify-qr-panel input{min-height:46px;border:1px solid #dddddd;border-radius:8px;padding:0 13px}.verify-qr-panel button,.verify-qr-support a{min-height:44px;border:0;border-radius:8px;color:#fff;background:#ed2028;font-weight:800}.verify-qr-message{margin:0;border-radius:8px;padding:10px 12px;color:#8a4b00!important;background:#fff7df}.verify-qr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.verify-qr-grid article,.verify-qr-support{border:1px solid #e6e6e6;border-radius:10px;padding:18px;background:#fff;box-shadow:0 2px 8px #1113180a}.verify-qr-grid strong,.verify-qr-support strong{color:#111}.verify-qr-grid p,.verify-qr-support p{margin:8px 0 0;color:#555}.verify-qr-support{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}.verify-qr-support a{display:inline-grid;min-width:132px;place-items:center;padding:0 18px;text-decoration:none}.cart-store-page.marketplace-checkout-page,.verify-qr-page{width:min(1216px,calc(100% - 32px))}.cart-store-page .breadcrumb{display:none}.marketplace-cart-page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0}.marketplace-cart-page-head h1{margin:0;font-size:1.55rem}.marketplace-cart-page-head button{border:0;color:#777;background:transparent;font-weight:600}.cart-store-page .marketplace-checkout-stepper{display:none}.marketplace-cart-two-column{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.marketplace-cart-select-bar{display:flex;min-height:60px;align-items:center;gap:14px;border:1px solid #e6e6e6;border-radius:8px;margin-bottom:14px;padding:0 16px;background:#fff}.marketplace-cart-select-bar label{display:inline-flex;align-items:center;gap:8px;color:#111;font-weight:700}.marketplace-cart-select-bar input,.marketplace-shop-title input,.marketplace-cart-line-check{width:16px;height:16px;accent-color:#0b84d8}.marketplace-cart-select-bar button{border:0;color:#777;background:transparent}.marketplace-cart-select-bar span{color:#555}.marketplace-cart-select-bar small{color:#999}.marketplace-cart-select-bar .marketplace-cart-delete-selected{min-height:34px;margin-left:auto;border:1px solid #f2b8be;border-radius:6px;padding:0 14px;color:#e11d2e;background:#fff7f8;font-weight:700}.marketplace-cart-two-column .marketplace-cart-table{border:0;background:transparent;box-shadow:none}.marketplace-cart-two-column .marketplace-shop-cart{border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #1113180a}.marketplace-cart-two-column .marketplace-shop-title{min-height:42px;justify-content:flex-start;gap:9px;padding:0 16px;background:#fafafa}.marketplace-cart-two-column .marketplace-shop-title strong{color:#111;font-size:.95rem}.marketplace-cart-two-column .marketplace-shop-title small{margin-left:auto;color:#666}.marketplace-cart-two-column .marketplace-cart-line{grid-template-columns:18px minmax(0,1fr) 120px 92px 32px;gap:14px;min-height:114px;padding:18px 16px;background:#fff;box-shadow:none}.marketplace-cart-two-column .marketplace-cart-line.selected{background:#fff;box-shadow:none}.marketplace-cart-two-column .marketplace-cart-line>span{display:none}.marketplace-cart-two-column .marketplace-cart-line .cart-product{gap:14px}.marketplace-cart-two-column .marketplace-cart-line .cart-product-thumb{width:72px;height:72px;border-radius:8px;background:#f2f2f2;color:#d71920;overflow:hidden}.product-shipping-methods{display:flex;flex-wrap:wrap;gap:8px}.product-shipping-methods span{display:inline-flex;align-items:center;gap:6px;border:1px solid #e1e7e3;border-radius:6px;padding:8px 10px;color:#344054;background:#fff}.shop-offer-shipping-options{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.shop-offer-shipping-options>span{width:100%;font-size:.78rem;font-weight:700;color:#5b6472;text-transform:uppercase}.shop-offer-shipping-options label{display:inline-flex;align-items:center;gap:8px;min-height:36px;border:1px solid #d9e2dc;border-radius:6px;padding:0 12px;background:#fff}.shop-offer-shipping-options strong{font-size:.88rem;color:#20242c}.marketplace-cart-line .cart-product-thumb img,.checkout-selected-item>span img{width:100%;height:100%;object-fit:cover}.marketplace-cart-two-column .marketplace-cart-line .cart-product small{display:none}.marketplace-cart-two-column .marketplace-cart-line .marketplace-orange{justify-self:start;color:#d71920}.marketplace-cart-two-column .marketplace-quantity{width:90px;grid-template-columns:28px 34px 28px}.marketplace-cart-two-column .marketplace-remove{color:#999}.marketplace-cart-two-column .marketplace-cart-total-row{display:none}.marketplace-cart-summary-card{position:sticky;top:156px;display:grid;gap:14px;border:1px solid #e6e6e6;border-radius:10px;padding:20px;background:#fff;box-shadow:0 2px 8px #1113180a}.marketplace-cart-summary-card h2{margin:0 0 4px;font-size:1.16rem}.marketplace-cart-summary-card p,.marketplace-cart-summary-card div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0}.marketplace-cart-summary-card p{color:#666}.marketplace-cart-summary-card div{border-top:1px solid #eeeeee;padding-top:12px;color:#111;font-weight:800}.marketplace-cart-summary-card div strong{color:#c9141d;font-size:1.35rem}.marketplace-cart-summary-card small{color:#888}.marketplace-cart-summary-card button{min-height:45px;border:0;border-radius:8px;color:#fff;background:#e92429;font-weight:800}.marketplace-cart-summary-card>a{color:#777;text-align:center;text-decoration:none;font-weight:700}.marketplace-cart-summary-card em{border-radius:8px;padding:12px;color:#9a4d00;background:#fff8e8;font-style:normal;font-size:.86rem}.cart-store-page .cart-empty{display:grid;min-height:450px;place-items:center;align-content:center;gap:14px;border:0;padding:48px 16px;background:transparent;box-shadow:none;text-align:center}.cart-empty-icon{display:grid;width:96px;height:96px;place-items:center;border-radius:50%;color:#9c9c9c;background:#f2f2f2}.cart-empty-icon svg{width:46px;height:46px;fill:currentColor}.cart-store-page .cart-empty h2{margin:4px 0 0;color:#090909;font-size:1.45rem}.cart-store-page .cart-empty p{max-width:390px;margin:0;color:#444;line-height:1.45}.cart-store-page .cart-empty .primary-button{min-height:42px;border-radius:8px;padding:0 18px;background:#e92429}.verify-qr-page{display:grid;justify-content:center;padding:28px 0 88px}.verify-qr-title,.verify-qr-card,.verify-qr-tips{width:min(672px,calc(100vw - 32px))}.verify-qr-title{margin-bottom:24px}.verify-qr-title h1,.verify-qr-title p{margin:0}.verify-qr-title h1{color:#090909;font-size:1.55rem;line-height:1.2}.verify-qr-title p{margin-top:4px;color:#444}.verify-qr-card,.verify-qr-tips{border:1px solid #dedede;border-radius:10px;background:#fff;box-shadow:0 2px 8px #1113180a}.verify-qr-card{overflow:hidden}.verify-qr-card-head{display:flex;gap:12px;align-items:center;border-bottom:1px solid #eeeeee;padding:22px;background:linear-gradient(90deg,#fff5f5,#fffbed)}.verify-qr-card-head>span{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;color:#fff;background:#ed2028}.verify-qr-card svg,.verify-qr-tips svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.verify-qr-card-head strong{color:#111;font-size:1.02rem}.verify-qr-card-head p{margin:3px 0 0;color:#444;font-size:.86rem}.verify-qr-card-body{display:grid;gap:14px;padding:20px}.verify-qr-input-row{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:8px}.verify-qr-input-row input{min-height:42px;border:1px solid #eeeeee;border-radius:8px;padding:0 12px;color:#111;background:#fff}.verify-qr-input-row button{min-height:42px;border:0;border-radius:8px;color:#fff;background:#f19aa1;font-weight:800}.verify-qr-camera-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid #dddddd;border-radius:8px;color:#222;background:#fff;font-weight:800}.verify-qr-card-body>small{color:#666;text-align:center}.verify-qr-tips{display:grid;gap:10px;margin-top:24px;padding:22px}.verify-qr-tips h2{margin:0 0 4px;font-size:1.05rem}.verify-qr-tips p{display:flex;align-items:center;gap:9px;margin:0;color:#333}.verify-qr-tips svg{color:#ed2028}@media(max-width:760px){.marketplace-cart-two-column{grid-template-columns:1fr}.marketplace-cart-select-bar{align-items:flex-start;flex-direction:column;gap:8px;padding:12px}.marketplace-cart-select-bar .marketplace-cart-delete-selected{width:100%;margin-left:0}.marketplace-cart-two-column .marketplace-cart-line{grid-template-columns:18px minmax(0,1fr) auto}.marketplace-cart-two-column .marketplace-quantity,.marketplace-cart-two-column .marketplace-remove{grid-column:2 / -1;justify-self:start}.marketplace-cart-summary-card{position:static}.verify-qr-page{width:min(100% - 20px,672px);padding-top:16px}.verify-qr-title,.verify-qr-card,.verify-qr-tips{width:100%}.verify-qr-input-row{grid-template-columns:1fr}.verify-qr-input-row button{width:100%}}.marketplace-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:start center;overflow:auto;padding:120px 20px 40px;background:#000000c2}.marketplace-address-modal,.marketplace-order-detail-modal{position:relative;display:grid;width:min(430px,100%);gap:14px;background:#fff;box-shadow:0 20px 48px #00000047}.marketplace-address-modal{padding:18px 22px 24px}.marketplace-address-modal header{display:flex;align-items:center;gap:12px;border-bottom:1px solid #eeeeee;padding-bottom:14px;color:#e49a43;text-transform:uppercase}.marketplace-address-modal label{display:grid;gap:7px}.marketplace-address-modal label span{color:#333}.marketplace-address-modal input,.marketplace-address-modal select{min-height:42px;border:1px solid #cccccc;padding:0 12px}.marketplace-modal-close{position:absolute;top:-18px;right:-18px;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;color:#fff;background:#e49a43;font-size:1.7rem;line-height:1}.marketplace-orders-page{display:grid;gap:18px}.marketplace-orders-page .orders-hero{display:grid;min-height:96px;padding:18px;color:#222;background:#fff}.marketplace-buyer-order-tabs{display:grid;border:1px solid #e4e4e4;background:#fff;box-shadow:0 1px 4px #1113180f}.marketplace-buyer-order-tabs .marketplace-panel-title{min-height:46px;border-bottom:1px solid #e4e4e4;padding:0 18px;color:#e49a43;font-size:.88rem;font-weight:600;letter-spacing:0}.marketplace-order-title-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#16a05d}.marketplace-order-title-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.marketplace-order-tab-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.marketplace-order-tab-row button{min-height:46px;border:0;border-right:1px solid #eeeeee;border-bottom:2px solid transparent;color:#333;background:#fff;font-size:.88rem;font-weight:600;text-transform:uppercase}.marketplace-orders-account-page .marketplace-profile-layout{align-items:start}.marketplace-orders-simple-main,.marketplace-simple-order-list{display:grid;gap:14px}.marketplace-simple-order-card{display:grid;border:1px solid #e4e4e4;background:#fff;box-shadow:0 1px 5px #1113180f}.marketplace-simple-order-card>header>div{display:flex;align-items:center;gap:10px}.marketplace-simple-order-card>header a{color:#e49a43;font-size:.9rem}.marketplace-simple-order-table{display:grid;grid-template-columns:90px minmax(0,1fr) 110px 130px 130px;gap:18px;align-items:center;border-bottom:1px solid #eeeeee;padding:14px 16px 18px}.marketplace-order-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border-bottom:1px solid #eeeeee;padding:14px 16px;background:#fffdf9}.marketplace-order-progress span{position:relative;display:grid;min-height:50px;justify-items:center;gap:6px;color:#777;font-size:.78rem;text-align:center}.marketplace-order-progress b{position:relative;z-index:1;display:grid;width:30px;height:30px;place-items:center;border-radius:999px;color:#777;background:#eee;font-size:.78rem}.marketplace-order-progress span.active:after{background:#00a651}.marketplace-order-progress span.active b{color:#fff;background:#00a651}.marketplace-simple-order-table>span:nth-child(-n+5){color:#111;font-size:.86rem;font-weight:600}.marketplace-simple-order-table strong{line-height:1.35;font-weight:600}.marketplace-simple-order-table em{color:#e49a43;font-style:normal}.marketplace-simple-thumb{display:grid;width:76px;height:76px;place-items:center;overflow:hidden;color:#fff;background:#e49a43;font-weight:700}.marketplace-simple-order-card>footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px 16px 18px}.marketplace-simple-order-card footer p{margin:0 0 10px;color:#e49a43}.marketplace-green-detail-button{min-height:38px;border:0;border-radius:4px;padding:0 18px;color:#fff;background:#00a651;font-weight:700;text-transform:uppercase}.marketplace-orders-account-page .marketplace-profile-avatar-placeholder{width:180px;height:180px}.marketplace-orders-tabs-panel h1{color:#e49a43;font-size:1rem;text-transform:uppercase}.marketplace-orders-tabs-panel p,.marketplace-orders-tabs-panel .secondary-button{display:none}.checkout-result-page{display:grid;width:min(760px,100%);margin:0 auto;padding:42px 18px}.checkout-result-card{display:grid;justify-items:center;gap:14px;border:1px solid #e4e4e4;border-top:3px solid #db4444;padding:42px 28px;background:#fff;box-shadow:0 2px 8px #11131814;text-align:center}.checkout-result-card.success{border-top-color:#00a651}.checkout-result-card>span{display:grid;width:54px;height:54px;place-items:center;border-radius:999px;color:#fff;background:#db4444;font-size:1.6rem;font-weight:700}.checkout-result-card.success>span{background:#00a651}.checkout-result-card h1,.checkout-result-card p{margin:0}.checkout-result-card h1{font-size:1.45rem}.checkout-result-card p,.checkout-result-card em{color:#666}.checkout-result-card em{font-style:normal}.checkout-result-summary{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.checkout-result-summary>div{display:grid;gap:5px;border:1px solid #eeeeee;border-radius:8px;padding:12px;background:#fbfbfb}.checkout-result-summary small{color:#777;font-size:.78rem}.checkout-result-summary strong{overflow-wrap:anywhere}.checkout-result-steps{display:grid;width:100%;gap:8px;margin:4px 0 0;padding:0;text-align:left;list-style:none}.checkout-result-steps li{position:relative;border:1px solid #eeeeee;border-radius:8px;padding:10px 12px 10px 34px;background:#fffdfb;color:#444}.checkout-result-steps li:before{content:"";position:absolute;top:14px;left:13px;width:8px;height:8px;border-radius:999px;background:#e49a43}.checkout-result-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px}@media(max-width:640px){.checkout-result-page{padding:24px 12px}.checkout-result-card{padding:28px 16px}.checkout-result-summary{grid-template-columns:1fr}.checkout-result-actions{width:100%}.checkout-result-actions .link-button{width:100%;justify-content:center}}.marketplace-orders-page .orders-layout{grid-template-columns:285px minmax(0,1fr);margin-top:0}.marketplace-orders-page .order-detail-card{padding:18px}.marketplace-order-actions{display:flex;justify-content:flex-end;gap:12px}.marketplace-orders-page .order-list-card.active{border-color:#e49a43;background:#fffaf4;box-shadow:inset 3px 0 #e49a43}.marketplace-order-detail-modal{width:min(860px,100%);max-height:min(86vh,900px);overflow:auto;padding-bottom:24px}.marketplace-review-modal{position:relative;display:grid;width:min(520px,100%);gap:16px;padding:22px;background:#fff;box-shadow:0 20px 48px #00000047}.marketplace-review-modal header{display:grid;gap:5px;padding-right:22px;border-bottom:1px solid #eeeeee;padding-bottom:14px}.marketplace-review-modal header span{color:#e49a43;font-size:.82rem;font-weight:700;text-transform:uppercase}.marketplace-review-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.marketplace-order-review-note{grid-column:2 / -1;color:#6f7785;line-height:1.45}.marketplace-order-detail-modal header{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;border-bottom:1px solid #eeeeee;color:#111318;background:#fff;font-weight:700;text-transform:uppercase}.marketplace-order-detail-modal header span{color:#e49a43;font-size:.9rem}.marketplace-order-detail-modal header strong{font-size:.9rem}.marketplace-order-detail-body{display:grid;gap:16px;padding:18px 22px 0}.marketplace-order-detail-modal .marketplace-order-progress{border:1px solid #eeeeee}.marketplace-order-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.marketplace-order-detail-summary>div,.marketplace-order-detail-grid>div,.marketplace-order-total-box{border:1px solid #eeeeee;background:#fbfbfb}.marketplace-order-detail-summary>div{display:grid;gap:6px;min-height:86px;align-content:center;padding:14px}.marketplace-order-detail-summary small,.marketplace-order-detail-grid small{color:#6b7280}.marketplace-order-detail-summary strong,.marketplace-order-detail-grid strong{overflow-wrap:anywhere}.marketplace-order-detail-section{display:grid;gap:12px}.marketplace-order-detail-section h3{margin:0;font-size:1rem}.marketplace-order-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.marketplace-order-detail-grid>div{display:grid;gap:6px;padding:13px 14px}.marketplace-order-detail-grid>div.wide{grid-column:1 / -1}.marketplace-order-detail-items{display:grid;border:1px solid #eeeeee}.marketplace-order-detail-items>div{display:grid;grid-template-columns:64px minmax(0,1fr) 70px 130px;gap:14px;align-items:center;padding:14px}.marketplace-order-detail-items>div+div{border-top:1px solid #eeeeee}.marketplace-order-detail-items em,.marketplace-order-detail-items b{color:#e49a43;font-style:normal}.marketplace-order-total-box{display:grid;gap:10px;padding:14px}.marketplace-order-total-box p{display:flex;justify-content:space-between;gap:16px;margin:0}.marketplace-order-total-box p:last-child{border-top:1px solid #e5e5e5;padding-top:10px;color:#db4444}.marketplace-dispute-evidence-panel{display:grid;gap:12px;margin:0 20px;border:1px solid #eeeeee;border-left:4px solid #db4444;padding:14px;background:snow}.marketplace-dispute-evidence-panel strong,.marketplace-dispute-evidence-panel span,.marketplace-dispute-evidence-panel small,.marketplace-dispute-evidence-panel em{display:block}.marketplace-dispute-evidence-panel span,.marketplace-dispute-evidence-panel small,.marketplace-dispute-evidence-panel em{color:#666}.marketplace-dispute-evidence-panel em{font-style:normal}.marketplace-evidence-list{display:grid;gap:8px}.marketplace-evidence-list a{color:#db4444;text-decoration:none}.marketplace-evidence-upload{display:grid;gap:8px}.marketplace-evidence-upload input{min-height:42px;border:1px solid #dddddd;padding:8px;background:#fff}.marketplace-delivery-history{display:grid;gap:8px}.marketplace-delivery-history p{margin:0}.marketplace-delivery-history span{color:#777}.marketplace-header .main-header-inner{grid-template-columns:250px minmax(360px,1fr) auto auto;min-height:96px}.marketplace-logo{width:245px}.marketplace-logo img{display:block;width:100%;height:auto}.marketplace-search{border-color:#f2d6c8;border-radius:999px;box-shadow:0 10px 26px #e22a1214}.marketplace-search select,.marketplace-search input{background:#fffaf6}.marketplace-search button{background:linear-gradient(135deg,#ff321c,#d70d05)}.marketplace-quick-actions a:hover,.marketplace-quick-actions a.active{color:#f02314}.marketplace-header .cart-icon-button{background:linear-gradient(135deg,#ff321c,#d70d05);box-shadow:0 10px 24px #e0120833}.marketplace-nav-bar{border-bottom-color:#f02314}.marketplace-nav-bar .nav-link:hover,.marketplace-nav-bar .nav-link.active,.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{border-color:#f02314;background:#f02314}.marketplace-category-dropdown-menu{border-color:#f02314}.marketplace-home{width:min(1680px,calc(100% - 32px))}.marketplace-feature-tile>span{background:linear-gradient(135deg,#ff321c,#d70d05)}.marketplace-feature-tile:hover{border-color:#f02314}.marketplace-lookup-card{border-color:#f02314;background:#fffaf6}.marketplace-lookup-card button,.marketplace-banner-button{background:linear-gradient(135deg,#ff321c,#d70d05)}.marketplace-section-head.hot{background:#ffe8e2}.marketplace-section-head h2,.marketplace-section-head a,.marketplace-price-line{color:#f02314}.marketplace-seller-portal{background:radial-gradient(circle at 82% 16%,rgba(255,223,173,.62),transparent 26%),linear-gradient(120deg,#fff9f2,#ffe1cf 45%,#f42b19);color:#121212;box-shadow:0 18px 48px #c6260c24}.marketplace-seller-portal p,.marketplace-seller-points small{color:#555}.marketplace-seller-points article{border-color:#f0231438;background:#ffffffad}@media(max-width:900px){.marketplace-checkout-stepper,.marketplace-cart-head,.marketplace-cart-line,.marketplace-cart-total-row,.marketplace-final-payment,.admin-management-layout,.admin-metric-grid,.admin-queue-grid,.admin-breakdown-grid,.admin-shop-list-grid,.admin-table-row,.admin-kyc-info-grid,.admin-kyc-document-grid,.admin-order-main,.admin-dispute-review-grid,.admin-model-row,.admin-model-main,.marketplace-order-tab-row,.marketplace-order-progress,.marketplace-simple-order-table,.marketplace-simple-order-card>footer,.marketplace-orders-page .orders-layout{grid-template-columns:1fr}.marketplace-checkout-stepper{padding:18px}.admin-management-sidebar{position:static}.marketplace-checkout-stepper:before,.marketplace-cart-head{display:none}}@media(max-width:980px){.commerce-footer .newsletter-inner,.commerce-footer .footer-grid{grid-template-columns:1fr}.commerce-footer .footer-grid{gap:28px}}@media(max-width:680px){.commerce-footer .newsletter-inner{padding:34px 0 28px}.commerce-footer .newsletter-form{grid-template-columns:1fr}.commerce-footer .footer-grid{gap:22px;padding:34px 0 32px}.commerce-footer .footer-bottom{text-align:left}}@media(max-width:680px){.marketplace-header .top-strip{display:none}.marketplace-header .main-header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "search search";gap:12px;min-height:auto;padding:12px 0}.marketplace-logo{grid-area:brand}.marketplace-logo-mark{width:42px;height:42px}.marketplace-logo strong{font-size:1.45rem}.marketplace-logo small{font-size:.72rem}.marketplace-header .header-actions{grid-area:actions;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.marketplace-header .cart-icon-button,.marketplace-header .avatar-button,.marketplace-header .login-link-button{width:42px;min-height:42px}.marketplace-header .login-link-button{padding:0;border-radius:999px;color:#fff;background:#333}.marketplace-header .login-link-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.marketplace-header .login-link-button .user-icon-svg{display:block}.marketplace-search{grid-area:search;grid-template-columns:112px minmax(0,1fr) 46px;min-height:44px;border-radius:6px}.marketplace-search select{padding:0 8px;font-size:.86rem}.marketplace-search input{min-width:0;padding:0 10px;font-size:.9rem}.marketplace-nav-bar{border-bottom-width:2px}.marketplace-nav-bar .mobile-nav{width:100%;min-height:44px;gap:0;padding:0 12px;overflow-x:auto;scrollbar-width:none}.marketplace-nav-bar .mobile-nav::-webkit-scrollbar{display:none}.marketplace-nav-bar .nav-link,.marketplace-category-dropdown .category-trigger{min-width:auto;min-height:44px;padding:0 14px;font-size:.9rem}.marketplace-category-dropdown-menu{display:none}.marketplace-home{gap:20px}.marketplace-hero-row,.marketplace-hero-row.no-side-category{grid-template-columns:1fr;min-height:auto}.marketplace-main-banner{min-height:300px;padding:28px 22px}.marketplace-main-banner h1{max-width:340px;font-size:clamp(2.05rem,11vw,3.05rem);line-height:1.08;letter-spacing:0}.marketplace-main-banner p{max-width:320px;font-size:.92rem;line-height:1.55}.marketplace-side-banner{display:none}.marketplace-lookup-card{grid-template-columns:1fr;gap:12px;border-width:1px;border-radius:8px;padding:16px}.marketplace-lookup-card h3{font-size:1.05rem}.marketplace-section-head{min-height:50px;padding:0 14px}.marketplace-section-head h2{font-size:1.15rem}.marketplace-product-strip,.marketplace-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;padding:12px}.marketplace-product-thumb{min-height:128px;height:128px}.marketplace-product-thumb span{width:54px;height:54px}.marketplace-product-card{gap:6px}.marketplace-product-card strong{min-height:40px;font-size:.84rem;line-height:1.28}.marketplace-product-card small,.marketplace-rating-line{font-size:.75rem}.marketplace-price-line{font-size:.9rem}.marketplace-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-category-tile{min-height:82px;padding:10px;font-size:.88rem}.marketplace-trust-banner{padding:22px}.marketplace-trust-banner h2{font-size:1.25rem;line-height:1.35}}.catalog-page,.product-detail-page,.cart-store-page,.marketplace-profile-page,.marketplace-checkout-page,.marketplace-orders-page{width:min(1180px,calc(100% - 32px));margin-inline:auto}.catalog-page .breadcrumb,.product-detail-page .breadcrumb,.cart-store-page .breadcrumb,.marketplace-profile-page .breadcrumb{color:#6f7480;font-size:.92rem}.catalog-hero.catalog-channel-hero{min-height:190px;border:1px solid #eeeeee;padding:30px 34px;color:#111318;background:linear-gradient(135deg,#fff7ed,#fff 58%,#f6fbff);box-shadow:0 2px 10px #1113180a}.catalog-hero.catalog-channel-hero span,.catalog-hero.catalog-channel-hero p{color:#6f7480}.catalog-hero.catalog-channel-hero h1{color:#111318;font-size:clamp(1.75rem,3vw,2.6rem);letter-spacing:0}.catalog-feature-card{border:1px solid #f0dfca;border-left:4px solid #e49a43;border-radius:6px;box-shadow:0 8px 24px #754c1c14}.catalog-toolbar,.catalog-sidebar,.catalog-card,.product-main-image,.product-info-panel,.product-tabs,.product-review-section,.related-product-section{border-color:#e8e8e8}.catalog-toolbar{border:1px solid #e8e8e8;background:#fff;box-shadow:0 1px 5px #1113180a}.catalog-toolbar input,.catalog-toolbar select{border-color:#ddd;border-radius:4px}.catalog-layout{gap:22px}.catalog-sidebar{position:sticky;top:150px;border-radius:4px;box-shadow:0 1px 5px #1113180a}.catalog-sidebar button,.catalog-side-link{border-radius:4px;padding-inline:10px}.catalog-sidebar button:hover,.catalog-sidebar button.active,.catalog-side-link:hover{background:#fff8ef}.catalog-grid{gap:18px}.catalog-card{border:1px solid #eeeeee;padding:10px;background:#fff;box-shadow:0 1px 5px #1113180a}.catalog-thumb{min-height:168px;height:168px;background:#f5f6f8}.catalog-thumb span,.product-main-image span,.product-thumb-small span,.related-product-card>span{background:#e49a43}.catalog-title{min-height:42px;font-weight:700}.catalog-price{color:#e53935}.catalog-card-actions{align-items:stretch;margin-top:4px}.catalog-card-actions button,.catalog-card-actions a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:4px;font-weight:700}.catalog-card-actions button{flex:1;border-color:#e49a43;background:#e49a43}.catalog-card-actions a{min-width:76px;border:1px solid #dddddd;color:#333}.product-detail-layout{gap:26px;border:1px solid #eeeeee;padding:18px;background:#fff;box-shadow:0 1px 8px #1113180d}.product-main-image{min-height:430px}.product-info-panel{border-left:1px solid #eeeeee;padding-left:24px}.product-info-panel h1{font-size:clamp(1.55rem,2.2vw,2.25rem);letter-spacing:0}.product-detail-price{color:#e53935}.product-purchase-row .primary-button{background:#db4444}.product-purchase-row .secondary-button{border-color:#d8d8d8}.product-tabs,.product-review-section,.related-product-section{border:1px solid #eeeeee;padding:18px;background:#fff;box-shadow:0 1px 6px #1113180a}.review-list article,.review-form,.related-product-card{border-radius:4px}.shopee-detail-layout{grid-template-columns:minmax(360px,.78fr) minmax(0,1.12fr);gap:28px;border:1px solid #eeeeee;padding:16px;background:#fff;box-shadow:none}.shopee-gallery{gap:10px}.shopee-main-image{min-height:450px;aspect-ratio:1 / 1;border:0;background:#f5f5f5}.shopee-main-image img{object-fit:cover}.shopee-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.shopee-thumbs .product-thumb-small{min-height:82px;border-width:1px;border-radius:0}.shopee-thumbs .product-thumb-small.active{border-color:#ee4d2d}.shopee-share-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-height:42px;padding-top:8px;color:#333}.shopee-share-row button{display:inline-grid;width:24px;height:24px;place-items:center;border:0;border-radius:999px;color:#fff;background:#1877f2;font-size:.72rem;font-weight:800}.shopee-share-row button:nth-of-type(3){background:#e60023}.shopee-share-row button:nth-of-type(4){background:#000}.shopee-liked{display:inline-flex;align-items:center;gap:6px;border-left:1px solid #eeeeee;margin-left:8px;padding-left:18px;color:#333}.shopee-liked svg{color:#ee4d2d}.shopee-info-panel{gap:0;border-left:0;padding-left:8px}.shopee-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:8px}.shopee-badge{flex:0 0 auto;border-radius:2px;margin-top:3px;padding:2px 5px;color:#fff;background:#ee4d2d;font-size:.72rem;font-weight:700}.shopee-title-row h1{flex:1;margin:0;color:#222;font-size:1.28rem;font-weight:500;line-height:1.45;letter-spacing:0}.shopee-rating-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;color:#767676;font-size:.88rem}.shopee-rating-row>strong{color:#222;font-weight:500;text-decoration:underline;text-underline-offset:3px}.shopee-rating-row>span:not(:first-of-type){border-left:1px solid #dddddd;padding-left:10px}.shopee-rating-row>button{margin-left:auto;border:0;color:#767676;background:transparent;font-size:.86rem}.shopee-title-row .shopee-favorite-button{display:inline-flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border:0;border-radius:999px;color:#ee4d2d;background:transparent}.shopee-title-row .shopee-favorite-button:hover{background:#fff1ec}.shopee-favorite-button.active{color:#ee4d2d}.shopee-favorite-button.active svg{fill:currentColor}.shopee-price-band{display:flex;flex-wrap:wrap;align-items:center;gap:14px;min-height:66px;margin-bottom:18px;padding:14px 20px;background:#fafafa}.shopee-price-band .product-detail-price{color:#ee4d2d;font-size:1.88rem;font-weight:500}.shopee-price-band span{color:#ee4d2d;background:#fff0ed;padding:3px 6px;font-size:.78rem;font-weight:700}.shopee-service-list,.shopee-option-list{display:grid;gap:16px;margin-bottom:18px}.shopee-service-list>div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:6px 16px;align-items:center}.shopee-service-list>div>span{grid-row:span 2;color:#767676;font-size:.9rem}.shopee-service-list strong{display:inline-flex;align-items:center;gap:8px;color:#222;font-size:.92rem;font-weight:500}.shopee-service-list svg{color:#00a650}.shopee-service-list small{color:#767676;font-size:.78rem}.shopee-option-list{border:0;padding:0;color:#555}.shopee-purchase-row{display:grid;gap:18px;align-items:start;margin-top:8px}.shopee-quantity-control{grid-template-columns:100px 82px auto;align-items:center}.shopee-quantity-control input{width:82px;min-height:34px;border-color:#ddd;text-align:center}.shopee-quantity-control em{color:#555;font-size:.84rem;font-style:normal;font-weight:400}.shopee-action-row{display:flex;flex-wrap:wrap;gap:14px}.shopee-action-row button{display:inline-flex;min-width:186px;min-height:48px;align-items:center;justify-content:center;gap:8px;border-radius:2px;font-weight:700}.shopee-cart-button{border-color:#ee4d2d;color:#ee4d2d;background:#fff5f1}.shopee-buy-button{border-color:#ee4d2d;background:#ee4d2d}.shopee-shop-panel{display:grid;grid-template-columns:minmax(360px,.68fr) minmax(0,1fr);gap:26px;border:1px solid #eeeeee;padding:30px 34px;background:#fff}.shopee-shop-identity{display:grid;grid-template-columns:70px minmax(0,1fr);gap:16px;align-items:center;border-right:1px solid #eeeeee;padding-right:18px}.shopee-shop-avatar{position:relative;display:grid;width:70px;height:70px;place-items:center;border:1px solid #eeeeee;border-radius:999px;color:#ee4d2d;background:#fff5f1}.shopee-shop-avatar b{position:absolute;right:50%;bottom:-6px;transform:translate(50%);border-radius:2px;padding:2px 5px;color:#fff;background:#ee4d2d;font-size:.68rem;font-weight:700;line-height:1.2;white-space:nowrap}.shopee-shop-identity strong,.shopee-shop-identity small{display:block}.shopee-shop-identity strong{overflow-wrap:anywhere;color:#111;font-size:1rem;font-weight:500}.shopee-shop-identity small{position:relative;color:#00a650;font-size:.82rem}.shopee-shop-identity small:before{content:"";display:inline-block;width:7px;height:7px;border-radius:999px;margin-right:4px;background:currentColor}.shopee-shop-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.shopee-shop-actions button{display:inline-flex;min-width:128px;min-height:34px;align-items:center;justify-content:center;gap:6px;border-radius:2px;padding:0 12px;font-weight:500}.shopee-shop-actions button:first-child{border-color:#ee4d2d;color:#ee4d2d;background:#fff5f1}.shopee-shop-actions button:last-child{border-color:#ddd;color:#555;background:#fff}.shopee-shop-stats{display:grid;grid-template-columns:1fr;gap:12px;align-content:center}.shopee-shop-stats div{display:flex;justify-content:space-between;gap:14px}.shopee-shop-stats span{color:#767676}.shopee-shop-stats strong{color:#ee4d2d;font-weight:500}.product-info-tabs{overflow:hidden;border:1px solid #e6e6e6;border-radius:8px;background:#fff}.product-info-tab-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:50px;border-bottom:1px solid #eeeeee}.product-info-tab-list button{position:relative;border:0;background:#fff;color:#555;font:inherit;font-weight:700;cursor:pointer}.product-info-tab-list button.active{color:#d71920}.product-info-tab-list button.active:after{content:"";position:absolute;left:50%;bottom:0;width:48px;height:2px;transform:translate(-50%);background:#ee4d2d}.product-info-tab-panel{min-height:220px;padding:22px 20px;color:#1f2937;line-height:1.65}.product-info-tab-panel p{margin:0}.product-spec-grid div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.product-spec-grid span{color:#767676}.product-spec-grid strong{min-width:0;color:#111;font-weight:600;overflow-wrap:anywhere;text-align:right}.product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 30px}.marketplace-checkout-stepper,.marketplace-cart-table,.marketplace-panel,.marketplace-checkout-order,.marketplace-buyer-order-tabs,.marketplace-simple-order-card{box-shadow:0 1px 6px #1113180d}.marketplace-checkout-stepper{border-top:3px solid #e49a43}.marketplace-cart-line{background:#fff}.marketplace-cart-line.selected{background:#fffaf4}.marketplace-cart-total-row,.marketplace-shop-subtotal{background:#fff8ef}.marketplace-order-tab-row{overflow-x:auto}.marketplace-simple-order-card{border-radius:2px}.marketplace-simple-order-table{background:#fff}.marketplace-simple-order-actions .danger-button,.marketplace-simple-order-actions .secondary-button,.marketplace-green-detail-button{min-height:40px}@media(max-width:980px){.catalog-page,.product-detail-page,.cart-store-page,.marketplace-profile-page,.marketplace-checkout-page,.marketplace-orders-page{width:min(100% - 24px,1180px)}.catalog-sidebar{position:static}.catalog-sidebar{display:flex;overflow-x:auto;gap:8px;padding:10px}.catalog-sidebar h3{display:none}.catalog-sidebar button,.catalog-side-link{flex:0 0 auto;min-height:38px;border:1px solid #eeeeee;padding:0 12px;white-space:nowrap}.product-info-panel{border-left:0;border-top:1px solid #eeeeee;padding:18px 0 0}.shopee-detail-layout,.shopee-shop-panel{grid-template-columns:1fr}.shopee-info-panel{padding-left:0}.shopee-main-image{min-height:auto}.shopee-shop-identity{border-right:0;border-bottom:1px solid #eeeeee;padding-right:0;padding-bottom:18px}.shopee-shop-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.product-spec-grid,.marketplace-payment-layout{grid-template-columns:1fr}.marketplace-payment-side{position:static}}@media(max-width:680px){.catalog-page,.product-detail-page,.cart-store-page,.marketplace-profile-page,.marketplace-checkout-page,.marketplace-orders-page{width:min(100% - 20px,1180px);padding-top:14px}.catalog-hero.catalog-channel-hero{min-height:auto;padding:18px}.catalog-hero.catalog-channel-hero h1{font-size:1.45rem;line-height:1.25}.catalog-feature-card{padding:16px}.catalog-toolbar{gap:10px;padding:12px}.catalog-result-head{align-items:flex-start;flex-direction:column;gap:4px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-card{padding:8px}.catalog-thumb{min-height:124px;height:124px}.catalog-thumb span{width:52px;height:52px}.catalog-title{min-height:38px;font-size:.84rem;line-height:1.3}.catalog-card p,.catalog-minimum{font-size:.76rem}.catalog-price{font-size:.95rem}.catalog-card-actions{flex-direction:column;gap:7px}.catalog-card-actions a{min-width:0}.product-detail-layout{padding:12px}.product-main-image{min-height:310px}.product-thumbs{gap:8px}.product-thumb-small{min-height:70px}.product-info-panel h1{font-size:1.35rem;line-height:1.25}.product-info-panel p,.product-meta-list{font-size:.88rem}.product-purchase-row{display:grid;grid-template-columns:1fr}.product-purchase-row input,.product-purchase-row .primary-button,.product-purchase-row .secondary-button{width:100%}.shopee-detail-layout,.shopee-shop-panel{padding:12px}.shopee-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.shopee-share-row{align-items:flex-start}.shopee-liked{width:100%;border-left:0;margin-left:0;padding-left:0}.shopee-rating-row>button{width:auto;margin-left:0;padding:0}.shopee-price-band{padding:12px}.shopee-price-band .product-detail-price{font-size:1.4rem}.shopee-service-list>div,.shopee-quantity-control{grid-template-columns:1fr}.shopee-service-list>div>span{grid-row:auto}.shopee-action-row button{min-width:0}.shopee-shop-identity{grid-template-columns:58px minmax(0,1fr);gap:12px}.shopee-shop-avatar{width:58px;height:58px}.shopee-shop-stats,.product-info-tab-list{grid-template-columns:1fr}.product-info-tab-list button{min-height:44px}.product-info-tab-panel{padding:16px 14px}.product-spec-grid div{align-items:flex-start;flex-direction:column;gap:4px}.product-spec-grid strong{text-align:left}.product-tabs,.product-review-section,.related-product-section{padding:14px}.review-list{grid-template-columns:1fr}.review-form-footer,.product-section-head{align-items:stretch;flex-direction:column}.marketplace-checkout-stepper{grid-template-columns:repeat(4,minmax(72px,1fr));overflow-x:auto;min-height:94px;padding:14px 10px 12px}.marketplace-checkout-stepper strong{white-space:normal;font-size:.72rem;text-align:center}.marketplace-cart-line{gap:10px;min-height:auto;padding:14px}.marketplace-cart-line .cart-product{gap:12px}.marketplace-cart-line .cart-product-thumb{width:66px;height:66px}.marketplace-cart-total-row{gap:10px;padding:14px}.checkout-selected-item{grid-template-columns:auto minmax(0,1fr)}.checkout-selected-item b{grid-column:1 / -1;justify-self:end}.marketplace-cart-total-row button,.marketplace-cart-total-row .text-button{width:100%}.marketplace-panel{padding:16px}.marketplace-address-list article,.marketplace-delivery-address-list article{grid-template-columns:1fr}.marketplace-address-actions{justify-content:stretch}.marketplace-address-actions button{width:100%}.marketplace-shop-subtotal,.marketplace-shipping-select>div{align-items:flex-start;flex-direction:column}.marketplace-order-tab-row{display:flex}.marketplace-order-tab-row button{flex:0 0 132px;font-size:.78rem}.marketplace-simple-order-card>header{align-items:flex-start;flex-direction:column;padding:12px}.marketplace-order-progress{grid-template-columns:repeat(4,minmax(72px,1fr));overflow-x:auto;padding:12px}.marketplace-simple-order-table{grid-template-columns:68px minmax(0,1fr);gap:10px;padding:12px}.marketplace-simple-order-table>span:nth-child(-n+5){display:none}.marketplace-simple-order-table em:nth-of-type(1):before{content:"Số lượng: ";color:#777}.marketplace-simple-order-table em:nth-of-type(2):before{content:"Đơn giá: ";color:#777}.marketplace-simple-order-table em:nth-of-type(3):before{content:"Tổng: ";color:#777}.marketplace-simple-thumb{width:64px;height:64px;grid-row:span 4}.marketplace-simple-order-card>footer{gap:12px;padding:12px}.marketplace-simple-order-actions{justify-content:stretch}.marketplace-simple-order-actions button{width:100%}.seller-order-tabs button{min-width:132px;padding-inline:12px;font-size:.78rem}.seller-order-list-panel{max-height:none}.seller-order-detail-head,.seller-order-actions{padding:14px}.seller-order-summary-grid,.seller-order-info-grid,.seller-order-items>div{grid-template-columns:1fr}.seller-order-summary-grid,.seller-order-section{padding-inline:14px}.seller-order-batch-links{grid-column:1}.seller-order-total-box{margin-inline:14px}.seller-order-total-box p{align-items:flex-start;flex-direction:column;gap:4px}.marketplace-order-detail-modal{width:calc(100vw - 18px);max-height:88vh}.marketplace-order-detail-modal header{align-items:flex-start;flex-direction:column;gap:4px;padding:14px 16px}.marketplace-order-detail-body{padding:14px}.marketplace-order-detail-summary,.marketplace-order-detail-grid,.marketplace-order-detail-items>div{grid-template-columns:1fr}.marketplace-order-detail-items>div{gap:8px}.marketplace-order-total-box p{align-items:flex-start;flex-direction:column;gap:4px}.marketplace-cart-hero,.verify-qr-hero,.verify-qr-support{grid-template-columns:1fr}.marketplace-cart-hero{padding:18px}.marketplace-cart-hero h1{font-size:1.35rem}.marketplace-cart-hero-stats,.verify-qr-grid{grid-template-columns:1fr}.cart-store-page .marketplace-checkout-stepper{padding:14px 10px 12px}.verify-qr-page{width:min(100% - 20px,1216px);padding-top:14px}.verify-qr-hero{padding:18px}.verify-qr-hero h1{font-size:1.65rem}.verify-qr-panel{padding:14px}.verify-qr-camera{min-height:200px}.verify-qr-support{display:grid}}.admin-page{width:min(1180px,calc(100% - 32px));margin-inline:auto;overflow-x:clip}.admin-page .page-header{border:1px solid #e8e8e8;padding:24px 28px;background:#fff;box-shadow:0 1px 5px #1113180a}.admin-management-layout{grid-template-columns:250px minmax(0,1fr);gap:16px;min-width:0}.admin-topbar{display:none;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e8e8e8;padding:12px 14px;background:#fff;box-shadow:0 1px 5px #1113180a;min-width:0}.admin-topbar span{color:#666;font-size:.92rem}.admin-topbar strong{color:#111318}.admin-drawer-toggle{min-height:38px}.admin-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:none;border:0;padding:0;background:#11131857;cursor:default}.admin-sidebar-backdrop.open{display:none}.admin-management-sidebar{position:sticky;top:84px;z-index:1;display:grid;grid-auto-rows:min-content;width:auto;max-width:none;max-height:calc(100dvh - 96px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;transform:none;transition:none;gap:4px;border-color:#e8e8e8;border-width:1px;padding:12px;box-shadow:0 1px 8px #1113180d;-webkit-overflow-scrolling:touch}.admin-management-sidebar.open{transform:translate(0)}.admin-sidebar-head{display:grid;grid-template-columns:38px minmax(0,1fr);margin-bottom:8px;padding:4px 4px 14px;min-width:0}.admin-sidebar-head>span{width:38px;height:38px}.admin-management-sidebar button{width:100%;min-width:0;min-height:40px;border-left-width:2px;padding:0 10px;font-size:.9rem;overflow-wrap:anywhere}.admin-management-sidebar .admin-sidebar-close{display:none;min-height:32px;border:1px solid #dddddd;border-left:1px solid #dddddd;border-radius:4px;padding:0 10px;color:#555;background:#fff;font-size:.82rem}.admin-management-sidebar .admin-sidebar-close:hover{border-color:#e49a43;color:#db4444;background:#fff7ef}.admin-management-sidebar button span{min-width:24px;min-height:22px;background:#e49a43}.admin-management-main>.section-card,.admin-management-main .page-section{border:1px solid #e8e8e8;box-shadow:0 1px 5px #1113180a;min-width:0;overflow-x:clip}.admin-management-main,.admin-dashboard,.admin-metric-grid,.admin-queue-grid,.admin-breakdown-grid,.admin-table-list,.admin-shop-list-grid,.admin-order-list,.admin-dispute-list,.admin-model-list,.admin-model-row,.admin-model-main,.admin-management-main .entity-grid,.admin-management-main .entity-card,.admin-requirement-grid{min-width:0}.admin-metric-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.admin-metric-card,.admin-queue-card,.admin-breakdown-card,.admin-kyc-card,.admin-shop-list-card,.admin-dispute-card,.admin-order-card,.admin-model-row,.admin-requirement-card,.admin-management-main .entity-card{border-color:#e8e8e8;border-radius:4px;box-shadow:none}.admin-metric-card{min-height:112px;padding:16px}.admin-metric-card strong{font-size:1.75rem}.admin-queue-card,.admin-breakdown-card{padding:14px}.admin-table-row{border-color:#eee;background:#fff}.admin-table-button:hover,.admin-shop-list-card.active,.admin-dispute-card.active{border-color:#e49a43;box-shadow:0 0 0 2px #e49a431f}.admin-kyc-info-grid div,.admin-order-main>div,.admin-model-default-status{border-color:#eee;background:#fafafa}.admin-kyc-document,.admin-requirement-card.missing{background:#fffdf9}.admin-order-status-pill{min-height:34px;padding:0 14px;background:#e49a43;font-size:.82rem}.admin-model-toggle{min-width:138px;border-radius:4px}.admin-model-row{grid-template-columns:minmax(0,1fr);align-items:stretch}.admin-model-main{grid-template-columns:minmax(0,1.15fr) repeat(3,minmax(0,.85fr));align-items:stretch}.admin-model-main>div{min-width:0;min-height:78px;align-content:center;border:1px solid #eeeeee;padding:12px;background:#fafafa}.admin-model-main h3,.admin-model-main p,.admin-model-main strong,.admin-model-main span{min-width:0;overflow-wrap:anywhere;word-break:break-word}.admin-model-row .admin-model-toggle{justify-self:end}.admin-management-main .panel-form{border:0;padding:0}.admin-management-main input,.admin-management-main select,.admin-management-main textarea{border-color:#dcdcdc}@media(max-width:900px){html,body{max-width:100%;overflow-x:hidden}.admin-page{width:min(100% - 20px,1180px);max-width:calc(100dvw - 20px)}.admin-page .page-header{padding:18px}.admin-management-layout{grid-template-columns:1fr}.admin-topbar{display:flex;align-items:flex-start;flex-direction:column;overflow:hidden}.admin-sidebar-backdrop.open{display:block}.admin-management-sidebar{position:fixed;inset:0 auto 0 0;z-index:80;width:min(340px,calc(100dvw - 28px));max-width:100dvw;max-height:100dvh;border-width:0 1px 0 0;transform:translate(-105%);transition:transform .18s ease}.admin-management-sidebar.open{transform:translate(0)}.admin-sidebar-head{grid-template-columns:38px minmax(0,1fr) auto}.admin-management-sidebar .admin-sidebar-close{display:inline-flex}.admin-model-main{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-metric-grid,.admin-queue-grid,.admin-breakdown-grid,.admin-shop-list-grid,.admin-kyc-info-grid,.admin-kyc-document-grid,.admin-dispute-review-grid,.admin-management-main .entity-grid,.admin-requirement-grid,.admin-table-row,.admin-order-main{grid-template-columns:1fr}.admin-table-row{align-items:start}}@media(max-width:680px){.admin-page{width:calc(100dvw - 16px);max-width:calc(100dvw - 16px)}.admin-management-sidebar{width:min(320px,calc(100dvw - 20px));padding-bottom:24px}.admin-sidebar-head{grid-template-columns:34px minmax(0,1fr) auto}.admin-model-main{grid-template-columns:1fr}.admin-model-row .admin-model-toggle{width:100%;justify-self:stretch}}@media(max-width:900px){.admin-management-sidebar{position:fixed!important;top:0!important;right:auto!important;bottom:0!important;left:0!important;z-index:80!important;display:grid!important;grid-auto-rows:min-content!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;transform:translate(-105%)!important}.admin-management-sidebar.open{transform:translate(0)!important}.admin-sidebar-head{display:grid!important;position:sticky;top:0;z-index:1;background:#fff}.admin-sidebar-backdrop.open{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important}}.distribution-benefit-panel,.distribution-benefit-grid{display:grid;gap:12px}.distribution-benefit-panel{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:14px;border:1px solid var(--border-color, #d8dee8);border-radius:8px;background:#f8fafc}.distribution-benefit-panel div,.distribution-benefit-grid article{min-width:0}.distribution-benefit-panel span,.distribution-benefit-grid span{display:block;margin-bottom:4px;color:var(--muted-text, #64748b);font-size:.78rem;font-weight:700;text-transform:uppercase}.distribution-benefit-panel strong,.distribution-benefit-grid strong{display:block;color:var(--text-color, #0f172a);overflow-wrap:anywhere}.distribution-benefit-panel small,.distribution-benefit-grid small,.invitation-acceptance-note{display:block;margin-top:5px;line-height:1.45}.distribution-benefit-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:12px}.distribution-benefit-grid article{padding:12px;border:1px solid var(--border-color, #d8dee8);border-radius:8px;background:#fff}.distributor-invitation-card{gap:12px}@media(max-width:680px){.marketplace-header .main-header-inner{grid-template-columns:1fr;grid-template-areas:"brand" "search"}.marketplace-logo{width:min(238px,72vw)}.marketplace-hero-carousel{aspect-ratio:1680 / 760;min-height:174px}.marketplace-hero-arrow{display:none}.marketplace-hero-dots{right:14px;bottom:10px;gap:7px}.marketplace-hero-dots button{width:8px;height:8px}.marketplace-hero-dots button.active{width:24px}}.content-area:has(.marketplace-home){width:100%;max-width:none}.marketplace-home{width:min(1680px,calc(100% - 30px));margin-right:auto;margin-left:auto}.marketplace-logo{width:clamp(220px,18vw,320px);min-width:220px}.marketplace-logo-crop{display:block;width:100%;height:76px;overflow:hidden}.marketplace-logo-crop img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.marketplace-logo-wordmark{display:none}.marketplace-hero-carousel{min-height:0;border-radius:8px;background:#fff4ed;box-shadow:none}.marketplace-hero-slide img{object-fit:cover}.marketplace-hero-arrow,.marketplace-slide-caption{display:none}@media(max-width:680px){.marketplace-home{width:calc(100% - 16px)}.marketplace-logo{width:min(240px,72vw);min-width:0}.marketplace-logo-crop{height:70px}.marketplace-hero-carousel{border-radius:8px}}.marketplace-header{border-bottom:1px solid #e5e5e5}.marketplace-header .top-strip{color:#333;background:#f7f7f7;font-size:.78rem}.marketplace-header .top-strip-inner{position:relative;min-height:34px;justify-content:center}.marketplace-header .top-strip-inner>span:first-child{display:inline-flex;align-items:center;min-height:22px;padding:0 12px;border-radius:999px;color:#9a4d00;background:#fff1cf;font-weight:700}.marketplace-header .top-links{position:absolute;right:0;gap:18px;color:#424242;font-size:.78rem;font-weight:500}.marketplace-header .top-links a{color:inherit;text-decoration:none}.marketplace-header .main-header{border-bottom:0;background:#fff}.marketplace-header .main-header-inner{display:grid;grid-template-columns:58px minmax(420px,1fr) auto auto;gap:12px;min-height:44px}.marketplace-logo{width:56px;min-width:56px}.marketplace-logo-crop{height:42px}.marketplace-logo-crop img{object-fit:contain;object-position:center}.marketplace-search{grid-template-columns:minmax(0,1fr) 82px;min-height:36px;border-color:#eee;border-radius:8px;box-shadow:0 3px 10px #1113180a}.marketplace-search select{display:none}.marketplace-search input{height:36px;padding:0 14px;background:#fff;font-size:.86rem}.marketplace-search input::placeholder{color:#9c9c9c}.marketplace-search button{height:36px;border-radius:8px;font-size:.78rem;font-weight:800}.marketplace-quick-actions a{width:24px;min-height:24px;padding:0;color:#202020}.marketplace-quick-actions a span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.marketplace-quick-actions svg{width:20px;height:20px}.marketplace-header .cart-icon-button,.marketplace-header .avatar-button,.marketplace-header .login-link-button{min-height:32px}.marketplace-header .cart-icon-button{width:34px;background:#fff;box-shadow:none}.marketplace-header .cart-icon-svg{fill:#202020}.marketplace-header .cart-icon-button span{top:-7px;right:-8px;min-width:18px;height:18px;border:2px solid #ffffff;background:#f02314;font-size:.68rem}.marketplace-header .avatar-button,.marketplace-header .login-link-button{border-radius:8px;color:#202020;background:#fff;box-shadow:none}.marketplace-header .login-link-button{padding:0 4px;font-size:.86rem}.marketplace-nav-bar{border-top:1px solid #f1f1f1;border-bottom:1px solid #111111}.marketplace-nav-bar .mobile-nav{min-height:38px;justify-content:flex-start;gap:2px}.marketplace-nav-bar .nav-link,.marketplace-category-dropdown .category-trigger{min-height:32px;padding:0 14px;border-radius:6px;color:#333;font-size:.88rem;font-weight:700}.marketplace-nav-bar .nav-link:hover,.marketplace-nav-bar .nav-link.active,.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{border-color:transparent;color:#d71910;background:#fff0ee}.marketplace-hero-carousel{overflow:hidden;aspect-ratio:2048 / 1093;border-radius:0 0 8px 8px;background:#fff7f2}.marketplace-hero-slide{display:grid;place-items:center;background:#fff7f2}.marketplace-hero-slide img{object-fit:contain;object-position:center top}.marketplace-hero-arrow{top:50%;z-index:5;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;color:#222;background:#fffffff0;box-shadow:0 9px 22px #36190c29;font-size:1.7rem;font-weight:400;line-height:1;transform:translateY(-50%)}.marketplace-hero-arrow.previous{left:10px}.marketplace-hero-arrow.next{right:10px}.marketplace-hero-arrow:hover{color:#f02314;box-shadow:0 11px 26px #36190c33}@media(max-width:900px){.marketplace-header .main-header-inner{grid-template-columns:56px minmax(0,1fr) auto}.marketplace-quick-actions{display:none}}@media(max-width:680px){.marketplace-header .top-strip{display:none}.marketplace-header .main-header-inner{grid-template-columns:58px minmax(0,1fr);grid-template-areas:"brand search";gap:8px;min-height:58px;padding:8px 0}.marketplace-header .header-actions{display:none}.marketplace-logo{width:52px;min-width:52px}.marketplace-logo-crop{height:42px}.marketplace-search{grid-template-columns:minmax(0,1fr) 46px}.marketplace-search button{overflow:hidden;color:transparent;font-size:0}.marketplace-search button:before{content:"⌕";color:#fff;font-size:1.1rem}.marketplace-hero-arrow{width:28px;height:28px;background:#ffffffe0;font-size:1.25rem}.marketplace-hero-arrow.previous{left:4px}.marketplace-hero-arrow.next{right:4px}}.marketplace-header{padding:34px 30px 0;border-bottom:0;background:radial-gradient(circle at 50% 10%,rgba(255,221,159,.16),transparent 28%),#fff}.marketplace-header .site-container,.marketplace-footer .site-container{width:min(1376px,calc(100% + -0px))}.marketplace-header .top-strip{border-radius:24px;color:#161616;background:#ffffffe6;box-shadow:0 18px 44px #31170814}.marketplace-header .top-strip-inner{min-height:56px;padding:0 28px}.marketplace-header .top-strip-inner>span:first-child{gap:8px;min-height:32px;padding:0;color:#1c1c1c;background:transparent;font-size:.92rem}.marketplace-header .top-strip-inner>span:first-child:before{content:"";display:inline-block;width:24px;height:24px;background:url(/assets/brand/logo-antifake.png) center / 78px auto no-repeat}.marketplace-header .top-strip-inner>span:first-child:after{content:"✓";display:grid;width:18px;height:18px;place-items:center;border-radius:999px;color:#fff;background:#f1a000;font-size:.72rem}.marketplace-header .top-links{gap:44px;font-size:.92rem;font-weight:800}.marketplace-header .top-links a,.marketplace-header .top-links span{display:inline-flex;align-items:center;gap:9px;color:#161616}.marketplace-header .top-links a:nth-child(1):before{content:"▤";color:#ed1b12;font-size:1.2rem}.marketplace-header .top-links span:before{content:"☎";color:#ed1b12;font-size:1.2rem}.marketplace-header .top-links a:nth-child(3):before{content:"▣";color:#ed1b12;font-size:1.2rem}.marketplace-header .main-header{margin-top:28px;border-radius:26px;background:#fff;box-shadow:0 20px 60px #3d1a051a}.marketplace-header .main-header-inner{grid-template-columns:325px minmax(360px,1fr) auto auto;min-height:136px;gap:28px;padding:0 24px}.marketplace-logo{width:304px;min-width:304px}.marketplace-logo-crop{height:96px}.marketplace-logo-crop img{object-position:left center}.marketplace-search{grid-template-columns:34px minmax(0,1fr) 132px;min-height:58px;padding:0 0 0 24px;border:1px solid #ffd5a7;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #ee2c1214,0 12px 28px #d22f1014}.marketplace-search:before{content:"⌕";align-self:center;justify-self:center;margin-right:12px;color:#8e2a13;font-size:1.75rem}.marketplace-search input{height:58px;padding:0;font-size:1rem}.marketplace-search button{height:58px;border-radius:999px;background:radial-gradient(circle at 22% 14%,rgba(255,255,255,.78),transparent 26%),linear-gradient(135deg,#ff2a19,#cf0701);box-shadow:inset 0 0 0 2px #ffc68680,0 10px 24px #cc14063d;font-size:.95rem}.marketplace-quick-actions{gap:12px}.marketplace-quick-actions a{position:relative;display:grid;width:64px;min-height:70px;place-items:center;gap:5px;border:1px solid #ffd5a7;border-radius:16px;color:#8e1b10;background:#fff;text-decoration:none}.marketplace-quick-actions a span{position:static;width:auto;height:auto;overflow:visible;clip:auto;color:#371b14;font-size:.72rem;font-weight:900;white-space:nowrap}.marketplace-quick-actions svg{width:25px;height:25px;fill:#b9180d}.marketplace-quick-actions a:nth-child(3):after{content:"3";position:absolute;top:-9px;right:-4px;display:grid;width:20px;height:20px;place-items:center;border:2px solid #ffffff;border-radius:999px;color:#fff;background:#e41108;font-size:.72rem;font-weight:900}.marketplace-header .header-actions{display:grid;grid-auto-flow:column;align-items:center;gap:12px}.marketplace-header .cart-icon-button{position:relative;display:grid;width:64px;min-height:70px;place-items:center;border:1px solid #ffd5a7;border-radius:16px;background:#fff}.marketplace-header .cart-icon-svg{width:28px;height:28px;fill:#b9180d}.marketplace-header .cart-icon-button:after{content:"Giỏ hàng";color:#371b14;font-size:.72rem;font-weight:900}.marketplace-header .cart-icon-button>span{top:-9px;right:-4px;min-width:20px;height:20px;border:2px solid #ffffff;background:#e41108}.marketplace-header .login-link-button,.marketplace-header .avatar-button{min-width:132px;min-height:58px;justify-content:flex-start;gap:12px;padding:0 14px;border-radius:18px;color:#2a1b16;background:#fff}.marketplace-header .login-link-button:before{content:"";display:block;width:40px;height:40px;border-radius:999px;background:radial-gradient(circle at 34% 30%,#ffe7a8,#f0a21b 58%,#dc6f00)}.marketplace-header .login-link-button .user-icon-svg{display:none}.marketplace-nav-bar{margin-top:18px;border:0;border-radius:22px;background:radial-gradient(circle at 95% 50%,rgba(255,201,63,.5),transparent 18%),linear-gradient(180deg,#f80d08,#a90000);box-shadow:inset 0 0 0 1px #ffd05880,0 14px 30px #bc090438;overflow:hidden}.marketplace-nav-bar .mobile-nav{min-height:82px;gap:0;padding:0 24px}.marketplace-nav-bar .nav-link,.marketplace-category-dropdown .category-trigger{min-height:82px;padding:0 32px;border-radius:0;color:#fff;background:transparent;font-size:1rem;font-weight:900}.marketplace-nav-bar .nav-link span,.marketplace-category-dropdown .category-trigger span{margin-right:10px;font-size:1.35rem}.marketplace-category-dropdown .category-trigger{min-width:244px;justify-content:center;border-radius:18px;color:#d41408;background:linear-gradient(180deg,#fff8d9,#ffe7a6);box-shadow:inset 0 0 0 2px #ffffffc7,0 0 22px #ffd54cbd}.marketplace-nav-bar .nav-link:hover,.marketplace-nav-bar .nav-link.active{color:#fff;background:#6d000021}.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{color:#d41408;background:linear-gradient(180deg,#fff8d9,#ffe7a6)}.marketplace-footer{padding:50px 0 58px;color:#1f2937;background:#fff;font-family:Be Vietnam Pro,Inter,SF Pro Display,Segoe UI,sans-serif}.marketplace-footer .footer-main-card{position:relative;width:min(1840px,calc(100% - 48px));padding:48px 44px 28px;border:1px solid rgba(230,80,40,.18);border-radius:32px;background:radial-gradient(circle at 98% 42%,rgba(238,105,48,.07),transparent 20%),linear-gradient(180deg,#fffdfa,#fffaf5);box-shadow:0 16px 45px #78281414;overflow:hidden}.marketplace-footer .footer-main-card:before{content:"";position:absolute;left:-44px;bottom:122px;width:220px;height:180px;background-image:radial-gradient(rgba(231,75,37,.16) 1px,transparent 1px);background-size:10px 10px;opacity:.34;pointer-events:none}.marketplace-footer .footer-grid{position:relative;z-index:1;grid-template-columns:1.45fr 1fr 1fr 1.35fr;gap:0;min-height:270px;padding:0;border:0;background:transparent}.footer-brand-column img{display:block;width:320px;max-width:100%;margin-bottom:18px}.marketplace-footer .footer-grid h4{display:flex;align-items:center;gap:16px;margin:0 0 28px;color:#1f2937;font-size:1.48rem;font-weight:700;line-height:1.2}.marketplace-footer .footer-grid h4 svg{width:32px;height:32px;color:#e00000;stroke-width:2.2}.marketplace-footer .footer-grid p,.marketplace-footer .footer-grid a{color:#1f2937;font-size:1.16rem;font-weight:400;line-height:1.72}.marketplace-footer .footer-grid a{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:22px;text-decoration:none}.marketplace-footer .footer-grid a svg{width:22px;height:22px;color:#6f7782;stroke-width:1.7}.footer-brand-column,.footer-link-column,.footer-support-column{min-width:0}.footer-brand-column{padding-right:54px}.footer-link-column,.footer-support-column{padding-left:54px;border-left:1px solid rgba(200,60,30,.16)}.footer-brand-column p{max-width:440px;margin:0 0 26px}.footer-socials{gap:18px}.marketplace-footer .footer-socials span{display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(31,41,55,.06);border-radius:13px;background:#fff;box-shadow:0 8px 20px #1f29371f}.marketplace-footer .footer-socials svg{width:30px;height:30px}.footer-social-facebook svg circle{fill:#1877f2}.footer-social-facebook svg path{fill:#fff}.footer-social-instagram svg rect{fill:none;stroke:#c13584;stroke-width:2}.footer-social-instagram svg circle{fill:none;stroke:#e4405f;stroke-width:2}.footer-social-instagram svg circle:last-child{fill:#f77737;stroke:none}.footer-social-youtube svg rect{fill:red;stroke:none}.footer-social-youtube svg path{fill:#fff;stroke:none}.footer-support-column{position:relative}.footer-support-column p{max-width:360px;margin:0 0 20px}.footer-support-column strong{color:#e00000;font-weight:800}.footer-watermark{position:absolute;top:34px;right:24px;width:180px;height:180px;color:#e00000;opacity:.075;stroke-width:1.3;pointer-events:none}.footer-benefits{position:relative;z-index:1;width:100%;margin:38px 0 0;border:1px solid rgba(230,80,40,.14);border-radius:26px;color:#1f2937;background:#fffdfae0;box-shadow:inset 0 1px #ffffffdb}.footer-benefits-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;padding:22px 18px}.footer-benefits-inner div{display:grid;grid-template-columns:68px minmax(0,1fr);column-gap:22px;align-items:center;min-height:66px;padding:0 30px;border-left:1px solid rgba(200,60,30,.16)}.footer-benefits-inner div:first-child{border-left:0}.footer-benefits-inner span{display:grid;width:58px;height:58px;grid-row:span 2;place-items:center;border:0;border-radius:12px;color:#e00000;background:linear-gradient(145deg,#fff2f2,#ffe0e0)}.footer-benefits-inner span svg{width:31px;height:31px;stroke-width:2}.footer-benefits-inner strong{color:#1f2937;font-size:1.18rem;font-weight:800;line-height:1.25}.footer-benefits-inner small{color:#1f2937;font-size:.98rem;line-height:1.5}@media(max-width:1040px){.marketplace-header{padding:16px 12px 0}.marketplace-header .main-header-inner{grid-template-columns:220px minmax(0,1fr);min-height:auto;padding:16px}.marketplace-logo{width:220px;min-width:220px}.marketplace-logo-crop{height:70px}.marketplace-quick-actions,.marketplace-header .header-actions{grid-column:span 2;justify-content:center}.marketplace-footer .footer-grid{grid-template-columns:1fr 1fr}.marketplace-footer .footer-main-card{padding:42px 32px 28px}.footer-brand-column,.footer-link-column,.footer-support-column{padding:0;border-left:0}.footer-benefits-inner{grid-template-columns:1fr 1fr}.footer-benefits-inner div:nth-child(odd){border-left:0}}@media(max-width:680px){.marketplace-header{padding:8px 8px 0}.marketplace-header .main-header{margin-top:0;border-radius:14px}.marketplace-header .main-header-inner{grid-template-columns:64px minmax(0,1fr);min-height:62px;gap:10px;padding:8px}.marketplace-logo{width:58px;min-width:58px}.marketplace-logo-crop{height:46px}.marketplace-search{grid-template-columns:minmax(0,1fr) 46px;min-height:42px;padding-left:12px}.marketplace-search:before{display:none}.marketplace-search input{height:42px;font-size:.88rem}.marketplace-search button{width:46px;height:42px;color:transparent;font-size:0}.marketplace-search button:before{content:"⌕";color:#fff;font-size:1.1rem}.marketplace-quick-actions,.marketplace-header .header-actions,.marketplace-nav-bar{display:none}.marketplace-footer .footer-main-card{width:calc(100% - 16px)}.marketplace-footer .footer-grid,.footer-benefits-inner{grid-template-columns:1fr}.marketplace-footer .footer-grid{gap:30px;padding:0}.footer-benefits-inner div{border-left:0;border-top:1px solid rgba(200,60,30,.16)}.footer-benefits-inner div:first-child{border-top:0}}.marketplace-header{--premium-red: #c91515;--premium-red-strong: #b80f0f;--premium-red-soft: #d61f1f;--premium-gold: #e8d08a;--premium-gold-soft: #f6e7b3;--premium-cream: #f4df9b;--premium-white: #fffdfa;--premium-warm: #fdfbf8;padding:24px 24px 0;background:radial-gradient(circle at 50% 0%,rgba(232,208,138,.13),transparent 30%),var(--premium-warm);font-family:Be Vietnam Pro,Inter,SF Pro Display,Segoe UI,sans-serif}.marketplace-header .site-container{width:min(1376px,calc(100% + -0px))}.marketplace-header .top-strip{border:1px solid rgba(232,208,138,.22);border-radius:16px;background:#fffdfae6;box-shadow:0 8px 30px #0f172a0d}.marketplace-header .top-strip-inner{min-height:40px;padding:0 24px}.marketplace-header .top-strip-inner>span:first-child{gap:7px;min-height:26px;color:#241815;font-size:.86rem;font-weight:600;letter-spacing:0}.marketplace-header .top-strip-inner>span:first-child:before{width:22px;height:22px;background-size:70px auto}.marketplace-header .top-strip-inner>span:first-child:after{width:16px;height:16px;background:linear-gradient(135deg,#f6e7b3,#e4a82e);font-size:.68rem}.marketplace-header .top-links{gap:34px;color:#321f1a;font-size:.84rem;font-weight:600}.marketplace-header .top-links a,.marketplace-header .top-links span{gap:8px;color:#321f1a}.marketplace-header .top-links a:nth-child(1):before,.marketplace-header .top-links span:before,.marketplace-header .top-links a:nth-child(3):before{color:var(--premium-red-strong);font-size:1rem}.marketplace-header .main-header{margin-top:18px;border:1px solid rgba(232,208,138,.2);border-radius:22px;background:var(--premium-white);box-shadow:0 8px 30px #0f172a0d}.marketplace-header .main-header-inner{grid-template-columns:260px minmax(330px,1fr) auto auto;min-height:96px;gap:18px;padding:0 22px}.marketplace-logo{width:246px;min-width:246px}.marketplace-logo-crop{height:72px}.marketplace-search{grid-template-columns:28px minmax(0,1fr) 112px;min-height:46px;padding:0 0 0 18px;border:1px solid rgba(232,208,138,.54);border-radius:999px;background:#fffdfa;box-shadow:inset 0 0 0 1px #ffffffd9,0 8px 30px #0f172a0d}.marketplace-search-icon{display:grid;width:28px;height:46px;place-items:center;color:#8a6a4a}.marketplace-search-icon svg{width:22px;height:22px;fill:currentColor}.marketplace-search input{height:46px;color:#332522;font-size:.92rem;font-weight:500}.marketplace-search input::placeholder{color:#9d9188}.marketplace-search button{height:46px;border-radius:999px;background:linear-gradient(135deg,#d61f1f,#b80f0f);box-shadow:inset 0 1px #ffffff47,0 8px 20px #b80f0f2e;font-size:.86rem;font-weight:600;letter-spacing:0}.marketplace-search button:hover{background:linear-gradient(135deg,#c91515,#9f0d0d);box-shadow:0 10px 22px #b80f0f33}.marketplace-quick-actions{gap:9px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{width:54px;min-height:58px;gap:3px;border:1px solid rgba(232,208,138,.58);border-radius:14px;color:#7e2019;background:#fffdfa;box-shadow:0 8px 30px #0f172a0d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.marketplace-quick-actions a:hover,.marketplace-header .cart-icon-button:hover{border-color:#c9151547;color:var(--premium-red);box-shadow:0 10px 26px #0f172a12;transform:translateY(-1px)}.marketplace-quick-actions svg,.marketplace-header .cart-icon-svg{width:24px;height:24px;fill:currentColor}.marketplace-quick-actions a span,.marketplace-header .cart-icon-button:after{color:#35221d;font-size:.68rem;font-weight:600;letter-spacing:0;text-transform:none}.marketplace-quick-actions a:nth-child(3):after,.marketplace-header .cart-icon-button>span{top:-7px;right:-5px;width:18px;min-width:18px;height:18px;border:2px solid #fffdfa;background:var(--premium-red);font-size:.66rem}.marketplace-header .header-actions{gap:9px}.marketplace-header .login-link-button,.marketplace-header .avatar-button{min-width:112px;min-height:50px;gap:10px;padding:0 12px;border:1px solid rgba(232,208,138,.34);border-radius:14px;color:#2c201d;background:#fffdfa;box-shadow:0 8px 30px #0f172a0d;font-size:.84rem;font-weight:600}.marketplace-header .login-link-button:before{width:34px;height:34px;background:radial-gradient(circle at 35% 30%,#f6e7b3,#e7b243 58%,#b96c13)}.marketplace-nav-bar{margin-top:16px;border:1px solid rgba(232,208,138,.28);border-radius:18px;background:linear-gradient(100deg,#b80f0f,#c91515 45%,#d61f1f 72%,#b80f0f);box-shadow:0 8px 30px #0f172a0d,0 10px 22px #b80f0f21}.marketplace-nav-bar .mobile-nav{min-height:58px;padding:0 18px}.marketplace-nav-bar .nav-link,.marketplace-category-dropdown .category-trigger{min-height:58px;padding:0 24px;color:#fffffff0;font-size:.94rem;font-weight:600;letter-spacing:0;transition:background .16s ease,color .16s ease,transform .16s ease}.marketplace-nav-bar .nav-link span{margin-right:8px;font-size:1.05rem}.marketplace-category-dropdown .category-trigger{min-width:224px;gap:10px;border-radius:14px;color:#7c1b14;background:linear-gradient(180deg,#f6e7b3,#f4df9b);box-shadow:inset 0 1px #ffffff9e,0 8px 20px #3e1c091a}.marketplace-category-dropdown .category-trigger svg{flex:0 0 auto;fill:currentColor}.category-layout-icon{width:20px;height:20px}.category-chevron-icon{width:16px;height:16px;margin-left:2px}.marketplace-nav-bar .nav-link:hover,.marketplace-nav-bar .nav-link.active{color:#fff;background:#fffdfa1a}.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{color:#6d1812;background:linear-gradient(180deg,#f8eec7,#f4df9b)}@media(max-width:1040px){.marketplace-header .main-header-inner{grid-template-columns:210px minmax(0,1fr);gap:14px;padding:14px}.marketplace-logo{width:204px;min-width:204px}.marketplace-logo-crop{height:62px}}@media(max-width:680px){.marketplace-header{padding:8px 8px 0}.marketplace-header .main-header{border-radius:14px}.marketplace-header .main-header-inner{grid-template-columns:58px minmax(0,1fr);min-height:58px;gap:8px;padding:8px}.marketplace-logo{width:54px;min-width:54px}.marketplace-logo-crop{height:42px}.marketplace-search{grid-template-columns:minmax(0,1fr) 42px;min-height:40px;padding-left:12px}.marketplace-search-icon{display:none}.marketplace-search input{height:40px;font-size:.86rem}.marketplace-search button{width:42px;height:40px;color:transparent;font-size:0}.marketplace-search button:before{content:"";display:block;width:18px;height:18px;margin:0 auto;background:#fff;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 4.2a6.6 6.6 0 1 1 0 13.2 6.6 6.6 0 0 1 0-13.2Zm0 1.8a4.8 4.8 0 1 0 0 9.6 4.8 4.8 0 0 0 0-9.6Zm5.4 9.4 3.7 3.7-1.3 1.3-3.7-3.7 1.3-1.3Z'/%3E%3C/svg%3E") center / contain no-repeat}}.marketplace-header{--header-red: #c80f12;--header-red-mid: #d71920;--header-red-dark: #a9080b;--header-gold: #ffd76a;--header-gold-soft: #ffeaa6;--header-cream: #fff4ec;--header-surface: #fffdfa;--header-page: #fdfaf6;--header-brown: #6f1a0f;padding:38px 32px 0;background:var(--header-page);font-family:Be Vietnam Pro,Inter,SF Pro Display,Segoe UI,sans-serif}.marketplace-header .site-container{width:100%;max-width:none}.marketplace-header svg{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.marketplace-header .top-strip{border:1px solid rgba(220,170,90,.25);border-radius:14px;background:#fff4ec;box-shadow:0 10px 30px #78281414}.marketplace-header .top-strip-inner{justify-content:space-between;min-height:66px;padding:0 36px}.marketplace-header .top-strip-inner>span:first-child{display:inline-flex;align-items:center;gap:12px;min-height:66px;color:#221816;font-size:16px;font-weight:500}.marketplace-header .top-strip-inner>span:first-child:before,.marketplace-header .top-strip-inner>span:first-child:after{content:none}.marketplace-header .top-strip-inner>span:first-child svg{width:30px;height:30px;color:#9b2a16;fill:#c80f12;stroke:#ffd76a}.marketplace-header .top-strip-inner>span:first-child b{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;color:#fffdfa;background:linear-gradient(135deg,#ffeaa6,#e6aa2e);font-size:14px;font-weight:700}.marketplace-header .top-links{position:static;gap:0;color:#2d1711;font-size:16px;font-weight:500}.marketplace-header .top-links a,.marketplace-header .top-links span{display:inline-flex;align-items:center;gap:12px;min-height:66px;padding:0 34px;color:#2d1711;text-decoration:none;border-left:1px solid rgba(111,26,15,.14)}.marketplace-header .top-links a:first-child{border-left:0}.marketplace-header .top-links a:before,.marketplace-header .top-links span:before{content:none!important}.marketplace-header .top-links svg{width:28px;height:28px;color:#6f1a0f}.marketplace-header .main-header{margin-top:36px;border:1px solid rgba(220,170,90,.25);border-radius:22px;background:#fffdfa;box-shadow:0 10px 30px #78281414}.marketplace-header .main-header-inner{display:grid;grid-template-columns:330px minmax(470px,1fr) auto auto;min-height:156px;gap:26px;padding:0 28px}.marketplace-logo{width:326px;min-width:326px}.marketplace-logo-crop{height:116px}.marketplace-logo-crop img{width:100%;max-width:100%;object-fit:contain;object-position:left center;transform:scale(1.18);transform-origin:left center}.marketplace-search{grid-template-columns:52px minmax(0,1fr) 150px;min-height:78px;padding:0 10px 0 22px;border:1px solid rgba(220,170,90,.25);border-radius:999px;background:#fffdfa;box-shadow:0 10px 30px #78281414}.marketplace-search:before{display:none}.marketplace-search-icon{display:grid;width:52px;height:78px;place-items:center;color:#8a8a8a}.marketplace-search-icon svg{width:34px;height:34px;stroke-width:2}.marketplace-search input{height:78px;color:#34211b;font-size:18px;font-weight:500}.marketplace-search input::placeholder{color:#999}.marketplace-search button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:150px;height:62px;align-self:center;border-radius:999px;color:#fffdfa;background:linear-gradient(135deg,#d71920,#c80f12 48%,#a9080b);box-shadow:0 10px 30px #78281414;font-size:18px;font-weight:600}.marketplace-search button svg{width:24px;height:24px;stroke-width:2.2}.marketplace-search button:hover{background:linear-gradient(135deg,#d71920,#c80f12 48%,#a9080b);box-shadow:0 10px 30px #78281414}.marketplace-quick-actions{gap:14px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{display:grid;width:82px;min-height:82px;place-items:center;gap:5px;border:1px solid rgba(220,170,90,.45);border-radius:16px;color:#6f1a0f;background:#fffdfa;box-shadow:none;text-decoration:none;transform:none}.marketplace-quick-actions a:hover,.marketplace-header .cart-icon-button:hover{border-color:#dcaa5a8c;box-shadow:0 10px 30px #78281414;transform:none}.marketplace-quick-actions svg,.marketplace-header .cart-icon-svg,.marketplace-header .cart-icon-button>svg{width:34px;height:34px;color:#6f1a0f;stroke-width:2.1}.marketplace-quick-actions a span,.marketplace-header .cart-icon-button:after{color:#6f1a0f;font-size:14px;font-weight:500;line-height:1}.marketplace-quick-actions a:nth-child(3):after,.marketplace-header .cart-icon-button>span{top:-10px;right:-7px;width:24px;min-width:24px;height:24px;border:3px solid #fffdfa;background:#d71920;font-size:14px;font-weight:600}.marketplace-header .cart-icon-button:after{content:"Giỏ hàng"}.marketplace-header .header-actions{gap:14px}.marketplace-header .login-link-button,.marketplace-header .avatar-button{display:grid;grid-template-columns:56px minmax(0,1fr) 20px;align-items:center;min-width:190px;min-height:82px;gap:12px;padding:0 18px;border:1px solid rgba(220,170,90,.25);border-radius:16px;color:#2d1711;background:#fffdfa;box-shadow:none;text-decoration:none}.marketplace-header .login-link-button:before{content:none}.account-avatar{display:block;width:56px;height:56px;border-radius:999px;background:radial-gradient(circle at 35% 30%,#ffeaa6,#ffd76a 48%,#e0a11d)}.account-copy{display:grid;gap:3px;min-width:0}.account-copy strong{color:#2d1711;font-size:16px;font-weight:600;line-height:1.15}.account-copy small{color:#6f1a0f;font-size:14px;font-weight:500}.marketplace-header .login-link-button>svg{width:20px;height:20px;color:#6f1a0f}.marketplace-nav-bar{margin-top:26px;border:0;border-radius:24px;background:linear-gradient(180deg,#d71920,#c80f12 42%,#a9080b);box-shadow:0 10px 28px #aa141440;overflow:visible}.marketplace-nav-bar .mobile-nav{min-height:72px;gap:0;padding:0 24px}.marketplace-category-dropdown{align-self:stretch;display:flex;align-items:center}.marketplace-category-dropdown .category-trigger{min-width:350px;min-height:64px;justify-content:center;gap:14px;margin-right:22px;border-radius:16px;color:#6f1a0f;background:linear-gradient(180deg,#ffeaa6,#ffd76a);box-shadow:inset 0 1px #ffffffa6;font-size:18px;font-weight:600}.marketplace-category-dropdown .category-trigger svg{width:24px;height:24px;color:#6f1a0f;stroke-width:2.2}.marketplace-category-dropdown .category-trigger svg:last-child{width:20px;height:20px}.marketplace-nav-bar .nav-link{position:relative;display:inline-flex;align-items:center;gap:12px;min-height:72px;padding:0 28px;color:#fffdfa;background:transparent;border-radius:0;font-size:18px;font-weight:600}.marketplace-nav-bar .nav-link svg{width:24px;height:24px;color:currentColor;stroke-width:2.2}.marketplace-nav-bar .nav-link:hover,.marketplace-nav-bar .nav-link.active{color:#fffdfa;background:#6e000038}.marketplace-nav-bar .nav-link.active:after{content:"";position:absolute;right:28px;bottom:-2px;left:28px;height:4px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,transparent 0%,#ffd76a 48%,transparent 100%);box-shadow:0 0 16px #ffd76ab3}.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{color:#6f1a0f;background:linear-gradient(180deg,#ffeaa6,#ffd76a)}@media(max-width:1280px){.marketplace-header .main-header-inner{grid-template-columns:270px minmax(360px,1fr) auto auto;gap:16px}.marketplace-logo{width:260px;min-width:260px}.marketplace-search{grid-template-columns:44px minmax(0,1fr) 128px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{width:72px}.marketplace-header .login-link-button{min-width:160px}.marketplace-category-dropdown .category-trigger{min-width:300px}.marketplace-nav-bar .nav-link{padding:0 20px}}@media(max-width:1040px){.marketplace-header{padding:16px 12px 0}.marketplace-header .main-header-inner{grid-template-columns:220px minmax(0,1fr);min-height:auto;padding:18px}.marketplace-logo{width:210px;min-width:210px}.marketplace-logo-crop{height:74px}.marketplace-quick-actions,.marketplace-header .header-actions{grid-column:span 2;justify-content:center}.marketplace-nav-bar .mobile-nav{overflow-x:auto;scrollbar-width:none}}@media(max-width:680px){.marketplace-header{padding:8px 8px 0}.marketplace-header .top-strip,.marketplace-nav-bar{display:none}.marketplace-header .main-header{margin-top:0;border-radius:14px}.marketplace-header .main-header-inner{grid-template-columns:64px minmax(0,1fr);min-height:62px;gap:10px;padding:8px}.marketplace-logo{width:58px;min-width:58px}.marketplace-logo-crop{height:46px}.marketplace-search{grid-template-columns:minmax(0,1fr) 46px;min-height:42px;padding-left:12px}.marketplace-search-icon{display:none}.marketplace-search input{height:42px;font-size:.88rem}.marketplace-search button{width:46px;height:42px;color:transparent;font-size:0}.marketplace-search button svg{width:20px;height:20px;color:#fffdfa}.marketplace-search button:before{content:none}.marketplace-quick-actions,.marketplace-header .header-actions{display:none}}.marketplace-header{padding:26px 22px 0}.marketplace-header .top-strip{border-radius:10px;box-shadow:0 7px 20px #78281414}.marketplace-header .top-strip-inner{min-height:48px;padding:0 24px}.marketplace-header .top-strip-inner>span:first-child{gap:8px;min-height:48px;font-size:12px}.marketplace-header .top-strip-inner>span:first-child svg{width:21px;height:21px}.marketplace-header .top-strip-inner>span:first-child b{width:16px;height:16px;font-size:10px}.marketplace-header .top-links{font-size:12px}.marketplace-header .top-links a,.marketplace-header .top-links span{gap:8px;min-height:48px;padding:0 23px}.marketplace-header .top-links svg{width:19px;height:19px}.marketplace-header .main-header{margin-top:24px;border-radius:15px;box-shadow:0 7px 20px #78281414}.marketplace-header .main-header-inner{grid-template-columns:224px minmax(320px,1fr) auto auto;min-height:108px;gap:18px;padding:0 19px}.marketplace-logo{width:222px;min-width:222px}.marketplace-logo-crop{height:79px}.marketplace-search{grid-template-columns:35px minmax(0,1fr) 102px;min-height:53px;padding:0 7px 0 15px;box-shadow:0 7px 20px #78281414}.marketplace-search-icon{width:35px;height:53px}.marketplace-search-icon svg{width:23px;height:23px}.marketplace-search input{height:53px;font-size:12px}.marketplace-search button{gap:7px;width:102px;height:42px;font-size:12px;box-shadow:0 7px 20px #78281414}.marketplace-quick-actions{gap:10px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{width:56px;min-height:56px;gap:3px;border-radius:11px}.marketplace-quick-actions a .quick-action-badge{position:absolute;top:-7px;right:-5px;display:grid;min-width:16px;height:16px;padding:0 4px;place-items:center;border:2px solid #fffdfa;border-radius:999px;color:#fff;background:#d71920;font-size:10px;line-height:1}.marketplace-quick-actions a:nth-child(3):after,.marketplace-header .cart-icon-button>span{top:-7px;right:-5px;width:16px;min-width:16px;height:16px;border-width:2px;font-size:10px}.marketplace-header .header-actions{gap:10px}.marketplace-header .login-link-button,.marketplace-header .avatar-button{grid-template-columns:38px minmax(0,1fr) 14px;min-width:129px;min-height:56px;gap:8px;padding:0 12px;border-radius:11px}.account-copy{gap:2px}.marketplace-header .login-link-button>svg{width:14px;height:14px}.marketplace-nav-bar{margin-top:18px;border-radius:16px;box-shadow:0 7px 19px #aa141440}.marketplace-nav-bar .mobile-nav{min-height:50px;padding:0 16px}.marketplace-category-dropdown .category-trigger{min-width:238px;min-height:44px;gap:10px;margin-right:15px;border-radius:11px;font-size:12px}.marketplace-category-dropdown .category-trigger svg{width:16px;height:16px}.marketplace-category-dropdown .category-trigger svg:last-child{width:14px;height:14px}.marketplace-nav-bar .nav-link{gap:8px;min-height:50px;padding:0 19px;font-size:12px}.marketplace-nav-bar .nav-link svg{width:16px;height:16px}.marketplace-nav-bar .nav-link.active:after{right:19px;left:19px;height:3px;box-shadow:0 0 11px #ffd76ab3}@media(max-width:1280px){.marketplace-header .main-header-inner{grid-template-columns:184px minmax(245px,1fr) auto auto;gap:11px}.marketplace-logo{width:177px;min-width:177px}.marketplace-search{grid-template-columns:30px minmax(0,1fr) 87px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{width:49px}.marketplace-header .login-link-button{min-width:109px}.marketplace-category-dropdown .category-trigger{min-width:204px}.marketplace-nav-bar .nav-link{padding:0 14px}}@media(max-width:1040px){.marketplace-header{padding:11px 8px 0}.marketplace-header .main-header-inner{grid-template-columns:150px minmax(0,1fr);padding:12px}.marketplace-logo{width:143px;min-width:143px}.marketplace-logo-crop{height:50px}}@media(max-width:680px){.marketplace-header{padding:8px 8px 0}.marketplace-header .main-header-inner{grid-template-columns:58px minmax(0,1fr);min-height:58px;gap:8px;padding:8px}.marketplace-logo{width:54px;min-width:54px}.marketplace-logo-crop{height:42px}.marketplace-search{grid-template-columns:minmax(0,1fr) 42px;min-height:40px;padding-left:12px}.marketplace-search input{height:40px;font-size:.86rem}.marketplace-search button{width:42px;height:40px}}.marketplace-header{padding-top:16px}.marketplace-header .main-header{margin-top:16px}.marketplace-nav-bar .mobile-nav{min-height:56px}.marketplace-category-dropdown .category-trigger{min-height:50px;padding-right:18px;padding-left:18px;font-size:13px}.marketplace-category-dropdown .category-trigger svg{width:18px;height:18px}.marketplace-nav-bar .nav-link{min-height:56px;padding-right:22px;padding-left:22px;font-size:13px}.marketplace-nav-bar .nav-link svg{width:18px;height:18px}.marketplace-nav-bar{position:relative;z-index:2;overflow:visible;border-radius:22px;background:linear-gradient(180deg,#ff1b1f,#db0008,#bf0005 70%,#a40002);box-shadow:inset 0 2px #ffffff38,inset 0 -10px 18px #46000038,0 10px 24px #a0000047;filter:drop-shadow(0 0 10px rgba(255,40,40,.28)) drop-shadow(0 0 24px rgba(255,0,0,.18))}.marketplace-nav-bar:before{content:"";position:absolute;top:0;right:0;left:0;height:45%;border-radius:22px 22px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent);pointer-events:none}.marketplace-nav-bar .mobile-nav{position:relative;z-index:1;min-height:65px}.marketplace-category-dropdown{position:relative;z-index:2}.marketplace-category-dropdown .category-trigger{position:relative;z-index:2;isolation:isolate;overflow:hidden;min-width:192px;min-height:45px;gap:8px;margin-right:12px;border:1px solid rgba(255,240,170,.95);border-radius:13px;color:#9e170d;background:linear-gradient(180deg,#fff8d7,#ffeeb0 45%,#ffd76a);box-shadow:0 0 7px #ffdc5a8a,0 0 14px #ffbe283d,inset 0 2px #ffffffe6,inset 0 -4px 8px #be780021;font-size:13px;font-weight:700;transform:translateY(-1px)}.marketplace-category-dropdown .category-trigger:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;padding:2px;border-radius:inherit;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.08) 25%,rgba(255,255,255,.75) 45%,rgba(255,230,120,.78) 55%,rgba(255,255,255,.16) 70%,transparent 100%);background-size:220% 220%;pointer-events:none;animation:shimmerBorder 2.2s linear infinite;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.marketplace-category-dropdown .category-trigger:hover{box-shadow:0 0 8px #ffdc5a9e,0 0 18px #ffbe2847,inset 0 2px #ffffffe6,inset 0 -4px 8px #be780021}.marketplace-category-dropdown .category-trigger svg{width:18px;height:18px;color:#9e170d}.marketplace-category-dropdown .category-trigger svg:last-child{width:16px;height:16px}.marketplace-category-dropdown .category-trigger:hover,.marketplace-category-dropdown .category-trigger.active{color:#9e170d;background:linear-gradient(180deg,#fff8d7,#ffeeb0 45%,#ffd76a)}.marketplace-nav-bar .nav-link{min-height:65px;padding-right:23px;padding-left:23px;color:#fffffff5;font-size:14px;font-weight:600}.marketplace-nav-bar .nav-link svg{width:19px;height:19px;color:#fff}.marketplace-nav-bar .nav-link:hover{color:#fff;background:#ffffff0d;text-shadow:0 0 10px rgba(255,80,80,.34)}.marketplace-nav-bar .nav-link.active{color:#fff;background:linear-gradient(180deg,#7800003d,#b4000014)}.marketplace-nav-bar .nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;width:40px;height:5px;border-radius:999px;background:linear-gradient(90deg,transparent,#ffe86b,transparent);box-shadow:0 0 12px #ffe15af2;transform:translate(-50%)}.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link:hover,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link.active{width:210px;min-width:210px;min-height:45px;padding-right:12px;padding-left:12px;color:#9e170d;background:linear-gradient(180deg,#fff8d7,#ffeeb0 45%,#ffd76a);text-shadow:none}.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link svg{color:#9e170d;stroke-width:2.2}.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link:after{display:none}@keyframes shimmerBorder{0%{background-position:220% 0%}to{background-position:-220% 0%}}.marketplace-nav-bar .marketplace-category-dropdown{position:relative;display:inline-flex;overflow:visible;padding:0;border-radius:16px}.marketplace-nav-bar .marketplace-category-dropdown:before,.marketplace-nav-bar .marketplace-category-dropdown:after{content:none;animation:none}.marketplace-nav-bar .marketplace-category-dropdown:after{animation-delay:0s}.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link{position:relative;z-index:2;isolation:isolate;overflow:hidden;box-shadow:0 0 10px #ffdc5a59,0 0 22px #ffbe282e,inset 0 2px #ffffffe6,inset 0 -4px 8px #be780021}.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link:before{content:none;animation:none}.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link>svg{position:relative;z-index:1}.marketplace-category-dropdown-menu{top:calc(50% + 22px);left:0;z-index:50;width:210px;border:1px solid rgba(255,210,90,.45);border-radius:0 0 14px 14px;background:linear-gradient(180deg,rgba(255,239,180,.45),transparent 36px),#fffdf7;box-shadow:inset 0 1px #fffc,0 12px 28px #78280024;transform:translateY(4px)}.marketplace-category-dropdown:hover .marketplace-category-dropdown-menu,.marketplace-category-dropdown-menu:hover{transform:translateY(0)}.marketplace-category-dropdown-menu a{min-height:auto;gap:8px;padding:10px 16px;border-bottom:1px solid rgba(120,40,0,.08);color:#5f2a18;background:transparent;font-size:14px;font-weight:500;line-height:1.25}.marketplace-category-dropdown-menu a:last-child{border-bottom:0}.marketplace-category-dropdown-menu a:before{color:#b87916;transition:color .14s ease}.marketplace-category-dropdown-menu a.active{color:#5f2a18;background:transparent}.marketplace-category-dropdown-menu a:hover,.marketplace-category-dropdown-menu a.active:hover{color:#a41610;background:linear-gradient(90deg,#ffe69673,#fff8dc33)}.marketplace-category-dropdown-menu a:hover:before,.marketplace-category-dropdown-menu a.active:hover:before{color:#a41610}@keyframes borderLightRun{0%{top:0;left:4px}25%{top:0;left:calc(100% - 28px)}50%{top:calc(100% - 8px);left:calc(100% - 28px)}75%{top:calc(100% - 8px);left:4px}to{top:0;left:4px}}.marketplace-header{padding:16px 22px 0}.marketplace-header .top-strip{border-radius:14px}.marketplace-header .top-strip-inner{min-height:44px;padding:0 22px}.marketplace-header .top-strip-inner>span:first-child,.marketplace-header .top-links{font-size:12px}.marketplace-header .top-strip-inner>span:first-child,.marketplace-header .top-links a,.marketplace-header .top-links span{min-height:44px}.marketplace-header .top-links a,.marketplace-header .top-links span{padding:0 20px}.marketplace-header .top-strip-inner>span:first-child svg{width:19px;height:19px}.marketplace-header .top-links svg{width:18px;height:18px}.marketplace-header .main-header{margin-top:16px;border-radius:14px}.marketplace-header .main-header-inner{grid-template-columns:224px minmax(330px,1fr) auto auto;min-height:106px;gap:18px;padding:0 18px}.marketplace-logo{width:220px;min-width:220px}.marketplace-logo-crop{height:78px}.marketplace-search{grid-template-columns:35px minmax(0,1fr) 104px;min-height:54px;padding:0 7px 0 15px}.marketplace-search-icon{width:35px;height:54px}.marketplace-search-icon svg{width:22px;height:22px}.marketplace-search input{height:54px;font-size:12px}.marketplace-search button{width:104px;height:43px;gap:6px;font-size:12px}.marketplace-search button svg{width:16px;height:16px}.marketplace-quick-actions{gap:8px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{width:56px;min-height:56px;border-radius:11px}.marketplace-quick-actions svg,.marketplace-header .cart-icon-svg,.marketplace-header .cart-icon-button>svg{width:23px;height:23px}.marketplace-quick-actions a span,.marketplace-header .cart-icon-button:after{font-size:10px}.marketplace-header .login-link-button,.marketplace-header .avatar-button{grid-template-columns:38px minmax(0,1fr) 14px;min-width:128px;min-height:56px;gap:8px;padding:0 12px;border-radius:12px}.account-avatar{width:38px;height:38px}.account-copy strong{font-size:11px}.account-copy small{font-size:10px}.marketplace-nav-bar{margin-top:16px;border-radius:19px}.marketplace-nav-bar:before{border-radius:19px 19px 0 0}.marketplace-nav-bar .mobile-nav{min-height:63px;padding:0 18px}.marketplace-nav-bar .nav-link{min-height:63px;padding-right:22px;padding-left:22px;font-size:14px}.marketplace-nav-bar .nav-link svg{width:19px;height:19px}.marketplace-category-dropdown .category-trigger,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link:hover,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link.active{width:205px;min-width:205px;min-height:45px;padding-right:12px;padding-left:12px;font-size:13px}.marketplace-category-dropdown .category-trigger svg,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link svg{width:18px;height:18px}.marketplace-category-dropdown .category-trigger svg:last-child{width:15px;height:15px}.content-area{padding-bottom:10px}.marketplace-footer{padding:18px 0}.marketplace-footer .footer-main-card{width:min(1400px,calc(100% - 80px));padding:38px 38px 24px;border-radius:28px}.marketplace-footer .footer-grid{min-height:228px}.footer-brand-column img{width:280px;margin-bottom:14px}.marketplace-footer .footer-grid h4{gap:13px;margin-bottom:22px;font-size:1.32rem}.marketplace-footer .footer-grid h4 svg{width:28px;height:28px}.marketplace-footer .footer-grid p,.marketplace-footer .footer-grid a{font-size:1.04rem;line-height:1.62}.marketplace-footer .footer-grid a{min-height:34px}.marketplace-footer .footer-grid a svg{width:19px;height:19px}.footer-brand-column{padding-right:44px}.footer-link-column,.footer-support-column{padding-left:44px}.footer-brand-column p{margin-bottom:22px}.footer-socials{gap:14px}.marketplace-footer .footer-socials span{width:46px;height:46px;border-radius:12px}.marketplace-footer .footer-socials svg{width:26px;height:26px}.footer-support-column p{margin-bottom:16px}.footer-watermark{top:28px;right:20px;width:150px;height:150px}.footer-benefits{margin-top:30px;border-radius:23px}.footer-benefits-inner{padding:18px 14px}.footer-benefits-inner div{grid-template-columns:58px minmax(0,1fr);column-gap:18px;min-height:58px;padding:0 24px}.footer-benefits-inner span{width:52px;height:52px}.footer-benefits-inner span svg{width:28px;height:28px}.footer-benefits-inner strong{font-size:1.06rem}.footer-benefits-inner small{font-size:.9rem}@media(max-width:1280px){.marketplace-header .main-header-inner{grid-template-columns:192px minmax(270px,1fr) auto auto;gap:12px}.marketplace-logo{width:188px;min-width:188px}.marketplace-search{grid-template-columns:31px minmax(0,1fr) 90px}.marketplace-nav-bar .nav-link{padding-right:14px;padding-left:14px}.marketplace-category-dropdown .category-trigger,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link:hover,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link.active{width:190px;min-width:190px}}@media(max-width:1040px){.marketplace-footer .footer-main-card{width:calc(100% - 32px);padding:34px 28px 24px}}@media(max-width:680px){.marketplace-footer .footer-main-card{width:calc(100% - 16px)}}@media(min-width:981px){:root{--marketplace-shell-width: min(1360px, calc(100% - 80px) )}.marketplace-header{padding-right:0;padding-left:0}.marketplace-header .top-strip,.marketplace-header .main-header,.marketplace-nav-bar,.marketplace-home,.content-area:has(.marketplace-home),.marketplace-footer .footer-main-card{width:var(--marketplace-shell-width);max-width:1360px;margin-right:auto;margin-left:auto}.marketplace-header .top-strip-inner,.marketplace-header .main-header-inner,.marketplace-nav-bar .mobile-nav{width:100%;max-width:none}.content-area:has(.marketplace-home){max-width:1360px}.marketplace-home{max-width:1360px}}.marketplace-feature-grid{gap:24px}.marketplace-feature-tile{grid-template-columns:96px minmax(0,1fr);gap:10px 24px;align-items:center;min-height:150px;border-radius:24px;padding:34px 34px 34px 30px;background:#fffdfa;box-shadow:0 18px 42px #5028140f;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.marketplace-feature-tile>span{position:relative;width:86px;height:86px;grid-row:span 2;border-radius:24px;background:linear-gradient(145deg,#fff4f4fa,#ffe0e0db);box-shadow:0 14px 32px #e000001f}.marketplace-feature-tile>span svg{width:46px;height:46px;stroke-width:2.1}.marketplace-feature-tile strong{align-self:end;color:#111827;font-size:1.24rem;font-weight:700;line-height:1.25}.marketplace-feature-tile small{align-self:start;color:#6b7280;font-size:1.05rem;line-height:1.55}.feature-card-qr{border-color:#e0000029}.feature-card-qr>span{color:#d71920;background:linear-gradient(145deg,#fff1f2,#ffe0e2);box-shadow:0 16px 34px #d7192024}.feature-card-qr>span svg:first-child{width:56px;height:56px}.feature-card-qr>span svg:last-child{position:absolute;right:24px;bottom:24px;width:23px;height:23px;stroke-width:2.4}.feature-card-report{border-color:#f2a62238}.feature-card-report>span{color:#f59e0b;background:linear-gradient(145deg,#fff8e6,#ffe8ae);box-shadow:0 16px 34px #f59e0b24}.feature-card-affiliate{border-color:#2563eb2e}.feature-card-affiliate>span{color:#2563eb;background:linear-gradient(145deg,#eff6ff,#dceafe);box-shadow:0 16px 34px #2563eb1f}.feature-card-certified{border-color:#16a34a2e}.feature-card-certified>span{color:#22c55e;background:linear-gradient(145deg,#ecfdf3,#d7f8e3);box-shadow:0 16px 34px #22c55e1f}.marketplace-feature-tile:hover{box-shadow:0 22px 48px #50281417;transform:translateY(-2px)}@media(max-width:680px){.marketplace-feature-tile{grid-template-columns:82px minmax(0,1fr);min-height:132px;padding:24px}.marketplace-feature-tile>span{width:72px;height:72px;border-radius:20px}}.marketplace-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:center;min-height:104px;padding:20px 22px;border:1px solid rgba(230,80,40,.08);border-radius:0;background:#fffdfaeb;box-shadow:none}.marketplace-feature-tile{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;min-height:56px;align-items:center;gap:3px 12px;border:0;border-radius:0;padding:10px 12px;background:transparent;box-shadow:none;text-decoration:none;transform:none}.marketplace-feature-tile>span{display:flex;width:42px;height:42px;grid-row:1 / 3;align-items:center;justify-content:center;border-radius:13px;box-shadow:none}.marketplace-feature-tile>span svg,.feature-card-qr>span svg:first-child,.feature-card-qr>span svg:last-child{position:static;width:22px;height:22px;stroke-width:2}.marketplace-feature-tile strong,.marketplace-feature-tile small{display:block}.marketplace-feature-tile strong{align-self:auto;margin:0;color:#111827;font-size:14.5px;font-weight:700;line-height:1.15;white-space:nowrap}.marketplace-feature-tile small{align-self:auto;color:#4b5563;font-size:12.5px;line-height:1.25;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-card-qr>span{color:#d71920;background:linear-gradient(145deg,#fff1f2,#ffe5e7)}.feature-card-report>span{color:#f59e0b;background:linear-gradient(145deg,#fff8e7,#ffefc7)}.feature-card-affiliate>span{color:#2563eb;background:linear-gradient(145deg,#eff6ff,#e0edff)}.feature-card-certified>span{color:#059669;background:linear-gradient(145deg,#ecfdf5,#dcfce7)}.marketplace-feature-tile:hover{background:#fffdfa;box-shadow:0 12px 30px #50281414;transform:translateY(-1px)}.feature-card-qr:hover strong{color:#d71920}.feature-card-report:hover strong{color:#f59e0b}.feature-card-affiliate:hover strong{color:#2563eb}.feature-card-certified:hover strong{color:#059669}@media(max-width:1100px){.marketplace-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.marketplace-feature-grid{grid-template-columns:1fr;padding:16px}}.marketplace-featured-category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.marketplace-featured-category-grid .empty-state{grid-column:1 / -1}@media(max-width:1100px){.marketplace-featured-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.marketplace-featured-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:981px){:root{--marketplace-shell-width: min(1224px, calc(100vw - 64px) )}.site-container,.content-area{width:min(1260px,calc(100% - 40px))}.marketplace-header .top-strip,.marketplace-header .main-header,.marketplace-nav-bar,.marketplace-home,.content-area:has(.marketplace-home),.marketplace-footer .footer-main-card{width:var(--marketplace-shell-width);max-width:1224px}.content-area:has(.marketplace-home),.marketplace-home{max-width:1224px}.marketplace-home{gap:24px}.home-page{gap:32px}.marketplace-header{padding-top:12px}.marketplace-header .top-strip-inner{min-height:36px;padding:0 18px}.marketplace-header .top-strip-inner>span:first-child,.marketplace-header .top-links,.marketplace-header .top-links a,.marketplace-header .top-links span{min-height:36px;font-size:11px}.marketplace-header .top-strip-inner>span:first-child svg,.marketplace-header .top-links svg{width:15px;height:15px}.marketplace-header .main-header{margin-top:12px;border-radius:13px}.marketplace-header .main-header-inner{grid-template-columns:182px minmax(280px,1fr) auto auto;min-height:86px;gap:14px;padding:0 14px}.marketplace-logo{width:178px;min-width:178px}.marketplace-logo-crop{height:63px}.marketplace-search{grid-template-columns:29px minmax(0,1fr) 85px;min-height:44px;padding:0 5px 0 13px}.marketplace-search-icon{width:29px;height:44px}.marketplace-search-icon svg{width:18px;height:18px}.marketplace-search input{height:44px;font-size:11px}.marketplace-search button{width:85px;height:35px;gap:5px;font-size:11px}.marketplace-search button svg{width:14px;height:14px}.marketplace-quick-actions{gap:7px}.marketplace-quick-actions a,.marketplace-header .cart-icon-button{width:45px;min-height:45px;border-radius:9px}.marketplace-quick-actions svg,.marketplace-header .cart-icon-svg,.marketplace-header .cart-icon-button>svg{width:19px;height:19px}.marketplace-quick-actions a span,.marketplace-header .cart-icon-button:after{font-size:9px}.marketplace-header .cart-icon-button>span{top:-6px;right:-4px;width:15px;min-width:15px;height:15px;font-size:9px}.marketplace-header .header-actions{gap:9px}.marketplace-header .login-link-button,.marketplace-header .avatar-button{grid-template-columns:31px minmax(0,1fr) 12px;min-width:104px;min-height:45px;gap:6px;padding:0 10px;border-radius:10px}.account-avatar{width:31px;height:31px}.account-copy strong{font-size:10px}.account-copy small{font-size:9px}.marketplace-header .login-link-button>svg{width:12px;height:12px}.marketplace-nav-bar{margin-top:12px;border-radius:15px}.marketplace-nav-bar:before{border-radius:15px 15px 0 0}.marketplace-nav-bar .mobile-nav{min-height:51px;padding:0 14px}.marketplace-nav-bar .nav-link{min-height:51px;padding-right:16px;padding-left:16px;font-size:12px}.marketplace-nav-bar .nav-link svg{width:15px;height:15px}.marketplace-category-dropdown .category-trigger,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link:hover,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link.active{width:188px;min-width:188px;min-height:34px;padding-right:14px;padding-left:14px;font-size:12px}.marketplace-category-dropdown .category-trigger svg,.marketplace-nav-bar .marketplace-category-dropdown .category-trigger.nav-link svg{width:14px;height:14px}.marketplace-category-dropdown .category-trigger svg:last-child{width:13px;height:13px}.marketplace-category-dropdown-menu{top:calc(50% + 16px);width:188px}.marketplace-category-dropdown-menu a{min-height:31px;padding:0 12px;font-size:.8rem}.marketplace-section-head{min-height:52px;padding:0 16px}.marketplace-product-strip,.marketplace-product-grid{gap:12px;padding:14px}.marketplace-product-card{gap:6px;padding:9px}.marketplace-product-thumb{min-height:136px;height:136px}.marketplace-feature-grid{gap:12px;min-height:94px;padding:18px 20px}.marketplace-feature-tile{grid-template-columns:38px minmax(0,1fr);min-height:50px;gap:3px 10px;padding:9px 10px}.marketplace-feature-tile>span{width:38px;height:38px;border-radius:12px}.marketplace-feature-tile>span svg{width:20px;height:20px}.marketplace-feature-tile strong{font-size:.9rem}.marketplace-feature-tile small{font-size:.74rem}.marketplace-footer{padding:16px 0}.marketplace-footer .footer-main-card{padding:34px 34px 22px;border-radius:25px}.marketplace-footer .footer-grid{min-height:205px;gap:24px}.footer-brand-column img{width:252px;margin-bottom:12px}.marketplace-footer .footer-grid h4{gap:12px;margin-bottom:19px;font-size:1.18rem}.marketplace-footer .footer-grid h4 svg{width:25px;height:25px}.marketplace-footer .footer-grid p,.marketplace-footer .footer-grid a{font-size:.94rem;line-height:1.55}.marketplace-footer .footer-grid a{min-height:31px}.marketplace-footer .footer-grid a svg{width:17px;height:17px}.footer-brand-column{padding-right:36px}.footer-link-column,.footer-support-column{padding-left:36px}.footer-brand-column p{margin-bottom:18px}.footer-socials{gap:12px}.marketplace-footer .footer-socials span{width:41px;height:41px;border-radius:11px}.marketplace-footer .footer-socials svg{width:23px;height:23px}.footer-support-column p{margin-bottom:14px}.footer-watermark{top:25px;right:18px;width:135px;height:135px}.footer-benefits{margin-top:26px;border-radius:21px}.footer-benefits-inner{padding:16px 12px}.footer-benefits-inner div{grid-template-columns:52px minmax(0,1fr);column-gap:16px;min-height:52px;padding:0 20px}.footer-benefits-inner span{width:47px;height:47px;border-radius:11px}.footer-benefits-inner span svg{width:25px;height:25px}.footer-benefits-inner strong{font-size:.96rem}.footer-benefits-inner small{font-size:.82rem}}.marketplace-mobile-menu-toggle,.marketplace-mobile-menu{display:none}@media(max-width:680px){.marketplace-header{padding:0;background:#fff}.marketplace-header .top-strip,.marketplace-nav-bar{display:none}.marketplace-header .main-header{width:100%;margin-top:0;border-radius:0;box-shadow:none}.marketplace-header .main-header-inner{display:grid;grid-template-columns:40px minmax(0,1fr) 58px;grid-template-areas:"menu brand actions" "search search search";gap:8px;width:100%;min-height:0;padding:6px 14px 12px}.marketplace-mobile-menu-toggle{grid-area:menu;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:0;padding:0;color:#111827;background:transparent}.marketplace-mobile-menu-toggle svg{width:24px;height:24px;stroke-width:2}.marketplace-logo{grid-area:brand;justify-self:center;width:62px;min-width:62px}.marketplace-logo-crop{height:42px}.marketplace-search{grid-area:search;grid-template-columns:34px minmax(0,1fr);min-height:38px;border:1px solid #f1f1f1;border-radius:10px;padding:0 12px;box-shadow:none}.marketplace-search-icon{display:grid;width:26px;height:38px;place-items:center}.marketplace-search-icon svg{width:18px;height:18px;color:#9ca3af}.marketplace-search input{height:38px;padding:0;font-size:.9rem}.marketplace-search input::placeholder{color:#9ca3af}.marketplace-search select,.marketplace-search button,.marketplace-quick-actions{display:none}.marketplace-header .header-actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:8px}.marketplace-header .profile-menu,.marketplace-header .login-link-button,.marketplace-header .avatar-button{display:none}.marketplace-header .cart-icon-button,.marketplace-header .avatar-button,.marketplace-header .login-link-button{width:34px;min-width:34px;min-height:34px;border-radius:999px;padding:0;color:#111827;background:transparent;box-shadow:none}.marketplace-header .cart-icon-button>svg,.marketplace-header .login-link-button>svg{width:21px;height:21px}.marketplace-header .cart-icon-button>span{top:-3px;right:-3px;width:16px;min-width:16px;height:16px;border-width:2px;font-size:10px}.account-avatar,.account-copy,.marketplace-header .login-link-button .account-copy,.marketplace-header .login-link-button>svg:last-child{display:none}.marketplace-header .login-link-button:before{content:"";width:21px;height:21px;border:2px solid currentColor;border-radius:999px;box-shadow:inset 0 -7px 0 -5px currentColor}.marketplace-mobile-menu{display:none;width:100%;background:#fff}.marketplace-mobile-menu.open{display:block}.marketplace-mobile-menu-panel{display:grid;gap:2px;width:calc(100% - 28px);margin:0 auto;padding:0 0 14px;background:#fff}.marketplace-mobile-menu-panel a,.marketplace-mobile-menu-panel span{display:flex;min-height:40px;align-items:center;border-radius:6px;padding:0 12px;color:#111827;text-decoration:none;font-size:.95rem;font-weight:500}.marketplace-mobile-menu-panel a.active{color:#b80f0f;background:#fff1f1}.marketplace-mobile-menu-divider{min-height:1px!important;margin:8px 0;padding:0!important;background:#eee}}.marketplace-auth-page{--auth-red: #d71920;--auth-red-dark: #a9080b;--auth-gold: #ffd76a;--auth-warm: #fdfbf8;color:#1f2937;background:radial-gradient(circle at 50% 0%,rgba(255,215,106,.16),transparent 34%),var(--auth-warm)}.marketplace-auth-content,.marketplace-auth-content.compact{width:min(1224px,calc(100vw - 64px));padding:30px 0 26px}.marketplace-auth-box{position:relative;overflow:hidden;width:min(520px,100%);min-height:0;border:1px solid rgba(230,80,40,.14);border-radius:24px;padding:38px 42px 34px;background:radial-gradient(circle at 100% 0%,rgba(255,215,106,.18),transparent 30%),#fffdfa;box-shadow:0 18px 48px #78281414;text-align:left}.marketplace-auth-box:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--auth-red-dark),var(--auth-red),var(--auth-gold))}.marketplace-auth-box h1{width:100%;color:#111827;font-size:1.62rem;font-weight:800;line-height:1.2}.marketplace-auth-box p{width:100%;margin:10px 0 24px;color:#6b7280;font-size:.94rem;line-height:1.65}.marketplace-auth-form{width:100%;gap:14px;border:0;padding:0}.marketplace-auth-form input:not([type=checkbox]){min-height:46px;border:1px solid rgba(120,40,20,.14);border-radius:12px;padding:0 16px;color:#111827;background:#fff;box-shadow:inset 0 1px #ffffffd1}.marketplace-auth-form input:not([type=checkbox])::placeholder{color:#9ca3af}.marketplace-auth-form input:focus{border-color:#d71920b8;box-shadow:0 0 0 3px #d7192014}.auth-field{position:relative;display:flex;align-items:center;min-height:46px;border:1px solid rgba(120,40,20,.14);border-radius:12px;background:#fff;color:#9ca3af;box-shadow:0 1px #11182708;transition:border-color .18s ease,box-shadow .18s ease}.auth-field:focus-within{border-color:#d71920b8;box-shadow:0 0 0 3px #d7192014}.auth-field-icon{display:grid;place-items:center;flex:0 0 44px;color:#a3a3a3}.auth-field input:not([type=checkbox]){min-height:44px;width:100%;border:0;border-radius:12px;padding:0 14px 0 0;background:transparent;box-shadow:none}.auth-field input:focus{border-color:transparent;box-shadow:none}.auth-register-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.marketplace-auth-options{align-items:center;color:#6b7280;font-size:.86rem}.marketplace-auth-options button,.marketplace-auth-switch button{color:var(--auth-red);font-weight:700}.acf-auth-stage{position:relative;min-height:680px;padding:54px 20px 70px;background:radial-gradient(circle at 18% 18%,rgba(255,214,102,.35),transparent 28%),linear-gradient(135deg,#8f1115,#c9151d 48%,#f59e0b);overflow:hidden}.acf-auth-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 100%),linear-gradient(0deg,rgba(255,255,255,.05) 0 1px,transparent 1px 100%);background-size:42px 42px;opacity:.45}.acf-auth-panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:center;gap:46px;width:min(1120px,100%);margin:0 auto}.acf-auth-copy{color:#fff}.acf-auth-kicker{display:inline-flex;align-items:center;min-height:30px;border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:0 14px;background:#ffffff1f;font-size:.82rem;font-weight:800}.acf-auth-copy h2{max-width:620px;margin:18px 0 14px;color:#fff;font-size:clamp(2.1rem,5vw,4.35rem);line-height:1.04;font-weight:900}.acf-auth-copy p{max-width:540px;color:#ffffffe0;font-size:1.04rem;line-height:1.75}.acf-auth-trust-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.acf-auth-trust-grid span{border-radius:999px;padding:10px 14px;background:#ffffff29;color:#fff;font-size:.86rem;font-weight:800}.acf-auth-card{width:min(100%,430px);border:0;border-radius:18px;padding:28px;background:#fff;box-shadow:0 18px 44px #3c0a0c1f}.acf-auth-card:before{display:none}.acf-auth-brand{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:18px}.acf-auth-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#c9151d,#f59e0b);color:#fff;font-weight:900}.acf-auth-brand strong{display:block;color:#111827;font-size:1.02rem}.acf-auth-brand small{display:block;margin-top:2px;color:#6b7280;font-size:.78rem;font-weight:700}.acf-auth-card h1{width:100%;margin:0;color:#111827;font-size:1.8rem}.acf-auth-card p{margin:8px 0 18px}.acf-auth-google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:46px;border:1px solid rgba(120,40,20,.16);border-radius:12px;background:#fff;color:#1f2937;font-weight:900;cursor:pointer}.acf-auth-google-icon{width:24px;height:24px;flex:0 0 24px}.acf-auth-google:disabled{cursor:not-allowed;opacity:.65}.acf-auth-divider{display:flex;align-items:center;gap:12px;width:100%;margin:16px 0;color:#9ca3af;font-size:.78rem;font-weight:800;text-transform:uppercase}.acf-auth-divider:before,.acf-auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.marketplace-auth-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.marketplace-auth-methods button,.marketplace-auth-otp-row button{min-height:42px;border:1px solid rgba(120,40,20,.14);border-radius:12px;background:#fff;color:#6b7280;font-weight:800;cursor:pointer}.marketplace-auth-methods button.active{border-color:#d7192080;background:#fff1f2;color:var(--auth-red)}.auth-otp-panel{display:grid;gap:12px;border:1px solid rgba(215,25,32,.14);border-radius:14px;padding:16px;background:linear-gradient(180deg,#fff7f7,#fff)}.auth-otp-panel strong{color:#111827;font-size:1.02rem}.auth-otp-panel>span{color:#6b7280;font-size:.88rem;line-height:1.5}.auth-otp-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.auth-otp-actions button{min-height:40px;border:1px solid rgba(120,40,20,.14);border-radius:12px;background:#fff;color:#6b7280;font-weight:800;cursor:pointer}.auth-otp-actions button:last-child{border-color:#d7192052;color:var(--auth-red)}.marketplace-auth-otp-row{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:8px;align-items:stretch}.marketplace-auth-otp-row button{min-height:46px;border-color:#d7192066;background:linear-gradient(135deg,#ff4d4f,#d71920);color:#fff;box-shadow:0 10px 22px #d7192033}.marketplace-auth-otp-row button:disabled{cursor:not-allowed;opacity:.65}@media(max-width:820px){.acf-auth-stage{min-height:auto;padding:28px 14px 44px}.acf-auth-panel{grid-template-columns:1fr;gap:22px}.acf-auth-copy h2{font-size:2.2rem}.acf-auth-copy p{font-size:.95rem}.acf-auth-card{padding:22px 16px}.acf-auth-trust-grid{margin-top:18px}.marketplace-auth-otp-row,.auth-register-grid{grid-template-columns:1fr}}.marketplace-auth-submit{min-height:46px;border-radius:12px;background:radial-gradient(circle at 28% 10%,rgba(255,255,255,.28),transparent 24%),linear-gradient(135deg,#ff321c,#d70d05);box-shadow:0 12px 28px #d7192038;font-size:.9rem;font-weight:800;text-transform:none}.marketplace-auth-submit:disabled{box-shadow:none}.marketplace-auth-switch{width:100%;margin-top:18px;color:#6b7280;font-size:.9rem;text-align:center}.marketplace-auth-page .marketplace-footer{padding-top:10px}@media(max-width:680px){.marketplace-auth-content,.marketplace-auth-content.compact{width:calc(100% - 20px);padding:18px 0}.marketplace-auth-box{border-radius:18px;padding:30px 20px 26px}.marketplace-auth-box h1{font-size:1.34rem}.marketplace-auth-box p{margin-bottom:20px;font-size:.88rem}.marketplace-auth-options{align-items:flex-start;flex-direction:column;gap:10px}}.marketplace-featured-categories-section{overflow:hidden;border:1px solid rgba(230,80,40,.12);border-radius:20px;background:radial-gradient(circle at 96% 0%,rgba(255,215,106,.2),transparent 28%),linear-gradient(180deg,#fffdfa,#fff8f2);box-shadow:0 16px 38px #7828140f}.marketplace-featured-categories-section .marketplace-section-head{min-height:60px;border-bottom:0;padding:0 22px;background:linear-gradient(90deg,rgba(215,25,32,.08),transparent 45%)}.marketplace-featured-categories-section .marketplace-section-head h2{color:#d71920;font-size:1.32rem;font-weight:900;letter-spacing:0}.marketplace-featured-categories-section .marketplace-section-head a{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;padding:0 12px;color:#d71920;background:#fff1f1;font-size:.9rem;font-weight:700}.marketplace-featured-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;border:0;padding:0 22px 22px;background:transparent}.marketplace-featured-category-grid .marketplace-category-tile{position:relative;overflow:hidden;min-height:118px;place-items:stretch;align-content:space-between;gap:14px;border:1px solid rgba(230,80,40,.12);border-radius:16px;padding:18px;color:#111827;background:radial-gradient(circle at 100% 0%,rgba(255,215,106,.22),transparent 34%),#fff;text-align:left;box-shadow:0 10px 24px #7828140d;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.marketplace-featured-category-grid .marketplace-category-tile:after{content:"";position:absolute;right:-18px;bottom:-22px;width:78px;height:78px;border-radius:999px;background:linear-gradient(145deg,#d7192014,#ffd76a29)}.marketplace-featured-category-grid .marketplace-category-tile span{position:relative;z-index:1;display:inline-grid;width:34px;height:34px;place-items:center;border-radius:11px;color:#d71920;background:#fff1f1;font-size:.82rem;font-weight:900}.marketplace-featured-category-grid .marketplace-category-tile strong{position:relative;z-index:1;max-width:88%;font-size:1rem;font-weight:800;line-height:1.35}.marketplace-featured-category-grid .marketplace-category-tile:hover{border-color:#d7192047;color:#d71920;background:#fffdfa;box-shadow:0 16px 34px #78281417;transform:translateY(-2px)}@media(max-width:1100px){.marketplace-featured-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.marketplace-featured-categories-section{border-radius:16px}.marketplace-featured-categories-section .marketplace-section-head{min-height:54px;padding:0 16px}.marketplace-featured-categories-section .marketplace-section-head h2{font-size:1.05rem}.marketplace-featured-categories-section .marketplace-section-head a{min-height:30px;padding:0 10px;font-size:.8rem}.marketplace-featured-category-grid{grid-template-columns:1fr;gap:10px;padding:0 14px 16px}.marketplace-featured-category-grid .marketplace-category-tile{min-height:86px;gap:10px;padding:14px}}@media(max-width:680px){.marketplace-header .header-actions{gap:10px}.marketplace-header .cart-menu{width:auto}.marketplace-header .cart-icon-button{display:grid;width:48px;min-width:48px;min-height:54px;grid-template-columns:1fr;grid-template-rows:27px auto;align-content:center;justify-items:center;gap:2px;border-radius:13px;padding:4px 0;color:#9e170d;background:transparent}.marketplace-header .cart-icon-button>svg{width:27px;height:27px;stroke-width:2.2}.marketplace-header .cart-icon-button:after{content:"Giỏ hàng";display:block;color:#9e170d;font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.marketplace-header .cart-icon-button>span{top:0;right:8px;width:17px;min-width:17px;height:17px;border:2px solid #ffffff;font-size:10px}.marketplace-header .avatar-button,.marketplace-header .login-link-button{width:42px;min-width:42px;min-height:42px;border:1px solid rgba(120,40,20,.18);background:linear-gradient(145deg,#fff8d7,#ffd76a);box-shadow:0 4px 10px #7828141f}.marketplace-bottom-nav{right:10px;bottom:10px;left:10px;grid-template-columns:repeat(5,minmax(0,1fr));min-height:66px;border:1px solid rgba(120,40,20,.1);border-radius:18px;padding:8px 8px 7px;background:#fffdfaf5;box-shadow:0 -4px 22px #1f29371f}.marketplace-bottom-nav a{align-content:center;gap:4px;min-width:0;color:#6b7280;font-size:10px;font-weight:800;line-height:1.1}.marketplace-bottom-nav b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-bottom-nav span{width:30px;height:30px;border:1px solid rgba(31,41,55,.06);border-radius:11px;color:#4b5563;background:#f7f7f7}.marketplace-bottom-nav span svg{width:16px;height:16px;stroke-width:2.2}.marketplace-bottom-nav a.active,.marketplace-bottom-nav a:hover{color:#d71920}.marketplace-bottom-nav a.active span,.marketplace-bottom-nav a:hover span{color:#fff;border-color:transparent;background:linear-gradient(135deg,#ff321c,#d70d05);box-shadow:0 8px 18px #d7192033}.marketplace-bottom-nav .scan-action{transform:translateY(-8px)}.marketplace-bottom-nav .scan-action span{width:42px;height:42px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#ff321c,#d70d05);box-shadow:0 10px 22px #d7192047}.marketplace-bottom-nav .scan-action span svg{width:21px;height:21px}}.catalog-page{width:min(1240px,calc(100% - 32px));background:#f5f5f5}.catalog-sort-bar{display:flex;min-height:36px;align-items:center;gap:9px;margin-left:auto;padding:0;background:transparent}.catalog-sort-bar span{margin-right:2px;color:#333;font-size:14px;line-height:1;white-space:nowrap}.catalog-sort-bar button,.catalog-sort-bar select{height:36px;min-height:36px;border:1px solid #eeeeee;border-radius:2px;padding:0 16px;color:#222;background:#fff;font:inherit;font-size:14px;line-height:1}.catalog-sort-bar button.active{border-color:#ee4d2d;color:#fff;background:#ee4d2d}.catalog-sort-bar select{width:200px;min-width:0;flex:0 0 200px;margin-left:0;margin-right:16px;padding-right:36px}.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.catalog-sidebar{border:0;position:static;box-shadow:none;background:transparent}.catalog-sidebar h3{margin:16px 0 8px;color:#222;font-size:.95rem;font-weight:800;text-transform:none}.catalog-sidebar h3:first-child{margin-top:-9px}.catalog-sidebar label,.catalog-price-filter{display:grid;gap:8px;margin:0 0 14px;color:#222;font-size:.86rem}.catalog-sidebar input,.catalog-sidebar select{width:100%;min-height:34px;border:1px solid #d8d8d8;border-radius:2px;padding:0 9px;background:#fff;font:inherit}.catalog-price-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-rating-filter{display:grid;gap:8px;border:0;margin:0 0 14px;padding:0}.catalog-rating-filter>span{color:#222;font-size:.86rem;font-weight:400}.catalog-sidebar .catalog-rating-filter button{display:inline-flex;width:fit-content;min-height:22px;align-items:center;gap:3px;border:0;padding:0;color:#222;background:transparent;box-shadow:none;font:inherit;font-size:14px;text-align:left}.catalog-sidebar .catalog-rating-filter button:hover,.catalog-sidebar .catalog-rating-filter button.active{color:#222;background:transparent}.catalog-sidebar .catalog-rating-filter button span{color:#ffb000;font-size:16px;letter-spacing:0;line-height:1}.catalog-sidebar .catalog-rating-filter button small{color:#333;font-size:14px;line-height:1}.catalog-sidebar .catalog-rating-filter button.active small,.catalog-sidebar .catalog-rating-filter button:hover small{color:#ee4d2d}.catalog-clear-filters{width:100%;min-height:38px;margin-top:4px;color:#fff;background:#ee4d2d}.catalog-result-head{min-height:36px;align-items:center}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.catalog-card{position:relative;display:flex;flex-direction:column;gap:6px;border:1px solid #eeeeee;border-radius:2px;padding:0 0 10px;box-shadow:none;transition:border-color .14s ease,transform .14s ease}.catalog-card:hover{border-color:#ee4d2d;transform:translateY(-1px)}.catalog-thumb{display:block;overflow:hidden;aspect-ratio:1 / 1;width:100%;min-height:0;height:auto;border-radius:2px 2px 0 0}.catalog-thumb img{width:100%;height:100%;display:block;object-fit:cover}.product-stock-badge{display:none}.catalog-title,.catalog-card p,.catalog-price,.catalog-price-row,.catalog-minimum,.catalog-card-actions,.stock-line{margin-right:8px;margin-left:8px}.catalog-title{display:-webkit-box;min-height:40px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.92rem;line-height:1.35}.catalog-price{color:#ee4d2d;font-size:1rem;font-weight:500}.catalog-price-row{display:flex;min-height:30px;align-items:center;justify-content:space-between;gap:8px}.catalog-favorite-button{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:0;border-radius:999px;color:#999;background:transparent;cursor:pointer}.catalog-favorite-button svg{width:18px;height:18px;stroke-width:2.2}.catalog-favorite-button:hover,.catalog-favorite-button.active{color:#ee4d2d;background:#fff1ec}.catalog-favorite-button.active svg{fill:currentColor}.catalog-card .stock-line{display:flex;min-height:24px;align-items:center;justify-content:space-between;gap:8px}.catalog-card .stock-line span{width:auto;height:auto;border:0;border-radius:0;padding:0;color:#f5a400;background:transparent;font-size:.78rem}.catalog-card .stock-line small{color:#333;font-size:.78rem;white-space:nowrap}.catalog-card-actions{display:none}.catalog-pagination{display:flex;min-height:44px;align-items:center;justify-content:flex-end;gap:10px;margin-top:8px}.catalog-pagination button{min-width:76px;min-height:36px;border:1px solid #dddddd;border-radius:2px;color:#222;background:#fff;font:inherit}.catalog-pagination button:not(:disabled):hover{border-color:#ee4d2d;color:#ee4d2d}.catalog-pagination button:disabled{color:#b8b8b8;cursor:not-allowed}.catalog-pagination span{min-width:54px;color:#ee4d2d;text-align:center;font-size:.9rem}@media(max-width:1100px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static;display:grid;overflow:visible}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.catalog-sort-bar{overflow-x:auto;padding:10px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-thumb{min-height:150px;height:150px}}.marketplace-product-recommendations-section .marketplace-section-head{min-height:62px;border-bottom:1px solid rgba(230,80,40,.1);padding:0 22px;background:linear-gradient(90deg,rgba(215,25,32,.06),transparent 48%),#fff}.marketplace-product-recommendations-section .marketplace-section-head h2{color:#d71920;font-size:1.28rem;font-weight:850;letter-spacing:0}.marketplace-product-recommendations-section .marketplace-section-head a{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;padding:0 12px;color:#d71920;background:#fff1f1;font-size:.9rem;font-weight:700}.marketplace-featured-category-grid .marketplace-category-tile{grid-template-columns:minmax(0,1fr) 54px;grid-template-rows:auto 1fr;align-items:center}.marketplace-featured-category-grid .marketplace-category-tile span{grid-column:1}.marketplace-featured-category-grid .marketplace-category-tile strong{grid-column:1;align-self:end;font-weight:600}.marketplace-featured-category-grid .marketplace-category-tile:before{content:"🛍";position:relative;z-index:1;grid-column:2;grid-row:1 / 3;display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:linear-gradient(145deg,#fff1f1,#fff8d7);font-size:27px;box-shadow:inset 0 1px #ffffffe6}.marketplace-featured-category-grid .marketplace-category-tile:nth-of-type(2):before{content:"💄"}.marketplace-featured-category-grid .marketplace-category-tile:nth-of-type(3):before{content:"🥬"}.marketplace-featured-category-grid .marketplace-category-tile:nth-of-type(4):before{content:"🏠"}.marketplace-featured-category-grid .marketplace-category-tile:nth-of-type(5):before{content:"📦"}.marketplace-featured-category-grid .marketplace-category-tile:nth-of-type(6):before{content:"🛡"}@media(max-width:680px){.marketplace-product-recommendations-section .marketplace-section-head{min-height:54px;padding:0 16px}.marketplace-product-recommendations-section .marketplace-section-head h2{font-size:1.05rem}.marketplace-product-recommendations-section .marketplace-section-head a{min-height:30px;padding:0 10px;font-size:.8rem}.marketplace-featured-category-grid .marketplace-category-tile{grid-template-columns:minmax(0,1fr) 46px}.marketplace-featured-category-grid .marketplace-category-tile:before{width:44px;height:44px;border-radius:14px;font-size:23px}}@media(max-width:680px){.marketplace-footer{padding:14px 0 88px}.marketplace-footer .footer-main-card{width:calc(100% - 16px);border-radius:24px;padding:28px 20px 22px}.marketplace-footer .footer-grid{gap:28px}.footer-brand-column{display:grid;justify-items:start;padding:0}.footer-brand-column img{width:min(230px,72vw);margin:0 auto 16px;justify-self:center}.footer-brand-column p{max-width:none;margin:0 0 20px;color:#111827;font-size:.98rem;line-height:1.7;text-align:left}.footer-socials{justify-content:flex-start;gap:12px;margin-top:0}.marketplace-footer .footer-socials span{width:46px;height:46px;border-radius:12px}.footer-link-column,.footer-support-column{padding:0;border-left:0}.marketplace-footer .footer-grid h4{margin-bottom:16px;font-size:1.18rem}}.marketplace-profile-page.dashboard-layout{background:#f6f6f6}.marketplace-profile-page.dashboard-layout .marketplace-profile-layout{grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.marketplace-profile-page.dashboard-layout .marketplace-profile-sidebar{display:grid;gap:16px;border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none}.marketplace-profile-page.dashboard-layout .marketplace-profile-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;min-height:82px;padding:16px;border:1px solid #e4e4e4;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0f172a0f}.marketplace-profile-page.dashboard-layout .marketplace-profile-avatar-frame,.marketplace-profile-page.dashboard-layout .marketplace-profile-avatar-placeholder{width:48px;height:48px;border:0;border-radius:999px;color:#fff;background:#cf2028}.marketplace-profile-page.dashboard-layout .marketplace-profile-avatar-placeholder svg{width:30px;height:30px;stroke-width:2}.marketplace-profile-page.dashboard-layout .marketplace-profile-card-copy strong{color:#111;font-size:.98rem;font-weight:800}.marketplace-profile-page.dashboard-layout .marketplace-profile-card-copy small{color:#666;font-size:.84rem}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav{overflow:hidden;border:1px solid #e4e4e4;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0f172a0d}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a,.marketplace-profile-page.dashboard-layout .marketplace-profile-logout{min-height:45px;padding:0 18px;border:0;border-bottom:1px solid #f0f0f0;border-radius:0;color:#232323;background:#fff;font-size:.95rem;font-weight:500}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a span,.marketplace-profile-page.dashboard-layout .marketplace-profile-logout span{width:20px;height:20px;color:#4d4d4d;background:transparent}.marketplace-profile-page.dashboard-layout .marketplace-nav-group.active>a,.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a:hover{color:#c82027;background:#fff1f1;font-weight:800}.marketplace-profile-page.dashboard-layout .marketplace-nav-group.active>a span,.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a:hover span{color:#c82027}.marketplace-profile-page.dashboard-layout .marketplace-profile-logout{color:#ff3150}.marketplace-profile-page.dashboard-layout .marketplace-profile-main,.account-tab-panel,.account-tab-stack{display:grid;gap:14px}.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid #e7e7e7;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0f172a0a}.account-section-head h1,.account-section-head p{margin:0}.account-section-head h1{color:#151515;font-size:1.25rem;font-weight:800}.account-section-head p{margin-top:5px;color:#707070;font-size:.92rem;line-height:1.45}.account-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-card{display:grid;gap:14px;padding:18px;border:1px solid #e7e7e7;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0f172a0a}.account-card-head{display:flex;align-items:center;gap:10px;color:#151515;font-size:1rem;font-weight:800}.account-card-head>span,.account-list-row>span,.account-empty-state>span{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:8px;color:#c82027;background:#fff1f1}.account-card-head svg,.account-list-row svg,.account-empty-state svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.account-card-body{display:grid;gap:12px;color:#333}.account-card-body small{color:#777;font-size:.88rem;line-height:1.45}.account-balance{color:#c82027;font-size:1.8rem;line-height:1}.account-good{color:#16803c}.account-inline-link,.account-empty-state a,.account-empty-state button,.account-action-button{display:inline-flex;width:fit-content;min-height:36px;align-items:center;justify-content:center;border:1px solid #c82027;border-radius:6px;padding:0 14px;color:#c82027;background:#fff;font-size:.9rem;font-weight:800;text-decoration:none}.account-action-button,.account-empty-state button{color:#fff;background:#c82027}.account-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-field{display:grid;gap:4px;min-height:58px;padding:12px;border:1px solid #eeeeee;border-radius:8px;background:#fafafa}.account-field span{color:#777;font-size:.8rem}.account-field strong{min-width:0;overflow-wrap:anywhere;color:#1d1d1f;font-size:.94rem}.account-empty-state{display:grid;justify-items:center;gap:9px;padding:28px 18px;border:1px dashed #dedede;border-radius:8px;color:#555;background:#fbfbfb;text-align:center}.account-empty-state strong{color:#222;font-size:1rem}.account-empty-state p{max-width:420px;margin:0;color:#777;font-size:.9rem;line-height:1.5}.account-list-row,.account-setting-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eeeeee}.account-list-row:last-child,.account-setting-row:last-child{border-bottom:0}.account-list-row div,.account-setting-row span{display:grid;gap:4px}.account-list-row a{min-height:34px;border-radius:6px;padding:8px 12px;color:#c82027;background:#fff1f1;font-size:.86rem;font-weight:800;text-decoration:none}.account-setting-row{grid-template-columns:minmax(0,1fr) auto;cursor:pointer}.account-setting-row input{width:18px;height:18px;accent-color:#c82027}.marketplace-profile-page.dashboard-layout .marketplace-account-order-steps{gap:10px}.marketplace-profile-page.dashboard-layout .marketplace-account-order-steps a{min-height:86px;border:1px solid #eeeeee;border-radius:8px;background:#fafafa}.marketplace-profile-page.dashboard-layout .marketplace-address-dashboard-list article{border-radius:8px;box-shadow:none}@media(max-width:760px){.marketplace-profile-page.dashboard-layout .marketplace-profile-layout,.account-summary-grid,.account-field-grid{grid-template-columns:1fr}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav{max-height:none}.account-section-head,.marketplace-address-book-head.account-section-head{display:grid;align-items:stretch;padding:16px}.account-list-row{grid-template-columns:auto minmax(0,1fr)}.account-list-row a{grid-column:2;width:fit-content}}.community-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 56px}.community-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;padding:26px 0 22px;border-bottom:1px solid rgba(148,163,184,.24)}.community-eyebrow,.community-hero-stats,.community-post-type-tabs,.community-post-actions,.community-post-counts{display:flex;align-items:center}.community-eyebrow{width:fit-content;gap:8px;color:#9f1239;font-size:.88rem;font-weight:700;text-transform:uppercase}.community-hero h1{margin:10px 0 8px;color:#18181b;font-size:2rem;line-height:1.15}.community-hero p{max-width:680px;margin:0;color:#52525b}.community-hero-stats{gap:10px}.community-hero-stats span{min-width:94px;padding:10px 12px;border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#fff;color:#52525b;font-size:.78rem}.community-hero-stats strong{display:block;color:#111827;font-size:1.15rem}.community-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start;padding-top:22px}.community-main-column,.community-side-column,.community-feed{display:grid;gap:16px}.community-composer,.community-post,.community-side-column section{border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff}.community-composer,.community-post{padding:18px}.community-composer-head,.community-post header{display:flex;gap:12px;align-items:center}.community-avatar{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:50%;background:#991b1b;color:#fff;font-weight:800}.community-composer h2,.community-section-title h2,.community-side-column h2,.community-post h3{margin:0;color:#18181b}.community-composer p,.community-post header p,.community-side-column p,.community-side-column li,.community-post-counts,.community-composer-actions span{margin:0;color:#64748b;font-size:.9rem}.community-post-type-tabs{gap:8px;margin:16px 0 12px;flex-wrap:wrap}.community-post-type-tabs button,.community-post-actions button,.community-comment-form button{border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#fff;color:#334155;cursor:pointer;font:inherit}.community-post-type-tabs button{padding:8px 12px}.community-post-type-tabs button.active,.community-post-actions button.active{border-color:#b91c1c;background:#fef2f2;color:#991b1b;font-weight:700}.community-composer textarea,.community-offer-picker select,.community-comment-form input{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#fff;color:#111827;font:inherit}.community-composer textarea{min-height:108px;padding:12px;resize:vertical}.community-offer-picker{display:grid;gap:8px;margin-top:12px}.community-offer-picker label{color:#334155;font-size:.88rem;font-weight:700}.community-offer-picker select,.community-comment-form input{height:42px;padding:0 12px}.community-selected-offer,.community-shareable-products a,.community-post-offer{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none}.community-selected-offer{padding:10px;border:1px solid rgba(245,158,11,.38);border-radius:8px;background:#fffbeb}.community-selected-offer img,.community-shareable-products img{width:46px;height:46px;border-radius:8px;object-fit:cover}.community-selected-offer strong,.community-shareable-products strong{display:block;color:#18181b;font-size:.9rem}.community-selected-offer small,.community-shareable-products small{color:#b91c1c;font-weight:700}.community-composer-actions,.community-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.community-post-body{margin:16px 0;color:#18181b;line-height:1.6;white-space:pre-wrap}.community-post-offer{width:fit-content;margin-bottom:14px;padding:8px 10px;border-radius:8px;background:#f8fafc;color:#9f1239;font-weight:700}.community-post-counts{justify-content:space-between;padding:10px 0;border-top:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.2)}.community-post-actions{gap:8px;padding-top:10px}.community-post-actions button{display:inline-flex;min-height:38px;flex:1;align-items:center;justify-content:center;gap:7px}.community-comments{display:grid;gap:10px;margin-top:14px}.community-comment{display:grid;gap:3px;padding:9px 10px;border-radius:8px;background:#f8fafc}.community-comment strong{color:#334155;font-size:.84rem}.community-comment span{color:#18181b;font-size:.92rem}.community-comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.community-comment-form button{min-width:64px;padding:0 14px;font-weight:700}.community-side-column section{padding:16px}.community-side-column ul,.community-shareable-products{display:grid;gap:10px;padding:0;margin:12px 0 0;list-style:none}.community-side-column li{display:flex;gap:8px;align-items:flex-start}.community-shareable-products a{padding:8px;border-radius:8px;background:#f8fafc}@media(max-width:920px){.community-hero,.community-shell{grid-template-columns:1fr}.community-hero-stats{overflow-x:auto}.community-side-column{grid-template-columns:1fr}}@media(max-width:640px){.community-page{width:min(100% - 20px,1180px);padding-bottom:84px}.community-hero h1{font-size:1.55rem}.community-composer,.community-post,.community-side-column section{padding:14px}.community-composer-actions,.community-section-title,.community-post-counts{align-items:stretch;flex-direction:column}.community-post-actions{display:grid;grid-template-columns:1fr}}.shop-dashboard-layout{display:grid;grid-template-columns:226px minmax(0,1fr);gap:0;align-items:stretch;max-width:1180px;margin:0 auto;min-height:720px;padding:22px 22px 22px 18px;border-radius:28px;background:radial-gradient(circle at 0 0,rgba(255,69,47,.12),transparent 34%),linear-gradient(135deg,#fff8f5,#fffdfb 48%,#fff6f1);box-shadow:0 30px 80px #491a0e24}.seller-dashboard-sidebar{display:flex;flex-direction:column;gap:26px;padding:10px 14px 18px 6px}.seller-dashboard-logo{display:flex;align-items:center;gap:9px;padding:4px 8px 10px;color:#ef1f1b}.seller-dashboard-logo span{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:10px;background:linear-gradient(135deg,#ff4a2e,#ef1717);color:#fff;font-size:11px;font-weight:900;box-shadow:0 8px 18px #ef1f1b47}.seller-dashboard-logo strong{font-size:20px;font-weight:900;letter-spacing:0}.seller-dashboard-nav{display:grid;gap:9px}.seller-dashboard-nav button{display:flex;align-items:center;gap:13px;width:100%;min-height:46px;padding:0 15px;border:0;border-radius:10px;background:transparent;color:#171717;font-size:14px;font-weight:800;text-align:left;cursor:pointer}.seller-dashboard-nav button svg{width:17px;height:17px;stroke-width:2.2}.seller-dashboard-nav button.active{background:linear-gradient(135deg,#ff5a42,#ed1717 68%,#d90909);color:#fff;box-shadow:0 14px 25px #eb171747}.shop-main-panel{min-width:0}.seller-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 2px 24px}.seller-dashboard-header h1{margin:0;color:#111;font-size:28px;font-weight:900;letter-spacing:0}.seller-dashboard-actions{display:flex;align-items:center;gap:14px}.seller-dashboard-actions>button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;color:#1c1715;cursor:pointer}.seller-dashboard-actions>button>span:not(:only-child){position:absolute;top:3px;right:5px;width:8px;height:8px;border:2px solid #fff8f5;border-radius:999px;background:#f01818}.seller-dashboard-actions .seller-dashboard-account{gap:8px;width:auto;min-width:138px;padding:0 2px;border-radius:999px;color:#1b1715;font-size:13px;font-weight:900}.seller-dashboard-account span{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#f4e3d9;color:#5a3226}.seller-dashboard-overview{display:grid;gap:22px}.seller-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.seller-stat-card,.seller-chart-card,.seller-list-card{border:1px solid rgba(255,255,255,.72);border-radius:16px;background:#ffffffe0;box-shadow:0 18px 42px #5d210e17}.seller-stat-card{min-height:138px;padding:23px 22px}.seller-stat-card span,.seller-stat-card small{display:block;color:#514742;font-size:13px;font-weight:800}.seller-stat-card strong{display:block;margin:14px 0 13px;color:#080808;font-size:28px;line-height:1;font-weight:950}.seller-stat-card b{color:#078d35;font-weight:950}.seller-chart-card{padding:18px 22px 16px}.seller-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.seller-card-head h2{margin:0;color:#111;font-size:17px;font-weight:950}.seller-card-head button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid #f2e2dc;border-radius:9px;background:#fff;color:#161616;font-size:13px;font-weight:900;cursor:pointer}.seller-chart-canvas{height:238px}.seller-chart-canvas svg{width:100%;height:100%;overflow:visible}.seller-chart-grid line{stroke:#efe4df;stroke-width:1}.seller-chart-axis text{fill:#6d625e;font-size:12px;font-weight:800}.seller-chart-area{fill:url(#sellerRevenueFill)}.seller-chart-line{fill:none;stroke:#ff2721;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.seller-chart-canvas circle{fill:#ff2721;stroke:#fff;stroke-width:2}.seller-dashboard-bottom{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:20px}.seller-list-card{min-height:218px;padding:20px 22px 18px}.seller-order-mini-list{display:grid;gap:17px;margin:22px 0 18px}.seller-order-mini-list div{display:grid;grid-template-columns:120px minmax(90px,1fr) 96px 108px;align-items:center;gap:10px;color:#201b18;font-size:13px;font-weight:800}.seller-order-mini-list strong,.seller-order-mini-list b{color:#111;font-weight:950}.seller-order-mini-list span{color:#3d3530}.seller-order-mini-list em{justify-self:end;min-width:86px;padding:6px 9px;border-radius:999px;font-size:11px;font-style:normal;font-weight:950;text-align:center}.seller-order-mini-list em.pending{background:#ffe7de;color:#f12a1f}.seller-order-mini-list em.shipping{background:#ffe5dd;color:#ec2118}.seller-order-mini-list em.done{background:#e7f7e7;color:#178d35}.seller-text-link{border:0!important;background:transparent!important;color:#fa1818!important;font-size:13px!important;font-weight:950!important;cursor:pointer}.seller-product-mini-list{display:grid;gap:16px;margin-top:18px}.seller-product-mini-list div{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px}.seller-product-mini-list span{display:inline-grid;width:44px;height:44px;place-items:center;overflow:hidden;border-radius:10px;background:#fff0e8;color:#d01b15}.seller-product-mini-list img{width:100%;height:100%;object-fit:cover}.seller-product-mini-list strong{min-width:0;overflow:hidden;color:#161616;font-size:14px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.seller-product-mini-list small{color:#7b6d67;font-size:13px;font-weight:800;white-space:nowrap}.seller-dashboard-placeholder{min-height:320px;display:grid;place-items:center;text-align:center}.seller-dashboard-placeholder div{max-width:380px}.seller-dashboard-placeholder span{display:inline-grid;width:54px;height:54px;place-items:center;border-radius:16px;background:#fff0e8;color:#ef1f1b}.seller-dashboard-placeholder h2{margin:16px 0 8px;color:#111;font-size:22px;font-weight:950}.seller-dashboard-placeholder p{margin:0;color:#6f625c;font-size:14px;font-weight:750}.seller-revenue-page{display:grid;gap:20px}.seller-revenue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:0}.seller-revenue-toolbar h2{margin:0 0 6px;color:#111;font-size:20px;font-weight:950}.seller-revenue-toolbar p{margin:0;color:#6f625c;font-size:14px;font-weight:750}.seller-revenue-filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.seller-revenue-filters label{display:grid;gap:6px;color:#584d48;font-size:12px;font-weight:900}.seller-revenue-filters input{min-height:38px;padding:0 11px;border:1px solid #f0ded7;border-radius:10px;background:#fff;color:#171717;font-size:13px;font-weight:850}.seller-export-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:0;border-radius:10px;background:linear-gradient(135deg,#ff5a42,#ed1717);color:#fff;font-size:13px;font-weight:950;cursor:pointer;box-shadow:0 12px 22px #eb171738}.seller-export-button:disabled{cursor:not-allowed;opacity:.48}.seller-revenue-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.seller-revenue-table-card{min-height:0}.seller-revenue-table{display:grid;gap:8px;overflow-x:auto}.seller-revenue-table-head,.seller-revenue-table button{display:grid;grid-template-columns:130px 150px minmax(150px,1fr) 130px 138px;align-items:center;gap:12px;min-width:760px}.seller-revenue-table-head{padding:0 12px 8px;color:#776a64;font-size:12px;font-weight:950}.seller-revenue-table button{min-height:52px;padding:0 12px;border:1px solid #f6e7e1;border-radius:12px;background:#fff;color:#26201d;font-size:13px;font-weight:850;text-align:left;cursor:pointer}.seller-revenue-table strong,.seller-revenue-table b{color:#111;font-weight:950}.seller-revenue-table em{width:fit-content;padding:6px 9px;border-radius:999px;background:#fff0e8;color:#ed1717;font-size:11px;font-style:normal;font-weight:950}@media(max-width:960px){.shop-dashboard-layout{grid-template-columns:1fr;padding:16px;border-radius:20px}.seller-dashboard-sidebar{padding:0}.seller-dashboard-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-dashboard-nav button{justify-content:center;min-height:42px;padding:0 10px}.seller-dashboard-nav button span{display:none}.seller-stat-grid,.seller-dashboard-bottom,.seller-revenue-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-revenue-toolbar{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.seller-dashboard-header,.seller-dashboard-bottom{grid-template-columns:1fr}.seller-dashboard-header{align-items:flex-start;flex-direction:column}.seller-stat-grid,.seller-revenue-summary,.seller-order-mini-list div,.seller-product-mini-list div{grid-template-columns:1fr}.seller-order-mini-list em{justify-self:start}}.marketplace-profile-page.dashboard-layout{background:#fafafa}.marketplace-profile-page.dashboard-layout .marketplace-profile-layout{width:min(1280px,calc(100% - 32px));grid-template-columns:260px minmax(0,1fr);gap:24px}.marketplace-profile-page.dashboard-layout .marketplace-profile-card{min-height:82px;margin-bottom:0;border-color:#e5e5e5;border-radius:12px;box-shadow:0 1px 2px #0000000d}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav{border-color:#e5e5e5;border-radius:12px;box-shadow:0 1px 2px #0000000d}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a,.marketplace-profile-page.dashboard-layout .marketplace-profile-logout{min-height:45px;gap:12px;padding:12px 16px;color:#404040;font-size:14px;font-weight:400}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a span,.marketplace-profile-page.dashboard-layout .marketplace-profile-logout span{width:18px;height:18px;flex:0 0 18px}.marketplace-profile-page.dashboard-layout .marketplace-profile-nav svg,.marketplace-profile-page.dashboard-layout .marketplace-profile-logout svg,.account-card svg,.account-empty-state svg,.account-action-button svg,.account-secondary-button svg{width:18px;height:18px;stroke-width:2}.marketplace-profile-page.dashboard-layout .marketplace-nav-group.active>a,.marketplace-profile-page.dashboard-layout .marketplace-profile-nav a:hover{color:#991b1b;background:#fef2f2;font-weight:600}.account-home-hero,.account-wallet-card,.account-loyalty-card{overflow:hidden;border:1px solid #e5e5e5;border-radius:12px;padding:24px;color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444 55%,#d97706);box-shadow:0 1px 2px #0000000d}.account-home-hero h1,.account-home-hero p{margin:0}.account-home-hero h1{font-size:28px;line-height:1.2;font-weight:800}.account-home-hero p{margin-top:8px;color:#ffffffdb;font-size:15px}.account-page-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-page-head h1{margin:0;color:#171717;font-size:24px;line-height:1.33;font-weight:700}.account-tabs{display:flex;overflow-x:auto;border-bottom:1px solid #e5e5e5}.account-tabs button{min-height:42px;border:0;border-bottom:2px solid transparent;padding:10px 16px;color:#525252;background:transparent;font-size:14px;font-weight:500;white-space:nowrap}.account-tabs button.active{color:#b91c1c;border-bottom-color:#dc2626}.account-card{border-color:#e5e5e5;border-radius:12px;padding:0;gap:0;box-shadow:0 1px 2px #0000000d}.account-card-head{justify-content:space-between;min-height:63px;padding:12px 20px;border-bottom:1px solid #e5e5e5}.account-card-head>div:first-child{display:flex;align-items:center;gap:10px}.account-card-head>div:first-child>span{color:#b91c1c}.account-card-body{padding:20px}.account-action-button,.account-inline-link,.account-secondary-button{gap:8px;min-height:40px;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}.account-secondary-button{display:inline-flex;width:fit-content;align-items:center;justify-content:center;border:1px solid #d4d4d4;color:#404040;background:#fff;text-decoration:none}.account-wallet-card,.account-loyalty-card{display:grid;gap:20px}.account-wallet-head{display:flex;justify-content:space-between;gap:16px}.account-wallet-head>div,.account-loyalty-card>div:first-child{display:grid;gap:4px}.account-wallet-head span,.account-loyalty-card span{display:inline-flex;align-items:center;gap:8px;color:#ffffffd1;font-size:14px}.account-wallet-head small,.account-loyalty-card small{color:#ffffffb8;font-size:12px}.account-wallet-head strong,.account-loyalty-card strong{font-size:36px;line-height:1.12;font-weight:800}.account-wallet-head b{color:#ffffffd9;font-size:16px}.account-wallet-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.account-wallet-actions button{min-height:54px;border:0;border-radius:8px;color:#fff;background:#ffffff26;font-size:14px;font-weight:600}.account-loyalty-card{background:linear-gradient(135deg,#d4d4d4,#737373)}.account-loyalty-card strong em{font-size:14px;font-style:normal}.account-progress-row{display:flex;justify-content:space-between;color:#fff;font-size:12px}.account-progress{height:8px;overflow:hidden;border-radius:999px;background:#ffffff38}.account-progress span{display:block;height:100%;border-radius:inherit;background:#fff}.account-summary-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.account-summary-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.account-metric,.account-dashboard-tile{display:grid;gap:4px;min-height:86px;border:1px solid #e5e5e5;border-radius:12px;padding:16px;background:#fff;box-shadow:0 1px 2px #0000000d;text-decoration:none}.account-metric span,.account-dashboard-tile span{display:inline-flex;align-items:center;gap:8px;color:#737373;font-size:12px}.account-metric strong,.account-dashboard-tile strong{color:#171717;font-size:24px;font-weight:800}.account-metric.red strong,.account-dashboard-tile:nth-child(1) strong,.account-dashboard-tile:nth-child(2) strong{color:#b91c1c}.account-metric.gold strong{color:#d97706}.account-metric.violet strong{color:#7c3aed}.account-metric.green strong{color:#16a34a}.account-dashboard-tile small{color:#b91c1c;font-size:13px}.account-benefit-list{display:grid;gap:10px;margin:0;padding-left:18px;color:#404040;font-size:14px}.account-voucher-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-voucher-card{position:relative;display:flex;overflow:hidden;min-height:149px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d}.account-voucher-card>div{display:grid;width:112px;flex:0 0 112px;place-items:center;padding:12px;color:#fff;background:linear-gradient(135deg,#10b981,#047857);text-align:center}.account-voucher-card>div strong{font-size:18px;line-height:1.1}.account-voucher-card section{display:grid;flex:1;gap:4px;padding:12px}.account-voucher-card h3{margin:0;font-size:14px}.account-voucher-card small{color:#737373;font-size:11px}.account-voucher-card footer{display:flex;justify-content:space-between;align-items:center}.account-voucher-card footer button{border:0;border-radius:6px;padding:4px 8px;color:#b91c1c;background:#fef2f2;font-size:11px;font-weight:700}.account-product-suggest{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.account-product-suggest article{display:grid;gap:6px;min-width:0}.account-product-suggest article>div{display:grid;aspect-ratio:1;place-items:center;border-radius:8px;color:#b91c1c;background:#f5f5f5;font-size:32px;font-weight:800}.account-product-suggest strong{overflow:hidden;color:#171717;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.account-product-suggest b{color:#dc2626;font-size:14px}.account-chat-shell,.account-support-shell,.account-settings-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px}.account-chat-list,.account-chat-pane,.account-support-list,.account-support-side,.account-settings-tabs{border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d}.account-chat-list,.account-support-list,.account-support-side,.account-settings-tabs{padding:16px}.account-chat-list h1,.account-support-list h1{margin:0 0 16px;font-size:24px}.account-chat-pane{display:grid;min-height:380px;place-items:center;padding:20px}.account-support-side{display:grid;align-content:start;gap:10px}.account-support-side h3{margin:0 0 4px;color:#737373;font-size:12px}.account-support-side a{border-radius:8px;padding:10px 12px;color:#404040;background:#fafafa;font-size:14px;text-decoration:none}.account-chat-shell{grid-template-columns:320px minmax(0,1fr);min-height:720px;gap:0;overflow:hidden}.account-chat-list,.account-chat-pane{border-radius:0;box-shadow:none}.account-chat-list{display:grid;grid-template-rows:auto auto minmax(0,1fr);padding:0}.account-chat-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 14px 12px}.account-chat-list-head h1{margin:0;font-size:20px;line-height:1.2}.account-chat-live{border:1px solid #e5e5e5;border-radius:999px;padding:4px 8px;color:#737373;font-size:12px;font-weight:700}.account-chat-live.on{border-color:#16a34a47;color:#15803d;background:#f0fdf4}.account-chat-search{display:flex;align-items:center;gap:8px;margin:0 12px 12px;border:1px solid #eeeeee;border-radius:12px;padding:0 12px;color:#a3a3a3;background:#fff}.account-chat-search svg{width:18px;height:18px}.account-chat-search input{min-width:0;min-height:42px;width:100%;border:0;color:#171717;background:transparent;font-size:14px;outline:0}.account-chat-thread-list{overflow:auto;border-top:1px solid #eeeeee}.account-chat-thread{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;width:100%;border:0;border-bottom:1px solid #f1f1f1;padding:14px;color:#171717;background:#fff;text-align:left}.account-chat-thread:hover,.account-chat-thread.active{background:#fff1f1}.account-chat-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;color:#fff;background:#d71920;font-size:14px;font-weight:800}.account-chat-avatar.mark{color:#0f4c81;background:#eef6ff}.account-chat-thread span:last-child{display:grid;min-width:0;gap:2px}.account-chat-thread strong,.account-chat-thread small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-chat-thread strong{font-size:14px}.account-chat-thread small,.account-chat-thread em{color:#737373;font-size:12px;font-style:normal}.account-chat-pane{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:720px;padding:0;background:#fafafa}.account-chat-header{display:grid;grid-template-columns:48px minmax(0,1fr) 36px 36px;gap:12px;align-items:center;border-bottom:1px solid #e5e5e5;padding:16px;background:#fff}.account-chat-header div{display:grid;gap:3px}.account-chat-header strong{overflow:hidden;color:#111827;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.account-chat-header small{color:#737373;font-size:12px}.account-chat-header button,.account-chat-composer button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;color:#404040;background:transparent}.account-chat-header button:hover,.account-chat-composer button:hover{background:#f5f5f5}.account-chat-header svg,.account-chat-composer svg{width:18px;height:18px}.account-chat-messages{display:flex;overflow:auto;flex-direction:column;gap:10px;padding:16px}.account-chat-message{display:flex;justify-content:flex-start}.account-chat-message.own{justify-content:flex-end}.account-chat-message div{max-width:min(560px,78%);border:1px solid #e5e5e5;border-radius:4px 14px 14px;padding:10px 12px;color:#171717;background:#fff;box-shadow:0 1px 1px #0000000a}.account-chat-message.own div{border-color:#dc26262e;border-top-left-radius:14px;border-top-right-radius:4px;color:#fff;background:#d71920}.account-chat-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.account-chat-message small{display:block;margin-top:6px;color:#737373;font-size:12px}.account-chat-message.own small{color:#ffffffc7}.account-chat-typing{align-self:flex-start;border-radius:999px;padding:7px 11px;color:#737373;background:#fff;font-size:13px}.account-chat-composer{display:grid;grid-template-columns:36px 36px minmax(0,1fr) 44px;gap:8px;align-items:center;border-top:1px solid #e5e5e5;padding:12px;background:#fff}.account-chat-composer input{min-width:0;min-height:40px;border:1px solid #e5e5e5;border-radius:999px;padding:0 16px;font-size:14px;outline:0}.account-chat-composer input:focus{border-color:#d71920;box-shadow:0 0 0 3px #d719201a}.account-chat-composer button[type=submit]{width:44px;height:44px;color:#fff;background:#d71920}.account-chat-composer button[type=submit]:disabled{cursor:not-allowed;color:#fff;background:#d4d4d4}.account-chat-empty{display:grid;align-content:center;justify-items:center;gap:8px;min-height:180px;padding:20px;color:#737373;text-align:center}.account-chat-empty.center{min-height:100%}.account-chat-empty svg{width:32px;height:32px;color:#d71920}.account-chat-empty strong{color:#171717}.account-chat-empty p{max-width:420px;margin:0}.account-chat-empty.error{color:#b91c1c}.account-filter-row{display:grid;grid-template-columns:minmax(0,1fr) 180px auto;gap:12px}.account-filter-row label{display:flex;align-items:center;gap:8px;border:1px solid #d4d4d4;border-radius:8px;padding:0 12px;background:#fff}.account-filter-row input,.account-filter-row select{min-height:40px;width:100%;border:0;background:transparent;font-size:14px}.account-filter-row select{border:1px solid #d4d4d4;border-radius:8px;padding:0 12px;background:#fff}.account-settings-tabs{display:grid;gap:4px}.account-settings-tabs button{border:0;border-radius:8px;padding:11px 12px;color:#404040;background:transparent;text-align:left;font-size:14px}.account-settings-tabs button.active{color:#b91c1c;background:#fef2f2;font-weight:700}.account-settings-profile{display:flex;align-items:center;gap:12px}.account-settings-profile>span{display:grid;width:48px;height:48px;place-items:center;border-radius:999px;color:#fff;background:#dc2626;font-weight:800}.account-settings-profile div{display:grid;gap:2px}.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-form-grid label{display:grid;gap:6px}.account-form-grid span{color:#404040;font-size:13px;font-weight:600}.account-form-grid input{min-height:40px;border:1px solid #d4d4d4;border-radius:8px;padding:0 12px;background:#fff}@media(max-width:900px){.account-summary-grid.three,.account-summary-grid.four,.account-voucher-grid,.account-product-suggest,.account-chat-shell,.account-support-shell,.account-settings-shell,.account-filter-row,.account-form-grid{grid-template-columns:1fr}.account-wallet-head,.account-page-head{display:grid}}.marketplace-orders-account-page{background:#fafafa}.marketplace-orders-account-page .marketplace-profile-layout{width:min(1166px,calc(100% - 38px));grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.marketplace-orders-simple-main{display:grid;gap:14px;min-width:0}.marketplace-orders-account-page .marketplace-profile-card,.marketplace-orders-account-page .marketplace-profile-nav,.marketplace-buyer-order-tabs,.marketplace-simple-order-card{border:1px solid #e5e5e5;background:#fff;box-shadow:0 1px 5px #1113180f}.marketplace-buyer-order-tabs{overflow:hidden;border-radius:0}.marketplace-buyer-order-tabs .marketplace-panel-title{display:flex;min-height:47px;align-items:center;gap:12px;border-bottom:1px solid #e5e5e5;padding:0 18px;color:#e49a43;font-size:15px;font-weight:800;line-height:1.2;text-transform:uppercase}.marketplace-order-title-icon{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:999px;color:#fff;background:#16a05d}.marketplace-order-title-icon svg{width:16px;height:16px;stroke-width:2.2}.marketplace-order-tab-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow-x:auto}.marketplace-order-tab-row button{display:grid;min-height:46px;place-items:center;align-content:center;gap:1px;border:0;border-right:1px solid #eeeeee;border-bottom:2px solid transparent;padding:4px 10px;color:#111;background:#fff;font-size:14px;font-weight:800;line-height:1.1;text-align:center;text-transform:uppercase}.marketplace-order-tab-row button:last-child{border-right:0}.marketplace-order-tab-row button b{font:inherit}.marketplace-order-tab-row button.active{border-bottom-color:#e49a43;color:#e49a43;background:#fffaf4}.marketplace-simple-order-list{display:grid;gap:14px}.marketplace-simple-order-card{display:grid;overflow:hidden;border-radius:0}.marketplace-simple-order-card>header{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eeeeee;padding:0 16px}.marketplace-simple-order-card>header>div{display:flex;min-width:0;align-items:center;gap:10px}.marketplace-simple-order-card>header strong{min-width:0;color:#000;font-size:17px;font-weight:800;overflow-wrap:anywhere}.tiny-shop-logo{display:grid;width:23px;height:23px;flex:0 0 23px;place-items:center;border-radius:999px;color:#00a651;background:#eafff1;font-size:10px;font-weight:800}.marketplace-simple-order-card>header a{color:#e49a43;font-size:14px;text-decoration:underline;white-space:nowrap}.marketplace-order-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border-bottom:1px solid #eeeeee;padding:14px 84px;background:#fffdf9}.marketplace-order-progress span{position:relative;display:grid;min-height:50px;justify-items:center;gap:6px;color:#777;font-size:13px;line-height:1.2;text-align:center}.marketplace-order-progress span:after{content:"";position:absolute;top:14px;left:calc(50% + 18px);width:calc(100% - 36px);height:2px;background:#ddd}.marketplace-order-progress span:last-child:after{display:none}.marketplace-order-progress b{position:relative;z-index:1;display:grid;width:30px;height:30px;place-items:center;border-radius:999px;color:#777;background:#eee;font-size:13px;font-weight:800}.marketplace-order-progress span.active{color:#00a651;font-weight:700}.marketplace-order-progress span.active:after,.marketplace-order-progress span.active b{background:#00a651}.marketplace-order-progress span.active b{color:#fff}.marketplace-order-progress.stopped span:first-child{color:#db4444;font-weight:700}.marketplace-order-progress.stopped span:first-child b{color:#fff;background:#db4444}.marketplace-simple-order-table{display:grid;grid-template-columns:90px minmax(0,1fr) 110px 130px 130px;gap:18px;align-items:center;border-bottom:1px solid #eeeeee;padding:14px 16px 18px;background:#fff}.marketplace-simple-order-table>span:nth-child(-n+5){color:#000;font-size:14px;font-weight:800}.marketplace-simple-order-table strong{min-width:0;color:#000;font-size:17px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.marketplace-simple-order-table em{color:#e49a43;font-size:17px;font-style:normal}.marketplace-simple-thumb{display:grid;width:76px;height:76px;place-items:center;overflow:hidden;color:#fff;background:#e49a43;font-weight:800}.marketplace-simple-thumb img{width:100%;height:100%;object-fit:cover}.marketplace-simple-order-card>footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px 16px 20px}.marketplace-simple-order-card footer p{margin:0 0 9px;color:#e49a43;font-size:17px;line-height:1.15}.marketplace-simple-order-card footer p:first-child{color:#333}.marketplace-simple-order-card footer strong{color:#263238}.marketplace-simple-order-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.marketplace-simple-order-actions .danger-button,.marketplace-simple-order-actions .secondary-button,.marketplace-green-detail-button{min-height:42px;border-radius:3px;padding:0 20px;font-size:16px;font-weight:800}.marketplace-simple-order-actions .danger-button{border:1px solid #ffb3b3;color:#ff1f1f;background:#fff6f6}.marketplace-simple-order-actions .secondary-button{border:1px solid #d7d7d7;color:#111;background:#fff}.marketplace-green-detail-button{border:0;color:#fff;background:#00a651;text-transform:uppercase}.marketplace-order-empty-state{min-height:298px;place-items:center;align-content:center;gap:10px;padding:56px 18px;text-align:center}.marketplace-order-empty-state>span{display:grid;width:48px;height:48px;place-items:center;color:#cfcfcf}.marketplace-order-empty-state svg{width:44px;height:44px;stroke-width:1.8}.marketplace-order-empty-state h2{margin:0;color:#000;font-size:18px;font-weight:800}.marketplace-order-empty-state p{margin:0;color:#666;font-size:14px}.marketplace-order-empty-state a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;margin-top:8px;border-radius:6px;padding:0 18px;color:#fff;background:#e3342f;font-size:14px;font-weight:800;text-decoration:none}@media(max-width:900px){.marketplace-orders-account-page.dashboard-layout .marketplace-profile-layout,.marketplace-profile-page.marketplace-orders-account-page.dashboard-layout .marketplace-profile-layout{width:min(100% - 24px,1180px);grid-template-columns:1fr}.marketplace-order-tab-row{display:flex}.marketplace-order-tab-row button{flex:0 0 132px;font-size:12px}.marketplace-order-progress{grid-template-columns:repeat(4,minmax(74px,1fr));overflow-x:auto;padding:12px}.marketplace-simple-order-table{grid-template-columns:68px minmax(0,1fr);gap:10px;padding:12px}.marketplace-simple-order-table>span:nth-child(-n+5){display:none}.marketplace-simple-order-table em{font-size:14px}.marketplace-simple-order-table em:nth-of-type(1):before{content:"Số lượng: ";color:#777}.marketplace-simple-order-table em:nth-of-type(2):before{content:"Đơn giá: ";color:#777}.marketplace-simple-order-table em:nth-of-type(3):before{content:"Tổng: ";color:#777}.marketplace-simple-thumb{width:64px;height:64px;grid-row:span 4}.marketplace-simple-order-card>header,.marketplace-simple-order-card>footer{grid-template-columns:1fr;align-items:stretch;padding:12px}.marketplace-simple-order-card>header{display:grid}.marketplace-simple-order-card>header a{width:fit-content}.marketplace-simple-order-actions{justify-content:stretch}.marketplace-simple-order-actions button{width:100%}}.marketplace-orders-account-page.dashboard-layout{width:min(100% - 26px,1180px);max-width:none}.marketplace-orders-account-page.dashboard-layout .marketplace-profile-layout{width:100%;grid-template-columns:260px minmax(0,1fr);gap:52px}.marketplace-orders-account-page .marketplace-profile-sidebar{gap:16px}.marketplace-orders-account-page .marketplace-profile-card,.marketplace-orders-account-page .marketplace-profile-nav{border-color:#e5e5e5;border-radius:10px;box-shadow:0 1px 2px #0000000d}.marketplace-orders-account-page .marketplace-profile-card{min-height:82px;padding:16px}.marketplace-orders-simple-main{display:grid;align-content:start;gap:16px;min-width:0}.marketplace-orders-simple-main>h1{margin:10px 0 0;color:#050505;font-size:24px;font-weight:800;line-height:1.2}.marketplace-orders-search{display:flex;min-height:36px;align-items:center;gap:10px;border:1px solid #eeeeee;border-radius:8px;padding:0 14px;color:#a3a3a3;background:#fff;box-shadow:0 1px 2px #00000008}.marketplace-orders-search svg{width:18px;height:18px;flex:0 0 18px;stroke-width:2}.marketplace-orders-search input{width:100%;min-width:0;border:0;outline:0;color:#171717;background:transparent;font-size:14px}.marketplace-orders-search input::placeholder{color:#9ca3af}.marketplace-orders-simple-main .marketplace-buyer-order-tabs{border:0;border-bottom:1px solid #e5e5e5;border-radius:0;background:transparent;box-shadow:none}.marketplace-orders-simple-main .marketplace-order-tab-row{display:flex;gap:0;overflow-x:auto}.marketplace-orders-simple-main .marketplace-order-tab-row button{display:inline-flex;min-height:43px;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-bottom:2px solid transparent;padding:0 16px;color:#202124;background:transparent;font-size:15px;font-weight:400;line-height:1.2;text-align:center;text-transform:none}.marketplace-orders-simple-main .marketplace-order-tab-row button:first-child{padding-left:16px}.marketplace-orders-simple-main .marketplace-order-tab-row button.active{border-bottom-color:#e02020;color:#e02020;background:transparent;font-weight:500}.marketplace-orders-simple-main .marketplace-order-empty-state{min-height:298px;place-items:center;align-content:center;gap:8px;border:1px solid #e0e0e0;border-radius:10px;padding:52px 18px;background:#fff;box-shadow:0 1px 2px #0000000d;text-align:center}.marketplace-orders-simple-main .marketplace-order-empty-state>span{display:grid;width:54px;height:54px;place-items:center;color:#d0d0d0}.marketplace-orders-simple-main .marketplace-order-empty-state svg{width:44px;height:44px;stroke-width:1.8}.marketplace-orders-simple-main .marketplace-order-empty-state h2{margin:4px 0 0;color:#000;font-size:20px;font-weight:800;line-height:1.2}.marketplace-orders-simple-main .marketplace-order-empty-state p{margin:2px 0 12px;color:#6b7280;font-size:15px;line-height:1.4}.marketplace-orders-simple-main .marketplace-order-empty-state a{display:inline-flex;min-height:41px;align-items:center;justify-content:center;border-radius:7px;padding:0 17px;color:#fff;background:#e52b2b;font-size:14px;font-weight:800;text-decoration:none}@media(max-width:900px){.marketplace-orders-account-page.dashboard-layout .marketplace-profile-layout,.marketplace-profile-page.marketplace-orders-account-page.dashboard-layout .marketplace-profile-layout{width:min(100% - 24px,1180px);grid-template-columns:1fr;gap:16px}.marketplace-orders-simple-main>h1{margin-top:0;font-size:22px}.marketplace-orders-simple-main .marketplace-order-tab-row button{padding:0 14px;font-size:14px;white-space:nowrap}.marketplace-orders-simple-main .marketplace-order-empty-state{min-height:260px;padding:42px 16px}}.marketplace-orders-simple-main .marketplace-simple-order-list{gap:16px}.marketplace-orders-simple-main .marketplace-simple-order-card{overflow:hidden;border:1px solid #e6e6e6;border-radius:8px;background:#fff;box-shadow:0 2px 8px #1113180d}.marketplace-orders-simple-main .marketplace-simple-order-card>header{min-height:54px;padding:0 18px;background:#fff}.marketplace-orders-simple-main .marketplace-order-progress{padding:16px 76px 14px;background:#fffdf9}.marketplace-orders-simple-main .marketplace-simple-order-table{grid-template-columns:96px minmax(180px,1fr) 92px 120px 120px;gap:16px;padding:16px 18px 20px}.marketplace-orders-simple-main .marketplace-simple-thumb{width:76px;height:76px;border-radius:2px}.marketplace-orders-simple-main .marketplace-simple-order-table strong,.marketplace-orders-simple-main .marketplace-simple-order-table em{font-size:16px}.marketplace-orders-simple-main .marketplace-simple-order-card>footer{grid-template-columns:1fr;gap:14px;align-items:stretch;padding:16px 18px 20px;background:#fff}.marketplace-orders-simple-main .marketplace-simple-order-card>footer>div:first-child{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(180px,1fr);gap:8px 28px;align-items:start}.marketplace-orders-simple-main .marketplace-simple-order-card footer p{margin:0;color:#e58a2a;font-size:16px;line-height:1.35}.marketplace-orders-simple-main .marketplace-simple-order-card footer p:first-child{color:#30343b}.marketplace-orders-simple-main .marketplace-simple-order-card footer p:first-child strong{white-space:nowrap}.marketplace-orders-simple-main .marketplace-simple-order-card footer p:last-child{font-weight:700}.marketplace-orders-simple-main .marketplace-simple-order-actions{justify-content:flex-end;gap:10px}.marketplace-orders-simple-main .marketplace-simple-order-actions .danger-button,.marketplace-orders-simple-main .marketplace-simple-order-actions .secondary-button,.marketplace-orders-simple-main .marketplace-green-detail-button{min-width:112px;min-height:42px;border-radius:5px;padding:0 16px;font-size:15px;line-height:1}.marketplace-orders-simple-main .marketplace-simple-order-actions .danger-button{min-width:150px}.marketplace-orders-simple-main .marketplace-green-detail-button{min-width:204px}@media(max-width:900px){.marketplace-orders-simple-main .marketplace-order-progress{padding:12px}.marketplace-orders-simple-main .marketplace-simple-order-table{grid-template-columns:72px minmax(0,1fr);gap:10px 12px;padding:14px}.marketplace-orders-simple-main .marketplace-simple-order-card>footer>div:first-child{grid-template-columns:1fr;gap:7px}.marketplace-orders-simple-main .marketplace-simple-order-actions{justify-content:stretch}.marketplace-orders-simple-main .marketplace-simple-order-actions .danger-button,.marketplace-orders-simple-main .marketplace-simple-order-actions .secondary-button,.marketplace-orders-simple-main .marketplace-green-detail-button{width:100%;min-width:0}}.community-page{display:grid;width:100%;max-width:none;min-height:100vh;margin:0;padding:0;grid-template-columns:256px minmax(0,1fr);color:#171717;background:#fafafa}.community-dashboard-sidebar{position:sticky;top:0;display:flex;height:100vh;min-height:720px;flex-direction:column;gap:16px;border-right:1px solid #e5e5e5;padding:18px 14px;background:#fff}.community-back-link,.community-sidebar-footer a{color:#525252;font-size:13px;font-weight:700;text-decoration:none}.community-brand-block,.community-user-card,.community-dashboard-nav a,.community-sidebar-footer button,.community-dashboard-topbar,.community-card-head,.community-composer-actions,.community-post header,.community-post-counts,.community-post-actions,.community-comment-form,.community-profile-card{display:flex;align-items:center}.community-brand-block{gap:10px;padding:4px 4px 8px}.community-brand-mark,.community-avatar{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:999px;color:#fff;background:#16a34a;font-size:13px;font-weight:900}.community-brand-block strong,.community-user-card strong,.community-dashboard-topbar strong{display:block;color:#111827;font-size:15px;font-weight:700;line-height:1.25}.community-brand-block small,.community-user-card small,.community-dashboard-topbar small{display:block;max-width:170px;overflow:hidden;color:#737373;font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.community-user-card{gap:10px;border:1px solid #eeeeee;border-radius:12px;padding:10px;background:#fafafa}.community-user-card .community-avatar{background:#7c3aed}.community-dashboard-nav{display:grid;gap:4px}.community-dashboard-nav a,.community-sidebar-footer button{min-height:38px;gap:10px;border:0;border-radius:8px;padding:0 11px;color:#404040;background:transparent;font-size:14px;font-weight:400;text-align:left;text-decoration:none}.community-dashboard-nav a:hover,.community-sidebar-footer button:hover{background:#f5f5f5}.community-dashboard-nav a.active{color:#6d28d9;background:#f5f3ff;font-weight:600}.community-sidebar-footer{display:grid;gap:10px;margin-top:auto}.community-sidebar-footer button{width:100%;cursor:pointer}.community-sidebar-footer small{color:#a3a3a3;font-size:12px}.community-dashboard-main{min-width:0}.community-dashboard-topbar{position:sticky;top:0;z-index:2;min-height:64px;justify-content:space-between;gap:16px;border-bottom:1px solid #e5e5e5;padding:0 32px;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.community-dashboard-topbar>div:last-child{display:flex;align-items:center;gap:10px}.community-dashboard-topbar a,.community-icon-link{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border:1px solid #e5e5e5;border-radius:8px;padding:0 12px;color:#404040;background:#fff;font-size:13px;font-weight:500;text-decoration:none}.community-icon-link{width:36px;padding:0}.community-dashboard-content{width:min(100% - 48px,1120px);margin:0 auto;padding:24px 0 40px}.community-stack,.community-main-column,.community-side-column,.community-feed,.community-shareable-products,.community-settings-form,.community-trending-list,.community-aivy-panel,.community-aivy-chat{display:grid;gap:16px;min-width:0}.community-feed-layout,.community-live-layout,.community-aivy-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:28px;align-items:start}.community-dashboard-card,.community-page-head,.community-welcome{border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d}.community-dashboard-card{padding:18px}.community-page-head,.community-welcome{padding:24px}.community-welcome{min-height:150px;align-content:center}.community-eyebrow{color:#7c3aed;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.community-page-head h1,.community-welcome h1,.community-card-head h1,.community-aivy-panel h1{margin:4px 0 6px;color:#111;font-size:28px;font-weight:700;line-height:1.15}.community-page-head p,.community-welcome p,.community-dashboard-card p,.community-dashboard-card li,.community-card-head p,.community-post-counts,.community-comment span,.community-settings-form span,.community-muted-note{margin:0;color:#737373;font-size:14px;line-height:1.45}.community-stat-grid,.community-feature-grid,.community-metric-grid{display:grid;gap:16px}.community-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.community-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.community-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.community-shortcut-card{display:grid;min-height:128px;grid-template-rows:auto 1fr auto;gap:12px;color:inherit;text-decoration:none}.community-shortcut-card svg{color:#16a34a}.community-shortcut-card strong,.community-dashboard-card h2,.community-post h3,.community-product-card strong,.community-profile-card h2{margin:0;color:#111827;font-size:17px;font-weight:700;line-height:1.25}.community-shortcut-card small,.community-product-card small{display:block;color:#737373;font-size:13px;line-height:1.35}.community-shortcut-card b{color:#111;font-size:18px}.community-card-head{justify-content:space-between;gap:16px}.community-card-head a{color:#7c3aed;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.community-composer{gap:14px}.community-post-type-tabs,.community-tabs{display:flex;flex-wrap:wrap;gap:8px}.community-post-type-tabs button,.community-tabs button{min-height:36px;border:1px solid #e5e5e5;border-radius:8px;padding:0 13px;color:#404040;background:#fff;font-size:14px;font-weight:600;cursor:pointer}.community-post-type-tabs button.active,.community-tabs button.active{border-color:#ddd6fe;color:#6d28d9;background:#f5f3ff}.community-composer textarea,.community-comment-form input,.community-offer-picker select,.community-search-box input,.community-aivy-chat textarea,.community-settings-form input,.community-settings-form textarea{width:100%;min-width:0;border:1px solid #e5e5e5;border-radius:8px;padding:11px 12px;color:#171717;background:#fff;font:inherit;outline:0}.community-composer textarea:focus,.community-comment-form input:focus,.community-offer-picker select:focus,.community-search-box input:focus,.community-aivy-chat textarea:focus,.community-settings-form input:focus,.community-settings-form textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.community-offer-picker{display:grid;gap:7px;color:#404040;font-size:14px;font-weight:600}.community-composer-actions{justify-content:space-between;gap:14px}.community-composer-actions button,.community-premium-card button,.community-live-feature button,.community-settings-form button,.community-comment-form button,.community-aivy-chat label button{display:inline-flex;min-height:39px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:0 15px;color:#fff;background:#16a34a;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.community-section-title{display:flex;align-items:end;justify-content:space-between}.community-section-title h2{margin:0;color:#111;font-size:22px;font-weight:700}.community-post{gap:14px}.community-post header{gap:10px}.community-post header .community-avatar{background:#7c3aed}.community-post header p{margin:2px 0 0;color:#737373;font-size:13px}.community-post-body{margin:0;color:#222;font-size:15px;line-height:1.6;white-space:pre-line}.community-post-offer,.community-product-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #eeeeee;border-radius:10px;padding:8px;color:inherit;background:#fafafa;text-decoration:none}.community-post-offer img,.community-product-card img{width:56px;height:56px;border-radius:8px;object-fit:cover}.community-post-offer svg,.community-product-card svg{width:56px;height:56px;border-radius:8px;padding:14px;color:#16a34a;background:#ecfdf5}.community-post-counts{justify-content:space-between;border-top:1px solid #eeeeee;padding-top:10px}.community-post-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.community-post-actions button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;color:#525252;background:#f7f7f7;font-weight:600;cursor:pointer}.community-post-actions button.active{color:#dc2626;background:#fef2f2}.community-report-button,.community-comment button{display:inline-flex;width:fit-content;min-height:30px;align-items:center;gap:6px;border:0;border-radius:8px;padding:0 10px;color:#7f1d1d;background:#fef2f2;font-size:12px;font-weight:700;cursor:pointer}.community-comments{display:grid;gap:8px}.community-comment{display:grid;gap:2px;border-radius:8px;padding:9px 10px;background:#f7f7f7}.community-comment strong{color:#171717;font-size:13px}.community-comment-form{gap:8px}.community-comment-form button{background:#7c3aed}.community-premium-card{background:linear-gradient(180deg,#fffbeb,#fff)}.community-premium-card button{width:100%;margin-top:12px;color:#422006;background:#facc15}.community-side-column ul{display:grid;gap:8px;margin:10px 0 0;padding-left:18px}.community-empty-state{display:grid;min-height:160px;place-items:center;align-content:center;gap:8px;text-align:center}.community-community-tile{min-height:210px;align-content:start}.community-community-tile svg,.community-live-feature svg,.community-empty-state svg,.community-aivy-panel svg{color:#16a34a}.community-community-tile a{width:fit-content;margin-top:8px;color:#7c3aed;font-weight:600;text-decoration:none}.community-affiliate-head{background:linear-gradient(135deg,#fff,#f8fafc)}.community-metric-grid .community-dashboard-card{min-height:98px}.community-metric-grid small{color:#737373;font-size:12px;font-weight:600}.community-metric-grid strong{display:block;margin-top:10px;color:#111;font-size:22px;font-weight:700}.community-live-feature{min-height:320px;place-items:center;align-content:center;gap:10px;text-align:center}.community-live-page{display:grid;gap:0;margin:-24px -32px -40px}.community-live-hero{display:grid;grid-template-columns:minmax(0,1fr) 355px;gap:32px;align-items:start;border-bottom:1px solid #e5e5e5;padding:52px 32px 56px;background:#fff}.community-live-hero h1{margin:0 0 8px;color:#111827;font-size:30px;font-weight:700;line-height:1.18}.community-live-hero p,.community-live-feature-panel p,.community-live-empty-state p{margin:0;color:#737373;font-size:14px;line-height:1.5}.community-live-feature-panel{border:1px solid #e5e5e5;border-radius:12px;padding:20px;background:#fff;box-shadow:0 1px 2px #0000000d}.community-live-feature-panel h2{margin:0 0 8px;color:#111827;font-size:18px;font-weight:700}.community-live-feature-panel button{display:inline-flex;width:100%;min-height:42px;align-items:center;justify-content:center;margin-top:12px;border:1px solid #d4d4d4;border-radius:8px;padding:0 16px;color:#404040;background:#fff;font-size:14px;font-weight:600;box-shadow:0 1px 2px #0000000d}.community-live-results{display:grid;gap:20px;padding:20px 32px 48px}.community-live-filter-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.community-live-filter-row .community-search-box{width:320px;flex:0 0 320px;background:#fff}.community-live-empty-state{display:grid;min-height:238px;place-items:center;align-content:center;gap:8px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d;text-align:center}.community-live-empty-state svg{color:#d4d4d4}.community-live-empty-state h3{margin:4px 0 0;color:#111827;font-size:17px;font-weight:700}.community-tabs-vertical{margin-bottom:14px}.community-search-box{display:flex;min-height:40px;align-items:center;gap:8px;border:1px solid #e5e5e5;border-radius:8px;padding:0 10px}.community-search-box input{border:0;padding:0;box-shadow:none}.community-trending-list a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid #eeeeee;padding:12px 0;color:inherit;text-decoration:none}.community-trending-list a:last-child{border-bottom:0}.community-trending-list>a>b{color:#7c3aed;font-size:17px}.community-trending-list>a>span{color:#737373;font-size:13px;font-weight:800;white-space:nowrap}.community-aivy-layout{grid-template-columns:.82fr 1.18fr}.community-aivy-panel{min-height:430px;align-content:start}.community-aivy-panel ul{display:grid;gap:9px;margin:10px 0 0;padding-left:18px}.community-aivy-chat{min-height:520px;grid-template-rows:auto 1fr auto auto}.community-aivy-chat header{display:flex;align-items:center;justify-content:space-between}.community-aivy-chat header button{border:0;color:#dc2626;background:transparent;font-weight:800}.community-aivy-message{width:fit-content;max-width:78%;border-radius:12px;padding:12px 14px;color:#171717;background:#f5f5f5}.community-aivy-suggestions{display:flex;flex-wrap:wrap;gap:8px}.community-aivy-suggestions button{min-height:34px;border:1px solid #e5e5e5;border-radius:8px;padding:0 11px;background:#fff;font-weight:800}.community-aivy-chat label{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.community-aivy-chat label button:disabled{opacity:.5;cursor:not-allowed}.community-profile-card{gap:14px}.community-profile-card .community-avatar{width:64px;height:64px;flex-basis:64px;font-size:22px;background:#7c3aed}.community-profile-card a{color:#7c3aed;font-size:13px;font-weight:900;text-decoration:none}.community-settings-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.community-settings-tabs button{flex:0 0 auto}.community-settings-form{grid-template-columns:repeat(2,minmax(0,1fr))}.community-settings-form label{display:grid;gap:7px}.community-settings-form label:nth-of-type(4){grid-column:1 / -1}.community-settings-form button{width:fit-content}@media(max-width:1100px){.community-page{grid-template-columns:1fr}.community-dashboard-sidebar{position:static;height:auto;min-height:0;border-right:0;border-bottom:1px solid #e5e5e5}.community-dashboard-nav{display:flex;overflow-x:auto;padding-bottom:2px}.community-dashboard-nav a{flex:0 0 auto}.community-sidebar-footer{display:none}.community-stat-grid,.community-feature-grid,.community-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.community-feed-layout,.community-live-layout,.community-aivy-layout{grid-template-columns:1fr}}@media(max-width:720px){.community-page{min-height:100vh}.community-dashboard-sidebar{padding:14px 12px}.community-dashboard-topbar{padding:0 14px}.community-dashboard-topbar a:not(.community-icon-link){display:none}.community-dashboard-content{width:min(100% - 24px,1120px);padding:16px 0 88px}.community-page-head,.community-welcome,.community-dashboard-card{padding:16px}.community-page-head h1,.community-welcome h1,.community-card-head h1,.community-aivy-panel h1{font-size:23px}.community-stat-grid,.community-feature-grid,.community-metric-grid,.community-settings-form{grid-template-columns:1fr}.community-card-head,.community-composer-actions,.community-comment-form,.community-profile-card,.community-aivy-chat label{display:grid;grid-template-columns:1fr;align-items:stretch}.community-card-head a{white-space:normal}.community-post-actions{grid-template-columns:1fr}.community-trending-list a{grid-template-columns:34px minmax(0,1fr)}.community-trending-list>a>span{grid-column:2}.community-live-page{margin:-24px -16px -40px}.community-live-hero{grid-template-columns:1fr;gap:18px;padding:32px 16px}.community-live-hero h1{font-size:24px}.community-live-results{padding:20px 16px 48px}.community-live-filter-row{display:grid;grid-template-columns:1fr}.community-live-filter-row .community-search-box{width:100%;flex-basis:auto}}.community-mobile-topbar,.community-sidebar-close,.community-sidebar-overlay{display:none}.community-dashboard-sidebar{gap:0;min-height:0;padding:0}.community-back-link{display:inline-flex;width:fit-content;align-items:center;gap:6px;margin:16px 16px 8px;font-weight:500}.community-brand-block{align-items:flex-start;border-bottom:1px solid #f5f5f5;padding:0 16px 16px}.community-brand-block img,.community-mobile-brand img{width:auto;height:32px;object-fit:contain}.community-user-card{border:0;border-bottom:1px solid #f5f5f5;border-radius:0;margin:0;padding:16px;background:#fff}.community-user-card .community-avatar{color:#6d28d9;background:#ede9fe}.community-dashboard-nav{display:block;flex:1;overflow-y:auto;padding:8px}.community-dashboard-nav a{min-height:36px;margin-bottom:2px;gap:12px;padding:0 12px;font-weight:400;line-height:20px}.community-dashboard-nav a svg{width:16px;height:16px}.community-dashboard-nav a.active{font-weight:600}.community-sidebar-footer{border-top:1px solid #f5f5f5;margin-top:0;padding:12px}.community-sidebar-footer button{justify-content:center;border:1px solid #e5e5e5;font-size:12px;font-weight:500}.community-dashboard-topbar{min-height:56px;padding:0 32px}.community-dashboard-content{width:min(calc(100% - 64px),1380px);margin:0 32px}.community-welcome{overflow:hidden;border:0;border-radius:16px;padding:32px;color:#fff;background:linear-gradient(90deg,#7c3aed,#9333ea 52%,#4f46e5)}.community-welcome .community-eyebrow,.community-welcome h1,.community-welcome p{color:#fff}.community-welcome p{opacity:.9}.community-colored-icon{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;border-radius:12px;color:#fff}.community-colored-icon svg,.community-shortcut-card .community-colored-icon svg,.community-feature-card .community-colored-icon svg{color:#fff;stroke:currentColor}.community-colored-icon.violet{background:#8b5cf6}.community-colored-icon.blue{background:#2563eb}.community-colored-icon.emerald{background:#10b981}.community-colored-icon.rose{background:#f43f5e}.community-colored-icon.amber{background:#f59e0b}.community-colored-icon.sky{background:#0ea5e9}.community-colored-icon.indigo{background:#6366f1}.community-shortcut-card{min-height:120px;transition:transform .16s ease,box-shadow .16s ease}.community-shortcut-card:hover,.community-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #11182714}.community-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 324px;gap:24px;align-items:start}.community-overview-grid.compact{grid-template-columns:minmax(0,1fr) 324px}.community-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.community-panel-head h2,.community-panel-head h3{margin:0;color:#111827;font-size:18px;font-weight:700}.community-panel-head p{margin:2px 0 0;color:#737373;font-size:13px}.community-panel-head a,.community-live-empty a,.community-promo-card a{display:inline-flex;align-items:center;gap:4px;color:#7c3aed;font-size:12px;font-weight:700;text-decoration:none}.community-feature-panel{padding:18px}.community-feature-panel .community-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.community-feature-card{display:flex;min-height:98px;gap:12px;align-items:flex-start;border:1px solid #e5e5e5;border-radius:12px;padding:16px;color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.community-feature-card h3{margin:0 0 5px;color:#171717;font-size:15px;font-weight:700;line-height:1.25}.community-feature-card p{margin:0;color:#737373;font-size:13px;line-height:1.45}.community-live-strip{padding:18px}.community-live-empty{display:grid;min-height:150px;place-items:center;align-content:center;gap:10px;border-radius:12px;color:#737373;background:#fafafa;text-align:center}.community-live-empty svg{color:#d4d4d4}.community-overview-side{display:grid;gap:16px}.community-promo-card{overflow:hidden;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d}.community-promo-card.aivy{border:1px solid #ddd6fe;background:linear-gradient(135deg,#f5f3ff,#fff)}.community-promo-card.affiliate{border:1px solid #a7f3d0;background:linear-gradient(135deg,#ecfdf5,#fff)}.community-promo-card h3{margin:12px 0 2px;color:#111827;font-size:18px;font-weight:700}.community-promo-card strong{display:block;color:#525252;font-size:13px}.community-promo-card p{margin:9px 0 14px;color:#737373;font-size:13px;line-height:1.5}.community-promo-card.affiliate a{color:#059669}.community-overview-products{padding:16px}.community-overview-products .community-product-card{border:0;background:transparent}.community-overview-products .community-product-card:hover{background:#fafafa}.community-post-type-tabs button{display:inline-flex;align-items:center;gap:8px;font-weight:600}.community-post-type-tabs button.active{border-color:#dc2626;color:#991b1b;background:#fef2f2}.community-composer-actions button{background:#dc2626}.community-premium-card{border-color:#fde68a;background:linear-gradient(135deg,#fffbeb,#fff 52%,#fffbeb)}.community-premium-card .community-colored-icon{margin-bottom:10px}.community-premium-card button{color:#fff;background:#f59e0b}@media(max-width:1100px){.community-mobile-topbar{position:sticky;top:0;z-index:30;display:flex;height:56px;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding:0 16px;background:#fff}.community-mobile-topbar button{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:0;border-radius:8px;color:#525252;background:transparent}.community-mobile-brand{display:inline-flex;align-items:center;gap:10px;color:#737373;font-size:11px;font-weight:900;letter-spacing:0;text-decoration:none}.community-sidebar-close{position:absolute;top:12px;right:12px;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:8px;color:#737373;background:transparent}.community-sidebar-overlay.open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;border:0;background:#0f172a59}.community-dashboard-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:40;width:256px;height:100vh;transform:translate(-100%);transition:transform .18s ease}.community-dashboard-sidebar.open{transform:translate(0)}.community-dashboard-nav{display:block;overflow-y:auto}.community-dashboard-nav a{display:flex}.community-dashboard-topbar{display:none}.community-dashboard-content{width:min(100% - 32px,1120px);margin:0 auto}.community-overview-grid{grid-template-columns:1fr}}@media(max-width:720px){.community-dashboard-content{width:min(100% - 32px,1120px);margin:0 auto;padding-top:24px}.community-welcome{padding:24px}.community-feature-panel .community-feature-grid{grid-template-columns:1fr}.community-feature-card{min-height:0}}.live-commerce-page{display:grid;gap:0}.live-commerce-embedded{margin:-24px -32px -40px}.live-commerce-hero-actions,.live-commerce-actions,.seller-live-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.live-commerce-hero-actions{margin-top:18px}.live-commerce-hero-actions a,.live-commerce-actions a,.live-commerce-actions button,.seller-live-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:1px solid #e5e7eb;border-radius:8px;padding:0 13px;color:#111827;background:#fff;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.live-commerce-actions button{color:#fff;background:#16a34a;border-color:#16a34a}.live-commerce-actions button:disabled{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.live-commerce-feature{display:grid;gap:8px}.live-commerce-feature svg{color:#dc2626}.live-commerce-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.live-commerce-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d}.live-commerce-cover{position:relative;display:grid;min-height:190px;place-items:center;color:#dc2626;background:linear-gradient(135deg,#fff7ed,#fef2f2)}.live-commerce-cover img{width:100%;height:190px;object-fit:cover}.live-commerce-status{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 10px;color:#404040;background:#f5f5f5;font-size:12px;font-weight:800}.live-commerce-cover .live-commerce-status{position:absolute;left:12px;top:12px}.live-commerce-status.live{color:#fff;background:#dc2626}.live-commerce-status.scheduled{color:#075985;background:#e0f2fe}.live-commerce-status.ended{color:#374151;background:#e5e7eb}.live-commerce-status.cancelled{color:#7f1d1d;background:#fee2e2}.live-commerce-body{display:grid;gap:10px;padding:16px}.live-commerce-body small,.live-commerce-body p,.seller-live-row p{margin:0;color:#6b7280;font-size:13px;line-height:1.45}.live-commerce-body h2,.seller-live-row h3{margin:0;color:#111827;font-size:18px;line-height:1.25}.live-commerce-play{display:inline-flex;width:fit-content;align-items:center;gap:6px;color:#dc2626;font-weight:700;text-decoration:none}.live-commerce-stream-meta{display:flex;flex-wrap:wrap;gap:6px}.live-commerce-stream-meta span{border:1px solid #e5e7eb;border-radius:8px;padding:4px 7px;color:#374151;font-size:11px;font-weight:800}.live-commerce-reactions{display:grid;gap:8px;border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#f9fafb}.live-commerce-reaction-summary{display:flex;min-height:24px;align-items:center;gap:8px;color:#111827}.live-commerce-reaction-summary strong{font-size:15px}.live-commerce-live-dot{width:8px;height:8px;border-radius:999px;background:#9ca3af}.live-commerce-live-dot.on{background:#16a34a}.live-commerce-reaction-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.live-commerce-reaction-buttons button{display:grid;min-height:48px;align-content:center;justify-items:center;gap:2px;border:1px solid #e5e7eb;border-radius:8px;padding:6px;background:#fff;color:#111827;cursor:pointer}.live-commerce-reaction-buttons button:disabled{color:#9ca3af;background:#f3f4f6;cursor:not-allowed}.live-commerce-reaction-buttons span{overflow:hidden;max-width:100%;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.live-commerce-reaction-error{color:#b91c1c}.live-commerce-comments{display:grid;gap:8px;border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#fff}.live-commerce-comment-head{display:flex;min-height:22px;align-items:center;justify-content:space-between;gap:8px}.live-commerce-comment-head strong{font-size:13px}.live-commerce-comment-head span,.live-commerce-comment-list small{color:#6b7280;font-size:12px}.live-commerce-comment-list{display:grid;min-height:84px;max-height:112px;gap:6px;overflow:auto}.live-commerce-comment-list p{display:grid;gap:2px;margin:0;color:#374151;font-size:12px}.live-commerce-comment-list strong{overflow:hidden;color:#111827;text-overflow:ellipsis;white-space:nowrap}.live-commerce-comment-list span{overflow-wrap:anywhere}.live-commerce-comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.live-commerce-comment-form input{min-width:0;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px}.live-commerce-comment-form button{border:0;border-radius:8px;padding:0 12px;background:#111827;color:#fff;font-weight:800;cursor:pointer}.live-commerce-comment-form button:disabled,.live-commerce-comment-form input:disabled{color:#9ca3af;background:#f3f4f6;cursor:not-allowed}.live-commerce-offers,.seller-live-list{display:grid;gap:8px}.live-commerce-offer{display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;align-items:center;border:1px solid #eeeeee;border-radius:8px;padding:7px;color:inherit;background:#fafafa;text-decoration:none}.live-commerce-offer img,.seller-live-offer-picker img{width:46px;height:46px;border-radius:7px;object-fit:cover}.live-commerce-offer strong,.seller-live-offer-picker strong{display:block;overflow:hidden;color:#111827;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.seller-live-console,.seller-live-form{display:grid;gap:16px}.seller-live-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.seller-live-form-grid label{display:grid;gap:6px;color:#374151;font-size:13px;font-weight:700}.seller-live-form-grid input,.seller-live-form-grid textarea{width:100%;min-width:0;border:1px solid #e5e7eb;border-radius:8px;padding:10px 11px;color:#111827;background:#fff;font:inherit}.seller-live-wide{grid-column:1 / -1}.seller-live-offer-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.seller-live-offer-picker button{display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;align-items:center;border:1px solid #e5e7eb;border-radius:9px;padding:8px;color:inherit;background:#fff;text-align:left;cursor:pointer}.seller-live-offer-picker button.active{border-color:#16a34a;background:#f0fdf4}.seller-live-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #eeeeee;border-radius:10px;padding:12px;background:#fff}.seller-live-row p{display:inline-flex;align-items:center;gap:5px}.marketplace-live-section{display:grid;gap:16px}.marketplace-live-strip-card,.marketplace-live-card{border:1px solid #fecaca;border-radius:12px;background:#fff7f7}.marketplace-live-strip-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px}.marketplace-live-strip-card svg{color:#dc2626}.marketplace-live-strip-card strong,.marketplace-live-card strong{display:block;color:#111827}.marketplace-live-strip-card small,.marketplace-live-card small{color:#6b7280}.marketplace-live-strip-card a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:8px;padding:0 13px;color:#fff;background:#dc2626;font-size:13px;font-weight:800;text-decoration:none}.marketplace-live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.marketplace-live-card{position:relative;display:grid;gap:8px;min-height:190px;padding:14px;color:inherit;overflow:hidden;text-decoration:none}.marketplace-live-card img{width:100%;height:112px;border-radius:9px;object-fit:cover}.marketplace-live-card>svg{width:100%;height:112px;border-radius:9px;padding:34px;color:#dc2626;background:#fee2e2}.marketplace-live-card span{position:absolute;left:24px;top:24px;border-radius:999px;padding:4px 9px;color:#fff;background:#dc2626;font-size:11px;font-weight:900}@media(max-width:860px){.live-commerce-grid,.seller-live-form-grid,.seller-live-offer-picker,.seller-live-row,.marketplace-live-grid,.marketplace-live-strip-card{grid-template-columns:1fr}.seller-live-actions button{flex:1}}
