/* Shared by the public website and the existing staff account pages. */
body{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))!important}
html{scroll-padding-bottom:calc(116px + env(safe-area-inset-bottom,0px))}
.hsk-tab-bar{position:fixed;z-index:60;bottom:calc(12px + env(safe-area-inset-bottom,0px));left:50%;transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:min(460px,calc(100% - 28px));padding:7px;border:1px solid rgba(255,255,255,.85);border-radius:28px;background:rgba(250,252,255,.94);box-shadow:0 8px 40px rgba(16,42,67,.18),0 1px 4px rgba(16,42,67,.08);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%);font-family:Inter,"Avenir Next","Hiragino Kaku Gothic ProN","Yu Gothic",system-ui,sans-serif;box-sizing:border-box}
.hsk-tab-bar .hsk-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;min-height:60px;border-radius:21px;color:#5c6d80;text-decoration:none;font-size:13px;font-weight:600;line-height:1.25;padding:5px 3px;transition:background .18s,color .18s;-webkit-tap-highlight-color:transparent;box-sizing:border-box}
.hsk-tab-bar .hsk-tab.is-active{background:#e3f0fc;color:#1264a3}
.hsk-tab-bar .hsk-tab:hover{background:#edf3f9;color:#0b4777}
.hsk-tab-icon{display:grid;place-items:center;width:28px;height:27px}.hsk-tab-icon svg{width:24px;height:24px}
.hsk-tab-bar .hsk-tab:focus-visible{outline:3px solid #1264a3;outline-offset:2px}
.floating-whatsapp{bottom:calc(108px + env(safe-area-inset-bottom,0px))!important}
@media(prefers-reduced-motion:reduce){.hsk-tab-bar .hsk-tab{transition:none}}
@media(forced-colors:active){.hsk-tab-bar{border:1px solid CanvasText}.hsk-tab-bar .hsk-tab.is-active{outline:2px solid Highlight}}
