.page-tabs{position:sticky;top:0;z-index:30;display:flex;background:#fff;border-bottom:1px solid rgba(7,94,84,.1)}.page-tab{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:56px;padding:8px 6px;text-decoration:none;color:var(--wa-muted, #54656f);font-weight:600;font-size:13px;border-bottom:3px solid transparent;box-sizing:border-box;transition:color .15s ease,border-color .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.page-tab:hover{background:#075e540a}.page-tab--active{color:var(--wa-secondary, #075e54);border-bottom-color:var(--wa-secondary, #075e54)}.page-tab__icon-svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-tab__icon-svg--filled{fill:currentColor;stroke:none}.page-tab__label-row{display:inline-flex;align-items:center;gap:6px}.page-tab__badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1;color:#fff;background:var(--coral-600, #d97706)}.page-tab__badge.nav-tab-badge--urgent{background:var(--coral-600, #d97706);color:#fff}
