@charset "UTF-8";body{margin:0;font-family:Pretendard,sans-serif;font-size:16px;line-height:1.5;background-color:#f9f9f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.skip-link{position:absolute;left:0;top:-40px;background:#000;color:#fff;padding:8px;z-index:100}.skip-link:focus{top:0}body{font-family:Pretendard,sans-serif;font-size:15px;color:#0f172a;line-height:1.55;letter-spacing:-.15px;background:#f8faff;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Pretendard,sans-serif;letter-spacing:-.3px;line-height:1.25}.title-xl{font-size:24px;font-weight:700}.title-lg{font-size:22px;font-weight:700}.title-md{font-size:18px;font-weight:700}.title-sm{font-size:16px;font-weight:700}.body-lg{font-size:16px;font-weight:400}p,.body-md{font-size:15px;font-weight:400}.body-sm{font-size:14px;font-weight:400}.label-lg{font-size:14px;font-weight:600}.label-md{font-size:13px;font-weight:600}.label-sm{font-size:11px;font-weight:700;letter-spacing:.2px}.label-xs{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.slick-prev:before,.slick-next:before{color:#2563eb;font-size:24px}.slick-dots li button:before{content:"";display:block;width:24px;height:2px;background-color:#93c5fd;border-radius:1px}.slick-dots li.slick-active button:before{background-color:#2563eb}.toast-container{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.toast{display:inline-flex;align-items:center;gap:8px;padding:10px 14px 10px 12px;border-radius:9999px;font-size:13px;font-weight:500;font-family:Pretendard,sans-serif;line-height:1.4;box-shadow:0 10px 32px #0000001c;pointer-events:all;animation:toast-in .22s cubic-bezier(.16,1,.3,1) both;max-width:min(360px,100vw - 32px)}.toast--info{background:#0f172ae0;color:#fff}.toast--info .toast__icon{color:#93c5fd}.toast--success{background:#0f172ae0;color:#fff}.toast--success .toast__icon{color:#86efac}.toast--error{background:#0f172ae0;color:#fff}.toast--error .toast__icon{color:#fca5a5}.toast--warning{background:#0f172ae0;color:#fff}.toast--warning .toast__icon{color:#fcd34d}.toast__icon{font-size:17px;flex-shrink:0}.toast__message{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast__action{flex-shrink:0;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;background:#ffffff2e;transition:background .16s ease;white-space:nowrap}.toast__action:hover{background:#ffffff47}.toast__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;border-radius:50%;color:#ffffffb3;cursor:pointer;transition:color .16s ease}.toast__close:hover{color:#fff}.toast__close .material-symbols-rounded{font-size:14px}@keyframes toast-in{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.toast-container{top:calc(env(safe-area-inset-top) + 12px);left:50%;right:auto;bottom:auto;width:min(360px,100vw - 24px);max-width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 24px);transform:translate(-50%);align-items:stretch}.toast{max-width:100%;border-radius:14px}.toast__message{white-space:normal}}.actions-button-wrap{display:flex;flex-direction:row;gap:8px}.actions-button-wrap button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:10px;background:#f0f4ff;border:1px solid #e2e8f0;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.actions-button-wrap button:hover{background-color:#eff6ff;border-color:#bfdbfe;box-shadow:0 2px 8px #00000012}.actions-button-wrap button:active{transform:scale(.94)}.actions-button-wrap button img{width:18px;height:auto}.actions-button-wrap button .material-symbols-rounded{font-size:20px;line-height:1;color:#334155;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.loading-container{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:#ffffffb3;z-index:9999}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #2563eb;border-radius:50%;animation:spin 2s linear infinite}.loading-text{margin-left:12px;font-size:1.125rem;font-weight:500;color:#334155}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#0a0f2380;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2147483647;animation:overlay-fade-in .2s ease}.login-modal{background:#fff;padding:36px 28px 28px;border-radius:20px;width:90%;max-width:360px;display:flex;flex-direction:column;gap:0;box-shadow:0 24px 48px #00000024;border:1px solid rgba(0,0,0,.05);animation:modal-slide-up .25s ease}.login-modal .login-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.login-modal .login-brand .login-brand-icon{width:34px;height:34px;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px;color:#fff;flex-shrink:0;box-shadow:0 3px 10px #2563eb4d}.login-modal .login-brand .login-brand-name{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.login-modal h2{font-size:21px;font-weight:700;color:#0f172a;margin-bottom:6px;letter-spacing:-.3px}.login-modal .login-subtitle{font-size:14px;color:#64748b;margin-bottom:24px;line-height:1.55}.login-modal .login-buttons{display:flex;flex-direction:column;gap:9px;margin-bottom:14px}.login-modal button{padding:13px 16px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;font-family:Pretendard,sans-serif;transition:opacity .15s ease,box-shadow .15s ease,transform .1s ease}.login-modal button:hover{opacity:.92;box-shadow:0 4px 16px #00000017}.login-modal button:active{opacity:.85;transform:scale(.99)}.login-modal .google{background:#4285f4;color:#fff;box-shadow:0 2px 8px #4285f447}.login-modal .kakao{background:#fee500;color:#3c1e1e;border-color:#e6cf00;box-shadow:0 2px 8px #e6cf003d}.login-modal .divider{display:flex;align-items:center;gap:12px;margin:4px 0 12px}.login-modal .divider:before,.login-modal .divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.login-modal .divider span{font-size:12px;color:#94a3b8;font-weight:500}.login-modal .close{background:#f0f4ff;color:#475569;border-color:#e2e8f0;font-size:14px;padding:11px 16px;font-weight:500;box-shadow:none}.login-modal .close:hover{background:#e2e8f0;opacity:1;box-shadow:none}.login-modal .close:focus{outline:2px solid #60a5fa;outline-offset:2px}@media(max-width:768px){.login-overlay{align-items:flex-end;background:#0a0f236b}.login-modal{width:100%;max-width:100%;border-radius:20px 20px 0 0;padding:8px 24px calc(28px + env(safe-area-inset-bottom));animation:modal-slide-up-mobile .28s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 32px #0000001a;border-bottom:none}.login-modal:before{content:"";display:block;width:32px;height:4px;background:#cbd5e1;border-radius:9999px;margin:8px auto 20px}.login-modal .login-brand{margin-bottom:16px}.login-modal h2{font-size:19px}.login-modal button{padding:14px 16px;font-size:15px;-webkit-tap-highlight-color:transparent}.login-modal button:active{transform:scale(.97);opacity:.85}.login-modal .close{padding:13px 16px}}@media(min-width:1024px){.login-modal{width:400px;max-width:400px}}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-slide-up-mobile{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.policy-modal-overlay{position:fixed;inset:0;z-index:1500;display:flex;justify-content:center;align-items:center;background:#11182794;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:20px}.policy-modal{width:min(900px,100%);max-height:90vh;background:#fff;border-radius:18px;box-shadow:0 24px 48px #0f172a33;overflow:hidden;display:flex;flex-direction:column}.policy-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 24px;border-bottom:1px solid #e5e7eb}.policy-modal-header h2{font-size:24px;margin-bottom:6px;color:#111827}.policy-modal-header p{color:#4b5563;line-height:1.45}.policy-modal-header .policy-meta{margin-top:8px;font-size:13px;color:#6b7280}.policy-modal-header button{border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;font-weight:600;padding:10px 14px;cursor:pointer}.policy-modal-header button:hover{background:#f3f4f6}.policy-modal-content{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:22px}.policy-modal-content section h3{font-size:18px;margin-bottom:10px;color:#111827}.policy-modal-content section p,.policy-modal-content section li{color:#374151;line-height:1.6;font-size:15px}.policy-modal-content section ul,.policy-modal-content section ol{margin-left:18px;display:flex;flex-direction:column;gap:7px;list-style:disc}.policy-modal-content section ol{list-style:decimal}.policy-history-table-wrap{overflow-x:auto}.policy-history-table-wrap table{width:100%;border-collapse:collapse;min-width:620px}.policy-history-table-wrap th,.policy-history-table-wrap td{text-align:left;padding:10px;border-bottom:1px solid #e5e7eb;vertical-align:top}.policy-history-table-wrap th{background:#f9fafb;color:#111827;font-size:14px}.policy-history-table-wrap td{color:#374151;font-size:14px}@media(max-width:768px){.policy-modal-overlay{padding:10px;align-items:flex-end}.policy-modal{max-height:94vh;border-radius:16px 16px 0 0}.policy-modal-header{padding:18px}.policy-modal-header h2{font-size:20px}.policy-modal-header button{padding:8px 12px;font-size:14px}.policy-modal-content{padding:18px}}.not-found-page{min-height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;gap:12px;color:#0f172a}.not-found-page__status{font-size:52px;font-weight:800;line-height:1;color:#2563eb}.not-found-page h1{font-size:28px;line-height:1.3;font-weight:700}.not-found-page__description{max-width:440px;color:#475569;line-height:1.5}.not-found-page__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:9999px;background:#2563eb;color:#fff;font-weight:700;box-shadow:0 2px 8px #00000012;transition:transform .15s ease}.not-found-page__button:hover{transform:translateY(-1px)}.not-found-page__button:focus-visible{outline:3px solid rgba(37,99,235,.09);outline-offset:3px}.not-found-page__actions{margin-top:8px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.not-found-page__button--ghost{background:#f0f4ff;color:#0f172a;box-shadow:none;border:1px solid rgba(0,0,0,.09)}@media(max-width:768px){.not-found-page{min-height:calc(100vh - 64px - env(safe-area-inset-bottom))}.not-found-page__status{font-size:44px}.not-found-page h1{font-size:24px}.not-found-page__actions{width:100%;max-width:280px;flex-direction:column}.not-found-page__button{width:100%}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{background:#f8faff}body{overflow:hidden}a{color:inherit;text-decoration:none}button,select,textarea{background-color:transparent;border:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:focus,select:focus,textarea:focus{outline:none;box-shadow:none}ul,ol{padding-left:0;list-style:none}input{width:100%;padding:11px 14px;border:1.5px solid rgba(0,0,0,.09);border-radius:20px;font-size:14px;background:#f0f4ff;color:#0f172a;font-family:Pretendard,sans-serif;transition:border-color .16s ease,box-shadow .16s ease}input:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}input::placeholder{color:#94a3b8}.text-hot{color:#c41c1c}.tag{padding:8px 14px;border-radius:9999px;background:#fff;border:1.5px solid rgba(0,0,0,.09);cursor:pointer;font-size:13px;font-weight:600;color:#475569;transition:all .16s ease;box-shadow:0 1px 2px #0000000d}.tag:hover{border-color:#2563eb;color:#2563eb}.tag.selected{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 3px 14px #2563eb47}.page-container{padding:0;height:100%;overflow-y:auto}.App .Contents{padding-left:72px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes panelIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.info-panel{animation:panelIn .24s cubic-bezier(.16,1,.3,1) both}.bottom-sheet{animation:fadeSlideUp .26s cubic-bezier(.32,.72,0,1) both}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}#mapContainer{width:100%!important;height:100vh!important}@media(max-width:768px){.App .Contents{padding:0;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.gps-btn{right:max(14px,env(safe-area-inset-right));bottom:calc(80px + env(safe-area-inset-bottom));width:48px;height:48px;box-shadow:0 4px 16px #00000017;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);background:#fffffff0;border-radius:50%;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.gps-btn img{width:20px}.gps-btn:active{transform:scale(.88);box-shadow:0 2px 8px #00000012;transition:transform .1s ease,box-shadow .1s ease}.sidebar-content,.page-container{overscroll-behavior:contain}a,button,[role=button]{-webkit-tap-highlight-color:transparent}input,textarea,select{font-size:16px}.tag{min-height:40px;display:inline-flex;align-items:center}.tag:active{transform:scale(.95);transition:transform .1s ease}}.profile-error-banner{position:fixed;bottom:calc(64px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:200;display:flex;align-items:center;gap:8px;padding:12px 16px;background:#7f1d1d;color:#fef2f2;border-radius:14px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:500;box-shadow:0 10px 32px #0000001c;max-width:calc(100vw - 32px);white-space:nowrap}.profile-error-banner .material-symbols-rounded{font-size:18px;flex-shrink:0;color:#fca5a5}@media(min-width:769px){.profile-error-banner{bottom:20px;left:92px;transform:none}}.header{position:fixed;top:0;left:0;bottom:0;width:72px;background:#fff;border-right:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;padding:16px 0 20px;z-index:100;box-shadow:1px 0 #0000000d,4px 0 24px #0f172a0a}.header .header-logo{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-family:Pretendard,sans-serif;font-weight:900;font-size:17px;color:#fff;letter-spacing:-.5px;flex-shrink:0;box-shadow:0 4px 12px #2563eb59,0 1px 3px #2563eb33}.header .header-container{width:100%;display:flex;flex-direction:column;align-items:center;flex:1}.header .nav{width:100%}.header .nav ul{display:flex;flex-direction:column;gap:2px;padding:0 8px;list-style:none}.header .nav ul li a,.header .nav ul li button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px 6px;border-radius:10px;text-decoration:none;transition:background-color .15s ease,color .15s ease;position:relative;border:none;background:transparent;font:inherit;cursor:pointer;width:100%}.header .nav ul li a .nav-icon,.header .nav ul li button .nav-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.header .nav ul li a img,.header .nav ul li button img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;opacity:.38;transition:opacity .15s ease,transform .15s ease;filter:brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(1784%) hue-rotate(213deg) brightness(98%) contrast(88%)}.header .nav ul li a .nav-icon-material .material-symbols-rounded,.header .nav ul li button .nav-icon-material .material-symbols-rounded{font-size:22px;color:#2563eb61;transition:color .15s ease}.header .nav ul li a .nav-label,.header .nav ul li button .nav-label{font-size:9.5px;font-weight:600;letter-spacing:.1px;color:#94a3b8;transition:color .15s ease}.header .nav ul li a:hover,.header .nav ul li button:hover{background:#f0f4ff}.header .nav ul li a:hover img,.header .nav ul li button:hover img{opacity:.7}.header .nav ul li a:hover .nav-label,.header .nav ul li button:hover .nav-label{color:#475569}.header .nav ul li a:hover .nav-icon-material .material-symbols-rounded,.header .nav ul li button:hover .nav-icon-material .material-symbols-rounded{color:#2563ebb3}.header .nav ul li a.active,.header .nav ul li button.active{background:#2563eb17}.header .nav ul li a.active:before,.header .nav ul li button.active:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#2563eb;border-radius:0 9999px 9999px 0}.header .nav ul li a.active img,.header .nav ul li button.active img{opacity:1;filter:brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(1784%) hue-rotate(213deg) brightness(98%) contrast(88%)}.header .nav ul li a.active .nav-label,.header .nav ul li button.active .nav-label{color:#2563eb;font-weight:700}.header .nav ul li a.active .nav-icon-material .material-symbols-rounded,.header .nav ul li button.active .nav-icon-material .material-symbols-rounded{color:#2563eb}@media(max-width:768px){.header{inset:auto 0 0;width:100%;height:calc(64px + env(safe-area-inset-bottom));flex-direction:row;align-items:flex-start;border-right:none;border-top:1px solid rgba(0,0,0,.05);padding:0;padding-bottom:env(safe-area-inset-bottom);background:#fffffff7;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 -1px #0000000d,0 -4px 20px #0f172a0f}.header .header-logo{display:none}.header .header-container{width:100%;flex-direction:row;height:64px;padding:0 6px}.header .nav{width:100%;height:64px}.header .nav ul{flex-direction:row;width:100%;height:100%;padding:0;gap:6px}.header .nav ul li{flex:1;height:100%}.header .nav ul li a,.header .nav ul li button{width:100%;height:100%;border-radius:14px;padding:8px 4px 10px;gap:4px;position:relative;overflow:hidden}.header .nav ul li a .nav-icon,.header .nav ul li button .nav-icon{width:24px;height:24px;position:relative;z-index:1;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.header .nav ul li a img,.header .nav ul li button img{transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}.header .nav ul li a .nav-label,.header .nav ul li button .nav-label{font-size:10.5px;font-weight:600;letter-spacing:0px;position:relative;z-index:1;transition:color .2s ease;line-height:1.2}.header .nav ul li a:before,.header .nav ul li button:before{display:none}.header .nav ul li a:after,.header .nav ul li button:after{content:"";position:absolute;top:7px;left:50%;transform:translate(-50%) scaleX(.5) scaleY(.8);width:56px;height:30px;background:#2563eb17;border-radius:9999px;opacity:0;transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.header .nav ul li a:hover,.header .nav ul li button:hover{background:none}.header .nav ul li a:active .nav-icon,.header .nav ul li a:active img,.header .nav ul li button:active .nav-icon,.header .nav ul li button:active img{transform:scale(.86);transition:transform .1s ease}.header .nav ul li a:focus-visible,.header .nav ul li button:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:-2px}.header .nav ul li a.active,.header .nav ul li button.active{background:none}.header .nav ul li a.active:after,.header .nav ul li button.active:after{opacity:1;transform:translate(-50%) scaleX(1) scaleY(1)}.header .nav ul li a.active img,.header .nav ul li button.active img{opacity:1;transform:translateY(-1px) scale(1.1)}.header .nav ul li a.active .nav-label,.header .nav ul li button.active .nav-label{color:#2563eb;font-weight:700}}.map-skeleton{width:100%;height:100vh;position:relative;background-color:#f0f4ff;background-image:repeating-linear-gradient(45deg,#cbd5e1 0,#cbd5e1 1px,transparent 1px,transparent 12px),repeating-linear-gradient(-45deg,#cbd5e1 0,#cbd5e1 1px,transparent 1px,transparent 12px);animation:skeleton-loading 1.2s ease-in-out infinite}.map-skeleton-message{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;padding:12px 16px;max-width:min(90vw,480px);border-radius:10px;border:1px solid #cbd5e1;background-color:#ffffffeb;color:#334155;font-size:14px;line-height:1.5;text-align:center;white-space:pre-line}@media(max-width:768px){.map-skeleton{height:calc(100vh - 52px)}}.sidebar{width:348px;min-width:348px;background:#fff;border-right:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:visible;position:relative;transition:width .25s ease,min-width .25s ease}.sidebar .sidebar-header,.mobile-home-drawer .sidebar-header,.mobile-home-fullscreen .sidebar-header{padding:20px 16px 16px;border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0;position:relative;z-index:10;background:linear-gradient(160deg,var(--bg-surface) 0%,var(--bg-base) 100%)}.sidebar .sidebar-header .sidebar-header-top,.mobile-home-drawer .sidebar-header .sidebar-header-top,.mobile-home-fullscreen .sidebar-header .sidebar-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sidebar .sidebar-header .sidebar-header-top--home,.mobile-home-drawer .sidebar-header .sidebar-header-top--home,.mobile-home-fullscreen .sidebar-header .sidebar-header-top--home{align-items:flex-start}.sidebar .sidebar-header .brand,.mobile-home-drawer .sidebar-header .brand,.mobile-home-fullscreen .sidebar-header .brand{display:flex;align-items:center;gap:10px}.sidebar .sidebar-header .brand .brand-icon,.mobile-home-drawer .sidebar-header .brand .brand-icon,.mobile-home-fullscreen .sidebar-header .brand .brand-icon{width:34px;height:34px;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Pretendard,sans-serif;font-weight:900;font-size:12px;color:#fff;box-shadow:0 3px 10px #2563eb4d;flex-shrink:0;letter-spacing:-.3px}.sidebar .sidebar-header .brand .brand-name,.mobile-home-drawer .sidebar-header .brand .brand-name,.mobile-home-fullscreen .sidebar-header .brand .brand-name{font-family:Pretendard,sans-serif;font-size:17px;font-weight:700;color:#0f172a;letter-spacing:-.3px;line-height:1.2}.sidebar .sidebar-header .brand .brand-logo,.mobile-home-drawer .sidebar-header .brand .brand-logo,.mobile-home-fullscreen .sidebar-header .brand .brand-logo{width:114px;height:auto;display:block}.sidebar .sidebar-header .sidebar-header-actions,.mobile-home-drawer .sidebar-header .sidebar-header-actions,.mobile-home-fullscreen .sidebar-header .sidebar-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.sidebar .sidebar-header .sidebar-header-action,.mobile-home-drawer .sidebar-header .sidebar-header-action,.mobile-home-fullscreen .sidebar-header .sidebar-header-action{border:1px solid rgba(0,0,0,.09);background:#ffffffe0;color:#475569;border-radius:9999px;min-height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease;font-size:12px;font-weight:700}.sidebar .sidebar-header .sidebar-header-action .material-symbols-rounded,.mobile-home-drawer .sidebar-header .sidebar-header-action .material-symbols-rounded,.mobile-home-fullscreen .sidebar-header .sidebar-header-action .material-symbols-rounded{font-size:18px}.sidebar .sidebar-header .sidebar-header-action:hover,.sidebar .sidebar-header .sidebar-header-action:focus-visible,.mobile-home-drawer .sidebar-header .sidebar-header-action:hover,.mobile-home-drawer .sidebar-header .sidebar-header-action:focus-visible,.mobile-home-fullscreen .sidebar-header .sidebar-header-action:hover,.mobile-home-fullscreen .sidebar-header .sidebar-header-action:focus-visible{border-color:#2563eb59;background:#2563eb14;color:#2563eb}.sidebar .sidebar-header .sidebar-header-action:active,.mobile-home-drawer .sidebar-header .sidebar-header-action:active,.mobile-home-fullscreen .sidebar-header .sidebar-header-action:active{transform:scale(.98)}.sidebar .sidebar-header .sidebar-header-action--saved,.mobile-home-drawer .sidebar-header .sidebar-header-action--saved,.mobile-home-fullscreen .sidebar-header .sidebar-header-action--saved{padding-right:14px}.sidebar .sidebar-header .sidebar-search-utility,.mobile-home-drawer .sidebar-header .sidebar-search-utility,.mobile-home-fullscreen .sidebar-header .sidebar-search-utility{margin-top:2px}.sidebar .sidebar-header .search-box,.mobile-home-drawer .sidebar-header .search-box,.mobile-home-fullscreen .sidebar-header .search-box{display:grid;gap:10px}.sidebar .sidebar-header .search-box .search-input-wrap,.mobile-home-drawer .sidebar-header .search-box .search-input-wrap,.mobile-home-fullscreen .sidebar-header .search-box .search-input-wrap{position:relative;isolation:isolate;filter:drop-shadow(0 6px 16px rgba(15,23,42,.12));border-radius:20px}.sidebar .sidebar-header .search-box .search-input-wrap:focus-within,.mobile-home-drawer .sidebar-header .search-box .search-input-wrap:focus-within,.mobile-home-fullscreen .sidebar-header .search-box .search-input-wrap:focus-within{filter:drop-shadow(0 10px 24px rgba(37,99,235,.2))}.sidebar .sidebar-header .search-box .search-icon-left,.mobile-home-drawer .sidebar-header .search-box .search-icon-left,.mobile-home-fullscreen .sidebar-header .search-box .search-icon-left{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:18px;color:#2563eb;pointer-events:none;z-index:1;opacity:.7;transition:opacity .16s ease}.search-input-wrap:focus-within .sidebar .sidebar-header .search-box .search-icon-left,.search-input-wrap:focus-within .mobile-home-drawer .sidebar-header .search-box .search-icon-left,.search-input-wrap:focus-within .mobile-home-fullscreen .sidebar-header .search-box .search-icon-left{opacity:1}.sidebar .sidebar-header .search-box .search-clear-icon,.mobile-home-drawer .sidebar-header .search-box .search-clear-icon,.mobile-home-fullscreen .sidebar-header .search-box .search-clear-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;background:#f0f4ff;color:#94a3b8;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease;z-index:1;padding:9px;box-sizing:content-box}.sidebar .sidebar-header .search-box .search-clear-icon .material-symbols-rounded,.mobile-home-drawer .sidebar-header .search-box .search-clear-icon .material-symbols-rounded,.mobile-home-fullscreen .sidebar-header .search-box .search-clear-icon .material-symbols-rounded{font-size:15px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.sidebar .sidebar-header .search-box .search-clear-icon:hover,.mobile-home-drawer .sidebar-header .search-box .search-clear-icon:hover,.mobile-home-fullscreen .sidebar-header .search-box .search-clear-icon:hover{background:#2563eb17;color:#2563eb}.sidebar .sidebar-header .search-box input,.mobile-home-drawer .sidebar-header .search-box input,.mobile-home-fullscreen .sidebar-header .search-box input{padding:12px 44px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border-color:#00000017;border-radius:20px;font-size:14px;font-weight:500;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.sidebar .sidebar-header .search-box input:focus,.mobile-home-drawer .sidebar-header .search-box input:focus,.mobile-home-fullscreen .sidebar-header .search-box input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #dbeafef2,0 14px 28px #2563eb1f}.sidebar .sidebar-header .search-box input::placeholder,.mobile-home-drawer .sidebar-header .search-box input::placeholder,.mobile-home-fullscreen .sidebar-header .search-box input::placeholder{font-weight:400;color:#94a3b8}.sidebar .sidebar-header .logo-wrap,.mobile-home-drawer .sidebar-header .logo-wrap,.mobile-home-fullscreen .sidebar-header .logo-wrap{display:flex;align-items:center;gap:10px}.sidebar .sidebar-header .logo-wrap img,.mobile-home-drawer .sidebar-header .logo-wrap img,.mobile-home-fullscreen .sidebar-header .logo-wrap img{width:100px}.sidebar .sidebar-header .logo-wrap .logo-tagline,.mobile-home-drawer .sidebar-header .logo-wrap .logo-tagline,.mobile-home-fullscreen .sidebar-header .logo-wrap .logo-tagline{font-size:12px;color:#94a3b8;font-weight:400;letter-spacing:.3px;white-space:nowrap}.sidebar .search-recent,.mobile-home-drawer .search-recent,.mobile-home-fullscreen .search-recent{margin-top:2px;border:1px solid rgba(0,0,0,.05);border-radius:14px;background:#f0f4ff;box-shadow:0 10px 22px #0f172a14;padding:12px}.sidebar .search-recent .search-recent-header,.mobile-home-drawer .search-recent .search-recent-header,.mobile-home-fullscreen .search-recent .search-recent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.sidebar .search-recent .search-recent-header p,.mobile-home-drawer .search-recent .search-recent-header p,.mobile-home-fullscreen .search-recent .search-recent-header p{font-size:12px;color:#475569;font-weight:600}.sidebar .search-recent .search-recent-header button,.mobile-home-drawer .search-recent .search-recent-header button,.mobile-home-fullscreen .search-recent .search-recent-header button{border:0;background:transparent;color:#94a3b8;font-size:12px;cursor:pointer;padding:2px 4px}.sidebar .search-recent .search-recent-header button:hover,.mobile-home-drawer .search-recent .search-recent-header button:hover,.mobile-home-fullscreen .search-recent .search-recent-header button:hover{color:#2563eb}.sidebar .search-recent .search-recent-keywords,.mobile-home-drawer .search-recent .search-recent-keywords,.mobile-home-fullscreen .search-recent .search-recent-keywords{display:flex;flex-wrap:wrap;gap:8px}.sidebar .search-recent .search-recent-item,.mobile-home-drawer .search-recent .search-recent-item,.mobile-home-fullscreen .search-recent .search-recent-item{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.09);background:#fff;border-radius:9999px;overflow:hidden;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.sidebar .search-recent .search-recent-item:focus-within,.mobile-home-drawer .search-recent .search-recent-item:focus-within,.mobile-home-fullscreen .search-recent .search-recent-item:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb17}.sidebar .search-recent .search-recent-item:hover,.mobile-home-drawer .search-recent .search-recent-item:hover,.mobile-home-fullscreen .search-recent .search-recent-item:hover{transform:translateY(-1px);box-shadow:0 6px 10px #0f172a14}.sidebar .search-recent .search-recent-keyword,.mobile-home-drawer .search-recent .search-recent-keyword,.mobile-home-fullscreen .search-recent .search-recent-keyword{display:flex;align-items:center;gap:5px;border:0;border-right:1px solid rgba(0,0,0,.05);background:transparent;border-radius:0;padding:6px 10px 6px 12px;font-size:12px;color:#475569;cursor:pointer;transition:all .16s ease;line-height:1.2}.sidebar .search-recent .search-recent-keyword:hover,.sidebar .search-recent .search-recent-keyword:focus-visible,.sidebar .search-recent .search-recent-keyword.active,.mobile-home-drawer .search-recent .search-recent-keyword:hover,.mobile-home-drawer .search-recent .search-recent-keyword:focus-visible,.mobile-home-drawer .search-recent .search-recent-keyword.active,.mobile-home-fullscreen .search-recent .search-recent-keyword:hover,.mobile-home-fullscreen .search-recent .search-recent-keyword:focus-visible,.mobile-home-fullscreen .search-recent .search-recent-keyword.active{color:#2563eb;background:#2563eb17}.sidebar .search-recent .recent-history-icon,.mobile-home-drawer .search-recent .recent-history-icon,.mobile-home-fullscreen .search-recent .recent-history-icon{font-size:14px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;flex-shrink:0;color:#94a3b8}.sidebar .search-recent .search-recent-remove,.mobile-home-drawer .search-recent .search-recent-remove,.mobile-home-fullscreen .search-recent .search-recent-remove{border:0;background:transparent;color:#94a3b8;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease;flex-shrink:0;padding:0;margin-right:2px;border-radius:9999px}.sidebar .search-recent .search-recent-remove .material-symbols-rounded,.mobile-home-drawer .search-recent .search-recent-remove .material-symbols-rounded,.mobile-home-fullscreen .search-recent .search-recent-remove .material-symbols-rounded{font-size:15px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.sidebar .search-recent .search-recent-remove:hover,.sidebar .search-recent .search-recent-remove:focus-visible,.mobile-home-drawer .search-recent .search-recent-remove:hover,.mobile-home-drawer .search-recent .search-recent-remove:focus-visible,.mobile-home-fullscreen .search-recent .search-recent-remove:hover,.mobile-home-fullscreen .search-recent .search-recent-remove:focus-visible{color:#2563eb;background:#2563eb17}.sidebar .search-result-count,.mobile-home-drawer .search-result-count,.mobile-home-fullscreen .search-result-count{margin-top:2px;font-size:12px;color:#475569;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:9999px;border:1px solid rgba(0,0,0,.05);box-shadow:inset 0 0 0 1px #ffffff73}.sidebar .search-result-count .search-shortcut-hint,.mobile-home-drawer .search-result-count .search-shortcut-hint,.mobile-home-fullscreen .search-result-count .search-shortcut-hint{font-size:12px;color:#94a3b8;font-weight:500;letter-spacing:.2px;white-space:nowrap}.sidebar .search-results,.mobile-home-drawer .search-results,.mobile-home-fullscreen .search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;padding:6px;list-style:none;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.09);border-radius:14px;z-index:100;box-shadow:0 16px 32px #0f172a29;max-height:min(420px,100vh - 180px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:searchDropdown .14s ease}.sidebar .search-results li+li,.mobile-home-drawer .search-results li+li,.mobile-home-fullscreen .search-results li+li{margin-top:4px}.sidebar .search-results li button,.mobile-home-drawer .search-results li button,.mobile-home-fullscreen .search-results li button{width:100%;padding:10px 12px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px;transition:background-color .16s ease;text-align:left;border:1px solid transparent;border-radius:10px;background:transparent;-webkit-tap-highlight-color:transparent;min-height:50px}.sidebar .search-results li .result-icon,.mobile-home-drawer .search-results li .result-icon,.mobile-home-fullscreen .search-results li .result-icon{font-size:18px;color:#94a3b8;flex-shrink:0;transition:color .16s ease;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20}.sidebar .search-results li .result-text,.mobile-home-drawer .search-results li .result-text,.mobile-home-fullscreen .search-results li .result-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar .search-results li .result-name,.mobile-home-drawer .search-results li .result-name,.mobile-home-fullscreen .search-results li .result-name{font-size:14px;color:#0f172a;font-weight:600;line-height:1.35}.sidebar .search-results li .result-name mark,.mobile-home-drawer .search-results li .result-name mark,.mobile-home-fullscreen .search-results li .result-name mark{color:#1d4ed8;background:#2563eb17;padding:0 2px;border-radius:3px;font-weight:700}.sidebar .search-results li .result-meta,.mobile-home-drawer .search-results li .result-meta,.mobile-home-fullscreen .search-results li .result-meta{font-size:12px;color:#94a3b8;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .search-results li .result-meta mark,.mobile-home-drawer .search-results li .result-meta mark,.mobile-home-fullscreen .search-results li .result-meta mark{color:#1d4ed8;background:#2563eb17;padding:0 1px;border-radius:2px;font-weight:600;font-style:normal}.sidebar .search-results li button:hover,.sidebar .search-results li button.active,.sidebar .search-results li button:focus-visible,.mobile-home-drawer .search-results li button:hover,.mobile-home-drawer .search-results li button.active,.mobile-home-drawer .search-results li button:focus-visible,.mobile-home-fullscreen .search-results li button:hover,.mobile-home-fullscreen .search-results li button.active,.mobile-home-fullscreen .search-results li button:focus-visible{background-color:#eff6ffe6;border-color:#3b82f638}.sidebar .search-results li button:hover .result-icon,.sidebar .search-results li button.active .result-icon,.sidebar .search-results li button:focus-visible .result-icon,.mobile-home-drawer .search-results li button:hover .result-icon,.mobile-home-drawer .search-results li button.active .result-icon,.mobile-home-drawer .search-results li button:focus-visible .result-icon,.mobile-home-fullscreen .search-results li button:hover .result-icon,.mobile-home-fullscreen .search-results li button.active .result-icon,.mobile-home-fullscreen .search-results li button:focus-visible .result-icon{color:#2563eb}.sidebar .search-results li button:active,.mobile-home-drawer .search-results li button:active,.mobile-home-fullscreen .search-results li button:active{background-color:#2563eb17;transition:background-color .08s ease}.sidebar .search-empty,.mobile-home-drawer .search-empty,.mobile-home-fullscreen .search-empty{margin-top:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;padding:12px 10px;border:1px dashed rgba(148,163,184,.45);border-radius:14px;background:#f8fafccc}.sidebar .search-empty .material-symbols-rounded,.mobile-home-drawer .search-empty .material-symbols-rounded,.mobile-home-fullscreen .search-empty .material-symbols-rounded{font-size:28px;color:#94a3b8}.sidebar .search-empty p,.mobile-home-drawer .search-empty p,.mobile-home-fullscreen .search-empty p{font-size:13px;color:#475569;font-weight:500}.sidebar .search-empty .search-empty-sub,.mobile-home-drawer .search-empty .search-empty-sub,.mobile-home-fullscreen .search-empty .search-empty-sub{font-size:12px;color:#94a3b8}.sidebar .search-empty .search-empty-actions,.mobile-home-drawer .search-empty .search-empty-actions,.mobile-home-fullscreen .search-empty .search-empty-actions{margin-top:8px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.sidebar .search-empty .search-empty-action,.mobile-home-drawer .search-empty .search-empty-action,.mobile-home-fullscreen .search-empty .search-empty-action{border:1px solid rgba(0,0,0,.09);background:#fff;color:#475569;border-radius:9999px;padding:7px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .16s ease}.sidebar .search-empty .search-empty-action:hover,.sidebar .search-empty .search-empty-action:focus-visible,.mobile-home-drawer .search-empty .search-empty-action:hover,.mobile-home-drawer .search-empty .search-empty-action:focus-visible,.mobile-home-fullscreen .search-empty .search-empty-action:hover,.mobile-home-fullscreen .search-empty .search-empty-action:focus-visible{border-color:#2563eb;color:#2563eb;background:#2563eb17}.sidebar .sidebar-content,.mobile-home-drawer .sidebar-content,.mobile-home-fullscreen .sidebar-content{flex:1;overflow-y:auto;padding:8px 0 24px;background:#f8faff;display:flex;flex-direction:column;gap:8px}.sidebar .sidebar-content::-webkit-scrollbar,.mobile-home-drawer .sidebar-content::-webkit-scrollbar,.mobile-home-fullscreen .sidebar-content::-webkit-scrollbar{width:3px}.sidebar .sidebar-content::-webkit-scrollbar-thumb,.mobile-home-drawer .sidebar-content::-webkit-scrollbar-thumb,.mobile-home-fullscreen .sidebar-content::-webkit-scrollbar-thumb{background:#00000017;border-radius:9999px}.sidebar .sidebar-section,.mobile-home-drawer .sidebar-section,.mobile-home-fullscreen .sidebar-section{margin-bottom:0;background:#fff;padding:16px 0 14px;animation:fadeUp .3s ease both}.sidebar .sidebar-section:nth-child(1),.mobile-home-drawer .sidebar-section:nth-child(1),.mobile-home-fullscreen .sidebar-section:nth-child(1){animation-delay:.04s}.sidebar .sidebar-section:nth-child(2),.mobile-home-drawer .sidebar-section:nth-child(2),.mobile-home-fullscreen .sidebar-section:nth-child(2){animation-delay:.1s}.sidebar .sidebar-section:nth-child(3),.mobile-home-drawer .sidebar-section:nth-child(3),.mobile-home-fullscreen .sidebar-section:nth-child(3){animation-delay:.16s}.sidebar .sidebar-section .section-header-row,.mobile-home-drawer .sidebar-section .section-header-row,.mobile-home-fullscreen .sidebar-section .section-header-row{display:flex;align-items:center;gap:10px;padding:0 16px;margin-bottom:12px}.sidebar .sidebar-section .section-header-row .section-icon,.mobile-home-drawer .sidebar-section .section-header-row .section-icon,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar .sidebar-section .section-header-row .section-icon .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon .material-symbols-rounded{font-size:16px;font-variation-settings:"FILL" 1}.sidebar .sidebar-section .section-header-row .section-icon.youtube,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.youtube,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.youtube{background:#ff000014}.sidebar .sidebar-section .section-header-row .section-icon.youtube .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.youtube .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.youtube .material-symbols-rounded{color:red}.sidebar .sidebar-section .section-header-row .section-icon.nearby,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.nearby,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.nearby{background:#2563eb17}.sidebar .sidebar-section .section-header-row .section-icon.nearby .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.nearby .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.nearby .material-symbols-rounded{color:#2563eb}.sidebar .sidebar-section .section-header-row .section-icon.trending,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.trending,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.trending{background:#f973161f}.sidebar .sidebar-section .section-header-row .section-icon.trending .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.trending .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.trending .material-symbols-rounded{color:#f97316}.sidebar .sidebar-section .section-header-row .section-icon.curation,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.curation,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.curation{background:#a855f71f}.sidebar .sidebar-section .section-header-row .section-icon.curation .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.curation .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.curation .material-symbols-rounded{color:#7c3aed}.sidebar .sidebar-section .section-header-row .section-icon.newcomer,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.newcomer,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.newcomer{background:#8b5cf61f}.sidebar .sidebar-section .section-header-row .section-icon.newcomer .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.newcomer .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.newcomer .material-symbols-rounded{color:#8b5cf6}.sidebar .sidebar-section .section-header-row .section-icon.michelin,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.michelin,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.michelin{background:#c41c1c14}.sidebar .sidebar-section .section-header-row .section-icon.michelin .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.michelin .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.michelin .material-symbols-rounded{color:#c41c1c}.sidebar .sidebar-section .section-header-row .section-icon.master,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.master,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.master{background:#d977061a}.sidebar .sidebar-section .section-header-row .section-icon.master .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.master .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.master .material-symbols-rounded{color:#d97706}.sidebar .sidebar-section .section-header-row .section-icon.blueribbon,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.blueribbon,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.blueribbon{background:#2563eb17}.sidebar .sidebar-section .section-header-row .section-icon.blueribbon .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.blueribbon .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.blueribbon .material-symbols-rounded{color:#2563eb}.sidebar .sidebar-section .section-header-row .section-icon.hundredyears,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.hundredyears,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.hundredyears{background:#0596691a}.sidebar .sidebar-section .section-header-row .section-icon.hundredyears .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.hundredyears .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.hundredyears .material-symbols-rounded{color:#059669}.sidebar .sidebar-section .section-header-row .section-icon.blackwhitechef,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.blackwhitechef,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.blackwhitechef{background:#0f172a12}.sidebar .sidebar-section .section-header-row .section-icon.blackwhitechef .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.blackwhitechef .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.blackwhitechef .material-symbols-rounded{color:#1e293b}.sidebar .sidebar-section .section-header-row .section-icon.recent,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.recent,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.recent{background:#6b728024}.sidebar .sidebar-section .section-header-row .section-icon.recent .material-symbols-rounded,.mobile-home-drawer .sidebar-section .section-header-row .section-icon.recent .material-symbols-rounded,.mobile-home-fullscreen .sidebar-section .section-header-row .section-icon.recent .material-symbols-rounded{color:#4b5563}.sidebar .sidebar-section .section-header-row .section-title-wrap,.mobile-home-drawer .sidebar-section .section-header-row .section-title-wrap,.mobile-home-fullscreen .sidebar-section .section-header-row .section-title-wrap{flex:1}.sidebar .sidebar-section .section-header-row .section-title-wrap h2,.mobile-home-drawer .sidebar-section .section-header-row .section-title-wrap h2,.mobile-home-fullscreen .sidebar-section .section-header-row .section-title-wrap h2{font-size:14px;font-weight:700;color:#0f172a;line-height:1.3;letter-spacing:-.2px}.sidebar .sidebar-section .section-header-row .section-title-wrap p,.mobile-home-drawer .sidebar-section .section-header-row .section-title-wrap p,.mobile-home-fullscreen .sidebar-section .section-header-row .section-title-wrap p{font-size:12px;color:#94a3b8;line-height:1.4;margin-top:1px}.sidebar .sidebar-section .section-header-row .section-title,.mobile-home-drawer .sidebar-section .section-header-row .section-title,.mobile-home-fullscreen .sidebar-section .section-header-row .section-title{font-size:14px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.sidebar .sidebar-section .section-header-row .section-sub,.mobile-home-drawer .sidebar-section .section-header-row .section-sub,.mobile-home-fullscreen .sidebar-section .section-header-row .section-sub{font-size:12px;color:#94a3b8;margin-top:1px}.sidebar .sidebar-section .cards-slider-wrap,.mobile-home-drawer .sidebar-section .cards-slider-wrap,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap{padding:2px 0 22px;overflow:hidden}.sidebar .sidebar-section .cards-slider-wrap .slick-slider,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-slider,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-slider{padding-left:16px;width:100%;box-sizing:border-box}.sidebar .sidebar-section .cards-slider-wrap .slick-list,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-list,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-list{overflow:visible;width:100%}.sidebar .sidebar-section .cards-slider-wrap .slick-track,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-track,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-track{display:flex}.sidebar .sidebar-section .cards-slider-wrap .slide-item,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slide-item,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slide-item{padding-right:10px;height:100%}.sidebar .sidebar-section .cards-slider-wrap .slick-dots,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-dots,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-dots{bottom:-20px;text-align:center;padding-left:0;margin:0;list-style:none}.sidebar .sidebar-section .cards-slider-wrap .slick-dots li,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-dots li,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-dots li{display:inline-block;margin:0 3px}.sidebar .sidebar-section .cards-slider-wrap .slick-dots li button,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-dots li button,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-dots li button{font-size:0;line-height:0;color:transparent;padding:0;border:0;background:transparent}.sidebar .sidebar-section .cards-slider-wrap .slick-dots li button:before,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-dots li button:before,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-dots li button:before{content:"";display:block;width:16px;height:2px;background:#00000029;border-radius:2px;opacity:1}.sidebar .sidebar-section .cards-slider-wrap .slick-dots li.slick-active button:before,.mobile-home-drawer .sidebar-section .cards-slider-wrap .slick-dots li.slick-active button:before,.mobile-home-fullscreen .sidebar-section .cards-slider-wrap .slick-dots li.slick-active button:before{background:#2563eb;width:22px}.sidebar .sidebar-section .slider-feedback-state.feedback-state,.mobile-home-drawer .sidebar-section .slider-feedback-state.feedback-state,.mobile-home-fullscreen .sidebar-section .slider-feedback-state.feedback-state{margin:6px 16px 20px;padding:12px;border:1px dashed rgba(0,0,0,.05);border-radius:10px;color:#475569;font-size:12px;background:#fff;line-height:1.5}.sidebar .sidebar-section .slider-feedback-state.feedback-state .feedback-state__icon,.mobile-home-drawer .sidebar-section .slider-feedback-state.feedback-state .feedback-state__icon,.mobile-home-fullscreen .sidebar-section .slider-feedback-state.feedback-state .feedback-state__icon{font-size:20px}.sidebar .sidebar-section .slider-feedback-state.feedback-state .feedback-state__title,.mobile-home-drawer .sidebar-section .slider-feedback-state.feedback-state .feedback-state__title,.mobile-home-fullscreen .sidebar-section .slider-feedback-state.feedback-state .feedback-state__title{font-size:12px;font-weight:500}.sidebar .sidebar-section .cards-scroll,.mobile-home-drawer .sidebar-section .cards-scroll,.mobile-home-fullscreen .sidebar-section .cards-scroll{display:flex;gap:10px;padding:2px 16px 4px;overflow-x:auto;scrollbar-width:none}.sidebar .sidebar-section .cards-scroll::-webkit-scrollbar,.mobile-home-drawer .sidebar-section .cards-scroll::-webkit-scrollbar,.mobile-home-fullscreen .sidebar-section .cards-scroll::-webkit-scrollbar{display:none}.sidebar .sidebar-section--hero,.mobile-home-drawer .sidebar-section--hero,.mobile-home-fullscreen .sidebar-section--hero{padding-top:10px}.sidebar .sidebar-section--hero .section-header-row,.mobile-home-drawer .sidebar-section--hero .section-header-row,.mobile-home-fullscreen .sidebar-section--hero .section-header-row{margin-bottom:14px}.sidebar .sidebar-section--hero .section-title,.mobile-home-drawer .sidebar-section--hero .section-title,.mobile-home-fullscreen .sidebar-section--hero .section-title{font-size:16px}.sidebar .sidebar-section--hero .section-sub,.mobile-home-drawer .sidebar-section--hero .section-sub,.mobile-home-fullscreen .sidebar-section--hero .section-sub{font-size:12px}.sidebar .curated-collections-section .curated-collection-tabs,.mobile-home-drawer .curated-collections-section .curated-collection-tabs,.mobile-home-fullscreen .curated-collections-section .curated-collection-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px;margin-bottom:12px}.sidebar .curated-collections-section .curated-collection-tab,.mobile-home-drawer .curated-collections-section .curated-collection-tab,.mobile-home-fullscreen .curated-collections-section .curated-collection-tab{border:1px solid rgba(0,0,0,.09);background:#fff;color:#475569;border-radius:9999px;padding:8px 12px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.sidebar .curated-collections-section .curated-collection-tab:hover,.sidebar .curated-collections-section .curated-collection-tab:focus-visible,.mobile-home-drawer .curated-collections-section .curated-collection-tab:hover,.mobile-home-drawer .curated-collections-section .curated-collection-tab:focus-visible,.mobile-home-fullscreen .curated-collections-section .curated-collection-tab:hover,.mobile-home-fullscreen .curated-collections-section .curated-collection-tab:focus-visible{border-color:#2563eb59;color:#2563eb}.sidebar .curated-collections-section .curated-collection-tab.active,.mobile-home-drawer .curated-collections-section .curated-collection-tab.active,.mobile-home-fullscreen .curated-collections-section .curated-collection-tab.active{border-color:#2563eb2e;background:#2563eb14;color:#2563eb}.sidebar .curated-collections-section .curated-collection-tab:active,.mobile-home-drawer .curated-collections-section .curated-collection-tab:active,.mobile-home-fullscreen .curated-collections-section .curated-collection-tab:active{transform:scale(.98)}.sidebar .curated-collections-section .curated-collection-panel,.mobile-home-drawer .curated-collections-section .curated-collection-panel,.mobile-home-fullscreen .curated-collections-section .curated-collection-panel{display:flex;flex-direction:column;gap:8px}.sidebar .curated-collections-section .curated-collection-helper,.mobile-home-drawer .curated-collections-section .curated-collection-helper,.mobile-home-fullscreen .curated-collections-section .curated-collection-helper{padding:0 16px;font-size:12px;color:#475569;line-height:1.45}.sidebar .recent-history-section .recent-history-list,.mobile-home-drawer .recent-history-section .recent-history-list,.mobile-home-fullscreen .recent-history-section .recent-history-list{list-style:none;margin:0;padding:0 12px;display:flex;flex-direction:column;gap:8px}.sidebar .recent-history-section .recent-history-item,.mobile-home-drawer .recent-history-section .recent-history-item,.mobile-home-fullscreen .recent-history-section .recent-history-item{width:100%;border:1px solid rgba(0,0,0,.05);border-radius:10px;padding:10px 12px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sidebar .recent-history-section .recent-history-item:hover,.sidebar .recent-history-section .recent-history-item:focus-visible,.mobile-home-drawer .recent-history-section .recent-history-item:hover,.mobile-home-drawer .recent-history-section .recent-history-item:focus-visible,.mobile-home-fullscreen .recent-history-section .recent-history-item:hover,.mobile-home-fullscreen .recent-history-section .recent-history-item:focus-visible{border-color:#2563eb;box-shadow:0 1px 2px #0000000d}.sidebar .recent-history-section .recent-history-item:active,.mobile-home-drawer .recent-history-section .recent-history-item:active,.mobile-home-fullscreen .recent-history-section .recent-history-item:active{transform:scale(.99)}.sidebar .recent-history-section .recent-history-item .material-symbols-rounded,.mobile-home-drawer .recent-history-section .recent-history-item .material-symbols-rounded,.mobile-home-fullscreen .recent-history-section .recent-history-item .material-symbols-rounded{font-size:18px;color:#94a3b8}.sidebar .recent-history-section .recent-history-texts,.mobile-home-drawer .recent-history-section .recent-history-texts,.mobile-home-fullscreen .recent-history-section .recent-history-texts{min-width:0;flex:1}.sidebar .recent-history-section .recent-history-name,.mobile-home-drawer .recent-history-section .recent-history-name,.mobile-home-fullscreen .recent-history-section .recent-history-name{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}.sidebar .recent-history-section .recent-history-meta,.mobile-home-drawer .recent-history-section .recent-history-meta,.mobile-home-fullscreen .recent-history-section .recent-history-meta{margin-top:2px;font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.sidebar .recent-history-section .recent-history-toggle-btn,.mobile-home-drawer .recent-history-section .recent-history-toggle-btn,.mobile-home-fullscreen .recent-history-section .recent-history-toggle-btn{width:calc(100% - 24px);margin:10px 12px 0;padding:8px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.05);background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.sidebar .recent-history-section .recent-history-toggle-btn:hover,.sidebar .recent-history-section .recent-history-toggle-btn:focus-visible,.mobile-home-drawer .recent-history-section .recent-history-toggle-btn:hover,.mobile-home-drawer .recent-history-section .recent-history-toggle-btn:focus-visible,.mobile-home-fullscreen .recent-history-section .recent-history-toggle-btn:hover,.mobile-home-fullscreen .recent-history-section .recent-history-toggle-btn:focus-visible{border-color:#2563eb;color:#2563eb;background:#2563eb0f}.sidebar .rq-feedback-state.feedback-state,.mobile-home-drawer .rq-feedback-state.feedback-state,.mobile-home-fullscreen .rq-feedback-state.feedback-state{margin:0;width:100%}.sidebar .rq-feedback-state.feedback-state .feedback-state__title,.mobile-home-drawer .rq-feedback-state.feedback-state .feedback-state__title,.mobile-home-fullscreen .rq-feedback-state.feedback-state .feedback-state__title{font-size:14px;line-height:1.5}.sidebar .rq-feedback-state.feedback-state .feedback-state__action,.mobile-home-drawer .rq-feedback-state.feedback-state .feedback-state__action,.mobile-home-fullscreen .rq-feedback-state.feedback-state .feedback-state__action{width:auto;min-width:120px;justify-content:center}.sidebar .restaurant-card,.mobile-home-drawer .restaurant-card,.mobile-home-fullscreen .restaurant-card{min-width:200px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:14px;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;flex-shrink:0;box-shadow:0 1px 2px #0000000d;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.sidebar .restaurant-card:hover,.mobile-home-drawer .restaurant-card:hover,.mobile-home-fullscreen .restaurant-card:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 4px 16px #00000017}.sidebar .restaurant-card:active,.mobile-home-drawer .restaurant-card:active,.mobile-home-fullscreen .restaurant-card:active{transform:scale(.97);box-shadow:0 1px 2px #0000000d;border-color:#2563eb33;transition:transform .1s ease,box-shadow .1s ease}.sidebar .restaurant-card .card-accent-bar,.mobile-home-drawer .restaurant-card .card-accent-bar,.mobile-home-fullscreen .restaurant-card .card-accent-bar{height:3px;background:linear-gradient(90deg,#2563eb,#60a5fa)}.sidebar .restaurant-card.michelin .card-accent-bar,.mobile-home-drawer .restaurant-card.michelin .card-accent-bar,.mobile-home-fullscreen .restaurant-card.michelin .card-accent-bar{background:linear-gradient(90deg,#c41c1c,#ef4444)}.sidebar .restaurant-card .card-body,.mobile-home-drawer .restaurant-card .card-body,.mobile-home-fullscreen .restaurant-card .card-body{padding:11px 12px 12px}.sidebar .restaurant-card .card-top,.mobile-home-drawer .restaurant-card .card-top,.mobile-home-fullscreen .restaurant-card .card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.sidebar .restaurant-card .card-cuisine-badge,.mobile-home-drawer .restaurant-card .card-cuisine-badge,.mobile-home-fullscreen .restaurant-card .card-cuisine-badge{font-size:10px;font-weight:700;color:#2563eb;background:#2563eb17;border-radius:9999px;padding:3px 8px;letter-spacing:.1px}.sidebar .restaurant-card .card-michelin-badge,.sidebar .restaurant-card .michelin-badge,.mobile-home-drawer .restaurant-card .card-michelin-badge,.mobile-home-drawer .restaurant-card .michelin-badge,.mobile-home-fullscreen .restaurant-card .card-michelin-badge,.mobile-home-fullscreen .restaurant-card .michelin-badge{font-size:10px;font-weight:700;color:#fff;background:#c41c1c;border-radius:9999px;padding:3px 8px}.sidebar .restaurant-card .card-michelin-badge .award-text,.sidebar .restaurant-card .michelin-badge .award-text,.sidebar .restaurant-card .card-blueribbon-badge .award-text,.mobile-home-drawer .restaurant-card .card-michelin-badge .award-text,.mobile-home-drawer .restaurant-card .michelin-badge .award-text,.mobile-home-drawer .restaurant-card .card-blueribbon-badge .award-text,.mobile-home-fullscreen .restaurant-card .card-michelin-badge .award-text,.mobile-home-fullscreen .restaurant-card .michelin-badge .award-text,.mobile-home-fullscreen .restaurant-card .card-blueribbon-badge .award-text{display:inline-flex;align-items:center;gap:4px}.sidebar .restaurant-card .card-michelin-badge .award-text__icon,.sidebar .restaurant-card .michelin-badge .award-text__icon,.sidebar .restaurant-card .card-blueribbon-badge .award-text__icon,.mobile-home-drawer .restaurant-card .card-michelin-badge .award-text__icon,.mobile-home-drawer .restaurant-card .michelin-badge .award-text__icon,.mobile-home-drawer .restaurant-card .card-blueribbon-badge .award-text__icon,.mobile-home-fullscreen .restaurant-card .card-michelin-badge .award-text__icon,.mobile-home-fullscreen .restaurant-card .michelin-badge .award-text__icon,.mobile-home-fullscreen .restaurant-card .card-blueribbon-badge .award-text__icon{font-size:12px;line-height:1;font-variation-settings:"FILL" 1}.sidebar .restaurant-card .card-michelin-badge .award-text__label,.sidebar .restaurant-card .michelin-badge .award-text__label,.sidebar .restaurant-card .card-blueribbon-badge .award-text__label,.mobile-home-drawer .restaurant-card .card-michelin-badge .award-text__label,.mobile-home-drawer .restaurant-card .michelin-badge .award-text__label,.mobile-home-drawer .restaurant-card .card-blueribbon-badge .award-text__label,.mobile-home-fullscreen .restaurant-card .card-michelin-badge .award-text__label,.mobile-home-fullscreen .restaurant-card .michelin-badge .award-text__label,.mobile-home-fullscreen .restaurant-card .card-blueribbon-badge .award-text__label{line-height:1}.sidebar .restaurant-card .card-master-badge,.mobile-home-drawer .restaurant-card .card-master-badge,.mobile-home-fullscreen .restaurant-card .card-master-badge{font-size:10px;font-weight:700;color:#fff;background:#d97706;border-radius:9999px;padding:3px 8px}.sidebar .restaurant-card .card-blueribbon-badge,.mobile-home-drawer .restaurant-card .card-blueribbon-badge,.mobile-home-fullscreen .restaurant-card .card-blueribbon-badge{font-size:10px;font-weight:700;color:#fff;background:#2563eb;border-radius:9999px;padding:3px 8px}.sidebar .restaurant-card .card-hundredyears-badge,.mobile-home-drawer .restaurant-card .card-hundredyears-badge,.mobile-home-fullscreen .restaurant-card .card-hundredyears-badge{font-size:10px;font-weight:700;color:#fff;background:#059669;border-radius:9999px;padding:3px 8px}.sidebar .restaurant-card .card-blackwhitechef-badge,.mobile-home-drawer .restaurant-card .card-blackwhitechef-badge,.mobile-home-fullscreen .restaurant-card .card-blackwhitechef-badge{font-size:10px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0f172a,#334155);border-radius:9999px;padding:3px 8px;box-shadow:inset 0 0 0 1px #ffffff14}.sidebar .restaurant-card.master .card-accent-bar,.mobile-home-drawer .restaurant-card.master .card-accent-bar,.mobile-home-fullscreen .restaurant-card.master .card-accent-bar{background:linear-gradient(90deg,#d97706,#fbbf24)}.sidebar .restaurant-card.blueribbon .card-accent-bar,.mobile-home-drawer .restaurant-card.blueribbon .card-accent-bar,.mobile-home-fullscreen .restaurant-card.blueribbon .card-accent-bar{background:linear-gradient(90deg,#2563eb,#60a5fa)}.sidebar .restaurant-card.hundredyears .card-accent-bar,.mobile-home-drawer .restaurant-card.hundredyears .card-accent-bar,.mobile-home-fullscreen .restaurant-card.hundredyears .card-accent-bar{background:linear-gradient(90deg,#059669,#34d399)}.sidebar .restaurant-card.blackwhitechef .card-accent-bar,.mobile-home-drawer .restaurant-card.blackwhitechef .card-accent-bar,.mobile-home-fullscreen .restaurant-card.blackwhitechef .card-accent-bar{background:linear-gradient(90deg,#1e293b,#64748b)}.sidebar .restaurant-card .restaurant-name,.mobile-home-drawer .restaurant-card .restaurant-name,.mobile-home-fullscreen .restaurant-card .restaurant-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.2px;line-height:1.3}.sidebar .restaurant-card .card-meta,.mobile-home-drawer .restaurant-card .card-meta,.mobile-home-fullscreen .restaurant-card .card-meta{font-size:12px;color:#94a3b8;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.sidebar .restaurant-card .card-meta span,.mobile-home-drawer .restaurant-card .card-meta span,.mobile-home-fullscreen .restaurant-card .card-meta span{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .restaurant-card .card-meta .meta-dot,.mobile-home-drawer .restaurant-card .card-meta .meta-dot,.mobile-home-fullscreen .restaurant-card .card-meta .meta-dot{display:none}.sidebar .restaurant-card .card-footer,.mobile-home-drawer .restaurant-card .card-footer,.mobile-home-fullscreen .restaurant-card .card-footer{margin-top:10px;padding-top:8px;border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:flex-end}.sidebar .restaurant-card .card-cta,.mobile-home-drawer .restaurant-card .card-cta,.mobile-home-fullscreen .restaurant-card .card-cta{font-size:12px;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:2px;background:none;border:none;cursor:pointer;font-family:Pretendard,sans-serif}.sidebar .restaurant-card .card-cta .material-symbols-rounded,.mobile-home-drawer .restaurant-card .card-cta .material-symbols-rounded,.mobile-home-fullscreen .restaurant-card .card-cta .material-symbols-rounded{font-size:14px}.sidebar .pet-travel-hero,.mobile-home-drawer .pet-travel-hero,.mobile-home-fullscreen .pet-travel-hero{position:relative;padding:20px 16px 16px;background:linear-gradient(135deg,#1d4ed8,#2563eb 55%,#3b82f6);overflow:hidden}.sidebar .pet-travel-hero .pet-travel-hero-deco,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-deco,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-deco{position:absolute;top:-24px;right:-24px;width:130px;height:130px;border-radius:50%;background:#ffffff14;pointer-events:none}.sidebar .pet-travel-hero .pet-travel-hero-deco2,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-deco2,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-deco2{position:absolute;bottom:-30px;right:30px;width:80px;height:80px;border-radius:50%;background:#ffffff0f;pointer-events:none}.sidebar .pet-travel-hero .pet-travel-hero-content,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-content,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-content{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.sidebar .pet-travel-hero .pet-travel-hero-icon-wrap,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-icon-wrap,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-icon-wrap{width:46px;height:46px;border-radius:14px;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar .pet-travel-hero .pet-travel-hero-icon-wrap .material-symbols-rounded,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-icon-wrap .material-symbols-rounded,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-icon-wrap .material-symbols-rounded{font-size:26px;color:#fff;font-variation-settings:"FILL" 1}.sidebar .pet-travel-hero .pet-travel-hero-title,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-title,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-title{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.3px;line-height:1.25}.sidebar .pet-travel-hero .pet-travel-hero-desc,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-desc,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-desc{font-size:13px;color:#ffffffc7;margin-top:3px;line-height:1.4}.sidebar .pet-travel-hero .pet-travel-hero-desc strong,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-desc strong,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-desc strong{color:#fff;font-weight:700}.sidebar .pet-travel-hero .pet-travel-hero-stats,.mobile-home-drawer .pet-travel-hero .pet-travel-hero-stats,.mobile-home-fullscreen .pet-travel-hero .pet-travel-hero-stats{display:flex;align-items:center;gap:0;margin-top:14px;background:#ffffff24;border-radius:14px;padding:10px 0;position:relative;z-index:1}.sidebar .pet-travel-hero .hero-stat,.mobile-home-drawer .pet-travel-hero .hero-stat,.mobile-home-fullscreen .pet-travel-hero .hero-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.sidebar .pet-travel-hero .hero-stat-value,.mobile-home-drawer .pet-travel-hero .hero-stat-value,.mobile-home-fullscreen .pet-travel-hero .hero-stat-value{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.2}.sidebar .pet-travel-hero .hero-stat-label,.mobile-home-drawer .pet-travel-hero .hero-stat-label,.mobile-home-fullscreen .pet-travel-hero .hero-stat-label{font-size:12px;color:#ffffffb8;font-weight:500}.sidebar .pet-travel-hero .hero-stat-divider,.mobile-home-drawer .pet-travel-hero .hero-stat-divider,.mobile-home-fullscreen .pet-travel-hero .hero-stat-divider{width:1px;height:28px;background:#fff3;flex-shrink:0}.sidebar .pet-travel-city-section,.mobile-home-drawer .pet-travel-city-section,.mobile-home-fullscreen .pet-travel-city-section{padding:14px 16px 0;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);position:relative}.sidebar .pet-travel-city-section:after,.mobile-home-drawer .pet-travel-city-section:after,.mobile-home-fullscreen .pet-travel-city-section:after{content:"";position:absolute;right:0;top:34px;bottom:0;width:40px;background:linear-gradient(to left,#ffffff 30%,transparent);pointer-events:none;z-index:1}.sidebar .pet-travel-city-label,.mobile-home-drawer .pet-travel-city-label,.mobile-home-fullscreen .pet-travel-city-label{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#475569;margin-bottom:10px;letter-spacing:-.1px}.sidebar .pet-travel-city-label .material-symbols-rounded,.mobile-home-drawer .pet-travel-city-label .material-symbols-rounded,.mobile-home-fullscreen .pet-travel-city-label .material-symbols-rounded{font-size:14px;color:#2563eb;font-variation-settings:"FILL" 1}.sidebar .pet-travel-city-chips,.mobile-home-drawer .pet-travel-city-chips,.mobile-home-fullscreen .pet-travel-city-chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:14px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding-right:32px}.sidebar .pet-travel-city-chips::-webkit-scrollbar,.mobile-home-drawer .pet-travel-city-chips::-webkit-scrollbar,.mobile-home-fullscreen .pet-travel-city-chips::-webkit-scrollbar{display:none}.sidebar .city-chip,.mobile-home-drawer .city-chip,.mobile-home-fullscreen .city-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:9999px;border:1.5px solid rgba(0,0,0,.09);background:#fff;font-size:12px;font-weight:600;color:#475569;cursor:pointer;font-family:Pretendard,sans-serif;white-space:nowrap;flex-shrink:0;transition:all .16s ease}.sidebar .city-chip:hover,.mobile-home-drawer .city-chip:hover,.mobile-home-fullscreen .city-chip:hover{border-color:#2563eb33;color:#2563eb;background:#2563eb17}.sidebar .city-chip.active,.mobile-home-drawer .city-chip.active,.mobile-home-fullscreen .city-chip.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 3px 10px #2563eb47}.sidebar .city-chip.active .city-chip-count,.mobile-home-drawer .city-chip.active .city-chip-count,.mobile-home-fullscreen .city-chip.active .city-chip-count{background:#ffffff40;color:#fff}.sidebar .city-chip-count,.mobile-home-drawer .city-chip-count,.mobile-home-fullscreen .city-chip-count{font-size:10px;font-weight:700;background:#f0f4ff;color:#94a3b8;border-radius:9999px;padding:1px 6px;line-height:1.6;transition:all .16s ease}.sidebar .pet-travel-panel-headline,.mobile-home-drawer .pet-travel-panel-headline,.mobile-home-fullscreen .pet-travel-panel-headline{padding:14px 16px 10px;background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.sidebar .pet-travel-panel-subtitle,.mobile-home-drawer .pet-travel-panel-subtitle,.mobile-home-fullscreen .pet-travel-panel-subtitle{font-size:12px;font-weight:700;color:#475569;margin:0;letter-spacing:-.1px}.sidebar .pet-travel-panel-sections,.mobile-home-drawer .pet-travel-panel-sections,.mobile-home-fullscreen .pet-travel-panel-sections{display:grid;gap:4px;padding-bottom:12px}.sidebar .pet-travel-page,.mobile-home-drawer .pet-travel-page,.mobile-home-fullscreen .pet-travel-page{padding-bottom:16px}.sidebar .pet-travel-page::-webkit-scrollbar,.mobile-home-drawer .pet-travel-page::-webkit-scrollbar,.mobile-home-fullscreen .pet-travel-page::-webkit-scrollbar{width:4px}.sidebar .pet-travel-page::-webkit-scrollbar-track,.mobile-home-drawer .pet-travel-page::-webkit-scrollbar-track,.mobile-home-fullscreen .pet-travel-page::-webkit-scrollbar-track{background:transparent}.sidebar .pet-travel-page::-webkit-scrollbar-thumb,.mobile-home-drawer .pet-travel-page::-webkit-scrollbar-thumb,.mobile-home-fullscreen .pet-travel-page::-webkit-scrollbar-thumb{background:#00000017;border-radius:9999px}.sidebar .pet-travel-category-section,.mobile-home-drawer .pet-travel-category-section,.mobile-home-fullscreen .pet-travel-category-section{min-width:0;animation:fadeUp .3s ease both;padding-top:10px;padding-bottom:4px;margin-bottom:0}.sidebar .pet-travel-empty,.mobile-home-drawer .pet-travel-empty,.mobile-home-fullscreen .pet-travel-empty{list-style:none;min-width:220px;border:1px dashed rgba(0,0,0,.09);border-radius:14px;padding:24px 14px;color:#94a3b8;background:#f0f4ff;font-size:12px;font-weight:600}.sidebar .pet-travel-empty-list,.mobile-home-drawer .pet-travel-empty-list,.mobile-home-fullscreen .pet-travel-empty-list{display:flex;gap:10px;padding:4px 16px 20px;overflow-x:auto;scrollbar-width:none;list-style:none;margin:0}.sidebar .pet-travel-empty-list::-webkit-scrollbar,.mobile-home-drawer .pet-travel-empty-list::-webkit-scrollbar,.mobile-home-fullscreen .pet-travel-empty-list::-webkit-scrollbar{display:none}.sidebar .pet-travel-cards-scroll,.mobile-home-drawer .pet-travel-cards-scroll,.mobile-home-fullscreen .pet-travel-cards-scroll{padding:0}.sidebar .pet-travel-cards-scroll.slick-slider,.mobile-home-drawer .pet-travel-cards-scroll.slick-slider,.mobile-home-fullscreen .pet-travel-cards-scroll.slick-slider{width:100%;max-width:100%}.sidebar .pet-travel-cards-scroll .slick-list,.mobile-home-drawer .pet-travel-cards-scroll .slick-list,.mobile-home-fullscreen .pet-travel-cards-scroll .slick-list{overflow:visible;width:100%;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.sidebar .pet-travel-cards-scroll .slick-list:active,.mobile-home-drawer .pet-travel-cards-scroll .slick-list:active,.mobile-home-fullscreen .pet-travel-cards-scroll .slick-list:active{cursor:grabbing}.sidebar .pet-travel-cards-scroll .slick-track,.mobile-home-drawer .pet-travel-cards-scroll .slick-track,.mobile-home-fullscreen .pet-travel-cards-scroll .slick-track{display:flex!important;align-items:flex-start}.sidebar .pet-travel-cards-scroll .slick-slide,.mobile-home-drawer .pet-travel-cards-scroll .slick-slide,.mobile-home-fullscreen .pet-travel-cards-scroll .slick-slide{float:none;height:auto;min-height:1px}.sidebar .pet-travel-cards-scroll .slick-slide,.sidebar .pet-travel-cards-scroll .slick-slide>div,.sidebar .pet-travel-cards-scroll .slide-item,.mobile-home-drawer .pet-travel-cards-scroll .slick-slide,.mobile-home-drawer .pet-travel-cards-scroll .slick-slide>div,.mobile-home-drawer .pet-travel-cards-scroll .slide-item,.mobile-home-fullscreen .pet-travel-cards-scroll .slick-slide,.mobile-home-fullscreen .pet-travel-cards-scroll .slick-slide>div,.mobile-home-fullscreen .pet-travel-cards-scroll .slide-item{height:auto}.sidebar .pet-travel-cards-scroll.slick-dragging .slick-slide,.mobile-home-drawer .pet-travel-cards-scroll.slick-dragging .slick-slide,.mobile-home-fullscreen .pet-travel-cards-scroll.slick-dragging .slick-slide{pointer-events:none}.sidebar .pet-travel-cards-scroll.slick-dragging .travel-spot-item,.mobile-home-drawer .pet-travel-cards-scroll.slick-dragging .travel-spot-item,.mobile-home-fullscreen .pet-travel-cards-scroll.slick-dragging .travel-spot-item{transform:none!important;transition:none!important}.sidebar .pet-travel-cards-scroll .slide-item .travel-spot-item,.mobile-home-drawer .pet-travel-cards-scroll .slide-item .travel-spot-item,.mobile-home-fullscreen .pet-travel-cards-scroll .slide-item .travel-spot-item{min-width:0;max-width:none}.sidebar .pet-travel-cards-scroll .slide-item .restaurant-name,.mobile-home-drawer .pet-travel-cards-scroll .slide-item .restaurant-name,.mobile-home-fullscreen .pet-travel-cards-scroll .slide-item .restaurant-name{font-size:14px;font-weight:700}.sidebar .pet-travel-cards-scroll .slide-item .card-body,.mobile-home-drawer .pet-travel-cards-scroll .slide-item .card-body,.mobile-home-fullscreen .pet-travel-cards-scroll .slide-item .card-body{gap:8px}.sidebar .pet-travel-list,.mobile-home-drawer .pet-travel-list,.mobile-home-fullscreen .pet-travel-list{list-style:none;margin:0;padding:4px 16px 18px;display:grid;gap:12px}.sidebar .travel-spot-item,.mobile-home-drawer .travel-spot-item,.mobile-home-fullscreen .travel-spot-item{min-width:0;border:1px solid rgba(148,163,184,.3);border-radius:16px;background:#fff;box-shadow:0 2px 10px #0f172a0a;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sidebar .travel-spot-item:hover,.mobile-home-drawer .travel-spot-item:hover,.mobile-home-fullscreen .travel-spot-item:hover{border-color:var(--travel-accent, #2563eb);box-shadow:0 10px 22px #0f172a17;transform:translateY(-1px)}.sidebar .travel-spot-item .card-accent-bar,.mobile-home-drawer .travel-spot-item .card-accent-bar,.mobile-home-fullscreen .travel-spot-item .card-accent-bar{height:3px;background:var(--travel-accent, #2563eb);opacity:.85}.sidebar .travel-spot-item .travel-spot-button,.mobile-home-drawer .travel-spot-item .travel-spot-button,.mobile-home-fullscreen .travel-spot-item .travel-spot-button{width:100%;padding:0;background:transparent;text-align:left;font:inherit;color:inherit;cursor:pointer}.sidebar .travel-spot-item .travel-spot-button:focus-visible,.mobile-home-drawer .travel-spot-item .travel-spot-button:focus-visible,.mobile-home-fullscreen .travel-spot-item .travel-spot-button:focus-visible{outline:2px solid var(--travel-accent, #2563eb);outline-offset:-2px}.sidebar .travel-spot-item .card-body,.mobile-home-drawer .travel-spot-item .card-body,.mobile-home-fullscreen .travel-spot-item .card-body{padding:14px 14px 12px;display:grid;gap:10px}.sidebar .travel-spot-item .card-top,.mobile-home-drawer .travel-spot-item .card-top,.mobile-home-fullscreen .travel-spot-item .card-top{display:flex;align-items:center;gap:7px;margin-bottom:0}.sidebar .travel-spot-item .card-cuisine-badge,.mobile-home-drawer .travel-spot-item .card-cuisine-badge,.mobile-home-fullscreen .travel-spot-item .card-cuisine-badge{font-size:12px;padding:4px 9px;background:var(--travel-badge, rgba(37, 99, 235, .12));color:var(--travel-accent, #2563eb);border-radius:999px;font-weight:700}.sidebar .travel-spot-item .travel-spot-location-row,.mobile-home-drawer .travel-spot-item .travel-spot-location-row,.mobile-home-fullscreen .travel-spot-item .travel-spot-location-row{display:flex;align-items:center;gap:6px;margin-top:0}.sidebar .travel-spot-item .travel-spot-location-row .material-symbols-rounded,.mobile-home-drawer .travel-spot-item .travel-spot-location-row .material-symbols-rounded,.mobile-home-fullscreen .travel-spot-item .travel-spot-location-row .material-symbols-rounded{font-size:16px;color:var(--travel-accent, #2563eb);font-variation-settings:"FILL" 1}.sidebar .travel-spot-item .card-meta,.mobile-home-drawer .travel-spot-item .card-meta,.mobile-home-fullscreen .travel-spot-item .card-meta{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:4px 6px;font-size:13px;font-weight:700;color:#0f172a}.sidebar .travel-spot-item .card-meta .meta-dot,.mobile-home-drawer .travel-spot-item .card-meta .meta-dot,.mobile-home-fullscreen .travel-spot-item .card-meta .meta-dot{display:inline-flex;width:3px;height:3px;border-radius:999px;background:currentColor;opacity:.45}.sidebar .travel-spot-item .pet-travel-chip,.mobile-home-drawer .travel-spot-item .pet-travel-chip,.mobile-home-fullscreen .travel-spot-item .pet-travel-chip{margin-left:auto;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:#2563eb1a;background:var(--travel-badge, rgba(37, 99, 235, .12));color:var(--travel-accent, #2563eb);font-size:12px;font-weight:700;letter-spacing:-.1px}.sidebar .travel-spot-item .pet-travel-chip .material-symbols-rounded,.mobile-home-drawer .travel-spot-item .pet-travel-chip .material-symbols-rounded,.mobile-home-fullscreen .travel-spot-item .pet-travel-chip .material-symbols-rounded{font-size:14px;font-variation-settings:"FILL" 1}.sidebar .travel-spot-item .restaurant-name,.mobile-home-drawer .travel-spot-item .restaurant-name,.mobile-home-fullscreen .travel-spot-item .restaurant-name{font-size:17px;font-weight:800;line-height:1.35;color:#0f172a;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;min-height:0;margin-bottom:0}.sidebar .travel-spot-item .travel-spot-address,.mobile-home-drawer .travel-spot-item .travel-spot-address,.mobile-home-fullscreen .travel-spot-item .travel-spot-address{margin-top:2px;padding:9px 11px;border-radius:10px;font-size:12px;color:#475569;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(180deg,#0f172a0a,#0f172a0f)}.sidebar .travel-spot-item .travel-policy-section,.mobile-home-drawer .travel-spot-item .travel-policy-section,.mobile-home-fullscreen .travel-spot-item .travel-policy-section{border-radius:10px;border:1px solid rgba(148,163,184,.25);background:#f8fafce6;padding:10px;display:grid;gap:6px}.sidebar .travel-spot-item .travel-policy-title,.mobile-home-drawer .travel-spot-item .travel-policy-title,.mobile-home-fullscreen .travel-spot-item .travel-policy-title{font-size:12px;font-weight:800;color:#0f172a}.sidebar .travel-spot-item .policy-row,.mobile-home-drawer .travel-spot-item .policy-row,.mobile-home-fullscreen .travel-spot-item .policy-row{display:grid;gap:4px}.sidebar .travel-spot-item .policy-label,.mobile-home-drawer .travel-spot-item .policy-label,.mobile-home-fullscreen .travel-spot-item .policy-label{font-size:12px;font-weight:700;color:#475569}.sidebar .travel-spot-item .policy-value-wrap,.mobile-home-drawer .travel-spot-item .policy-value-wrap,.mobile-home-fullscreen .travel-spot-item .policy-value-wrap{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sidebar .travel-spot-item .policy-value,.mobile-home-drawer .travel-spot-item .policy-value,.mobile-home-fullscreen .travel-spot-item .policy-value{font-size:12px;font-weight:600;color:#0f172a;line-height:1.4}.sidebar .travel-spot-item .policy-unverified-badge,.mobile-home-drawer .travel-spot-item .policy-unverified-badge,.mobile-home-fullscreen .travel-spot-item .policy-unverified-badge{font-size:10px;font-weight:700;color:#b45309;background:#fbbf2433;border:1px solid rgba(245,158,11,.45);border-radius:999px;padding:2px 6px;letter-spacing:-.1px}.sidebar .travel-spot-item .travel-spot-actions,.mobile-home-drawer .travel-spot-item .travel-spot-actions,.mobile-home-fullscreen .travel-spot-item .travel-spot-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar .travel-spot-item .travel-report-button,.mobile-home-drawer .travel-spot-item .travel-report-button,.mobile-home-fullscreen .travel-spot-item .travel-report-button{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(148,163,184,.35);background:#fff;color:#475569;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;cursor:pointer}.sidebar .travel-spot-item .travel-report-button .material-symbols-rounded,.mobile-home-drawer .travel-spot-item .travel-report-button .material-symbols-rounded,.mobile-home-fullscreen .travel-spot-item .travel-report-button .material-symbols-rounded{font-size:14px}.sidebar .travel-spot-item .travel-report-button:hover:not(:disabled),.mobile-home-drawer .travel-spot-item .travel-report-button:hover:not(:disabled),.mobile-home-fullscreen .travel-spot-item .travel-report-button:hover:not(:disabled){border-color:var(--travel-accent, #2563eb);color:var(--travel-accent, #2563eb)}.sidebar .travel-spot-item .travel-report-button:disabled,.mobile-home-drawer .travel-spot-item .travel-report-button:disabled,.mobile-home-fullscreen .travel-spot-item .travel-report-button:disabled{cursor:not-allowed;color:#64748bbf;border-color:#94a3b840;background:#f8fafce6}.sidebar .travel-spot-item .card-cta,.mobile-home-drawer .travel-spot-item .card-cta,.mobile-home-fullscreen .travel-spot-item .card-cta{margin-top:0;width:fit-content;margin-left:auto;color:var(--travel-accent, #2563eb);display:inline-flex;align-items:center;gap:2px;font-size:13px;font-weight:700;line-height:1.2;padding:2px 0}.sidebar .travel-spot-item .card-cta .material-symbols-rounded,.mobile-home-drawer .travel-spot-item .card-cta .material-symbols-rounded,.mobile-home-fullscreen .travel-spot-item .card-cta .material-symbols-rounded{font-size:16px;transition:transform .2s ease}.sidebar .travel-spot-item .travel-spot-button:hover .card-cta .material-symbols-rounded,.mobile-home-drawer .travel-spot-item .travel-spot-button:hover .card-cta .material-symbols-rounded,.mobile-home-fullscreen .travel-spot-item .travel-spot-button:hover .card-cta .material-symbols-rounded{transform:translate(2px)}.sidebar .youtube-card,.mobile-home-drawer .youtube-card,.mobile-home-fullscreen .youtube-card{min-width:200px}.sidebar .youtube-card .card-accent-bar,.mobile-home-drawer .youtube-card .card-accent-bar,.mobile-home-fullscreen .youtube-card .card-accent-bar{background:linear-gradient(90deg,#ef4444,red)}.sidebar .youtube-card .youtube-thumbnail,.mobile-home-drawer .youtube-card .youtube-thumbnail,.mobile-home-fullscreen .youtube-card .youtube-thumbnail{border-radius:0;box-shadow:none}.sidebar .youtube-card .youtube-thumbnail:hover,.mobile-home-drawer .youtube-card .youtube-thumbnail:hover,.mobile-home-fullscreen .youtube-card .youtube-thumbnail:hover{transform:none;box-shadow:none}.sidebar .youtube-thumbnail,.mobile-home-drawer .youtube-thumbnail,.mobile-home-fullscreen .youtube-thumbnail{width:100%;min-width:0;border-radius:14px;overflow:hidden;cursor:pointer;flex-shrink:0;box-shadow:0 2px 8px #00000012;transition:all .2s ease}.sidebar .youtube-thumbnail:hover,.mobile-home-drawer .youtube-thumbnail:hover,.mobile-home-fullscreen .youtube-thumbnail:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000017}.sidebar .youtube-thumbnail .thumb-wrap,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap,.mobile-home-drawer .youtube-thumbnail .thumb-wrap,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap{height:120px;position:relative;overflow:hidden}.sidebar .youtube-thumbnail .thumb-wrap img,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap img,.mobile-home-drawer .youtube-thumbnail .thumb-wrap img,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap img,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap img,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sidebar .youtube-thumbnail .thumb-wrap:hover img,.mobile-home-drawer .youtube-thumbnail .thumb-wrap:hover img,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap:hover img{transform:scale(1.04)}.sidebar .youtube-thumbnail .thumb-wrap .thumb-overlay,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-overlay,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.62) 100%)}.sidebar .youtube-thumbnail .thumb-wrap .play-btn,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.sidebar .youtube-thumbnail .thumb-wrap .play-icon,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .play-btn,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .play-icon,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .play-btn,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .play-icon,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000002e;transition:transform .2s}.sidebar .youtube-thumbnail .thumb-wrap .play-btn .material-symbols-rounded,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.sidebar .youtube-thumbnail .thumb-wrap .play-icon .material-symbols-rounded,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-btn .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .play-icon .material-symbols-rounded{font-size:17px;color:red;font-variation-settings:"FILL" 1}.sidebar .youtube-thumbnail .thumb-wrap:hover .play-btn,.sidebar .youtube-thumbnail .thumb-wrap:hover .play-icon,.mobile-home-drawer .youtube-thumbnail .thumb-wrap:hover .play-btn,.mobile-home-drawer .youtube-thumbnail .thumb-wrap:hover .play-icon,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap:hover .play-btn,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap:hover .play-icon{transform:translate(-50%,-50%) scale(1.1)}.sidebar .youtube-thumbnail .thumb-wrap .yt-badge,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .yt-badge,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .yt-badge{position:absolute;top:8px;right:8px;background:red;color:#fff;font-size:9px;font-weight:700;letter-spacing:.4px;padding:2px 6px;border-radius:4px;text-transform:uppercase;z-index:2}.sidebar .youtube-thumbnail .thumb-wrap .thumb-text,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.sidebar .youtube-thumbnail .thumb-wrap .thumb-overlay-text,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-text,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-overlay-text,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-overlay-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text{position:absolute;bottom:0;left:0;right:0;padding:8px 10px;z-index:2}.sidebar .youtube-thumbnail .thumb-wrap .thumb-text .restaurant-name,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.sidebar .youtube-thumbnail .thumb-wrap .thumb-overlay-text .restaurant-name,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-name{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.5)}.sidebar .youtube-thumbnail .thumb-wrap .thumb-text .restaurant-location,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.sidebar .youtube-thumbnail .thumb-wrap .thumb-overlay-text .restaurant-location,.sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.sidebar .mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .mobile-home-fullscreen .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.sidebar .mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .mobile-home-drawer .sidebar .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .sidebar .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .sidebar .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .mobile-home-drawer .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-wrap.thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap.thumb-wrap .thumb-overlay-text .restaurant-location{font-size:12px;color:#ffffffbf;margin-top:2px}.sidebar .youtube-thumbnail .thumb-image-wrap,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap{height:120px;position:relative;overflow:hidden}.sidebar .youtube-thumbnail .thumb-image-wrap img,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap img,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sidebar .youtube-thumbnail .thumb-image-wrap:after,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap:after,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.62) 100%)}.sidebar .youtube-thumbnail .thumb-image-wrap .play-icon,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap .play-icon,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000002e;transition:transform .2s;z-index:2}.sidebar .youtube-thumbnail .thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap .play-icon .material-symbols-rounded,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap .play-icon .material-symbols-rounded{font-size:17px;color:red;font-variation-settings:"FILL" 1}.sidebar .youtube-thumbnail .thumb-image-wrap:hover img,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap:hover img,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap:hover img{transform:scale(1.04)}.sidebar .youtube-thumbnail .thumb-image-wrap:hover .play-icon,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap:hover .play-icon,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap:hover .play-icon{transform:translate(-50%,-50%) scale(1.1)}.sidebar .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text{position:absolute;bottom:0;left:0;right:0;padding:8px 10px;z-index:2}.sidebar .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text .restaurant-name,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text .restaurant-name{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.5)}.sidebar .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-drawer .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text .restaurant-location,.mobile-home-fullscreen .youtube-thumbnail .thumb-image-wrap .thumb-overlay-text .restaurant-location{font-size:12px;color:#ffffffbf;margin-top:2px}.sidebar .neighborhood,.mobile-home-drawer .neighborhood,.mobile-home-fullscreen .neighborhood{width:100%;padding-bottom:8px}.sidebar .neighborhood .slick-list,.mobile-home-drawer .neighborhood .slick-list,.mobile-home-fullscreen .neighborhood .slick-list{padding:4px 0 8px}.sidebar .neighborhood .slick-track,.mobile-home-drawer .neighborhood .slick-track,.mobile-home-fullscreen .neighborhood .slick-track{display:flex;gap:10px}.sidebar .neighborhood .slick-slide,.mobile-home-drawer .neighborhood .slick-slide,.mobile-home-fullscreen .neighborhood .slick-slide{background-color:transparent;border-radius:20px;cursor:pointer}@media(max-width:768px){.sidebar{display:none}.sidebar.profile{display:flex;position:fixed;top:0;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));min-width:100%;width:100%;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch;border-right:none;box-shadow:none}}.mobile-favorites-overlay,.mobile-favorites-drawer,.mobile-home-overlay,.mobile-home-drawer,.mobile-home-launcher{display:none}@media(max-width:768px){.mobile-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 16px 12px;border-bottom:1px solid rgba(0,0,0,.05);background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-base) 100%);flex-shrink:0}.mobile-drawer-copy{min-width:0}.mobile-drawer-copy strong{display:block;font-size:17px;font-weight:800;color:#0f172a;letter-spacing:-.2px;line-height:1.3}.mobile-drawer-copy p{margin-top:4px;font-size:12px;line-height:1.45;color:#475569}.mobile-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:3px;border-radius:50%;background:#f0f4ff;border:1px solid rgba(0,0,0,.05);color:#475569;flex-shrink:0;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .15s ease}.mobile-drawer-close .material-symbols-rounded{font-size:20px;font-variation-settings:"FILL" 1}.mobile-drawer-close:active{transform:scale(.94)}.mobile-home-launcher{position:fixed;left:max(12px,env(safe-area-inset-left));top:calc(env(safe-area-inset-top) + 12px);right:max(72px,env(safe-area-inset-right) + 72px);z-index:20;display:inline-flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.7);background:#fffffff0;backdrop-filter:blur(16px) saturate(170%);-webkit-backdrop-filter:blur(16px) saturate(170%);box-shadow:0 10px 24px #0f172a1f,0 1px #fffc inset;text-align:left;cursor:pointer;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.mobile-home-launcher:active{transform:scale(.97);box-shadow:0 6px 16px #0f172a1a}.mobile-home-launcher__icon{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#60a5fa);display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 16px #2563eb3d;flex-shrink:0}.mobile-home-launcher__icon .material-symbols-rounded{font-size:22px;font-variation-settings:"FILL" 1}.mobile-home-launcher__copy{min-width:0;display:flex;flex-direction:column;gap:2px;flex:1}.mobile-home-launcher__copy strong{font-size:14px;font-weight:800;color:#0f172a;line-height:1.2}.mobile-home-launcher__copy span{font-size:12px;color:#475569;line-height:1.4}.mobile-home-launcher__arrow{font-size:20px;color:#2563eb;flex-shrink:0;font-variation-settings:"FILL" 1}.mobile-favorites-overlay{display:block;position:fixed;inset:0;bottom:calc(64px + env(safe-area-inset-bottom));background:#02061773;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:998;animation:fadeInOverlay .22s ease both}.mobile-favorites-drawer{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));height:80vh;max-height:80vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 36px #0f172a29,0 -1px #0000000d;z-index:999;transform:translateY(calc(100% + 64px + env(safe-area-inset-bottom)));transition:transform .34s cubic-bezier(.32,.72,0,1);overflow:hidden}.mobile-favorites-drawer.open{transform:translateY(0)}.mobile-favorites-drawer .mobile-favorites-drawer-handle{display:flex;align-items:center;justify-content:center;padding:12px 0 6px;flex-shrink:0;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:36px;border:0;background:transparent;width:100%}.mobile-favorites-drawer .mobile-favorites-drawer-handle .drag-handle-bar{width:36px;height:4px;background:#00000029;border-radius:9999px;opacity:.35;transition:opacity .15s ease,width .15s ease;pointer-events:none}.mobile-favorites-drawer .mobile-favorites-drawer-handle:active .drag-handle-bar{opacity:.6;width:44px}.mobile-favorites-drawer .favorites-page{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0}.mobile-home-overlay{display:block;position:fixed;inset:0;bottom:calc(64px + env(safe-area-inset-bottom));background:#02061773;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:998;animation:fadeInOverlay .22s ease both}.mobile-home-drawer{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));height:min(78vh,720px);max-height:min(78vh,720px);background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 36px #0f172a29,0 -1px #0000000d;z-index:999;transform:translateY(calc(100% + 64px + env(safe-area-inset-bottom)));transition:transform .34s cubic-bezier(.32,.72,0,1);overflow:hidden}.mobile-home-drawer.open{transform:translateY(0)}.mobile-home-drawer .mobile-home-drawer-handle{display:flex;align-items:center;justify-content:center;padding:14px 0 8px;flex-shrink:0;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:40px;border:0;background:transparent;width:100%}.mobile-home-drawer .mobile-home-drawer-handle .drag-handle-bar{width:36px;height:4px;background:#00000029;border-radius:9999px;opacity:.35;transition:opacity .15s ease,width .15s ease;pointer-events:none}.mobile-home-drawer .mobile-home-drawer-handle:active .drag-handle-bar{opacity:.6;width:44px}.mobile-home-drawer .sidebar-header{flex-shrink:0;padding-top:14px;padding-bottom:10px}.mobile-home-drawer .sidebar-header .search-box input{min-height:44px;font-size:16px}.mobile-home-drawer .sidebar-content{flex:1;min-height:0;padding-top:12px}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media(min-width:1024px){.sidebar{min-width:360px;width:360px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-container .recommend-sidebar-hero{position:relative;padding:20px 16px 18px;background:linear-gradient(135deg,#0f4c96,#2563eb 55%,#60a5fa);overflow:hidden}.page-container .recommend-sidebar-hero .recommend-sidebar-hero-deco{position:absolute;top:-24px;right:-24px;width:130px;height:130px;border-radius:50%;background:#ffffff14;pointer-events:none}.page-container .recommend-sidebar-hero .recommend-sidebar-hero-content{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.page-container .recommend-sidebar-hero .recommend-sidebar-hero-icon-wrap{width:46px;height:46px;border-radius:14px;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-container .recommend-sidebar-hero .recommend-sidebar-hero-icon-wrap .material-symbols-rounded{font-size:26px;color:#fff;font-variation-settings:"FILL" 1}.page-container .recommend-sidebar-hero .recommend-sidebar-hero-title{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.3px;line-height:1.25}.page-container .recommend-sidebar-hero .recommend-sidebar-hero-desc{font-size:13px;color:#ffffffc7;margin-top:3px;line-height:1.4}.page-container .recommend-situation-section{padding:14px 16px 0;background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.page-container .recommend-situation-label{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#475569;margin-bottom:10px;letter-spacing:-.1px}.page-container .recommend-situation-label .material-symbols-rounded{font-size:14px;color:#2563eb;font-variation-settings:"FILL" 1}.page-container .recommend-situation-chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:14px}.page-container .recommend-situation-chips::-webkit-scrollbar{display:none}.page-container .situation-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:9999px;border:1.5px solid rgba(0,0,0,.09);background:#fff;font-size:12px;font-weight:600;color:#475569;cursor:pointer;font-family:Pretendard,sans-serif;white-space:nowrap;flex-shrink:0;transition:all .16s ease}.page-container .situation-chip .material-symbols-rounded{font-size:15px;font-variation-settings:"FILL" 1}.page-container .situation-chip:hover{border-color:#2563eb33;color:#2563eb;background:#2563eb17}.page-container .situation-chip.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 3px 10px #2563eb47}.page-container .situation-chip.active .material-symbols-rounded{color:#fff}.page-container .recommend-sidebar-sections{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.page-container .recommend-sidebar-sections::-webkit-scrollbar{width:4px}.page-container .recommend-sidebar-sections::-webkit-scrollbar-track{background:transparent}.page-container .recommend-sidebar-sections::-webkit-scrollbar-thumb{background:#0000001a;border-radius:9999px}.mobile-recommend-overlay,.mobile-recommend-drawer{display:none}@media(max-width:768px){.mobile-recommend-overlay{display:block;position:fixed;inset:0;bottom:calc(64px + env(safe-area-inset-bottom));background:#02061773;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:998;animation:fadeInOverlay .22s ease both}.mobile-recommend-drawer{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));height:80vh;max-height:80vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 36px #0f172a29,0 -1px #0000000d;z-index:999;transform:translateY(calc(100% + 64px + env(safe-area-inset-bottom)));transition:transform .34s cubic-bezier(.32,.72,0,1);overflow:hidden}.mobile-recommend-drawer.open{transform:translateY(0)}.mobile-recommend-drawer .mobile-recommend-drawer-handle{display:flex;align-items:center;justify-content:center;padding:12px 0 6px;flex-shrink:0;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:36px;border:0;background:transparent;width:100%}.mobile-recommend-drawer .mobile-recommend-drawer-handle .drag-handle-bar{width:36px;height:4px;background:#00000029;border-radius:9999px;opacity:.35;transition:opacity .15s ease,width .15s ease;pointer-events:none}.mobile-recommend-drawer .mobile-recommend-drawer-handle:active .drag-handle-bar{opacity:.6;width:44px}.mobile-recommend-drawer .page-container{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-recommend-drawer .page-container .recommend-sidebar-sections{overflow:visible}}.rq-container{display:flex;flex-direction:column;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 16px 32px;background:#fff}.rq-nav-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;min-height:36px}.rq-brand{display:flex;align-items:center;gap:6px}.rq-brand-icon{font-size:20px;color:#2563eb}.rq-brand-label{font-size:13px;font-weight:700;color:#475569;letter-spacing:-.01em}.rq-back-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px 6px 8px;border:1.5px solid rgba(0,0,0,.09);border-radius:9999px;background:#fff;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.rq-back-btn .material-symbols-rounded{font-size:16px}.rq-back-btn:hover{border-color:#2563eb;color:#2563eb;background:#2563eb17}.rq-pip-row{display:flex;align-items:center;gap:6px}.rq-pip{width:8px;height:8px;border-radius:9999px;background:#f0f4ff;border:1.5px solid rgba(0,0,0,.09);transition:all .2s ease;flex-shrink:0}.rq-pip.rq-pip--active{background:#2563eb59;border-color:#2563eb59}.rq-pip.rq-pip--current{background:#2563eb;border-color:#2563eb;width:22px;border-radius:9999px}.rq-step-view{display:flex;flex-direction:column}.rq-question{font-size:21px;font-weight:800;color:#0f172a;line-height:1.35;letter-spacing:-.03em;margin-bottom:24px}.rq-options{display:flex;flex-direction:column;gap:8px}.rq-options.rq-options--grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rq-options.rq-options--grid3 .rq-option:last-child:nth-child(3n+1){grid-column:1/-1}.rq-options.rq-options--grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.rq-options.rq-options--grid2 .rq-option:last-child:nth-child(odd){grid-column:1/-1}.rq-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid rgba(0,0,0,.09);border-radius:16px;background:#fff;cursor:pointer;text-align:left;width:100%;transition:all .15s ease}.rq-options--grid3 .rq-option,.rq-options--grid2 .rq-option{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:16px 8px;aspect-ratio:1;aspect-ratio:initial;min-height:80px}.rq-options--grid3 .rq-option:last-child:nth-child(3n+1),.rq-options--grid2 .rq-option:last-child:nth-child(odd){flex-direction:row;align-items:center;text-align:left;gap:12px;padding:14px 16px;min-height:auto;justify-content:flex-start}.rq-option:hover{border-color:#2563eb80;background:#2563eb17;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb1a}.rq-option:hover .rq-option-icon,.rq-option:hover .rq-option-label{color:#2563eb}.rq-option:active{transform:scale(.97) translateY(0);box-shadow:none}.rq-option-icon{font-size:24px;color:#475569;flex-shrink:0;transition:color .15s ease}.rq-option-label{font-size:14px;font-weight:700;color:#0f172a;transition:color .15s ease;line-height:1.3}.rq-result-view{display:flex;flex-direction:column;gap:14px}.rq-result-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.rq-result-title{font-size:18px;font-weight:700;color:#475569;letter-spacing:-.01em}.rq-result-title strong{color:#2563eb;font-weight:800;font-size:20px}.rq-reset-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 14px 7px 10px;border:1.5px solid rgba(0,0,0,.09);border-radius:9999px;background:#fff;color:#475569;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s ease}.rq-reset-btn .material-symbols-rounded{font-size:16px}.rq-reset-btn:hover{border-color:#2563eb;color:#2563eb;background:#2563eb17}.rq-chips{display:flex;flex-wrap:wrap;gap:6px}.rq-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:9999px;background:#2563eb17;color:#2563eb;font-size:12px;font-weight:700}.rq-chip .material-symbols-rounded{font-size:13px}.rq-result-list{display:flex;flex-direction:column;gap:8px}.rq-result-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid rgba(0,0,0,.09);border-radius:16px;background:#fff;cursor:pointer;width:100%;text-align:left;transition:all .15s ease}.rq-result-card:hover{border-color:#2563eb66;background:#2563eb17;box-shadow:0 4px 16px #2563eb14}.rq-result-card:hover .rq-result-arrow{color:#2563eb;transform:translate(3px)}.rq-result-card:active{transform:scale(.99)}.rq-result-card .rq-result-card-icon{width:40px;height:40px;border-radius:12px;background:#f0f4ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rq-result-card .rq-result-card-icon .material-symbols-rounded{font-size:20px;color:#475569}.rq-result-card .rq-result-card-body{flex:1;min-width:0}.rq-result-card .rq-result-card-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rq-result-card .rq-result-card-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:4px}.rq-result-card .rq-meta-tag{font-size:12px;color:#475569;background:#f0f4ff;padding:2px 7px;border-radius:6px;font-weight:600}.rq-result-card .rq-meta-loc{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rq-result-card .rq-badges{display:flex;gap:4px;flex-wrap:wrap}.rq-result-card .rq-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:6px}.rq-result-card .rq-badge.rq-badge--michelin{background:#c41c1c14;color:#c41c1c}.rq-result-card .rq-badge.rq-badge--blue{background:#2563eb14;color:#2563eb}.rq-result-card .rq-badge.rq-badge--bw{background:#0f172a12;color:#0f172a}.rq-result-card .rq-badge.rq-badge--master{background:#d977061a;color:#d97706}.rq-result-card .rq-badge.rq-badge--hundred{background:#16a34a14;color:#16a34a}.rq-result-card .rq-result-card-right{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.rq-result-card .rq-result-arrow{font-size:18px;color:#94a3b8;flex-shrink:0;transition:all .15s ease}.rq-result-card .rq-result-reason{font-size:12px;color:#2563eb;font-weight:600;margin-top:3px;line-height:1.4;opacity:.85}.rq-result-card .rq-meta-dist{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:#475569;font-weight:600}.rq-result-card .rq-meta-dist .material-symbols-rounded{font-size:12px}.rq-score-dots{display:flex;gap:3px;align-items:center}.rq-score-dot{width:5px;height:5px;border-radius:9999px;background:#00000017;transition:background .15s ease}.rq-score-dot.rq-score-dot--on{background:#2563eb}.rq-random-btn{display:flex;align-items:center;gap:12px;margin-top:20px;padding:14px 16px;border:1.5px dashed rgba(37,99,235,.35);border-radius:16px;background:linear-gradient(135deg,#2563eb0a,#2563eb14);cursor:pointer;width:100%;text-align:left;transition:all .15s ease}.rq-random-btn:hover{border-color:#2563eb;background:#2563eb17;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb1f}.rq-random-btn:hover .rq-random-icon{animation:rq-spin .5s ease}.rq-random-btn:active{transform:scale(.98)}.rq-random-icon{font-size:24px;color:#2563eb;flex-shrink:0}.rq-random-text{flex:1;display:flex;flex-direction:column;gap:2px}.rq-random-title{font-size:14px;font-weight:700;color:#2563eb;letter-spacing:-.01em}.rq-random-sub{font-size:12px;font-weight:500;color:#475569}.rq-random-arrow{font-size:18px;color:#2563eb;opacity:.6;flex-shrink:0}.rq-result-title-icon{font-size:20px;vertical-align:middle;margin-right:4px;color:#2563eb}.rq-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:60px 20px;color:#475569;font-size:14px}.rq-loading .rq-loading-spinner{width:32px;height:32px;border:3px solid rgba(0,0,0,.09);border-top-color:#2563eb;border-radius:50%;animation:rq-spin .7s linear infinite}@keyframes rq-spin{to{transform:rotate(360deg)}}.sidebar-loading-copy{display:flex;flex-direction:column;align-items:center;gap:14px;padding:60px 20px;color:#475569;font-size:14px}.sidebar-loading-spinner{width:28px;height:28px;border:3px solid rgba(0,0,0,.09);border-top-color:#2563eb;border-radius:50%;animation:rq-spin .7s linear infinite}@media(max-width:768px){.rq-container{padding:16px 12px 28px}.rq-question{font-size:19px}.rq-options--grid3{gap:8px}.rq-options--grid3 .rq-option{min-height:72px;padding:12px 6px}.rq-options--grid3 .rq-option-icon{font-size:22px}.rq-options--grid3 .rq-option-label{font-size:12px}}.mobile-home-fullscreen{display:none}@media(max-width:768px){.mobile-home-fullscreen{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));background:#fff;z-index:50;overflow-y:auto;padding-top:env(safe-area-inset-top)}.mobile-home-fullscreen .sidebar-header{padding:20px 16px 16px;border-bottom:1px solid rgba(0,0,0,.05);background:#fff;position:sticky;top:0;z-index:1}.mobile-home-fullscreen .sidebar-content{flex:1;overflow-y:auto}}.skeleton-list{padding:0 20px}.skeleton-list .skeleton-item{padding:10px 0;border-bottom:1px solid #cbd5e1}.skeleton-list .skeleton-name,.skeleton-list .skeleton-cuisine{background-color:#f0f4ff;border-radius:6px;animation:skeleton-loading 1.2s ease-in-out infinite}.skeleton-list .skeleton-name{width:70%;height:16px;margin-bottom:6px}.skeleton-list .skeleton-cuisine{width:40%;height:12px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-panel{padding:20px}.skeleton-panel-header,.skeleton-panel-sub,.skeleton-panel-action-circle,.skeleton-panel-divider,.skeleton-panel-detail-icon,.skeleton-panel-detail-text,.skeleton-panel-section-title,.skeleton-panel-review-avatar,.skeleton-panel-review-line{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-panel-header,.skeleton-panel-sub,.skeleton-panel-detail-text,.skeleton-panel-section-title,.skeleton-panel-review-line{border-radius:6px}.skeleton-panel-header{width:60%;height:24px}.skeleton-panel-sub{width:40%;height:14px;margin-top:10px}.skeleton-panel-actions{display:flex;gap:12px;margin-top:16px}.skeleton-panel-action-circle{width:40px;height:40px;border-radius:50%}.skeleton-panel-divider{width:100%;height:1px;margin:18px 0}.skeleton-panel-details{display:flex;flex-direction:column;gap:12px}.skeleton-panel-detail{display:flex;align-items:center;gap:10px}.skeleton-panel-detail-icon{width:16px;height:16px;border-radius:4px;flex-shrink:0}.skeleton-panel-detail-text{width:70%;height:14px}.skeleton-panel-section-title{width:30%;height:12px;margin-top:20px}.skeleton-panel-reviews{display:flex;flex-direction:column;gap:14px;margin-top:14px}.skeleton-panel-review{display:flex;gap:10px}.skeleton-panel-review-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0}.skeleton-panel-review-content{display:flex;flex-direction:column;gap:6px;flex:1}.skeleton-panel-review-line{height:10px}.skeleton-panel-review-line.long{width:70%}.skeleton-panel-review-line.short{width:45%}.feedback-state{margin:12px 16px 0;padding:20px;border:1px solid #cbd5e1;border-radius:14px;background:#e2e8f0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.feedback-state__icon{font-size:28px;color:#64748b}.feedback-state__title{margin:0;font-size:16px;line-height:1.45;color:#0f172a;font-weight:700}.feedback-state__description{margin:0;font-size:14px;line-height:1.6;color:#475569}.feedback-state__actions{margin-top:4px;display:flex;flex-wrap:wrap;gap:10px}.feedback-state__action{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;background:#0f172a;color:#fff;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.feedback-state__action:hover{background:#334155}.feedback-state__action--ghost,.feedback-state__action--secondary{border:1px solid #94a3b8;background:#fff;color:#334155}.feedback-state__action--ghost:hover,.feedback-state__action--secondary:hover{background:#e2e8f0}.feedback-state__action .material-symbols-rounded{font-size:16px}.feedback-state--error .feedback-state__icon{color:#c41c1c}.feedback-state--error .feedback-state__title{font-size:14px;font-weight:500;color:#334155}.feedback-state--empty{align-items:center;text-align:center;padding:48px 24px;border:none;background:transparent;margin:0}.feedback-state--empty .feedback-state__icon{font-size:40px;color:#94a3b8}.feedback-state--empty .feedback-state__title{font-size:14px;font-weight:500;color:#64748b}.feedback-state--empty .feedback-state__description{font-size:13px;color:#94a3b8}.feedback-state--empty .feedback-state__actions{justify-content:center}.feedback-state--empty .feedback-state__action{min-width:132px}@media(max-width:768px){.feedback-state{margin:8px 14px 0;padding:18px 14px;gap:8px;border-radius:10px}.feedback-state__title{font-size:16px}.feedback-state__description{font-size:13px;line-height:1.5}.feedback-state__actions{width:100%;gap:8px}.feedback-state__action{width:100%;padding:11px 14px;font-size:14px}.feedback-state--empty{margin:0;padding:60px 24px}.feedback-state--empty .feedback-state__title{font-size:15px}}.bottom-sheet .content,.info-panel .content{padding:0 0 16px;height:100%;overflow-y:auto}.bottom-sheet .content::-webkit-scrollbar,.info-panel .content::-webkit-scrollbar{width:4px}.bottom-sheet .content::-webkit-scrollbar-track,.info-panel .content::-webkit-scrollbar-track{background:transparent}.bottom-sheet .content::-webkit-scrollbar-thumb,.info-panel .content::-webkit-scrollbar-thumb{background:#00000017;border-radius:9999px}.bottom-sheet .content .youtube-container,.info-panel .content .youtube-container{position:relative;width:100%;aspect-ratio:16/9;min-height:200px;max-height:260px;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:center}.bottom-sheet .content .youtube-container .youtube-skeleton,.info-panel .content .youtube-container .youtube-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f4ff 25%,#f8faff,#f0f4ff 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.bottom-sheet .content .youtube-container iframe,.info-panel .content .youtube-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bottom-sheet .content .youtube-container img,.info-panel .content .youtube-container img{width:100%;object-fit:cover}.bottom-sheet .content .default-hero,.info-panel .content .default-hero{width:100%;aspect-ratio:16/9;min-height:200px;max-height:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:#fff}.bottom-sheet .content .default-hero .material-symbols-rounded,.info-panel .content .default-hero .material-symbols-rounded{font-size:44px;font-variation-settings:"FILL" 1;opacity:.95}.bottom-sheet .content .default-hero p,.info-panel .content .default-hero p{margin:0;font-size:14px;font-weight:600;letter-spacing:-.2px}.bottom-sheet .content .default-hero.korean,.info-panel .content .default-hero.korean{background:linear-gradient(135deg,#e58f65,#f4b183)}.bottom-sheet .content .default-hero.chinese,.info-panel .content .default-hero.chinese{background:linear-gradient(135deg,#d1495b,#edae49)}.bottom-sheet .content .default-hero.western,.info-panel .content .default-hero.western{background:linear-gradient(135deg,#4f6d7a,#56a3a6)}.bottom-sheet .content .default-hero.japanese,.info-panel .content .default-hero.japanese{background:linear-gradient(135deg,#3d405b,#81b29a)}.bottom-sheet .content .default-hero.cafe,.info-panel .content .default-hero.cafe{background:linear-gradient(135deg,#8d6e63,#c7a17a)}.bottom-sheet .content .default-hero.etc,.info-panel .content .default-hero.etc{background:linear-gradient(135deg,#6b7280,#9ca3af)}.bottom-sheet .content #info-panel-title,.info-panel .content #info-panel-title{padding:2px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.3px;line-height:1.25;margin:0}.bottom-sheet .content .title-actions,.info-panel .content .title-actions{margin-top:16px;padding:0 18px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .title-actions #info-panel-title,.info-panel .content .title-actions #info-panel-title{border-bottom:none}.bottom-sheet .content .enriching-indicator,.info-panel .content .enriching-indicator{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.05);border-top-color:#2563eb;animation:spin .7s linear infinite}@media(prefers-reduced-motion:reduce){.bottom-sheet .content .enriching-indicator,.info-panel .content .enriching-indicator{animation:none;opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}.bottom-sheet .content .cuisine-pill,.info-panel .content .cuisine-pill{font-size:11px;line-height:1.2;color:#2563eb;background:#2563eb17;border-radius:9999px;padding:3px 9px;font-weight:700;letter-spacing:.1px}.bottom-sheet .content .badges,.info-panel .content .badges{padding:0 16px;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:6px}.bottom-sheet .content .description,.info-panel .content .description{margin:0 18px 14px;white-space:pre-line;line-height:1.65;color:#475569;font-size:14px}.bottom-sheet .content .info-summary,.info-panel .content .info-summary{margin:8px 0;font-size:10px;font-weight:700;letter-spacing:.5px;color:#94a3b8;text-transform:uppercase}.bottom-sheet .content .restaurant-info-wrap,.info-panel .content .restaurant-info-wrap{display:flex;flex-direction:column}.bottom-sheet .content .restaurant-info,.info-panel .content .restaurant-info{padding:0 0 4px;border-bottom:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .restaurant-info .restaurant-list-item,.info-panel .content .restaurant-info .restaurant-list-item{display:grid;grid-template-columns:minmax(54px,auto) minmax(0,1fr);align-items:start;gap:8px 14px;padding:10px 0}.bottom-sheet .content .restaurant-info .restaurant-list-item:not(:last-child),.info-panel .content .restaurant-info .restaurant-list-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .restaurant-info .info-label,.info-panel .content .restaurant-info .info-label{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:-.1px;line-height:1.55;padding-top:2px}.bottom-sheet .content .restaurant-info .info-value,.info-panel .content .restaurant-info .info-value{margin:0;text-align:left;font-size:14px;font-weight:500;color:#0f172a;letter-spacing:-.15px;line-height:1.5;word-break:break-word}.bottom-sheet .content .restaurant-info,.info-panel .content .restaurant-info{list-style:none}.bottom-sheet .content .restaurant-info li,.info-panel .content .restaurant-info li{margin-top:4px}.bottom-sheet .content .restaurant-info li strong,.info-panel .content .restaurant-info li strong{width:72px;display:inline-block;color:#94a3b8;font-size:13px}.bottom-sheet .content .award-text,.info-panel .content .award-text{display:inline-flex;align-items:center;gap:4px}.bottom-sheet .content .award-text__icon,.info-panel .content .award-text__icon{font-size:14px;font-variation-settings:"FILL" 1;line-height:1}.bottom-sheet .content .award-text__label,.info-panel .content .award-text__label{line-height:1.2}.bottom-sheet .content .award-detail,.info-panel .content .award-detail{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.bottom-sheet .content .award-detail__divider,.info-panel .content .award-detail__divider{color:#94a3b8}.bottom-sheet .content .award-detail__text .award-text__icon,.info-panel .content .award-detail__text .award-text__icon{font-size:16px}.bottom-sheet .content .badge,.info-panel .content .badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:9999px;letter-spacing:.2px;transition:opacity .16s ease}.bottom-sheet .content .badge .material-symbols-rounded,.info-panel .content .badge .material-symbols-rounded{font-size:12px;font-variation-settings:"FILL" 1}.bottom-sheet .content .badge.michelin,.info-panel .content .badge.michelin{background:#c41c1c14;color:#c41c1c;border:1px solid rgba(196,28,28,.15)}.bottom-sheet .content .badge.blue-ribbon,.info-panel .content .badge.blue-ribbon{background:#2563eb17;color:#2563eb;border:1px solid rgba(37,99,235,.2)}.bottom-sheet .content .badge.youtube,.info-panel .content .badge.youtube{background:#ff000014;color:red;border:1px solid rgba(255,0,0,.15)}.bottom-sheet .content .badge.master,.info-panel .content .badge.master{background:#d977061a;color:#d97706;border:1px solid rgba(217,119,6,.2)}.bottom-sheet .content .badge.hundredYears,.info-panel .content .badge.hundredYears{background:#f0f4ff;color:#475569;border:1px solid rgba(0,0,0,.09)}.bottom-sheet .content .badge.blackwhitechef,.info-panel .content .badge.blackwhitechef{background:#f8fafc;color:#1e293b;border:1px solid #cbd5e1}.bottom-sheet .content .badge.hidden-pick,.info-panel .content .badge.hidden-pick{background:#2563eb17;color:#2563eb;border:1px solid rgba(37,99,235,.2);cursor:default}.bottom-sheet .content .broadcast-table,.info-panel .content .broadcast-table{width:100%;margin:0;border-collapse:collapse;border-bottom:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .broadcast-table th,.info-panel .content .broadcast-table th,.bottom-sheet .content .broadcast-table td,.info-panel .content .broadcast-table td{padding:10px 0;letter-spacing:-.1px;line-height:1.45}.bottom-sheet .content .broadcast-table thead th,.info-panel .content .broadcast-table thead th{font-size:11px;font-weight:700;color:#94a3b8;border-bottom:1px solid rgba(0,0,0,.05);text-transform:uppercase;letter-spacing:.3px}.bottom-sheet .content .broadcast-table thead th:first-child,.info-panel .content .broadcast-table thead th:first-child{text-align:left}.bottom-sheet .content .broadcast-table thead th:last-child,.info-panel .content .broadcast-table thead th:last-child{text-align:right}.bottom-sheet .content .broadcast-table tbody td,.info-panel .content .broadcast-table tbody td{font-size:14px;font-weight:500;color:#0f172a}.bottom-sheet .content .broadcast-table tbody td:first-child,.info-panel .content .broadcast-table tbody td:first-child{text-align:left;word-break:break-word}.bottom-sheet .content .broadcast-table tbody td:last-child,.info-panel .content .broadcast-table tbody td:last-child{text-align:right;color:#475569;font-size:13px;font-weight:400}.bottom-sheet .content .broadcast-table tbody tr:not(:last-child) td,.info-panel .content .broadcast-table tbody tr:not(:last-child) td{border-bottom:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .panel-action-bar,.info-panel .content .panel-action-bar{display:flex;gap:7px;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .panel-action-bar .action-btn,.info-panel .content .panel-action-bar .action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 8px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all .16s ease;border:none;font-family:Pretendard,sans-serif}.bottom-sheet .content .panel-action-bar .action-btn .material-symbols-rounded,.info-panel .content .panel-action-bar .action-btn .material-symbols-rounded{font-size:16px;font-variation-settings:"FILL" 1}.bottom-sheet .content .panel-action-bar .action-btn.directions,.info-panel .content .panel-action-bar .action-btn.directions{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 3px 12px #2563eb47}.bottom-sheet .content .panel-action-bar .action-btn.directions:hover,.info-panel .content .panel-action-bar .action-btn.directions:hover{box-shadow:0 5px 18px #2563eb47;transform:translateY(-1px)}.bottom-sheet .content .panel-action-bar .action-btn.bookmark,.info-panel .content .panel-action-bar .action-btn.bookmark{background:#f0f4ff;border:1.5px solid rgba(0,0,0,.09);color:#475569}.bottom-sheet .content .panel-action-bar .action-btn.bookmark:hover,.info-panel .content .panel-action-bar .action-btn.bookmark:hover{border-color:#d97706;color:#d97706;background:#d977061a}.bottom-sheet .content .panel-action-bar .action-btn.share,.info-panel .content .panel-action-bar .action-btn.share{background:#f0f4ff;border:1.5px solid rgba(0,0,0,.09);color:#475569}.bottom-sheet .content .panel-action-bar .action-btn.share:hover,.info-panel .content .panel-action-bar .action-btn.share:hover{border-color:#2563eb;color:#2563eb;background:#2563eb17}.bottom-sheet .content .panel-hero,.info-panel .content .panel-hero{height:200px;position:relative;overflow:hidden;flex-shrink:0;background:linear-gradient(140deg,#eff6ff,#dbeafe 55%,#c7d2fe)}.bottom-sheet .content .panel-hero .hero-deco,.info-panel .content .panel-hero .hero-deco{position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:radial-gradient(circle,rgba(37,99,235,.15),transparent 68%);border-radius:50%}.bottom-sheet .content .panel-hero .hero-emoji,.info-panel .content .panel-hero .hero-emoji{position:absolute;top:16px;right:20px;font-size:68px;opacity:.28;transform:rotate(8deg)}.bottom-sheet .content .panel-hero .hero-content,.info-panel .content .panel-hero .hero-content{position:absolute;bottom:0;left:0;right:0;padding:14px 18px 16px}.bottom-sheet .content .panel-hero .hero-content .hero-badge,.info-panel .content .panel-hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:4px;background:#c41c1c;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:9999px;margin-bottom:6px}.bottom-sheet .content .panel-hero .hero-content .hero-badge .material-symbols-rounded,.info-panel .content .panel-hero .hero-content .hero-badge .material-symbols-rounded{font-size:12px;font-variation-settings:"FILL" 1}.bottom-sheet .content .panel-hero .hero-content .hero-name,.info-panel .content .panel-hero .hero-content .hero-name{font-family:Pretendard,sans-serif;font-size:21px;font-weight:800;color:#0f172a;letter-spacing:-.4px;line-height:1.2}.bottom-sheet .content .panel-hero .hero-content .hero-cuisine,.info-panel .content .panel-hero .hero-content .hero-cuisine{font-size:13px;color:#475569;font-weight:500;margin-top:4px}.bottom-sheet .content .bottom-buttons,.info-panel .content .bottom-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:16px 0 18px;border-top:1px solid rgba(0,0,0,.05);margin-top:4px}.bottom-sheet .content .bottom-buttons .directions-btn,.info-panel .content .bottom-buttons .directions-btn{grid-column:1/-1}.bottom-sheet .content .bottom-buttons .directions-btn,.info-panel .content .bottom-buttons .directions-btn,.bottom-sheet .content .bottom-buttons .bookmark-btn,.info-panel .content .bottom-buttons .bookmark-btn,.bottom-sheet .content .bottom-buttons .share-btn,.info-panel .content .bottom-buttons .share-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;border:none;font-family:Pretendard,sans-serif;transition:all .16s ease;width:100%}.bottom-sheet .content .bottom-buttons .directions-btn:focus-visible,.info-panel .content .bottom-buttons .directions-btn:focus-visible,.bottom-sheet .content .bottom-buttons .bookmark-btn:focus-visible,.info-panel .content .bottom-buttons .bookmark-btn:focus-visible,.bottom-sheet .content .bottom-buttons .share-btn:focus-visible,.info-panel .content .bottom-buttons .share-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.bottom-sheet .content .bottom-buttons .directions-btn .material-symbols-rounded,.info-panel .content .bottom-buttons .directions-btn .material-symbols-rounded,.bottom-sheet .content .bottom-buttons .bookmark-btn .material-symbols-rounded,.info-panel .content .bottom-buttons .bookmark-btn .material-symbols-rounded,.bottom-sheet .content .bottom-buttons .share-btn .material-symbols-rounded,.info-panel .content .bottom-buttons .share-btn .material-symbols-rounded{font-size:16px;font-variation-settings:"FILL" 1}.bottom-sheet .content .bottom-buttons .directions-btn,.info-panel .content .bottom-buttons .directions-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb47}.bottom-sheet .content .bottom-buttons .directions-btn:hover,.info-panel .content .bottom-buttons .directions-btn:hover{box-shadow:0 6px 20px #2563eb47;transform:translateY(-1px)}.bottom-sheet .content .bottom-buttons .bookmark-btn,.info-panel .content .bottom-buttons .bookmark-btn{background:#f0f4ff;border:1.5px solid rgba(0,0,0,.09);color:#475569}.bottom-sheet .content .bottom-buttons .bookmark-btn:hover,.info-panel .content .bottom-buttons .bookmark-btn:hover{border-color:#d97706;color:#d97706;background:#d977061a}.bottom-sheet .content .bottom-buttons .bookmark-btn.bookmarked,.info-panel .content .bottom-buttons .bookmark-btn.bookmarked{background:#d977061a;border-color:#d9770666;color:#d97706}.bottom-sheet .content .bottom-buttons .bookmark-btn.bookmarked .material-symbols-rounded,.info-panel .content .bottom-buttons .bookmark-btn.bookmarked .material-symbols-rounded{font-variation-settings:"FILL" 1}.bottom-sheet .content .bottom-buttons .bookmark-btn.bookmarked:hover,.info-panel .content .bottom-buttons .bookmark-btn.bookmarked:hover{background:#d977062e;border-color:#d97706}.bottom-sheet .content .bottom-buttons .share-btn,.info-panel .content .bottom-buttons .share-btn{background:#f0f4ff;border:1.5px solid rgba(0,0,0,.09);color:#475569}.bottom-sheet .content .bottom-buttons .share-btn:hover,.info-panel .content .bottom-buttons .share-btn:hover{border-color:#2563eb;color:#2563eb;background:#2563eb17}.bottom-sheet .content .bottom-buttons .report-btn,.info-panel .content .bottom-buttons .report-btn{grid-column:1/-1;background:none;border:1.5px solid rgba(0,0,0,.05);border-radius:10px;padding:9px;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;font-family:Pretendard,sans-serif;transition:all .16s ease;display:flex;align-items:center;justify-content:center;gap:5px;width:100%}.bottom-sheet .content .bottom-buttons .report-btn:focus-visible,.info-panel .content .bottom-buttons .report-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.bottom-sheet .content .bottom-buttons .report-btn .material-symbols-rounded,.info-panel .content .bottom-buttons .report-btn .material-symbols-rounded{font-size:14px}.bottom-sheet .content .bottom-buttons .report-btn:hover,.info-panel .content .bottom-buttons .report-btn:hover{border-color:#ef4444;color:#ef4444;background:#ef44440a}.bottom-sheet .content .info-section,.info-panel .content .info-section{padding:0 18px;flex:1;display:flex;flex-direction:column}.bottom-sheet .content .info-section .restaurant-scroll,.info-panel .content .info-section .restaurant-scroll{flex:1;display:flex;flex-direction:column}.bottom-sheet .content .close-btn,.info-panel .content .close-btn{width:100%;padding:12px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;background:#f0f4ff;color:#475569;transition:background-color .16s ease;display:none;margin:0 16px;width:calc(100% - 32px)}.bottom-sheet .content .close-btn:hover,.info-panel .content .close-btn:hover{background:#00000017}.bottom-sheet .content .review-section,.info-panel .content .review-section{padding-top:16px;padding-bottom:4px;border-top:1px solid rgba(0,0,0,.05)}.bottom-sheet .content .review-section-header,.info-panel .content .review-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.bottom-sheet .content .review-summary,.info-panel .content .review-summary{display:flex;gap:12px;margin-bottom:14px;background:#f0f4ff;border:1px solid rgba(0,0,0,.09);border-radius:14px;padding:10px;align-items:flex-end}.bottom-sheet .content .review-summary-bars,.info-panel .content .review-summary-bars{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.bottom-sheet .content .review-summary-row,.info-panel .content .review-summary-row{display:grid;grid-template-columns:24px 1fr 16px;gap:6px;align-items:center}.bottom-sheet .content .review-summary-score,.info-panel .content .review-summary-score,.bottom-sheet .content .review-summary-count,.info-panel .content .review-summary-count{font-size:10px;color:#94a3b8;line-height:1}.bottom-sheet .content .review-summary-count,.info-panel .content .review-summary-count{text-align:right}.bottom-sheet .content .review-summary-track,.info-panel .content .review-summary-track{height:6px;background:#00000017;border-radius:9999px;overflow:hidden}.bottom-sheet .content .review-summary-fill,.info-panel .content .review-summary-fill{display:block;height:100%;background:linear-gradient(90deg,#d97706,#facc15);border-radius:inherit;min-width:2px}.bottom-sheet .content .review-sort-wrap,.info-panel .content .review-sort-wrap{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:600;color:#94a3b8;flex-shrink:0}.bottom-sheet .content .review-sort,.info-panel .content .review-sort{border:1.5px solid rgba(0,0,0,.09);background:#fff;color:#475569;border-radius:10px;font-size:12px;font-family:Pretendard,sans-serif;padding:7px 9px;min-width:116px}.bottom-sheet .content .review-sort:focus,.info-panel .content .review-sort:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.bottom-sheet .content .review-section-title,.info-panel .content .review-section-title{margin:0;font-size:11px;font-weight:700;letter-spacing:.5px;color:#94a3b8;text-transform:uppercase;display:flex;align-items:center;gap:5px}.bottom-sheet .content .review-count-inline,.info-panel .content .review-count-inline{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:#00000017;color:#475569;font-size:10px;font-weight:700;letter-spacing:0}.bottom-sheet .content .review-avg-badge,.info-panel .content .review-avg-badge{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:700;color:#d97706;background:#d977061a;border:1px solid rgba(217,119,6,.18);border-radius:9999px;padding:4px 10px}.bottom-sheet .content .review-avg-badge .material-symbols-rounded,.info-panel .content .review-avg-badge .material-symbols-rounded{font-size:13px;font-variation-settings:"FILL" 1}.bottom-sheet .content .review-avg-badge .review-count,.info-panel .content .review-avg-badge .review-count{font-size:11px;font-weight:500;color:#94a3b8}.bottom-sheet .content .review-stars,.info-panel .content .review-stars{display:flex;gap:4px}.bottom-sheet .content .review-stars .star,.info-panel .content .review-stars .star{background:none;border:none;padding:3px;cursor:pointer;line-height:1;transition:transform .16s ease}.bottom-sheet .content .review-stars .star:disabled,.info-panel .content .review-stars .star:disabled{cursor:default}.bottom-sheet .content .review-stars .star:not(:disabled):hover,.info-panel .content .review-stars .star:not(:disabled):hover{transform:scale(1.2)}.bottom-sheet .content .review-stars .star .material-symbols-rounded,.info-panel .content .review-stars .star .material-symbols-rounded{font-size:22px;font-variation-settings:"FILL" 0;color:#00000029;transition:color .16s ease,font-variation-settings .16s ease}.bottom-sheet .content .review-stars .star.filled .material-symbols-rounded,.info-panel .content .review-stars .star.filled .material-symbols-rounded{font-variation-settings:"FILL" 1;color:#d97706}.bottom-sheet .content .review-stars.readonly .star,.info-panel .content .review-stars.readonly .star{pointer-events:none;padding:1px}.bottom-sheet .content .review-stars.readonly .star .material-symbols-rounded,.info-panel .content .review-stars.readonly .star .material-symbols-rounded{font-size:14px}.bottom-sheet .content .review-login-prompt,.info-panel .content .review-login-prompt{display:flex;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;background:#f0f4ff;border-radius:14px;margin-bottom:14px;text-align:center}.bottom-sheet .content .review-login-prompt .review-login-icon,.info-panel .content .review-login-prompt .review-login-icon{font-size:30px;font-variation-settings:"FILL" 0;color:#2563eb;opacity:.6}.bottom-sheet .content .review-login-prompt .review-login-msg,.info-panel .content .review-login-prompt .review-login-msg{margin:4px 0 0;font-size:13px;color:#475569;line-height:1.55}.bottom-sheet .content .review-login-prompt .review-login-btn,.info-panel .content .review-login-prompt .review-login-btn{margin-top:10px;padding:9px 22px;font-size:13px;font-weight:700;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;cursor:pointer;font-family:Pretendard,sans-serif;transition:all .16s ease;box-shadow:0 3px 10px #2563eb47}.bottom-sheet .content .review-login-prompt .review-login-btn:hover,.info-panel .content .review-login-prompt .review-login-btn:hover{box-shadow:0 5px 16px #2563eb47;transform:translateY(-1px)}.bottom-sheet .content .review-comment-form,.info-panel .content .review-comment-form{margin-bottom:16px}.bottom-sheet .content .review-comment-edit-label,.info-panel .content .review-comment-edit-label{margin:0 0 8px;font-size:11px;font-weight:700;color:#2563eb;letter-spacing:.3px}.bottom-sheet .content .review-comment-row,.info-panel .content .review-comment-row{display:flex;gap:10px;align-items:flex-start}.bottom-sheet .content .review-commenter-avatar,.info-panel .content .review-commenter-avatar{width:32px;height:32px;border-radius:9999px;overflow:hidden;flex-shrink:0;background:#2563eb33;display:flex;align-items:center;justify-content:center;margin-top:2px}.bottom-sheet .content .review-commenter-avatar img,.info-panel .content .review-commenter-avatar img{width:100%;height:100%;object-fit:cover}.bottom-sheet .content .review-commenter-avatar .review-commenter-initial,.info-panel .content .review-commenter-avatar .review-commenter-initial{font-size:13px;font-weight:700;color:#2563eb}.bottom-sheet .content .review-comment-input-wrap,.info-panel .content .review-comment-input-wrap{flex:1;min-width:0}.bottom-sheet .content .review-comment-stars-row,.info-panel .content .review-comment-stars-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.bottom-sheet .content .review-comment-stars-hint,.info-panel .content .review-comment-stars-hint{font-size:11px;color:#94a3b8}.bottom-sheet .content .review-field-error-inline,.info-panel .content .review-field-error-inline{font-size:11px;color:#ef4444}.bottom-sheet .content .review-comment-field,.info-panel .content .review-comment-field{border:1.5px solid rgba(0,0,0,.09);border-radius:14px;background:#f0f4ff;transition:border-color .16s ease,box-shadow .16s ease}.bottom-sheet .content .review-comment-field:focus-within,.info-panel .content .review-comment-field:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb17}.bottom-sheet .content .review-comment-textarea,.info-panel .content .review-comment-textarea{display:block;width:100%;padding:10px 12px 6px;border:none;background:transparent;font-family:Pretendard,sans-serif;font-size:13px;color:#0f172a;resize:none;box-sizing:border-box;line-height:1.6;outline:none}.bottom-sheet .content .review-comment-textarea::placeholder,.info-panel .content .review-comment-textarea::placeholder{color:#94a3b8}.bottom-sheet .content .review-comment-field-footer,.info-panel .content .review-comment-field-footer{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 6px 12px}.bottom-sheet .content .review-comment-char-count,.info-panel .content .review-comment-char-count{font-size:11px;color:#94a3b8}.bottom-sheet .content .review-comment-actions,.info-panel .content .review-comment-actions{display:flex;align-items:center;gap:4px}.bottom-sheet .content .review-comment-delete-btn,.info-panel .content .review-comment-delete-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9999px;background:none;border:none;cursor:pointer;color:#94a3b8;font-family:Pretendard,sans-serif;transition:color .16s ease,background .16s ease}.bottom-sheet .content .review-comment-delete-btn .material-symbols-rounded,.info-panel .content .review-comment-delete-btn .material-symbols-rounded{font-size:18px}.bottom-sheet .content .review-comment-delete-btn:not(:disabled):hover,.info-panel .content .review-comment-delete-btn:not(:disabled):hover{color:#ef4444;background:#ef444412}.bottom-sheet .content .review-comment-send-btn,.info-panel .content .review-comment-send-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9999px;background:#2563eb;border:none;color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;transition:all .16s ease}.bottom-sheet .content .review-comment-send-btn .material-symbols-rounded,.info-panel .content .review-comment-send-btn .material-symbols-rounded{font-size:16px}.bottom-sheet .content .review-comment-send-btn:disabled,.info-panel .content .review-comment-send-btn:disabled{opacity:.4;cursor:not-allowed}.bottom-sheet .content .review-comment-send-btn:not(:disabled):hover,.info-panel .content .review-comment-send-btn:not(:disabled):hover{background:#1d4ed8;box-shadow:0 3px 10px #2563eb47;transform:translateY(-1px)}.bottom-sheet .content .review-comment-sending,.info-panel .content .review-comment-sending{font-size:14px;font-weight:700;line-height:1}.bottom-sheet .content .review-field-error,.info-panel .content .review-field-error{margin:5px 0 0;font-size:12px;color:#ef4444}.bottom-sheet .content .review-delete-confirm,.info-panel .content .review-delete-confirm{display:flex;align-items:center;gap:6px;font-size:12px;color:#475569}.bottom-sheet .content .review-delete-confirm span,.info-panel .content .review-delete-confirm span{font-weight:500;white-space:nowrap}.bottom-sheet .content .review-delete-confirm .review-delete-confirm-yes,.info-panel .content .review-delete-confirm .review-delete-confirm-yes{padding:4px 10px;font-size:11px;font-weight:600;border-radius:10px;background:#ef4444;border:none;color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;transition:background .16s ease}.bottom-sheet .content .review-delete-confirm .review-delete-confirm-yes:not(:disabled):hover,.info-panel .content .review-delete-confirm .review-delete-confirm-yes:not(:disabled):hover{background:#dc2626}.bottom-sheet .content .review-delete-confirm .review-delete-confirm-no,.info-panel .content .review-delete-confirm .review-delete-confirm-no{padding:4px 10px;font-size:11px;font-weight:600;border-radius:10px;background:none;border:1.5px solid rgba(0,0,0,.09);color:#94a3b8;cursor:pointer;font-family:Pretendard,sans-serif;transition:all .16s ease}.bottom-sheet .content .review-delete-confirm .review-delete-confirm-no:hover,.info-panel .content .review-delete-confirm .review-delete-confirm-no:hover{border-color:#94a3b8;color:#475569}.bottom-sheet .content .review-list,.info-panel .content .review-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.bottom-sheet .content .review-card,.info-panel .content .review-card{background:#f0f4ff;border-radius:14px;padding:13px 14px;transition:background .16s ease}.bottom-sheet .content .review-card:hover,.info-panel .content .review-card:hover{background:var(--bg-base)}.bottom-sheet .content .review-card .review-card-header,.info-panel .content .review-card .review-card-header{display:flex;align-items:center;gap:10px;margin-bottom:9px}.bottom-sheet .content .review-card .review-avatar,.info-panel .content .review-card .review-avatar{width:34px;height:34px;border-radius:9999px;overflow:hidden;flex-shrink:0;background:#2563eb33;display:flex;align-items:center;justify-content:center}.bottom-sheet .content .review-card .review-avatar img,.info-panel .content .review-card .review-avatar img{width:100%;height:100%;object-fit:cover}.bottom-sheet .content .review-card .review-avatar .review-avatar-initial,.info-panel .content .review-card .review-avatar .review-avatar-initial{font-size:14px;font-weight:700;color:#2563eb}.bottom-sheet .content .review-card .review-meta,.info-panel .content .review-card .review-meta{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.bottom-sheet .content .review-card .review-meta .review-author,.info-panel .content .review-card .review-meta .review-author{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-sheet .content .review-card .review-meta .review-date,.info-panel .content .review-card .review-meta .review-date{font-size:11px;color:#94a3b8}.bottom-sheet .content .review-card .review-content,.info-panel .content .review-card .review-content{margin:0;font-size:13px;color:#475569;line-height:1.65;word-break:break-word}.bottom-sheet .content .review-empty,.info-panel .content .review-empty{font-size:13px;color:#94a3b8;text-align:center;padding:20px 0 8px;margin:0}.bottom-sheet .content .review-loading,.info-panel .content .review-loading{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 0 8px;font-size:13px;color:#94a3b8}.bottom-sheet .content .review-loading-spinner,.info-panel .content .review-loading-spinner{width:24px;height:24px;border:2px solid rgba(0,0,0,.09);border-top-color:#2563eb;border-radius:50%;animation:review-spin .7s linear infinite}@keyframes review-spin{to{transform:rotate(360deg)}}.bottom-sheet .content .review-error-row,.info-panel .content .review-error-row{display:flex;flex-direction:column;align-items:center;gap:6px;margin:4px 0 8px}.bottom-sheet .content .review-error,.info-panel .content .review-error{font-size:13px;color:#ef4444;margin:0;text-align:center}.bottom-sheet .content .review-retry-btn,.info-panel .content .review-retry-btn{font-size:13px;font-weight:600;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:4px 12px;cursor:pointer;background:#ef44440d;transition:background .15s;font-family:inherit}.bottom-sheet .content .review-retry-btn:hover,.info-panel .content .review-retry-btn:hover{background:#ef44441a}.bottom-sheet .content .review-more-btn,.info-panel .content .review-more-btn{width:100%;margin-top:10px;border:1px solid rgba(0,0,0,.09);background:#f0f4ff;color:#475569;border-radius:10px;font-size:12px;font-weight:600;font-family:Pretendard,sans-serif;padding:10px 12px;cursor:pointer;transition:all .16s ease}.bottom-sheet .content .review-more-btn:hover,.info-panel .content .review-more-btn:hover{border-color:#00000029;color:#0f172a;background:#fff}.bottom-sheet .content .review-image-attach-btn,.info-panel .content .review-image-attach-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9999px;background:none;border:none;cursor:pointer;color:#94a3b8;font-family:Pretendard,sans-serif;transition:color .16s ease,background .16s ease}.bottom-sheet .content .review-image-attach-btn .material-symbols-rounded,.info-panel .content .review-image-attach-btn .material-symbols-rounded{font-size:18px}.bottom-sheet .content .review-image-attach-btn:not(:disabled):hover,.info-panel .content .review-image-attach-btn:not(:disabled):hover{color:#2563eb;background:#2563eb17}.bottom-sheet .content .review-image-attach-btn:disabled,.info-panel .content .review-image-attach-btn:disabled{opacity:.4;cursor:not-allowed}.bottom-sheet .content .review-image-preview-list,.info-panel .content .review-image-preview-list{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.bottom-sheet .content .review-image-preview-item,.info-panel .content .review-image-preview-item{position:relative;width:64px;height:64px;border-radius:10px;overflow:hidden;border:1.5px solid rgba(0,0,0,.09);flex-shrink:0}.bottom-sheet .content .review-image-preview-item img,.info-panel .content .review-image-preview-item img{width:100%;height:100%;object-fit:cover;display:block}.bottom-sheet .content .review-image-preview-remove,.info-panel .content .review-image-preview-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:9999px;background:#0000008c;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.bottom-sheet .content .review-image-preview-remove .material-symbols-rounded,.info-panel .content .review-image-preview-remove .material-symbols-rounded{font-size:12px;color:#fff;line-height:1}.bottom-sheet .content .review-image-preview-remove:hover,.info-panel .content .review-image-preview-remove:hover{background:#ef4444d9}.bottom-sheet .content .review-existing-images,.info-panel .content .review-existing-images{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.bottom-sheet .content .review-existing-thumb,.info-panel .content .review-existing-thumb{width:48px;height:48px;border-radius:10px;object-fit:cover;border:1.5px solid rgba(0,0,0,.09);flex-shrink:0;opacity:.75}.bottom-sheet .content .review-existing-images-hint,.info-panel .content .review-existing-images-hint{font-size:10px;color:#94a3b8;line-height:1.4;flex:1;min-width:80px}.bottom-sheet .content .review-card-images,.info-panel .content .review-card-images{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.bottom-sheet .content .review-card-image-link,.info-panel .content .review-card-image-link{display:block;width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.05);flex-shrink:0;transition:opacity .16s ease,transform .16s ease}.bottom-sheet .content .review-card-image-link img,.info-panel .content .review-card-image-link img{width:100%;height:100%;object-fit:cover;display:block}.bottom-sheet .content .review-card-image-link:hover,.info-panel .content .review-card-image-link:hover{opacity:.88;transform:scale(1.03)}.info-panel{position:absolute;width:340px;background-color:#fff;border-right:1px solid rgba(0,0,0,.05);box-shadow:0 0 0 1px #2563eb0f,0 8px 32px #00000017;top:0;left:var(--sidebar-width, 340px);bottom:0;z-index:12;border-radius:0 20px 20px 0;animation:slideInFromLeft .22s ease-out}.info-panel .close-icon{position:absolute;top:16px;right:-38px;width:34px;height:34px;background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;line-height:1;box-shadow:0 2px 8px #00000012;transition:all .16s ease;color:#475569}.info-panel .close-icon:hover{background-color:#f0f4ff;border-color:#00000029;color:#0f172a}.info-panel .drag-handle{display:none}.info-panel .content{display:flex;flex-direction:column}.bottom-sheet{position:fixed;bottom:0;left:0;width:100%;height:calc(100dvh - 64px - env(safe-area-inset-bottom));max-height:calc(100dvh - 64px - env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 32px #0f172a1f,0 -1px #0000000d;border:1px solid rgba(0,0,0,.05);border-bottom:none;overflow:hidden;z-index:999;animation:slideUpSheet .3s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column}.bottom-sheet .drag-handle-area{display:flex;align-items:center;justify-content:center;padding:10px 0 6px;flex-shrink:0;cursor:grab;-webkit-tap-highlight-color:transparent}.bottom-sheet .drag-handle-area:active{cursor:grabbing}.bottom-sheet .drag-handle{display:block;width:36px;height:4px;background:#00000029;border-radius:9999px;opacity:.35;transition:opacity .15s ease,width .15s ease;pointer-events:none}.bottom-sheet .drag-handle-area:hover .drag-handle,.bottom-sheet .drag-handle-area:active .drag-handle{opacity:.6;width:44px}.bottom-sheet .close-icon{position:absolute;top:14px;right:14px;background:#f0f4ff;border:1px solid rgba(0,0,0,.09);border-radius:9999px;width:32px;height:32px;padding:6px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;line-height:1;transition:all .16s ease;color:#475569;-webkit-tap-highlight-color:transparent}.bottom-sheet .close-icon:hover{background-color:#2563eb17;border-color:#2563eb33;color:#2563eb}.bottom-sheet .close-icon:active{transform:scale(.88);background-color:#2563eb17}.bottom-sheet .content{display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:24px;flex:1;min-height:0}.bottom-sheet .mobile-close-cta{flex-shrink:0;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(0,0,0,.05)}.bottom-sheet .mobile-close-cta .close-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;border:1.5px solid rgba(0,0,0,.09);border-radius:20px;cursor:pointer;font-weight:600;font-size:15px;font-family:Pretendard,sans-serif;background:#f0f4ff;color:#475569;transition:all .16s ease;letter-spacing:-.1px}.bottom-sheet .mobile-close-cta .close-btn:hover{background:#00000017;border-color:#00000029;color:#0f172a}.bottom-sheet .mobile-close-cta .close-btn:active{transform:scale(.97)}.bottom-sheet .mobile-close-cta .close-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:768px){.youtube-container{min-height:auto;max-height:none}.info-panel{top:unset;left:0;right:0;width:100%;bottom:calc(64px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;border-right:none;box-shadow:0 -4px 24px #2563eb1a}.panel-action-bar .action-btn{padding:13px 8px;font-size:14px;-webkit-tap-highlight-color:transparent}.panel-action-bar .action-btn:active{transform:scale(.96)}.bottom-buttons .directions-btn,.bottom-buttons .bookmark-btn,.bottom-buttons .share-btn{padding:14px;font-size:14px;-webkit-tap-highlight-color:transparent}.bottom-buttons .report-btn{font-size:12px}.panel-action-bar{padding:10px 14px 8px;gap:8px}.panel-action-bar .action-btn{min-height:44px;border-radius:14px}.bottom-buttons{padding:0 0 calc(14px + env(safe-area-inset-bottom));gap:10px}.bottom-buttons .directions-btn,.bottom-buttons .bookmark-btn,.bottom-buttons .share-btn{min-height:46px;border-radius:20px}.bottom-buttons .report-btn{min-height:42px}}@keyframes slideInFromLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideUpSheet{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton-loading{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.info-panel-toast{position:absolute;bottom:80px;left:50%;transform:translate(-50%);background:#000000d1;color:#fff;padding:10px 18px;border-radius:9999px;font-size:13px;font-weight:500;white-space:nowrap;pointer-events:none;z-index:100;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.bookmark-folder-overlay{position:fixed;inset:0;z-index:35;background:#00000059;display:flex;justify-content:center;align-items:flex-end}.bookmark-folder-overlay .bookmark-folder-sheet{width:min(580px,100%);max-height:88vh;overflow-y:auto;background:#fff;border-radius:24px 24px 0 0;padding:20px;display:grid;gap:14px}.bookmark-folder-overlay .bookmark-target{display:grid;gap:4px}.bookmark-folder-overlay .bookmark-target strong{font-size:20px;line-height:1.3}.bookmark-folder-overlay .bookmark-target span{color:#475569;font-size:15px}.bookmark-folder-overlay .bookmark-note-btn{border:none;background:#eaf2ff;color:#1d4ed8;border-radius:12px;padding:12px;font-weight:600;font-size:15px;cursor:pointer}.bookmark-folder-overlay .bookmark-note-btn:hover{background:#dbeafe}.bookmark-folder-overlay .bookmark-folder-list{border-top:1px solid #cbd5e1;padding-top:8px}.bookmark-folder-overlay .bookmark-folder-list label{display:grid;grid-template-columns:20px 20px 1fr;align-items:center;gap:10px;padding:10px 0;font-size:15px;border-bottom:1px solid #e2e8f0;cursor:pointer}.bookmark-folder-overlay .bookmark-folder-list label input{margin:0}.bookmark-folder-overlay .bookmark-folder-list label .folder-bullet{width:18px;height:18px;border-radius:50%}.bookmark-folder-overlay .folder-create-inline{display:grid;gap:8px}.bookmark-folder-overlay .folder-create-inline input{border:1px solid #cbd5e1;border-radius:10px;padding:10px}.bookmark-folder-overlay .folder-create-inline .color-options{display:flex;flex-wrap:wrap;gap:10px}.bookmark-folder-overlay .folder-create-inline .color-options button{border:2px solid transparent;border-radius:50%;width:32px;height:32px;flex-shrink:0}.bookmark-folder-overlay .folder-create-inline .color-options button.active{border-color:#2563eb;outline:2px solid #93c5fd;outline-offset:1px}.bookmark-folder-overlay .folder-create-inline>button{border:1px solid #93c5fd;background:#fff;color:#1d4ed8;border-radius:10px;padding:9px;font-weight:600;cursor:pointer}.bookmark-folder-overlay .folder-create-inline>button:disabled{border-color:#94a3b8;color:#94a3b8;cursor:default}.bookmark-folder-overlay .folder-create-inline>button:not(:disabled):hover{background:#eff6ff}.bookmark-folder-overlay .bookmark-save-btn{border:none;border-radius:12px;background:#2563eb;color:#fff;padding:13px;font-size:18px;font-weight:700;cursor:pointer}.bookmark-folder-overlay .bookmark-save-btn:hover{background:#1d4ed8}.blackwhite-chef-banner{background:linear-gradient(105deg,#111,#1c1c1c,#222);width:100%;padding:12px 16px 12px 0;display:flex;flex-direction:row;align-items:center;gap:0;min-height:60px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.blackwhite-chef-banner:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#c9a84c,#e8c97a,#c9a84c)}.blackwhite-chef-banner:after{content:"";position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,rgba(20,20,20,.8));pointer-events:none}.blackwhite-chef-banner__badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0 16px 0 18px;margin-right:14px;border-right:1px solid rgba(255,255,255,.18);flex-shrink:0;min-width:76px}.blackwhite-chef-banner__badge-icon{font-size:18px;line-height:1;filter:grayscale(0);drop-shadow:0 1px 4px rgba(0,0,0,.5)}.blackwhite-chef-banner__badge-text{font-size:11.5px;font-weight:800;letter-spacing:.03em;color:#e8c97a;text-shadow:0 1px 3px rgba(0,0,0,.6);white-space:nowrap;text-transform:none}.blackwhite-chef-banner__chefs{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;min-width:0;overflow:hidden}.blackwhite-chef-banner__chef{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;flex-shrink:0}.blackwhite-chef-banner__sep{font-size:14px;color:#ffffff4d;flex-shrink:0}.blackwhite-chef-banner__chef-info{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}.blackwhite-chef-banner__name-row{display:flex;flex-direction:row;align-items:baseline;gap:6px;flex-wrap:nowrap}.blackwhite-chef-banner__name{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.03em;white-space:nowrap;line-height:1.2;text-shadow:0 1px 3px rgba(0,0,0,.5)}.blackwhite-chef-banner__actual-name{font-size:12px;font-weight:400;color:#ffffffb8;letter-spacing:0;white-space:nowrap;line-height:1.2}.blackwhite-chef-banner__meta{font-size:11px;font-weight:500;color:#fff9;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.century-shop-badge{display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 16px;box-sizing:border-box;background:linear-gradient(105deg,#7a1a1a,#9b2a2a,#7a1a1a);border-top:1px solid rgba(255,220,150,.2);border-bottom:1px solid rgba(255,220,150,.2);position:relative;overflow:hidden}.century-shop-badge:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#f0c040,#ffd966,#f0c040)}.century-shop-badge__seal{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,215,100,.85);display:flex;align-items:center;justify-content:center;background:#00000040;box-shadow:0 0 0 1px #ffd7644d inset;overflow:visible}.century-shop-badge__seal-inner{display:flex;flex-direction:column;align-items:center;line-height:1;gap:2px}.century-shop-badge__year{font-size:12px;font-weight:900;color:#ffd966;letter-spacing:-.5px;text-shadow:0 1px 3px rgba(0,0,0,.5);white-space:nowrap}.century-shop-badge__label{font-size:9px;font-weight:700;color:#ffd966d9;letter-spacing:.5px;white-space:nowrap}.century-shop-badge__text{display:flex;flex-direction:column;gap:2px;min-width:0}.century-shop-badge__title{font-size:10px;font-weight:500;color:#ffdc96b3;letter-spacing:.2px;white-space:nowrap}.century-shop-badge__subtitle{font-size:13px;font-weight:800;color:#ffd966;letter-spacing:.3px;text-shadow:0 1px 3px rgba(0,0,0,.4);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:10px;padding:.65em 1.4em;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,border-color .16s ease}.btn:active:not(:disabled){transform:scale(.98)}.btn.primary{background-color:#2563eb;color:#fff;box-shadow:0 8px 20px #2563eb47}.btn.primary:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 6px 16px #2563eb47}.btn.primary:active:not(:disabled),.btn.primary:focus:not(:disabled){background-color:#1e40af;outline:none;box-shadow:0 0 0 3px #2563eb17}.btn.primary:disabled{background-color:#bfdbfe;color:#ffffffb3;cursor:not-allowed;box-shadow:none}.btn.secondary{background-color:#f0f4ff;color:#334155;border-color:#cbd5e1}.btn.secondary:hover:not(:disabled){background-color:#e2e8f0;border-color:#94a3b8;box-shadow:0 2px 8px #00000012}.btn.secondary:active:not(:disabled),.btn.secondary:focus:not(:disabled){background-color:#f0f4ff;outline:none;border-color:#94a3b8}.btn.secondary:disabled{background-color:#f0f4ff;color:#94a3b8;cursor:not-allowed}.btn.outline{background-color:transparent;color:#2563eb;border-color:#60a5fa}.btn.outline:hover:not(:disabled){background-color:#eff6ff;border-color:#2563eb}.btn.outline:active:not(:disabled),.btn.outline:focus:not(:disabled){background-color:#dbeafe;outline:none}.btn.outline:disabled{color:#bfdbfe;border-color:#bfdbfe;cursor:not-allowed}.btn.ghost{background-color:transparent;color:#475569;border-color:transparent}.btn.ghost:hover:not(:disabled){background-color:#e2e8f0}.btn.ghost:active:not(:disabled),.btn.ghost:focus:not(:disabled){background-color:#cbd5e1;outline:none}.btn.ghost:disabled{color:#94a3b8;cursor:not-allowed}.btn.danger{background-color:transparent;color:#dc2626;border-color:#fca5a5}.btn.danger:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626}.btn.danger:active:not(:disabled),.btn.danger:focus:not(:disabled){background-color:#fee2e2;outline:none}.btn.danger:disabled{color:#fca5a5;border-color:#fecaca;cursor:not-allowed}.btn.loading{pointer-events:none;opacity:.8}.btn .btn__spinner{display:inline-block;width:.9em;height:.9em;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:btn-spin .6s linear infinite;flex-shrink:0}@media(prefers-reduced-motion:reduce){.btn .btn__spinner{animation:none;opacity:.5}}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn.sm{padding:.45em 1em;font-size:.875rem;border-radius:6px}.btn.lg{padding:.8em 1.8em;font-size:1.0625rem}.btn.full{width:100%}.app-footer{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 16px 24px;border-top:1px solid rgba(0,0,0,.05);margin-top:8px}.app-footer__copyright{margin:0;font-size:12px;color:#94a3b8;line-height:1.4}.app-footer__links{display:flex;align-items:center;gap:8px}.app-footer__links a{font-size:12px;color:#94a3b8;text-decoration:none}.app-footer__links a:hover{color:#475569;text-decoration:underline;text-underline-offset:2px}.app-footer__divider{font-size:12px;color:#00000029}.filter-wrap{display:flex;flex-direction:column;gap:8px}.filter{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:2px 4px;scroll-snap-type:x mandatory}.filter::-webkit-scrollbar{display:none}.filter .filter-btn{display:flex;align-items:center;gap:5px;padding:8px 14px;background:#ffffffeb;border:1.5px solid rgba(0,0,0,.09);border-radius:9999px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap;flex-shrink:0;font-family:Pretendard,sans-serif;box-shadow:0 1px 2px #0000000d;transition:all .16s ease;scroll-snap-align:start}.filter .filter-btn:hover{border-color:#2563eb;color:#2563eb;background:#fffffffa}.filter .filter-btn:active{transform:scale(.96)}.filter .filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 3px 14px #2563eb47}.filter--feature .filter-btn--feature:not(.active){background:#ffffffd9}.filter-mobile-trigger{display:none}.filter-mobile-popup{position:fixed;inset:0;background:#02061773;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:1500;display:flex;align-items:flex-end;justify-content:center;padding:0 0 calc(64px + env(safe-area-inset-bottom));animation:fadeIn .2s ease both}.filter-mobile-sheet{width:100%;max-width:560px;background:#fff;border:1px solid rgba(0,0,0,.05);border-bottom:none;border-radius:20px 20px 0 0;box-shadow:0 -6px 32px #0f172a24;padding:14px;display:flex;flex-direction:column;gap:10px;animation:slideUpSheet .28s cubic-bezier(.32,.72,0,1) both}.filter-mobile-sheet:before{content:"";display:block;width:36px;height:4px;background:#00000029;border-radius:9999px;opacity:.35;margin:0 auto 4px;flex-shrink:0}.filter-mobile-sheet-header{display:flex;align-items:center;justify-content:center;padding:2px 4px}.filter-mobile-sheet-header strong{font-size:15px;color:#0f172a}.filter-mobile-close{display:block;width:100%;border:none;background:#2563eb;border-radius:14px;padding:14px 16px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;transition:all .16s ease;-webkit-tap-highlight-color:transparent;min-height:52px;margin-top:4px;box-shadow:0 4px 16px #2563eb47}.filter-mobile-close:hover{background:#1555e2;box-shadow:0 6px 20px #2563eb47}.filter-mobile-close:active{transform:scale(.98);transition:transform .1s ease}@media(min-width:769px){.filter-wrap{position:absolute;right:18px;top:16px;pointer-events:none}.filter{flex-direction:row;justify-content:flex-end;overflow-x:visible;padding:0;scroll-snap-type:none;gap:6px}.filter .filter-btn{pointer-events:auto}.filter-btn{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffe6;box-shadow:0 2px 8px #00000012}.filter-btn:hover:not(.active){background-color:#fff;box-shadow:0 4px 16px #00000017;transform:translate(-2px)}}@media(max-width:768px){.filter-wrap{left:0;right:0;top:calc(10px + env(safe-area-inset-top));width:100%;max-width:560px;margin:0 auto;padding:0 12px;position:absolute;gap:10px}.filter-mobile-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:fit-content;margin-left:auto;min-height:40px;padding:9px 16px;border-radius:9999px;border:1px solid rgba(255,255,255,.4);background:#ffffffeb;color:#475569;font-size:13px;font-weight:700;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);box-shadow:0 2px 8px #00000012;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.filter-mobile-trigger .material-symbols-rounded{font-size:17px;font-variation-settings:"FILL" 1}.filter-mobile-trigger:active{transform:scale(.94);box-shadow:none;transition:transform .1s ease}.filter-mobile-trigger:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.filter-btn{flex-shrink:0;min-height:40px;padding:9px 14px;font-size:13px;-webkit-tap-highlight-color:transparent;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.filter-btn:active{transform:scale(.93);transition:transform .1s ease}.filter-btn.sticky-active{position:sticky;left:8px;z-index:2}.filter{overflow-x:visible;flex-wrap:wrap;gap:8px;padding:0 4px;scroll-snap-type:none}.filter--cuisine,.filter--feature{background:#ffffffe6;border:1px solid rgba(255,255,255,.5);border-radius:16px;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);padding:10px;box-shadow:0 2px 8px #00000012}.filter-mobile-sheet{max-height:min(72vh,540px);overflow-y:auto;overscroll-behavior:contain}}.loading-bar{position:absolute;top:0;left:0;right:0;z-index:20;width:100%}.loading-bar-track{position:relative;width:100%;height:4px;overflow:hidden;border-radius:999px;background:#cbd5e1}.loading-bar-indicator{position:absolute;inset:0;width:40%;border-radius:inherit;background:linear-gradient(90deg,#d97706,#2563eb);animation:loading-bar-slide 1.1s ease-in-out infinite}@keyframes loading-bar-slide{0%{transform:translate(-120%)}to{transform:translate(260%)}}.ol-zoom{display:none}.map-wrapper{width:100%;height:100vh;position:relative;display:flex}.map-container{flex:1;min-width:0;height:100vh;position:relative}.map-controls{position:absolute;inset:0;z-index:10;pointer-events:none}.map-controls .filter,.map-controls .filter-wrap,.map-controls .filter-mobile-trigger,.map-controls .filter-mobile-popup,.map-controls .gps-btn{pointer-events:auto}@media(max-width:768px){.map-wrapper{height:100dvh}.map-container{height:calc(100dvh - 64px - env(safe-area-inset-bottom));padding-top:env(safe-area-inset-top)}.map-controls{padding-top:env(safe-area-inset-top)}.map-container--hidden{display:none}.map-wrapper:has(.map-container--hidden) .map-controls{display:none}}.user-location-marker{background-color:#2563eb;border-radius:50%;color:#fff;font-size:18px;height:20px;width:20px;border:2.5px solid #ffffff;box-shadow:0 0 0 4px #2563eb47,0 2px 6px #0003}@keyframes markerEntrance{0%{opacity:0;transform:translateY(10px) scale(.9);filter:saturate(.88)}65%{opacity:1;transform:translateY(-2px) scale(1.03);filter:saturate(1)}to{opacity:1;transform:translateY(0) scale(1);filter:saturate(1)}}.marker-enter{animation:markerEntrance .34s cubic-bezier(.22,1,.36,1) both;transform-origin:center bottom;will-change:transform,opacity,filter}.restaurant-marker,.spot-marker{background:#fff;border:1px solid rgba(30,41,59,.1);border-left:3.5px solid #3b82f6;border-radius:10px;padding:7px 12px 7px 10px;display:flex;align-items:center;gap:7px;min-width:90px;cursor:pointer;box-shadow:0 4px 12px #0f172a1a,0 1px 3px #0f172a0f;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease;position:relative}.restaurant-marker:after,.spot-marker:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#fff;border-bottom:none;filter:drop-shadow(0 2px 1px rgba(15,23,42,.08))}.restaurant-marker:hover,.spot-marker:hover,.restaurant-marker.selected,.selected.spot-marker{transform:translateY(-3px);box-shadow:0 10px 22px #3b82f638;border-left-color:#3b82f6}.restaurant-marker:hover .marker-icon,.spot-marker:hover .marker-icon,.restaurant-marker.selected .marker-icon,.selected.spot-marker .marker-icon{color:#3b82f6}.restaurant-marker.selected,.selected.spot-marker{background:#eff6ff;animation:markerPop .25s cubic-bezier(.34,1.56,.64,1) both}.restaurant-marker.selected:after,.selected.spot-marker:after{border-top-color:#eff6ff}.restaurant-marker .marker-icon,.spot-marker .marker-icon{font-size:15px;line-height:1;flex-shrink:0;color:#3b82f6}.restaurant-marker .marker-icon.material-symbols-rounded,.spot-marker .marker-icon.material-symbols-rounded{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.restaurant-marker .marker-body,.spot-marker .marker-body{display:flex;flex-direction:column;gap:1px;overflow:hidden}.restaurant-marker .restaurant-cuisine,.spot-marker .restaurant-cuisine,.spot-marker .spot-category{font-size:9.5px;font-weight:600;color:#94a3b8;white-space:nowrap;letter-spacing:.3px;text-transform:uppercase}.restaurant-marker .restaurant-name,.spot-marker .restaurant-name,.spot-marker .spot-name{font-size:12.5px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px;line-height:1.35}.restaurant-marker.michelin-marker,.michelin-marker.spot-marker,.restaurant-marker.michelin,.michelin.spot-marker{border-left-color:#c9a227}.restaurant-marker.michelin-marker .marker-icon,.michelin-marker.spot-marker .marker-icon,.restaurant-marker.michelin .marker-icon,.michelin.spot-marker .marker-icon{color:#c9a227}.restaurant-marker.michelin-marker .restaurant-cuisine,.restaurant-marker.michelin-marker .spot-marker .spot-category,.spot-marker .restaurant-marker.michelin-marker .spot-category,.michelin-marker.spot-marker .restaurant-cuisine,.michelin-marker.spot-marker .spot-category,.restaurant-marker.michelin .restaurant-cuisine,.restaurant-marker.michelin .spot-marker .spot-category,.spot-marker .restaurant-marker.michelin .spot-category,.michelin.spot-marker .restaurant-cuisine,.michelin.spot-marker .spot-category{color:#b8820a}.restaurant-marker.michelin-marker .restaurant-name,.restaurant-marker.michelin-marker .spot-marker .spot-name,.spot-marker .restaurant-marker.michelin-marker .spot-name,.michelin-marker.spot-marker .restaurant-name,.michelin-marker.spot-marker .spot-name,.restaurant-marker.michelin .restaurant-name,.restaurant-marker.michelin .spot-marker .spot-name,.spot-marker .restaurant-marker.michelin .spot-name,.michelin.spot-marker .restaurant-name,.michelin.spot-marker .spot-name{color:#6b4710}.restaurant-marker.michelin-marker:hover,.michelin-marker.spot-marker:hover,.restaurant-marker.michelin-marker.selected,.michelin-marker.selected.spot-marker,.restaurant-marker.michelin:hover,.michelin.spot-marker:hover,.restaurant-marker.michelin.selected,.michelin.selected.spot-marker{background:#fef9e7;border-left-color:#b8820a;box-shadow:0 10px 22px #c9a22747}.restaurant-marker.michelin-marker:hover .marker-icon,.michelin-marker.spot-marker:hover .marker-icon,.restaurant-marker.michelin-marker.selected .marker-icon,.michelin-marker.selected.spot-marker .marker-icon,.restaurant-marker.michelin:hover .marker-icon,.michelin.spot-marker:hover .marker-icon,.restaurant-marker.michelin.selected .marker-icon,.michelin.selected.spot-marker .marker-icon{color:#b8820a}.restaurant-marker.michelin-marker:hover:after,.michelin-marker.spot-marker:hover:after,.restaurant-marker.michelin-marker.selected:after,.michelin-marker.selected.spot-marker:after,.restaurant-marker.michelin:hover:after,.michelin.spot-marker:hover:after,.restaurant-marker.michelin.selected:after,.michelin.selected.spot-marker:after{border-top-color:#fef9e7}.restaurant-marker.master,.master.spot-marker{border-left-color:#7c3aed}.restaurant-marker.master .marker-icon,.master.spot-marker .marker-icon{color:#7c3aed}.restaurant-marker.master .restaurant-cuisine,.restaurant-marker.master .spot-marker .spot-category,.spot-marker .restaurant-marker.master .spot-category,.master.spot-marker .restaurant-cuisine,.master.spot-marker .spot-category{color:#a78bfa}.restaurant-marker.master .restaurant-name,.restaurant-marker.master .spot-marker .spot-name,.spot-marker .restaurant-marker.master .spot-name,.master.spot-marker .restaurant-name,.master.spot-marker .spot-name{color:#3b0764}.restaurant-marker.master:hover,.master.spot-marker:hover,.restaurant-marker.master.selected,.master.selected.spot-marker{background:#ede9fe;border-left-color:#6d28d9;box-shadow:0 10px 22px #7c3aed38}.restaurant-marker.master:hover .marker-icon,.master.spot-marker:hover .marker-icon,.restaurant-marker.master.selected .marker-icon,.master.selected.spot-marker .marker-icon{color:#6d28d9}.restaurant-marker.master:hover:after,.master.spot-marker:hover:after,.restaurant-marker.master.selected:after,.master.selected.spot-marker:after{border-top-color:#ede9fe}.restaurant-marker.hundredYears,.hundredYears.spot-marker{border-left-color:#7b5633}.restaurant-marker.hundredYears .marker-icon,.hundredYears.spot-marker .marker-icon{color:#7b5633}.restaurant-marker.hundredYears .restaurant-cuisine,.restaurant-marker.hundredYears .spot-marker .spot-category,.spot-marker .restaurant-marker.hundredYears .spot-category,.hundredYears.spot-marker .restaurant-cuisine,.hundredYears.spot-marker .spot-category{color:#c4956a}.restaurant-marker.hundredYears .restaurant-name,.restaurant-marker.hundredYears .spot-marker .spot-name,.spot-marker .restaurant-marker.hundredYears .spot-name,.hundredYears.spot-marker .restaurant-name,.hundredYears.spot-marker .spot-name{color:#4a2c0a}.restaurant-marker.hundredYears:hover,.hundredYears.spot-marker:hover,.restaurant-marker.hundredYears.selected,.hundredYears.selected.spot-marker{background:#f5ebe0;border-left-color:#64431f;box-shadow:0 10px 22px #7b563338}.restaurant-marker.hundredYears:hover .marker-icon,.hundredYears.spot-marker:hover .marker-icon,.restaurant-marker.hundredYears.selected .marker-icon,.hundredYears.selected.spot-marker .marker-icon{color:#64431f}.restaurant-marker.hundredYears:hover:after,.hundredYears.spot-marker:hover:after,.restaurant-marker.hundredYears.selected:after,.hundredYears.selected.spot-marker:after{border-top-color:#f5ebe0}.restaurant-marker.blue-ribbon,.blue-ribbon.spot-marker{border-left-color:#2563eb}.restaurant-marker.blue-ribbon .marker-icon,.blue-ribbon.spot-marker .marker-icon{color:#2563eb}.restaurant-marker.blue-ribbon .restaurant-cuisine,.restaurant-marker.blue-ribbon .spot-marker .spot-category,.spot-marker .restaurant-marker.blue-ribbon .spot-category,.blue-ribbon.spot-marker .restaurant-cuisine,.blue-ribbon.spot-marker .spot-category{color:#93c5fd}.restaurant-marker.blue-ribbon .restaurant-name,.restaurant-marker.blue-ribbon .spot-marker .spot-name,.spot-marker .restaurant-marker.blue-ribbon .spot-name,.blue-ribbon.spot-marker .restaurant-name,.blue-ribbon.spot-marker .spot-name{color:#1e3a8a}.restaurant-marker.blue-ribbon:hover,.blue-ribbon.spot-marker:hover,.restaurant-marker.blue-ribbon.selected,.blue-ribbon.selected.spot-marker{background:#dbeafe;border-left-color:#1d4ed8;box-shadow:0 10px 22px #2563eb3d}.restaurant-marker.blue-ribbon:hover .marker-icon,.blue-ribbon.spot-marker:hover .marker-icon,.restaurant-marker.blue-ribbon.selected .marker-icon,.blue-ribbon.selected.spot-marker .marker-icon{color:#1d4ed8}.restaurant-marker.blue-ribbon:hover:after,.blue-ribbon.spot-marker:hover:after,.restaurant-marker.blue-ribbon.selected:after,.blue-ribbon.selected.spot-marker:after{border-top-color:#dbeafe}.restaurant-marker .hidden-pick-marker-badge,.spot-marker .hidden-pick-marker-badge{position:absolute;top:-8px;right:-4px;background:#2563eb;color:#fff;font-size:8px;font-weight:700;line-height:1;padding:2px 5px;border-radius:4px;letter-spacing:.3px;pointer-events:none;white-space:nowrap}.restaurant-marker.youtube,.youtube.spot-marker{border-left-color:#ef4444}.restaurant-marker.youtube .marker-icon,.youtube.spot-marker .marker-icon{color:#ef4444}.restaurant-marker.youtube .restaurant-cuisine,.restaurant-marker.youtube .spot-marker .spot-category,.spot-marker .restaurant-marker.youtube .spot-category,.youtube.spot-marker .restaurant-cuisine,.youtube.spot-marker .spot-category{color:#fca5a5}.restaurant-marker.youtube .restaurant-name,.restaurant-marker.youtube .spot-marker .spot-name,.spot-marker .restaurant-marker.youtube .spot-name,.youtube.spot-marker .restaurant-name,.youtube.spot-marker .spot-name{color:#991b1b}.restaurant-marker.youtube:hover,.youtube.spot-marker:hover,.restaurant-marker.youtube.selected,.youtube.selected.spot-marker{background:#ffe4e6;border-left-color:#ef4444;box-shadow:0 10px 22px #ef444438}.restaurant-marker.youtube:hover .marker-icon,.youtube.spot-marker:hover .marker-icon,.restaurant-marker.youtube.selected .marker-icon,.youtube.selected.spot-marker .marker-icon{color:#ef4444}.restaurant-marker.youtube:hover:after,.youtube.spot-marker:hover:after,.restaurant-marker.youtube.selected:after,.youtube.selected.spot-marker:after{border-top-color:#ffe4e6}.restaurant-marker.broadcasting,.broadcasting.spot-marker{border-left-color:#3b82f6}.restaurant-marker.broadcasting .restaurant-cuisine,.restaurant-marker.broadcasting .spot-marker .spot-category,.spot-marker .restaurant-marker.broadcasting .spot-category,.broadcasting.spot-marker .restaurant-cuisine,.broadcasting.spot-marker .spot-category{color:#7986cb}.restaurant-marker.broadcasting .restaurant-name,.restaurant-marker.broadcasting .spot-marker .spot-name,.spot-marker .restaurant-marker.broadcasting .spot-name,.broadcasting.spot-marker .restaurant-name,.broadcasting.spot-marker .spot-name{color:#0d1b4a}.restaurant-marker.broadcasting:hover,.broadcasting.spot-marker:hover,.restaurant-marker.broadcasting.selected,.broadcasting.selected.spot-marker{background:#e8edf8;border-left-color:#3b82f6;box-shadow:0 10px 22px #3b82f638}.restaurant-marker.broadcasting:hover .marker-icon,.broadcasting.spot-marker:hover .marker-icon,.restaurant-marker.broadcasting.selected .marker-icon,.broadcasting.selected.spot-marker .marker-icon{color:#3b82f6}.restaurant-marker.broadcasting:hover:after,.broadcasting.spot-marker:hover:after,.restaurant-marker.broadcasting.selected:after,.broadcasting.selected.spot-marker:after{border-top-color:#e8edf8}.restaurant-marker.blackwhitechef,.blackwhitechef.spot-marker{border-left-color:#1e293b}.restaurant-marker.blackwhitechef .marker-icon,.blackwhitechef.spot-marker .marker-icon{color:#1e293b}.restaurant-marker.blackwhitechef .restaurant-cuisine,.restaurant-marker.blackwhitechef .spot-marker .spot-category,.spot-marker .restaurant-marker.blackwhitechef .spot-category,.blackwhitechef.spot-marker .restaurant-cuisine,.blackwhitechef.spot-marker .spot-category{color:#94a3b8}.restaurant-marker.blackwhitechef .restaurant-name,.restaurant-marker.blackwhitechef .spot-marker .spot-name,.spot-marker .restaurant-marker.blackwhitechef .spot-name,.blackwhitechef.spot-marker .restaurant-name,.blackwhitechef.spot-marker .spot-name{color:var(--text-primary)}.restaurant-marker.blackwhitechef:hover,.blackwhitechef.spot-marker:hover,.restaurant-marker.blackwhitechef.selected,.blackwhitechef.selected.spot-marker{background:#f1f5f9;border-left-color:#0f172a;box-shadow:0 10px 22px #0f172a2e}.restaurant-marker.blackwhitechef:hover .marker-icon,.blackwhitechef.spot-marker:hover .marker-icon,.restaurant-marker.blackwhitechef.selected .marker-icon,.blackwhitechef.selected.spot-marker .marker-icon{color:#0f172a}.restaurant-marker.blackwhitechef:hover:after,.blackwhitechef.spot-marker:hover:after,.restaurant-marker.blackwhitechef.selected:after,.blackwhitechef.selected.spot-marker:after{border-top-color:#f1f5f9}.spot-marker{border-left-color:#10b981}.spot-marker .marker-icon{color:#10b981}.spot-marker:after{border-top-color:#fff}.spot-marker:hover,.spot-marker.selected{border-color:#10b981;box-shadow:0 10px 22px #10b98138}.spot-marker:hover .marker-icon,.spot-marker.selected .marker-icon{color:#10b981}.cluster-marker{background:#2563eb73;border:2px solid rgba(37,99,235,.75);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 2px 8px #2563eb59;transition:all .2s ease}.cluster-marker .cluster-count{font-size:16px;font-weight:800;color:#fff;line-height:1;text-shadow:0 2px 8px rgba(15,23,42,.35)}.cluster-marker:hover{background:#2563eb94;border-color:#2563ebe6;transform:scale(1.08);box-shadow:0 4px 14px #2563eb73}.cluster-marker.cluster-medium{background:#ea580c73;border-color:#ea580cbf;box-shadow:0 2px 8px #ea580c59}.cluster-marker.cluster-medium .cluster-count{color:#fff}.cluster-marker.cluster-medium:hover{background:#ea580c94;border-color:#ea580ce6;box-shadow:0 4px 14px #ea580c73}.cluster-marker.cluster-large{background:#dc262673;border-color:#dc2626bf;box-shadow:0 2px 8px #dc262659}.cluster-marker.cluster-large .cluster-count{color:#fff}.cluster-marker.cluster-large:hover{background:#dc262694;border-color:#dc2626e6;box-shadow:0 4px 14px #dc262673}.region-marker{background:var(--bg-surface);border:1.5px solid rgba(30,41,59,.12);border-radius:8px;padding:5px 10px;text-align:center;box-shadow:0 2px 8px #0f172a1a;cursor:pointer}.region-marker .region-city{font-size:9px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.region-marker .region-name{font-size:12px;font-weight:700;color:#1e3a8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.city-marker{background:#2563eb;color:#fff;padding:5px 13px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 4px 14px #2563eb66;display:inline-block;border:2px solid rgba(255,255,255,.25);letter-spacing:.2px}@media(prefers-reduced-motion:reduce){.marker-enter,.restaurant-marker,.spot-marker,.cluster-marker,.region-marker,.city-marker{animation:none!important;transition:none!important}}.gps-btn{position:absolute;bottom:26px;right:18px;width:48px;height:48px;background:#fff;border:1.5px solid rgba(0,0,0,.09);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #00000017;transition:all .16s ease}.gps-btn:hover{border-color:#2563eb;box-shadow:0 4px 16px #2563eb47}.gps-btn:active{transform:scale(.96)}.gps-btn img{width:22px}@media(max-width:1024px){.restaurant-marker,.spot-marker{padding:6px 10px 6px 9px;min-width:84px}.restaurant-marker .restaurant-name,.restaurant-marker .spot-name,.spot-marker .restaurant-name,.spot-marker .spot-name{max-width:92px}}@media(max-width:768px){.restaurant-marker,.spot-marker{border-radius:9px;padding:6px 9px 6px 8px;gap:6px;box-shadow:0 3px 10px #0f172a1f}.restaurant-marker .marker-icon,.spot-marker .marker-icon{font-size:16px;font-variation-settings:"FILL" 1}.restaurant-marker .restaurant-cuisine,.restaurant-marker .spot-category,.spot-marker .restaurant-cuisine,.spot-marker .spot-category{font-size:9px;letter-spacing:.2px}.restaurant-marker .restaurant-name,.restaurant-marker .spot-name,.spot-marker .restaurant-name,.spot-marker .spot-name{font-size:11.5px;max-width:88px;line-height:1.3}.region-marker{border-radius:7px;padding:4px 8px}.region-marker .region-city{font-size:8px}.region-marker .region-name{font-size:11px;max-width:82px}.city-marker{font-size:11px;padding:4px 11px}.cluster-marker .cluster-count{font-size:14px}.gps-btn{right:max(14px,env(safe-area-inset-right));bottom:calc(80px + env(safe-area-inset-bottom));width:46px;height:46px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffeb}}@keyframes markerPop{0%{transform:translateY(6px) scale(.88);opacity:0}to{transform:translateY(-3px) scale(1);opacity:1}}.map-search-overlay{position:absolute;top:14px;left:364px;width:312px;z-index:10;pointer-events:auto;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.map-search-overlay .search-box{position:relative}.map-search-overlay .search-box .search-input-wrap{position:relative;filter:drop-shadow(0 10px 24px rgba(15,23,42,.18))}.map-search-overlay .search-box .search-input-wrap:focus-within{filter:drop-shadow(0 14px 28px rgba(37,99,235,.24))}.map-search-overlay .search-box .search-icon-left{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:18px;color:#2563eb;pointer-events:none;z-index:1;opacity:.7;transition:opacity .16s ease}.search-input-wrap:focus-within .map-search-overlay .search-box .search-icon-left{opacity:1}.map-search-overlay .search-box input{padding:11px 44px;background:#fffffff7;border-color:#00000017;border-radius:20px;font-size:14px;font-weight:500}.map-search-overlay .search-box input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.map-search-overlay .search-box input::placeholder{font-weight:400;color:#94a3b8}.map-search-overlay .search-box .search-clear-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;background:#f0f4ff;color:#94a3b8;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease;z-index:1;padding:9px;box-sizing:content-box}.map-search-overlay .search-box .search-clear-icon .material-symbols-rounded{font-size:15px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.map-search-overlay .search-box .search-clear-icon:hover{background:#2563eb17;color:#2563eb}.map-search-overlay .search-box .search-recent{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:14px;box-shadow:0 12px 28px #0f172a24;z-index:100;animation:searchDropdown .14s ease}.map-search-overlay .search-box .search-recent .search-recent-header{padding:10px 14px 6px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between}.map-search-overlay .search-box .search-recent .search-recent-header p{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.3px;text-transform:uppercase}.map-search-overlay .search-box .search-recent .search-recent-header button{font-size:11px;color:#94a3b8;padding:2px 6px;border-radius:6px;border:0;background:transparent;cursor:pointer}.map-search-overlay .search-box .search-recent .search-recent-header button:hover{color:#2563eb;background:#2563eb17}.map-search-overlay .search-box .search-recent .search-recent-keywords{padding:8px 8px 10px;display:flex;flex-wrap:wrap;gap:6px}.map-search-overlay .search-box .search-recent .search-recent-item{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.09);background:#fff;border-radius:9999px;overflow:hidden;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.map-search-overlay .search-box .search-recent .search-recent-item:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb17}.map-search-overlay .search-box .search-recent .search-recent-item:hover{transform:translateY(-1px);box-shadow:0 6px 10px #0f172a14}.map-search-overlay .search-box .search-recent .search-recent-keyword{display:flex;align-items:center;gap:5px;border:0;border-right:1px solid rgba(0,0,0,.05);background:transparent;border-radius:0;padding:6px 8px 6px 10px;font-size:12px;color:#475569;cursor:pointer;transition:all .16s ease;line-height:1.2}.map-search-overlay .search-box .search-recent .search-recent-keyword:hover,.map-search-overlay .search-box .search-recent .search-recent-keyword:focus-visible,.map-search-overlay .search-box .search-recent .search-recent-keyword.active{color:#2563eb;background:#2563eb17}.map-search-overlay .search-box .search-recent .recent-history-icon{font-size:14px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;flex-shrink:0;color:#94a3b8}.map-search-overlay .search-box .search-recent .search-recent-remove{border:0;background:transparent;color:#94a3b8;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease;flex-shrink:0;padding:0;margin-right:2px;border-radius:9999px}.map-search-overlay .search-box .search-recent .search-recent-remove .material-symbols-rounded{font-size:15px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.map-search-overlay .search-box .search-recent .search-recent-remove:hover,.map-search-overlay .search-box .search-recent .search-recent-remove:focus-visible{color:#2563eb;background:#2563eb17}.map-search-overlay .search-box .skeleton-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.09);border-radius:14px;box-shadow:0 16px 32px #0f172a29;z-index:100;padding:6px 14px;animation:searchDropdown .14s ease}.map-search-overlay .search-box .search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;padding:6px;list-style:none;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.09);border-radius:14px;z-index:100;box-shadow:0 16px 32px #0f172a29;max-height:min(420px,100vh - 180px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:searchDropdown .14s ease}.map-search-overlay .search-box .search-results li+li{margin-top:4px}.map-search-overlay .search-box .search-results li button{width:100%;padding:10px 12px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px;transition:background-color .16s ease;text-align:left;border:1px solid transparent;border-radius:10px;background:transparent;-webkit-tap-highlight-color:transparent;min-height:50px}.map-search-overlay .search-box .search-results li .result-icon{font-size:18px;color:#94a3b8;flex-shrink:0;transition:color .16s ease;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20}.map-search-overlay .search-box .search-results li .result-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.map-search-overlay .search-box .search-results li .result-name{font-size:14px;color:#0f172a;font-weight:600;line-height:1.35}.map-search-overlay .search-box .search-results li .result-name mark{color:#1d4ed8;background:#2563eb17;padding:0 2px;border-radius:3px;font-weight:700}.map-search-overlay .search-box .search-results li .result-meta{font-size:12px;color:#94a3b8;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-search-overlay .search-box .search-results li .result-meta mark{color:#1d4ed8;background:#2563eb17;padding:0 1px;border-radius:2px;font-weight:600;font-style:normal}.map-search-overlay .search-box .search-results li button:hover,.map-search-overlay .search-box .search-results li button.active,.map-search-overlay .search-box .search-results li button:focus-visible{background-color:#eff6ffe6;border-color:#3b82f638}.map-search-overlay .search-box .search-results li button:hover .result-icon,.map-search-overlay .search-box .search-results li button.active .result-icon,.map-search-overlay .search-box .search-results li button:focus-visible .result-icon{color:#2563eb}.map-search-overlay .search-box .search-results li button:active{background-color:#2563eb17;transition:background-color .08s ease}.map-search-overlay .search-box .search-result-count{margin-top:6px;font-size:12px;color:#475569;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#ffffffe6;border-radius:9999px;border:1px solid rgba(0,0,0,.05);box-shadow:inset 0 0 0 1px #ffffff73}.map-search-overlay .search-box .search-result-count .search-shortcut-hint{font-size:12px;color:#94a3b8;font-weight:500;letter-spacing:.2px;white-space:nowrap}.map-search-overlay .search-box .search-empty{margin-top:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;padding:12px 10px;border:1px dashed rgba(148,163,184,.45);border-radius:14px;background:#f8fafccc}.map-search-overlay .search-box .search-empty .material-symbols-rounded{font-size:28px;color:#94a3b8}.map-search-overlay .search-box .search-empty p{font-size:13px;color:#475569;font-weight:500}.map-search-overlay .search-box .search-empty .search-empty-sub{font-size:12px;color:#94a3b8}.map-search-overlay .search-box .search-empty .search-empty-actions{margin-top:8px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.map-search-overlay .search-box .search-empty .search-empty-action{border:1px solid rgba(0,0,0,.09);background:#fff;color:#475569;border-radius:9999px;padding:7px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .16s ease}.map-search-overlay .search-box .search-empty .search-empty-action:hover,.map-search-overlay .search-box .search-empty .search-empty-action:focus-visible{border-color:#2563eb;color:#2563eb;background:#2563eb17}@keyframes searchDropdown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.map-search-overlay{display:none}}.map-error-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;background:#fffffff5;border-radius:16px;padding:24px 32px;box-shadow:0 4px 24px #0000001f;max-width:320px;width:calc(100% - 48px);text-align:center}@keyframes markerPulse{0%{box-shadow:0 0 #2563eb47}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 #2563eb00}}.quick-start-guide{position:absolute;top:88px;right:20px;width:min(360px,100% - 32px);background:var(--bg-surface);border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:16px;z-index:11;box-shadow:0 12px 30px #0f172a29;pointer-events:auto}.quick-start-guide .quick-start-guide-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.quick-start-guide .quick-start-guide-header h2{margin:0;font-size:18px;font-weight:700;color:var(--text-primary)}.quick-start-guide .quick-start-guide-meta{margin:4px 0 0;font-size:12px;color:#64748b;font-weight:500}.quick-start-guide .quick-start-guide-close{border:0;background:transparent;color:#64748b;font-size:24px;line-height:1;cursor:pointer;padding:0}.quick-start-guide .quick-start-guide-steps{margin:0;padding-left:0;list-style:none;display:grid;gap:8px}.quick-start-guide .quick-start-guide-steps li{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start;color:#1e293b;font-size:14px;line-height:1.5}.quick-start-guide .quick-start-guide-steps li strong{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px}.quick-start-guide .quick-start-guide-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.quick-start-guide .quick-start-guide-actions button{border-radius:10px;padding:8px 12px;font-weight:600;cursor:pointer;border:1px solid transparent}.quick-start-guide .quick-start-guide-actions .secondary{background:#f8fafc;color:#334155;border-color:#cbd5e1}.quick-start-guide .quick-start-guide-actions .primary{background:#2563eb;color:#fff}@media(max-width:768px){.quick-start-guide{left:12px;right:12px;top:76px;width:auto;border-radius:14px}}:root{--accent: #2563eb;--accent-light: rgba(37, 99, 235, .09);--bg-base: #f8faff;--bg-surface: #ffffff;--bg-elevated: #f0f4ff;--bg-card: #ffffff;--border-subtle: rgba(0, 0, 0, .05);--border-default: rgba(0, 0, 0, .09);--border-strong: rgba(0, 0, 0, .16);--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .07);--shadow-md: 0 4px 16px rgba(0, 0, 0, .09);--shadow-lg: 0 10px 32px rgba(0, 0, 0, .11);--shadow-panel: 0 0 0 1px rgba(37, 99, 235, .06), 0 8px 32px rgba(0, 0, 0, .09);--header-width: 72px}.nickname-setup-overlay{position:fixed;inset:0;background:#0a0f2394;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2147483647;padding:16px}.nickname-setup-modal{width:min(420px,100%);background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 24px 48px #00000024;padding:28px;display:flex;flex-direction:column}.nickname-setup-modal h2{margin:0 0 8px;font-size:22px;line-height:1.35;color:#0f172a}.nickname-setup-modal .subtitle{margin:0 0 20px;color:#475569;font-size:14px;line-height:1.5}.nickname-setup-modal label{margin-bottom:6px;font-size:14px;color:#0f172a;font-weight:600}.nickname-setup-modal input{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;font-size:15px;margin-bottom:10px;outline:none}.nickname-setup-modal input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f629}.nickname-setup-modal input:disabled{background:#f0f4ff;color:#94a3b8}.nickname-setup-modal .hint,.nickname-setup-modal .error{margin:0 0 16px;font-size:13px}.nickname-setup-modal .hint{color:#94a3b8}.nickname-setup-modal .count{margin:-8px 0 16px;text-align:right;font-size:12px;color:#94a3b8}.nickname-setup-modal .terms-agreement{display:flex;align-items:flex-start;gap:8px;margin:0 0 10px;font-size:13px;line-height:1.5;color:#475569;font-weight:400}.nickname-setup-modal .terms-agreement input[type=checkbox]{width:16px;height:16px;margin-top:2px;cursor:pointer;flex-shrink:0}.nickname-setup-modal .terms-agreement a{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px;font-weight:600}.nickname-setup-modal .consent-section{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.nickname-setup-modal .agreement-error{margin:0 0 12px;font-size:12px;color:#c41c1c;line-height:1.4}.nickname-setup-modal .error{color:#dc2626;font-weight:500}.nickname-setup-modal button{width:100%;border:none;border-radius:10px;background:#1d4ed8;color:#fff;padding:12px;font-size:15px;font-weight:700;cursor:pointer}.nickname-setup-modal button:hover:not(:disabled){background:#1e40af}.nickname-setup-modal button:disabled{cursor:not-allowed;opacity:.7}
