:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f6f7f9;--line:#dfe4e8;--muted:#667085}*{box-sizing:border-box}body{margin:0;min-height:100svh;background:linear-gradient(180deg,#fff,#eef2f5)}header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:14px max(18px,env(safe-area-inset-right)) 14px max(18px,env(safe-area-inset-left));background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:8px;color:#111827;text-decoration:none;font-weight:800}.brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#111827;color:#fff;font-family:'Space Mono',monospace}nav{display:flex;gap:16px}nav a,footer a{color:#475467;text-decoration:none;font-weight:600;font-size:.84rem}main{width:min(1120px,100%);margin:auto;padding:44px 16px calc(36px + env(safe-area-inset-bottom))}.hero{max-width:800px}.eyebrow{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.14em}.hero h1{margin:7px 0 10px;font-size:clamp(2.4rem,8vw,5.2rem);line-height:.98}.hero>p:not(.eyebrow){color:#475467;font-size:1.05rem}.searchbox{display:flex;gap:10px;margin-top:24px;padding:8px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(16,24,40,.08)}.searchbox input{flex:1;min-width:0;border:0;outline:0;padding:10px 12px;font:600 1rem Inter,sans-serif}.searchbox button,.results-head button{border:0;border-radius:11px;padding:0 14px;background:#111827;color:#fff;font-weight:700}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.chip{border:1px solid var(--line);border-radius:999px;padding:8px 11px;background:#fff;color:#344054;font-weight:700;cursor:pointer}.results-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin:34px 0 14px}.results-head h2{margin:0;font-size:1.1rem}.results-head p{margin:4px 0 0;color:var(--muted);font-size:.86rem}.results-head select{min-height:42px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 12px;font-weight:700}.search-controls{display:flex;align-items:center;gap:10px}.pro-control{min-height:42px;white-space:nowrap}.bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:12px 14px;border:1px solid #cfd7e3;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.05)}.bulk-bar div{display:flex;gap:8px;flex-wrap:wrap}.bulk-bar button{min-height:38px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fff;color:#111827;font-weight:750;cursor:pointer}.bulk-bar button:first-child,.bulk-bar button:nth-child(2){background:#111827;color:#fff;border-color:#111827}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(16,24,40,.06)}.card.selected{outline:3px solid #111827;outline-offset:2px}.select-toggle{position:absolute;top:10px;right:10px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(17,24,39,.18);border-radius:999px;background:rgba(255,255,255,.94);color:#111827;font-weight:900;cursor:pointer;box-shadow:0 6px 18px rgba(16,24,40,.12)}.select-toggle[aria-pressed=true]{background:#111827;color:#fff}.swatch{position:relative;height:150px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:12px}.swatch code,.best-text{padding:5px 7px;border-radius:8px;background:rgba(255,255,255,.88);color:#111;font:700 .68rem 'Space Mono',monospace;backdrop-filter:blur(8px)}.best-text{max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-body{padding:14px}.card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.card h3{margin:0;font-size:1rem}.save{border:0;background:transparent;color:#475467;font-weight:750;cursor:pointer;white-space:nowrap}.save[aria-pressed=true]{color:#111827}.meta{margin:5px 0 10px;color:var(--muted);font-size:.78rem;line-height:1.5}.metrics{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.metrics span{padding:5px 7px;border-radius:8px;background:#f2f4f7;color:#475467;font-size:.68rem;font-weight:750}.actions{display:flex;gap:8px}.actions+.actions{margin-top:8px}.actions a,.actions button{flex:1;min-height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:#111827;text-decoration:none;font-weight:700;cursor:pointer}.primary-actions a{background:#111827;color:#fff;border-color:#111827}.secondary-actions a{font-size:.75rem}.empty{grid-column:1/-1;padding:48px;border:1px dashed #cbd5e1;border-radius:18px;text-align:center;color:var(--muted)}.recent{margin-top:36px}footer{display:flex;justify-content:center;gap:18px;padding:22px 16px calc(22px + env(safe-area-inset-bottom))}@media(max-width:1040px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.results-head{align-items:flex-start}.search-controls{align-items:stretch;flex-direction:column}.bulk-bar{align-items:flex-start;flex-direction:column}}@media(max-width:620px){nav{display:none}main{padding-top:28px}.grid{grid-template-columns:1fr}.swatch{height:190px}.results-head{align-items:flex-start}.results-head select,.pro-control{width:100%;max-width:none}.searchbox{position:sticky;top:69px;z-index:6}.bulk-bar,.bulk-bar div{width:100%}.bulk-bar button{flex:1}}