.unified-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);max-height:420px;overflow-y:auto;z-index:10000;border:1px solid rgba(0,0,0,.08);animation:dropdownFadeIn .2s ease}@media (prefers-color-scheme:dark){.unified-search-dropdown{background:rgba(28,28,30,.98);border-color:rgba(255,255,255,.1)}}.unified-search-dropdown::-webkit-scrollbar{width:8px}.unified-search-dropdown::-webkit-scrollbar-track{background:0 0}.unified-search-dropdown::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}.unified-search-dropdown::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){.unified-search-dropdown::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.unified-search-dropdown::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}}.search-group{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06)}.search-group:last-child{border-bottom:none}@media (prefers-color-scheme:dark){.search-group{border-bottom-color:rgba(255,255,255,.06)}}.search-group-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:rgba(0,0,0,.5);padding:8px 16px 4px;margin:0}@media (prefers-color-scheme:dark){.search-group-title{color:rgba(255,255,255,.5)}}.search-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .15s ease;border-radius:8px;margin:0 8px}.search-item:hover{background:rgba(0,0,0,.04)}.search-item:active{background:rgba(0,0,0,.08);transform:scale(.98)}@media (prefers-color-scheme:dark){.search-item:hover{background:rgba(255,255,255,.08)}.search-item:active{background:rgba(255,255,255,.12)}}.search-icon{font-size:20px;line-height:1;flex-shrink:0;width:24px;text-align:center}.search-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.search-name{font-size:14px;font-weight:500;color:rgba(0,0,0,.9);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (prefers-color-scheme:dark){.search-name{color:rgba(255,255,255,.9)}}.search-meta{font-size:12px;color:rgba(0,0,0,.5);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (prefers-color-scheme:dark){.search-meta{color:rgba(255,255,255,.5)}}@keyframes dropdownFadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-empty{padding:32px 16px;text-align:center;color:rgba(0,0,0,.4);font-size:14px}@media (prefers-color-scheme:dark){.search-empty{color:rgba(255,255,255,.4)}}.search-loading{padding:16px;text-align:center;color:rgba(0,0,0,.4);font-size:13px}.search-loading::before{content:'';display:inline-block;width:16px;height:16px;border:2px solid rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.6);border-radius:50%;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.search-loading{color:rgba(255,255,255,.4)}.search-loading::before{border-color:rgba(255,255,255,.2);border-top-color:rgba(255,255,255,.6)}}.sanarip-search{position:relative}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.search-highlight-marker{animation:pulse 1s ease-in-out infinite}.search-item.selected{background:rgba(0,122,255,.1)!important;border-left:3px solid #007aff;padding-left:13px}@media (prefers-color-scheme:dark){.search-item.selected{background:rgba(10,132,255,.2)!important}}.nearby-objects-notification{position:fixed;bottom:24px;right:24px;width:380px;max-width:calc(100vw - 48px);background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,.15),0 4px 16px rgba(0,0,0,.1);z-index:10001;opacity:0;transform:translateY(20px);transition:all .3s ease;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.nearby-objects-notification.show{opacity:1;transform:translateY(0)}@media (prefers-color-scheme:dark){.nearby-objects-notification{background:rgba(28,28,30,.98);border-color:rgba(255,255,255,.1)}}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08);font-size:14px}@media (prefers-color-scheme:dark){.notification-header{border-bottom-color:rgba(255,255,255,.08)}}.notification-close{background:0 0;border:none;font-size:24px;line-height:1;color:rgba(0,0,0,.4);cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease}.notification-close:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}@media (prefers-color-scheme:dark){.notification-close{color:rgba(255,255,255,.4)}.notification-close:hover{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}}.notification-body{max-height:400px;overflow-y:auto}.notification-body::-webkit-scrollbar{width:6px}.notification-body::-webkit-scrollbar-track{background:0 0}.notification-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}@media (prefers-color-scheme:dark){.notification-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}}.nearby-object-item{padding:12px 20px;border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer;transition:background .15s ease}.nearby-object-item:last-child{border-bottom:none}.nearby-object-item:hover{background:rgba(0,0,0,.04)}.nearby-object-item:active{background:rgba(0,0,0,.08)}@media (prefers-color-scheme:dark){.nearby-object-item{border-bottom-color:rgba(255,255,255,.06)}.nearby-object-item:hover{background:rgba(255,255,255,.08)}.nearby-object-item:active{background:rgba(255,255,255,.12)}}.nearby-object-main{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px}.nearby-object-name{flex:1;font-size:14px;font-weight:500;color:rgba(0,0,0,.9);line-height:1.4}@media (prefers-color-scheme:dark){.nearby-object-name{color:rgba(255,255,255,.9)}}.nearby-object-distance{font-size:12px;font-weight:600;color:#007aff;white-space:nowrap}@media (prefers-color-scheme:dark){.nearby-object-distance{color:#0a84ff}}.nearby-object-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:rgba(0,0,0,.5)}.nearby-object-meta span{white-space:nowrap}@media (prefers-color-scheme:dark){.nearby-object-meta{color:rgba(255,255,255,.5)}}.search-load-more{padding:8px 16px!important;justify-content:center}.search-load-more:hover{background:rgba(0,122,255,.06)!important}.search-sub{font-size:12px;color:#86868b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-temp-marker{transition:transform .2s}.search-temp-marker:hover{transform:scale(1.2)}@media (max-width:768px){.unified-search-dropdown{max-height:50vh;border-radius:0 0 12px 12px;top:100%;left:-12px;right:-12px}}[data-theme=dark] .unified-search-dropdown{background:rgba(28,28,30,.98);border-color:rgba(255,255,255,.1)}[data-theme=dark] .unified-search-dropdown::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}[data-theme=dark] .search-group{border-bottom-color:rgba(255,255,255,.06)}[data-theme=dark] .search-group-title{color:rgba(255,255,255,.5)}[data-theme=dark] .search-item:hover{background:rgba(255,255,255,.08)}[data-theme=dark] .search-item:active{background:rgba(255,255,255,.12)}[data-theme=dark] .search-item.selected{background:rgba(10,132,255,.2)!important}[data-theme=dark] .search-name{color:rgba(255,255,255,.9)}[data-theme=dark] .search-meta,[data-theme=dark] .search-sub{color:rgba(255,255,255,.5)}[data-theme=dark] .search-empty{color:rgba(255,255,255,.4)}[data-theme=dark] .search-loading{color:rgba(255,255,255,.4)}[data-theme=dark] .search-loading::before{border-color:rgba(255,255,255,.2);border-top-color:rgba(255,255,255,.6)}[data-theme=dark] .search-load-more:hover{background:rgba(10,132,255,.12)!important}[data-theme=dark] .nearby-objects-notification{background:rgba(28,28,30,.98);border-color:rgba(255,255,255,.1)}[data-theme=dark] .notification-header{border-bottom-color:rgba(255,255,255,.08)}[data-theme=dark] .notification-close{color:rgba(255,255,255,.4)}[data-theme=dark] .notification-close:hover{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}[data-theme=dark] .nearby-object-item{border-bottom-color:rgba(255,255,255,.06)}[data-theme=dark] .nearby-object-item:hover{background:rgba(255,255,255,.08)}[data-theme=dark] .nearby-object-name{color:rgba(255,255,255,.9)}[data-theme=dark] .nearby-object-distance{color:#0a84ff}[data-theme=dark] .nearby-object-meta{color:rgba(255,255,255,.5)}[data-theme=dark] .notification-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.mobile-search-overlay{display:none;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#f2f2f7;flex-direction:column;overflow:hidden}.mobile-search-overlay.active{display:flex}.mobile-search-header{display:flex;align-items:center;gap:12px;padding:8px 16px 8px;background:#f2f2f7;flex-shrink:0}.mobile-search-bar{flex:1;display:flex;align-items:center;gap:6px;background:#e5e5ea;border-radius:10px;padding:8px 10px}.mobile-search-bar svg{color:#86868b;flex-shrink:0;width:16px;height:16px}.mobile-search-bar input{flex:1;border:none;background:0 0;font-size:17px;color:#1d1d1f;outline:0;-webkit-appearance:none;line-height:1.3;min-width:0}.mobile-search-bar input::placeholder{color:#86868b}.mobile-search-clear{display:none;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#aeaeb2;border:none;cursor:pointer;padding:0;flex-shrink:0}.mobile-search-clear svg{width:10px;height:10px;color:#fff}.mobile-search-clear.visible{display:flex}.mobile-search-close-btn{border:none;background:0 0;cursor:pointer;padding:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mobile-search-close-btn:active{opacity:.6}.mobile-search-results{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-search-results .msearch-section{padding:16px 16px 8px}.mobile-search-results .msearch-section-title{font-size:13px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.mobile-search-results .msearch-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:.5px solid #e5e5ea;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-search-results .msearch-item:last-child{border-bottom:none}.mobile-search-results .msearch-item:active{opacity:.6}.msearch-icon{width:36px;height:36px;border-radius:50%;background:#e5e5ea;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.msearch-icon--local{background:#e8f5e8}.msearch-icon--yandex{background:#eef4ff}.msearch-icon--recent{background:#f0f0f0}.msearch-icon--quick{background:#fff3cd}.msearch-text{flex:1;min-width:0}.msearch-name{font-size:16px;color:#1d1d1f;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msearch-sub{font-size:13px;color:#86868b;line-height:1.3;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msearch-arrow{color:#c7c7cc;flex-shrink:0;font-size:14px}.msearch-more{text-align:center;padding:12px 0;color:#007aff;font-size:15px;cursor:pointer}.msearch-more:active{opacity:.6}.msearch-sep{height:8px;background:#e5e5ea}.msearch-empty{text-align:center;padding:40px 20px;color:#86868b;font-size:15px}[data-theme=dark] .mobile-search-overlay{background:#000}[data-theme=dark] .mobile-search-header{background:#000}[data-theme=dark] .mobile-search-bar{background:#1c1c1e}[data-theme=dark] .mobile-search-bar input{color:#f5f5f7}[data-theme=dark] .mobile-search-bar input::placeholder{color:#636366}[data-theme=dark] .mobile-search-clear{background:#636366}[data-theme=dark] .mobile-search-close-btn circle{fill:#636366}[data-theme=dark] .msearch-item{border-bottom-color:#2c2c2e}[data-theme=dark] .msearch-name{color:#f5f5f7}[data-theme=dark] .msearch-sub{color:#636366}[data-theme=dark] .msearch-icon{background:#2c2c2e}[data-theme=dark] .msearch-icon--local{background:#1a3a1a}[data-theme=dark] .msearch-icon--yandex{background:#1a2a3a}[data-theme=dark] .msearch-icon--recent{background:#2c2c2e}[data-theme=dark] .msearch-icon--quick{background:#3a3000}[data-theme=dark] .msearch-sep{background:#1c1c1e}[data-theme=dark] .msearch-arrow{color:#48484a}[data-theme=dark] .msearch-empty{color:#636366}[data-theme=dark] .msearch-more{color:#0a84ff}