:root{--page-bg:#f6f8fb;--surface:#fff;--soft:#edf7f7;--line:#dfe5ea;--ink:#111827;--muted:#667085;--brand:#007780;--brand-dark:#003d45;--accent:#de7322;--shadow:0 18px 50px #1018281a;color:var(--ink);background:var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}html{scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:clip}button,input,select,textarea{letter-spacing:0}button{-webkit-tap-highlight-color:transparent}img{max-width:100%}.app{background:var(--page-bg);width:100%;min-height:100svh;color:var(--ink)}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;position:sticky;top:0}.top-strip,.header-main,.main-nav,main,.site-footer{width:100%;margin:0 auto;padding-left:24px;padding-right:24px}.top-strip{color:var(--muted);justify-content:space-between;gap:16px;padding-top:8px;padding-bottom:8px;font-size:13px;display:flex}.top-actions{justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.header-main{grid-template-columns:260px minmax(0,1fr) auto;align-items:center;gap:22px;padding-top:18px;padding-bottom:18px;display:grid}.brand,.top-actions button,.main-nav button,.site-footer button,.text-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0}.brand{text-align:left;align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--brand);color:#fff;border-radius:8px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.brand strong,.brand small{display:block}.brand strong{font-size:22px;line-height:1}.brand small{color:var(--muted);margin-top:5px;font-size:12px}.header-actions,.hero-actions,.detail-actions,.card-actions{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.main-nav{gap:28px;padding-top:0;padding-bottom:14px;font-weight:700;display:flex}.main-nav button{min-height:34px;color:var(--muted);position:relative}.main-nav button:after{content:"";background:var(--brand);opacity:0;border-radius:999px 999px 0 0;height:3px;transition:opacity .18s,transform .18s;position:absolute;bottom:-14px;left:0;right:0;transform:scaleX(.48)}.main-nav button.is-active{color:var(--brand-dark)}.main-nav button.is-active:after{opacity:1;transform:scaleX(1)}.main-nav button:hover,.top-actions button:hover,.site-footer button:hover,.text-button:hover{color:var(--brand)}.notice-bar{border:1px solid var(--line);background:var(--surface);width:calc(100% - 48px);color:var(--muted);border-radius:8px;margin:18px 24px 0;padding:12px 16px}.notice-bar.success{color:var(--brand-dark);background:#edfafa;border-color:#0077804d}.notice-bar.warning{color:#8a3a00;background:#fff5e8;border-color:#de732259}main{min-width:0;padding-top:34px;padding-bottom:56px}.two-column,.checkout-layout,.payment-layout,.order-detail-page{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px;display:grid}.checkout-layout,.payment-layout,.order-detail-page{grid-template-columns:minmax(0,1fr) 360px}.side-panel,.content-panel,.payment-panel,.auth-card{padding:20px}.sticky-panel{position:sticky;top:190px}.section-hero{margin-bottom:26px}.section-hero p{max-width:720px;font-size:17px}.site-footer{border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 28px;padding-top:34px;padding-bottom:26px;display:grid}.site-footer h3{font-size:16px}.site-footer button,.site-footer p{color:var(--muted);text-align:left;margin:8px 0;font-size:14px;display:block}.site-footer p{overflow-wrap:anywhere}.footer-record{border-top:1px solid var(--line);color:var(--muted);text-align:center;white-space:nowrap;grid-column:1/-1;justify-content:center;gap:18px;padding-top:18px;font-size:13px;line-height:1.7;display:flex}.search-box{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:60px 1fr;align-items:center;min-height:46px;display:grid;overflow:hidden}.search-box span{color:var(--muted);text-align:center;font-size:14px}input,select,textarea{box-sizing:border-box;border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);font:inherit;border-radius:6px}.search-box input{border:0;border-left:1px solid var(--line);border-radius:0;height:44px;padding:0 16px}textarea{resize:vertical;min-height:96px}.primary-button,.ghost-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button{border:1px solid var(--brand);background:var(--brand);color:#fff}.ghost-button{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.primary-button.large,.ghost-button.large{min-height:48px;padding-inline:22px}.primary-button.full,.ghost-button.full{width:100%}.primary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.62}.filter-group{margin-top:24px}.filter-group h3{color:var(--muted);font-size:14px}.filter-group>div{gap:8px;display:grid}.filter{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;border-radius:6px}.filter.active{border-color:var(--brand);background:var(--soft);color:var(--brand-dark);font-weight:800}.stack-form,.merchant-form{gap:14px;display:grid}.stack-form label,.merchant-form label{color:var(--muted);gap:8px;font-size:14px;font-weight:700;display:grid}.stack-form input,.stack-form select,.merchant-form input,.merchant-form select,.merchant-form textarea{padding:12px}.merchant-form{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.merchant-form .wide,.merchant-form button{grid-column:1/-1}.quantity-control{border:1px solid var(--line);text-align:center;border-radius:6px;grid-template-columns:36px 46px 36px;align-items:center;display:inline-grid;overflow:hidden}.quantity-control button{background:var(--soft);cursor:pointer;border:0;min-height:34px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #00778047}.hero-section{grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);align-items:stretch;gap:28px;min-width:0;padding:54px 0 48px;display:grid}.hero-copy{max-width:none}.eyebrow{color:var(--brand);letter-spacing:.02em;margin:0 0 14px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;font-size:clamp(36px,5vw,64px);line-height:1.02}h2{margin-bottom:12px;font-size:clamp(26px,3vw,38px);line-height:1.1}h3{margin-bottom:8px;font-size:18px}p{color:var(--muted)}.hero-copy>p:not(.eyebrow){max-width:900px;font-size:18px}.hero-board,.content-panel,.side-panel,.product-card,.shop-card,.detail-panel,.storefront,.classified-card,.cart-line,.order-card,.empty-state{border:1px solid var(--line);background:var(--surface);border-radius:8px}.hero-board{grid-template-columns:repeat(3,1fr);gap:14px;min-width:0;padding:22px;display:grid}.metric{background:var(--soft);border-radius:8px;padding:18px}.metric span,.muted{color:var(--muted);font-size:13px}.metric strong{color:var(--brand-dark);margin-top:12px;font-size:30px;display:block}.hero-feature{color:#fff;background:linear-gradient(135deg,#00778029,#de73222e),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80) 50%/cover;border-radius:8px;grid-column:1/-1;min-height:170px;padding:24px}.hero-feature span,.hero-feature strong{text-shadow:0 1px 18px #00000059;display:block}.hero-feature strong{margin:10px 0 26px;font-size:28px}.hero-feature button{color:var(--brand-dark);cursor:pointer;background:#fff;border:0;border-radius:6px;padding:12px 18px;font-weight:800}.section-header{justify-content:space-between;align-items:center;gap:20px;margin:40px 0 18px;display:flex}.section-header button{color:var(--brand);cursor:pointer;background:0 0;border:0;font-weight:800}.product-grid,.shop-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.product-grid.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.shop-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr))}.product-card,.shop-card{overflow:hidden}.product-visual,.detail-visual,.line-visual{background-color:var(--soft);color:var(--brand-dark);border:0;display:block}.product-visual{text-align:left;cursor:pointer;width:100%;min-height:156px;padding:20px}.product-visual span{color:var(--brand-dark);background:#ffffffdb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.product-body{padding:18px}.product-body p{min-height:42px;margin-bottom:14px}.product-body .card-actions{margin-top:16px}.product-meta,.price-row,.score-row,.tag-row,.summary-row,.selection-panel{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-meta span,.tag-row span,.promise-list span,.pay-methods span,.order-tabs span{background:var(--soft);color:var(--muted);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.price-row{justify-content:space-between;margin-top:18px}.price-row strong{color:var(--accent);font-size:24px}.price-row span{color:var(--muted);text-decoration:line-through}.price-row.large{justify-content:flex-start;gap:14px}.price-row.large strong{font-size:34px}.price-row.large em{color:var(--muted);font-style:normal}.result-bar{color:var(--muted);justify-content:space-between;gap:18px;margin-bottom:18px;display:flex}.detail-panel{grid-template-columns:42% 1fr;gap:28px;margin-top:24px;padding:22px;display:grid}.product-detail-page{grid-template-columns:minmax(360px,.74fr) minmax(0,1fr)}.detail-visual{border-radius:8px;min-height:360px;padding:28px}.detail-visual span{color:var(--brand-dark);background:#ffffffe0;border-radius:999px;padding:8px 12px;font-weight:800;display:inline-flex}.detail-copy>p:not(.eyebrow){max-width:620px}.promise-list{flex-wrap:wrap;gap:8px;margin:24px 0;display:flex}.detail-section{border-top:1px solid var(--line);grid-column:span 1;padding-top:20px}.detail-section p{max-width:860px;line-height:1.8}.spec-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.spec-grid div{border:1px solid var(--line);background:var(--soft);border-radius:8px;padding:14px}.spec-grid span,.spec-grid strong{display:block}.spec-grid span{color:var(--muted);font-size:12px}.spec-grid strong{margin-top:8px}.selection-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;margin-top:18px;padding:18px}.selection-panel h2{margin-bottom:8px;font-size:24px}.selection-actions{flex-wrap:wrap;gap:10px;display:flex}.shop-cover{color:#fff;align-items:flex-end;min-height:112px;padding:18px;font-weight:800;display:flex}.tone-teal,.tone-green{background:linear-gradient(135deg,#007780,#58a98d)}.tone-blue,.tone-slate{background:linear-gradient(135deg,#1e4a80,#6f86a7)}.tone-purple{background:linear-gradient(135deg,#42386e,#8579b9)}.tone-orange{background:linear-gradient(135deg,#de7322,#f1ad62)}.shop-card-body{padding:18px}.score-row{color:var(--brand-dark);margin:14px 0;font-size:13px;font-weight:800}.storefront{margin-top:28px;padding:22px}.store-cover{color:#fff;border-radius:8px;justify-content:space-between;gap:24px;min-height:210px;margin-bottom:22px;padding:32px;display:flex}.store-cover p,.store-cover .eyebrow{color:#ffffffdb}.score-stack{text-align:center;background:#ffffff29;border-radius:8px;align-self:flex-start;padding:18px}.score-stack strong{font-size:44px;display:block}.photo-plant,.photo-shop,.photo-air{background-image:linear-gradient(135deg,#00778029,#0077800a),url(https://images.unsplash.com/photo-1485955900006-10f4d324d411?auto=format&fit=crop&w=700&q=80);background-position:50%;background-size:cover}.photo-clean,.photo-maintain,.photo-printer{background-image:linear-gradient(135deg,#26465329,#2646530d),url(https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=700&q=80);background-position:50%;background-size:cover}.photo-office,.photo-meeting,.photo-filter{background-image:linear-gradient(135deg,#1e4a8029,#1e4a800d),url(https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=700&q=80);background-position:50%;background-size:cover}.photo-code,.photo-web,.photo-repair{background-image:linear-gradient(135deg,#42386e2e,#42386e0d),url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=700&q=80);background-position:50%;background-size:cover}.photo-meal,.photo-training,.photo-doc,.photo-store,.photo-camera,.photo-license{background-image:linear-gradient(135deg,#de73222e,#de73220f),url(https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=700&q=80);background-position:50%;background-size:cover}.cart-list,.order-list{gap:14px;display:grid}.classifieds-page,.merchant-page{grid-template-columns:minmax(0,1fr) minmax(340px,380px);align-items:start;gap:20px;width:100%;min-width:0;display:grid}.merchant-page{grid-template-columns:minmax(0,1fr) minmax(360px,420px)}.classifieds-main,.merchant-main,.classifieds-aside,.merchant-aside{gap:16px;min-width:0;display:grid}.page-heading,.classifieds-toolbar,.classified-category-board,.classified-detail,.publish-panel,.merchant-team-card,.merchant-check-card,.merchant-application-form{border:1px solid var(--line);background:var(--surface);border-radius:8px}.page-heading{grid-template-columns:minmax(0,1fr) minmax(360px,.5fr);align-items:end;gap:20px;padding:22px;display:grid}.page-heading h1{margin-bottom:0}.page-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.page-kpi{background:var(--soft);border-radius:8px;min-width:0;padding:14px}.page-kpi span,.page-kpi strong{display:block}.page-kpi span{color:var(--muted);font-size:12px}.page-kpi strong{color:var(--brand-dark);overflow-wrap:anywhere;margin-top:8px;font-size:18px;line-height:1.25}.classifieds-toolbar{grid-template-columns:170px 190px minmax(260px,1fr);align-items:end;gap:12px;padding:16px;display:grid}.filter-field{min-width:0;color:var(--muted);gap:8px;font-size:14px;font-weight:700;display:grid}.filter-field input,.filter-field select{min-height:42px;padding:10px 12px}.classifieds-board{grid-template-columns:238px minmax(0,1fr);gap:16px;min-width:0;display:grid}.classified-category-board{align-content:start;padding:14px}.classified-category{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;gap:5px;padding:12px;display:grid}.classified-category strong,.classified-category span{display:block}.classified-category span{color:var(--muted);font-size:12px}.classified-category.active{background:var(--soft);color:var(--brand-dark);border-color:#00778052}.classified-feed{align-content:start;gap:12px;min-width:0;display:grid}.classified-feed-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;min-width:0;display:grid}.compact-empty{min-height:220px}.classified-card,.cart-line,.order-card,.payment-panel,.auth-card{border:1px solid var(--line);background:var(--surface);border-radius:8px}.classified-card,.cart-line,.order-card{gap:18px;padding:18px}.classified-card{border-left:4px solid #0000;align-content:space-between;min-height:196px;display:grid}.classified-card.is-active{border-color:#00778057;border-left-color:var(--brand);background:linear-gradient(90deg,#00778014,#fff 52%)}.classified-card-body{gap:10px;display:grid}.classified-card-body h3{margin:0;line-height:1.35}.classified-meta,.classified-card-footer,.merchant-team-tags{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.classified-meta span:not(.badge),.classified-card-footer span,.merchant-team-tags span{color:var(--muted);background:#f3f6f8;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.classified-card-footer{justify-content:space-between;align-items:center}.classified-detail{gap:14px;padding:18px;display:grid}.classified-detail h2{margin-bottom:0;font-size:22px}.classified-detail dl{gap:10px;margin:0;display:grid}.classified-detail dl div{grid-template-columns:78px minmax(0,1fr);gap:12px;display:grid}.classified-detail dt{color:var(--muted)}.classified-detail dd{color:var(--ink);margin:0;font-weight:800}.publish-panel,.merchant-team-card,.merchant-check-card{padding:18px}.badge{background:var(--soft);color:var(--brand-dark);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.badge.hot{color:#9a4a00;background:#fff0dc}.steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.step-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:18px}.merchant-steps .step-card{color:var(--ink);text-align:left;cursor:pointer}.merchant-steps .step-card.is-active{background:var(--soft);border-color:#0077806b;box-shadow:0 12px 30px #0077801f}.step-card strong,.step-card span{display:block}.step-card strong{color:var(--brand);font-size:28px}.step-card span{margin-top:8px;font-weight:800}.merchant-step-detail{background:linear-gradient(135deg,#00778014,#de732214);border:1px solid #00778033;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(240px,.75fr);gap:18px;margin:16px 0 24px;padding:20px;display:grid}.merchant-step-detail h2{margin-bottom:10px;font-size:24px}.check-list{color:var(--muted);padding-left:20px;line-height:1.8}.check-list.compact{margin:0}.merchant-application-form{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0;padding:18px}.merchant-team-card{gap:12px;display:grid}.merchant-team-card h2{margin-bottom:0;font-size:24px}.merchant-team-card p,.merchant-check-card .check-list{margin-bottom:0}.cart-line,.order-card{justify-content:space-between;display:flex}.cart-line{align-items:center}.cart-line>div:nth-child(2),.order-card>div:first-child{min-width:0}.line-visual{border-radius:6px;flex:none;width:96px;height:74px}.text-button{color:var(--muted)}.contact-form{margin-top:22px}.summary-row{border-bottom:1px solid var(--line);justify-content:space-between;padding:14px 0}.summary-row.strong strong{color:var(--accent);font-size:24px}.pay-methods{flex-wrap:wrap;gap:8px;margin:22px 0;display:flex}.pay-methods.selectable button,.payment-method-grid button,.auth-switch button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);font:inherit;cursor:pointer;border-radius:6px;font-weight:700}.pay-methods.selectable button{flex:130px}.pay-methods.selectable button.active,.payment-method-grid button.active,.auth-switch button.active{border-color:var(--brand);background:var(--soft);color:var(--brand-dark)}.order-tabs{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.order-card{align-items:flex-start}.timeline{gap:8px;min-width:240px;display:grid}.timeline.vertical{min-width:0}.timeline span{border-left:2px solid var(--brand);color:var(--muted);padding-left:10px;font-size:13px}.empty-state{text-align:center;align-content:center;place-items:center;min-height:280px;padding:28px;display:grid}.payment-panel{gap:16px;display:grid;position:sticky;top:190px}.payment-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.qr-shell{border:1px solid var(--line);background:radial-gradient(circle at top left, color-mix(in srgb, var(--pay-color) 16%, transparent), transparent 42%), #f8fafc;--pay-color:#111827;border-radius:8px;place-items:center;gap:12px;padding:16px;display:grid}.qr-shell.wechat{--pay-color:#1aad19}.qr-shell.alipay{--pay-color:#1677ff}.qr-method-band{border:1px solid color-mix(in srgb, var(--pay-color) 22%, var(--line));background:color-mix(in srgb, var(--pay-color) 8%, white);width:min(100%,272px);color:var(--brand-dark);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.qr-method-band span{color:var(--muted);font-size:13px;font-weight:700}.qr-method-band strong{color:var(--pay-color);font-size:14px}.qr-frame{background:#fff;border:1px solid #e6eaf0;border-radius:8px;width:min(100%,242px);padding:14px;position:relative;box-shadow:0 1px #1118270a,0 16px 30px #11182714}.qr-grid{aspect-ratio:1;background:#fff;display:grid}.qr-cell{aspect-ratio:1;background:#fff;min-width:0}.qr-cell.filled{background:#111827}.qr-cell.soft{background:#3c424e}.qr-logo{background:var(--pay-color);color:#fff;border:5px solid #fff;border-radius:10px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #11182733}.payment-summary,.order-detail-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.payment-summary strong,.order-detail-head strong{color:var(--accent);font-size:28px}.order-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.order-info-grid div{border:1px solid var(--line);background:var(--soft);border-radius:8px;padding:14px}.order-info-grid span,.order-info-grid strong{display:block}.order-info-grid span{color:var(--muted);font-size:12px}.order-info-grid strong{margin-top:8px}.auth-layout{grid-template-columns:minmax(0,1fr) minmax(360px,460px);align-items:stretch;gap:24px;display:grid}.auth-intro{color:#fff;background:linear-gradient(135deg,#007780e6,#225d6aad),url(https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=1200&q=80) 50%/cover;border-radius:8px;align-content:center;min-height:520px;padding:48px;display:grid}.auth-intro p,.auth-intro .eyebrow{color:#ffffffe0}.auth-points{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.auth-points span{background:#ffffff2e;border-radius:999px;padding:8px 12px;font-weight:700}.auth-card{align-self:center}.auth-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.slider-check{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:12px;padding:12px;display:grid}.slider-picture{color:#fff;background:linear-gradient(135deg,#00778033,#de73222e),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=700&q=80) 50%/cover;border-radius:6px;place-items:center;min-height:98px;display:grid;position:relative;overflow:hidden}.slider-picture span{background:#ffffff38;border:3px solid #ffffffeb;border-radius:8px;width:38px;height:38px;position:absolute;top:28px;left:46%}.slider-picture strong{background:#1118277a;border-radius:999px;padding:7px 12px;position:relative}.slider-check input[type=range]{accent-color:var(--brand)}.slider-check.passed{background:var(--soft);border-color:#00778066}.auth-required{justify-items:center;gap:16px;display:grid}@media (prefers-reduced-motion:no-preference){.product-card,.shop-card,.classified-card,.cart-line,.order-card,.primary-button,.ghost-button{transition:transform .18s,box-shadow .18s,border-color .18s}.product-card:hover,.shop-card:hover,.classified-card:hover,.cart-line:hover,.order-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}}@media (width<=980px){.top-strip,.header-main,.main-nav,main,.site-footer,.notice-bar{width:100%;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}.notice-bar{width:calc(100% - 32px);margin-left:16px;margin-right:16px}.header-main,.hero-section,.two-column,.checkout-layout,.detail-panel,.payment-layout,.order-detail-page,.auth-layout,.site-footer{grid-template-columns:1fr}.header-actions,.main-nav{flex-wrap:wrap}.hero-board,.product-grid,.product-grid.compact,.shop-grid,.steps,.merchant-step-detail,.merchant-form,.spec-grid,.order-info-grid{grid-template-columns:1fr}.sticky-panel,.payment-panel{position:static}.classified-card,.cart-line,.order-card,.store-cover{flex-direction:column}.auth-intro{min-height:auto;padding:28px}.footer-record{text-align:left;white-space:normal;flex-wrap:wrap;justify-content:flex-start}}@media (width<=560px){.top-strip{display:none}.site-header{position:static}.hero-section{padding-top:28px}h1{font-size:34px}.header-main{gap:14px;padding:14px 0}.search-box{grid-template-columns:1fr}.search-box span{display:none}.search-box input{border-left:0}}
