@import "https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap";:root{--background:#fff;--foreground:#141414;--card:#fafafa;--card-foreground:#141414;--popover:#fff;--popover-foreground:#141414;--primary:#e31c1c;--primary-foreground:#fff;--secondary:#e9ecf2;--secondary-foreground:#262626;--muted:#f0f2f4;--muted-foreground:#5c6370;--accent:#1a6fe6;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#f8fafc;--border:#e2e4e9;--input:#e2e4e9;--ring:#e31c1c;--radius:.75rem;--gradient-hero:linear-gradient(135deg, #e31c1c1a, #ffffffe6);--gradient-card:linear-gradient(180deg, #fcfcfc, #f5f5f5);--gradient-accent:linear-gradient(135deg, #e31c1c, #1a6fe6);--shadow-glow:0 0 40px #e31c1c1a;--shadow-card:0 4px 24px #00000014;--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif}.dark,[data-theme=dark]{--background:#121212;--foreground:#f2f2f2;--card:#1a1a1a;--card-foreground:#f2f2f2;--popover:#171717;--popover-foreground:#f2f2f2;--primary:#e63333;--primary-foreground:#fff;--secondary:#1a1a1a;--secondary-foreground:#e6e6e6;--muted:#161718;--muted-foreground:#8f96a3;--accent:#307de8;--accent-foreground:#fff;--destructive:#ef4343;--destructive-foreground:#fafafa;--border:#292c32;--input:#292c32;--ring:#e63333;--gradient-hero:linear-gradient(135deg, #e31c1c26, #121212e6);--gradient-card:linear-gradient(180deg, #1a1a1a, #141414);--shadow-glow:0 0 40px #e31c1c26;--shadow-card:0 4px 24px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;padding-top:64px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.narrow{max-width:42rem}.text-primary{color:var(--primary)!important}.text-muted{max-width:1120px;margin-left:auto;margin-right:auto;color:var(--muted-foreground)!important}.text-foreground{color:var(--foreground)!important}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.hide-mobile{display:flex}.show-mobile{display:none!important}@media (width<=768px){.hide-mobile{display:none!important}.show-mobile{display:flex!important}}@keyframes fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fade-in}.page{display:none}.page.active{display:block}.page-main{min-height:calc(100vh - 64px);padding-top:2rem;padding-bottom:4rem}.page-title{font-family:var(--font-display);color:var(--foreground);max-width:1120px;margin-left:auto;margin-right:auto;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.center-content{justify-content:center;align-items:center;min-height:calc(100vh - 200px);display:flex}.home-page{padding:2rem 0}.btn{font-family:var(--font-body);border-radius:var(--radius);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;border:none;justify-content:center;align-items:center;gap:.2rem;min-height:44px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s,opacity .2s,box-shadow .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);font-weight:700}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-outline{border:1px solid var(--border);color:var(--foreground);background:0 0}.btn-outline:hover{background-color:var(--muted)}.btn-blue-hover{font-weight:700}.btn-blue-hover:hover{color:#fff;background-color:#3b82f6}.btn-white{border:1px solid var(--primary);color:var(--primary);background:#fff}.btn-white:hover{background-color:var(--muted)}.btn-ghost{color:var(--muted-foreground);background:0 0;padding:.5rem}.btn-ghost:hover{background-color:var(--muted);color:var(--foreground)}.btn-outline-primary{border:1px solid var(--primary);color:var(--primary-foreground);background:0 0;font-weight:500}.btn-outline-primary:hover{background-color:var(--muted);font-weight:700}.btn-lg{min-height:48px;padding:.875rem 1.75rem;font-size:1rem}.btn-sm{min-height:36px;padding:.375rem .75rem;font-size:.8125rem}.btn-full{width:100%}.btn-flex{flex:1}.icon-btn{border-radius:.5rem;min-width:44px;min-height:44px;padding:.5rem;position:relative}.alert{border-radius:var(--radius);border:1px solid #0000;width:100%;padding:1rem 1.25rem;font-size:.9rem;line-height:1.5}.alert p{margin:0 0 .25rem}.alert p:last-of-type{margin-bottom:0}.alert-warning{color:#73480d;background-color:#fff7e0;border-color:#f9dc86}.dark .alert-warning,[data-theme=dark] .alert-warning{color:#f9dc86;background-color:#3d320f;border-color:#98781b}.badge{border-radius:var(--radius);border:1px solid var(--border);align-items:center;width:fit-content;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-secondary{background:var(--secondary);color:var(--secondary-foreground);border-color:#0000}.navbar{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffc;height:auto;position:fixed;top:0;left:0;right:0}.dark .navbar{background:#121212cc}.navbar-inner{justify-content:space-between;align-items:center;height:64px;min-height:56px;padding:0;display:flex}.navbar-left{flex:1;align-items:center;gap:2rem;min-width:0;display:flex}.navbar-right{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.nav-links{gap:1.5rem;display:flex}.nav-link{color:var(--muted-foreground);font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--foreground)}.search-bar{flex:1;max-width:28rem;margin:0 2rem;position:relative}.search-bar input,.mobile-search input,.hero-search input{border:1px solid var(--border);background:var(--secondary);width:100%;color:var(--foreground);font-size:.875rem;font-family:var(--font-body);border-radius:.5rem;outline:none;padding:.5rem 2.5rem}.search-bar input:focus,.mobile-search input:focus,.hero-search input:focus{box-shadow:0 0 0 2px #e31c1c4d}.search-icon{width:16px;height:16px;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.cart-btn{position:relative}.cart-badge{background:var(--primary);width:16px;height:16px;color:var(--primary-foreground);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.mobile-menu{border-top:1px solid var(--border);background:var(--background);flex-direction:column;gap:.5rem;padding:1rem;animation:.2s ease-out slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-search{margin-bottom:.5rem;position:relative}.mobile-search input{appearance:none;width:100%;font-size:1rem}.mobile-link{color:var(--muted-foreground);align-items:center;min-height:44px;padding:.75rem .5rem;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.mobile-link:hover{color:var(--foreground)}@media (width<=1024px){.navbar .hide-mobile{display:none!important}.navbar .show-mobile{display:flex!important}.navbar-inner{gap:.5rem;height:56px}.navbar-left{gap:.75rem}.navbar-right{gap:0}.logo img{height:24px}body{padding-top:56px}.page-main{min-height:calc(100vh - 56px)}}.hero{align-items:center;width:100vw;min-height:75vh;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-overlay-lr{background:linear-gradient(to right, var(--background), #ffffffd9, #fff6);position:absolute;inset:0}.hero-overlay-bt{background:linear-gradient(to top, var(--background), transparent, #ffffff4d);position:absolute;inset:0}.dark .hero-overlay-lr{background:linear-gradient(to right, var(--background), #121212d9, #12121266)}.dark .hero-overlay-bt{background:linear-gradient(to top, var(--background), transparent, #1212124d)}.hero-content{width:100%;padding-top:2rem;position:relative}.hero-text{max-width:42rem}.hero-badge{letter-spacing:.05em;color:var(--primary);background:#e31c1c1a;border:1px solid #e31c1c4d;border-radius:9999px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.75rem;font-weight:500;display:inline-block}.hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero-desc{max-width:32rem;color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-search{flex:1;max-width:28rem;position:relative}.hero-search input{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fafafacc;border-radius:.75rem;padding:1rem 3rem;font-size:1rem}.dark .hero-search input{background:#1a1a1acc}.section{padding:3rem 0 5rem}.section-muted{border-top:1px solid var(--border);background:var(--muted)}.section-title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-size:clamp(1.875rem,3vw,2.25rem);font-weight:700}.section-subtitle{color:var(--muted-foreground);margin-bottom:1rem}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.card{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:transform .2s,border-color .2s;overflow:hidden}.card:hover{border-color:#e31c1c4d;transform:translateY(-4px)}.category-grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:1rem;display:grid}.category-card{text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;text-decoration:none;display:flex}.category-icon{border-radius:.75rem;justify-content:center;align-items:center;width:4.21875rem;height:4.21875rem;font-size:2.10938rem;display:flex}.category-icon img{object-fit:contain;width:100%;height:100%}.category-name{color:var(--foreground);font-size:.875rem;font-weight:500}.category-count{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}.listing-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.listing-card{cursor:pointer;flex-direction:column;height:100%;text-decoration:none;display:flex;overflow:hidden}.listing-card .listing-image{aspect-ratio:1;background:var(--secondary);flex-shrink:0;position:relative;overflow:hidden}.listing-card .listing-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.listing-card:hover .listing-image img{transform:scale(1.05)}.listing-card .listing-badge{border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--foreground);background:#ffffffb3;padding:.25rem .625rem;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.dark .listing-card .listing-badge{color:#dedede;background:#00000080}.listing-card .listing-heart{background:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:2rem;height:2rem;color:var(--muted-foreground);-webkit-user-select:none;user-select:none;border:.25px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:0;line-height:1;transition:color .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.listing-card .listing-heart svg{width:50%;height:50%}.listing-card .listing-heart:hover{color:var(--primary)}.listing-body{flex-direction:column;flex:1;padding:1rem;display:flex;overflow:hidden}.listing-category{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.75rem}.listing-title{font-family:var(--font-display);color:var(--foreground);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.listing-price{font-family:var(--font-display);color:var(--primary);margin:.25rem 0 .75rem;font-size:1.25rem;font-weight:700}.listing-meta{color:var(--muted-foreground);flex-flow:wrap;align-items:center;gap:.25rem;margin-top:auto;font-size:.75rem;display:flex}.listing-verified{flex:0 auto;justify-content:flex-start;align-items:center;display:flex}.listing-seller{flex:0 auto;justify-content:flex-start;align-items:center;min-width:0;display:flex}.listing-rating{text-align:right;flex:auto;justify-content:flex-end;align-items:center;display:flex}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem;display:grid}.step-card{padding:2rem}.step-number{width:3rem;height:3rem;font-family:var(--font-display);color:var(--primary);background:#e31c1c1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.step-icon{background:#e31c1c1a;border-radius:.75rem;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;margin:0 auto 1rem;font-size:2.2rem;display:flex;position:relative}.step-icon img{object-fit:contain;width:100%;height:100%}.step-badge{background:var(--primary);width:1.5rem;height:1.5rem;color:var(--primary-foreground);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.step-title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.step-desc{color:var(--muted-foreground);font-size:.875rem}.link-primary{color:var(--primary);cursor:pointer;border-radius:var(--radius);border:1px solid var(--primary);padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-block}.link-primary:hover{opacity:.8}.breadcrumb{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.separator{border:none;border-top:1px solid var(--border);margin:1rem 0}.shop-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.shop-controls{align-items:center;gap:.75rem;display:flex}.select-control{appearance:none;border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:.875rem;font-family:var(--font-body);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border-radius:.5rem;outline:none;padding:.5rem 2rem .5rem .75rem}.select-control:focus{box-shadow:0 0 0 2px #e31c1c4d}.shop-layout{gap:2rem;display:flex}.shop-sidebar{flex-direction:column;flex-shrink:0;width:14rem;display:flex}.shop-grid-wrapper{flex:1;min-width:0}.filter-section{margin-bottom:2.5rem}.filter-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.filter-options{flex-direction:column;gap:.25rem;display:flex}.filter-btn{text-align:left;width:100%;font-size:.9375rem;font-family:var(--font-body);cursor:pointer;color:var(--foreground);-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:.375rem;align-items:center;min-height:44px;padding:.875rem 1rem;transition:background .15s,color .15s;display:flex}.filter-btn:hover{background:var(--muted);color:var(--foreground)}.filter-btn.active{color:var(--primary);background:#e633331a;font-weight:600}.product-layout{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}@media (width<=1024px){.product-layout{grid-template-columns:1fr}.product-gallery{max-width:600px;margin:0 auto}}.product-gallery{flex-direction:column;min-width:0;display:flex}.product-main-image{aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);width:100%;max-width:100%;position:relative;overflow:hidden}.product-main-image img{object-fit:cover;width:100%;height:100%}.gallery-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--foreground);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.dark .gallery-nav{background:#0009}.gallery-nav:hover{background:var(--background)}.gallery-prev{left:.75rem}.gallery-next{right:.75rem}.product-thumbs{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.75rem;width:100%;margin-top:1rem;display:flex;overflow:auto hidden}.product-thumbs::-webkit-scrollbar{height:4px}.product-thumbs::-webkit-scrollbar-track{background:var(--muted)}.product-thumbs::-webkit-scrollbar-thumb{background:var(--primary);border-radius:2px}.product-thumb{border:2px solid var(--border);cursor:pointer;border-radius:.5rem;flex-shrink:0;width:5rem;min-width:5rem;height:5rem;transition:border-color .2s;overflow:hidden}.product-thumb.active{border-color:var(--primary)}.product-thumb:hover{border-color:#e31c1c66}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-info{flex-direction:column;width:100%;min-width:0;display:flex}.product-title{font-family:var(--font-display);color:var(--foreground);word-wrap:break-word;overflow-wrap:break-word;margin-top:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.product-price{font-family:var(--font-display);color:var(--primary);margin-top:1rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:700}.product-rating{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;margin-top:.5rem;font-size:.875rem;display:flex}.product-description{color:#141414cc;word-wrap:break-word;overflow-wrap:break-word;line-height:1.7}.dark .product-description{color:#f2f2f2cc}.product-actions{flex-wrap:wrap;gap:.75rem;width:100%;margin-top:1.5rem;display:flex}.seller-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);margin-top:.75rem;padding:1rem}.seller-info{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-width:0;margin-top:.75rem;padding-top:1rem;display:grid}.seller-name img{vertical-align:bottom;margin-top:.25rem;margin-right:.5rem;display:inline-block}.seller-avatar{width:2.5rem;height:2.5rem;font-family:var(--font-display);color:var(--primary);background:#e31c1c1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.seller-name{font-family:var(--font-display);color:var(--foreground);align-items:center;gap:.5rem;min-width:0;font-weight:600;display:flex}.seller-name a{min-width:0}.seller-location{text-align:right;color:var(--muted-foreground);white-space:nowrap;min-width:max-content;font-size:.875rem}.seller-meta{color:var(--muted-foreground);gap:.5rem;font-size:.75rem;display:flex}.help-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:3rem;display:grid}.help-sidebar{position:sticky;top:80px}.help-content{min-width:0}.help-card-grid,.help-policy-grid,.help-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.help-contact-grid .link-primary{width:fit-content}.help-card-grid>*,.help-policy-grid>*,.help-contact-grid>*{min-width:0}.help-fee-controls{flex-wrap:wrap;gap:1rem;display:flex}.help-field{flex:150px;min-width:150px}.help-field input,.help-search input{border:2px solid var(--border);border-radius:var(--radius);background:var(--card);width:100%;color:var(--foreground);font-family:var(--font-body);appearance:none;outline:none;min-height:44px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.help-field input:focus,.help-search input:focus,.help-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e31c1c26}.help-table-wrap{overflow-x:auto}.help-table-wrap table{min-width:540px}.help-faq-header,.help-faq-question{min-width:0}.help-content p,.help-faq-question,.help-contact-grid a{overflow-wrap:anywhere}@media (width<=1024px){.help-layout{grid-template-columns:1fr;gap:2rem}.help-sidebar{width:100%!important;position:static!important;top:auto!important}.hero{align-items:flex-start;min-height:62vh}.hero-content{padding-top:2rem}}.cart-layout{grid-template-columns:1fr 380px;gap:2.5rem;margin-top:2rem;display:grid}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}}.cart-item{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.cart-item-image{border-radius:.5rem;flex-shrink:0;width:6rem;height:6rem;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;justify-content:space-between;display:flex}.cart-item-title{font-family:var(--font-display);color:var(--foreground);font-weight:600}.cart-item-meta{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}.cart-item-bottom{justify-content:space-between;align-items:flex-end;display:flex}.cart-item-price{font-family:var(--font-display);color:var(--foreground);font-size:1.125rem;font-weight:700}.qty-control{border:1px solid var(--border);background:var(--card);border-radius:.5rem;align-items:center;display:inline-flex}.qty-btn{cursor:pointer;width:44px;height:44px;color:var(--muted-foreground);-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.125rem;transition:color .15s,background .15s;display:flex}.qty-btn:hover{color:var(--foreground);background:var(--muted)}.qty-value{text-align:center;min-width:2rem;color:var(--foreground);padding:0 .5rem;font-size:.875rem;font-weight:500}.remove-btn{cursor:pointer;color:var(--muted-foreground);-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;font-size:1.25rem;transition:color .15s;display:flex}.remove-btn:hover{color:var(--destructive)}.summary-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);padding:1.5rem}.summary-card.sticky{position:sticky;top:6rem}.summary-title{font-family:var(--font-display);color:var(--foreground);font-size:1.125rem;font-weight:700}.summary-row{color:var(--muted-foreground);justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;display:flex}.summary-row span:last-child{color:var(--foreground);font-weight:500}.summary-total{font-family:var(--font-display);color:var(--foreground);justify-content:space-between;font-size:1.125rem;font-weight:700;display:flex}.free-shipping-note{color:var(--primary);margin-top:.5rem;font-size:.75rem}.secure-note{color:var(--muted-foreground);justify-content:center;align-items:center;gap:.375rem;margin-top:1rem;font-size:.75rem;display:flex}.checkout-layout{grid-template-columns:1fr 380px;gap:2.5rem;margin-top:2rem;display:grid}@media (width<=1024px){.checkout-layout{grid-template-columns:1fr}}.checkout-form{flex-direction:column;gap:1.5rem;display:flex}.checkout-items{max-height:12rem;overflow-y:auto}.checkout-item{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.checkout-item img{object-fit:cover;border-radius:.5rem;flex-shrink:0;width:3rem;height:3rem}.checkout-item-info{flex:1;min-width:0}.checkout-item-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.checkout-item-qty{color:var(--muted-foreground);font-size:.75rem}.checkout-item-price{color:var(--foreground);flex-shrink:0;font-size:.875rem;font-weight:500}.form-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);padding:1.5rem}.form-card-title{font-family:var(--font-display);color:var(--foreground);font-size:1.125rem;font-weight:700}.form-group{margin-bottom:1rem}.form-group label{color:var(--foreground);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);width:100%;color:var(--foreground);font-family:var(--font-body);appearance:none;outline:none;min-height:44px;padding:.75rem 1rem;font-size:1rem;transition:box-shadow .2s,border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px #e31c1c4d}.form-group textarea{resize:vertical;min-height:120px}.form-group .input-disabled{background:var(--muted);cursor:not-allowed}.form-group.half{width:50%}.form-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.info-box{background:#e31c1c0d;border:1px solid #e31c1c33;border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.info-box-title{color:var(--foreground);font-size:.875rem;font-weight:500}.auth-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);width:100%;max-width:28rem;padding:2rem}.auth-title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.auth-toggle{color:var(--muted-foreground);font-size:.875rem}.sell-header{margin-bottom:1rem}.signin-required-box{border:.5px solid var(--primary);border-radius:var(--radius);background:#1f1414;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:1120px;margin:0 auto 1rem;padding:1rem;display:flex}.signin-required-text{color:var(--foreground);font-size:1.125rem;font-weight:500}.sell-layout{grid-template-columns:3fr 2fr;gap:2.5rem;max-width:1120px;margin-left:auto;margin-right:auto;display:grid}@media (width<=1024px){.sell-layout{grid-template-columns:1fr}}.sell-main,.sell-sidebar{flex-direction:column;gap:1.5rem;display:flex}.label-with-icon{color:var(--foreground);white-space:nowrap;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.label-with-icon img{flex-shrink:0;display:inline-block;width:1.25rem!important;height:1.25rem!important;margin:0!important}.upload-area{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;transition:border-color .2s,background .2s;display:flex}.upload-area:hover{background:#e31c1c05;border-color:#e31c1c66}.upload-icon{font-size:2rem;line-height:1;display:block}.upload-text{font-size:.875rem}.upload-thumbs{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.upload-thumb{border:2px solid var(--border);border-radius:.5rem;width:5rem;height:5rem;position:relative;overflow:hidden}.upload-thumb img{object-fit:cover;width:100%;height:100%}.upload-thumb-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;display:flex;position:absolute;top:2px;right:2px}.price-input-wrap{position:relative}.price-symbol{color:var(--muted-foreground);font-size:1.125rem;font-weight:600;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.price-input-wrap input{padding-left:2.25rem;font-size:1.125rem;font-weight:600}.pill-group{flex-wrap:wrap;gap:.5rem;display:flex}.pill-btn{border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;font-size:.75rem;font-weight:500;font-family:var(--font-body);background:0 0;border-radius:9999px;padding:.375rem .75rem;transition:all .15s}.pill-btn:hover{border-color:#e31c1c66}.pill-btn.active{border-color:var(--primary);color:var(--primary);background:#e31c1c1a}.listing-preview{border-radius:var(--radius);background:#e31c1c0d;border:1px solid #e31c1c33;padding:1.25rem}.listing-preview-title{font-family:var(--font-display);color:var(--foreground);margin-top:.5rem;font-size:.875rem;font-weight:600}.listing-preview-meta{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.listing-preview-price{font-family:var(--font-display);color:var(--primary);font-size:1.125rem;font-weight:700}.success-content{text-align:center}.success-icon{background:#e31c1c1a;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.success-actions{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.empty-icon{margin-bottom:1rem;font-size:3.125rem}.empty-title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.modal-overlay{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{border:1px solid var(--border);background:var(--background);border-radius:1rem;width:100%;max-width:28rem;padding:1.5rem;box-shadow:0 25px 50px #00000040}.modal-actions{gap:.75rem;margin-top:1.5rem;display:flex}.footer{border-top:1px solid var(--border);background:var(--card);padding:4rem 0}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.footer-heading{font-family:var(--font-display);color:var(--foreground);margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);margin-top:3rem;padding-top:2rem;font-size:.75rem}.account-form{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.purchase-history{margin-top:3rem}@media (width<=480px){:root{font-size:14px}.container{padding:0 1rem}.navbar{height:auto}.navbar-inner{gap:.5rem;height:56px}.navbar-left{gap:.75rem}.navbar-right{gap:0}.navbar-right .navbar-theme-btn,.navbar-right .navbar-wishlist-btn,.navbar-right .navbar-user-menu{display:none!important}.logo img{height:24px}.page-title{margin:1rem 0 1.5rem;font-size:1.5rem}.section-title{font-size:1.5rem}.hero-title{font-size:2rem;line-height:1.1}.hero-desc{margin-bottom:1.25rem;font-size:.95rem}.search-bar{display:none!important}.mobile-search{margin-bottom:.75rem}.mobile-search input{padding:.5rem 2rem;font-size:.9rem}.hero{align-items:flex-start;min-height:52vh}.home-page{padding-top:.75rem}.hero-content{padding:1.75rem 1rem 1rem}.hero-badge{padding:.25rem .75rem;font-size:.65rem}.hero-actions{flex-wrap:wrap;align-items:stretch;gap:.5rem}.hero-search{flex:1;min-width:160px;max-width:100%}.hero-search input{padding:.75rem 2rem;font-size:.875rem}.hero-actions .btn{white-space:nowrap;flex:0 auto}.btn{min-height:44px;padding:.75rem 1rem;font-size:.875rem}.btn-lg{padding:1rem;font-size:1rem}.btn-sm{min-height:36px;padding:.5rem .75rem}.icon-btn{min-width:44px;min-height:44px}.listing-grid{grid-template-columns:1fr;gap:1rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.form-grid-2{grid-template-columns:1fr;gap:.75rem}.category-card{gap:.5rem;padding:1rem}.category-icon{width:3.5rem;height:3.5rem;font-size:1.75rem}.step-icon{width:3rem;height:3rem;font-size:1.5rem}.step-card{padding:1.25rem}.card{border-radius:.5rem}.product-layout{grid-template-columns:1fr;gap:1.5rem}.product-gallery{min-width:0;margin-bottom:.5rem}.product-main-image{aspect-ratio:1;width:100%;max-width:100%}.product-title{font-size:clamp(1.25rem,2vw,1.5rem)}.product-price{margin-top:.5rem;font-size:clamp(1.5rem,2.5vw,1.75rem)}.product-thumbs{gap:.5rem;width:100%;max-width:100%;overflow-x:auto}.product-thumb{flex-shrink:0;width:4rem;min-width:4rem;height:4rem}.product-actions{flex-direction:column;gap:.5rem;width:100%}.product-actions .btn{width:auto;max-width:155px}.cart-layout{grid-template-columns:1fr;gap:1.5rem}.cart-item{flex-direction:column;gap:.75rem;padding:.75rem}.cart-item-image{width:100%;height:200px}.cart-item-info{flex-direction:row;justify-content:space-between}.cart-item-bottom{flex-direction:column;gap:.75rem;width:100%}.cart-item-price{order:1}.summary-card{border-radius:.5rem;padding:1rem}.summary-card.sticky{position:relative;top:auto}.checkout-layout{grid-template-columns:1fr;gap:1.5rem}.checkout-form{gap:1rem}.shop-layout{flex-direction:column;gap:1.5rem}.shop-sidebar{flex-shrink:1;width:100%}.shop-header{flex-direction:column;gap:.75rem}.shop-controls{flex-direction:column;width:100%}.select-control{width:100%}.sell-layout{grid-template-columns:1fr;gap:1.5rem}.form-group{margin-bottom:.75rem}.form-group label{margin-bottom:.25rem;font-size:.8rem}.form-group input,.form-group textarea,.form-group select{padding:.5rem .75rem;font-size:.875rem}.upload-area{padding:1.5rem}.upload-thumbs{gap:.5rem}.upload-thumb{width:4rem;height:4rem}.auth-card{max-width:100%;padding:1.5rem}.auth-title{font-size:1.25rem}.form-card{border-radius:.5rem;padding:1.25rem}.form-card-title{font-size:1rem}.footer{padding:2rem 0}.footer-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-heading{margin-bottom:.75rem;font-size:.75rem}.footer-links a{font-size:.75rem}.footer-bottom{margin-top:1.5rem;padding-top:1rem;font-size:.7rem}.empty-state{padding:2rem 1rem}.empty-icon{margin-bottom:.75rem;font-size:2.5rem}.empty-title{font-size:1.125rem}.breadcrumb{margin-bottom:1rem;font-size:.8rem}.mobile-menu{padding:.75rem 1rem}.mobile-link{padding:.5rem 0;font-size:.875rem}.seller-card{border-radius:.5rem;margin-top:1rem;padding:1rem}.seller-info{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem}.seller-avatar{flex-shrink:0;width:2.5rem;height:2.5rem}.seller-name{flex-direction:row;align-items:center;gap:.5rem;min-width:0}.seller-location{min-width:0;font-size:.8rem}.help-layout{grid-template-columns:1fr;gap:1.5rem}.help-header{margin-bottom:2rem!important;padding-top:1rem!important}.help-sidebar{position:static!important;top:auto!important}.help-sidebar-card{display:block;overflow:visible}.help-sidebar-card button{white-space:normal;width:100%;min-height:52px}.help-card-grid,.help-policy-grid,.help-contact-grid{grid-template-columns:1fr}.help-fee-controls{flex-direction:column;gap:.75rem}.help-field{min-width:0}.help-faq-header{align-items:flex-start!important}.help-faq-question{padding-top:.05rem}.help-search input{width:100%}.help-fee-table th,.help-fee-table td{font-size:.8rem;padding:.625rem .75rem!important}.listing-card{box-shadow:var(--shadow-card);border-radius:.5rem}.listing-body{padding:.75rem}.listing-category{margin-bottom:.5rem;font-size:.65rem}.listing-title{-webkit-line-clamp:2;margin-bottom:.5rem;font-size:.8rem;line-height:1.4}.listing-price{margin-bottom:.5rem;font-size:1rem}.listing-meta{gap:.5rem;font-size:.65rem}.success-icon{width:4rem;height:4rem;font-size:2rem}.success-actions{flex-direction:column;gap:.5rem}.info-box{gap:.5rem;padding:.75rem}.deal-of-day-card{grid-template-columns:1fr!important}.deal-of-day-info{padding:1rem!important}.deal-of-day-price-row{flex-wrap:wrap;gap:.5rem!important}.deal-of-day-seller-row{flex-wrap:wrap}.deal-row-card{align-items:flex-start!important;gap:.75rem!important}.deal-row-info{width:calc(100% - 92px);min-width:0}.deal-row-price,.deal-row-timer{width:100%;text-align:left!important}.hero{min-height:46vh}.help-sidebar-card{flex-direction:column;display:flex;overflow:visible}.help-sidebar-card button{white-space:normal;width:100%}.help-table-wrap{overflow:visible}.help-fee-table,.help-fee-table tbody,.help-fee-table tr,.help-fee-table td{width:100%;display:block}.help-fee-table thead{display:none}.help-fee-table tr{border-bottom:.5px solid var(--border);padding:.625rem .875rem}.help-fee-table tr:last-child{border-bottom:none}.help-fee-table td{justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.8rem;display:flex;border:none!important;padding:.35rem 0!important}.help-fee-table td:before{content:attr(data-label);color:var(--foreground);flex:0 0 45%;font-weight:600}}@media (width>=481px) and (width<=768px){:root{font-size:16px}.container{padding:0 1.25rem}.page-title,.section-title{font-size:1.75rem}.hero-title{font-size:2.75rem}.listing-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-grid{grid-template-columns:repeat(3,1fr)}.steps-grid,.form-grid-2{grid-template-columns:repeat(2,1fr)}.listing-body{padding:.85rem}.listing-title{font-size:.9rem}.listing-price{font-size:1.1rem}.product-layout{grid-template-columns:1fr}.cart-layout,.checkout-layout{grid-template-columns:1fr 320px;gap:1.5rem}.sell-layout{grid-template-columns:2fr 1fr}.shop-layout{flex-direction:column;gap:1.5rem}.shop-sidebar{width:100%}.product-title{font-size:1.5rem}.product-price{font-size:1.875rem}.hero{align-items:flex-start}.hero-content{padding-top:2.25rem}.seller-info{grid-template-columns:auto minmax(0,1fr) auto}.btn{min-height:44px}.btn-lg{min-height:48px}.search-bar{max-width:22rem;margin:0 1rem}.home-page{padding-top:1rem}.help-layout{gap:2rem}.help-card-grid,.help-policy-grid,.help-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=769px){.listing-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (width<=359px){.navbar-inner{gap:.25rem}.navbar-right{gap:0}.btn{padding:.625rem .875rem;font-size:.8rem}.hero-title{font-size:1.75rem}.listing-grid,.category-grid{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}
