/* ZonePane site-wide overrides for Pico CSS */

:root {
    --pico-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --pico-font-size: 16px;
    --pico-line-height: 1.6;
    --pico-typography-spacing-vertical: 0.75rem;
}

.container {
    max-width: 800px !important;
}

h1 { --pico-font-size: 1.5rem; }
h2 { --pico-font-size: 1.25rem; }
h3 { --pico-font-size: 1.1rem; }

/* Header */
.site-title {
    text-decoration: none;
    font-size: 1.25rem;
}

.store-link {
    display: inline-flex;
    align-items: center;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.store-link:hover {
    opacity: 1;
}

/* Language switch link */
.lang-switch {
    text-align: right;
}

/* Page heading */
h1:first-of-type {
    margin-top: 0;
}

/* Footer */
footer {
    border-top: 1px solid var(--pico-muted-border-color);
    padding-top: 1rem;
    margin-top: 2rem;
    text-align: center;
}

footer a {
    margin: 0 0.25rem;
}
