.publicMobileDock{display:none}@media (max-width:767px){.publicMobileDock{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;min-height:72px;padding:7px 4px calc(7px + env(safe-area-inset-bottom, 0px));color:var(--m-dock-idle,#23372f);border-top:1px solid #dce7e1;background:#fff;box-shadow:0 -7px 24px rgba(9,55,34,.09);box-sizing:border-box}.publicMobileDock a{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:3px;min-width:0;font-size:10px;font-weight:700;text-align:center}.publicMobileDock a svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.publicMobileDock a.active{color:var(--m-green,#079447)}.publicMobileDock a.active svg{stroke:var(--m-green,#079447)}.hasPublicMobileDock{padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px))}}@media (min-width:768px){.publicMobileDock{display:none!important}}.publicMobileNavDrawer{position:fixed;inset:0;z-index:120;pointer-events:none}.publicMobileNavDrawer.open{pointer-events:auto}.publicMobileNavOverlay{position:absolute;inset:0;border:0;background:rgba(4,18,12,.48);opacity:0;transition:opacity .22s ease}.publicMobileNavDrawer.open .publicMobileNavOverlay{opacity:1}.publicMobileNavPanel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,320px);display:flex;flex-direction:column;padding:calc(18px + env(safe-area-inset-top, 0px)) 18px calc(18px + env(safe-area-inset-bottom, 0px));color:#081a16;background:#fff;box-shadow:8px 0 32px rgba(4,18,12,.16);transform:translateX(-104%);transition:transform .24s ease}.publicMobileNavDrawer.open .publicMobileNavPanel{transform:translateX(0)}.publicMobileNavHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.publicMobileNavBrand{display:inline-flex;align-items:center;gap:10px;color:inherit;font-weight:800}.publicMobileNavBrand span{width:36px;height:36px;display:grid;place-items:center;color:#fff;border-radius:6px 6px 10px 10px;background:linear-gradient(145deg,#087648,#0aa25f);font-size:12px}.publicMobileNavClose{width:40px;height:40px;display:grid;place-items:center;border:1px solid #dde8e2;border-radius:12px;background:#fff;color:#081a16;cursor:pointer}.publicMobileNavLinks{display:grid;grid-gap:6px;gap:6px}.publicMobileNavLinks a{display:flex;align-items:center;min-height:48px;padding:0 14px;color:#081a16;border:1px solid #e6eee9;border-radius:12px;background:#fbfdfc;font-weight:700}.publicMobileNavLinks a.active{color:#078b52;border-color:#b9dcc8;background:#edf9f1}.publicMobileNavAuth{display:grid;grid-gap:8px;gap:8px;margin-top:auto;padding-top:18px;border-top:1px solid #e6eee9}.publicMobileNavAuth a,.publicMobileNavAuth button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:12px;font-weight:800;cursor:pointer}.publicMobileNavAuth a{color:#078b52;border:1px solid #078b52;background:#fff}.publicMobileNavAuth button{color:#fff;border:0;background:#079447}.publicMobileNavUser{margin:0 0 4px;color:#66756f;font-size:12px}body.publicMobileNavOpen{overflow:hidden}.publicMobileHeader,.publicMobileNavDrawer{display:none}@media (max-width:767px){.publicMobileHeader{height:70px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 var(--m-pad,clamp(20px,5.2vw,24px));position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid var(--m-border,#dde8e2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--m-text,#081a16)}.publicMobileHeader .mHeaderIcon{width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:12px;background:transparent;color:inherit;cursor:pointer;flex-shrink:0}.publicMobileHeader .mHeaderIcon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.publicMobileHeader .mHomeBrand{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1;justify-content:center;color:inherit}.publicMobileHeader .mHomeBrandMark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#fff;border-radius:11px 11px 14px 14px;background:linear-gradient(145deg,var(--m-green,#079447),#0cad5f);font-size:13px;font-weight:900}.publicMobileHeader .mHomeBrand strong{font-size:clamp(18px,4.8vw,20px);font-weight:800;letter-spacing:-.02em;white-space:nowrap}.publicMobileHeader .mHeaderActions{display:flex;align-items:center;gap:2px;flex-shrink:0}.publicMobileNavDrawer{display:block}}@media (min-width:768px){.publicMobileHeader,.publicMobileNavDrawer{display:none!important}}