html,
body,
#webApp {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #0b0a0e;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    user-select: none;
}

.splash {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #f3efe6;
}

.splash-mark {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #e2b657;
    text-align: center;
}

.splash-label {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.04em;
    opacity: 0.8;
}
