:root {
    color-scheme: dark;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #101314;
    color: #f4f7f5;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(42, 88, 73, 0.38), transparent 42%),
        linear-gradient(315deg, rgba(108, 73, 42, 0.26), transparent 45%),
        #101314;
}

a {
    color: inherit;
}

.aiva-site-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px;
}

.aiva-site-panel {
    width: min(100%, 520px);
    text-align: center;
}

.aiva-site-eyebrow {
    margin: 0 0 14px;
    color: #a7c7b8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.aiva-site-panel h1 {
    margin: 0;
    font-size: clamp(44px, 8vw, 84px);
    line-height: 0.98;
    font-weight: 760;
    letter-spacing: 0;
}

.aiva-site-copy {
    margin: 20px auto 0;
    max-width: 420px;
    color: #c7d2cd;
    font-size: 18px;
    line-height: 1.55;
}

.aiva-site-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 30px;
    padding: 0 18px;
    border: 1px solid rgba(226, 235, 230, 0.24);
    border-radius: 8px;
    background: #e7f0eb;
    color: #111614;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.aiva-site-link:hover,
.aiva-site-link:focus-visible {
    background: #ffffff;
}
