.marker-panel-toggle{position:fixed;top:20px;left:20px;z-index:1101;cursor:pointer;display:flex;align-items:center;justify-content:center;width:61px;height:46px;padding:0;border:none;border-radius:11px;background:rgb(0 0 0 / .185);backdrop-filter:blur(28px) saturate(100%);-webkit-backdrop-filter:blur(28px) saturate(100%);border:1px solid rgb(255 255 255 / .18);color:rgb(255 255 255 / .85);font-size:18px;box-shadow:0 10px 40px rgb(0 0 0 / .08),0 2px 12px rgb(0 0 0 / .04),inset 0 1px 0 rgb(255 255 255 / .4);transition:left 0.4s cubic-bezier(.4,0,.2,1)}.marker-panel-toggle:hover{background:rgb(0 0 0 / .22);color:rgb(255 255 255 / .95)}.marker-panel-toggle:active{transform:scale(.96)}body.panel-style-floating.marker-panel-open .marker-panel-toggle{left:420px}.marker-panel{position:fixed;width:380px;z-index:1100;display:flex;flex-direction:column;transform:translateX(-100%);transition:transform 0.4s cubic-bezier(.4,0,.2,1);background:rgb(0 0 0 / .185);backdrop-filter:blur(28px) saturate(100%);-webkit-backdrop-filter:blur(28px) saturate(100%);border:1px solid rgb(255 255 255 / .18);box-shadow:2px 0 40px rgb(0 0 0 / .08),0 0 12px rgb(0 0 0 / .04),inset -1px 0 0 rgb(255 255 255 / .4)}.marker-panel.open{transform:translateX(0)}.marker-panel-docked{top:0;left:0;height:100vh;border-radius:0;border-left:none;border-top:none;border-bottom:none}.marker-panel-floating{top:20px;left:20px;height:calc(100vh - 40px);border-radius:24px}.marker-panel-floating:not(.open){transform:translateX(calc(-100% - 20px))}.marker-panel-header{display:none}.marker-panel-filters{padding:24px;padding-top:26px;padding-bottom:22px;border-bottom:1px solid rgb(255 255 255 / .06)}.search-box{margin-bottom:12px;position:relative}.search-box::before{content:'\f002';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;left:18px;top:50%;transform:translateY(-50%);color:rgb(255 255 255 / .35);font-size:12px;pointer-events:none;transition:color 0.3s ease}.search-input{width:100%;padding:12px 18px 12px 46px;border:1px solid rgb(255 255 255 / .1);border-radius:10px;font-size:13px;background:rgb(255 255 255 / .05);color:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);font-weight:400;font-family:'Montserrat',sans-serif}.search-input::placeholder{color:rgb(255 255 255 / .3);font-weight:300}.search-input:focus{outline:none;border-color:rgb(255 255 255 / .2);background:rgb(255 255 255 / .08)}.search-input:focus+.search-box::before{color:rgb(255 255 255 / .5)}.category-filter{margin-bottom:12px}.category-select{width:100%;padding:13px 18px;padding-right:44px;border:1px solid rgb(255 255 255 / .12);border-radius:12px;font-size:13px;background:rgb(255 255 255 / .06);color:#fff;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);font-weight:400;font-family:'Montserrat',sans-serif;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.6)' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.category-select:focus{outline:none;border-color:rgb(255 255 255 / .25);background-color:rgb(255 255 255 / .1)}.category-select:hover{background-color:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .18)}.category-select option{background:#1a1a1a;color:#fff;padding:12px;font-weight:500}.marker-count{text-align:center;font-size:10px;color:rgb(255 255 255 / .4);font-weight:500;letter-spacing:.8px;text-transform:uppercase;margin-top:12px;padding-top:0;border-top:none}.marker-credits{margin-top:6px;font-size:9px;color:rgb(255 255 255 / .3);font-weight:400;letter-spacing:.5px;text-transform:none;line-height:1.4;display:flex;align-items:center;justify-content:center;gap:4px}.marker-credits-label{display:inline}.marker-credits-link{color:rgb(255 255 255 / .5);text-decoration:none;transition:color 0.2s ease;font-weight:500;display:inline}.marker-credits-link:hover{color:rgb(255 255 255 / .8);text-decoration:underline}.category-filter-custom{margin-top:12px}.custom-dropdown{position:relative;width:100%}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12);border-radius:12px;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);user-select:none}.dropdown-header:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .25)}.dropdown-label{font-size:13px;font-weight:500;color:rgb(255 255 255 / .9)}.dropdown-arrow{font-size:12px;color:rgb(255 255 255 / .6);transition:transform 0.3s cubic-bezier(.4,0,.2,1)}.custom-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:280px;background:rgb(15 15 25 / .85);backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgb(255 255 255 / .18);border-radius:12px;box-shadow:0 15px 35px rgb(0 0 0 / .4),0 5px 15px rgb(0 0 0 / .3),inset 0 1px 0 rgb(255 255 255 / .3);padding:8px;max-height:350px;overflow-y:auto;overflow-x:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s cubic-bezier(.165,.84,.44,1);pointer-events:none;z-index:1000;scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .3) #fff0}.custom-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.dropdown-menu::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgb(255 255 255 / .8),rgb(255 255 255 / .5),rgb(255 255 255 / .8));z-index:1}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:#fff0;margin:8px 0}.dropdown-menu::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .25);border-radius:3px;transition:background 0.3s ease}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--accent-color) 0%,rgb(255 107 53 / .9) 100%);box-shadow:0 0 8px var(--accent-color-glow)}.dropdown-menu::-webkit-scrollbar-thumb:active{background:var(--accent-color-hover)}.dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all 0.2s cubic-bezier(.4,0,.2,1);user-select:none}.dropdown-item:hover{background:rgb(255 255 255 / .08)}.item-checkbox{width:18px;height:18px;border:2px solid rgb(255 255 255 / .3);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.2s ease}.item-checkbox i{font-size:10px;color:#fff0;transition:color 0.2s ease}.item-checkbox.checked{background:var(--accent-color);border-color:var(--accent-color)}.item-checkbox.checked i{color:#fff}.item-icon{font-size:14px;flex-shrink:0}.item-label{flex:1;font-size:13px;font-weight:500;color:rgb(255 255 255 / .9)}.item-count{font-size:11px;font-weight:600;color:rgb(255 255 255 / .5);padding:2px 8px;background:rgb(255 255 255 / .08);border-radius:10px;min-width:28px;text-align:center}.dropdown-all-button{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .1);cursor:pointer;transition:all 0.2s cubic-bezier(.4,0,.2,1);user-select:none;margin-bottom:4px}.dropdown-all-button:hover{background:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .2)}.dropdown-all-button .item-label{flex:1;font-weight:600;font-size:13px}.all-action-btn{padding:6px 14px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:6px;font-size:11px;font-weight:600;color:rgb(255 255 255 / .8);cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;gap:6px}.all-action-btn:hover{background:rgb(255 255 255 / .15);border-color:rgb(255 255 255 / .3);color:#fff}.all-action-btn.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.all-action-btn.active:hover{background:var(--accent-color-hover);border-color:var(--accent-color-hover)}.all-action-btn i{font-size:10px}.dropdown-separator{height:1px;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .15) 50%,transparent 100%);margin:8px 0}.marker-list{flex:1;overflow-y:auto;padding:18px;padding-top:14px}.marker-list::-webkit-scrollbar{width:2px!important}.marker-list::-webkit-scrollbar-track{background:transparent!important}.marker-list::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .08)!important;border-radius:10px!important}.marker-list::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .15)!important}.marker-list{scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .08) #fff0}.marker-list-item{display:flex;align-items:center;gap:14px;padding:14px 16px;margin-bottom:10px;background:rgb(0 0 0 / .14);border:1px solid rgb(255 255 255 / .06);border-radius:12px;cursor:pointer;transition:all 0.25s cubic-bezier(.4,0,.2,1);position:relative}.marker-list-item:hover{background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .12)}.marker-list-item:active{transform:scale(.985)}.marker-item-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;color:rgb(255 255 255 / .9);background:rgb(255 255 255 / .08);flex-shrink:0;transition:all 0.25s ease}.marker-item-content{flex:1;min-width:0}.marker-item-name{font-weight:500;font-size:13px;color:rgb(255 255 255 / .95);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.1px;line-height:1.3}.marker-item-category{font-size:10px;font-weight:500;color:rgb(255 255 255 / .4);margin-bottom:2px;text-transform:uppercase;letter-spacing:.6px}.marker-item-address{font-size:11px;color:rgb(255 255 255 / .45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;line-height:1.4}.marker-item-action{flex-shrink:0}.marker-item-goto{background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .1);color:rgb(255 255 255 / .6);width:34px;height:34px;border-radius:8px;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:all 0.25s cubic-bezier(.4,0,.2,1)}.marker-item-goto:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .18);color:rgb(255 255 255 / .9)}.marker-item-goto:active{transform:scale(.92)}.no-markers{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:rgb(255 255 255 / .35);font-size:13px;gap:16px;padding:40px 20px;text-align:center}.no-markers i{font-size:42px;opacity:.25;color:rgb(255 255 255 / .3)}.no-markers p{margin:0;font-weight:400;line-height:1.5}@media (max-width:768px){.marker-panel{width:100%;max-width:100%}.marker-panel-docked{width:100%!important;height:calc(100vh - 74px);max-height:calc(100vh - 74px);height:calc(100dvh - 74px - env(safe-area-inset-top));max-height:calc(100dvh - 74px - env(safe-area-inset-top));top:auto;bottom:0;border-radius:24px 24px 0 0;border-bottom:none;padding-bottom:env(safe-area-inset-bottom)}.marker-panel-floating{width:calc(100% - 20px)!important;left:max(10px, env(safe-area-inset-left));top:auto;bottom:max(10px, env(safe-area-inset-bottom));height:calc(100vh - 84px);max-height:calc(100vh - 84px);height:calc(100dvh - 84px - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - 84px - env(safe-area-inset-top) - env(safe-area-inset-bottom));border-radius:24px;border-bottom:1px solid rgb(255 255 255 / .18)}.marker-panel-docked:not(.open){transform:translateY(100%)}.marker-panel-docked.open{transform:translateY(0)}.marker-panel-floating:not(.open){transform:translateY(calc(100% + 10px))}.marker-panel-floating.open{transform:translateY(0)}.marker-panel-toggle{top:max(10px, env(safe-area-inset-top));left:max(10px, env(safe-area-inset-left));width:44px;height:44px;font-size:16px;border-radius:12px;transition:background 0.3s ease,color 0.3s ease,transform 0.2s ease}body.panel-style-floating.marker-panel-open .marker-panel-toggle,body.panel-style-docked.marker-panel-open .marker-panel-toggle{left:10px!important}.marker-list{padding:16px}.marker-list-item{padding:12px 14px}.marker-panel-filters{padding:20px;padding-bottom:18px}}@media (max-width:480px){.marker-panel-docked{height:calc(100vh - 70px);max-height:calc(100vh - 70px);height:calc(100dvh - 70px - env(safe-area-inset-top));max-height:calc(100dvh - 70px - env(safe-area-inset-top))}.marker-panel-floating{height:calc(100vh - 80px);max-height:calc(100vh - 80px);height:calc(100dvh - 80px - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - 80px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.marker-panel-toggle{width:40px;height:40px;font-size:14px}.marker-list{padding:12px}.marker-list-item{padding:10px 12px;gap:10px}.marker-item-icon{width:36px;height:36px;font-size:14px}.marker-item-name{font-size:12px}.marker-item-category{font-size:9px}.marker-item-address{font-size:10px}.marker-panel-filters{padding:16px;padding-bottom:16px}.search-input{padding:10px 16px 10px 40px;font-size:12px}.category-select{padding:11px 16px;font-size:12px}}