/* Larger, clearer primary world navigation */
.dock{height:72px;padding:6px 7px;border-radius:24px}
.dock button{min-height:58px;padding:5px 2px;border-radius:18px;gap:4px;font-size:11px;font-weight:750;letter-spacing:-.01em;transition:background .22s ease,color .22s ease,transform .18s ease}
.dock button i{font-size:21px;line-height:1}
.dock button span{line-height:1.1;white-space:nowrap}
.dock button.active{box-shadow:inset 0 1px 0 #ffffff1f}
.dock button:active{transform:scale(.94)}
.section-content{bottom:calc(101px + var(--safe-b))}
.intro-content{bottom:calc(105px + var(--safe-b))}
.swipe-hint{bottom:calc(82px + var(--safe-b))}
@media(max-height:720px){.dock{height:68px}.dock button{min-height:54px;font-size:10px}.dock button i{font-size:19px}.section-content{bottom:calc(91px + var(--safe-b))}.intro-content{bottom:calc(95px + var(--safe-b))}}
