* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    background-color: #ffffff;
    color: #171717;
    min-height: 100vh;
    min-height: 100dvh;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 2rem;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 1.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    background-color: #f9fafb;
    color: #171717;
    font-weight: 400;
    /* border: 1px solid #e5e7eb; */
    border-radius: 8px;
}

.flag {
    width: 14px;
    height: 14px;
}

.logo {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-bottom: 0.5rem;
}

.tagline {
    font-size: 0.75rem;
    color: #171717;
    font-weight: 400;
    margin-bottom: 2rem;
}

.coming-soon {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 300;
}
