.mobile-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:white;z-index:3000;display:none;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overscroll-behavior:contain}.mobile-search-overlay.show{display:flex;transform:translateY(0)}.mobile-search-header{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #e8eaed;background:white;position:relative;z-index:3001;min-height:48px;max-height:56px;flex-shrink:0}.mobile-back-button{background:none;border:none;color:#5f6368;font-size:24px;width:40px;height:40px;min-width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:8px;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.mobile-back-button:active{background-color:rgba(60,64,67,.12)}.mobile-search-input-wrapper{flex:1;position:relative;display:flex;align-items:center;min-width:0}.mobile-search-input{width:100%;border:none;outline:none;font-size:16px;padding:10px 32px 10px 0;color:#202124;background:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;touch-action:manipulation}@supports (-webkit-touch-callout:none){.mobile-search-input{font-size:16px!important}}.mobile-search-clear-btn{position:absolute;right:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:6px;background:none;border:none;cursor:pointer;color:#5f6368;transition:opacity .2s;-webkit-tap-highlight-color:transparent}.mobile-search-clear-btn:active{opacity:.5}.mobile-search-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-suggestions{background:white;min-height:100%}.mobile-suggestion-item{padding:12px 16px;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start;gap:12px;transition:background-color .1s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:56px}.mobile-suggestion-item:active{background-color:#f8f9fa}.mobile-suggestion-item:last-child{border-bottom:none}.mobile-suggestion-icon{color:#9aa0a6;width:20px;height:20px;flex-shrink:0;margin-top:2px}.mobile-suggestion-content{flex:1;min-width:0}.mobile-suggestion-title{font-size:16px;line-height:1.3;color:#202124;font-weight:400;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-suggestion-description{font-size:13px;color:#70757a;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-loading,.mobile-no-suggestions{padding:24px 16px;text-align:center;color:#5f6368;font-size:14px}@media screen and (max-width:375px) and (orientation:portrait){.mobile-search-header{padding:6px 8px;min-height:44px}.mobile-back-button{width:36px;height:36px;min-width:36px;margin-right:4px}.mobile-suggestion-item{padding:10px 12px;min-height:48px}.mobile-suggestion-title{font-size:15px}.mobile-suggestion-description{font-size:12px}}@media screen and (max-width:768px) and (orientation:landscape){.mobile-search-header{padding:4px 8px;min-height:40px;max-height:44px}.mobile-back-button{width:32px;height:32px;min-width:32px}.mobile-search-input{padding:8px 28px 8px 0;font-size:15px}.mobile-suggestion-item{padding:8px 12px;min-height:44px}.mobile-suggestion-icon{width:18px;height:18px}.mobile-suggestion-title{font-size:14px;-webkit-line-clamp:1}.mobile-suggestion-description{font-size:12px}.mobile-search-content{max-height:calc(100vh - 44px)}}@media screen and (min-width:376px) and (max-width:428px){.mobile-suggestion-item{padding:14px 16px}}@media screen and (min-width:769px) and (max-width:1024px) and (orientation:portrait){.mobile-search-header{padding:12px 20px;min-height:56px;max-height:64px}.mobile-back-button{width:48px;height:48px;min-width:48px}.mobile-search-input{font-size:18px;padding:12px 40px 12px 0}.mobile-search-clear-btn{width:40px;height:40px}.mobile-suggestion-item{padding:16px 20px;min-height:64px}.mobile-suggestion-icon{width:24px;height:24px}.mobile-suggestion-title{font-size:17px}.mobile-suggestion-description{font-size:14px}}@media screen and (min-width:769px) and (max-width:1024px) and (orientation:landscape){.mobile-search-header{padding:8px 16px;min-height:48px;max-height:56px}.mobile-suggestion-item{padding:12px 16px;min-height:56px}.mobile-suggestion-title{font-size:16px}.mobile-search-content{max-height:calc(100vh - 56px)}}@media screen and (max-height:500px){.mobile-search-header{padding:2px 8px;min-height:36px;max-height:40px}.mobile-back-button{width:28px;height:28px;min-width:28px;font-size:20px}.mobile-search-input{font-size:14px;padding:6px 24px 6px 0}.mobile-search-clear-btn{width:24px;height:24px}.mobile-suggestion-item{padding:6px 10px;min-height:36px}.mobile-suggestion-icon{width:16px;height:16px;margin-top:1px}.mobile-suggestion-title{font-size:13px;margin-bottom:0;-webkit-line-clamp:1}.mobile-suggestion-description{display:none}}@supports (padding:env(safe-area-inset-top)){.mobile-search-overlay{padding-top:env(safe-area-inset-top)}.mobile-search-content{padding-bottom:env(safe-area-inset-bottom)}@media screen and (orientation:landscape){.mobile-search-overlay{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}}@media (prefers-reduced-motion:reduce){.mobile-back-button,.mobile-search-clear-btn,.mobile-search-overlay,.mobile-suggestion-item{transition:none}}@media (prefers-color-scheme:dark){.mobile-search-overlay{background:#202124}.mobile-search-header{border-bottom-color:#3c4043;background:#202124}.mobile-search-input{color:#e8eaed}.mobile-search-input::placeholder{color:#9aa0a6}.mobile-back-button,.mobile-search-clear-btn{color:#e8eaed}.mobile-suggestions{background:#202124}.mobile-suggestion-item{border-bottom-color:#3c4043}.mobile-suggestion-item:active{background-color:#3c4043}.mobile-suggestion-title{color:#e8eaed}.mobile-loading,.mobile-no-suggestions,.mobile-suggestion-description{color:#9aa0a6}}