/* Shared full-width shell footer; deliberately outside content-width limits. */
.vhitech-footer { --footer-bg:#f8fafc; --footer-ink:#425466; --footer-link:#006b85; --footer-border:#cbd5e1; box-sizing:border-box; width:100%; max-width:none; margin:0; padding:16px max(12px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left)); display:flex; flex-direction:column; align-items:center; gap:4px; flex:0 0 auto; color:var(--footer-ink); background:var(--footer-bg); border-top:1px solid var(--footer-border); text-align:center; font:600 12px/1.6 system-ui,sans-serif; }
.vhitech-footer > * { max-width:100%; margin:0; }
.vhitech-footer a { color:var(--footer-link); font:inherit; text-decoration:underline; text-underline-offset:3px; min-height:44px; display:inline-flex; align-items:center; padding:0 4px; box-sizing:border-box; }
.vhitech-footer a:hover { text-decoration-thickness:2px; }
.vhitech-footer a:focus-visible { outline:2px solid currentColor; outline-offset:2px; border-radius:3px; }
.vhitech-footer__developer,.vhitech-footer__links { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:0 4px; }
.vhitech-footer__item { display:inline-flex; align-items:center; max-width:100%; min-width:0; gap:4px; }
.vhitech-footer__item a { white-space:nowrap; min-width:0; overflow-x:auto; }
html[data-theme-resolved="dark"] .vhitech-footer,html[data-theme="dark"] .vhitech-footer { --footer-bg:#10262e; --footer-ink:#cbdce3; --footer-link:#83deef; --footer-border:#42616e; }
@media(prefers-color-scheme:dark) { html:not([data-theme-resolved="light"]):not([data-theme="light"]) .vhitech-footer { --footer-bg:#10262e; --footer-ink:#cbdce3; --footer-link:#83deef; --footer-border:#42616e; } }
body.vhitech-page { display:flex; flex-direction:column; min-height:100dvh; }
body.vhitech-page > main { flex:1 0 auto; }
body.vhitech-page > .admin-shell { flex:1 0 auto; }
body.vhitech-page > .admin-shell .main { min-height:0; }
body.vhitech-page.vhitech-card-page > main { flex:0 0 auto; margin:auto; box-sizing:border-box; }

body.vhitech-page > main.login-page { min-height:0; }
