.tpm-clear-btn.show{display:flex}.tpm-dropdown.show{display:block;animation:dropIn .25s ease}.tpm-ac-item{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;border-bottom:1px solid var(--tpm-bg);transition:all .2s}.tpm-ac-item:last-child{border-bottom:none}.tpm-ac-item:hover,.tpm-ac-item.active{background:linear-gradient(135deg,var(--tpm-light),rgba(10,166,166,.03))}.tpm-ac-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--tpm-light),rgba(10,166,166,.12));border-radius:12px;color:var(--tpm);flex-shrink:0}.tpm-ac-content{flex:1;min-width:0}.tpm-ac-name{font-size:15px;font-weight:700;color:var(--tpm-text);margin:0 0 3px}.tpm-ac-name mark{background:rgba(10,166,166,.2);color:var(--tpm-dark);padding:0 3px;border-radius:3px}.tpm-ac-meta{font-size:13px;color:var(--tpm-text-light);display:flex;align-items:center;gap:8px}.tpm-ac-arrow{color:var(--tpm-text-muted);transition:all .2s;flex-shrink:0}.tpm-ac-item:hover .tpm-ac-arrow{color:var(--tpm);transform:translateX(4px)}.tpm-ac-loading{padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--tpm-text-light)}.tpm-spinner{width:36px;height:36px;border:3px solid var(--tpm-border);border-top-color:var(--tpm);border-radius:50%;animation:spin .8s linear infinite}.tpm-ac-empty{padding:40px 20px;text-align:center}.tpm-ac-empty-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.1);border-radius:50%;color:var(--tpm-error)}.tpm-ac-empty-title{font-size:18px;font-weight:700;color:var(--tpm-text);margin:0 0 8px}.tpm-ac-empty-text{font-size:14px;color:var(--tpm-text-light);margin:0;line-height:1.5}.tpm-ph-stars{display:flex;gap:2px}.tpm-ph-rating-num{font-size:13px;font-weight:700;color:var(--tpm-text)}.tpm-ph-reviews{font-size:12px;color:var(--tpm-text-light)}.tpm-toast{display:flex;align-items:center;gap:14px;padding:14px 20px;background:var(--tpm-white);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.15);border-left:4px solid var(--tpm);animation:toastIn .4s cubic-bezier(.4,0,.2,1)}.tpm-toast.error{border-left-color:var(--tpm-error)}.tpm-empty{padding:50px 20px;text-align:center;color:var(--tpm-text-light);background:var(--tpm-bg);border-radius:16px}