/* Page shell — all component styles live inside Shadow DOM (component.js) */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > *:not(footer) {
    flex-shrink: 0;
}

body > footer {
    margin-top: auto;
    padding-top: 3rem;
}
