.ws-page { background: var(--bg); }
.ws-header { background: var(--bg-elevated); border-bottom: 1px solid var(--border); padding: 14px 24px; position: sticky; top: 40px; z-index: 90; }
.ws-header-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ws-search { flex: 1; min-width: 200px; display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 10px 16px; }
.ws-search input { flex: 1; background: none; border: none; color: var(--text); outline: none; font-size: .9rem; }
.ws-cart-badge { color: var(--muted); font-size: .875rem; }
.ws-hero { padding: 48px 24px; background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(59,130,246,.2), transparent); text-align: center; }
.ws-hero-inner { max-width: 800px; margin: 0 auto; }
.ws-stats { display: flex; justify-content: center; gap: 48px; margin-top: 32px; flex-wrap: wrap; }
.ws-stats strong { display: block; font-size: 1.75rem; color: var(--accent-2); }
.ws-stats span { font-size: .8rem; color: var(--muted); }
.ws-layout { max-width: 1280px; margin: 0 auto; padding: 32px 24px 64px; display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
@media (max-width: 900px) { .ws-layout { grid-template-columns: 1fr; } .ws-sidebar { order: 2; } }
.ws-sidebar h3 { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 20px 0 12px; }
.ws-cats { list-style: none; }
.ws-cats li { padding: 10px 14px; border-radius: 10px; cursor: pointer; font-size: .9rem; color: var(--muted); margin-bottom: 4px; }
.ws-cats li:hover, .ws-cats li.active { background: rgba(59,130,246,.12); color: var(--text); }
.ws-filter { display: block; margin-bottom: 14px; font-size: .85rem; color: var(--muted); }
.ws-filter select { width: 100%; margin-top: 6px; padding: 8px 12px; border-radius: 8px; background: var(--card); border: 1px solid var(--border); color: var(--text); }
.ws-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; color: var(--muted); font-size: .875rem; }
.ws-toolbar select { padding: 8px 12px; border-radius: 8px; background: var(--card); border: 1px solid var(--border); color: var(--text); }
.ws-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ws-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.ws-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ws-item .thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; background: linear-gradient(145deg, #1e293b, #0f172a); }
.ws-item .body { padding: 16px; }
.ws-item .sku { font-size: 11px; color: var(--muted); font-family: monospace; }
.ws-item h4 { font-size: .95rem; margin: 6px 0; font-weight: 700; }
.ws-item .meta { font-size: .8rem; color: var(--muted); margin-bottom: 10px; }
.ws-item .price-row { display: flex; justify-content: space-between; align-items: center; }
.ws-item .fob { color: var(--accent-2); font-weight: 700; }
.ws-item .moq { font-size: 11px; background: #1e3a5f; color: #93c5fd; padding: 2px 8px; border-radius: 4px; }
.ws-item .actions { display: flex; gap: 8px; margin-top: 12px; }
.ws-item .actions button { flex: 1; padding: 8px; border-radius: 8px; border: 1px solid var(--border); background: var(--bg-elevated); color: var(--text); cursor: pointer; font-size: .8rem; font-weight: 600; }
.ws-item .actions button.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.ws-tier-section { margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--border); }
.ws-tier-section .sub { color: var(--muted); margin-bottom: 24px; }
.ws-tier-table-wrap { overflow-x: auto; }
.ws-tier-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.ws-tier-table th, .ws-tier-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; }
.ws-tier-table th { color: var(--muted); font-weight: 600; }
.ws-rfq-section { margin-top: 56px; padding: 32px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }
.ws-rfq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 768px) { .ws-rfq-grid { grid-template-columns: 1fr; } }
.ws-rfq-list { list-style: none; margin-top: 16px; min-height: 120px; }
.ws-rfq-list li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: .9rem; display: flex; justify-content: space-between; }
.ws-rfq-list li.empty { color: var(--muted); border: none; }
.ws-rfq-form h3 { margin-bottom: 12px; font-size: 1rem; }
