/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
.edenfall-age-gate {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.94);
}

.edenfall-age-gate[hidden] {
    display: none;
}

.edenfall-age-gate__content {
    width: min(620px, 100%);
    text-align: center;
}

.edenfall-age-gate__eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

.edenfall-age-gate h1 {
    margin-bottom: 1.5rem;
}

.edenfall-age-gate__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 2rem 0;
}

.edenfall-age-gate__actions button,
.edenfall-age-gate__actions a {
    padding: 0.8rem 1.25rem;
    border-radius: 0.4rem;
    text-decoration: none;
}

.edenfall-age-gate__actions button {
    cursor: pointer;
}

.edenfall-age-gate__actions a {
    border: 1px solid currentColor;
}
