.brand-search-box{max-width:380px;margin-bottom:1.5rem;}.brand-list{margin:0;padding:0;list-style:none;max-height:600px;overflow-y:auto;-webkit-overflow-scrolling:touch;}.brand-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem 1rem 1rem 1.2rem;background:#fff;display:flex;align-items:flex-start;transition:box-shadow .14s;}.brand-item .brand-title{min-width:120px;font-weight:600;color:#222;flex-shrink:0;font-size:1rem;}.brand-colors{display:flex;flex-wrap:wrap;gap:8px;margin-left:16px;}.color-square{width:34px;height:34px;border-radius:5px;border:1.3px solid #ddd;box-shadow:0 2px 6px 0 rgba(20,30,40,0.06);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:box-shadow .14s;}.color-square:active{outline:2px solid #26bb2e;}@media (max-width:600px){.brand-item{flex-direction:column;align-items:flex-start;padding:1rem;}.brand-title{margin-bottom:.5rem;}.brand-colors{margin-left:0;}}#copy-toast{position:fixed;left:50%;bottom:3.5rem;transform:translateX(-50%);background:#232a34;color:#fff;border-radius:40px;padding:10px 26px;opacity:0;font-weight:500;font-size:1.03rem;pointer-events:none;box-shadow:0 2px 20px 0 rgba(60,60,60,0.12);z-index:2200;transition:opacity .28s;}#copy-toast.show{opacity:1;}