/* Placeholder profile-select da Fase 1 */
.profile-select-page {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 40px;
    background: #000;
}
.profile-select-page h1 { font-size: 42px; }
.profile-select-page p { color: var(--color-text-muted); font-size: 18px; }
.profile-select-page .login-btn { max-width: 240px; }
