.page-switch{max-width:1180px;margin:0 auto;padding:14px 24px 0;display:flex;justify-content:center}.page-switch-track{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#e7ece8;box-shadow:inset 0 1px 2px #173b2510}.page-switch a{min-width:134px;padding:8px 15px;border-radius:8px;color:var(--muted);font-size:11px;font-weight:800;text-align:center;text-decoration:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.page-switch a.active{background:var(--card);color:var(--green);box-shadow:0 2px 7px #173b2518}html[data-theme="dark"] .page-switch-track{background:#303733;border-color:#505a54}html[data-theme="dark"] .page-switch a.active{background:#4a554f;color:#dcf0e5;box-shadow:0 2px 7px #0004}@media(max-width:520px){.page-switch{padding:10px 12px 0}.page-switch-track{width:100%}.page-switch a{min-width:0;padding:8px 5px;font-size:9px}}
