/* Styles (same as earlier version, Etsy-inspired) */
.ttb-etsy { --etsy:#F1641E; --muted:#94a3b8; --card:#0f1428; --bg:#0b1020; --ring:#f1641e; color:#e5e7eb; background:var(--bg); padding:20px; border-radius:16px; box-shadow:0 0 0 1px rgba(255,255,255,0.06) inset; }
.ttb-etsy a { color: var(--etsy); text-decoration:none; } .ttb-etsy a:hover { text-decoration:underline; }
.ttb-etsy-header { margin-bottom: 18px; } .ttb-etsy-title { margin:0 0 4px; font-size:24px; font-weight:800; } .ttb-etsy-sub{ color:var(--muted); margin:0;}
.ttb-etsy-inputs{ display:flex; gap:16px; align-items:flex-end; flex-wrap:wrap; margin:14px 0 10px;}
.ttb-field{ display:flex; flex-direction:column; gap:6px; flex:1; min-width:280px;}
.ttb-field input{ background:#101736; border:1px solid #1f2a44; color:#e5e7eb; border-radius:10px; padding:10px 12px; outline:none;}
.ttb-field input:focus{ border-color:var(--ring); box-shadow:0 0 0 2px rgba(241,100,30,.25);}
.ttb-actions{ display:flex; gap:10px; flex-wrap:wrap;}
.ttb-btn{ background:var(--etsy); color:white; border:none; padding:10px 14px; border-radius:12px; font-weight:700; cursor:pointer;}
.ttb-btn:hover{ filter:brightness(1.05);} .ttb-btn.ttb-ghost{ background:#101736; border:1px solid #1f2a44; color:#fdebd3;}
.ttb-status{ margin-top:10px; font-size:14px; color:#fcd7c5;} .ttb-status.ok{ color:#86efac;} .ttb-status.err{ color:#fda4af;}
.ttb-etsy-result{ margin-top:16px; display:grid; gap:16px;} .ttb-card{ background:var(--card); border:1px solid #1e293b; border-radius:14px; padding:14px;}
.ttb-head{ display:flex; gap:16px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap;} .ttb-item-title{ font-size:20px; font-weight:800;}
.ttb-meta-row{ display:flex; gap:8px; align-items:center; margin-top:6px;} .ttb-dim{ color:var(--muted);} .ttb-idline{ display:flex; gap:10px; color:var(--muted); margin-top:8px;}
.ttb-head-side{ text-align:right; min-width:160px;} .ttb-price{ font-size:22px; font-weight:800; color:#fbe8d6;}
.ttb-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px;} @media (max-width:900px){ .ttb-grid{ grid-template-columns:1fr;}}
.ttb-shop{ display:flex; flex-direction:column; gap:6px;} .ttb-shop-meta{ display:flex; gap:10px; flex-wrap:wrap;} .ttb-badges{ background:#143927; border:1px solid #265b41; border-radius:999px; padding:2px 8px; font-size:12px; color:#d1fae5;}
.ttb-gallery{ display:grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap:10px;} .ttb-gallery img{ width:100%; height:100%; object-fit:cover; border-radius:10px; border:1px solid #1e293b;}
.ttb-specs{ display:grid; grid-template-columns:1fr 2fr; gap:10px;} .ttb-spec{ display:contents;} .ttb-spec-k{ background:#101736; border:1px solid #1f2a44; padding:8px 10px; border-radius:10px; color:#cbd5e1;} .ttb-spec-v{ background:#0d1228; border:1px dashed #273142; padding:8px 10px; border-radius:10px; color:#e2e8f0;}
.ttb-desc-head{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:6px;} .ttb-description{ max-height:180px; overflow:auto; background:#0d1228; border:1px solid #1e293b; border-radius:10px; padding:10px; white-space:pre-wrap;} .ttb-description.open{ max-height:none;}
@media print{ .ttb-etsy{ background:white; color:black;} .ttb-btn, .ttb-etsy-inputs, .ttb-status{ display:none !important;} .ttb-card{ break-inside:avoid;}}