body {
    background: #181818;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.splash-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(24, 24, 24, 0.95);
    padding: 48px 32px;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.35);
}

.logo {
    width: 1024px;
    height: auto;
    margin-bottom: 24px;
}

h1 {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 1px 2px 16px #000;
}
