@import"https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&family=Roboto:wght@500&display=swap";:root{--och-red: #F60041;--och-red-ink: #D10038;--och-red-tint: #FEE5EB;--och-red-light: #ff5e7a;--och-red-soft: #ff3366;--och-orange: #ff9b48;--och-ink: #272231;--och-ink-chrome: #212332;--och-ink-40: rgba(39,34,49,.4);--och-ink-25: rgba(39,34,49,.25);--och-ink-12: rgba(39,34,49,.12);--och-white: #FFFFFF;--och-bg: #F3F3F6;--och-bg-2: #F6F5FA;--och-divider: #ECEBF0;--och-tag: #E7E6E9;--och-muted: #9D9BA2;--och-muted-2: #C0BEC7;--och-muted-3: #6E6D73;--och-hairline: #EEECF5;--och-blue: #004AF6;--och-blue-tint: #F2F6FE;--och-green: #239513;--och-green-tint: #E9F6E7;--och-green-hero: #1FF2B6;--och-yellow: #F9A825;--och-yellow-dark: #8A6400;--och-yellow-tint: #FFF4DB;--och-error: #e53e3e;--och-error-tint: #fee;--och-shadow-tile: 0 0 24px 3px rgba(153,153,153,.2);--och-shadow-card: 0 4px 24px 5px rgba(153,153,153,.25);--och-shadow-up: 0 -4px 8px 1px rgba(153,153,153,.1);--och-shadow-pop: 0 4px 16px rgba(21,24,74,.1);--och-shadow-soft: 0 2px 12px rgba(153,153,153,.15);--color-bg: var(--och-bg);--color-accent: var(--och-red);--color-accent-hover: var(--och-red-ink);--color-text: var(--och-ink);--color-text-secondary: var(--och-muted-3);--color-text-muted: var(--och-muted);--color-border: var(--och-divider);--color-card-bg: var(--och-white);--color-surface: var(--och-divider);--color-success: var(--och-green);--color-danger: var(--och-red);--color-overlay: var(--och-ink-40);--color-primary: var(--och-red);--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px;--shadow-card: var(--och-shadow-tile);--shadow-elevated: var(--och-shadow-pop);--shadow-modal: var(--och-shadow-up);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);--nav-height: 52px;--header-height: 56px;--font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-brand: "Roboto", "Onest", -apple-system, sans-serif;--text-2xs: 10px;--text-xs: 11px;--text-sm: 12px;--text-base: 13px;--text-md: 14px;--text-lg: 15px;--text-xl: 16px;--text-2xl: 18px;--text-3xl: 22px;--text-4xl: 28px;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800;--fw-black: 900;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px}@media (max-width: 380px){:root{--text-2xs: 9px;--text-xs: 10px;--text-sm: 11px;--text-base: 12px;--text-md: 13px;--text-lg: 14px;--text-xl: 15px;--text-2xl: 17px;--text-3xl: 20px;--text-4xl: 24px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;overscroll-behavior-y:none}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);min-height:100dvh;overflow-x:hidden;overscroll-behavior:none;overscroll-behavior-y:none}#root{min-height:100dvh;display:flex;flex-direction:column}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit;color:inherit;-webkit-appearance:none}input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none;background:none;-webkit-appearance:none}input::placeholder,textarea::placeholder{font-family:inherit;font-size:inherit;font-weight:500;color:var(--och-muted);opacity:1}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.app{max-width:430px;margin:0 auto;min-height:100dvh;position:relative;background:var(--color-bg);display:flex;flex-direction:column;width:100%}.page{flex:1;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px);overflow-y:auto;-webkit-overflow-scrolling:touch}.page-transition{flex:1;display:flex;flex-direction:column;min-height:0;animation:page-in .28s cubic-bezier(.25,.1,.25,1)}@keyframes page-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.page-transition{animation:none}}.page--with-footer{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 80px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.price-old{color:var(--color-text-muted);text-decoration:line-through;font-size:.875em}.price-new{color:var(--color-accent);font-weight:600}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay);z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}._nav_1h07m_1{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:var(--och-white);box-shadow:0 -1px 0 var(--och-divider);padding-bottom:var(--safe-bottom);z-index:90}._roleSwitch_1h07m_14{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:var(--color-accent);color:#fff;font-size:var(--text-base);font-weight:var(--fw-semibold);border:none;cursor:pointer;transition:opacity .15s}._roleSwitch_1h07m_14:active{opacity:.8}._tabs_1h07m_34{display:flex;align-items:center;justify-content:space-around;height:var(--nav-height)}._tab_1h07m_34{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:64px;padding:8px 12px;border-radius:var(--radius-md);transition:color .15s;color:var(--och-muted);text-decoration:none}._tab_1h07m_34:active{opacity:.7}._tabActive_1h07m_58{color:var(--och-red)}._tabIcon_1h07m_62{position:relative;width:24px;height:24px}._cartBadge_1h07m_69{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xs);line-height:18px;text-align:center;border:2px solid var(--och-white, #fff);box-sizing:content-box;pointer-events:none}._tabLabel_1h07m_89{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);line-height:1}._backdrop_1au7f_1{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--och-ink-40);display:flex;align-items:flex-end;justify-content:center;z-index:2000;animation:_fadeIn_1au7f_1 .2s ease}@keyframes _fadeIn_1au7f_1{0%{opacity:0}to{opacity:1}}._sheet_1au7f_17{width:100%;max-width:560px;background:var(--och-white);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:16px 20px calc(20px + var(--safe-bottom));box-shadow:var(--och-shadow-up);animation:_slideUp_1au7f_1 .25s ease}@keyframes _slideUp_1au7f_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._handle_1au7f_32{width:44px;height:4px;background:var(--och-muted);border-radius:999px;margin:0 auto 16px;opacity:.4}._title_1au7f_41{font-size:20px;font-weight:var(--fw-extrabold);color:var(--och-ink);letter-spacing:-.3px;margin-bottom:8px}._text_1au7f_49{font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--och-muted-3);line-height:1.5;margin-bottom:16px}._link_1au7f_57{color:var(--och-blue);font-weight:var(--fw-bold);text-decoration:none}._link_1au7f_57:hover{text-decoration:underline}._acceptBtn_1au7f_67{width:100%;height:50px;background:var(--och-red);color:var(--och-white);border:none;border-radius:var(--radius-lg);font-size:var(--text-lg);font-weight:var(--fw-bold);cursor:pointer;transition:background .15s}._acceptBtn_1au7f_67:active{background:var(--och-red-ink)}._acceptBtn_1au7f_67:disabled{opacity:.6;cursor:default}._page_1bugi_1{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;background:var(--color-bg)}._logo_1bugi_11{height:64px;width:auto;display:block;color:var(--och-ink);margin-bottom:8px}._subtitle_1bugi_19{font-size:var(--text-xl);color:var(--color-text-secondary);margin-bottom:48px}._cards_1bugi_25{display:flex;flex-direction:column;gap:16px;width:100%;max-width:340px}._card_1bugi_25{display:flex;flex-direction:column;align-items:center;padding:28px 20px;background:var(--color-card-bg);border:2px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color .2s,box-shadow .2s;text-align:center;cursor:pointer}._card_1bugi_25:active{border-color:var(--color-accent);box-shadow:var(--shadow-elevated)}._cardIcon_1bugi_51{font-size:48px;margin-bottom:12px}._cardTitle_1bugi_56{font-size:20px;font-weight:var(--fw-bold);margin-bottom:6px}._cardDesc_1bugi_62{font-size:var(--text-md);color:var(--color-text-secondary);line-height:1.4}._header_1a85y_1{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 16px;position:sticky;top:0;background:var(--color-bg);z-index:50}._backBtn_1a85y_14{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--och-ink);box-shadow:0 2px 10px #0000001a;border:0;cursor:pointer;transition:transform .1s,background .15s}._backBtn_1a85y_14:active{background:var(--och-bg);transform:scale(.92)}._backBtn_1a85y_14 svg{width:20px;height:20px}._title_1a85y_39{font-family:var(--font-family);font-size:var(--text-2xl);font-weight:var(--fw-bold);letter-spacing:-.3px;color:var(--och-ink)}._titleStack_1a85y_47{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;flex:1;padding:0 8px;background:transparent;border:0;cursor:inherit;text-align:center;font:inherit;color:inherit}._titleStackClickable_1a85y_66,._titleClickable_1a85y_67{cursor:pointer;transition:opacity .15s}._titleStackClickable_1a85y_66:active,._titleClickable_1a85y_67:active{opacity:.6}._titleCompact_1a85y_77{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-extrabold);line-height:18px;letter-spacing:-.3px;color:var(--och-ink);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._subtitle_1a85y_90{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);line-height:14px;color:var(--och-muted);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._logoImg_1a85y_102{height:28px;width:auto;display:block;color:var(--och-ink)}._menuBtn_1a85y_109{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background .15s}._menuBtn_1a85y_109:active{background:var(--color-surface)}._menuBtn_1a85y_109 svg{width:24px;height:24px}._placeholder_1a85y_128{width:44px;height:44px}._container_103mh_1{position:relative;width:100%}._dropdown_103mh_6{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #E0E0E0;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:100;overflow:hidden;animation:_fadeIn_103mh_1 .15s ease-out}@keyframes _fadeIn_103mh_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._item_103mh_25{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;text-align:left;font-size:var(--text-md);color:var(--color-text);border-bottom:1px solid #F0F0F0;background:none;transition:background .1s}._item_103mh_25:last-child{border-bottom:none}._item_103mh_25:active,._itemActive_103mh_44{background:#f5f5f5}._pinIcon_103mh_48{width:18px;height:18px;color:var(--color-accent);flex-shrink:0}._itemText_103mh_55{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._page_1naa9_2{background:var(--och-bg);padding-bottom:calc(var(--safe-bottom) + 120px)}._content_1naa9_13{padding:8px 16px 0;display:flex;flex-direction:column}._title_1naa9_19{font-family:var(--font-family);font-size:var(--text-4xl);font-weight:var(--fw-extrabold);line-height:32px;letter-spacing:-.4px;color:var(--och-ink);margin:8px 0 6px}._subtitle_1naa9_29{font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-medium);line-height:20px;color:var(--och-muted);margin:0 0 16px}._infoCard_1naa9_39{padding:14px 16px;margin-bottom:20px;background:#fff;border-radius:14px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:1.45;color:var(--och-ink);box-shadow:var(--och-shadow-tile)}._infoCard_1naa9_39 b{font-weight:var(--fw-extrabold)}._form_1naa9_56{display:flex;flex-direction:column;gap:12px}._field_1naa9_62{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}._label_1naa9_70{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);padding-left:4px}._input_1naa9_79{height:52px;border:0;border-radius:14px;padding:0 16px;font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--och-ink);background:#fff;outline:none;transition:box-shadow .15s;width:100%;box-sizing:border-box;box-shadow:var(--och-shadow-tile)}._input_1naa9_79::placeholder{color:var(--och-muted-2);font-weight:var(--fw-medium)}._input_1naa9_79:focus{box-shadow:0 0 0 2px var(--och-muted-3),var(--och-shadow-tile);background:#fff}._inputError_1naa9_106{box-shadow:0 0 0 2px var(--och-muted-3),var(--och-shadow-tile);background:#fff;background:#fff5f7}._row_1naa9_112{display:flex;gap:10px}._typeGrid_1naa9_119{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._typeChip_1naa9_124{display:flex;align-items:center;gap:8px;padding:10px 12px;border:0;border-radius:14px;background:#fff;box-shadow:var(--och-shadow-tile);font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-bold);color:var(--och-ink);cursor:pointer;transition:box-shadow .15s,transform .1s;text-align:left}._typeChip_1naa9_124:active{transform:scale(.98)}._typeChipActive_1naa9_144{box-shadow:0 0 0 2px var(--och-red),var(--och-shadow-tile)}._typeEmoji_1naa9_147{font-size:22px;line-height:1;flex-shrink:0}._typeLabel_1naa9_152{flex:1;min-width:0}._error_1naa9_157{color:var(--och-red);font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-semibold);text-align:center;margin-top:4px}._offerRow_1naa9_167{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fff;border-radius:14px;cursor:pointer;box-shadow:var(--och-shadow-tile);margin-top:4px}._offerCheckbox_1naa9_178{width:20px;height:20px;accent-color:var(--och-red);flex-shrink:0;margin-top:1px;cursor:pointer}._offerText_1naa9_186{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-ink);line-height:1.4;flex:1;min-width:0}._offerText_1naa9_186 a{color:var(--och-red);font-weight:var(--fw-semibold);text-decoration:underline}._button_1naa9_201{height:56px;background:var(--och-red);color:#fff;border:0;border-radius:16px;font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-extrabold);cursor:pointer;margin-top:12px;transition:background .15s,transform .1s;box-shadow:var(--och-shadow-tile)}._button_1naa9_201:active:not(:disabled){background:var(--och-red-ink);transform:scale(.99)}._button_1naa9_201:disabled{opacity:.55;cursor:not-allowed}._mapContainer_1naa9_227{width:100%;border-radius:14px;overflow:hidden;position:relative;box-shadow:var(--och-shadow-tile)}._map_1naa9_227{width:100%;height:220px}._mapHint_1naa9_240{text-align:center;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-muted);padding:8px 0;background:#fff}._skeleton_12pxx_3{display:block;background:var(--och-divider);position:relative;overflow:hidden;animation:_skeletonPulse_12pxx_1 1.6s ease-in-out infinite}._skeleton_12pxx_3:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);transform:translate(-100%);animation:_skeletonShimmer_12pxx_1 1.4s linear infinite}@keyframes _skeletonShimmer_12pxx_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes _skeletonPulse_12pxx_1{0%,to{opacity:1}50%{opacity:.7}}@media (prefers-reduced-motion: reduce){._skeleton_12pxx_3,._skeleton_12pxx_3:after{animation:none}}._overlay_16rvz_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000;display:flex;align-items:center;justify-content:center;animation:_storyOverlayIn_16rvz_1 .28s ease-out}@keyframes _storyOverlayIn_16rvz_1{0%{opacity:0}to{opacity:1}}._imageWrap_16rvz_19{position:relative;width:100%;height:100%;max-width:480px;max-height:100vh;overflow:hidden;background:#000;animation:_storyImageIn_16rvz_1 .42s cubic-bezier(.2,.8,.2,1)}@keyframes _storyImageIn_16rvz_1{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}._image_16rvz_19{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-select:none;pointer-events:none}._progress_16rvz_44{position:absolute;top:calc(var(--safe-top, 0px) + 8px);left:12px;right:12px;display:flex;gap:4px;z-index:4}._progressTrack_16rvz_53{flex:1;height:3px;background:#ffffff59;border-radius:2px;overflow:hidden}._progressFill_16rvz_60{height:100%;background:#fff;width:0%}._progress_done_16rvz_66{width:100%}._progress_pending_16rvz_67{width:0%}._progress_active_16rvz_71{width:0%;animation-name:_storyProgressFill_16rvz_1;animation-timing-function:linear;animation-fill-mode:forwards}._progressPaused_16rvz_77{animation-play-state:paused!important}@keyframes _storyProgressFill_16rvz_1{0%{width:0%}to{width:100%}}._header_16rvz_86{position:absolute;top:calc(var(--safe-top, 0px) + 22px);left:12px;right:12px;display:flex;align-items:center;gap:10px;z-index:4;padding:8px 4px;pointer-events:none}._headerShop_16rvz_99{flex:1;display:flex;align-items:center;gap:10px;min-width:0;background:transparent;border:0;padding:0;cursor:pointer;text-align:left;pointer-events:auto}._headerShop_16rvz_99:active{transform:scale(.98)}._headerLogo_16rvz_113,._headerLogoPlaceholder_16rvz_114{width:32px;height:32px;border-radius:50%;flex-shrink:0}._headerLogo_16rvz_113{object-fit:cover;border:2px solid #fff}._headerLogoPlaceholder_16rvz_114{background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:var(--text-2xl);border:2px solid #fff}._headerName_16rvz_132{flex:1;font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-bold);color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._closeBtn_16rvz_143,._deleteBtn_16rvz_144{width:36px;height:36px;border-radius:50%;background:#00000059;border:0;color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer}._closeBtn_16rvz_143 svg,._deleteBtn_16rvz_144 svg{width:20px;height:20px}._deleteBtn_16rvz_144:disabled{opacity:.5;cursor:not-allowed}._tapZone_16rvz_162{position:absolute;top:0;bottom:0;width:33%;background:transparent;border:0;cursor:pointer;z-index:3}._tapLeft_16rvz_172{left:0}._tapRight_16rvz_173{right:0}._holdZone_16rvz_174{position:absolute;top:0;bottom:0;left:33%;width:34%;z-index:2}._bottomShade_16rvz_185{position:absolute;left:0;right:0;bottom:0;height:280px;background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 30%,rgba(0,0,0,.2) 70%,transparent 100%);pointer-events:none;z-index:3}._footer_16rvz_204{position:absolute;left:16px;right:16px;bottom:calc(var(--safe-bottom, 0px) + var(--nav-height, 64px) + 16px);display:flex;flex-direction:column;gap:12px;align-items:center;z-index:5}._caption_16rvz_215{font-family:var(--font-family);font-size:var(--text-2xl);font-weight:var(--fw-bold);line-height:1.3;color:#fff;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.75);max-width:100%}._cta_16rvz_227{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:320px;height:56px;padding:0 24px;background:#fff;color:var(--och-ink);border-radius:var(--radius-full);font-family:var(--font-family);font-weight:var(--fw-black);font-size:var(--text-xl);text-decoration:none;box-shadow:0 6px 22px #0006;transition:transform .1s,background .15s}._cta_16rvz_227:hover{background:#fafafa}._cta_16rvz_227:active{transform:scale(.97)}._cta_16rvz_227 svg{width:18px;height:18px;flex-shrink:0}._counter_16rvz_254{position:absolute;bottom:calc(var(--safe-bottom, 0px) + var(--nav-height, 64px) - 6px);right:16px;font-family:var(--font-family);font-size:var(--text-xs);font-weight:var(--fw-semibold);color:#ffffffb3;z-index:4}._bar_rct13_3{display:flex;gap:12px;overflow-x:auto;padding:8px 16px 12px;background:var(--color-bg);-webkit-overflow-scrolling:touch;scroll-behavior:smooth}._item_rct13_13{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;background:transparent;border:0;padding:0;cursor:pointer;width:64px}._ring_rct13_28{width:60px;height:60px;border-radius:50%;padding:2px;display:flex;align-items:center;justify-content:center;transition:transform .1s}._ringSeen_rct13_28{background:var(--och-divider)!important}._ringInner_rct13_43{width:100%;height:100%;border-radius:50%;padding:2px;background:var(--color-bg);display:flex;align-items:center;justify-content:center}._logo_rct13_53{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--och-divider)}._logoPlaceholder_rct13_60{width:100%;height:100%;border-radius:50%;background:var(--och-divider);display:flex;align-items:center;justify-content:center;font-size:var(--text-3xl)}._name_rct13_71{font-family:var(--font-family);font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--och-ink);max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;letter-spacing:-.1px}._item_rct13_13:active ._ring_rct13_28{transform:scale(.96)}._page_i1e0h_1{display:flex;flex-direction:column;min-height:100dvh;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._mapSection_i1e0h_9{position:relative;height:240px;flex-shrink:0;border-radius:24px;overflow:hidden;margin:0 12px 12px}._map_i1e0h_9{width:100%;height:100%}._mapMask_i1e0h_23{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:24px;box-shadow:inset 0 -40px 40px -20px #ffffffb3;z-index:5}@keyframes _pulse_i1e0h_1{0%{transform:scale(.8);opacity:.8}70%{transform:scale(1.3);opacity:0}to{transform:scale(.8);opacity:0}}._locateBtn_i1e0h_40{position:absolute;bottom:12px;right:12px;width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center;z-index:10}._locateBtn_i1e0h_40 svg{width:22px;height:22px;color:var(--color-accent)}._locateBtn_i1e0h_40:active{background:#f0f0f0}._searchRow_i1e0h_65{display:flex;gap:8px;align-items:center}._shortcuts_i1e0h_77{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 12px 8px;max-height:200px;overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1),padding .32s cubic-bezier(.4,0,.2,1)}._shortcuts_i1e0h_77>._shortcut_i1e0h_77{transition:transform .32s cubic-bezier(.4,0,.2,1)}._shortcutsHidden_i1e0h_91{max-height:0;padding-top:0;padding-bottom:0;pointer-events:none}._shortcutsHidden_i1e0h_91>._shortcut_i1e0h_77{transform:translateY(-100%)}._shortcut_i1e0h_77{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 12px 14px;border:0;border-radius:16px;cursor:pointer;text-align:left;min-height:92px;color:#fff;overflow:hidden;transition:transform .1s}._shortcut_i1e0h_77:active{transform:scale(.98)}._shortcutAi_i1e0h_119{background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.18),transparent 50%),radial-gradient(circle at 90% 90%,rgba(0,74,246,.18),transparent 50%),linear-gradient(135deg,var(--och-red) 0%,var(--och-red-soft) 60%,var(--och-red-light) 100%);box-shadow:0 2px 12px #0000000f}._shortcutMap_i1e0h_129{position:relative;background:#fff;box-shadow:0 2px 12px #0000000f}._shortcutMap_i1e0h_129:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://tile.openstreetmap.org/6/39/22.png) 100% 50%/50% 100% no-repeat,url(https://tile.openstreetmap.org/6/38/22.png) 0% 50%/50% 100% no-repeat;filter:grayscale(1) contrast(.95);pointer-events:none;z-index:0}._shortcutMap_i1e0h_129:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff73,#ffffff0d 60%,#0000001a);pointer-events:none;z-index:0}._shortcutMap_i1e0h_129>*{position:relative;z-index:1}._shortcutMap_i1e0h_129 ._shortcutTitle_i1e0h_160{color:var(--och-ink)}._shortcutMap_i1e0h_129 ._shortcutSub_i1e0h_161{color:var(--och-muted-3)}._shortcutMapPreview_i1e0h_166{position:relative;margin-top:auto;display:flex;align-items:center;gap:10px;padding-top:10px}._shortcutMapThumb_i1e0h_175{display:block;width:36px;height:36px;flex-shrink:0;border-radius:8px;background:url(https://tile.openstreetmap.org/5/19/9.png) center/cover;filter:grayscale(1) contrast(.92) brightness(.96);box-shadow:0 0 0 1px #0000000f}._shortcutMapPreviewLabel_i1e0h_185{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-extrabold);color:var(--och-ink)}._shortcutTitle_i1e0h_160{position:relative;z-index:2;font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-extrabold);letter-spacing:-.2px}._shortcutSub_i1e0h_161{position:relative;z-index:2;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);line-height:1.35;opacity:.92}._shortcutOrb_i1e0h_211{position:absolute;width:50px;height:50px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.55),rgba(255,255,255,.15) 50%,transparent 70%);pointer-events:none;filter:blur(.5px);animation:_shortcutOrbFloat_i1e0h_1 4s ease-in-out infinite;z-index:1}._shortcutOrb_i1e0h_211:nth-of-type(2){animation-delay:.6s;animation-duration:5s}._shortcutOrb_i1e0h_211:nth-of-type(3){animation-delay:1.2s;animation-duration:6s}@keyframes _shortcutOrbFloat_i1e0h_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.06)}}._aiBtn_i1e0h_235{flex-shrink:0;height:44px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--och-red) 0%,var(--och-red-soft) 100%);color:#fff;border-radius:var(--radius-full);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-base);letter-spacing:-.1px;box-shadow:0 4px 14px #f600414d;transition:transform .1s,box-shadow .15s}._aiBtn_i1e0h_235:active{transform:scale(.96)}._aiBtnIcon_i1e0h_255{font-size:var(--text-xl);line-height:1}._aiBtnLabel_i1e0h_256{white-space:nowrap}@media (max-width: 380px){._aiBtn_i1e0h_235{padding:0 10px}._aiBtnLabel_i1e0h_256{display:none}}._searchBar_i1e0h_262{display:flex;align-items:center;gap:10px;flex:1;padding:0 14px;height:44px;background:var(--color-surface);border-radius:var(--radius-full)}._searchIcon_i1e0h_273{width:18px;height:18px;color:var(--color-text-muted);flex-shrink:0}._searchInput_i1e0h_280{flex:1;height:100%;font-size:var(--text-lg);color:var(--color-text);background:none}._searchInput_i1e0h_280::placeholder{color:var(--color-text-muted)}._shareBtn_i1e0h_292{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border-radius:50%;color:var(--color-accent)}._shareBtn_i1e0h_292:active{background:var(--color-border)}._searchClear_i1e0h_308{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:var(--text-md);color:var(--color-text-muted);background:var(--color-surface);border-radius:50%}._searchDropdown_i1e0h_322{margin-top:6px;background:var(--color-card-bg);border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000026;overflow:hidden;max-height:300px;overflow-y:auto}._dropdownItem_i1e0h_332{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;text-align:left;border-bottom:1px solid var(--color-border)}._dropdownItem_i1e0h_332:last-child{border-bottom:none}._dropdownItem_i1e0h_332:active{background:var(--color-surface)}._dropdownIcon_i1e0h_350{font-size:20px;flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}._dropdownLogo_i1e0h_361{width:100%;height:100%;border-radius:var(--radius-md);object-fit:cover;background:var(--och-divider)}._dropdownInfo_i1e0h_369{flex:1;min-width:0}._dropdownName_i1e0h_374{font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--color-text)}._dropdownAddr_i1e0h_380{font-size:var(--text-sm);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdownDist_i1e0h_388{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--color-primary);flex-shrink:0}._dropdownEmpty_i1e0h_395{padding:16px;text-align:center;font-size:var(--text-md);color:var(--color-text-muted)}._sheetOverlay_i1e0h_403{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;z-index:90;pointer-events:none}._sheet_i1e0h_403{pointer-events:auto;background:var(--color-card-bg);border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #0000001f;padding:0 20px calc(var(--nav-height) + var(--safe-bottom) + 16px);animation:_sheetUp_i1e0h_1 .25s ease-out;box-sizing:border-box}@keyframes _sheetUp_i1e0h_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _sheetDown_i1e0h_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}._sheetClosing_i1e0h_434{animation:_sheetDown_i1e0h_1 .25s ease-in forwards}._sheetHandle_i1e0h_438{display:flex;justify-content:center;padding:12px 0 16px}._sheetHandleBar_i1e0h_444{width:36px;height:4px;border-radius:2px;background:var(--color-border)}._sheetRow_i1e0h_451{padding:14px 4px 4px;margin-bottom:14px}._previewPhoto_i1e0h_457{position:relative;width:calc(100% + 40px);aspect-ratio:16 / 9;margin:-4px -20px 0;border-radius:0;overflow:hidden;background:var(--och-divider)}._previewPhotoImg_i1e0h_467{width:100%;height:100%;object-fit:cover}._previewPhotoPlaceholder_i1e0h_473{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}._previewPhotoGrad_i1e0h_482{position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(#27223100,#27223180);pointer-events:none}._previewBadges_i1e0h_492{position:absolute;left:16px;bottom:12px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}._previewCategory_i1e0h_502{padding:4px 10px;border-radius:999px;background:#fffffff0;color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._previewStatusOpen_i1e0h_513,._previewStatusClosed_i1e0h_514{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#fffffff0;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._previewStatusOpen_i1e0h_513{color:var(--och-green)}._previewStatusClosed_i1e0h_514{color:var(--och-red)}._previewDot_i1e0h_530{width:6px;height:6px;border-radius:50%;background:currentColor}._previewActions_i1e0h_537{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:3}._previewActionBtn_i1e0h_546{width:34px;height:34px;border-radius:50%;background:#fffffff0;border:0;padding:0;display:flex;align-items:center;justify-content:center;color:var(--och-ink);cursor:pointer;box-shadow:0 2px 6px #0000001f}._previewActionBtn_i1e0h_546 svg{width:16px;height:16px}._previewActionBtn_i1e0h_546:active{transform:scale(.92)}._previewActionBtnActive_i1e0h_570{color:var(--och-red)}._previewClose_i1e0h_574{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#fffffff0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--och-ink);z-index:2}._previewClose_i1e0h_574 svg{width:14px;height:14px}._sheetInfo_i1e0h_596{flex:1;min-width:0}._sheetName_i1e0h_601{font-size:var(--text-2xl);font-weight:var(--fw-extrabold);margin-bottom:2px}._sheetAddress_i1e0h_607{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sheetMeta_i1e0h_616{display:flex;align-items:center;gap:8px}._badgeOpen_i1e0h_622{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:#1b9e3e}._badgeClosed_i1e0h_628{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:#5c6bc0}._sheetSchedule_i1e0h_634{font-size:var(--text-sm);color:var(--color-text-muted)}._sheetActions_i1e0h_639{display:flex;gap:10px;margin-bottom:8px}._sheetBtn_i1e0h_645{flex:1;height:52px;padding:0 20px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-extrabold);border:0;border-radius:var(--radius-lg);text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}._sheetBtn_i1e0h_645:active{opacity:.85}._sheetBtnDisabled_i1e0h_668{background:var(--color-border);color:var(--color-text-muted)}._sheetRouteBtn_i1e0h_673{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--och-bg);border:0;border-radius:var(--radius-lg);color:var(--och-ink);cursor:pointer}._sheetRouteBtn_i1e0h_673 svg{width:20px;height:20px;color:var(--och-red)}._sheetRouteBtn_i1e0h_673:active{background:var(--och-divider)}._sheetClose_i1e0h_697{position:absolute;top:12px;right:16px;width:32px;height:32px;border-radius:50%;background:var(--color-surface);font-size:var(--text-xl);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);z-index:2}._listSection_i1e0h_714{padding:8px 16px 0}._pageTitle_i1e0h_718{font-family:var(--font-family);font-size:20px;font-weight:var(--fw-extrabold);letter-spacing:-.3px;margin:4px 0 0;line-height:26px;color:var(--och-ink)}._stickyHeader_i1e0h_730{position:sticky;top:0;z-index:25;background:var(--color-bg)}._topBar_i1e0h_740{padding:8px 16px 4px;background:var(--color-bg)}._filterChips_i1e0h_745{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:8px 12px 12px;background:var(--color-bg);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scroll-behavior:smooth}._chip_i1e0h_758{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;min-height:34px;background:var(--color-surface);border-radius:var(--radius-full);font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--color-text);white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s;touch-action:manipulation}._chip_i1e0h_758:active{opacity:.7}._chipActive_i1e0h_779{background:var(--color-text);color:#fff}._chipIconBox_i1e0h_786{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:26px;line-height:1;flex-shrink:0}._chipIcon_i1e0h_786{width:16px;height:16px;flex-shrink:0}._chipEmoji_i1e0h_803{font-size:var(--text-xl);line-height:1}._listHeader_i1e0h_808{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}._listCount_i1e0h_815{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._shopList_i1e0h_823{display:flex;flex-direction:column;gap:14px}._shopCard_i1e0h_829{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--och-shadow-card);cursor:pointer;display:flex;flex-direction:column}._shopCardClosed_i1e0h_839{opacity:.7}._shopCardSelected_i1e0h_843{box-shadow:0 0 0 2px var(--och-red),var(--och-shadow-card)}._cardPhoto_i1e0h_850{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--och-divider);overflow:hidden}._cardPhotoImg_i1e0h_858{width:100%;height:100%;object-fit:cover}._cardPhotoPlaceholder_i1e0h_864{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}._cardPhotoTop_i1e0h_873{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}._cardCategory_i1e0h_883{padding:4px 10px;border-radius:999px;background:#fffffff0;color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._cardActions_i1e0h_894{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:3}._cardActionBtn_i1e0h_903{width:34px;height:34px;border-radius:50%;background:#ffffffe0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--och-ink);transition:background .15s,color .15s,transform .1s;padding:0}._cardActionBtn_i1e0h_903:active{transform:scale(.9)}._cardActionBtn_i1e0h_903 svg{width:16px;height:16px}._cardActionBtnActive_i1e0h_927{color:var(--och-red)}._cardPhotoGrad_i1e0h_931{position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(#27223100,#2722318c);pointer-events:none}._cardStatusOpen_i1e0h_941,._cardStatusClosed_i1e0h_942{position:absolute;left:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#fffffff0;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;z-index:2}._cardStatusOpen_i1e0h_941{color:var(--och-green)}._cardStatusClosed_i1e0h_942{color:var(--och-red)}._dotOpen_i1e0h_967,._dotClosed_i1e0h_968{width:6px;height:6px;border-radius:50%}._dotOpen_i1e0h_967{background:var(--och-green)}._dotClosed_i1e0h_968{background:var(--och-red)}._cardBody_i1e0h_983{padding:14px 16px 16px}._cardNameRow_i1e0h_987{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}._cardName_i1e0h_987{flex:1;min-width:0;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:24px;color:var(--och-ink);letter-spacing:-.2px}._cardAddressRow_i1e0h_1005{display:flex;align-items:center;gap:6px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-muted);margin-bottom:10px}._pinIcon_i1e0h_1017{width:12px;height:12px;flex-shrink:0;color:var(--och-muted)}._cardAddress_i1e0h_1005{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardMetaRow_i1e0h_1030{display:flex;align-items:center;gap:8px;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._metaItem_i1e0h_1041{white-space:nowrap}._metaDot_i1e0h_1045{width:3px;height:3px;border-radius:50%;background:var(--och-muted);flex-shrink:0}._loadMoreBtn_i1e0h_1053{width:100%;padding:14px;text-align:center;font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--color-accent);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}._loadMoreBtn_i1e0h_1053:active{background:var(--color-border)}._emptyState_i1e0h_1069{text-align:center;padding:40px 32px;font-size:var(--text-lg);color:var(--color-text-secondary)}._cardDisclaimer_i1e0h_1077{margin-top:8px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-2xs);line-height:14px;color:var(--och-muted);font-style:italic;letter-spacing:.1px}._groupHeader_i1e0h_1089{display:flex;align-items:center;gap:8px;margin:6px 4px 2px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;color:var(--och-muted-3);letter-spacing:.2px;text-transform:none}._groupHeaderIcon_i1e0h_1103{width:16px;height:16px;color:var(--och-red);flex-shrink:0}._groupHeaderTitle_i1e0h_1110{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--och-ink);font-weight:var(--fw-bold)}._groupHeaderCount_i1e0h_1120{color:var(--och-muted);font-weight:var(--fw-semibold);flex-shrink:0}._shopCardInGroup_i1e0h_1126{margin-top:-4px;box-shadow:var(--och-shadow-card),inset 3px 0 0 var(--och-red-tint, var(--och-red-tint))}._groupSheetHeader_i1e0h_1133{padding:8px 4px 14px;border-bottom:1px solid var(--och-divider);margin-bottom:8px}._groupSheetTitle_i1e0h_1139{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:24px;color:var(--och-ink);letter-spacing:-.3px}._groupSheetSubtitle_i1e0h_1148{margin-top:4px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-muted)}._groupSheetList_i1e0h_1157{display:flex;flex-direction:column;gap:2px;max-height:60vh;overflow-y:auto}._groupSheetItem_i1e0h_1165{display:flex;align-items:center;gap:12px;padding:12px 8px;background:transparent;border:0;border-radius:12px;text-align:left;cursor:pointer;transition:background .15s}._groupSheetItem_i1e0h_1165:active{background:var(--och-bg)}._groupSheetItemLogo_i1e0h_1182{width:40px;height:40px;border-radius:50%;background:var(--och-bg);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}._groupSheetItemLogo_i1e0h_1182 img{width:100%;height:100%;object-fit:cover}._groupSheetItemBody_i1e0h_1201{flex:1;min-width:0}._groupSheetItemName_i1e0h_1206{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-lg);line-height:20px;color:var(--och-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._groupSheetItemStatus_i1e0h_1217{display:flex;align-items:center;gap:6px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);margin-top:2px}._groupSheetItemChevron_i1e0h_1229{width:16px;height:16px;color:var(--och-muted);flex-shrink:0}._cardReviewBadge_i1e0h_1238{padding:4px 10px;border-radius:999px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;letter-spacing:.1px}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{position:absolute;left:0;top:0}.maplibregl-map:fullscreen{width:100%;height:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.maplibregl-ctrl-top-left{top:0;left:0}.maplibregl-ctrl-top-right{top:0;right:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{right:0;bottom:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{margin:10px 0 0 10px;float:left}.maplibregl-ctrl-top-right .maplibregl-ctrl{margin:10px 10px 0 0;float:right}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{margin:0 0 10px 10px;float:left}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{margin:0 10px 10px 0;float:right}.maplibregl-ctrl-group{border-radius:4px;background:#fff}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M10%2013c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h9c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.75%200-1.5.75-1.5%201.5v3h-3c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h3v3c0%20.75.75%201.5%201.5%201.5S16%2019.75%2016%2019v-3h3c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013h-3v-3c0-.75-.75-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%3E)}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M10%2013c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h9c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.75%200-1.5.75-1.5%201.5v3h-3c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h3v3c0%20.75.75%201.5%201.5%201.5S16%2019.75%2016%2019v-3h3c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013h-3v-3c0-.75-.75-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%3E)}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M10%2013c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h9c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.75%200-1.5.75-1.5%201.5v3h-3c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h3v3c0%20.75.75%201.5%201.5%201.5S16%2019.75%2016%2019v-3h3c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013h-3v-3c0-.75-.75-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M24%2016v5.5c0%201.75-.75%202.5-2.5%202.5H16v-1l3-1.5-4-5.5%201-1%205.5%204%201.5-3zM6%2016l1.5%203%205.5-4%201%201-4%205.5%203%201.5v1H7.5C5.75%2024%205%2023.25%205%2021.5V16zm7-11v1l-3%201.5%204%205.5-1%201-5.5-4L6%2013H5V7.5C5%205.75%205.75%205%207.5%205zm11%202.5c0-1.75-.75-2.5-2.5-2.5H16v1l3%201.5-4%205.5%201%201%205.5-4%201.5%203h1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M18.5%2016c-1.75%200-2.5.75-2.5%202.5V24h1l1.5-3%205.5%204%201-1-4-5.5%203-1.5v-1zM13%2018.5c0-1.75-.75-2.5-2.5-2.5H5v1l3%201.5L4%2024l1%201%205.5-4%201.5%203h1zm3-8c0%201.75.75%202.5%202.5%202.5H24v-1l-3-1.5L25%205l-1-1-5.5%204L17%205h-1zM10.5%2013c1.75%200%202.5-.75%202.5-2.5V5h-1l-1.5%203L5%204%204%205l4%205.5L5%2012v1z%22%2F%3E%3C%2Fsvg%3E)}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M24%2016v5.5c0%201.75-.75%202.5-2.5%202.5H16v-1l3-1.5-4-5.5%201-1%205.5%204%201.5-3zM6%2016l1.5%203%205.5-4%201%201-4%205.5%203%201.5v1H7.5C5.75%2024%205%2023.25%205%2021.5V16zm7-11v1l-3%201.5%204%205.5-1%201-5.5-4L6%2013H5V7.5C5%205.75%205.75%205%207.5%205zm11%202.5c0-1.75-.75-2.5-2.5-2.5H16v1l3%201.5-4%205.5%201%201%205.5-4%201.5%203h1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M18.5%2016c-1.75%200-2.5.75-2.5%202.5V24h1l1.5-3%205.5%204%201-1-4-5.5%203-1.5v-1zM13%2018.5c0-1.75-.75-2.5-2.5-2.5H5v1l3%201.5L4%2024l1%201%205.5-4%201.5%203h1zm3-8c0%201.75.75%202.5%202.5%202.5H24v-1l-3-1.5L25%205l-1-1-5.5%204L17%205h-1zM10.5%2013c1.75%200%202.5-.75%202.5-2.5V5h-1l-1.5%203L5%204%204%205l4%205.5L5%2012v1z%22%2F%3E%3C%2Fsvg%3E)}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M24%2016v5.5c0%201.75-.75%202.5-2.5%202.5H16v-1l3-1.5-4-5.5%201-1%205.5%204%201.5-3zM6%2016l1.5%203%205.5-4%201%201-4%205.5%203%201.5v1H7.5C5.75%2024%205%2023.25%205%2021.5V16zm7-11v1l-3%201.5%204%205.5-1%201-5.5-4L6%2013H5V7.5C5%205.75%205.75%205%207.5%205zm11%202.5c0-1.75-.75-2.5-2.5-2.5H16v1l3%201.5-4%205.5%201%201%205.5-4%201.5%203h1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M18.5%2016c-1.75%200-2.5.75-2.5%202.5V24h1l1.5-3%205.5%204%201-1-4-5.5%203-1.5v-1zM13%2018.5c0-1.75-.75-2.5-2.5-2.5H5v1l3%201.5L4%2024l1%201%205.5-4%201.5%203h1zm3-8c0%201.75.75%202.5%202.5%202.5H24v-1l-3-1.5L25%205l-1-1-5.5%204L17%205h-1zM10.5%2013c1.75%200%202.5-.75%202.5-2.5V5h-1l-1.5%203L5%204%204%205l4%205.5L5%2012v1z%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22m10.5%2014%204-8%204%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m10.5%2016%204%208%204-8z%22%2F%3E%3C%2Fsvg%3E)}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22m10.5%2014%204-8%204%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m10.5%2016%204%208%204-8z%22%2F%3E%3C%2Fsvg%3E)}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22m10.5%2014%204-8%204%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m10.5%2016%204%208%204-8z%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20viewBox%3D%220%200%2022%2022%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228.5%22%2F%3E%3Cpath%20d%3D%22M17.5%2011c0%204.819-3.02%208.5-6.5%208.5S4.5%2015.819%204.5%2011%207.52%202.5%2011%202.5s6.5%203.681%206.5%208.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2011c0%202.447-.331%204.64-.853%206.206-.262.785-.562%201.384-.872%201.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831%2015.64%208.5%2013.446%208.5%2011s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872%201.777.522%201.565.853%203.76.853%206.206Z%22%2F%3E%3Cpath%20d%3D%22M11%207.5c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138q.07-.058.224-.138c.299-.151.763-.302%201.379-.434C7.378%205.666%209.091%205.5%2011%205.5s3.622.166%204.845.428c.616.132%201.08.283%201.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm0%209c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138%201.3%201.3%200%200%201%20.224-.138c.299-.151.763-.302%201.379-.434C7.378%2014.666%209.091%2014.5%2011%2014.5s3.622.166%204.845.428c.616.132%201.08.283%201.379.434.105.053.177.1.224.138a1.3%201.3%200%200%201-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm0-4c-2.46%200-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5%201.5%200%200%201-.39-.272.3.3%200%200%201-.047-.064.3.3%200%200%201%20.048-.064c.066-.073.189-.167.389-.272.399-.21%201.009-.413%201.805-.59C6.328%209.722%208.54%209.5%2011%209.5s4.672.222%206.256.574c.795.177%201.405.38%201.804.59.2.105.323.2.39.272a.3.3%200%200%201%20.047.064.3.3%200%200%201-.048.064%201.4%201.4%200%200%201-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0%20.018v.002zm17.002.002v-.002zm0-.018v-.002z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20stroke%3D%22%2333b5e5%22%20viewBox%3D%220%200%2022%2022%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228.5%22%2F%3E%3Cpath%20d%3D%22M17.5%2011c0%204.819-3.02%208.5-6.5%208.5S4.5%2015.819%204.5%2011%207.52%202.5%2011%202.5s6.5%203.681%206.5%208.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2011c0%202.447-.331%204.64-.853%206.206-.262.785-.562%201.384-.872%201.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831%2015.64%208.5%2013.446%208.5%2011s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872%201.777.522%201.565.853%203.76.853%206.206Z%22%2F%3E%3Cpath%20d%3D%22M11%207.5c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138q.07-.058.224-.138c.299-.151.763-.302%201.379-.434C7.378%205.666%209.091%205.5%2011%205.5s3.622.166%204.845.428c.616.132%201.08.283%201.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm0%209c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138%201.3%201.3%200%200%201%20.224-.138c.299-.151.763-.302%201.379-.434C7.378%2014.666%209.091%2014.5%2011%2014.5s3.622.166%204.845.428c.616.132%201.08.283%201.379.434.105.053.177.1.224.138a1.3%201.3%200%200%201-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm0-4c-2.46%200-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5%201.5%200%200%201-.39-.272.3.3%200%200%201-.047-.064.3.3%200%200%201%20.048-.064c.066-.073.189-.167.389-.272.399-.21%201.009-.413%201.805-.59C6.328%209.722%208.54%209.5%2011%209.5s4.672.222%206.256.574c.795.177%201.405.38%201.804.59.2.105.323.2.39.272a.3.3%200%200%201%20.047.064.3.3%200%200%201-.048.064%201.4%201.4%200%200%201-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0%20.018v.002zm17.002.002v-.002zm0-.018v-.002z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22m1.754%2013.406%204.453-4.851%203.09%203.09%203.281%203.277.969-.969-3.309-3.312%203.844-4.121%206.148%206.886h1.082v-.855l-7.207-8.07-4.84%205.187L6.169%206.57l-5.48%205.965v.871ZM.688%2016.844h20.625v1.375H.688Zm0%200%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22m1.754%2013.406%204.453-4.851%203.09%203.09%203.281%203.277.969-.969-3.309-3.312%203.844-4.121%206.148%206.886h1.082v-.855l-7.207-8.07-4.84%205.187L6.169%206.57l-5.48%205.965v.871ZM.688%2016.844h20.625v1.375H.688Zm0%200%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23aaa%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m14%205%201%201-9%209-1-1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e58978%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e54e33%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23999%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m14%205%201%201-9%209-1-1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e58978%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e54e33%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%3E)}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23666%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m14%205%201%201-9%209-1-1z%22%2F%3E%3C%2Fsvg%3E)}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.408%2016.796h-1.827l2.501-12.095h.198l3.324%206.533.988%202.19.988-2.19%203.258-6.533h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.929%205.644h-.098l-2.914-5.644-.757-1.71-.345%201.71zm1.958-3.42-.726%203.663a1.255%201.255%200%200%201-1.232%201.011h-1.827a1.255%201.255%200%200%201-1.229-1.509l2.501-12.095a1.255%201.255%200%200%201%201.23-1.001h.197a1.25%201.25%200%200%201%201.12.685l3.19%206.273%203.125-6.263a1.25%201.25%200%200%201%201.123-.695h.181a1.255%201.255%200%200%201%201.227.991l1.443%206.71a5%205%200%200%201%20.314-.787l.009-.016a4.6%204.6%200%200%201%201.777-1.887c.782-.46%201.668-.667%202.611-.667a4.6%204.6%200%200%201%201.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255%201.255%200%200%201%201.212.925%201.255%201.255%200%200%201%201.212-.925h1.711c.284%200%20.545.094.755.252.613-.3%201.312-.45%202.075-.45%201.356%200%202.557.445%203.482%201.4q.47.48.763%201.064V4.701a1.255%201.255%200%200%201%201.255-1.255h1.86A1.255%201.255%200%200%201%2054.44%204.7v9.194h2.217c.19%200%20.37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42%202.42%200%200%201-.682-1.71c0-.665.267-1.253.735-1.7a2.45%202.45%200%200%201%201.722-.674%202.43%202.43%200%200%201%201.705.675q.318.302.504.683V4.7a1.255%201.255%200%200%201%201.255-1.255h1.744A1.255%201.255%200%200%201%2065.812%204.7v3.335a4.8%204.8%200%200%201%201.526-.246c.938%200%201.817.214%202.59.69a4.47%204.47%200%200%201%201.67%201.743v-.98a1.255%201.255%200%200%201%201.256-1.256h1.777c.233%200%20.451.064.639.174a3.4%203.4%200%200%201%201.567-.372c.346%200%20.861.02%201.285.232a1.25%201.25%200%200%201%20.689%201.004%204.7%204.7%200%200%201%20.853-.588c.795-.44%201.675-.647%202.61-.647%201.385%200%202.65.39%203.525%201.396.836.938%201.168%202.173%201.168%203.528q-.001.515-.056%201.051a1.255%201.255%200%200%201-.947%201.09l.408.952a1.255%201.255%200%200%201-.477%201.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06%200-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8%205.8%200%200%201-.548-2.512q0-.429.053-.843a1.3%201.3%200%200%201-.333-.086l-.166-.004c-.223%200-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255%201.255%200%200%201-1.256%201.256h-1.777a1.255%201.255%200%200%201-1.256-1.256V15.69l-.032.057a4.8%204.8%200%200%201-1.86%201.833%205.04%205.04%200%200%201-2.484.634%204.5%204.5%200%200%201-1.935-.424%201.25%201.25%200%200%201-.764.258h-1.71a1.255%201.255%200%200%201-1.256-1.255V7.687a2.4%202.4%200%200%201-.428.625c.253.23.412.561.412.93v7.553a1.255%201.255%200%200%201-1.256%201.255h-1.843a1.25%201.25%200%200%201-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255%201.255%200%200%201-1.256-1.255v-1.251l-.061.117a4.7%204.7%200%200%201-1.782%201.884%204.77%204.77%200%200%201-2.485.67%205.6%205.6%200%200%201-1.485-.188l.009%202.764a1.255%201.255%200%200%201-1.255%201.259h-1.729a1.255%201.255%200%200%201-1.255-1.255v-3.537a1.255%201.255%200%200%201-1.167.793h-1.679a1.25%201.25%200%200%201-.77-.263%204.5%204.5%200%200%201-1.945.429c-.885%200-1.724-.21-2.495-.632l-.017-.01a5%205%200%200%201-1.081-.836%201.255%201.255%200%200%201-1.254%201.312h-1.81a1.255%201.255%200%200%201-1.228-.99l-.782-3.625-2.044%203.939a1.25%201.25%200%200%201-1.115.676h-.098a1.25%201.25%200%200%201-1.116-.68l-2.061-3.994zM35.92%2016.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033%201.332h1.678V9.242h-1.694l-.033%201.267q-.133-.329-.526-.658l-.032-.028a3.2%203.2%200%200%200-.668-.428l-.27-.12a3.3%203.3%200%200%200-1.235-.23q-1.136-.001-1.974.493a3.36%203.36%200%200%200-1.3%201.382q-.445.89-.444%202.074%200%201.2.51%202.107a3.8%203.8%200%200%200%201.382%201.381%203.9%203.9%200%200%200%201.893.477q.795%200%201.455-.33zm-2.789-5.38q-.576.675-.575%201.762%200%201.102.559%201.794.576.675%201.645.675a2.25%202.25%200%200%200%20.934-.19%202.2%202.2%200%200%200%20.468-.29l.178-.161a2.2%202.2%200%200%200%20.397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2%202.2%200%200%200-.633-.709l-.13-.086-.047-.028a2.1%202.1%200%200%200-1.073-.285q-1.052%200-1.629.692zm2.316%202.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96%200%200%200-.353-.389.85.85%200%200%200-.464-.127c-.4%200-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945%200%20.506.122.801.27.99.097.11.266.224.68.224.303%200%20.504-.09.687-.269zm7.545%201.705a2.6%202.6%200%200%200%20.331.423q.319.33.755.548l.173.074q.65.255%201.49.255%201.02%200%201.844-.493a3.45%203.45%200%200%200%201.316-1.4q.493-.904.493-2.089%200-1.909-.988-2.913-.988-1.02-2.584-1.02-.898%200-1.575.347a3%203%200%200%200-.415.262l-.199.166a3.4%203.4%200%200%200-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296%201.119.297%201.07%200%201.645-.675.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.435%200-.835.16a2%202%200%200%200-.284.136%202%202%200%200%200-.363.254%202.2%202.2%200%200%200-.46.569l-.082.162a2.6%202.6%200%200%200-.213%201.072v.115q0%20.707.296%201.267l.135.211zm.964-.818a1.1%201.1%200%200%200%20.367.385.94.94%200%200%200%20.476.118c.423%200%20.59-.117.687-.23.159-.194.28-.478.28-.95%200-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1%201%200%200%200-.503.135l-.012.007a.86.86%200%200%200-.335.343c-.073.133-.132.324-.132.614v.115a1.4%201.4%200%200%200%20.14.66zm15.7-6.222q.347-.346.346-.856a1.05%201.05%200%200%200-.345-.79%201.18%201.18%200%200%200-.84-.329q-.51%200-.855.33a1.05%201.05%200%200%200-.346.79q0%20.51.346.855.345.346.856.346.51%200%20.839-.346zm4.337%209.314.033-1.332q.191.403.59.747l.098.081a4%204%200%200%200%20.316.224l.223.122a3.2%203.2%200%200%200%201.44.322%203.8%203.8%200%200%200%201.875-.477%203.5%203.5%200%200%200%201.382-1.366q.527-.89.526-2.09%200-1.184-.444-2.073a3.24%203.24%200%200%200-1.283-1.399q-.823-.51-1.942-.51a3.5%203.5%200%200%200-1.527.344l-.086.043-.165.09a3%203%200%200%200-.33.214q-.432.315-.656.707a2%202%200%200%200-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5%202.5%200%200%200%20.566.7q.117.098.245.18l.144.08a2.1%202.1%200%200%200%20.975.232q1.07%200%201.645-.675.576-.69.576-1.778%200-1.102-.576-1.777-.56-.691-1.645-.692a2.2%202.2%200%200%200-1.015.235q-.22.113-.415.282l-.15.142a2.1%202.1%200%200%200-.42.594q-.223.479-.223%201.1v.115q0%20.705.293%201.26zm2.616-.293c.157-.191.28-.479.28-.967%200-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87%200%200%200-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0%20.285.057.499.144.669a1.1%201.1%200%200%200%20.367.405c.137.082.28.123.455.123.423%200%20.59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493%200%20.642.099l.247-1.794q-.196-.099-.717-.099a2.3%202.3%200%200%200-.545.063%202%202%200%200%200-.411.148%202.2%202.2%200%200%200-.4.249%202.5%202.5%200%200%200-.485.499%202.7%202.7%200%200%200-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5%201.5%200%200%201%20.466-.636%202.5%202.5%200%200%201%20.399-.253%202%202%200%200%201%20.224-.099zm9.784%202.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46%203.46%200%200%200-1.4%201.382q-.493.906-.493%202.106%200%201.07.428%201.975.428.89%201.332%201.432.906.526%202.255.526.973%200%201.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954%200-1.497-.444a1.6%201.6%200%200%201-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1%201%200%200%200-.156-.176q-.46-.428-1.316-.428-.986%200-1.494.604-.379.45-.494%201.234zm-27.053%202.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.63%2011.151-.757-1.71-.345%201.71-1.12%205.644h-1.827L18.083%204.7h.197l3.325%206.533.988%202.19.988-2.19L26.839%204.7h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.93%205.644h-.098l-2.913-5.644zm14.836%205.81q-1.02%200-1.893-.478a3.8%203.8%200%200%201-1.381-1.382q-.51-.906-.51-2.106%200-1.185.444-2.074a3.36%203.36%200%200%201%201.3-1.382q.839-.494%201.974-.494a3.3%203.3%200%200%201%201.234.231%203.3%203.3%200%200%201%20.97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02%201.053a3.17%203.17%200%200%201-1.662.444zm.296-1.482q.938%200%201.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2%202.2%200%200%200-.807-.872%202.1%202.1%200%200%200-1.119-.313q-1.053%200-1.629.692-.575.675-.575%201.76%200%201.103.559%201.795.577.675%201.645.675zm6.521-6.237h1.711v1.4q.906-1.597%202.83-1.597%201.596%200%202.584%201.02.988%201.005.988%202.914%200%201.185-.493%202.09a3.46%203.46%200%200%201-1.316%201.399%203.5%203.5%200%200%201-1.844.493q-.954%200-1.662-.329a2.67%202.67%200%200%201-1.086-.97l.017%205.134h-1.728zm4.048%206.22q1.07%200%201.645-.674.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.592%200-1.12.296-.51.28-.822.823-.296.527-.296%201.234v.115q0%20.708.296%201.267.313.543.823.855.51.296%201.119.297z%22%2F%3E%3Cpath%20fill%3D%22%23e1e3e9%22%20d%3D%22M51.325%204.7h1.86v10.45h3.473v1.646h-5.333zm7.12%204.542h1.843v7.553h-1.843zm.905-1.415a1.16%201.16%200%200%201-.856-.346%201.17%201.17%200%200%201-.346-.856%201.05%201.05%200%200%201%20.346-.79q.346-.329.856-.329.494%200%20.839.33a1.05%201.05%200%200%201%20.345.79%201.16%201.16%200%200%201-.345.855q-.33.346-.84.346zm7.875%209.133a3.17%203.17%200%200%201-1.662-.444q-.723-.46-1.004-1.053l-.033%201.332h-1.71V4.701h1.743v4.657l-.082%201.283q.279-.658%201.086-1.119a3.5%203.5%200%200%201%201.778-.477q1.119%200%201.942.51a3.24%203.24%200%200%201%201.283%201.4q.445.888.444%202.072%200%201.201-.526%202.09a3.5%203.5%200%200%201-1.382%201.366%203.8%203.8%200%200%201-1.876.477zm-.296-1.481q1.069%200%201.645-.675.577-.69.577-1.778%200-1.102-.577-1.776-.56-.691-1.645-.692a2.12%202.12%200%200%200-1.58.659q-.642.641-.642%201.694v.115q0%20.71.296%201.267a2.4%202.4%200%200%200%20.807.872%202.1%202.1%200%200%200%201.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14%202.14%200%200%201%201.349-.46q.527%200%20.724.098l-.247%201.794q-.149-.099-.642-.099-.774%200-1.416.494-.626.493-.626%201.58v3.883h-1.777V9.242zm9.534%207.718q-1.35%200-2.255-.526-.904-.543-1.332-1.432a4.6%204.6%200%200%201-.428-1.975q0-1.2.493-2.106a3.46%203.46%200%200%201%201.4-1.382q.889-.495%202.007-.494%201.744%200%202.584.97.855.956.856%202.7%200%20.444-.05.92h-5.43q.18%201.005.708%201.45.542.443%201.497.443.79%200%201.3-.131a4%204%200%200%200%20.938-.362l.542%201.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728%200-1.991%201.86z%22%2F%3E%3Cpath%20d%3D%22M5.074%2015.948a.484.657%200%200%200-.486.659v1.84a.484.657%200%200%200%20.486.659h4.101a.484.657%200%200%200%20.486-.659v-1.84a.484.657%200%200%200-.486-.659zm3.56%201.16H5.617v.838h3.017z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A1.03600001%22%2F%3E%3Cg%20style%3D%22stroke-width%3A1.12603545%22%3E%3Cpath%20d%3D%22M-9.408-1.416c-3.833-.025-7.056%202.912-7.08%206.615-.02%203.08%201.653%204.832%203.107%206.268.903.892%201.721%201.74%202.32%202.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87%201.87%200%200%200-.362%201.121l-.011%201.877c-.003.402.104.787.347%201.125.244.338.688.653%201.23.656l4.142.028c.542.003.99-.306%201.238-.641a1.87%201.87%200%200%200%20.363-1.121l.012-1.875a1.87%201.87%200%200%200-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145%201.425-1.983%202.348-2.87%201.473-1.414%203.18-3.149%203.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006%201.1v.002c3.274.02%205.92%202.532%205.9%205.6-.017%202.706-1.39%204.026-2.863%205.44-1.034.994-2.118%202.033-2.814%203.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34%200%200%201-.226.084.34.34%200%200%201-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067%202.7-5.545%205.975-5.523m-.02%202.826c-1.62-.01-2.944%201.315-2.955%202.96-.01%201.646%201.295%202.988%202.916%202.999h.002c1.621.01%202.943-1.316%202.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005%201.1c1.017.006%201.829.83%201.822%201.89s-.83%201.874-1.848%201.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874%201.848-1.868m-2.155%2011.857%204.14.025c.271.002.49.305.487.676l-.013%201.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668%22%20style%3D%22color%3A%23000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3A400%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Bfont-variant-ligatures%3Anormal%3Bfont-variant-position%3Anormal%3Bfont-variant-caps%3Anormal%3Bfont-variant-numeric%3Anormal%3Bfont-variant-alternates%3Anormal%3Bfont-feature-settings%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bwriting-mode%3Alr-tb%3Bdirection%3Altr%3Btext-orientation%3Amixed%3Bdominant-baseline%3Aauto%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bshape-padding%3A0%3Bclip-rule%3Aevenodd%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A1%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bvector-effect%3Anone%3Bfill%3A%23000%3Bfill-opacity%3A.4%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-9.415-.316C-12.69-.338-15.37%202.14-15.39%205.207c-.017%202.716%201.326%204.041%202.78%205.477%201.013%201%202.081%202.055%202.78%203.67l.092.076a.34.34%200%200%200%20.225.086.34.34%200%200%200%20.227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6%201.78-2.64%202.814-3.634%201.473-1.414%202.847-2.733%202.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057%208.784c1.621.011%202.944-1.315%202.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945%201.315-2.955%202.96s1.295%202.989%202.916%203%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23e1e3e9%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-11.594%2015.465c-.27-.002-.492.297-.494.668l-.012%201.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23fff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.408%2016.796h-1.827l2.501-12.095h.198l3.324%206.533.988%202.19.988-2.19%203.258-6.533h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.929%205.644h-.098l-2.914-5.644-.757-1.71-.345%201.71zm1.958-3.42-.726%203.663a1.255%201.255%200%200%201-1.232%201.011h-1.827a1.255%201.255%200%200%201-1.229-1.509l2.501-12.095a1.255%201.255%200%200%201%201.23-1.001h.197a1.25%201.25%200%200%201%201.12.685l3.19%206.273%203.125-6.263a1.25%201.25%200%200%201%201.123-.695h.181a1.255%201.255%200%200%201%201.227.991l1.443%206.71a5%205%200%200%201%20.314-.787l.009-.016a4.6%204.6%200%200%201%201.777-1.887c.782-.46%201.668-.667%202.611-.667a4.6%204.6%200%200%201%201.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255%201.255%200%200%201%201.212.925%201.255%201.255%200%200%201%201.212-.925h1.711c.284%200%20.545.094.755.252.613-.3%201.312-.45%202.075-.45%201.356%200%202.557.445%203.482%201.4q.47.48.763%201.064V4.701a1.255%201.255%200%200%201%201.255-1.255h1.86A1.255%201.255%200%200%201%2054.44%204.7v9.194h2.217c.19%200%20.37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42%202.42%200%200%201-.682-1.71c0-.665.267-1.253.735-1.7a2.45%202.45%200%200%201%201.722-.674%202.43%202.43%200%200%201%201.705.675q.318.302.504.683V4.7a1.255%201.255%200%200%201%201.255-1.255h1.744A1.255%201.255%200%200%201%2065.812%204.7v3.335a4.8%204.8%200%200%201%201.526-.246c.938%200%201.817.214%202.59.69a4.47%204.47%200%200%201%201.67%201.743v-.98a1.255%201.255%200%200%201%201.256-1.256h1.777c.233%200%20.451.064.639.174a3.4%203.4%200%200%201%201.567-.372c.346%200%20.861.02%201.285.232a1.25%201.25%200%200%201%20.689%201.004%204.7%204.7%200%200%201%20.853-.588c.795-.44%201.675-.647%202.61-.647%201.385%200%202.65.39%203.525%201.396.836.938%201.168%202.173%201.168%203.528q-.001.515-.056%201.051a1.255%201.255%200%200%201-.947%201.09l.408.952a1.255%201.255%200%200%201-.477%201.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06%200-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8%205.8%200%200%201-.548-2.512q0-.429.053-.843a1.3%201.3%200%200%201-.333-.086l-.166-.004c-.223%200-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255%201.255%200%200%201-1.256%201.256h-1.777a1.255%201.255%200%200%201-1.256-1.256V15.69l-.032.057a4.8%204.8%200%200%201-1.86%201.833%205.04%205.04%200%200%201-2.484.634%204.5%204.5%200%200%201-1.935-.424%201.25%201.25%200%200%201-.764.258h-1.71a1.255%201.255%200%200%201-1.256-1.255V7.687a2.4%202.4%200%200%201-.428.625c.253.23.412.561.412.93v7.553a1.255%201.255%200%200%201-1.256%201.255h-1.843a1.25%201.25%200%200%201-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255%201.255%200%200%201-1.256-1.255v-1.251l-.061.117a4.7%204.7%200%200%201-1.782%201.884%204.77%204.77%200%200%201-2.485.67%205.6%205.6%200%200%201-1.485-.188l.009%202.764a1.255%201.255%200%200%201-1.255%201.259h-1.729a1.255%201.255%200%200%201-1.255-1.255v-3.537a1.255%201.255%200%200%201-1.167.793h-1.679a1.25%201.25%200%200%201-.77-.263%204.5%204.5%200%200%201-1.945.429c-.885%200-1.724-.21-2.495-.632l-.017-.01a5%205%200%200%201-1.081-.836%201.255%201.255%200%200%201-1.254%201.312h-1.81a1.255%201.255%200%200%201-1.228-.99l-.782-3.625-2.044%203.939a1.25%201.25%200%200%201-1.115.676h-.098a1.25%201.25%200%200%201-1.116-.68l-2.061-3.994zM35.92%2016.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033%201.332h1.678V9.242h-1.694l-.033%201.267q-.133-.329-.526-.658l-.032-.028a3.2%203.2%200%200%200-.668-.428l-.27-.12a3.3%203.3%200%200%200-1.235-.23q-1.136-.001-1.974.493a3.36%203.36%200%200%200-1.3%201.382q-.445.89-.444%202.074%200%201.2.51%202.107a3.8%203.8%200%200%200%201.382%201.381%203.9%203.9%200%200%200%201.893.477q.795%200%201.455-.33zm-2.789-5.38q-.576.675-.575%201.762%200%201.102.559%201.794.576.675%201.645.675a2.25%202.25%200%200%200%20.934-.19%202.2%202.2%200%200%200%20.468-.29l.178-.161a2.2%202.2%200%200%200%20.397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2%202.2%200%200%200-.633-.709l-.13-.086-.047-.028a2.1%202.1%200%200%200-1.073-.285q-1.052%200-1.629.692zm2.316%202.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96%200%200%200-.353-.389.85.85%200%200%200-.464-.127c-.4%200-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945%200%20.506.122.801.27.99.097.11.266.224.68.224.303%200%20.504-.09.687-.269zm7.545%201.705a2.6%202.6%200%200%200%20.331.423q.319.33.755.548l.173.074q.65.255%201.49.255%201.02%200%201.844-.493a3.45%203.45%200%200%200%201.316-1.4q.493-.904.493-2.089%200-1.909-.988-2.913-.988-1.02-2.584-1.02-.898%200-1.575.347a3%203%200%200%200-.415.262l-.199.166a3.4%203.4%200%200%200-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296%201.119.297%201.07%200%201.645-.675.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.435%200-.835.16a2%202%200%200%200-.284.136%202%202%200%200%200-.363.254%202.2%202.2%200%200%200-.46.569l-.082.162a2.6%202.6%200%200%200-.213%201.072v.115q0%20.707.296%201.267l.135.211zm.964-.818a1.1%201.1%200%200%200%20.367.385.94.94%200%200%200%20.476.118c.423%200%20.59-.117.687-.23.159-.194.28-.478.28-.95%200-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1%201%200%200%200-.503.135l-.012.007a.86.86%200%200%200-.335.343c-.073.133-.132.324-.132.614v.115a1.4%201.4%200%200%200%20.14.66zm15.7-6.222q.347-.346.346-.856a1.05%201.05%200%200%200-.345-.79%201.18%201.18%200%200%200-.84-.329q-.51%200-.855.33a1.05%201.05%200%200%200-.346.79q0%20.51.346.855.345.346.856.346.51%200%20.839-.346zm4.337%209.314.033-1.332q.191.403.59.747l.098.081a4%204%200%200%200%20.316.224l.223.122a3.2%203.2%200%200%200%201.44.322%203.8%203.8%200%200%200%201.875-.477%203.5%203.5%200%200%200%201.382-1.366q.527-.89.526-2.09%200-1.184-.444-2.073a3.24%203.24%200%200%200-1.283-1.399q-.823-.51-1.942-.51a3.5%203.5%200%200%200-1.527.344l-.086.043-.165.09a3%203%200%200%200-.33.214q-.432.315-.656.707a2%202%200%200%200-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5%202.5%200%200%200%20.566.7q.117.098.245.18l.144.08a2.1%202.1%200%200%200%20.975.232q1.07%200%201.645-.675.576-.69.576-1.778%200-1.102-.576-1.777-.56-.691-1.645-.692a2.2%202.2%200%200%200-1.015.235q-.22.113-.415.282l-.15.142a2.1%202.1%200%200%200-.42.594q-.223.479-.223%201.1v.115q0%20.705.293%201.26zm2.616-.293c.157-.191.28-.479.28-.967%200-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87%200%200%200-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0%20.285.057.499.144.669a1.1%201.1%200%200%200%20.367.405c.137.082.28.123.455.123.423%200%20.59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493%200%20.642.099l.247-1.794q-.196-.099-.717-.099a2.3%202.3%200%200%200-.545.063%202%202%200%200%200-.411.148%202.2%202.2%200%200%200-.4.249%202.5%202.5%200%200%200-.485.499%202.7%202.7%200%200%200-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5%201.5%200%200%201%20.466-.636%202.5%202.5%200%200%201%20.399-.253%202%202%200%200%201%20.224-.099zm9.784%202.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46%203.46%200%200%200-1.4%201.382q-.493.906-.493%202.106%200%201.07.428%201.975.428.89%201.332%201.432.906.526%202.255.526.973%200%201.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954%200-1.497-.444a1.6%201.6%200%200%201-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1%201%200%200%200-.156-.176q-.46-.428-1.316-.428-.986%200-1.494.604-.379.45-.494%201.234zm-27.053%202.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.63%2011.151-.757-1.71-.345%201.71-1.12%205.644h-1.827L18.083%204.7h.197l3.325%206.533.988%202.19.988-2.19L26.839%204.7h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.93%205.644h-.098l-2.913-5.644zm14.836%205.81q-1.02%200-1.893-.478a3.8%203.8%200%200%201-1.381-1.382q-.51-.906-.51-2.106%200-1.185.444-2.074a3.36%203.36%200%200%201%201.3-1.382q.839-.494%201.974-.494a3.3%203.3%200%200%201%201.234.231%203.3%203.3%200%200%201%20.97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02%201.053a3.17%203.17%200%200%201-1.662.444zm.296-1.482q.938%200%201.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2%202.2%200%200%200-.807-.872%202.1%202.1%200%200%200-1.119-.313q-1.053%200-1.629.692-.575.675-.575%201.76%200%201.103.559%201.795.577.675%201.645.675zm6.521-6.237h1.711v1.4q.906-1.597%202.83-1.597%201.596%200%202.584%201.02.988%201.005.988%202.914%200%201.185-.493%202.09a3.46%203.46%200%200%201-1.316%201.399%203.5%203.5%200%200%201-1.844.493q-.954%200-1.662-.329a2.67%202.67%200%200%201-1.086-.97l.017%205.134h-1.728zm4.048%206.22q1.07%200%201.645-.674.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.592%200-1.12.296-.51.28-.822.823-.296.527-.296%201.234v.115q0%20.708.296%201.267.313.543.823.855.51.296%201.119.297z%22%2F%3E%3Cpath%20fill%3D%22%23e1e3e9%22%20d%3D%22M51.325%204.7h1.86v10.45h3.473v1.646h-5.333zm7.12%204.542h1.843v7.553h-1.843zm.905-1.415a1.16%201.16%200%200%201-.856-.346%201.17%201.17%200%200%201-.346-.856%201.05%201.05%200%200%201%20.346-.79q.346-.329.856-.329.494%200%20.839.33a1.05%201.05%200%200%201%20.345.79%201.16%201.16%200%200%201-.345.855q-.33.346-.84.346zm7.875%209.133a3.17%203.17%200%200%201-1.662-.444q-.723-.46-1.004-1.053l-.033%201.332h-1.71V4.701h1.743v4.657l-.082%201.283q.279-.658%201.086-1.119a3.5%203.5%200%200%201%201.778-.477q1.119%200%201.942.51a3.24%203.24%200%200%201%201.283%201.4q.445.888.444%202.072%200%201.201-.526%202.09a3.5%203.5%200%200%201-1.382%201.366%203.8%203.8%200%200%201-1.876.477zm-.296-1.481q1.069%200%201.645-.675.577-.69.577-1.778%200-1.102-.577-1.776-.56-.691-1.645-.692a2.12%202.12%200%200%200-1.58.659q-.642.641-.642%201.694v.115q0%20.71.296%201.267a2.4%202.4%200%200%200%20.807.872%202.1%202.1%200%200%200%201.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14%202.14%200%200%201%201.349-.46q.527%200%20.724.098l-.247%201.794q-.149-.099-.642-.099-.774%200-1.416.494-.626.493-.626%201.58v3.883h-1.777V9.242zm9.534%207.718q-1.35%200-2.255-.526-.904-.543-1.332-1.432a4.6%204.6%200%200%201-.428-1.975q0-1.2.493-2.106a3.46%203.46%200%200%201%201.4-1.382q.889-.495%202.007-.494%201.744%200%202.584.97.855.956.856%202.7%200%20.444-.05.92h-5.43q.18%201.005.708%201.45.542.443%201.497.443.79%200%201.3-.131a4%204%200%200%200%20.938-.362l.542%201.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728%200-1.991%201.86z%22%2F%3E%3Cpath%20d%3D%22M5.074%2015.948a.484.657%200%200%200-.486.659v1.84a.484.657%200%200%200%20.486.659h4.101a.484.657%200%200%200%20.486-.659v-1.84a.484.657%200%200%200-.486-.659zm3.56%201.16H5.617v.838h3.017z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A1.03600001%22%2F%3E%3Cg%20style%3D%22stroke-width%3A1.12603545%22%3E%3Cpath%20d%3D%22M-9.408-1.416c-3.833-.025-7.056%202.912-7.08%206.615-.02%203.08%201.653%204.832%203.107%206.268.903.892%201.721%201.74%202.32%202.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87%201.87%200%200%200-.362%201.121l-.011%201.877c-.003.402.104.787.347%201.125.244.338.688.653%201.23.656l4.142.028c.542.003.99-.306%201.238-.641a1.87%201.87%200%200%200%20.363-1.121l.012-1.875a1.87%201.87%200%200%200-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145%201.425-1.983%202.348-2.87%201.473-1.414%203.18-3.149%203.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006%201.1v.002c3.274.02%205.92%202.532%205.9%205.6-.017%202.706-1.39%204.026-2.863%205.44-1.034.994-2.118%202.033-2.814%203.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34%200%200%201-.226.084.34.34%200%200%201-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067%202.7-5.545%205.975-5.523m-.02%202.826c-1.62-.01-2.944%201.315-2.955%202.96-.01%201.646%201.295%202.988%202.916%202.999h.002c1.621.01%202.943-1.316%202.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005%201.1c1.017.006%201.829.83%201.822%201.89s-.83%201.874-1.848%201.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874%201.848-1.868m-2.155%2011.857%204.14.025c.271.002.49.305.487.676l-.013%201.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668%22%20style%3D%22color%3A%23000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3A400%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Bfont-variant-ligatures%3Anormal%3Bfont-variant-position%3Anormal%3Bfont-variant-caps%3Anormal%3Bfont-variant-numeric%3Anormal%3Bfont-variant-alternates%3Anormal%3Bfont-feature-settings%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bwriting-mode%3Alr-tb%3Bdirection%3Altr%3Btext-orientation%3Amixed%3Bdominant-baseline%3Aauto%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bshape-padding%3A0%3Bclip-rule%3Aevenodd%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A1%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bvector-effect%3Anone%3Bfill%3A%23000%3Bfill-opacity%3A.4%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-9.415-.316C-12.69-.338-15.37%202.14-15.39%205.207c-.017%202.716%201.326%204.041%202.78%205.477%201.013%201%202.081%202.055%202.78%203.67l.092.076a.34.34%200%200%200%20.225.086.34.34%200%200%200%20.227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6%201.78-2.64%202.814-3.634%201.473-1.414%202.847-2.733%202.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057%208.784c1.621.011%202.944-1.315%202.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945%201.315-2.955%202.96s1.295%202.989%202.916%203%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23e1e3e9%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-11.594%2015.465c-.27-.002-.492.297-.494.668l-.012%201.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23fff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.408%2016.796h-1.827l2.501-12.095h.198l3.324%206.533.988%202.19.988-2.19%203.258-6.533h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.929%205.644h-.098l-2.914-5.644-.757-1.71-.345%201.71zm1.958-3.42-.726%203.663a1.255%201.255%200%200%201-1.232%201.011h-1.827a1.255%201.255%200%200%201-1.229-1.509l2.501-12.095a1.255%201.255%200%200%201%201.23-1.001h.197a1.25%201.25%200%200%201%201.12.685l3.19%206.273%203.125-6.263a1.25%201.25%200%200%201%201.123-.695h.181a1.255%201.255%200%200%201%201.227.991l1.443%206.71a5%205%200%200%201%20.314-.787l.009-.016a4.6%204.6%200%200%201%201.777-1.887c.782-.46%201.668-.667%202.611-.667a4.6%204.6%200%200%201%201.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255%201.255%200%200%201%201.212.925%201.255%201.255%200%200%201%201.212-.925h1.711c.284%200%20.545.094.755.252.613-.3%201.312-.45%202.075-.45%201.356%200%202.557.445%203.482%201.4q.47.48.763%201.064V4.701a1.255%201.255%200%200%201%201.255-1.255h1.86A1.255%201.255%200%200%201%2054.44%204.7v9.194h2.217c.19%200%20.37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42%202.42%200%200%201-.682-1.71c0-.665.267-1.253.735-1.7a2.45%202.45%200%200%201%201.722-.674%202.43%202.43%200%200%201%201.705.675q.318.302.504.683V4.7a1.255%201.255%200%200%201%201.255-1.255h1.744A1.255%201.255%200%200%201%2065.812%204.7v3.335a4.8%204.8%200%200%201%201.526-.246c.938%200%201.817.214%202.59.69a4.47%204.47%200%200%201%201.67%201.743v-.98a1.255%201.255%200%200%201%201.256-1.256h1.777c.233%200%20.451.064.639.174a3.4%203.4%200%200%201%201.567-.372c.346%200%20.861.02%201.285.232a1.25%201.25%200%200%201%20.689%201.004%204.7%204.7%200%200%201%20.853-.588c.795-.44%201.675-.647%202.61-.647%201.385%200%202.65.39%203.525%201.396.836.938%201.168%202.173%201.168%203.528q-.001.515-.056%201.051a1.255%201.255%200%200%201-.947%201.09l.408.952a1.255%201.255%200%200%201-.477%201.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06%200-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8%205.8%200%200%201-.548-2.512q0-.429.053-.843a1.3%201.3%200%200%201-.333-.086l-.166-.004c-.223%200-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255%201.255%200%200%201-1.256%201.256h-1.777a1.255%201.255%200%200%201-1.256-1.256V15.69l-.032.057a4.8%204.8%200%200%201-1.86%201.833%205.04%205.04%200%200%201-2.484.634%204.5%204.5%200%200%201-1.935-.424%201.25%201.25%200%200%201-.764.258h-1.71a1.255%201.255%200%200%201-1.256-1.255V7.687a2.4%202.4%200%200%201-.428.625c.253.23.412.561.412.93v7.553a1.255%201.255%200%200%201-1.256%201.255h-1.843a1.25%201.25%200%200%201-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255%201.255%200%200%201-1.256-1.255v-1.251l-.061.117a4.7%204.7%200%200%201-1.782%201.884%204.77%204.77%200%200%201-2.485.67%205.6%205.6%200%200%201-1.485-.188l.009%202.764a1.255%201.255%200%200%201-1.255%201.259h-1.729a1.255%201.255%200%200%201-1.255-1.255v-3.537a1.255%201.255%200%200%201-1.167.793h-1.679a1.25%201.25%200%200%201-.77-.263%204.5%204.5%200%200%201-1.945.429c-.885%200-1.724-.21-2.495-.632l-.017-.01a5%205%200%200%201-1.081-.836%201.255%201.255%200%200%201-1.254%201.312h-1.81a1.255%201.255%200%200%201-1.228-.99l-.782-3.625-2.044%203.939a1.25%201.25%200%200%201-1.115.676h-.098a1.25%201.25%200%200%201-1.116-.68l-2.061-3.994zM35.92%2016.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033%201.332h1.678V9.242h-1.694l-.033%201.267q-.133-.329-.526-.658l-.032-.028a3.2%203.2%200%200%200-.668-.428l-.27-.12a3.3%203.3%200%200%200-1.235-.23q-1.136-.001-1.974.493a3.36%203.36%200%200%200-1.3%201.382q-.445.89-.444%202.074%200%201.2.51%202.107a3.8%203.8%200%200%200%201.382%201.381%203.9%203.9%200%200%200%201.893.477q.795%200%201.455-.33zm-2.789-5.38q-.576.675-.575%201.762%200%201.102.559%201.794.576.675%201.645.675a2.25%202.25%200%200%200%20.934-.19%202.2%202.2%200%200%200%20.468-.29l.178-.161a2.2%202.2%200%200%200%20.397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2%202.2%200%200%200-.633-.709l-.13-.086-.047-.028a2.1%202.1%200%200%200-1.073-.285q-1.052%200-1.629.692zm2.316%202.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96%200%200%200-.353-.389.85.85%200%200%200-.464-.127c-.4%200-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945%200%20.506.122.801.27.99.097.11.266.224.68.224.303%200%20.504-.09.687-.269zm7.545%201.705a2.6%202.6%200%200%200%20.331.423q.319.33.755.548l.173.074q.65.255%201.49.255%201.02%200%201.844-.493a3.45%203.45%200%200%200%201.316-1.4q.493-.904.493-2.089%200-1.909-.988-2.913-.988-1.02-2.584-1.02-.898%200-1.575.347a3%203%200%200%200-.415.262l-.199.166a3.4%203.4%200%200%200-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296%201.119.297%201.07%200%201.645-.675.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.435%200-.835.16a2%202%200%200%200-.284.136%202%202%200%200%200-.363.254%202.2%202.2%200%200%200-.46.569l-.082.162a2.6%202.6%200%200%200-.213%201.072v.115q0%20.707.296%201.267l.135.211zm.964-.818a1.1%201.1%200%200%200%20.367.385.94.94%200%200%200%20.476.118c.423%200%20.59-.117.687-.23.159-.194.28-.478.28-.95%200-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1%201%200%200%200-.503.135l-.012.007a.86.86%200%200%200-.335.343c-.073.133-.132.324-.132.614v.115a1.4%201.4%200%200%200%20.14.66zm15.7-6.222q.347-.346.346-.856a1.05%201.05%200%200%200-.345-.79%201.18%201.18%200%200%200-.84-.329q-.51%200-.855.33a1.05%201.05%200%200%200-.346.79q0%20.51.346.855.345.346.856.346.51%200%20.839-.346zm4.337%209.314.033-1.332q.191.403.59.747l.098.081a4%204%200%200%200%20.316.224l.223.122a3.2%203.2%200%200%200%201.44.322%203.8%203.8%200%200%200%201.875-.477%203.5%203.5%200%200%200%201.382-1.366q.527-.89.526-2.09%200-1.184-.444-2.073a3.24%203.24%200%200%200-1.283-1.399q-.823-.51-1.942-.51a3.5%203.5%200%200%200-1.527.344l-.086.043-.165.09a3%203%200%200%200-.33.214q-.432.315-.656.707a2%202%200%200%200-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5%202.5%200%200%200%20.566.7q.117.098.245.18l.144.08a2.1%202.1%200%200%200%20.975.232q1.07%200%201.645-.675.576-.69.576-1.778%200-1.102-.576-1.777-.56-.691-1.645-.692a2.2%202.2%200%200%200-1.015.235q-.22.113-.415.282l-.15.142a2.1%202.1%200%200%200-.42.594q-.223.479-.223%201.1v.115q0%20.705.293%201.26zm2.616-.293c.157-.191.28-.479.28-.967%200-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87%200%200%200-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0%20.285.057.499.144.669a1.1%201.1%200%200%200%20.367.405c.137.082.28.123.455.123.423%200%20.59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493%200%20.642.099l.247-1.794q-.196-.099-.717-.099a2.3%202.3%200%200%200-.545.063%202%202%200%200%200-.411.148%202.2%202.2%200%200%200-.4.249%202.5%202.5%200%200%200-.485.499%202.7%202.7%200%200%200-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5%201.5%200%200%201%20.466-.636%202.5%202.5%200%200%201%20.399-.253%202%202%200%200%201%20.224-.099zm9.784%202.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46%203.46%200%200%200-1.4%201.382q-.493.906-.493%202.106%200%201.07.428%201.975.428.89%201.332%201.432.906.526%202.255.526.973%200%201.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954%200-1.497-.444a1.6%201.6%200%200%201-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1%201%200%200%200-.156-.176q-.46-.428-1.316-.428-.986%200-1.494.604-.379.45-.494%201.234zm-27.053%202.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.63%2011.151-.757-1.71-.345%201.71-1.12%205.644h-1.827L18.083%204.7h.197l3.325%206.533.988%202.19.988-2.19L26.839%204.7h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.93%205.644h-.098l-2.913-5.644zm14.836%205.81q-1.02%200-1.893-.478a3.8%203.8%200%200%201-1.381-1.382q-.51-.906-.51-2.106%200-1.185.444-2.074a3.36%203.36%200%200%201%201.3-1.382q.839-.494%201.974-.494a3.3%203.3%200%200%201%201.234.231%203.3%203.3%200%200%201%20.97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02%201.053a3.17%203.17%200%200%201-1.662.444zm.296-1.482q.938%200%201.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2%202.2%200%200%200-.807-.872%202.1%202.1%200%200%200-1.119-.313q-1.053%200-1.629.692-.575.675-.575%201.76%200%201.103.559%201.795.577.675%201.645.675zm6.521-6.237h1.711v1.4q.906-1.597%202.83-1.597%201.596%200%202.584%201.02.988%201.005.988%202.914%200%201.185-.493%202.09a3.46%203.46%200%200%201-1.316%201.399%203.5%203.5%200%200%201-1.844.493q-.954%200-1.662-.329a2.67%202.67%200%200%201-1.086-.97l.017%205.134h-1.728zm4.048%206.22q1.07%200%201.645-.674.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.592%200-1.12.296-.51.28-.822.823-.296.527-.296%201.234v.115q0%20.708.296%201.267.313.543.823.855.51.296%201.119.297z%22%2F%3E%3Cpath%20fill%3D%22%23e1e3e9%22%20d%3D%22M51.325%204.7h1.86v10.45h3.473v1.646h-5.333zm7.12%204.542h1.843v7.553h-1.843zm.905-1.415a1.16%201.16%200%200%201-.856-.346%201.17%201.17%200%200%201-.346-.856%201.05%201.05%200%200%201%20.346-.79q.346-.329.856-.329.494%200%20.839.33a1.05%201.05%200%200%201%20.345.79%201.16%201.16%200%200%201-.345.855q-.33.346-.84.346zm7.875%209.133a3.17%203.17%200%200%201-1.662-.444q-.723-.46-1.004-1.053l-.033%201.332h-1.71V4.701h1.743v4.657l-.082%201.283q.279-.658%201.086-1.119a3.5%203.5%200%200%201%201.778-.477q1.119%200%201.942.51a3.24%203.24%200%200%201%201.283%201.4q.445.888.444%202.072%200%201.201-.526%202.09a3.5%203.5%200%200%201-1.382%201.366%203.8%203.8%200%200%201-1.876.477zm-.296-1.481q1.069%200%201.645-.675.577-.69.577-1.778%200-1.102-.577-1.776-.56-.691-1.645-.692a2.12%202.12%200%200%200-1.58.659q-.642.641-.642%201.694v.115q0%20.71.296%201.267a2.4%202.4%200%200%200%20.807.872%202.1%202.1%200%200%200%201.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14%202.14%200%200%201%201.349-.46q.527%200%20.724.098l-.247%201.794q-.149-.099-.642-.099-.774%200-1.416.494-.626.493-.626%201.58v3.883h-1.777V9.242zm9.534%207.718q-1.35%200-2.255-.526-.904-.543-1.332-1.432a4.6%204.6%200%200%201-.428-1.975q0-1.2.493-2.106a3.46%203.46%200%200%201%201.4-1.382q.889-.495%202.007-.494%201.744%200%202.584.97.855.956.856%202.7%200%20.444-.05.92h-5.43q.18%201.005.708%201.45.542.443%201.497.443.79%200%201.3-.131a4%204%200%200%200%20.938-.362l.542%201.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728%200-1.991%201.86z%22%2F%3E%3Cpath%20d%3D%22M5.074%2015.948a.484.657%200%200%200-.486.659v1.84a.484.657%200%200%200%20.486.659h4.101a.484.657%200%200%200%20.486-.659v-1.84a.484.657%200%200%200-.486-.659zm3.56%201.16H5.617v.838h3.017z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A1.03600001%22%2F%3E%3Cg%20style%3D%22stroke-width%3A1.12603545%22%3E%3Cpath%20d%3D%22M-9.408-1.416c-3.833-.025-7.056%202.912-7.08%206.615-.02%203.08%201.653%204.832%203.107%206.268.903.892%201.721%201.74%202.32%202.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87%201.87%200%200%200-.362%201.121l-.011%201.877c-.003.402.104.787.347%201.125.244.338.688.653%201.23.656l4.142.028c.542.003.99-.306%201.238-.641a1.87%201.87%200%200%200%20.363-1.121l.012-1.875a1.87%201.87%200%200%200-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145%201.425-1.983%202.348-2.87%201.473-1.414%203.18-3.149%203.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006%201.1v.002c3.274.02%205.92%202.532%205.9%205.6-.017%202.706-1.39%204.026-2.863%205.44-1.034.994-2.118%202.033-2.814%203.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34%200%200%201-.226.084.34.34%200%200%201-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067%202.7-5.545%205.975-5.523m-.02%202.826c-1.62-.01-2.944%201.315-2.955%202.96-.01%201.646%201.295%202.988%202.916%202.999h.002c1.621.01%202.943-1.316%202.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005%201.1c1.017.006%201.829.83%201.822%201.89s-.83%201.874-1.848%201.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874%201.848-1.868m-2.155%2011.857%204.14.025c.271.002.49.305.487.676l-.013%201.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668%22%20style%3D%22color%3A%23000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3A400%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Bfont-variant-ligatures%3Anormal%3Bfont-variant-position%3Anormal%3Bfont-variant-caps%3Anormal%3Bfont-variant-numeric%3Anormal%3Bfont-variant-alternates%3Anormal%3Bfont-feature-settings%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bwriting-mode%3Alr-tb%3Bdirection%3Altr%3Btext-orientation%3Amixed%3Bdominant-baseline%3Aauto%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bshape-padding%3A0%3Bclip-rule%3Aevenodd%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A1%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bvector-effect%3Anone%3Bfill%3A%23000%3Bfill-opacity%3A.4%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-9.415-.316C-12.69-.338-15.37%202.14-15.39%205.207c-.017%202.716%201.326%204.041%202.78%205.477%201.013%201%202.081%202.055%202.78%203.67l.092.076a.34.34%200%200%200%20.225.086.34.34%200%200%200%20.227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6%201.78-2.64%202.814-3.634%201.473-1.414%202.847-2.733%202.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057%208.784c1.621.011%202.944-1.315%202.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945%201.315-2.955%202.96s1.295%202.989%202.916%203%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23e1e3e9%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-11.594%2015.465c-.27-.002-.492.297-.494.668l-.012%201.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23fff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{padding:0 5px;background-color:#ffffff80;margin:0}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;color:#000;border-radius:12px;box-sizing:content-box}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 8px 2px 28px;border-radius:12px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill-rule%3D%22evenodd%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M4%2010a6%206%200%201%200%2012%200%206%206%200%201%200-12%200m5-3a1%201%200%201%200%202%200%201%201%200%201%200-2%200m0%203a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%3E);background-color:#ffffff80;width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;right:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M4%2010a6%206%200%201%200%2012%200%206%206%200%201%200-12%200m5-3a1%201%200%201%200%202%200%201%201%200%201%200-2%200m0%203a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%3E)}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill-rule%3D%22evenodd%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M4%2010a6%206%200%201%200%2012%200%206%206%200%201%200-12%200m5-3a1%201%200%201%200%202%200%201%201%200%201%200-2%200m0%203a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;font-size:10px;white-space:nowrap;border-color:#333;border-style:none solid solid;border-width:medium 2px 2px;padding:0 5px;color:#333;box-sizing:border-box}.maplibregl-popup{position:absolute;top:0;left:0;display:flex;will-change:transform;pointer-events:none}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-top:none;border-bottom-color:#fff}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-right:none;border-left-color:#fff}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{position:absolute;top:0;left:0;will-change:transform;transition:opacity .2s}.maplibregl-marker-draggable{cursor:grab}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.maplibregl-user-location-dot:before{content:"";position:absolute;animation:maplibregl-user-location-dot-pulse 2s infinite}.maplibregl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px #00000059}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;width:1px;height:1px;border-radius:100%}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}.maplibregl-cooperative-gesture-screen{background:#0006;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;color:#fff;padding:1rem;font-size:1.4em;line-height:1.2;opacity:0;pointer-events:none;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:99999}._page_3924i_1{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--och-bg);z-index:1}._map_3924i_8{width:100%;height:100%}._backBtn_3924i_13{position:absolute;top:calc(var(--safe-top, 0px) + 14px);left:14px;width:40px;height:40px;border-radius:50%;background:#fffffff5;border:0;display:flex;align-items:center;justify-content:center;color:var(--och-ink);cursor:pointer;z-index:10;box-shadow:0 2px 10px #00000026}._backBtn_3924i_13 svg{width:18px;height:18px}._backBtn_3924i_13:active{transform:scale(.92)}._homeBtn_3924i_35{position:absolute;left:50%;transform:translate(-50%);bottom:calc(var(--nav-height, 52px) + var(--safe-bottom, 0px) + 12px);z-index:11;height:52px;padding:0 28px;background:#fff;color:var(--och-ink);border:0;border-radius:var(--radius-full);font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-extrabold);cursor:pointer;box-shadow:0 6px 18px #0000002e;transition:transform .1s,background .15s}._homeBtn_3924i_35:hover{background:#fafafa}._homeBtn_3924i_35:active{transform:translate(-50%) scale(.97)}._sheetOverlay_3924i_58{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;display:flex;align-items:flex-end;justify-content:center;animation:_mfpFadeIn_3924i_1 .18s ease-out}@keyframes _mfpFadeIn_3924i_1{0%{opacity:0}to{opacity:1}}._sheet_3924i_58{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;padding:8px 16px calc(var(--safe-bottom, 0px) + 16px);max-height:80vh;overflow-y:auto;animation:_mfpSlideIn_3924i_1 .26s cubic-bezier(.2,.8,.2,1)}@keyframes _mfpSlideIn_3924i_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._sheetHandle_3924i_85{display:flex;justify-content:center;padding:6px 0 10px}._sheetHandleBar_3924i_90{width:36px;height:4px;border-radius:4px;background:var(--och-divider)}._sheetTitle_3924i_97{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-extrabold);color:var(--och-ink);letter-spacing:-.2px;margin-bottom:4px}._sheetSubtitle_3924i_105{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-muted);margin-bottom:14px}._sheetList_3924i_113{display:flex;flex-direction:column;gap:6px}._sheetItem_3924i_118{display:flex;align-items:center;gap:12px;padding:10px 8px;background:transparent;border:0;border-radius:12px;cursor:pointer;text-align:left;width:100%}._sheetItem_3924i_118:active{background:var(--och-bg)}._sheetItemLogo_3924i_132{width:44px;height:44px;border-radius:50%;background:var(--och-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:22px}._sheetItemLogo_3924i_132 img{width:100%;height:100%;object-fit:cover}._sheetItemBody_3924i_147{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._sheetItemName_3924i_154{font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-bold);color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sheetItemAddr_3924i_163{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-muted-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sheetItemChevron_3924i_172{width:16px;height:16px;color:var(--och-muted);flex-shrink:0}._card_1dhcq_2{background:transparent;border:none;overflow:visible;position:relative;cursor:pointer}._cardDisabled_1dhcq_13{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}._imageWrap_1dhcq_22{width:100%;aspect-ratio:1;overflow:hidden;background:var(--och-divider);border-radius:var(--radius-lg);position:relative}._image_1dhcq_22{width:100%;height:100%;object-fit:cover}._imagePlaceholder_1dhcq_37{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px}._info_1dhcq_46{padding:10px 2px 4px}._name_1dhcq_50{font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-bold);line-height:20px;color:var(--och-ink);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._priceRow_1dhcq_63{display:flex;align-items:baseline;justify-content:flex-start;gap:8px}._prices_1dhcq_70{display:flex;align-items:baseline;gap:8px}._oldPrice_1dhcq_76{font-size:var(--text-md);font-weight:var(--fw-bold);color:var(--och-muted);text-decoration:line-through}._price_1dhcq_63{font-family:var(--font-family);font-size:var(--text-2xl);font-weight:var(--fw-extrabold);color:var(--och-red);line-height:22px}._addBtn_1dhcq_92{position:absolute;bottom:10px;right:10px;width:32px;height:32px;border-radius:50%;background:var(--och-red);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--och-shadow-tile);transition:background .15s,transform .1s;z-index:2;border:none}._addBtn_1dhcq_92:active{background:var(--och-red-ink);transform:scale(.92)}._addBtn_1dhcq_92 svg{width:16px;height:16px}._counterRow_1dhcq_120{position:absolute;bottom:10px;right:10px;display:flex;align-items:center;height:32px;background:var(--och-red);border-radius:var(--radius-full);padding:2px;box-shadow:var(--och-shadow-tile);z-index:2}._counterBtn_1dhcq_134{width:28px;height:28px;border-radius:50%;color:#fff;font-size:var(--text-xl);font-weight:var(--fw-semibold);display:flex;align-items:center;justify-content:center;border:none;background:transparent}._counterBtn_1dhcq_134:active{background:#fff3}._counterValue_1dhcq_152{min-width:20px;font-size:var(--text-md);font-weight:var(--fw-bold);color:#fff;text-align:center;padding:0 4px}._editOverlay_1dhcq_162{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:var(--och-shadow-tile);z-index:2}._editOverlay_1dhcq_162 svg{width:16px;height:16px;color:var(--och-ink)}._page_15w0v_2{background:var(--och-bg);min-height:100vh;padding-bottom:0}._scroll_15w0v_8{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 100px)}._hero_15w0v_16{position:relative;width:100%;aspect-ratio:16 / 9;background-color:var(--och-divider);background-size:cover;background-position:center;background-repeat:no-repeat}._heroFallback_15w0v_26{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:80px;opacity:.3}._heroOverlay_15w0v_36{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#27223126,#27223100 40%,#27223173)}._heroBtn_15w0v_47{position:absolute;top:calc(var(--safe-top, 0px) + 14px);left:14px;width:36px;height:36px;border-radius:50%;background:#fffffff0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--och-ink);z-index:2}._heroBtn_15w0v_47 svg{width:18px;height:18px}._heroBtn_15w0v_47:active{background:#fffc;transform:scale(.92)}._heroActions_15w0v_74{position:absolute;top:calc(var(--safe-top, 0px) + 14px);right:14px;display:flex;gap:8px;z-index:2}._heroActions_15w0v_74 ._heroBtn_15w0v_47{position:static;top:auto;left:auto}._heroBtnFav_15w0v_91{color:var(--och-red)}._heroBadges_15w0v_95{position:absolute;left:14px;right:14px;bottom:28px;display:flex;gap:6px;align-items:center;flex-wrap:wrap;z-index:2}._heroCategory_15w0v_107{padding:4px 10px;border-radius:999px;background:#fffffff0;color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._heroStatusOpen_15w0v_118,._heroStatusClosed_15w0v_119{padding:4px 10px;border-radius:999px;color:#fff;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;display:inline-flex;align-items:center;gap:4px}._heroStatusOpen_15w0v_118{background:var(--och-green)}._heroStatusClosed_15w0v_119{background:var(--och-muted-3)}._heroReviewBadge_15w0v_140{padding:4px 10px;border-radius:999px;color:#fff;background:var(--och-red);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xs);line-height:14px;text-transform:uppercase;letter-spacing:.3px}._statusDot_15w0v_153{width:6px;height:6px;border-radius:50%;background:#fff}._headerCard_15w0v_161{background:#fff;border-radius:20px 20px 0 0;margin-top:-18px;position:relative;padding:16px 16px 12px}._headerRow_15w0v_169{display:flex;align-items:flex-start;gap:10px}._headerInfo_15w0v_175{flex:1;min-width:0}._shopName_15w0v_180{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-3xl);line-height:28px;color:var(--och-ink);letter-spacing:-.3px}._shopMeta_15w0v_189{margin-top:4px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-muted)}._infoTiles_15w0v_198{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:8px}._infoTile_15w0v_198{padding:10px 12px;border-radius:12px;background:var(--och-bg);display:flex;gap:8px;align-items:flex-start}._infoIcon_15w0v_214{color:var(--och-red);width:16px;height:16px;margin-top:2px;flex-shrink:0}._infoText_15w0v_222{min-width:0}._infoTitle_15w0v_226{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._infoSub_15w0v_239{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted)}._tabs_15w0v_248{background:#fff;padding:4px 16px 0;display:flex;gap:18px;border-bottom:1px solid var(--och-divider);position:sticky;top:0;z-index:10}._tab_15w0v_248{padding:12px 0;cursor:pointer;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);line-height:20px;color:var(--och-muted);border:0;background:transparent;border-bottom:3px solid transparent;margin-bottom:-1px}._tabActive_15w0v_273{font-weight:var(--fw-extrabold);color:var(--och-ink);border-bottom-color:var(--och-red)}._filters_15w0v_280{display:flex;gap:8px;padding:10px 16px;overflow-x:auto;background:#fff;position:sticky;top:48px;z-index:9;border-bottom:1px solid var(--och-divider)}._chip_15w0v_292{flex-shrink:0;padding:8px 14px;min-height:36px;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:18px;border-radius:var(--radius-full);background:var(--och-bg);color:var(--och-ink);border:0;white-space:nowrap;cursor:pointer}._chipActive_15w0v_308{background:var(--och-ink);color:#fff}._chip_15w0v_292:active{opacity:.7}._content_15w0v_318{background:var(--och-bg);padding-top:16px}._infoTabContent_15w0v_326{min-height:100vh}._section_15w0v_330{margin-bottom:24px;padding:0 16px}._sectionTitle_15w0v_335{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:24px;color:var(--och-ink);margin-bottom:12px}._grid_15w0v_344{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._infoCard_15w0v_351{margin:0 16px 10px;background:#fff;border-radius:14px;padding:14px;box-shadow:var(--och-shadow-tile)}._infoCardTitle_15w0v_359{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);line-height:20px;color:var(--och-ink);margin-bottom:6px}._infoCardRow_15w0v_368{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:22px;color:var(--och-muted)}._infoCardPhone_15w0v_376{display:block;width:100%;color:var(--och-blue);font-weight:var(--fw-bold);text-decoration:none;text-align:left;background:transparent;border:0;padding:0;font-family:inherit;font-size:inherit;cursor:pointer}._infoCardPhone_15w0v_376:active{opacity:.7}._emptyState_15w0v_396{text-align:center;padding:60px 32px}._emptyIcon_15w0v_401{font-size:48px;margin-bottom:16px}._emptyText_15w0v_406{font-family:var(--font-family);font-size:var(--text-xl);color:var(--och-muted)}._bottomBar_15w0v_413{position:fixed;bottom:var(--nav-height);left:50%;transform:translate(-50%);width:100%;max-width:430px;padding:12px 16px calc(12px + var(--safe-bottom));background:#fff;box-shadow:var(--och-shadow-up);z-index:80}._ctaClosed_15w0v_428{width:100%;padding:16px 20px;border-radius:var(--radius-lg);background:var(--och-divider);display:flex;flex-direction:column;align-items:center;gap:2px}._ctaClosedTitle_15w0v_438{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xl);line-height:20px;color:var(--och-muted-3)}._ctaClosedSub_15w0v_445{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);color:var(--och-muted)}._ctaBtn_15w0v_452{width:100%;height:56px;display:flex;align-items:center;gap:10px;padding:6px 8px 6px 6px;border:0;border-radius:16px;background:var(--och-red);color:#fff;cursor:pointer;box-shadow:var(--och-shadow-tile);transition:transform .1s,background .15s}._ctaBtn_15w0v_452:active{background:var(--och-red-ink);transform:scale(.99)}._ctaBadge_15w0v_473{min-width:72px;height:44px;padding:0 10px;background:#fff;color:var(--och-ink);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;flex-shrink:0}._ctaCount_15w0v_488{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xl);line-height:18px;color:var(--och-red)}._ctaCountLabel_15w0v_496{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-2xs);line-height:12px;color:var(--och-muted);text-transform:lowercase}._ctaLabel_15w0v_505{flex:1;text-align:center;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);line-height:20px;color:#fff}._ctaPrice_15w0v_515{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:22px;padding-right:4px;flex-shrink:0}._openSourcesDisclaimer_15w0v_526{margin-top:16px;padding:12px 14px;background:var(--och-bg);border-radius:var(--radius-md);font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);font-style:italic}._page_wo46r_1{padding-bottom:calc(var(--safe-bottom) + 90px)}._imageWrap_wo46r_5{margin:0 16px;aspect-ratio:4 / 3;background:var(--color-surface);overflow:hidden;border-radius:24px}._image_wo46r_5{width:100%;height:100%;object-fit:cover}._imagePlaceholder_wo46r_19{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px}._body_wo46r_28{padding:20px 16px}._name_wo46r_32{font-family:var(--font-family);font-size:24px;font-weight:var(--fw-bold);line-height:32px;letter-spacing:-.3px;margin-bottom:8px;color:var(--och-ink)}._description_wo46r_42{font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--och-muted-3);margin-bottom:24px;line-height:20px}._section_wo46r_51{margin-bottom:24px}._sectionTitle_wo46r_55{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-bold);color:var(--och-ink);letter-spacing:0;margin-bottom:12px;text-transform:none}._sugarRow_wo46r_66{display:flex;align-items:center;gap:16px}._sugarLabel_wo46r_72{font-size:var(--text-lg);color:var(--color-text-secondary)}._sugarControls_wo46r_77{display:flex;align-items:center;gap:12px}._sugarBtn_wo46r_83{width:36px;height:36px;border-radius:var(--radius-full);background:var(--color-surface);display:flex;align-items:center;justify-content:center;font-size:var(--text-2xl);font-weight:var(--fw-medium);transition:background .15s}._sugarBtn_wo46r_83:active{background:var(--color-border)}._sugarCount_wo46r_100{font-size:var(--text-xl);font-weight:var(--fw-medium);min-width:24px;text-align:center}._volumeRow_wo46r_108{display:flex;gap:10px}._volumeBtn_wo46r_113{flex:1;padding:10px 12px;border-radius:var(--radius-sm);background:var(--och-white);border:1px solid var(--och-muted);color:var(--och-muted-3);text-align:center;transition:all .15s}._volumeBtnActive_wo46r_124{background:var(--och-white);border-color:var(--och-red);color:var(--och-ink)}._volumeMl_wo46r_130{display:block;font-size:var(--text-lg);font-weight:var(--fw-medium);margin-bottom:2px}._volumePrice_wo46r_137{display:block;font-size:var(--text-base);opacity:.8}._addonTabs_wo46r_144{display:flex;gap:0;border-bottom:1px solid var(--color-border);overflow-x:auto;margin-bottom:12px}._addonTab_wo46r_144{padding:10px 16px;font-size:var(--text-md);white-space:nowrap;color:var(--color-text-muted);border-bottom:2px solid transparent;transition:all .15s}._addonTabActive_wo46r_161{color:var(--color-accent);border-bottom-color:var(--color-accent);font-weight:var(--fw-medium)}._addonList_wo46r_167{display:flex;flex-direction:column;gap:2px}._addonItem_wo46r_173{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--color-border);width:100%;text-align:left}._addonItem_wo46r_173:last-child{border-bottom:none}._addonName_wo46r_187{font-size:var(--text-lg);flex:1}._addonPrice_wo46r_192{font-size:var(--text-md);color:var(--color-text-secondary);margin-right:12px}._addonCheck_wo46r_198{width:22px;height:22px;border-radius:var(--radius-full);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}._addonCheckActive_wo46r_210{border-color:var(--color-accent);background:var(--color-accent);color:#fff}._addonCheckActive_wo46r_210 svg{width:14px;height:14px}._bottomBar_wo46r_222{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;padding:16px 16px calc(16px + var(--safe-bottom));background:var(--och-white);border-radius:24px 24px 0 0;box-shadow:var(--och-shadow-up);z-index:80}._priceBreakdown_wo46r_236{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:8px;padding:8px 0}._priceTotal_wo46r_247{font-weight:var(--fw-bold);color:var(--color-accent)}._bottomRow_wo46r_252{display:flex;align-items:center;gap:10px}._quantityPill_wo46r_258{display:flex;align-items:center;background:var(--och-divider);border-radius:var(--radius-full);padding:4px;flex-shrink:0;height:56px}._quantityBtn_wo46r_268{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--text-3xl);font-weight:var(--fw-medium);color:var(--color-text);transition:background .15s}._quantityBtn_wo46r_268:active{background:#0000000d}._quantityValue_wo46r_285{font-size:17px;font-weight:var(--fw-bold);min-width:28px;text-align:center}._addToCartBtn_wo46r_292{flex:1;height:56px;padding:0 24px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-bold);border-radius:var(--radius-lg);transition:background .15s;display:flex;align-items:center;justify-content:center;gap:8px;border:none;box-shadow:var(--och-shadow-tile)}._addToCartBtn_wo46r_292:active{background:var(--och-red-ink)}._loadingWrap_wo46r_315{padding:60px 16px;text-align:center;color:var(--color-text-secondary)}._item_4w6on_4{display:flex;gap:12px;padding:12px;margin-bottom:8px;background:var(--och-white, #fff);border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile)}._item_4w6on_4:last-child{margin-bottom:0}._image_4w6on_18{width:72px;height:72px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background:var(--och-divider)}._imagePlaceholder_4w6on_27{width:72px;height:72px;border-radius:var(--radius-md);background:var(--och-divider);display:flex;align-items:center;justify-content:center;font-size:var(--text-4xl);flex-shrink:0}._content_4w6on_39{flex:1;min-width:0}._name_4w6on_44{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-bold);line-height:20px;color:var(--och-ink);margin-bottom:2px}._details_4w6on_53{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:6px}._tags_4w6on_59{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}._tag_4w6on_59{font-size:var(--text-xs);padding:2px 8px;border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text-secondary)}._bottom_4w6on_74{display:flex;align-items:center;justify-content:space-between}._prices_4w6on_80{display:flex;align-items:baseline;gap:6px}._oldPrice_4w6on_86{font-size:var(--text-base);color:var(--color-text-muted);text-decoration:line-through}._price_4w6on_80{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-extrabold);color:var(--och-red)}._oldPrice_4w6on_86{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-bold);color:var(--och-muted);text-decoration:line-through}._controls_4w6on_107{display:flex;align-items:center;gap:12px}._controlBtn_4w6on_113{width:28px;height:28px;border-radius:var(--radius-full);background:var(--color-surface);display:flex;align-items:center;justify-content:center;font-size:var(--text-2xl);font-weight:var(--fw-medium);transition:background .15s}._controlBtn_4w6on_113:active{background:var(--color-border)}._quantity_4w6on_130{font-size:var(--text-lg);font-weight:var(--fw-medium);min-width:20px;text-align:center}._backdrop_af368_1{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--och-ink-40, rgba(39, 34, 49, .4));display:flex;align-items:flex-end;justify-content:center;z-index:2100;animation:_fadeIn_af368_1 .2s ease}@keyframes _fadeIn_af368_1{0%{opacity:0}to{opacity:1}}._sheet_af368_17{position:relative;width:100%;max-width:560px;background:var(--och-white, #fff);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:16px 24px calc(24px + var(--safe-bottom));box-shadow:var(--och-shadow-up);animation:_slideUp_af368_1 .25s ease;box-sizing:border-box}@keyframes _slideUp_af368_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._handle_af368_34{width:44px;height:4px;background:var(--och-muted);border-radius:999px;margin:0 auto 12px;opacity:.4}._closeBtn_af368_43{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:var(--och-bg);border:0;display:flex;align-items:center;justify-content:center;color:var(--och-ink);cursor:pointer}._closeBtn_af368_43 svg{width:14px;height:14px}._title_af368_60{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:20px;line-height:26px;color:var(--och-ink);text-align:center;margin:4px 0;letter-spacing:-.3px}._amount_af368_71{text-align:center;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-4xl);line-height:34px;color:var(--och-red);margin-bottom:16px}._qrWrap_af368_81{position:relative;width:220px;height:220px;margin:0 auto 16px;background:#fff;padding:12px;border-radius:var(--radius-lg);box-shadow:0 0 0 1px var(--och-divider)}._qrImg_af368_92{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}._qrOverlay_af368_99{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd1;border-radius:var(--radius-lg)}._qrLoading_af368_106{width:220px;height:220px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:var(--och-bg);border-radius:var(--radius-lg);color:var(--och-muted);font-size:var(--text-md);font-weight:var(--fw-medium)}._hint_af368_120{text-align:center;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:1.5;color:var(--och-muted-3);margin:0 0 16px}._bankBtn_af368_130{width:100%;height:50px;background:var(--och-red);color:var(--och-white);border:none;border-radius:var(--radius-lg);font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-bold);cursor:pointer;transition:background .15s}._bankBtn_af368_130:active{background:var(--och-red-ink)}._timer_af368_148{text-align:center;margin-top:12px;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);color:var(--och-muted)}._timerValue_af368_157{color:var(--och-ink);font-weight:var(--fw-extrabold)}._paidCheck_af368_162{width:96px;height:96px;margin:16px auto 24px;border-radius:50%;background:var(--och-green, #2fa84f);display:flex;align-items:center;justify-content:center;color:#fff;animation:_pop_af368_1 .3s ease}._paidCheck_af368_162 svg{width:48px;height:48px}@keyframes _pop_af368_1{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}._page_il1hr_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 100px)}._pickupAddress_il1hr_7{padding:12px;background:var(--och-white, #fff);border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:22px;color:var(--och-ink)}._content_il1hr_19{padding:0 16px}._deliveryToggle_il1hr_23{display:flex;gap:0;background:var(--och-divider);border-radius:var(--radius-lg);padding:4px;margin-bottom:16px}._toggleBtn_il1hr_32{flex:1;padding:12px;font-size:var(--text-md);font-weight:var(--fw-semibold);border-radius:var(--radius-md);text-align:center;transition:all .2s;color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center;gap:8px}._toggleIcon_il1hr_47{width:18px;height:18px;flex-shrink:0}._toggleBtnActive_il1hr_53{background:var(--och-white);color:var(--och-ink);box-shadow:var(--och-shadow-soft)}._addressRow_il1hr_59{display:flex;gap:8px;align-items:stretch}._addressInputWrap_il1hr_65{flex:1;position:relative;min-width:0}._addressInput_il1hr_65{width:100%;padding:14px 40px 14px 16px;font-size:var(--text-lg);border-radius:var(--radius-md);background:#fff;border:1px solid var(--color-border);transition:border-color .15s}._addressInput_il1hr_65:focus{border-color:var(--och-muted-3);background:#fff}._addressInput_il1hr_65::placeholder{color:var(--color-text-muted)}._clearBtn_il1hr_90{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}._clearBtn_il1hr_90 svg{width:14px;height:14px}._suggestList_il1hr_110{margin-top:8px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--och-shadow-pop);overflow:hidden;max-height:300px;overflow-y:auto}._suggestItem_il1hr_120{display:flex;align-items:center;gap:10px;padding:12px 14px;background:transparent;border:0;border-bottom:1px solid var(--och-divider);width:100%;text-align:left;cursor:pointer;color:var(--och-ink)}._suggestItem_il1hr_120:last-child{border-bottom:0}._suggestGroup_il1hr_136{padding:8px 14px 4px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;color:var(--och-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--och-bg)}._suggestDelete_il1hr_148{width:24px;height:24px;border-radius:50%;background:transparent;border:0;display:flex;align-items:center;justify-content:center;color:var(--och-muted);flex-shrink:0;cursor:pointer}._suggestDelete_il1hr_148:active{background:var(--och-bg)}._suggestDelete_il1hr_148 svg{width:12px;height:12px}._suggestItem_il1hr_120:active{background:var(--och-bg)}._suggestIcon_il1hr_175{width:16px;height:16px;color:var(--och-red);flex-shrink:0}._suggestLabel_il1hr_182{flex:1;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);line-height:18px;color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._suggestHint_il1hr_194{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted);flex-shrink:0}._estimateBtn_il1hr_203{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:#fff;border:0;border-radius:var(--radius-md);flex-shrink:0;cursor:pointer;padding:0}._estimateBtn_il1hr_203 svg{width:18px;height:18px}._estimateBtn_il1hr_203:active{opacity:.85}._estimateInfo_il1hr_227{margin-top:8px;font-size:var(--text-base);color:var(--color-text-secondary)}._estimateError_il1hr_233{margin-top:8px;font-size:var(--text-base);color:var(--och-error)}._estimateResult_il1hr_239{margin-top:12px;padding:14px 16px;background:var(--och-white, #fff);border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile);border:0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._providerGroup_il1hr_253{margin-top:12px;display:flex;flex-direction:column;gap:8px}._providerOption_il1hr_260{display:block;width:100%;text-align:left;background:var(--och-white);border:1.5px solid var(--och-divider);border-radius:var(--radius-md);padding:12px 14px;cursor:pointer;transition:border-color .15s,background .15s}._providerOptionActive_il1hr_272{border-color:var(--och-red);background:var(--och-red-tint)}._providerLine_il1hr_277{display:flex;align-items:baseline;justify-content:space-between;gap:12px}._providerLabel_il1hr_284{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);color:var(--och-ink)}._providerPrice_il1hr_291{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xl);color:var(--och-red)}._providerMeta_il1hr_298{margin-top:4px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);color:var(--och-muted)}._estimatePrice_il1hr_306{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-lg);line-height:20px;color:var(--och-ink)}._estimatePrice_il1hr_306 strong{font-weight:var(--fw-extrabold);color:var(--och-red)}._demoBadge_il1hr_319{display:inline-block;margin-left:8px;padding:2px 8px;font-size:var(--text-xs);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.5px;color:#b86600;background:var(--och-yellow-tint);border-radius:var(--radius-full);vertical-align:middle}._estimateEta_il1hr_333{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:18px;color:var(--och-muted)}._shopAddress_il1hr_341{display:flex;align-items:center;gap:10px;padding:16px;margin-bottom:16px;background:var(--color-surface);border-radius:var(--radius-md)}._shopIcon_il1hr_351{width:24px;height:24px;color:var(--color-accent);flex-shrink:0}._shopAddressText_il1hr_358{display:flex;flex-direction:column;gap:2px}._shopName_il1hr_364{font-size:var(--text-xl);font-weight:var(--fw-bold)}._shopAddr_il1hr_341{font-size:var(--text-base);color:var(--color-text-secondary)}._section_il1hr_374{margin-bottom:24px}._sectionTitle_il1hr_378{font-family:var(--font-family);font-size:20px;font-weight:var(--fw-bold);line-height:28px;color:var(--och-ink);margin-bottom:12px}._timeChips_il1hr_387{display:flex;gap:8px;flex-wrap:wrap}._timeChip_il1hr_387{padding:10px 16px;border-radius:var(--radius-full);background:var(--color-surface);font-size:var(--text-md);transition:all .15s;white-space:nowrap}._timeChipActive_il1hr_402{background:var(--color-accent);color:#fff}._commentInput_il1hr_407{width:100%;padding:14px 16px;font-size:var(--text-lg);border-radius:var(--radius-md);background:#fff;border:1px solid var(--color-border);resize:none;min-height:60px;transition:border-color .15s}._commentInput_il1hr_407:focus{border-color:var(--och-muted-3);background:#fff}._commentInput_il1hr_407::placeholder{color:var(--color-text-muted)}._orderSummary_il1hr_428{margin-top:8px}._commentBelowTotal_il1hr_433{margin-top:16px}._commentLabel_il1hr_437{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-semibold);line-height:16px;color:var(--och-muted);margin-bottom:6px;letter-spacing:.2px}._summaryRow_il1hr_447{display:flex;justify-content:space-between;padding:8px 0;font-size:var(--text-lg)}._summaryTotal_il1hr_454{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;font-family:var(--font-family);font-size:20px;font-weight:var(--fw-extrabold);color:var(--och-ink);margin-top:8px}._summaryTotal_il1hr_454 span:last-child{color:var(--och-red);font-size:24px}._recommendSection_il1hr_471{margin-top:24px}._recommendTitle_il1hr_475{font-size:var(--text-xl);font-weight:var(--fw-semibold);margin-bottom:12px}._bottomBar_il1hr_481{position:fixed;bottom:calc(var(--nav-height) + var(--safe-bottom));left:50%;transform:translate(-50%);width:100%;max-width:430px;padding:16px;background:var(--och-white);border-radius:24px 24px 0 0;box-shadow:var(--och-shadow-up);z-index:80}._payBtn_il1hr_495{width:100%;height:56px;padding:0 20px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-bold);border-radius:var(--radius-lg);transition:background .15s;border:none}._payBtn_il1hr_495:active{background:var(--och-red-ink)}._payBtn_il1hr_495:disabled{opacity:.5}._emptyCart_il1hr_517{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:12px}._emptyCartIcon_il1hr_526{font-size:48px}._emptyCartText_il1hr_530{font-size:var(--text-xl);color:var(--color-text-secondary)}._emptyCartBtn_il1hr_535{margin-top:8px;padding:12px 24px;background:var(--color-accent);color:#fff;font-size:var(--text-lg);font-weight:var(--fw-bold);border-radius:var(--radius-full)}._phoneVerified_il1hr_546{padding:12px 14px;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--och-divider)}._phoneVerifiedRow_il1hr_552{display:flex;align-items:center;gap:10px}._phoneCheck_il1hr_557{width:18px;height:18px;color:var(--och-green);flex-shrink:0}._phoneValue_il1hr_563{flex:1;font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-bold);color:var(--och-ink);letter-spacing:.2px}._phoneEdit_il1hr_571{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--och-red);background:transparent;border:0;padding:4px 8px;cursor:pointer}._phoneEdit_il1hr_571:active{opacity:.7}._phoneHint_il1hr_584{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-muted);line-height:1.4;margin-top:6px}._phoneErrorText_il1hr_591{font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--och-red);line-height:1.4;margin-top:6px}._phoneInputError_il1hr_598{border-color:var(--och-red)!important}._addressFieldWrap_il1hr_603{position:relative;margin-bottom:12px}._addressLabel_il1hr_608{display:block;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);margin-bottom:4px;letter-spacing:.2px}._addressRowDouble_il1hr_619{display:flex;gap:10px}._addressFieldWrapHouse_il1hr_624{flex:1;min-width:0}._addressFieldWrapApt_il1hr_629{width:110px;flex-shrink:0}._addressFieldWrap_il1hr_603 ._addressInput_il1hr_65{padding:12px 14px}._addressFieldWrap_il1hr_603 ._addressInput_il1hr_65:disabled{opacity:.55;cursor:not-allowed;background:var(--och-bg)}._savedAddressesRow_il1hr_647{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}._savedAddressChip_il1hr_654{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:var(--color-surface);border:1px solid var(--och-divider);border-radius:var(--radius-full);font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:16px;color:var(--och-ink);cursor:pointer;transition:background .15s,border-color .15s;max-width:100%}._savedAddressChip_il1hr_654 svg{width:14px;height:14px;color:var(--och-red);flex-shrink:0}._savedAddressChip_il1hr_654 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}._savedAddressChip_il1hr_654:active{background:var(--och-bg);border-color:var(--och-red)}._bonusCard_il1hr_696{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile)}._bonusAmount_il1hr_706{flex:1;min-width:0;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:28px;color:var(--och-ink);letter-spacing:-.3px}._bonusAmountRub_il1hr_717{font-size:var(--text-lg);color:var(--och-muted);font-weight:var(--fw-semibold);margin-left:2px}._bonusBtn_il1hr_724{flex-shrink:0;height:36px;padding:0 14px;border:0;border-radius:var(--radius-full);background:var(--och-red);color:#fff;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-sm);cursor:pointer;transition:transform .1s;white-space:nowrap}._bonusBtn_il1hr_724:active{transform:scale(.98)}._page_1se00_2{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px);background:var(--och-bg);min-height:100vh}._loadingWrap_1se00_8{padding:60px 16px;text-align:center;color:var(--och-muted)}._hero_1se00_15{background:linear-gradient(180deg,var(--och-ink-chrome) 0%,#2E2A3B 100%);padding:calc(var(--safe-top, 0px) + 20px) 16px 56px;color:#fff;position:relative}._heroRow_1se00_22{display:flex;align-items:center;gap:14px}._avatar_1se00_30{width:64px;height:64px;border-radius:50%;background:var(--och-red);display:flex;align-items:center;justify-content:center;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-3xl);line-height:28px;color:#fff;border:3px solid #fff;box-shadow:0 0 0 1px #0000000d,0 2px 8px #00000014;padding:0;cursor:pointer;flex-shrink:0;overflow:hidden;transition:transform .1s}._avatar_1se00_30:active{transform:scale(.96)}._avatarImg_1se00_53{width:100%;height:100%;object-fit:cover}._heroInfo_1se00_59{flex:1;min-width:0}._heroName_1se00_64{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:20px;line-height:26px}._heroPhone_1se00_71{margin-top:2px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:#fff9}._heroMeta_1se00_80{margin-top:2px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:#ffffff73}._editBtn_1se00_89{width:36px;height:36px;border-radius:10px;background:#ffffff1f;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._editBtn_1se00_89 svg{width:16px;height:16px}._editBtn_1se00_89:active{background:#fff3}._bonusWrap_1se00_115{margin:-40px 16px 0;position:relative}._bonusCard_1se00_120{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px 12px 16px;border:0;border-radius:16px;background:linear-gradient(135deg,#eb5757,#c34848);color:#fff;box-shadow:var(--och-shadow-pop);text-align:left;cursor:pointer;transition:transform .1s}._bonusCard_1se00_120:active{transform:scale(.99)}._bonusLeft_1se00_140{flex:1;min-width:0}._bonusLabel_1se00_145{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-md);line-height:18px}._bonusSub_1se00_152{margin-top:2px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;opacity:.85}._bonusValue_1se00_161{flex-shrink:0;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:26px;line-height:28px;letter-spacing:-.3px}._bonusRub_1se00_170{font-size:16px;margin-left:2px;opacity:.85}._bonusChevron_1se00_176{flex-shrink:0;width:16px;height:16px;color:#ffffffbf}._loyaltyWrap_1se00_184{margin:12px 16px 0;position:relative}._loyaltyCard_1se00_189{background:#fff;border-radius:18px;padding:16px;box-shadow:var(--och-shadow-card)}._loyaltyHeader_1se00_196{display:flex;align-items:center;gap:10px}._loyaltyTier_1se00_202{padding:4px 10px;border-radius:999px;background:var(--och-tag);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-sm);line-height:16px;color:var(--och-ink);display:inline-flex;gap:4px;align-items:center}._loyaltyPts_1se00_216{flex:1;display:flex;align-items:baseline;justify-content:flex-end;gap:4px}._loyaltyValue_1se00_224{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:24px;color:var(--och-ink)}._loyaltyNext_1se00_232{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._progress_1se00_240{margin-top:10px;height:6px;border-radius:3px;background:var(--och-bg);overflow:hidden}._progressFill_1se00_248{height:100%;background:var(--och-red);border-radius:3px;transition:width .4s}._loyaltyHint_1se00_255{margin-top:8px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._quickGrid_1se00_265{margin:14px 16px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._quickAction_1se00_272{background:#fff;border-radius:14px;padding:12px 6px;box-shadow:var(--och-shadow-tile);display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;border:0}._quickAction_1se00_272:active{transform:scale(.97)}._quickIcon_1se00_289{font-size:20px;line-height:1;color:var(--och-red);margin-bottom:2px}._quickLabel_1se00_296{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-sm);line-height:16px;color:var(--och-ink)}._quickSub_1se00_304{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-2xs);line-height:14px;color:var(--och-muted);text-align:center}@media (max-width: 380px){._quickGrid_1se00_265{margin:12px 12px 0;gap:6px}._quickAction_1se00_272{padding:10px 4px;border-radius:12px;gap:2px}._quickLabel_1se00_296{font-size:var(--text-xs);line-height:14px}._quickSub_1se00_304{font-size:10px;line-height:12px}}._favHeader_1se00_337{padding:20px 16px 0;display:flex;justify-content:space-between;align-items:baseline}._favTitle_1se00_344{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:24px;color:var(--och-ink)}._favAll_1se00_352{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-blue);background:transparent;border:0;padding:4px 8px;cursor:pointer}._favEmpty_1se00_364{margin:10px 16px 0;padding:18px 14px;background:#fff;border-radius:14px;box-shadow:var(--och-shadow-tile);text-align:center;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);color:var(--och-muted)}._favList_1se00_377{padding:10px 16px 0;display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}._favCard_1se00_385{flex:none;width:140px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--och-shadow-tile);border:0;cursor:pointer;padding:0;text-align:left;display:flex;flex-direction:column}._favCard_1se00_385:active{transform:scale(.97)}._favPhoto_1se00_404{height:80px;background:var(--och-divider);overflow:hidden}._favPhotoImg_1se00_410{width:100%;height:100%;object-fit:cover}._favPhotoPlaceholder_1se00_416{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--och-red)}._favInfo_1se00_425{padding:10px}._favName_1se00_429{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._favCategory_1se00_440{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted)}._addrList_1se00_449{margin:10px 16px 0;display:flex;flex-direction:column;gap:8px}._addrCard_1se00_456{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-radius:12px;box-shadow:var(--och-shadow-tile)}._addrIcon_1se00_466{width:18px;height:18px;color:var(--och-red);flex-shrink:0}._addrText_1se00_473{flex:1;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:18px;color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._addrDelete_1se00_487{width:28px;height:28px;border-radius:50%;background:var(--och-bg);border:0;display:flex;align-items:center;justify-content:center;color:var(--och-muted);cursor:pointer;flex-shrink:0}._addrDelete_1se00_487:active{background:var(--och-divider);color:var(--och-red)}._addrDelete_1se00_487 svg{width:12px;height:12px}._statsStrip_1se00_512{margin:14px 16px 0;background:#fff;border-radius:14px;padding:12px 4px;display:flex;box-shadow:var(--och-shadow-tile)}._stat_1se00_512{flex:1;text-align:center}._statValue_1se00_526{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:17px;line-height:22px;color:var(--och-ink)}._statLabel_1se00_534{margin-top:2px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted)}._statSep_1se00_543{width:1px;background:var(--och-divider);margin:4px 0}._groupTitle_1se00_550{padding:22px 16px 8px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);text-transform:uppercase;letter-spacing:.05em}._group_1se00_550{margin:0 16px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--och-shadow-tile)}._row_1se00_569{padding:14px;display:flex;align-items:center;gap:12px;width:100%;border:0;background:transparent;cursor:pointer;text-align:left;text-decoration:none;color:inherit}._row_1se00_569:not(:last-child){border-bottom:1px solid var(--och-divider)}._row_1se00_569:active{background:var(--och-bg)}._rowIconWrap_1se00_591{width:36px;height:36px;border-radius:10px;background:var(--och-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--och-ink)}._rowIconWrap_1se00_591 svg{width:18px;height:18px}._rowAction_1se00_610{width:32px;height:32px;border-radius:50%;border:0;background:transparent;color:var(--och-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}._rowAction_1se00_610 svg{width:16px;height:16px}._rowAction_1se00_610:active{background:var(--och-divider);color:var(--och-red)}._rowText_1se00_629{flex:1;min-width:0}._rowLabel_1se00_634{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);line-height:20px;color:var(--och-ink)}._rowSub_1se00_642{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._rowChevron_1se00_650{width:14px;height:14px;color:var(--och-muted);flex-shrink:0}._footer_1se00_658{padding:20px 16px 24px;text-align:center;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted-2)}._page_zp5py_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 24px);min-height:100vh;background:var(--och-bg)}._balanceCard_zp5py_8{margin:12px 16px;padding:20px 20px 18px;background:linear-gradient(135deg,#eb5757,#c34848);border-radius:var(--radius-lg);color:#fff;box-shadow:var(--och-shadow-pop)}._balanceLabel_zp5py_17{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);opacity:.85}._balanceValue_zp5py_24{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:42px;line-height:46px;margin-top:4px;letter-spacing:-.5px}._rub_zp5py_33{font-size:24px;margin-left:6px;opacity:.85}._balanceHint_zp5py_39{margin-top:10px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-md);line-height:20px;opacity:.92}._inviteBtn_zp5py_50{display:flex;align-items:center;gap:14px;width:calc(100% - 32px);margin:0 16px 16px;padding:14px 16px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile);border:0;text-align:left;cursor:pointer;transition:transform .1s}._inviteBtn_zp5py_50:active{transform:scale(.99)}._inviteIcon_zp5py_70{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--och-red-tint);color:var(--och-red);display:flex;align-items:center;justify-content:center}._inviteIcon_zp5py_70 svg{width:20px;height:20px}._inviteText_zp5py_87{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._inviteTitle_zp5py_95{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);line-height:22px;color:var(--och-ink)}._inviteSub_zp5py_103{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-md);line-height:18px;color:var(--och-muted)}._inviteChevron_zp5py_111{flex-shrink:0;color:var(--och-muted-3)}._inviteChevron_zp5py_111 svg{width:18px;height:18px}._groupTitle_zp5py_122{padding:8px 16px;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);color:var(--och-ink)}._txList_zp5py_131{padding:0 16px;display:flex;flex-direction:column;gap:8px}._txRow_zp5py_138{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--och-shadow-tile)}._txIcon_zp5py_148{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--och-bg);color:var(--och-muted)}._txIcon_zp5py_148 svg{width:18px;height:18px}._txIcon_positive_zp5py_165{background:#27ae601f;color:var(--och-success)}._txIcon_neutral_zp5py_170{background:var(--och-bg);color:var(--och-muted)}._txBody_zp5py_175{flex:1;min-width:0}._txTitle_zp5py_180{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);line-height:18px;color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._txDate_zp5py_193{margin-top:2px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);color:var(--och-muted)}._txAmount_zp5py_201{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);line-height:22px;white-space:nowrap;flex-shrink:0}._txAmount_positive_zp5py_210{color:var(--och-success)}._txAmount_neutral_zp5py_211{color:var(--och-ink)}._emptyCard_zp5py_214{margin:0 16px;padding:32px 20px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile);text-align:center}._emptyText_zp5py_223{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);color:var(--och-ink)}._emptyHint_zp5py_230{margin-top:6px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-md);color:var(--och-muted)}._errorCard_zp5py_238{margin:0 16px 12px;padding:12px 14px;background:var(--och-red-tint);border-radius:var(--radius-md);color:var(--och-red);font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md)}._modalBackdrop_zp5py_252{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:200;animation:_modalFadeIn_zp5py_1 .15s ease-out}@keyframes _modalFadeIn_zp5py_1{0%{opacity:0}to{opacity:1}}._modalSheet_zp5py_265{position:relative;width:100%;max-width:430px;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding:22px 20px calc(20px + var(--safe-bottom));animation:_modalSlideUp_zp5py_1 .2s ease-out}@keyframes _modalSlideUp_zp5py_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._modalClose_zp5py_281{position:absolute;top:8px;right:8px;width:36px;height:36px;border:0;background:transparent;color:var(--och-muted-3);font-size:28px;cursor:pointer;line-height:1}._modalTitle_zp5py_295{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xl);line-height:26px;color:var(--och-ink);padding-right:32px}._modalBody_zp5py_304{margin-top:8px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-md);line-height:20px;color:var(--och-muted)}._modalBody_zp5py_304 b{color:var(--och-red);font-weight:var(--fw-extrabold)}._linkBox_zp5py_318{margin-top:16px}._linkInput_zp5py_322{width:100%;padding:12px 14px;background:var(--och-bg);border:1px solid var(--och-divider);border-radius:var(--radius-md);font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);color:var(--och-ink);outline:none}._modalActions_zp5py_335{display:flex;gap:8px;margin-top:16px}._modalBtnGhost_zp5py_341,._modalBtnPrimary_zp5py_342{flex:1;height:48px;border:0;border-radius:var(--radius-lg);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-base);cursor:pointer}._modalBtnGhost_zp5py_341{background:var(--och-bg);color:var(--och-ink)}._modalBtnPrimary_zp5py_342{background:var(--och-red);color:#fff}._overlay_1ryib_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:stretch;justify-content:center}._modal_1ryib_11{position:relative;background:var(--color-bg);width:100%;max-width:430px;display:flex;flex-direction:column;overflow:hidden;animation:_slideUp_1ryib_1 .25s ease-out}@keyframes _slideUp_1ryib_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._closeBtn_1ryib_27{position:absolute;top:calc(var(--safe-top, 0px) + 16px);right:16px;width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;z-index:10;color:var(--color-text)}._closeBtn_1ryib_27 svg{width:18px;height:18px}._map_1ryib_48{flex:1;width:100%;min-height:60vh}._bottomSheet_1ryib_54{background:var(--color-bg);border-radius:24px 24px 0 0;padding:16px 20px calc(20px + var(--safe-bottom));box-shadow:0 -4px 20px #0000001a;display:flex;flex-direction:column;gap:14px;position:relative;z-index:5;margin-top:-20px}._statusBadge_1ryib_67{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--color-surface);border-radius:var(--radius-full);font-size:var(--text-md);font-weight:var(--fw-bold);color:var(--color-text);align-self:flex-start}._statusDot_1ryib_80{width:8px;height:8px;border-radius:50%;background:#34c759;animation:_blink_1ryib_1 1.5s ease-in-out infinite}@keyframes _blink_1ryib_1{0%,to{opacity:1}50%{opacity:.3}}._addressRow_1ryib_93{display:flex;gap:12px;align-items:flex-start}._addressIcon_1ryib_99{font-size:var(--text-3xl);flex-shrink:0}._addressInfo_1ryib_104{flex:1;min-width:0}._addressLabel_1ryib_109{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:2px}._addressValue_1ryib_115{font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--color-text);line-height:1.3}._courierBlock_1ryib_122{padding:12px 14px;background:var(--color-surface);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:6px}._courierName_1ryib_131{display:flex;align-items:center;gap:8px;font-size:var(--text-lg);font-weight:var(--fw-semibold)}._courierIcon_1ryib_139{font-size:var(--text-2xl)}._trackingNote_1ryib_143{font-size:var(--text-sm);color:var(--color-text-secondary)}._info_1ryib_148{font-size:var(--text-md);color:var(--color-text-secondary);padding:10px 0}._trackingLink_1ryib_154{display:block;padding:14px;text-align:center;background:var(--color-accent);color:#fff;font-size:var(--text-lg);font-weight:var(--fw-bold);border-radius:var(--radius-full);text-decoration:none;margin-top:4px}._page_1nyfv_2{background:var(--och-bg);min-height:100vh;padding-bottom:calc(var(--safe-bottom) + 24px)}._filterChips_1nyfv_9{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x}._chip_1nyfv_18{flex:none;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--och-divider);color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}._chipActive_1nyfv_36{background:var(--och-ink);color:#fff;border-color:var(--och-ink)}._chipCount_1nyfv_42{color:var(--och-muted);font-weight:var(--fw-bold)}._chipActive_1nyfv_36 ._chipCount_1nyfv_42{color:#fff9}._list_1nyfv_52{padding:4px 16px 24px;display:flex;flex-direction:column;gap:10px}._orderCard_1nyfv_59{background:#fff;border-radius:16px;padding:14px;box-shadow:var(--och-shadow-tile)}._orderHeader_1nyfv_67{display:flex;align-items:center;gap:8px;margin-bottom:10px}._orderNum_1nyfv_74{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:17px;line-height:22px;color:var(--och-ink)}._orderStatus_1nyfv_82{padding:2px 8px;border-radius:999px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._statusNew_1nyfv_91{background:var(--och-red-tint);color:var(--och-red)}._statusMaking_1nyfv_96{background:#f2f6fe;color:var(--och-blue)}._statusReady_1nyfv_101{background:var(--och-green-tint);color:var(--och-green)}._statusDone_1nyfv_106{background:var(--och-divider);color:var(--och-muted-3)}._statusCancelled_1nyfv_111{background:var(--och-red-tint);color:var(--och-red)}._cancelBtn_1nyfv_117{margin-top:8px;width:100%;padding:10px 14px;background:transparent;border:1px solid var(--och-divider);border-radius:12px;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--och-red);cursor:pointer;transition:background .15s}._cancelBtn_1nyfv_117:active{background:var(--och-red-tint)}._cancelBtn_1nyfv_117:disabled{opacity:.5;cursor:not-allowed}._cancelNote_1nyfv_140{margin-top:8px;padding:8px 12px;background:var(--och-red-tint);border-radius:10px;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-red);line-height:1.35}._paidBadge_1nyfv_153{display:inline-flex;align-items:center;gap:3px;padding:2px 7px 2px 5px;border-radius:999px;background:var(--och-green-tint);color:var(--och-green);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;white-space:nowrap}._paidBadge_1nyfv_153 svg{width:10px;height:10px}._offlinePayBadge_1nyfv_174{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;background:var(--och-divider);color:var(--och-muted-3);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;white-space:nowrap}._orderSpacer_1nyfv_188{flex:1}._orderTime_1nyfv_192{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);white-space:nowrap}._shopRow_1nyfv_202{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-muted);margin-bottom:8px}._items_1nyfv_212{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}._itemRow_1nyfv_219{display:flex;align-items:baseline;gap:6px;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);line-height:22px;color:var(--och-ink)}._itemDot_1nyfv_230{color:var(--och-muted);flex-shrink:0}._itemName_1nyfv_235{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemPrice_1nyfv_243{color:var(--och-muted);font-weight:var(--fw-semibold);font-size:var(--text-base)}._deliveryRow_1nyfv_250,._pickupRow_1nyfv_251{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-top:4px;background:var(--och-bg);border-radius:12px;border:0;cursor:pointer;text-align:left;width:100%;color:inherit;font-family:var(--font-family)}._pickupRow_1nyfv_251{cursor:default;font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:18px;color:var(--och-ink)}._deliveryRow_1nyfv_250:active{background:var(--och-divider)}._deliveryIcon_1nyfv_279{width:18px;height:18px;color:var(--och-red);flex-shrink:0}._deliveryText_1nyfv_286{flex:1;min-width:0}._deliveryTitle_1nyfv_291{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;color:var(--och-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._deliverySub_1nyfv_302{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted)}._chevron_1nyfv_310{width:14px;height:14px;color:var(--och-muted);flex-shrink:0}._orderFooter_1nyfv_318{margin-top:12px;padding-top:12px;border-top:1px solid var(--och-divider);display:flex;align-items:baseline;gap:8px}._deliveryPrice_1nyfv_327{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._totalSpacer_1nyfv_335{flex:1}._totalValue_1nyfv_339{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:22px;color:var(--och-red)}._empty_1nyfv_348{text-align:center;padding:60px 32px;display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--och-muted);font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-md);line-height:20px}._emptyIcon_1nyfv_362{font-size:48px}._emptyText_1nyfv_366{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-xl);line-height:22px;color:var(--och-muted-3)}._payBtn_1nyfv_375{width:100%;margin-top:10px;padding:12px 16px;background:var(--och-red);color:#fff;border:0;border-radius:var(--radius-lg);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);line-height:20px;cursor:pointer;transition:background .15s}._payBtn_1nyfv_375:active:not(:disabled){background:var(--och-red-ink)}._payBtn_1nyfv_375:disabled{opacity:.6;cursor:default}._confirmBackdrop_1nyfv_402{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:200}._confirmSheet_1nyfv_412{width:100%;max-width:430px;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px 16px calc(20px + var(--safe-bottom));animation:_confirmSlideUp_1nyfv_1 .18s ease-out}@keyframes _confirmSlideUp_1nyfv_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._confirmTitle_1nyfv_427{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xl);line-height:24px;color:var(--och-ink)}._confirmBody_1nyfv_435{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-md);line-height:20px;color:var(--och-muted);margin-top:8px}._confirmActions_1nyfv_444{display:flex;gap:8px;margin-top:20px}._confirmCancelBtn_1nyfv_450,._confirmOkBtn_1nyfv_451{flex:1;height:48px;border:0;border-radius:var(--radius-lg);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-base);cursor:pointer}._confirmCancelBtn_1nyfv_450{background:var(--och-bg);color:var(--och-ink)}._confirmOkBtn_1nyfv_451{background:var(--och-red);color:#fff}._backdrop_nrqoz_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:0}._sheet_nrqoz_12{position:relative;background:#fff;width:100%;max-width:430px;border-radius:20px 20px 0 0;padding:20px;padding-bottom:calc(20px + var(--safe-bottom, 0px));box-shadow:0 -8px 30px #00000026}._closeBtn_nrqoz_23{position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;background:var(--och-bg);border-radius:50%;font-size:16px;color:var(--och-muted-3);cursor:pointer}._body_nrqoz_37{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding-top:16px}._title_nrqoz_45{font-family:var(--font-family);font-size:var(--text-2xl);font-weight:var(--fw-extrabold);color:var(--och-ink);line-height:1.2;text-align:center}._subtitle_nrqoz_54{font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--och-muted-3);line-height:1.4;text-align:center}._codeInput_nrqoz_63{margin-top:8px;text-align:center;font-family:var(--font-family);font-size:28px;font-weight:var(--fw-extrabold);letter-spacing:.4em;padding:14px 0;border:0;border-radius:var(--radius-md);background:var(--och-bg);outline:none;color:var(--och-ink)}._codeInput_nrqoz_63:focus{box-shadow:0 0 0 2px var(--och-red)}._error_nrqoz_82{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--och-red);text-align:center}._primary_nrqoz_90{height:52px;border-radius:var(--radius-full);background:var(--och-red);color:#fff;border:0;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-md);cursor:pointer;margin-top:4px}._primary_nrqoz_90:disabled{opacity:.5;cursor:not-allowed}._ghost_nrqoz_108{height:44px;border-radius:var(--radius-full);background:transparent;border:0;color:var(--och-muted-3);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);cursor:pointer}._page_tksdd_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._content_tksdd_5{padding:24px 16px}._avatarSection_tksdd_9{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}._avatarBtn_tksdd_16{position:relative;width:100px;height:100px;border-radius:50%;overflow:hidden;cursor:pointer}._avatarImg_tksdd_25{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_tksdd_31{width:100%;height:100%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;font-size:40px}._avatarOverlay_tksdd_41{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}._avatarBtn_tksdd_16:hover ._avatarOverlay_tksdd_41,._avatarBtn_tksdd_16:active ._avatarOverlay_tksdd_41{opacity:1}._avatarOverlay_tksdd_41 svg{width:28px;height:28px;color:#fff}._fileInput_tksdd_63{display:none}._avatarHint_tksdd_67{margin-top:10px;font-size:var(--text-base);color:var(--color-text-muted)}._field_tksdd_73{display:flex;flex-direction:column;gap:6px;margin-bottom:24px}._label_tksdd_80{font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--color-text-secondary)}._input_tksdd_86{height:48px;border:1.5px solid #E0E0E0;border-radius:12px;padding:0 16px;font-size:var(--text-xl);background:#fff;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}._input_tksdd_86:focus{border-color:var(--och-muted-3);background:#fff}._saveBtn_tksdd_104{width:100%;height:52px;background:var(--color-accent);color:#fff;border:none;border-radius:14px;font-size:var(--text-xl);font-weight:var(--fw-semibold);cursor:pointer;transition:opacity .2s}._saveBtn_tksdd_104:disabled{opacity:.5;cursor:not-allowed}._saveBtn_tksdd_104:active:not(:disabled){opacity:.8}._page_1ngi7_1{background:var(--och-bg);padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 76px)}._hero_1ngi7_10{position:relative;padding:calc(var(--safe-top, 0px) + 64px) 20px 24px;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.18),transparent 50%),radial-gradient(circle at 90% 90%,rgba(0,74,246,.18),transparent 50%),linear-gradient(135deg,var(--och-red) 0%,var(--och-red-soft) 60%,var(--och-red-light) 100%);color:#fff;overflow:hidden;border-radius:0 0 22px 22px;margin-bottom:16px}._backBtn_1ngi7_23{position:absolute;top:calc(var(--safe-top, 0px) + 14px);left:14px;width:36px;height:36px;border-radius:50%;background:#fffffff0;border:0;display:flex;align-items:center;justify-content:center;color:var(--och-ink);cursor:pointer;z-index:3}._backBtn_1ngi7_23 svg{width:18px;height:18px}._backBtn_1ngi7_23:active{background:#fffc;transform:scale(.92)}._heroResetBtn_1ngi7_48{position:absolute;top:calc(var(--safe-top, 0px) + 14px);right:14px;z-index:3;height:36px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;background:#fffffff0;color:var(--och-ink);border:0;border-radius:999px;font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-bold);cursor:pointer;box-shadow:0 2px 6px #0000001f}._heroResetBtn_1ngi7_48 svg{width:14px;height:14px}._heroResetBtn_1ngi7_48:active{background:#fffc;transform:scale(.96)}._heroBody_1ngi7_77{position:relative;z-index:2}._heroBadge_1ngi7_81{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:12px}._heroDot_1ngi7_91{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 #fff9;animation:_aiDotPulse_1ngi7_1 1.6s ease-in-out infinite}@keyframes _aiDotPulse_1ngi7_1{0%,to{box-shadow:0 0 #ffffffb3}50%{box-shadow:0 0 0 8px #fff0}}._heroBadgeText_1ngi7_103{font-family:var(--font-family);font-size:var(--text-xs);font-weight:var(--fw-extrabold);letter-spacing:.5px;text-transform:uppercase}._heroTitle_1ngi7_110{font-family:var(--font-family);font-size:var(--text-4xl);font-weight:var(--fw-black);letter-spacing:-.5px;line-height:1.05;margin-bottom:6px}._heroSub_1ngi7_118{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-medium);line-height:1.45;opacity:.92;max-width:320px}._heroOrb_1ngi7_128{position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.55),rgba(255,255,255,.15) 50%,transparent 70%);pointer-events:none;filter:blur(.5px);animation:_aiOrbFloat_1ngi7_1 4s ease-in-out infinite;z-index:1}._heroOrb_1ngi7_128:nth-of-type(2){animation-delay:.6s;animation-duration:5s}._heroOrb_1ngi7_128:nth-of-type(3){animation-delay:1.2s;animation-duration:6s}@keyframes _aiOrbFloat_1ngi7_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.08)}}._content_1ngi7_149{padding:0 16px 24px}._label_1ngi7_153{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--och-muted);text-transform:uppercase;letter-spacing:.3px;margin-bottom:12px}._suggestions_1ngi7_165{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._suggestion_1ngi7_165{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#fff;border:0;border-radius:var(--radius-full);font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--och-ink);cursor:pointer;text-align:left;box-shadow:var(--och-shadow-tile);transition:transform .1s}._suggestion_1ngi7_165:active{transform:scale(.99);background:var(--och-bg)}._suggestionEmoji_1ngi7_189{font-size:var(--text-2xl);line-height:1;flex-shrink:0}._suggestionText_1ngi7_194{flex:1;min-width:0}._disclaimer_1ngi7_199{font-family:var(--font-family);font-size:var(--text-xs);color:var(--och-muted);text-align:center;margin-top:14px;line-height:1.5}._composer_1ngi7_210{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--nav-height, 64px) + var(--safe-bottom, 0px) + 8px);width:100%;max-width:430px;padding:0 12px;z-index:90}._composerInner_1ngi7_222{display:flex;align-items:center;gap:8px;padding:6px 6px 6px 18px;background:#fff;border-radius:var(--radius-full);box-shadow:var(--och-shadow-card);height:52px}._composerInput_1ngi7_232{flex:1;height:100%;border:0;outline:0;background:transparent;font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--och-ink)}._composerInput_1ngi7_232::placeholder{color:var(--och-muted);font-weight:var(--fw-medium)}._composerSendBtn_1ngi7_247{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:0;background:var(--och-red);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s,background .15s}._composerSendBtn_1ngi7_247 svg{width:18px;height:18px}._composerSendBtn_1ngi7_247:active:not(:disabled){transform:scale(.94);background:var(--och-red-ink)}._composerSendBtn_1ngi7_247:disabled{background:var(--och-divider);color:var(--och-muted);cursor:not-allowed}._loadingWrap_1ngi7_273{padding:40px 16px;text-align:center}._loadingDots_1ngi7_277{display:inline-flex;gap:6px;margin-bottom:12px}._loadingDots_1ngi7_277 span{width:8px;height:8px;border-radius:50%;background:var(--och-red);animation:_aiPulse_1ngi7_1 1s ease-in-out infinite}._loadingDots_1ngi7_277 span:nth-child(2){animation-delay:.15s}._loadingDots_1ngi7_277 span:nth-child(3){animation-delay:.3s}@keyframes _aiPulse_1ngi7_1{0%,80%,to{opacity:.3}40%{opacity:1}}._loadingText_1ngi7_293{font-family:var(--font-family);font-size:var(--text-base);color:var(--och-muted);font-weight:var(--fw-semibold)}._intro_1ngi7_301{font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-medium);line-height:1.45;color:var(--och-ink);margin-bottom:14px;padding:12px 14px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--och-shadow-tile)}._aiNote_1ngi7_315{font-family:var(--font-family);font-size:var(--text-xs);font-weight:var(--fw-medium);line-height:1.4;color:var(--och-muted-3);margin-bottom:14px;padding:0 4px;text-align:center}._groups_1ngi7_327{display:flex;flex-direction:column;gap:18px;margin-bottom:16px}._group_1ngi7_327{display:flex;flex-direction:column;gap:8px}._groupHeader_1ngi7_338{display:flex;align-items:center;gap:12px;padding:8px 4px 10px;border-bottom:1px solid var(--och-divider);margin-bottom:6px;background:transparent;border-top:0;border-left:0;border-right:0;width:100%;text-align:left;cursor:pointer;transition:opacity .15s}._groupHeader_1ngi7_338:active{opacity:.7}._groupChevron_1ngi7_355{width:16px;height:16px;color:var(--och-muted);flex-shrink:0;margin-left:4px}._groupLogo_1ngi7_362{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--och-divider);flex-shrink:0}._groupLogoPlaceholder_1ngi7_370{width:40px;height:40px;border-radius:50%;background:var(--och-divider);display:flex;align-items:center;justify-content:center;font-size:var(--text-2xl);flex-shrink:0}._groupHeaderText_1ngi7_381{flex:1;min-width:0}._groupShopName_1ngi7_385{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-extrabold);color:var(--och-ink);letter-spacing:-.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._groupShopAddress_1ngi7_395{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._groupSchedule_1ngi7_405{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--och-bg);border-radius:var(--radius-full);font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--och-muted-3)}._groupSchedule_1ngi7_405 svg{width:13px;height:13px;color:var(--och-red)}._results_1ngi7_425{display:flex;flex-direction:column;gap:8px}._item_1ngi7_430{display:flex;flex-direction:column;padding:12px;background:var(--och-white, #fff);border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile);text-align:left;cursor:pointer;transition:box-shadow .15s,transform .1s;border:0;width:100%}._item_1ngi7_430:hover{box-shadow:var(--och-shadow-card)}._item_1ngi7_430:active{transform:scale(.99)}._itemRow_1ngi7_446{display:flex;gap:12px}._image_1ngi7_451{width:84px;height:84px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background:var(--och-divider)}._imagePlaceholder_1ngi7_459{width:84px;height:84px;border-radius:var(--radius-md);background:var(--och-divider);display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}._body_1ngi7_471{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._name_1ngi7_479{font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-bold);line-height:19px;color:var(--och-ink)}._description_1ngi7_487{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);line-height:1.45;color:var(--och-muted-3);margin-top:2px}._meta_1ngi7_496{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:4px}._cat_1ngi7_503{font-family:var(--font-family);font-size:var(--text-xs);font-weight:var(--fw-bold);color:var(--och-muted);text-transform:uppercase;letter-spacing:.3px;padding:2px 8px;background:var(--och-bg);border-radius:var(--radius-full)}._price_1ngi7_514{font-family:var(--font-family);font-size:var(--text-xl);font-weight:var(--fw-extrabold);color:var(--och-red)}._kcal_1ngi7_520{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--och-muted-3)}._reason_1ngi7_528{display:flex;align-items:flex-start;gap:8px;width:100%;margin-top:10px;padding:10px 12px;background:linear-gradient(135deg,#f600410f,#004af60d);border:1px solid rgba(246,0,65,.12);border-radius:10px;font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-medium);line-height:1.45;color:var(--och-ink)}._reasonBadge_1ngi7_544{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 6px;border-radius:4px;background:linear-gradient(135deg,var(--och-red),var(--och-red-light));color:#fff;font-family:var(--font-family);font-size:var(--text-2xs);font-weight:var(--fw-black);letter-spacing:.5px;text-transform:uppercase}._empty_1ngi7_561{padding:32px 20px;text-align:center;color:var(--och-muted-3);font-size:var(--text-md);font-weight:var(--fw-medium);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--och-shadow-tile)}._resetBtn_1ngi7_572{width:100%;padding:12px;background:var(--och-bg);color:var(--och-ink);border-radius:var(--radius-full);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);margin-top:8px}._resetBtn_1ngi7_572:active{background:var(--och-divider)}._overlay_sa6fj_1{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay);z-index:100;animation:_fadeIn_sa6fj_1 .2s ease}._sheet_sa6fj_9{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;max-height:85dvh;background:var(--color-bg);border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:var(--shadow-modal);z-index:101;animation:_slideUp_sa6fj_1 .3s ease;display:flex;flex-direction:column;padding-bottom:var(--safe-bottom)}._handle_sa6fj_27{width:36px;height:4px;background:var(--color-border);border-radius:2px;margin:8px auto 0;flex-shrink:0}._header_sa6fj_36{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;flex-shrink:0}._title_sa6fj_44{font-size:var(--text-2xl);font-weight:var(--fw-semibold)}._closeBtn_sa6fj_49{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--color-surface)}._closeBtn_sa6fj_49 svg{width:18px;height:18px}._body_sa6fj_64{flex:1;overflow-y:auto;padding:0 20px 20px;-webkit-overflow-scrolling:touch}._footer_sa6fj_71{flex-shrink:0;padding:12px 20px calc(16px + var(--safe-bottom));background:var(--color-bg);box-shadow:var(--och-shadow-up)}@keyframes _fadeIn_sa6fj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_sa6fj_1{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}._form_p0iup_1{display:flex;flex-direction:column;gap:20px}._field_p0iup_7{display:flex;flex-direction:column;gap:8px}._labelRow_p0iup_13{display:flex;align-items:center;justify-content:space-between}._label_p0iup_13{font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--color-text-secondary)}._input_p0iup_25{width:100%;padding:12px 16px;font-size:var(--text-lg);border-radius:var(--radius-md);background:#fff;border:1px solid var(--color-border);transition:border-color .15s;box-sizing:border-box}._input_p0iup_25:focus{border-color:var(--och-muted-3);background:#fff}._imagePreview_p0iup_42{position:relative;width:100%;max-width:200px;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface)}._previewImg_p0iup_51{width:100%;height:160px;object-fit:cover;display:block}._removePreview_p0iup_58{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#00000080;color:#fff;font-size:var(--text-md);display:flex;align-items:center;justify-content:center}._fileLabel_p0iup_74{cursor:pointer}._fileInput_p0iup_78{display:none}._fileBtn_p0iup_82{display:block;padding:12px 16px;font-size:var(--text-md);border-radius:var(--radius-md);background:var(--color-surface);border:1px dashed var(--color-border);text-align:center;color:var(--color-text-secondary);transition:border-color .15s}._fileBtn_p0iup_82:active{border-color:var(--och-muted-3);background:#fff}._addVolumeBtn_p0iup_100{font-size:var(--text-base);color:var(--color-accent);font-weight:var(--fw-medium);padding:4px 8px}._volumeRow_p0iup_107{display:flex;gap:8px;align-items:center}._volumeInput_p0iup_113{flex:1;position:relative}._inputSmall_p0iup_118{width:100%;padding:10px 32px 10px 12px;font-size:var(--text-md);border-radius:var(--radius-md);background:#fff;border:1px solid var(--color-border);box-sizing:border-box;transition:border-color .15s}._inputSmall_p0iup_118:focus{border-color:var(--och-muted-3);background:#fff}._volumeUnit_p0iup_134{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:var(--text-base);color:var(--color-text-muted);pointer-events:none}._removeBtn_p0iup_144{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--color-accent);font-size:var(--text-md);flex-shrink:0}._computedPrice_p0iup_156{font-size:var(--text-base);color:var(--color-text-secondary);padding:4px 0}._computedPrice_p0iup_156 strong{color:var(--color-accent)}._priceRow_p0iup_166{display:flex;gap:8px}._toggleRow_p0iup_171{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--och-bg);border-radius:12px;cursor:pointer}._checkbox_p0iup_181{width:20px;height:20px;accent-color:var(--och-red);cursor:pointer;flex-shrink:0}._toggleLabel_p0iup_189{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);line-height:20px;color:var(--och-ink)}._toggleHint_p0iup_197{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);margin-left:auto}._submitBtn_p0iup_206{width:100%;padding:16px;background:var(--color-accent);color:#fff;font-size:var(--text-xl);font-weight:var(--fw-bold);border-radius:var(--radius-lg);transition:opacity .15s;border:none;cursor:pointer}._submitBtn_p0iup_206:disabled{opacity:.5}._submitBtn_p0iup_206:active:not(:disabled){opacity:.85}._deleteBtnModal_p0iup_227{width:100%;padding:14px;text-align:center;font-size:var(--text-lg);font-weight:var(--fw-medium);color:var(--och-error);background:none;border:none;margin-top:8px;border-radius:var(--radius-md);transition:background .15s}._deleteBtnModal_p0iup_227:active{background:#fee}._wrapper_1n2ir_1{position:relative;padding:0 16px 8px}._button_1n2ir_6{display:flex;align-items:center;gap:6px;width:100%;padding:10px 14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-text);cursor:pointer;transition:border-color .2s}._button_1n2ir_6:active{border-color:var(--color-accent)}._name_1n2ir_26{flex:1;text-align:left}._arrow_1n2ir_31{transition:transform .2s;color:var(--color-text-secondary)}._arrowOpen_1n2ir_36{transform:rotate(180deg)}._dropdown_1n2ir_40{position:absolute;top:calc(100% - 4px);left:16px;right:16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000001f;z-index:50;overflow:hidden}._item_1n2ir_53{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;font-size:var(--text-md);color:var(--color-text);background:none;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;transition:background .15s}._item_1n2ir_53:last-child{border-bottom:none}._item_1n2ir_53:active{background:var(--color-bg)}._itemActive_1n2ir_76{color:var(--color-accent);font-weight:var(--fw-semibold)}._check_1n2ir_81{color:var(--color-accent);font-size:var(--text-xl)}._page_1jw7w_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._statusBar_1jw7w_5{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin:0 16px 16px;background:var(--color-surface);border-radius:var(--radius-md)}._statusLabel_1jw7w_15{font-size:var(--text-lg);font-weight:var(--fw-medium)}._statusOpen_1jw7w_20{color:var(--color-success)}._statusClosed_1jw7w_24{color:var(--color-danger)}._toggle_1jw7w_28{width:44px;height:24px;background:var(--color-border);border-radius:12px;position:relative;transition:background .2s;cursor:pointer}._toggle_1jw7w_28:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #00000026}._toggleActive_1jw7w_51{background:var(--color-success)}._toggleActive_1jw7w_51:after{transform:translate(20px)}._catSection_1jw7w_60{padding:0 16px 12px}._catHeader_1jw7w_64{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._catTitle_1jw7w_71{font-size:var(--text-xl);font-weight:var(--fw-bold);color:var(--color-text)}._catAddBtn_1jw7w_77{font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-accent)}._catEmpty_1jw7w_83{font-size:var(--text-base);color:var(--color-text-muted);text-align:center;padding:12px;background:var(--color-surface);border-radius:var(--radius-md);line-height:1.5}._catChips_1jw7w_93{display:flex;flex-wrap:wrap;gap:8px}._catChip_1jw7w_93{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:var(--text-md);font-weight:var(--fw-medium);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text)}._catChipDelete_1jw7w_112{font-size:var(--text-xs);color:var(--color-text-muted);width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}._catChipDelete_1jw7w_112:active{background:#e53e3e26;color:var(--och-error)}._catForm_1jw7w_128{display:flex;gap:8px;align-items:center;margin-top:8px}._catFormInput_1jw7w_135{flex:1;padding:8px 12px;font-size:var(--text-md);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}._catFormInput_1jw7w_135:focus{outline:none;border-color:var(--och-muted-3);background:#fff}._catFormSave_1jw7w_150{padding:8px 14px;font-size:var(--text-md);font-weight:var(--fw-semibold);color:#fff;background:var(--color-accent);border-radius:var(--radius-sm)}._catFormCancel_1jw7w_159{padding:8px 10px;font-size:var(--text-md);color:var(--color-text-muted)}._sectionTitle_1jw7w_166{font-size:var(--text-xl);font-weight:var(--fw-bold);color:var(--color-text);padding:16px 16px 8px}._grid_1jw7w_173{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}._addBtn_1jw7w_180{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 32px);margin:24px 16px 0;padding:16px;background:var(--color-accent);color:#fff;font-size:var(--text-xl);font-weight:var(--fw-semibold);border-radius:var(--radius-lg);transition:background .15s}._addBtn_1jw7w_180:active{background:var(--color-accent-hover)}._emptyState_1jw7w_200{text-align:center;padding:60px 32px}._emptyIcon_1jw7w_205{font-size:48px;margin-bottom:16px}._emptyText_1jw7w_210{font-size:var(--text-xl);color:var(--color-text-secondary);line-height:1.5}._emptyHint_1jw7w_216{font-size:var(--text-md);color:var(--color-text-muted);margin-top:8px}._cardWrap_1jw7w_223{position:relative}._deleteOverlay_1jw7w_227{position:absolute;top:8px;left:8px;width:28px;height:28px;border-radius:50%;background:#e53e3ee6;color:#fff;font-size:var(--text-md);font-weight:var(--fw-semibold);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;z-index:2;transition:transform .15s}._deleteOverlay_1jw7w_227:active{transform:scale(.85)}._deleteOverlay_1jw7w_227:disabled{opacity:.4}._cardLoader_1jw7w_255{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg)}._spinner_1jw7w_266{width:28px;height:28px;border:3px solid #e0e0e0;border-top-color:var(--color-accent);border-radius:50%;animation:_spin_1jw7w_266 .6s linear infinite}@keyframes _spin_1jw7w_266{to{transform:rotate(360deg)}}._overlay_1jw7w_280{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}._confirmDialog_1jw7w_291{background:#fff;border-radius:20px;padding:24px;width:100%;max-width:320px;text-align:center}._confirmTitle_1jw7w_300{font-size:var(--text-2xl);font-weight:var(--fw-semibold);color:#333;margin-bottom:8px}._confirmText_1jw7w_307{font-size:var(--text-md);color:#888;margin-bottom:20px;line-height:1.4}._confirmActions_1jw7w_314{display:flex;flex-direction:column;gap:8px}._confirmDeleteBtn_1jw7w_320{width:100%;padding:14px;background:var(--och-error);color:#fff;font-size:var(--text-xl);font-weight:var(--fw-semibold);border-radius:12px;transition:background .15s}._confirmDeleteBtn_1jw7w_320:active{background:#c53030}._confirmCancelBtn_1jw7w_335{width:100%;padding:14px;background:#f5f5f5;color:#666;font-size:var(--text-xl);font-weight:var(--fw-medium);border-radius:12px;transition:background .15s}._confirmCancelBtn_1jw7w_335:active{background:#eee}._addonsSection_1jw7w_351{margin:32px 16px 0}._addonsSectionHeader_1jw7w_355{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._addonsSectionTitle_1jw7w_362{font-size:var(--text-2xl);font-weight:var(--fw-bold);color:var(--color-text)}._addonsAddBtn_1jw7w_368{font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-accent)}._addonsEmpty_1jw7w_374{font-size:var(--text-md);color:var(--color-text-muted);text-align:center;padding:20px;background:var(--color-surface);border-radius:var(--radius-md);line-height:1.5}._addonGroup_1jw7w_384{margin-bottom:12px}._addonGroupTitle_1jw7w_388{font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--color-text-muted);text-transform:uppercase;margin-bottom:6px}._addonRow_1jw7w_396{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--color-card-bg);border-radius:var(--radius-sm);margin-bottom:4px;box-shadow:var(--shadow-card)}._addonRow_1jw7w_396 ._addonName_1jw7w_407{flex:1;font-size:var(--text-md);font-weight:var(--fw-medium)}._addonRow_1jw7w_396 ._addonPrice_1jw7w_413{font-size:var(--text-md);color:var(--color-accent);font-weight:var(--fw-semibold)}._addonDeleteBtn_1jw7w_419{width:24px;height:24px;border-radius:50%;background:#e53e3e1a;color:var(--och-error);font-size:var(--text-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}._addonForm_1jw7w_432{padding:16px;background:var(--color-card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:10px;margin-top:12px}._addonFormSelect_1jw7w_443,._addonFormInput_1jw7w_444{width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--text-md);background:#fff}._addonFormSelect_1jw7w_443:focus,._addonFormInput_1jw7w_444:focus{outline:none;border-color:var(--och-muted-3);background:#fff}._addonFormActions_1jw7w_460{display:flex;gap:8px}._addonFormSave_1jw7w_465{flex:1;padding:10px;background:var(--color-accent);color:#fff;font-size:var(--text-md);font-weight:var(--fw-semibold);border-radius:var(--radius-sm)}._addonFormSave_1jw7w_465:active{background:var(--color-accent-hover)}._addonFormCancel_1jw7w_479{flex:1;padding:10px;background:var(--color-surface);color:var(--color-text-secondary);font-size:var(--text-md);font-weight:var(--fw-medium);border-radius:var(--radius-sm)}._content_rqegb_1{padding:0 0 16px}._header_rqegb_5{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px}._avatar_rqegb_13{width:80px;height:80px;border-radius:50%;object-fit:cover}._avatarPlaceholder_rqegb_20{width:80px;height:80px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;font-size:36px}._name_rqegb_31{font-size:20px;font-weight:var(--fw-bold)}._links_rqegb_36{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._linkBtn_rqegb_43{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--color-surface);border-radius:var(--radius-md);text-decoration:none;color:var(--color-text);transition:background .15s}._linkBtn_rqegb_43:active{background:var(--color-border)}._linkIcon_rqegb_59{width:24px;height:24px;flex-shrink:0}._linkIcon_rqegb_59 svg{width:24px;height:24px;color:#007aff}._linkText_rqegb_71{flex:1;font-size:var(--text-lg);font-weight:var(--fw-medium)}._linkArrow_rqegb_77{font-size:var(--text-xl);color:var(--color-text-muted)}._noLinks_rqegb_82{text-align:center;padding:20px;font-size:var(--text-md);color:var(--color-text-muted)}._messageSection_rqegb_89{margin-bottom:16px;padding:16px;background:var(--color-surface);border-radius:var(--radius-md)}._messageSectionTitle_rqegb_96{font-size:var(--text-md);font-weight:var(--fw-bold);margin-bottom:10px}._messageForm_rqegb_102{display:flex;flex-direction:column;gap:8px}._messageInput_rqegb_108{width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--text-md);resize:none;font-family:inherit;background:#fff}._messageInput_rqegb_108:focus{outline:none;border-color:var(--och-muted-3);background:#fff}._messageSendBtn_rqegb_125{align-self:flex-end;padding:8px 20px;background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);font-size:var(--text-md);font-weight:var(--fw-semibold);transition:opacity .15s}._messageSendBtn_rqegb_125:disabled{opacity:.5}._messageSendBtn_rqegb_125:active:not(:disabled){opacity:.8}._messageSent_rqegb_144{text-align:center;padding:12px;color:#2e7d32;font-size:var(--text-md);font-weight:var(--fw-medium)}._messageError_rqegb_152{font-size:var(--text-base);color:#d32f2f}._orderInfo_rqegb_157{padding:16px;background:var(--color-surface);border-radius:var(--radius-md)}._orderInfoTitle_rqegb_163{font-size:var(--text-md);font-weight:var(--fw-bold);margin-bottom:8px}._orderInfoItems_rqegb_169{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}._orderInfoItem_rqegb_169{font-size:var(--text-base);color:var(--color-text-secondary)}._orderInfoComment_rqegb_181{margin-top:8px;padding-top:8px;border-top:1px solid var(--color-border);font-size:var(--text-base);color:#5d4037}._page_13pcr_2{background:var(--och-bg);min-height:100vh;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._filterRow_13pcr_9{display:flex;gap:8px;padding:12px 16px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x}._chipBtn_13pcr_18{flex:none;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--och-divider);color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;white-space:nowrap;cursor:pointer}._chipBtnActive_13pcr_36{background:var(--och-ink);border-color:var(--och-ink);color:#fff}._chipCount_13pcr_42{color:var(--och-muted);font-weight:var(--fw-bold)}._chipBtnActive_13pcr_36 ._chipCount_13pcr_42{color:#fff9}._list_13pcr_52{padding:0 16px 24px;display:flex;flex-direction:column;gap:10px}._orderCard_13pcr_59{background:#fff;border-radius:16px;padding:14px;box-shadow:var(--och-shadow-tile)}._orderHeader_13pcr_67{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._orderNum_13pcr_74{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:17px;line-height:22px;color:var(--och-ink)}._stageBadge_13pcr_82{padding:2px 8px;border-radius:999px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._typeBadgeDelivery_13pcr_92,._typeBadgePickup_13pcr_93{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px}._typeBadgeDelivery_13pcr_92{background:var(--och-bg);color:var(--och-muted-3);padding:2px 8px 2px 6px}._typeBadgeDelivery_13pcr_92 svg{width:14px;height:14px}._typeBadgePickup_13pcr_93{background:var(--och-bg);color:var(--och-muted-3);padding:2px 8px 2px 6px}._typeBadgePickup_13pcr_93 svg{width:14px;height:14px}._payBadgePaid_13pcr_128,._payBadgeWait_13pcr_129,._payBadgeOffline_13pcr_130{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:999px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;white-space:nowrap}._payBadgePaid_13pcr_128{background:var(--och-green-tint);color:var(--och-green);padding-left:6px}._payBadgePaid_13pcr_128 svg{width:11px;height:11px}._payBadgeWait_13pcr_129{background:#fff7e0;color:#b77b00}._payBadgeOffline_13pcr_130{background:var(--och-divider);color:var(--och-muted-3)}._stNew_13pcr_164{background:var(--och-red-tint);color:var(--och-red)}._stMaking_13pcr_169{background:#f2f6fe;color:var(--och-blue)}._stReady_13pcr_174{background:var(--och-green-tint);color:var(--och-green)}._stDone_13pcr_179{background:var(--och-divider);color:var(--och-muted-3)}._headerSpacer_13pcr_184{flex:1}._timer_13pcr_186{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._timer_13pcr_186 svg{width:14px;height:14px}._timerLate_13pcr_202{color:var(--och-red)}._orderDateTime_13pcr_208{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);white-space:nowrap}._customerRow_13pcr_218{margin-top:10px;display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;text-align:left;width:100%;cursor:pointer;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-muted)}._customerAvatar_13pcr_236,._customerAvatarPlaceholder_13pcr_237{width:24px;height:24px;border-radius:50%;object-fit:cover;background:var(--och-bg);display:flex;align-items:center;justify-content:center;font-size:var(--text-base);flex-shrink:0}._customerName_13pcr_250{color:var(--och-ink);font-weight:var(--fw-bold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._customerDot_13pcr_258{color:var(--och-muted)}._customerTime_13pcr_262{flex:0 0 auto;color:var(--och-muted)}._messenger_13pcr_267{margin-left:auto;padding:4px 10px;border-radius:999px;background:var(--och-blue-tint);color:var(--och-blue);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;border:0;cursor:pointer;flex-shrink:0}._customerPhone_13pcr_283{display:inline-block;margin:2px 0 4px 32px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-lg);line-height:20px;color:var(--och-red);text-decoration:none;letter-spacing:.2px}._customerPhone_13pcr_283:active{opacity:.7}._itemsTitle_13pcr_302{margin-top:12px;margin-bottom:4px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted)}._itemsList_13pcr_312{display:flex;flex-direction:column;gap:2px}._itemRow_13pcr_318{display:flex;align-items:baseline;gap:4px;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);line-height:22px;color:var(--och-ink);flex-wrap:wrap}._itemBullet_13pcr_330{color:var(--och-muted)}._itemName_13pcr_334{flex-shrink:0}._itemExtras_13pcr_338{color:var(--och-muted);font-weight:var(--fw-medium);font-size:var(--text-sm);margin-left:4px}._deliveryInfo_13pcr_346{margin-top:10px;display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--och-bg);border-radius:10px;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:18px;color:var(--och-ink)}._deliveryInfo_13pcr_346 svg{width:16px;height:16px;color:var(--och-red);flex-shrink:0}._deliveryInfo_13pcr_346 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._commentRow_13pcr_375{margin-top:10px;padding:10px 12px;background:var(--och-bg);border-radius:10px;display:flex;align-items:flex-start;gap:8px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-ink)}._commentLabel_13pcr_390{flex-shrink:0;width:16px;height:16px;color:var(--och-red);margin-top:1px}._orderFooter_13pcr_399{margin-top:12px;padding-top:12px;border-top:1px solid var(--och-divider);display:flex;align-items:center;gap:10px}._totalPrice_13pcr_408{flex:1;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:17px;line-height:22px;color:var(--och-red)}._orderCta_13pcr_417{height:36px;padding:0 16px;border:0;border-radius:10px;color:#fff;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);line-height:18px;cursor:pointer;transition:opacity .15s,transform .1s}._orderCta_13pcr_417:active{transform:scale(.96);opacity:.9}._ctaRed_13pcr_436{background:var(--och-red)}._ctaDark_13pcr_437{background:var(--och-ink)}._ctaGreen_13pcr_438{background:var(--och-green)}._emptyState_13pcr_441{text-align:center;padding:60px 32px;display:flex;flex-direction:column;align-items:center;gap:12px}._emptyIcon_13pcr_450{font-size:48px}._emptyText_13pcr_454{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-xl);line-height:22px;color:var(--och-muted)}._page_186h6_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._titleRow_186h6_5{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 4px}._title_186h6_5{font-size:var(--text-3xl);font-weight:var(--fw-bold)}._dateRange_186h6_17{font-size:var(--text-md);color:var(--color-text-secondary);padding:0 16px 16px}._reportList_186h6_23{padding:0 16px}._reportRow_186h6_27{display:flex;align-items:center;justify-content:space-between;padding:14px 0}._reportDate_186h6_34{font-size:var(--text-lg);font-weight:var(--fw-medium);flex:1}._reportOrders_186h6_40{font-size:var(--text-md);color:var(--color-text-secondary);margin-right:16px}._reportRevenue_186h6_46{font-size:var(--text-lg);font-weight:var(--fw-semibold);min-width:80px;text-align:right}._revenuePositive_186h6_53{color:var(--color-success)}._revenueNegative_186h6_57{color:var(--color-danger)}._revenuePending_186h6_61{color:var(--och-yellow)}._reportCheck_186h6_65{width:24px;height:24px;margin-left:12px;display:flex;align-items:center;justify-content:center;color:var(--color-success);flex-shrink:0}._reportCheck_186h6_65 svg{width:20px;height:20px}._reportPending_186h6_81{width:24px;height:24px;margin-left:12px;display:flex;align-items:center;justify-content:center;color:var(--och-yellow);flex-shrink:0}._reportPending_186h6_81 svg{width:20px;height:20px}._reportGroup_186h6_97{border-bottom:1px solid var(--color-border)}._reportRow_186h6_27{cursor:pointer;border-bottom:none}._ordersList_186h6_106{padding:0 0 12px}._ordersLoading_186h6_110{font-size:var(--text-base);color:var(--color-text-muted);padding:8px 0}._orderRow_186h6_116{padding:8px 0;border-top:1px dashed var(--color-border)}._orderHeader_186h6_121{display:flex;align-items:center;gap:8px;margin-bottom:4px}._orderUser_186h6_128{flex:1;font-size:var(--text-md);font-weight:var(--fw-medium)}._orderTime_186h6_134{font-size:var(--text-base);color:var(--color-text-muted)}._orderTotal_186h6_139{font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-accent)}._orderItems_186h6_145{display:flex;flex-wrap:wrap;gap:4px 10px}._orderItem_186h6_145{font-size:var(--text-base);color:var(--color-text-secondary)}._note_186h6_156{padding:16px;font-size:var(--text-base);color:var(--color-text-muted);text-align:center}._emptyState_186h6_163{text-align:center;padding:60px 32px}._emptyIcon_186h6_168{font-size:48px;margin-bottom:16px}._emptyText_186h6_173{font-size:var(--text-xl);color:var(--color-text-secondary)}._overlay_raukb_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#27223199;z-index:210;display:flex;align-items:stretch}._modal_raukb_10{position:relative;width:100%;max-width:430px;margin:auto;background:#fff;border-radius:24px 24px 0 0;padding:22px 20px calc(24px + var(--safe-bottom));animation:_slideUp_raukb_1 .25s ease-out;align-self:flex-end;max-height:100vh;overflow-y:auto}@keyframes _slideUp_raukb_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._closeBtn_raukb_26{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;background:var(--och-bg);border:0;display:flex;align-items:center;justify-content:center;color:var(--och-ink);cursor:pointer;z-index:2}._closeBtn_raukb_26 svg{width:16px;height:16px}._title_raukb_45{font-family:var(--font-family);font-size:20px;font-weight:var(--fw-extrabold);color:var(--och-ink);margin:6px 48px 6px 0}._subtitle_raukb_53{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-medium);line-height:18px;color:var(--och-muted-3);margin:0 48px 14px 0}._scannerBox_raukb_62{position:relative;width:100%;aspect-ratio:1;background:#000;border-radius:20px;overflow:hidden}._video_raukb_71{width:100%;height:100%;object-fit:cover}._scanOverlay_raukb_77{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;background:linear-gradient(to bottom,#00000040,#00000040)}._scanFrame_raukb_88{width:66%;height:66%;position:relative}._scanFrame_raukb_88 span{position:absolute;width:24px;height:24px;border-color:var(--och-red)}._scanFrame_raukb_88 span:nth-child(1){top:0;left:0;border-top:4px solid;border-left:4px solid;border-radius:6px 0 0}._scanFrame_raukb_88 span:nth-child(2){top:0;right:0;border-top:4px solid;border-right:4px solid;border-radius:0 6px 0 0}._scanFrame_raukb_88 span:nth-child(3){bottom:0;left:0;border-bottom:4px solid;border-left:4px solid;border-radius:0 0 0 6px}._scanFrame_raukb_88 span:nth-child(4){bottom:0;right:0;border-bottom:4px solid;border-right:4px solid;border-radius:0 0 6px}._hint_raukb_104{position:absolute;bottom:14px;left:0;right:0;text-align:center;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}._confirmBox_raukb_116{padding:12px 4px 6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}._confirmIcon_raukb_125{font-size:48px}._confirmTitle_raukb_127{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-2xl);line-height:24px;color:var(--och-ink)}._confirmText_raukb_135{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-muted);max-width:320px}._confirmActions_raukb_144{margin-top:10px;display:flex;gap:10px;width:100%}._confirmCancel_raukb_151{flex:1;height:52px;background:var(--och-bg);color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);border:0;border-radius:16px;cursor:pointer}._confirmCancel_raukb_151:active{background:var(--och-divider)}._confirmOk_raukb_165{flex:1;height:52px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);border:0;border-radius:16px;cursor:pointer;box-shadow:var(--och-shadow-tile)}._confirmOk_raukb_165:active{background:var(--och-red-ink)}._centerBox_raukb_180{padding:30px 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}._centerText_raukb_189{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-lg);color:var(--och-ink)}._spinner_raukb_196{width:40px;height:40px;border:3px solid var(--och-divider);border-top-color:var(--och-red);border-radius:50%;animation:_spin_raukb_196 .8s linear infinite}@keyframes _spin_raukb_196{to{transform:rotate(360deg)}}._successIcon_raukb_207{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--och-green-tint);color:var(--och-green);font-size:34px;font-weight:var(--fw-black);border-radius:50%}._errorBox_raukb_220{padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}._errorIcon_raukb_229{font-size:40px}._errorText_raukb_231{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-md);color:var(--och-ink);line-height:20px}._block_yvc50_1{background:#fff;border-radius:var(--radius-lg);padding:16px;margin:0 16px 12px;box-shadow:var(--och-shadow-tile)}._counterRow_yvc50_11{display:flex;justify-content:flex-end;margin-bottom:4px}._counter_yvc50_11{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--och-muted)}._hint_yvc50_24{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-muted-3);line-height:1.4;margin-bottom:12px}._lockNotice_yvc50_33{display:flex;align-items:center;gap:12px;padding:14px;background:var(--och-bg);border-radius:var(--radius-md);font-family:var(--font-family);font-size:var(--text-base);color:var(--och-muted-3);line-height:1.45}._lockIcon_yvc50_45{font-size:24px;flex-shrink:0}._list_yvc50_53{display:flex;flex-direction:row;gap:10px;margin:0 -16px 12px;padding:4px 16px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch}._list_yvc50_53::-webkit-scrollbar{height:4px}._list_yvc50_53::-webkit-scrollbar-thumb{background:var(--och-divider);border-radius:4px}._loading_yvc50_64,._empty_yvc50_65{font-family:var(--font-family);font-size:var(--text-base);color:var(--och-muted-3);padding:12px 0;text-align:center}._tile_yvc50_75{position:relative;flex-shrink:0;width:110px;height:170px;border-radius:var(--radius-md);overflow:hidden;background:var(--och-divider)}._tileImg_yvc50_84{width:100%;height:100%;object-fit:cover;background:var(--och-divider)}._tileBody_yvc50_90{position:absolute;left:0;right:0;bottom:0;padding:28px 8px 6px;display:flex;flex-direction:column;gap:2px;font-family:var(--font-family);background:linear-gradient(to top,#000000b3,#0000);color:#fff}._tileCaption_yvc50_103{font-size:var(--text-sm);font-weight:var(--fw-bold);color:#fff;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-shadow:0 1px 4px rgba(0,0,0,.5)}._tileLink_yvc50_114,._tileMeta_yvc50_115{display:none}._tileDelete_yvc50_117{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;border:0;background:#ffffffeb;color:var(--och-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0003;z-index:2}._tileDelete_yvc50_117:active{background:#fff;color:var(--och-red)}._tileDelete_yvc50_117 svg{width:14px;height:14px}._addBtn_yvc50_140{width:100%;padding:12px;background:var(--och-red);color:#fff;border-radius:var(--radius-full);border:0;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-md);cursor:pointer}._addBtn_yvc50_140:disabled{opacity:.5;cursor:not-allowed}._addBtn_yvc50_140:active:not(:disabled){background:var(--och-red-ink)}._form_yvc50_161{display:flex;flex-direction:column;gap:12px;padding-top:8px}._formTop_yvc50_169{display:flex;gap:12px;align-items:flex-start}._formFields_yvc50_174{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}._preview_yvc50_181{flex-shrink:0;width:96px}._preview_yvc50_181 img{width:96px;height:144px;object-fit:cover;border-radius:var(--radius-md);background:var(--och-divider);display:block}@media (max-width: 360px){._formTop_yvc50_169{flex-wrap:wrap}._preview_yvc50_181{width:100%}._preview_yvc50_181 img{width:100%;height:220px}}._field_yvc50_199{display:flex;flex-direction:column;gap:4px}._label_yvc50_204{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--och-muted);text-transform:uppercase;letter-spacing:.3px}._input_yvc50_212{padding:12px 14px;font-family:var(--font-family);font-size:var(--text-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}._input_yvc50_212:focus{outline:none;border-color:var(--och-muted-3)}._charCount_yvc50_224{font-family:var(--font-family);font-size:var(--text-xs);color:var(--och-muted);text-align:right}._formActions_yvc50_231{display:flex;gap:8px}._cancelBtn_yvc50_235,._submitBtn_yvc50_236{flex:1;padding:12px;border-radius:var(--radius-full);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);border:0;cursor:pointer}._cancelBtn_yvc50_235{background:var(--och-bg);color:var(--och-ink)}._submitBtn_yvc50_236{background:var(--och-red);color:#fff;font-weight:var(--fw-extrabold)}._submitBtn_yvc50_236:disabled,._cancelBtn_yvc50_235:disabled{opacity:.5;cursor:not-allowed}._error_yvc50_261{margin-top:8px;padding:10px 12px;background:#f6004114;color:var(--och-red);border-radius:var(--radius-md);font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-medium)}._page_ene59_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._shopHeader_ene59_5{display:flex;flex-direction:row;align-items:center;gap:14px;padding:16px}._shopLogoBtn_ene59_13{position:relative;flex:0 0 auto;width:96px;height:96px;border-radius:14px;overflow:hidden;background:var(--color-surface);border:none;padding:0;cursor:pointer}._shopLogoImg_ene59_26{width:100%;height:100%;object-fit:cover;border-radius:14px}._shopLogoPlaceholder_ene59_33{width:100%;height:100%;border-radius:14px;background:var(--och-red);display:flex;align-items:center;justify-content:center}._shopLogoEdit_ene59_43{position:absolute;bottom:6px;right:6px;width:22px;height:22px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--text-md);font-weight:var(--fw-bold);color:#fff;box-shadow:var(--och-shadow-tile)}._shopInfo_ene59_60{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:10px}._shopName_ene59_68{font-family:var(--font-family);font-size:20px;font-weight:var(--fw-extrabold);color:var(--och-ink);letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._shopSelect_ene59_79{font-size:var(--text-xl);font-weight:var(--fw-bold);padding:6px 10px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;color:var(--color-text);max-width:100%}._statusToggle_ene59_90{display:flex;align-items:center;gap:10px}._siteRow_ene59_98{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px;font-family:var(--font-family);font-size:var(--text-sm);line-height:1.3}._siteLabel_ene59_107{color:var(--och-muted);font-weight:var(--fw-medium);flex-shrink:0}._siteLink_ene59_112{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-red);text-decoration:none;word-break:break-all;line-height:1.3}._siteLink_ene59_112:active{opacity:.7}._siteLink_ene59_112 svg{width:12px;height:12px;flex-shrink:0}._reviewBadge_ene59_133{display:inline-flex;align-items:center;padding:3px 10px;margin-bottom:6px;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xs);line-height:14px;letter-spacing:.3px;text-transform:uppercase;color:var(--och-red);background:var(--och-red-tint);border-radius:999px;white-space:nowrap;align-self:flex-start}._statusText_ene59_151{font-size:var(--text-md)}._statusOpen_ene59_155{color:var(--color-success)}._statusClosed_ene59_159{color:var(--color-danger)}._toggle_ene59_163{width:44px;height:24px;background:var(--color-border);border-radius:12px;position:relative;transition:background .2s;cursor:pointer}._toggle_ene59_163:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #00000026}._toggleActive_ene59_186{background:var(--color-success)}._toggleDisabled_ene59_190{opacity:.4;cursor:not-allowed}._toggleActive_ene59_186:after{transform:translate(20px)}._menuList_ene59_199{margin:0 16px;background:#fff;border-radius:14px;box-shadow:var(--och-shadow-tile);overflow:hidden}._menuItem_ene59_207{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:0;background:transparent;border-bottom:1px solid var(--och-divider);width:100%;text-align:left;cursor:pointer;text-decoration:none;color:inherit}._menuItem_ene59_207:last-child{border-bottom:0}._menuItem_ene59_207:active{background:var(--och-bg)}._menuItemLeft_ene59_231{display:flex;align-items:center;gap:12px;flex:1;min-width:0}._menuItemIcon_ene59_239{width:18px;height:18px;color:var(--och-ink);flex-shrink:0;padding:10px;box-sizing:content-box;background:var(--och-bg);border-radius:10px}._menuItemLabel_ene59_250{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-lg);line-height:20px;color:var(--och-ink)}._menuItemValue_ene59_258{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);line-height:18px;color:var(--och-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}._menuItemArrow_ene59_270{width:14px;height:14px;color:var(--och-muted);flex-shrink:0}._verifyBadge_ene59_277{padding:3px 10px;border-radius:999px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-xs);line-height:14px;white-space:nowrap}._verifyApproved_ene59_287{background:var(--och-green-tint);color:var(--och-green)}._verifyPending_ene59_288{background:var(--och-yellow-tint);color:var(--och-yellow-dark)}._verifyRejected_ene59_289{background:var(--och-red-tint);color:var(--och-red)}._verifyNone_ene59_290{background:var(--och-red);color:#fff}._editForm_ene59_293{padding:0 16px calc(var(--nav-height) + var(--safe-bottom) + 110px)}._editField_ene59_297{margin-bottom:12px;flex:1}._editHint_ene59_302{margin-top:6px;font-family:var(--font-family);font-size:var(--text-sm);line-height:16px;color:var(--och-muted-3)}._editHintLink_ene59_310{background:none;border:none;padding:0;color:var(--och-blue);font-weight:var(--fw-bold);text-decoration:underline;cursor:pointer}._editLabel_ene59_320{display:block;font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:4px}._editInput_ene59_327{width:100%;padding:12px 14px;font-size:var(--text-lg);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text)}._editInput_ene59_327:focus{border-color:var(--och-muted-3);background:#fff;outline:none}._editRow_ene59_343{display:flex;gap:12px}._editSectionTitle_ene59_348{font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:20px;margin-bottom:4px;padding-top:16px;border-top:1px solid var(--color-border)}._editActions_ene59_360{position:fixed;bottom:calc(var(--nav-height) + var(--safe-bottom));left:50%;transform:translate(-50%);width:100%;max-width:430px;padding:14px 16px;background:#fff;box-shadow:var(--och-shadow-up);border-radius:24px 24px 0 0;display:flex;gap:10px;z-index:80}._editSaveBtn_ene59_376{flex:1;height:52px;padding:0 20px;font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-extrabold);color:#fff;background:var(--och-red);border:0;border-radius:16px;cursor:pointer;transition:background .15s;box-shadow:var(--och-shadow-tile)}._editSaveBtn_ene59_376:disabled{opacity:.5;cursor:not-allowed}._editSaveBtn_ene59_376:active:not(:disabled){background:var(--och-red-ink)}._editCancelBtn_ene59_401{flex:1;height:52px;padding:0 20px;font-family:var(--font-family);font-size:var(--text-lg);font-weight:var(--fw-extrabold);color:var(--och-ink);background:var(--och-bg);border:0;border-radius:16px;cursor:pointer}._editCancelBtn_ene59_401:active{background:var(--och-divider)}._broadcastModal_ene59_420{margin:0 16px 16px;background:#fff;border-radius:var(--radius-lg);padding:20px;box-shadow:0 2px 12px #00000014;border:1px solid var(--color-border)}._broadcastHeader_ene59_429{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._broadcastTitle_ene59_436{font-size:var(--text-xl);font-weight:var(--fw-bold);color:var(--color-text)}._broadcastClose_ene59_442{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:var(--text-xl);color:var(--color-text-secondary);border-radius:50%;background:var(--color-surface)}._broadcastHint_ene59_454{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.4;margin:0 0 12px}._broadcastInput_ene59_461{width:100%;padding:12px;font-size:var(--text-md);border:1px solid var(--color-border);border-radius:var(--radius-md);resize:vertical;min-height:80px;font-family:inherit;margin-bottom:12px}._broadcastInput_ene59_461:focus{outline:none;border-color:var(--och-muted-3);background:#fff}._broadcastResult_ene59_479{font-size:var(--text-base);color:#16a34a;background:#f0fdf4;padding:8px 12px;border-radius:var(--radius-md);margin-bottom:12px}._broadcastBtn_ene59_488{width:100%;padding:12px;font-size:var(--text-lg);font-weight:var(--fw-semibold);color:#fff;background:var(--color-accent);border-radius:var(--radius-md);transition:opacity .15s}._broadcastBtn_ene59_488:disabled{opacity:.5}._productsSection_ene59_504{padding:0 16px 16px}._productsSectionTitle_ene59_508{font-size:var(--text-lg);font-weight:var(--fw-semibold);color:#333;margin-bottom:12px}._productsList_ene59_515{background:#fff;border-radius:16px;overflow:hidden}._productRow_ene59_521{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0}._productRow_ene59_521:last-child{border-bottom:none}._productInfo_ene59_533{display:flex;align-items:center;gap:12px;min-width:0}._productImage_ene59_540{width:44px;height:44px;border-radius:10px;object-fit:cover;flex-shrink:0}._productImagePlaceholder_ene59_548{width:44px;height:44px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}._productName_ene59_560{font-size:var(--text-md);font-weight:var(--fw-medium);color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productPrice_ene59_569{font-size:var(--text-base);color:#999;margin-top:2px}._productDeleteBtn_ene59_575{width:32px;height:32px;border-radius:50%;border:none;background:#fee;color:var(--och-error);font-size:var(--text-md);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}._productDeleteBtn_ene59_575:hover{background:#fdd}._productDeleteBtn_ene59_575:disabled{opacity:.4}._dangerZone_ene59_600{padding:24px 16px}._deleteBtn_ene59_604{width:100%;padding:14px;font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--color-accent);background:none;border:1.5px solid var(--color-accent);border-radius:var(--radius-lg);transition:background .15s}._deleteBtn_ene59_604:active{background:#ff3b580d}._deleteConfirm_ene59_620{background:#fff5f5;border:1px solid #FFE0E0;border-radius:var(--radius-lg);padding:16px}._deleteWarning_ene59_627{font-size:var(--text-md);color:#333;line-height:1.4;margin:0 0 16px}._deleteActions_ene59_634{display:flex;gap:10px}._deleteConfirmBtn_ene59_639{flex:1;padding:12px;font-size:var(--text-md);font-weight:var(--fw-semibold);color:#fff;background:var(--color-accent);border-radius:var(--radius-md)}._deleteConfirmBtn_ene59_639:disabled{opacity:.6}._deleteCancelBtn_ene59_653{flex:1;padding:12px;font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-text-secondary);background:var(--color-surface);border-radius:var(--radius-md)}._footer_ene59_663{padding:32px 16px;display:flex;flex-direction:column;gap:12px;align-items:center}._footerLink_ene59_671{font-size:var(--text-md);color:var(--color-text-secondary)}._sectionHeader_ene59_680{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-lg);line-height:20px;color:var(--och-ink);margin:16px 16px 8px}._coverBlock_ene59_689{display:flex;gap:14px;padding:14px;background:var(--color-card-bg, #fff);border-radius:var(--radius-lg);box-shadow:var(--och-shadow-card);margin:0 16px 12px}._coverPreview_ene59_699{width:128px;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;flex-shrink:0;background:#fff;border:1px solid var(--och-divider);display:flex;align-items:center;justify-content:center}._coverImg_ene59_713{width:100%;height:100%;object-fit:cover}._coverPlaceholder_ene59_719{width:100%;height:100%;object-fit:contain;background:#fff}._coverActions_ene59_726{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._coverLabel_ene59_734{font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-md);color:var(--och-ink)}._coverHint_ene59_741{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-xs);line-height:14px;color:var(--och-muted);margin-bottom:8px}._coverBtnRow_ene59_750{display:flex;gap:8px;margin-top:auto}._coverBtn_ene59_750{padding:8px 14px;background:var(--och-red);color:#fff;border:0;border-radius:var(--radius-md);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);cursor:pointer}._coverBtn_ene59_750:disabled{opacity:.55;cursor:not-allowed}._coverBtnGhost_ene59_773{padding:8px 14px;background:transparent;color:var(--och-muted-3);border:1px solid var(--och-divider);border-radius:var(--radius-md);font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-base);cursor:pointer}._page_t4ycj_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 24px);min-height:100vh;background:var(--och-bg)}._loading_t4ycj_7{padding:40px 16px;text-align:center;color:var(--och-muted-3);font-family:var(--font-family);font-size:var(--text-md)}._infoCard_t4ycj_16{margin:12px 16px 16px;padding:14px 16px;background:#fff;border-radius:14px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:1.45;color:var(--och-ink);box-shadow:var(--och-shadow-tile)}._section_t4ycj_30{margin:18px 16px 0}._sectionTitle_t4ycj_33{padding:0 4px 8px;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-extrabold);color:var(--och-muted);text-transform:uppercase;letter-spacing:.4px}._group_t4ycj_43{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--och-shadow-tile)}._field_t4ycj_50{display:flex;flex-direction:column;padding:10px 14px 12px;border-bottom:1px solid var(--och-divider)}._field_t4ycj_50:last-child{border-bottom:0}._fieldLabel_t4ycj_57{font-family:var(--font-family);font-size:var(--text-xs);font-weight:var(--fw-bold);color:var(--och-muted);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}._input_t4ycj_66{width:100%;border:0;outline:0;background:transparent;font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--och-ink);padding:0}._input_t4ycj_66::placeholder{color:var(--och-muted-2);font-weight:var(--fw-medium)}._fieldRow_t4ycj_82{display:flex;gap:0;border-bottom:0}._fieldRow_t4ycj_82 ._field_t4ycj_50{flex:1;border-bottom:0;border-right:1px solid var(--och-divider)}._fieldRow_t4ycj_82 ._field_t4ycj_50:last-child{border-right:0}._weekdaysRow_t4ycj_97{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:4px}._weekday_t4ycj_97,._weekdayActive_t4ycj_104{min-height:40px;padding:8px 0;border-radius:10px;border:1px solid var(--och-divider);background:var(--och-white);color:var(--och-ink);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-base);cursor:pointer;transition:background .15s,color .15s,border-color .15s}._weekday_t4ycj_97:active{background:var(--och-bg)}._weekdayActive_t4ycj_104{background:var(--och-red);color:var(--och-white);border-color:var(--och-red)}._fieldHint_t4ycj_125{display:block;margin-top:6px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);color:var(--och-muted);line-height:1.35}._actions_t4ycj_136{display:flex;flex-direction:column;gap:10px;padding:24px 16px 8px}._saveBtn_t4ycj_142,._cancelBtn_t4ycj_143{height:52px;padding:0 20px;border:0;border-radius:14px;font-family:var(--font-family);font-size:var(--text-md);font-weight:var(--fw-extrabold);cursor:pointer;transition:background .15s,transform .1s}._saveBtn_t4ycj_142{background:var(--och-red);color:#fff;box-shadow:0 4px 14px #f6004140}._saveBtn_t4ycj_142:active:not(:disabled){background:var(--och-red-ink);transform:scale(.99)}._saveBtn_t4ycj_142:disabled{opacity:.5;cursor:not-allowed}._cancelBtn_t4ycj_143{background:var(--och-bg-2);color:var(--och-ink)}._cancelBtn_t4ycj_143:active{background:var(--och-divider)}._page_1l6r7_2{background:var(--och-bg);min-height:100vh;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 140px)}._loading_1l6r7_8{padding:60px 16px;text-align:center;color:var(--och-muted)}._statusCard_1l6r7_15{margin:12px 16px 10px;padding:14px 16px;border-radius:14px}._statusTop_1l6r7_21{display:flex;align-items:center;gap:8px}._statusDot_1l6r7_27{width:8px;height:8px;border-radius:50%;background:currentColor;animation:_blink_1l6r7_1 1.6s ease-in-out infinite}@keyframes _blink_1l6r7_1{0%,to{opacity:1}50%{opacity:.4}}._statusLabel_1l6r7_40{font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-xl);line-height:20px}._statusHint_1l6r7_47{margin-top:8px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:18px;color:var(--och-ink);opacity:.85}._statusNote_1l6r7_57{margin-top:10px;padding:10px 12px;background:#ffffff80;border-radius:8px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);line-height:16px;color:var(--och-ink)}._stNone_1l6r7_69{background:var(--och-bg-2);color:var(--och-muted-3)}._stPending_1l6r7_74{background:var(--och-yellow-tint);color:var(--och-yellow-dark)}._stPending_1l6r7_74 ._statusDot_1l6r7_27{background:#e8a400}._stApproved_1l6r7_81{background:var(--och-green-tint);color:var(--och-green)}._stRejected_1l6r7_86{background:var(--och-red-tint);color:var(--och-red)}._infoCard_1l6r7_92{margin:0 16px 16px;padding:14px 16px;background:#fff;border-radius:14px;font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-base);line-height:1.45;color:var(--och-ink);box-shadow:var(--och-shadow-tile)}._infoCard_1l6r7_92 b{font-weight:var(--fw-extrabold)}._section_1l6r7_110{margin:18px 16px 0}._sectionTitle_1l6r7_114{padding:0 4px 8px;font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);text-transform:uppercase;letter-spacing:.05em}._group_1l6r7_125{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--och-shadow-tile)}._field_1l6r7_132{display:flex;flex-direction:column;padding:12px 14px;border-bottom:1px solid var(--och-divider)}._field_1l6r7_132:last-child{border-bottom:0}._fieldLabel_1l6r7_143{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px;color:var(--och-muted);margin-bottom:4px}._fieldLabel_1l6r7_143:after{content:" *";color:var(--och-red)}._input_1l6r7_157,._select_1l6r7_158{font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-lg);line-height:20px;color:var(--och-ink);background:transparent;border:0;padding:2px 0;outline:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}._select_1l6r7_158{padding-right:24px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239D9BA2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 4px center}._input_1l6r7_157::placeholder{color:var(--och-muted-2);font-weight:var(--fw-medium)}._input_1l6r7_157[type=date]{text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:22px}._input_1l6r7_157[type=date]::-webkit-date-and-time-value{text-align:left}._bottomBar_1l6r7_196{position:fixed;bottom:calc(var(--nav-height) + var(--safe-bottom));left:50%;transform:translate(-50%);width:100%;max-width:430px;padding:14px 16px;background:#fff;box-shadow:var(--och-shadow-up);border-radius:24px 24px 0 0;z-index:80}._innRow_1l6r7_211{display:flex;gap:8px;align-items:stretch}._innRow_1l6r7_211 ._input_1l6r7_157{flex:1;min-width:0}._lookupBtn_1l6r7_220{flex-shrink:0;padding:0 16px;background:var(--och-ink);color:#fff;border:0;border-radius:var(--radius-md);font-family:var(--font-family);font-weight:var(--fw-bold);font-size:var(--text-sm);cursor:pointer}._lookupBtn_1l6r7_220:active:not(:disabled){opacity:.85}._lookupBtn_1l6r7_220:disabled{background:var(--och-divider);color:var(--och-muted-3);cursor:not-allowed}._lookupError_1l6r7_240{display:block;margin-top:6px;font-family:var(--font-family);font-size:var(--text-xs);color:var(--och-red)}._missingHint_1l6r7_249{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--och-red);line-height:1.35;margin-bottom:8px}._saveBtn_1l6r7_258{width:100%;height:52px;padding:0 20px;background:var(--och-red);color:#fff;font-family:var(--font-family);font-weight:var(--fw-extrabold);font-size:var(--text-lg);line-height:20px;border:0;border-radius:16px;cursor:pointer;transition:background .15s,transform .1s}._saveBtn_1l6r7_258:active{background:var(--och-red-ink);transform:scale(.99)}._saveBtn_1l6r7_258:disabled{opacity:.6;cursor:default}._page_r3io2_1{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}._content_r3io2_5{padding:0 16px}._empty_r3io2_9{text-align:center;padding:40px 0;color:var(--color-text-muted);font-size:var(--text-lg)}._clientModeBtn_r3io2_16{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;margin-bottom:16px;background:var(--color-text);color:#fff;font-size:var(--text-lg);font-weight:var(--fw-bold);border-radius:var(--radius-full);border:none;cursor:pointer;transition:opacity .15s}._clientModeBtn_r3io2_16:active{opacity:.85}._clientModeBtn_r3io2_16 svg{width:18px;height:18px}._list_r3io2_43{display:flex;flex-direction:column;gap:14px}._card_r3io2_49{display:flex;flex-direction:column;padding:0;background:#fff;border-radius:20px;border:0;text-align:left;cursor:pointer;transition:transform .15s;width:100%;overflow:hidden;box-shadow:var(--och-shadow-card)}._card_r3io2_49:active{transform:scale(.99)}._cardLogo_r3io2_68{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--och-divider)}._cardLogoImg_r3io2_76{width:100%;height:100%;object-fit:cover}._cardLogoPlaceholder_r3io2_82{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--och-red)}._cardInfo_r3io2_91{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px}._cardName_r3io2_98{font-family:var(--font-family);font-size:var(--text-2xl);font-weight:var(--fw-extrabold);color:var(--och-ink);letter-spacing:-.2px;line-height:24px}._cardAddress_r3io2_107{font-family:var(--font-family);font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--och-muted);line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardMeta_r3io2_118{margin-top:6px;display:flex;gap:8px;align-items:center;font-family:var(--font-family);font-weight:var(--fw-semibold);font-size:var(--text-sm);line-height:16px}._statusOpen_r3io2_129{color:var(--och-green)}._statusClosed_r3io2_133{color:var(--och-muted)}._cardType_r3io2_137{color:var(--och-ink);padding:2px 10px;background:var(--och-bg);border-radius:999px;font-weight:var(--fw-bold)}._cardArrow_r3io2_145{display:none}._addBtn_r3io2_149{width:100%;padding:16px;font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--color-accent);background:var(--color-surface);border:2px dashed var(--color-border);border-radius:var(--radius-lg);text-align:center;cursor:pointer}._addBtn_r3io2_149:active{background:var(--color-bg)}._page_1tjme_1{min-height:100vh;background:var(--color-bg)}._header_1tjme_6{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--color-border);position:sticky;top:0;background:var(--color-bg);z-index:10}._headerTitle_1tjme_18{font-size:20px;font-weight:var(--fw-bold)}._headerSubtitle_1tjme_23{font-size:var(--text-base);color:var(--color-text-secondary)}._content_1tjme_28{padding:16px}._sectionTitle_1tjme_32{font-size:var(--text-xl);font-weight:var(--fw-semibold);color:var(--color-text-secondary);margin-bottom:12px}._empty_1tjme_39{text-align:center;color:var(--color-text-secondary);padding:40px 16px;font-size:var(--text-lg)}._shopList_1tjme_46{display:flex;flex-direction:column;gap:12px}._shopCard_1tjme_52{background:var(--color-surface);border-radius:var(--radius-lg);padding:16px}._shopInfo_1tjme_58{margin-bottom:12px}._shopName_1tjme_62{font-size:var(--text-xl);font-weight:var(--fw-semibold);display:flex;align-items:center;gap:8px;margin-bottom:4px}._statusBadge_1tjme_71{font-size:var(--text-xs);font-weight:var(--fw-medium);padding:2px 8px;border-radius:10px}._statusOpen_1tjme_78{background:#34c7591f;color:var(--color-success)}._statusClosed_1tjme_83{background:#ff3b581a;color:var(--color-danger)}._shopAddress_1tjme_88{font-size:var(--text-md);color:var(--color-text-secondary);margin-bottom:8px}._shopMeta_1tjme_94{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:4px}._shopStats_1tjme_100{font-size:var(--text-base);color:var(--color-text-muted);display:flex;gap:12px;flex-wrap:wrap}._shopActions_1tjme_108{border-top:1px solid var(--color-border);padding-top:12px}._deleteBtn_1tjme_113{width:100%;padding:10px;font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-accent);background:none;border:1.5px solid var(--color-accent);border-radius:var(--radius-md);transition:background .15s}._deleteBtn_1tjme_113:active{background:#ff3b580d}._confirmBlock_1tjme_129{text-align:center}._confirmText_1tjme_133{font-size:var(--text-base);color:#333;margin-bottom:10px}._confirmActions_1tjme_139{display:flex;gap:8px}._confirmDeleteBtn_1tjme_144{flex:1;padding:10px;font-size:var(--text-md);font-weight:var(--fw-semibold);color:#fff;background:var(--color-accent);border-radius:var(--radius-md)}._confirmDeleteBtn_1tjme_144:disabled{opacity:.6}._confirmCancelBtn_1tjme_158{flex:1;padding:10px;font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--color-text-secondary);background:var(--color-border);border-radius:var(--radius-md)}._page_1qrv1_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg);padding:16px}._card_1qrv1_10{width:100%;max-width:360px;background:var(--color-surface);border-radius:var(--radius-lg);padding:32px 24px;display:flex;flex-direction:column;gap:16px}._title_1qrv1_21{font-size:24px;font-weight:var(--fw-bold);text-align:center}._subtitle_1qrv1_27{font-size:var(--text-md);color:var(--color-text-secondary);text-align:center;margin-bottom:8px}._input_1qrv1_34{width:100%;padding:14px 16px;font-size:var(--text-xl);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:#fff;outline:none;transition:border-color .15s}._input_1qrv1_34:focus{border-color:var(--color-primary)}._error_1qrv1_49{font-size:var(--text-md);color:var(--color-accent);text-align:center}._submitBtn_1qrv1_55{width:100%;padding:14px;font-size:var(--text-xl);font-weight:var(--fw-semibold);color:#fff;background:var(--color-primary);border-radius:var(--radius-md);transition:opacity .15s}._submitBtn_1qrv1_55:disabled{opacity:.5}._submitBtn_1qrv1_55:active:not(:disabled){opacity:.85}
