.tsb-instant{--tsb-search-bg:#fff;--tsb-search-border:rgba(15,23,42,.1);--tsb-search-muted:#64748b;--tsb-search-text:#0f172a;--tsb-search-hover:#f8fafc;--tsb-search-accent:#0f172a;--tsb-search-radius:14px;--tsb-search-shadow:0 18px 40px -20px rgba(15,23,42,.35);position:relative;width:100%}.tsb-instant__form{display:flex;align-items:center;width:100%;gap:6px;padding:4px 4px 4px 10px;border-radius:12px;border:1px solid var(--tsb-search-border);background:var(--tsb-search-hover);transition:border-color .16s ease,box-shadow .16s ease}.tsb-instant__form:focus-within{border-color:var(--tsb-search-accent);background:var(--tsb-search-bg);box-shadow:0 0 0 3px color-mix(in srgb,var(--tsb-search-accent) 16%,transparent)}.tsb-instant__input{flex:1;min-width:0;border:0;outline:none;background:transparent;color:var(--tsb-search-text);font-size:.9375rem;padding:8px 4px}.tsb-instant__submit{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:10px;cursor:pointer;color:#fff;background:var(--tsb-search-accent);flex:0 0 auto}.tsb-instant__submit:hover{filter:brightness(.95)}.tsb-instant__panel{position:absolute;z-index:60;top:calc(100% + 8px);right:0;left:0;overflow:hidden;border-radius:var(--tsb-search-radius);border:1px solid var(--tsb-search-border);background:var(--tsb-search-bg);box-shadow:var(--tsb-search-shadow);animation:tsb-instant-in .16s ease-out}@media (prefers-reduced-motion:reduce){.tsb-instant__panel{animation:none}}@keyframes tsb-instant-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tsb-instant__message{margin:0;padding:14px 16px;font-size:.875rem;line-height:1.5;color:var(--tsb-search-muted)}.tsb-instant__message--error{color:#b91c1c}.tsb-instant__list{display:flex;flex-direction:column;max-height:min(60vh,360px);overflow:auto}.tsb-instant__hit{display:flex;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;color:var(--tsb-search-text);transition:background .12s ease}.tsb-instant__hit:focus-visible,.tsb-instant__hit:hover{background:var(--tsb-search-hover);outline:none}.tsb-instant__thumb{position:relative;flex:0 0 48px;width:48px;height:48px;overflow:hidden;border-radius:10px;background:var(--tsb-search-hover)}.tsb-instant__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tsb-instant__badge{position:absolute;inset-inline-start:0;bottom:0;padding:1px 4px;font-size:9px;font-weight:700;color:#fff;background:rgba(15,23,42,.75)}.tsb-instant__body{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.tsb-instant__title{font-size:.875rem;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tsb-instant__price{font-size:.8125rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--tsb-search-accent)}.tsb-instant__muted{font-size:.75rem;color:var(--tsb-search-muted)}.tsb-instant__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-top:1px solid var(--tsb-search-border);font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--tsb-search-accent);background:var(--tsb-search-hover)}.tsb-instant__footer:hover{filter:brightness(.98)}.tsb-instant__count{font-weight:500;color:var(--tsb-search-muted)}.tsb-instant__skel{display:flex;flex-direction:column;gap:0;padding:6px 0}.tsb-instant__skel-row{display:flex;gap:12px;padding:10px 14px}.tsb-instant__skel-line,.tsb-instant__skel-thumb{border-radius:8px;background:linear-gradient(90deg,#eef2f7,#f8fafc 50%,#eef2f7);background-size:200% 100%;animation:tsb-skel 1.1s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.tsb-instant__skel-line,.tsb-instant__skel-thumb{animation:none}}@keyframes tsb-skel{0%{background-position:100% 0}to{background-position:-100% 0}}.tsb-instant__skel-thumb{width:48px;height:48px;flex:0 0 48px}.tsb-instant__skel-lines{flex:1;display:flex;flex-direction:column;gap:8px;justify-content:center}.tsb-instant__skel-line{height:10px}.tsb-instant__skel-line--title{width:72%}.tsb-instant__skel-line--price{width:40%}