
    .page-container.svelte-1x05zx6 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        background-color: #f9f9f9;
    }

    .login-container.svelte-1x05zx6 {
        width: 100%;
        max-width: 500px;
        padding: 2rem;
        background-color: white;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login-title.svelte-1x05zx6 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .tab-bar.svelte-1x05zx6 {
        display: flex;
        width: 100%;
        border-bottom: 2px solid #eee;
        margin-bottom: 1rem;
    }

    .tab-item.svelte-1x05zx6 {
        flex: 1;
        text-align: center;
        padding: 0.75rem 0;
        cursor: pointer;
        color: #555;
        transition: 0.3s;
        background: none;
        border: none;
        outline: none;
    }

    .tab-item.active.svelte-1x05zx6 {
        color: #007bff;
        border-bottom: 2px solid #007bff;
        font-weight: 600;
    }

    .form-container.svelte-1x05zx6 {
        width: 100%;
        min-height: 180px;
        margin-bottom: 2rem;
    }

    .form.svelte-1x05zx6 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .form.svelte-1x05zx6 input:where(.svelte-1x05zx6),
    .country-code-select.svelte-1x05zx6 {
        padding: 0.75rem 1rem;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
        outline: none;
        transition: 0.3s;
    }

    .login-btn.svelte-1x05zx6 {
        width: 100%;
        padding: 0.75rem 0;
        border: none;
        background-color: #28a745;
        color: white;
        font-size: 1rem;
        border-radius: 6px;
        cursor: pointer;
    }

    .error-msg.svelte-1x05zx6 {
        color: #dc3545;
        font-size: 0.9rem;
    }

    .three-list.svelte-1x05zx6 {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .three-item.svelte-1x05zx6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .three-item.svelte-1x05zx6 i:where(.svelte-1x05zx6) {
        font-size: 2rem;
    }
