html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

#app {
    height: 100%;
}

.page {
    height: 100%;
}

.coming-soon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    padding: 2rem;
    text-align: center;
    gap: 1.5rem;
}

.coming-soon-logo {
    max-width: 66.6vw;
    max-height: 66.6vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.coming-soon-text {
    font-size: clamp(1.25rem, 3vw, 2.5rem);
    color: #0a1a3c;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0;
}
