.customer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:22px}.customer-card{display:grid;gap:12px;align-content:start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.04)}.customer-card:hover{transform:translateY(-2px)}.customer-logo-placeholder{aspect-ratio:1/1;background:#f0f0f4;border:1px dashed #c6c6d0;border-radius:10px;display:grid;place-items:center;font-size:34px;font-weight:900;color:#777}.product-detail{grid-template-columns:minmax(280px,520px) 1fr}.detail-image{max-width:520px;position:sticky;top:96px}.description{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.description :first-child{margin-top:0}.description :last-child{margin-bottom:0}.color-picker{display:grid;gap:7px;font-weight:650}.color-options{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-weight:400}.color-choice{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff;font-weight:650;cursor:pointer}.color-choice input{width:auto}.color-swatch{width:22px;height:22px;border-radius:50%;border:1px solid #999;box-shadow:inset 0 0 0 2px rgba(255,255,255,.35)}.description-source{display:none}.description-modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.45);display:grid;place-items:center;padding:20px}.description-modal[hidden]{display:none}.description-modal-panel{width:min(760px,100%);background:#fff;border-radius:14px;padding:22px;box-shadow:0 20px 70px rgba(0,0,0,.25)}.description-modal-panel h2{margin:0 0 14px}.description-modal-panel textarea{min-height:320px}.description-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:14px}.api-debug{grid-column:1/-1;background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:12px;max-height:320px;overflow:auto}.api-debug-list{display:grid;gap:8px;margin-top:8px}.api-debug-row{display:grid;gap:4px}.api-debug-row code{font-size:12px;color:#555;white-space:normal}.api-debug-row a{font-size:12px;color:var(--purple);overflow-wrap:anywhere}.danger{color:#b91c1c}.danger-form{margin:0 0 16px}.alphabet-nav{display:flex;gap:6px;flex-wrap:wrap;margin:22px 0 12px}.alphabet-nav a{display:grid;place-items:center;min-width:34px;height:34px;padding:0 8px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:700}.alphabet-nav a:hover,.alphabet-nav a.active{background:#111;color:#fff;border-color:#111}.product-category-picker{display:grid;gap:10px}.product-category-picker>label{gap:4px}.customer-category-options[hidden]{display:none}.customer-category-options{padding:10px;border:1px solid var(--line);border-radius:10px;background:#fafafa}.customer-category-options .depth-0{font-weight:800;border-bottom:1px solid var(--line);padding-bottom:7px;margin-bottom:2px}@media(max-width:800px){.product-detail{grid-template-columns:1fr}.detail-image{max-width:none;position:static}}
