.MobileTopBar-module-scss-module__KTZ0nG__topbar{z-index:110;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);padding:calc(8px + env(safe-area-inset-top)) var(--page-pad) 10px;background:#ffffffe0;position:sticky;top:0;box-shadow:0 10px 28px #0c1d3b14}.MobileTopBar-module-scss-module__KTZ0nG__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;width:100%;max-width:480px;margin:0 auto;display:grid}.MobileTopBar-module-scss-module__KTZ0nG__left,.MobileTopBar-module-scss-module__KTZ0nG__right{align-items:center;gap:8px;min-height:44px;display:flex}.MobileTopBar-module-scss-module__KTZ0nG__left{justify-self:start}.MobileTopBar-module-scss-module__KTZ0nG__right{justify-self:end}.MobileTopBar-module-scss-module__KTZ0nG__center{flex-direction:column;justify-self:center;align-items:center;gap:2px;min-width:0;max-width:min(280px,72vw);display:flex}.MobileTopBar-module-scss-module__KTZ0nG__title{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:900;line-height:1.1;overflow:hidden}.MobileTopBar-module-scss-module__KTZ0nG__subtitle{color:var(--color-primary);font-size:12px;font-weight:800}.MobileTopBar-module-scss-module__KTZ0nG__sideShim{flex-shrink:0;width:88px;height:44px;display:block}.MobileTopBar-module-scss-module__KTZ0nG__logoLink{justify-content:center;align-items:center;line-height:0;display:flex}@media (prefers-color-scheme:dark){.MobileTopBar-module-scss-module__KTZ0nG__topbar{background:#0a1b29e0}}
.MobileActionSheet-module-scss-module__W8HfAa__backdrop{z-index:100;overscroll-behavior:contain;background:#06172885;position:fixed;inset:0}.MobileActionSheet-module-scss-module__W8HfAa__sheet{z-index:1;background:var(--color-surface);box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:absolute;left:0;right:0;transform:translateY(0)}.MobileActionSheet-module-scss-module__W8HfAa__sheetBottom{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:min(88dvh,900px);padding:14px var(--page-pad) env(safe-area-inset-bottom);bottom:0}.MobileActionSheet-module-scss-module__W8HfAa__sheetTop{top:calc(env(safe-area-inset-top) + var(--sheet-top-offset,0px));border-radius:0 0 var(--radius-xl) var(--radius-xl);max-height:min(92dvh,900px);padding:14px var(--page-pad) calc(14px + env(safe-area-inset-bottom));bottom:auto}.MobileActionSheet-module-scss-module__W8HfAa__grabber{border-radius:var(--radius-pill);background:#158b8f59;width:46px;height:5px;margin:0 auto 12px}.MobileActionSheet-module-scss-module__W8HfAa__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.MobileActionSheet-module-scss-module__W8HfAa__title{letter-spacing:-.02em;font-size:16px;font-weight:900}.MobileActionSheet-module-scss-module__W8HfAa__body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding-bottom:calc(12px + env(safe-area-inset-bottom));flex:1;margin-top:12px;overflow-y:auto}.MobileActionSheet-module-scss-module__W8HfAa__closeBtn{border:1px solid var(--color-border);border-radius:var(--radius-md);height:40px;color:var(--color-fg);cursor:pointer;background:0 0;padding:0 12px;font-weight:900}.MobileActionSheet-module-scss-module__W8HfAa__rootBelowHeader{top:calc(var(--sheet-header-offset,var(--app-header-height)) - 1px);z-index:1190;pointer-events:none;position:fixed;bottom:0;left:0;right:0}.MobileActionSheet-module-scss-module__W8HfAa__rootBelowHeader[data-open=true]{pointer-events:auto}.MobileActionSheet-module-scss-module__W8HfAa__backdropBelow{opacity:0;background:#06172885;transition:opacity .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.MobileActionSheet-module-scss-module__W8HfAa__rootBelowHeader[data-open=true] .MobileActionSheet-module-scss-module__W8HfAa__backdropBelow{opacity:1}.MobileActionSheet-module-scss-module__W8HfAa__sheetClip{z-index:1;pointer-events:none;contain:layout paint;position:absolute;inset:0;overflow:hidden}.MobileActionSheet-module-scss-module__W8HfAa__rootBelowHeader[data-open=true] .MobileActionSheet-module-scss-module__W8HfAa__sheetClip{pointer-events:auto}.MobileActionSheet-module-scss-module__W8HfAa__sheetBelow{max-height:calc(100dvh - var(--sheet-header-offset,var(--app-header-height)) + 1px);background:var(--color-surface);opacity:1;border-radius:0 0 var(--radius-xl) var(--radius-xl);transform:translate3d(0, calc(-100% - var(--sheet-hide-fudge,14px)), 0);box-shadow:none;will-change:transform;backface-visibility:hidden;flex-direction:column;transition:transform .42s cubic-bezier(.45,0,.2,1),box-shadow .32s;display:flex;position:absolute;top:0;left:0;right:0}.MobileActionSheet-module-scss-module__W8HfAa__rootBelowHeader[data-open=true] .MobileActionSheet-module-scss-module__W8HfAa__sheetBelow{transition:transform .56s cubic-bezier(.16,1,.32,1),box-shadow .5s cubic-bezier(.16,1,.32,1);transform:translate(0,0);box-shadow:0 20px 52px #0617282e,0 8px 18px #0617281f}.MobileActionSheet-module-scss-module__W8HfAa__sheetBelowDragging{transition:none!important}.MobileActionSheet-module-scss-module__W8HfAa__sheetBelowInner{min-height:0;max-height:inherit;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;flex:1;display:flex}.MobileActionSheet-module-scss-module__W8HfAa__bodyBelow{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:14px var(--page-pad) 8px;flex:1;overflow-y:auto}.MobileActionSheet-module-scss-module__W8HfAa__grabberBottom{border-radius:var(--radius-pill);box-sizing:content-box;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#158b8f6b;flex-shrink:0;width:46px;height:5px;margin:8px auto 12px;padding:18px 48px 14px}.MobileActionSheet-module-scss-module__W8HfAa__grabberBottom:active{cursor:grabbing}@media (prefers-reduced-motion:reduce){.MobileActionSheet-module-scss-module__W8HfAa__sheetBelow,.MobileActionSheet-module-scss-module__W8HfAa__rootBelowHeader[data-open=true] .MobileActionSheet-module-scss-module__W8HfAa__sheetBelow,.MobileActionSheet-module-scss-module__W8HfAa__backdropBelow{transition:none}}
.Header-module-scss-module__OmcB5W__header{z-index:1300;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border);background:#ffffffe0;position:sticky;top:0;box-shadow:0 10px 30px #0c1d3b14}.Header-module-scss-module__OmcB5W__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:10px 16px;display:flex}@media (min-width:768px){.Header-module-scss-module__OmcB5W__inner{padding:10px 32px}}.Header-module-scss-module__OmcB5W__brand{flex-shrink:0;align-items:center;gap:8px;min-width:0;display:flex}.Header-module-scss-module__OmcB5W__brandLogo{width:100%;max-width:clamp(70px,11vw,84px);height:auto}.Header-module-scss-module__OmcB5W__brandText{letter-spacing:-.02em;color:var(--color-primary);font-size:15px;font-weight:800}.Header-module-scss-module__OmcB5W__burger{z-index:1301;border:1px solid var(--color-border);background:#ffffffeb;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:inline-flex;position:relative}@media (min-width:1024px){.Header-module-scss-module__OmcB5W__burger{display:none}}.Header-module-scss-module__OmcB5W__desktopNav{min-width:0;display:none}@media (min-width:1024px){.Header-module-scss-module__OmcB5W__desktopNav{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}}.Header-module-scss-module__OmcB5W__desktopNavLink{color:var(--color-fg);white-space:nowrap;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,color .15s}.Header-module-scss-module__OmcB5W__desktopNavLink:hover{background:var(--color-surface-2);color:var(--color-primary)}.Header-module-scss-module__OmcB5W__desktopNavCta{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:999px;margin-left:8px;padding:8px 18px;font-size:14px;font-weight:900;text-decoration:none;transition:opacity .15s}.Header-module-scss-module__OmcB5W__desktopNavCta:hover{opacity:.88}.Header-module-scss-module__OmcB5W__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module-scss-module__OmcB5W__iconBtn{border:1px solid var(--color-border);background:#ffffffeb;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:inline-flex}.Header-module-scss-module__OmcB5W__cartLink{text-decoration:none;display:inline-flex;position:relative}.Header-module-scss-module__OmcB5W__cartBadge{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2));color:#fff;text-align:center;pointer-events:none;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:900;line-height:18px;position:absolute;top:-5px;right:-5px;box-shadow:0 0 0 2px #fff,0 6px 16px #158b8f47}.Header-module-scss-module__OmcB5W__sheetNav{flex-direction:column;gap:8px;max-width:480px;margin:0 auto;display:flex}.Header-module-scss-module__OmcB5W__sheetLink{text-align:center;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-fg);min-height:var(--touch);border-radius:14px;justify-content:center;align-items:center;padding:14px 16px;font-size:15px;font-weight:900;line-height:1.2;text-decoration:none;display:flex}.Header-module-scss-module__OmcB5W__sheetLinkMuted{text-align:center;color:var(--color-muted);min-height:var(--touch);cursor:pointer;background:#ffffffc7;border:1px dashed #0c1d3b38;border-radius:14px;justify-content:center;align-items:center;margin-top:6px;padding:14px 16px;font-size:15px;font-weight:800;display:flex}
.Footer-module-scss-module__gcP_9a__footer{background:linear-gradient(#0d223408,#0d22341a),radial-gradient(circle at 22% -10%,#158b8f24,#0000 42%),#f7fbfc;border-top:1px solid #158b8f38;margin-top:56px;padding:38px 16px 34px}.Footer-module-scss-module__gcP_9a__inner{grid-template-columns:1.2fr repeat(2,minmax(140px,1fr));justify-content:space-between;align-items:flex-start;gap:18px 28px;max-width:1120px;margin:0 auto;display:grid}.Footer-module-scss-module__gcP_9a__col{flex-direction:column;gap:9px;min-width:0;display:flex}.Footer-module-scss-module__gcP_9a__logo{width:auto;max-width:122px;height:auto}.Footer-module-scss-module__gcP_9a__muted{color:var(--color-muted);max-width:320px;font-size:14px;line-height:1.55}.Footer-module-scss-module__gcP_9a__link{color:var(--color-fg);opacity:.86;width:fit-content;font-size:14px}.Footer-module-scss-module__gcP_9a__link:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}@media (max-width:520px){.Footer-module-scss-module__gcP_9a__inner{grid-template-columns:1fr;gap:14px}}
.HubCardActions-module-scss-module__bdTKhW__root{margin-top:8px}.HubCardActions-module-scss-module__bdTKhW__rootCompact{margin-top:0}.HubCardActions-module-scss-module__bdTKhW__error{font-size:var(--text-xs);color:var(--color-danger);margin:0 0 8px;line-height:1.35}.HubCardActions-module-scss-module__bdTKhW__row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.HubCardActions-module-scss-module__bdTKhW__rowLarge{gap:8px}.HubCardActions-module-scss-module__bdTKhW__btn{border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-surface);min-height:32px;color:var(--color-fg);font-size:var(--text-xs);cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;gap:4px;padding:4px 10px;font-weight:800;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.HubCardActions-module-scss-module__bdTKhW__btnLarge{min-height:36px;font-size:var(--text-sm);padding:6px 12px}.HubCardActions-module-scss-module__bdTKhW__btn:disabled{opacity:.55;cursor:not-allowed}.HubCardActions-module-scss-module__bdTKhW__btnActiveLike{background:#ef444414;border-color:#ef444440}.HubCardActions-module-scss-module__bdTKhW__btnActiveFav{background:#19c6c21f;border-color:#19c6c259}.HubCardActions-module-scss-module__bdTKhW__commentBox{gap:8px;margin-top:10px;display:grid}.HubCardActions-module-scss-module__bdTKhW__textarea{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-fg);min-height:72px;font-size:var(--text-sm);resize:vertical;padding:10px 12px;font-family:inherit}.HubCardActions-module-scss-module__bdTKhW__submitComment{min-height:var(--touch);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-fg);font-size:var(--text-sm);cursor:pointer;justify-content:center;align-items:center;width:fit-content;padding:0 14px;font-weight:800;display:inline-flex}
.MapopotClient-module-scss-module__bZzRtG__bleed{width:calc(100% + 2*var(--page-pad));margin-left:calc(-1*var(--page-pad));margin-right:calc(-1*var(--page-pad))}.MapopotClient-module-scss-module__bZzRtG__root{border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid #19c6c259;position:relative;overflow:hidden;box-shadow:0 12px 40px #0f172a1f,inset 0 0 0 1px #ffffff0f}.MapopotClient-module-scss-module__bZzRtG__mapShell{width:100%;height:min(68dvh,560px);min-height:min(68dvh,560px);position:relative}.MapopotClient-module-scss-module__bZzRtG__mapEl{width:100%;height:100%;position:absolute;inset:0}:is(.MapopotClient-module-scss-module__bZzRtG__root .mapboxgl-ctrl-bottom-right,.MapopotClient-module-scss-module__bZzRtG__root .mapboxgl-ctrl-bottom-left){z-index:5}.MapopotClient-module-scss-module__bZzRtG__overlayTop{z-index:4;pointer-events:none;flex-direction:column;gap:8px;padding:10px 10px 0;display:flex;position:absolute;top:0;left:0;right:0}.MapopotClient-module-scss-module__bZzRtG__overlayTop>*{pointer-events:auto}.MapopotClient-module-scss-module__bZzRtG__topPanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd6;border:1px solid #ffffffb3;border-radius:16px;padding:10px;box-shadow:0 8px 30px #0f172a1f}.MapopotClient-module-scss-module__bZzRtG__brandRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.MapopotClient-module-scss-module__bZzRtG__brand{letter-spacing:.04em;text-transform:uppercase;color:var(--color-fg);text-shadow:0 1px 2px #ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-pill);background:#ffffffd1;border:1px solid #19c6c259;padding:6px 12px;font-size:13px;font-weight:900}.MapopotClient-module-scss-module__bZzRtG__cityChip{color:var(--color-fg);white-space:nowrap;text-overflow:ellipsis;background:#fffffff2;border:1px solid #94a3b859;border-radius:999px;max-width:56%;padding:6px 10px;font-size:12px;font-weight:700;overflow:hidden}.MapopotClient-module-scss-module__bZzRtG__searchWrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border);background:#fffffff5;border-radius:14px;align-items:center;gap:8px;margin-bottom:8px;padding:9px 12px;display:flex;box-shadow:0 6px 16px #0f172a14}.MapopotClient-module-scss-module__bZzRtG__searchIcon{width:20px;height:20px;color:var(--color-primary);flex-shrink:0}.MapopotClient-module-scss-module__bZzRtG__searchInput{width:100%;min-width:0;color:var(--color-fg);background:0 0;border:0;outline:none;font-size:16px;font-weight:700}.MapopotClient-module-scss-module__bZzRtG__toggleRow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);background:#fffffff0;border-radius:14px;gap:6px;padding:4px;display:flex;box-shadow:0 6px 18px #0f172a0f}.MapopotClient-module-scss-module__bZzRtG__toggleBtn{cursor:pointer;color:var(--color-muted);background:0 0;border:0;border-radius:10px;flex:1;padding:10px 8px;font-size:14px;font-weight:900;transition:background .22s,color .22s,transform .18s}.MapopotClient-module-scss-module__bZzRtG__toggleBtnActive{color:#fff;background:linear-gradient(135deg,#19c6c2f2 0%,#0ea5a2f2 100%);box-shadow:0 4px 14px #19c6c259}.MapopotClient-module-scss-module__bZzRtG__toggleBtn:active:not(.MapopotClient-module-scss-module__bZzRtG__toggleBtnActive){transform:scale(.98)}.MapopotClient-module-scss-module__bZzRtG__metaRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.MapopotClient-module-scss-module__bZzRtG__iconBtn{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#fffffff0;border-radius:14px;justify-content:center;align-items:center;width:48px;min-height:48px;transition:transform .15s;display:flex;box-shadow:0 6px 16px #0f172a12}.MapopotClient-module-scss-module__bZzRtG__iconBtn:active{transform:scale(.96)}.MapopotClient-module-scss-module__bZzRtG__iconBtn svg{width:22px;height:22px;color:var(--color-primary)}.MapopotClient-module-scss-module__bZzRtG__osmBadge{color:var(--color-muted);background:#ffffffeb;border:1px solid #94a3b840;border-radius:999px;align-items:center;padding:8px 10px;font-size:11px;font-weight:700;display:inline-flex}.MapopotClient-module-scss-module__bZzRtG__fallback{text-align:center;background:linear-gradient(165deg,#e8faf9 0%,#f4f6f8 55%,#eef2f7 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:min(72dvh,560px);padding:24px;display:flex}.MapopotClient-module-scss-module__bZzRtG__sheet{z-index:6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);max-height:100%;padding:12px 12px calc(12px + env(safe-area-inset-bottom));opacity:0;background:#fffffff7;border-top:1px solid #19c6c259;border-radius:18px 18px 0 0;transition:transform .38s cubic-bezier(.32,.72,0,1),opacity .28s;position:absolute;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -12px 40px #0f172a1f}.MapopotClient-module-scss-module__bZzRtG__sheetOpen{opacity:1;transform:translateY(0)}.MapopotClient-module-scss-module__bZzRtG__sheetHeader{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.MapopotClient-module-scss-module__bZzRtG__sheetTitle{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:900}.MapopotClient-module-scss-module__bZzRtG__sheetClose{cursor:pointer;background:#0f172a0f;border:0;border-radius:10px;width:36px;height:36px;font-size:18px;line-height:1}.MapopotClient-module-scss-module__bZzRtG__sheetBody{-webkit-overflow-scrolling:touch;max-height:36dvh;overflow-y:auto}.MapopotClient-module-scss-module__bZzRtG__sheetMedia{border-radius:12px;width:100%;height:120px;margin-bottom:10px;position:relative;overflow:hidden}.MapopotClient-module-scss-module__bZzRtG__sheetMeta{color:var(--color-muted);margin:0 0 10px;font-size:13px;font-weight:700}.MapopotClient-module-scss-module__bZzRtG__sheetLinks{gap:8px;display:grid}.MapopotClient-module-scss-module__bZzRtG__sheetLink{background:var(--color-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:12px 14px;font-weight:900;text-decoration:none;display:inline-flex}.MapopotClient-module-scss-module__bZzRtG__sheetLinkSecondary{background:var(--color-surface-2);color:var(--color-fg);border:1px solid var(--color-border)}.MapopotClient-module-scss-module__bZzRtG__markerBtn{cursor:pointer;background:#fffffff5;border:0;border-radius:999px;padding:0;transition:transform .2s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 22px #0f172a33}.MapopotClient-module-scss-module__bZzRtG__markerBtn:hover{transform:scale(1.06)}.MapopotClient-module-scss-module__bZzRtG__markerBtn:active{transform:scale(.94)}.MapopotClient-module-scss-module__bZzRtG__markerInner{border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.MapopotClient-module-scss-module__bZzRtG__markerInner svg{width:18px;height:18px;line-height:1}.MapopotClient-module-scss-module__bZzRtG__markerDish{color:#0f766e;background:linear-gradient(#ecfdf5 0%,#fff 100%);border:2px solid #0d9488}.MapopotClient-module-scss-module__bZzRtG__markerKitchen{color:#6d28d9;background:linear-gradient(#f5f3ff 0%,#fff 100%);border:2px solid #7c3aed}.MapopotClient-module-scss-module__bZzRtG__userDot{background:#2563eb;border:3px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 4px #2563eb59}@media (prefers-color-scheme:dark){.MapopotClient-module-scss-module__bZzRtG__brand{color:#f8fafc;text-shadow:none;background:#0f172ad1}.MapopotClient-module-scss-module__bZzRtG__topPanel,.MapopotClient-module-scss-module__bZzRtG__cityChip,.MapopotClient-module-scss-module__bZzRtG__osmBadge,.MapopotClient-module-scss-module__bZzRtG__searchWrap,.MapopotClient-module-scss-module__bZzRtG__toggleRow,.MapopotClient-module-scss-module__bZzRtG__iconBtn{background:#0f172ae0}.MapopotClient-module-scss-module__bZzRtG__fallback{background:linear-gradient(165deg,#0f172a 0%,#1e293b 100%)}.MapopotClient-module-scss-module__bZzRtG__sheet{background:#0f172af5}}
.MobileBottomNavBase-module-scss-module__NIrWMa__nav{z-index:80;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border);background:#ffffffe6;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 30px #0c1d3b1f}.MobileBottomNavBase-module-scss-module__NIrWMa__inner{min-height:70px;padding:8px var(--page-pad) 8px;align-items:center;gap:6px;width:100%;max-width:480px;margin:0 auto;display:grid}.MobileBottomNavBase-module-scss-module__NIrWMa__item{color:#0c1d3bb8;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:6px 0;display:flex}.MobileBottomNavBase-module-scss-module__NIrWMa__active{color:var(--color-primary);background:#158b8f24}.MobileBottomNavBase-module-scss-module__NIrWMa__iconWrap{justify-content:center;align-items:center;display:flex;position:relative}.MobileBottomNavBase-module-scss-module__NIrWMa__icon{justify-content:center;align-items:center;width:22px;height:22px;display:flex}.MobileBottomNavBase-module-scss-module__NIrWMa__icon svg{width:22px;height:22px}.MobileBottomNavBase-module-scss-module__NIrWMa__itemEmphasis .MobileBottomNavBase-module-scss-module__NIrWMa__icon{box-sizing:content-box;background:#158b8f29;border-radius:9999px;width:28px;height:28px;padding:7px}.MobileBottomNavBase-module-scss-module__NIrWMa__itemEmphasis.MobileBottomNavBase-module-scss-module__NIrWMa__active .MobileBottomNavBase-module-scss-module__NIrWMa__icon{background:#158b8f42}.MobileBottomNavBase-module-scss-module__NIrWMa__itemEmphasis .MobileBottomNavBase-module-scss-module__NIrWMa__icon svg{width:28px;height:28px}.MobileBottomNavBase-module-scss-module__NIrWMa__badge{background:var(--color-primary);color:#fff;text-align:center;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:900;line-height:18px;position:absolute;top:-4px;right:-8px;box-shadow:0 2px 6px #0f172a33}.MobileBottomNavBase-module-scss-module__NIrWMa__label{white-space:nowrap;font-size:12px;font-weight:900}@media (prefers-color-scheme:dark){.MobileBottomNavBase-module-scss-module__NIrWMa__nav{background:#070a12e0}.MobileBottomNavBase-module-scss-module__NIrWMa__item{color:#e5e7ebb8}}
.ClientShellNavMenu-module-scss-module__MobyvG__root{flex-direction:column;gap:8px;display:flex}.ClientShellNavMenu-module-scss-module__MobyvG__rowLink{border:1px solid var(--color-border);background:var(--color-surface);min-height:48px;color:var(--color-fg);font-weight:800;font-size:var(--text-md);text-align:left;border-radius:14px;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;transition:background .18s,transform .18s;display:flex}.ClientShellNavMenu-module-scss-module__MobyvG__rowLink:hover,.ClientShellNavMenu-module-scss-module__MobyvG__rowLink:focus-visible{background:var(--color-surface-2);outline:none;transform:translate(2px)}.ClientShellNavMenu-module-scss-module__MobyvG__icon{width:22px;height:22px;color:var(--color-primary);flex-shrink:0}.ClientShellNavMenu-module-scss-module__MobyvG__label{flex:1;min-width:0}.ClientShellNavMenu-module-scss-module__MobyvG__sectionToggle{border:1px solid var(--color-border);width:100%;min-height:48px;color:var(--color-fg);font-weight:800;font-size:var(--text-md);text-align:left;cursor:pointer;background:#edf4f7e6;border-radius:14px;align-items:center;gap:12px;padding:10px 14px;transition:background .15s;display:flex}.ClientShellNavMenu-module-scss-module__MobyvG__sectionToggle:hover,.ClientShellNavMenu-module-scss-module__MobyvG__sectionToggle:focus-visible{background:#0f172a0f;outline:none}.ClientShellNavMenu-module-scss-module__MobyvG__chevron{width:22px;height:22px;color:var(--color-muted);flex-shrink:0;margin-left:auto;transition:transform .22s}.ClientShellNavMenu-module-scss-module__MobyvG__chevronOpen{transform:rotate(180deg)}.ClientShellNavMenu-module-scss-module__MobyvG__subList{flex-direction:column;gap:6px;margin:0;padding:4px 0 8px 8px;list-style:none;display:flex}.ClientShellNavMenu-module-scss-module__MobyvG__subLink{min-height:44px;color:var(--color-fg);font-weight:700;font-size:var(--text-sm);border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:8px 12px 8px 10px;text-decoration:none;display:flex}.ClientShellNavMenu-module-scss-module__MobyvG__subLink:hover,.ClientShellNavMenu-module-scss-module__MobyvG__subLink:focus-visible{background:var(--color-surface-2);border-color:var(--color-border);outline:none}.ClientShellNavMenu-module-scss-module__MobyvG__subIcon{width:20px;height:20px;color:var(--color-muted);flex-shrink:0}.ClientShellNavMenu-module-scss-module__MobyvG__logout{border-top:1px solid var(--color-border);margin-top:10px;padding-top:12px}.ClientShellNavMenu-module-scss-module__MobyvG__logoutBtn{width:100%;min-height:48px;color:var(--color-danger);font-weight:800;font-size:var(--text-md);cursor:pointer;background:#fef2f2e6;border:1px solid #dc262659;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:12px 14px;display:flex}.ClientShellNavMenu-module-scss-module__MobyvG__logoutBtn:hover,.ClientShellNavMenu-module-scss-module__MobyvG__logoutBtn:focus-visible{background:#fee2e2f2;outline:none}@media (prefers-color-scheme:dark){.ClientShellNavMenu-module-scss-module__MobyvG__sectionToggle:hover,.ClientShellNavMenu-module-scss-module__MobyvG__sectionToggle:focus-visible{background:#ffffff0f}.ClientShellNavMenu-module-scss-module__MobyvG__logoutBtn{background:#7f1d1d40;border-color:#f8717173}}
.Auth-module-scss-module__vkG3xW__card{border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:linear-gradient(#fffffffa,#f8fcfdf5);padding:20px}.Auth-module-scss-module__vkG3xW__title{letter-spacing:-.02em;margin:0;font-size:30px;font-weight:800}.Auth-module-scss-module__vkG3xW__subtitle{color:var(--color-muted);margin:8px 0 0}.Auth-module-scss-module__vkG3xW__form{gap:12px;margin-top:16px;display:grid}.Auth-module-scss-module__vkG3xW__nameRow{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:768px){.Auth-module-scss-module__vkG3xW__nameRow{grid-template-columns:1fr 1fr}}.Auth-module-scss-module__vkG3xW__field{gap:6px;font-size:14px;font-weight:600;display:grid}.Auth-module-scss-module__vkG3xW__input,.Auth-module-scss-module__vkG3xW__select{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;min-height:48px;padding:0 12px;font-size:16px}.Auth-module-scss-module__vkG3xW__button{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2));color:#fff;border:0;border-radius:14px;min-height:48px;font-weight:800}.Auth-module-scss-module__vkG3xW__secondary{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;min-height:48px;font-weight:700}.Auth-module-scss-module__vkG3xW__error{color:#b91c1c;margin:0}.Auth-module-scss-module__vkG3xW__success{color:#15803d;margin:0}.Auth-module-scss-module__vkG3xW__links{flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.Auth-module-scss-module__vkG3xW__passwordless{border-top:1px solid var(--color-border);gap:12px;margin-top:20px;padding-top:20px;display:grid}.Auth-module-scss-module__vkG3xW__passwordlessTitle{margin:0;font-size:15px;font-weight:800}.Auth-module-scss-module__vkG3xW__hint{color:var(--color-muted);margin:0;font-size:13px;line-height:1.45}.Auth-module-scss-module__vkG3xW__info{color:#15803d;margin:0;font-size:13px;line-height:1.45}.Auth-module-scss-module__vkG3xW__passwordlessRow{flex-wrap:wrap;gap:10px;display:flex}.Auth-module-scss-module__vkG3xW__passwordlessRow .Auth-module-scss-module__vkG3xW__button,.Auth-module-scss-module__vkG3xW__passwordlessRow .Auth-module-scss-module__vkG3xW__buttonSecondary{flex:1;min-width:120px}.Auth-module-scss-module__vkG3xW__buttonSecondary{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:14px;min-height:48px;font-weight:800}
