@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=DM+Mono:wght@400;500&display=swap";:root{--pri:#b91c1c;--pri-dark:#991b1b;--pri-light:#fee2e2;--pri-xlight:#fef2f2;--accent:#dc2626;--green:#059669;--green-bg:#ecfdf5;--red:#dc2626;--red-bg:#fef2f2;--yellow:#d97706;--yellow-bg:#fffbeb;--blue:#2563eb;--blue-bg:#eff6ff;--text:#111827;--text2:#374151;--muted:#6b7280;--muted2:#9ca3af;--border:#e5e7eb;--border2:#f3f4f6;--bg:#f9fafb;--white:#fff;--orange:#f97316}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--white);color:var(--text);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}.header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1280px;height:auto;margin:0 auto;padding:12px 24px;display:flex}.header-logo{cursor:pointer;height:140px}.header-search{background:var(--bg);border:1px solid var(--border);border-radius:10px;flex:1;align-items:center;max-width:520px;margin:0 32px;padding:8px 14px;transition:border-color .15s;display:flex}.header-search:focus-within{border-color:var(--pri)}.header-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;margin-left:8px;font-family:inherit;font-size:14px}.header-search input::placeholder{color:var(--muted2)}.header-badge{background:var(--pri);color:#fff;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:8px;padding:6px 16px;font-size:12px;font-weight:700}.category-bar{background:var(--bg);border-bottom:1px solid var(--border);overflow-x:auto}.category-bar-inner{gap:4px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.category-chip{color:var(--muted);cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}.category-chip:hover{color:var(--pri)}.category-chip.active{color:var(--pri);border-bottom-color:var(--pri);font-weight:700}.page-wrapper{max-width:1280px;min-height:calc(100vh - 200px);margin:0 auto;padding:24px}.page-title{color:var(--text);margin-bottom:8px;font-size:22px;font-weight:800}.page-subtitle{color:var(--muted);margin-bottom:24px;font-size:14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.product-card{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.product-card:hover{border-color:var(--muted2);transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.product-card-img-wrap{aspect-ratio:1;background:var(--bg);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-card-img-wrap img{object-fit:cover;width:100%;height:100%}.product-card-badge{background:var(--pri);color:#fff;letter-spacing:.03em;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.product-card-badge.sold{background:var(--muted)}.product-card-body{padding:14px 16px 16px}.product-card-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-condition{color:var(--muted);margin-bottom:8px;font-size:11px}.product-card-price{color:var(--text);font-family:DM Mono,monospace;font-size:20px;font-weight:800}.product-card-price-old{color:var(--muted2);margin-left:8px;font-size:13px;font-weight:400;text-decoration:line-through}.product-card-location{color:var(--muted2);align-items:center;gap:4px;margin-top:6px;font-size:11px;display:flex}.home-layout{align-items:flex-start;gap:24px;display:flex}.home-main{flex:1;min-width:0}.coming-soon-card{background:var(--white);border:2px dashed var(--border);text-align:center;border-radius:16px;flex-shrink:0;width:320px;padding:28px 24px}.coming-soon-badge{background:var(--text);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:20px;margin-bottom:28px;padding:6px 20px;font-size:13px;font-weight:700;display:inline-block}.coming-soon-items{flex-direction:column;gap:16px;max-width:480px;margin:0 auto;display:flex}.coming-soon-item{color:var(--text);background:var(--bg);border:1px solid var(--border2);border-radius:10px;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.coming-soon-icon{flex-shrink:0;font-size:22px}.coming-soon-text{text-align:left;flex:1;line-height:1.35}.coming-soon-price{color:var(--text);white-space:nowrap;flex-shrink:0;font-family:DM Mono,monospace;font-weight:800}.product-page{max-width:1280px;margin:0 auto;padding:24px}.product-breadcrumb{color:var(--muted);align-items:center;gap:6px;margin-bottom:20px;font-size:12px;display:flex}.product-breadcrumb a:hover{color:var(--pri)}.product-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}@media (width<=900px){.product-layout{grid-template-columns:1fr}.home-layout{flex-direction:column}.coming-soon-card{width:100%}.product-sidebar{position:static}}.gallery{border:1px solid var(--border);background:var(--bg);border-radius:12px;overflow:hidden}.gallery-main{aspect-ratio:4/3;background:var(--white);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.gallery-main img{object-fit:contain;max-width:100%;max-height:100%}.gallery-nav{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text);z-index:2;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.gallery-nav.prev{left:12px}.gallery-nav.next{right:12px}.gallery-thumbs{gap:8px;padding:12px;display:flex;overflow-x:auto}.gallery-thumb{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:72px;transition:border-color .15s;overflow:hidden}.gallery-thumb.active{border-color:var(--pri)}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.product-sidebar{align-self:start;position:sticky;top:80px}.product-info-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:24px}.product-detail-title{color:var(--text);margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.35}.product-detail-condition{background:var(--green-bg);color:var(--green);border-radius:6px;align-items:center;gap:4px;margin-bottom:16px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.product-detail-price{color:var(--text);margin-bottom:4px;font-family:DM Mono,monospace;font-size:32px;font-weight:800}.product-detail-price-old{color:var(--muted2);margin-bottom:16px;font-size:16px;font-weight:400;text-decoration:line-through}.product-detail-vat{color:var(--muted);margin-bottom:20px;font-size:11px}.btn-buy{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:all .15s;display:flex}.btn-buy-primary{background:var(--pri);color:#fff;margin-bottom:10px}.btn-buy-primary:hover{background:var(--pri-dark)}.btn-buy-negotiate{background:var(--white);color:var(--pri);border:2px solid var(--pri)}.btn-buy-negotiate:hover{background:var(--pri-xlight)}.product-seller{border-top:1px solid var(--border);align-items:center;gap:12px;margin-top:20px;padding-top:20px;display:flex}.product-seller-avatar{background:var(--pri-light);width:44px;height:44px;color:var(--pri);border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.product-seller-name{font-size:14px;font-weight:600}.product-seller-rating{color:var(--muted);align-items:center;gap:4px;font-size:12px;display:flex}.product-description-section{grid-column:1;margin-top:24px}.product-description-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:28px}.product-description-card h2{color:var(--text);margin-bottom:16px;font-size:18px;font-weight:700}.product-description-card p,.product-description-card li{color:var(--text2);font-size:14px;line-height:1.7}.product-specs{border:1px solid var(--border);border-radius:8px;margin-top:20px;overflow:hidden}.product-spec-row{border-bottom:1px solid var(--border);padding:10px 16px;font-size:13px;display:flex}.product-spec-row:last-child{border-bottom:none}.product-spec-row:nth-child(2n){background:var(--bg)}.product-spec-label{width:160px;color:var(--muted);flex-shrink:0;font-weight:500}.product-spec-value{color:var(--text);font-weight:600}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:32px;animation:.25s slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--bg);cursor:pointer;width:32px;height:32px;color:var(--muted);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--border);color:var(--text)}.modal h2{margin-bottom:8px;font-size:20px;font-weight:700}.modal p.modal-desc{color:var(--muted);margin-bottom:20px;font-size:14px}.modal-product-summary{background:var(--bg);border-radius:10px;gap:12px;margin-bottom:20px;padding:12px;display:flex}.modal-product-summary img{object-fit:cover;border-radius:8px;width:64px;height:64px}.modal-product-name{margin-bottom:4px;font-size:13px;font-weight:600}.modal-product-price{font-family:DM Mono,monospace;font-size:18px;font-weight:800}.form-group{margin-bottom:14px}.form-group label{color:var(--text2);margin-bottom:5px;font-size:12px;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--border);width:100%;color:var(--text);background:var(--white);border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--pri)}.form-group textarea{resize:vertical;min-height:60px}.form-group .form-hint{color:var(--muted2);margin-top:4px;font-size:11px}.form-group .form-error{color:var(--red);margin-top:4px;font-size:11px}.negotiate-price-input{position:relative}.negotiate-price-input input{padding-left:36px;font-family:DM Mono,monospace;font-size:20px;font-weight:700}.negotiate-price-input .currency-symbol{color:var(--muted);font-family:DM Mono,monospace;font-size:20px;font-weight:700;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.negotiate-range{color:var(--muted2);justify-content:space-between;margin-top:4px;font-size:11px;display:flex}.btn-submit{background:var(--pri);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:8px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:all .15s}.btn-submit:hover{background:var(--pri-dark)}.btn-submit:disabled{background:var(--muted2);cursor:not-allowed}.success-message{text-align:center;padding:20px 0}.success-icon{margin-bottom:12px;font-size:48px}.success-message h3{margin-bottom:8px;font-size:18px;font-weight:700}.success-message p{color:var(--muted);font-size:13px}.footer{background:var(--bg);border-top:1px solid var(--border);text-align:center;padding:28px 24px}.footer-powered{color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}.footer-powered img{opacity:.7;height:72px}.footer-sub{color:var(--muted2);margin-top:8px;font-size:11px}@media (width<=640px){.header-inner{flex-direction:column;align-items:stretch;gap:10px;padding:10px 16px}.header-logo{align-self:center;height:60px}.header-search{max-width:none;margin:0;display:flex}.category-bar-inner{padding:0 16px}.page-wrapper{padding:16px}.page-title{font-size:19px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-body{padding:10px 12px 12px}.product-card-price{font-size:16px}.product-page{padding:16px}.product-layout{gap:16px}.product-detail-title{font-size:18px}.product-detail-price{font-size:26px}.product-info-card,.product-description-card{padding:18px}.product-spec-row{flex-direction:column;gap:2px;padding:10px 14px}.product-spec-label{width:auto}.gallery-thumbs{padding:8px}.gallery-thumb{width:56px;height:56px}.modal-overlay{padding:12px}.modal{padding:22px}.header-search input,.form-group input,.form-group textarea{font-size:16px}}.skeleton{background:linear-gradient(90deg, var(--border2) 25%, var(--border) 50%, var(--border2) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;color:var(--muted);padding:64px 24px}.empty-state-icon{margin-bottom:12px;font-size:48px}.empty-state h3{color:var(--text);margin-bottom:8px;font-size:18px;font-weight:600}
