html, body {
    margin: 0;
    padding: 0;
    background-color: #0e1217;
}

:root {
    --mud-typography-default-family: 'IBM Plex Sans', 'Segoe UI', sans-serif;
}

.hub-appbar {
    border-bottom: 1px solid #232b36;
}

.hub-brand {
    letter-spacing: 0.02em;
}

.hub-brand-chip {
    letter-spacing: 0.12em;
}

.hub-hero {
    padding: 4rem 0 1rem;
    text-align: center;
}

.hub-hero-title {
    font-weight: 700;
    letter-spacing: 0.01em;
    background: linear-gradient(100deg, #3fc9c1 0%, #7f9cf5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hub-hero-tagline {
    max-width: 42rem;
    margin: 0.75rem auto 0;
}

.hub-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hub-card .mud-card-content {
    flex: 1;
}

.hub-footer {
    padding: 2.5rem 1.5rem 1.5rem;
    text-align: center;
}

.hub-mono {
    font-family: 'IBM Plex Mono', 'Cascadia Mono', Consolas, monospace;
    font-size: 0.85rem;
}

.crash-record {
    margin: 0;
    font-family: 'IBM Plex Mono', 'Cascadia Mono', Consolas, 'Courier New', monospace;
    font-size: 0.8rem;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
}
