.tm-mobile-search[hidden]{display:none!important}
.tm-mobile-search{position:fixed;z-index:2147482000;top:var(--tm-mobile-search-top,0);right:0;bottom:auto;left:0;display:flex;height:var(--tm-mobile-search-height,100dvh);min-height:0;flex-direction:column;overflow:hidden;background:#f4faf8;color:#102f4b;overscroll-behavior:contain}
.tm-mobile-search-header{display:grid;flex:0 0 auto;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.35rem;min-height:58px;padding:max(.4rem,env(safe-area-inset-top)) .65rem .4rem;border-bottom:1px solid #c9ded9;background:linear-gradient(135deg,#073b5b,#0b8879);color:#fff;box-shadow:0 3px 12px rgba(7,59,91,.15)}
.tm-mobile-search-header h2{overflow:hidden;margin:0;font-size:1.05rem;font-weight:850;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.tm-mobile-search-back,.tm-mobile-search-close{display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:12px;background:rgba(255,255,255,.12);color:#fff;font:inherit;font-size:1.5rem;font-weight:800;line-height:1;touch-action:manipulation}
.tm-mobile-search-back:active,.tm-mobile-search-close:active{background:rgba(255,255,255,.24)}
.tm-mobile-search-query{position:relative;display:flex;flex:0 0 auto;align-items:center;gap:.4rem;padding:.68rem .75rem;border-bottom:1px solid #d7e6e2;background:#fff}
.tm-mobile-search-input{box-sizing:border-box;width:100%;height:48px;min-height:48px;padding:.65rem 2.8rem .65rem 2.65rem;border:2px solid #9fcac3;border-radius:14px;outline:0;background:#fbfefd;color:#102f4b;font:inherit;font-size:16px;line-height:1.3;-webkit-appearance:none;appearance:none}
.tm-mobile-search-input:focus{border-color:#078476;box-shadow:0 0 0 4px rgba(7,132,118,.14)}
.tm-mobile-search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}
.tm-mobile-search-icon{position:absolute;left:1.55rem;z-index:1;color:#087d72;font-size:1.45rem;font-weight:850;pointer-events:none}
.tm-mobile-search-clear{position:absolute;right:1.35rem;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:#e4f2ef;color:#126c64;font:inherit;font-size:1.2rem;font-weight:850;line-height:1;touch-action:manipulation}
.tm-mobile-search-input:placeholder-shown+.tm-mobile-search-clear{opacity:.5}
.tm-mobile-search-status{flex:0 0 auto;min-height:31px;padding:.42rem .9rem .35rem;background:#edf7f4;color:#557181;font-size:.72rem;font-weight:750}
.tm-mobile-search-results{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:.35rem .65rem calc(.85rem + env(safe-area-inset-bottom));background:#f4faf8;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.tm-mobile-search-section{padding:.42rem .3rem .28rem;color:#087d72;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.tm-mobile-search-row{display:grid;width:100%;min-height:66px;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;gap:.62rem;margin:.28rem 0;padding:.58rem .55rem;border:1px solid #cee1dd;border-radius:13px;background:#fff;color:#102f4b;text-align:left;box-shadow:0 2px 8px rgba(7,59,91,.055);font:inherit;touch-action:manipulation}
.tm-mobile-search-row:active,.tm-mobile-search-row.is-active{border-color:#0b8a7a;background:#e8f5f2;outline:0;box-shadow:0 0 0 2px rgba(11,138,122,.1)}
.tm-mobile-search-badge{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:#dff1ed;color:#08766d;font-size:.86rem;font-weight:900}
.tm-mobile-search-copy{display:flex;min-width:0;flex-direction:column;gap:.12rem}
.tm-mobile-search-primary{overflow:hidden;color:#102f4b;font-size:.88rem;font-weight:850;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.tm-mobile-search-secondary{display:-webkit-box;overflow:hidden;color:#637d8c;font-size:.72rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.tm-mobile-search-pick{color:#0a887b;font-size:1.45rem;font-weight:850;text-align:center}
.tm-mobile-search-message{display:flex;min-height:45vh;align-items:center;justify-content:center;flex-direction:column;gap:.42rem;padding:2rem 1.2rem;color:#607b89;text-align:center}
.tm-mobile-search-message strong{color:#24475e;font-size:.95rem}
.tm-mobile-search-message small{max-width:290px;font-size:.76rem;line-height:1.45}
.tm-mobile-search-message-icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:.25rem;border-radius:16px;background:#e1f1ed;color:#0b8879;font-size:1.7rem;font-weight:850}
.tm-mobile-search-spinner{width:34px;height:34px;margin-bottom:.4rem;border:4px solid #cae5df;border-top-color:#078476;border-radius:50%;animation:tm-mobile-search-spin .75s linear infinite}
.tm-mobile-search-retry{min-width:110px;min-height:42px;margin-top:.45rem;border:0;border-radius:11px;background:#0b8879;color:#fff;font:inherit;font-size:.82rem;font-weight:850}
.tm-mobile-search-error strong{color:#9f2d24}
body.tm-mobile-search-open{overflow:hidden!important;overscroll-behavior:none}
@keyframes tm-mobile-search-spin{to{transform:rotate(360deg)}}
@media(min-width:768px){.tm-mobile-search{display:none!important}}
@media(max-width:767.98px) and (orientation:landscape){.tm-mobile-search-header{min-height:50px;padding-top:max(.25rem,env(safe-area-inset-top));padding-bottom:.25rem}.tm-mobile-search-query{padding:.4rem .75rem}.tm-mobile-search-input{height:44px;min-height:44px}.tm-mobile-search-row{min-height:58px;padding:.42rem .55rem}.tm-mobile-search-message{min-height:30vh}}
@media(prefers-reduced-motion:reduce){.tm-mobile-search-spinner{animation-duration:1.5s}}
