@charset "UTF-8";

.nYa_synthesis_container {
    animation: nYa_fadeInUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 440px;
}

@keyframes nYa_fadeInUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }

.nYa_synth_pills {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.nYa_synth_pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: "Roobert", sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.nYa_pill_green { background: rgba(34,201,106,.08); color: #1a8a52; }
.nYa_synth_pill_standard { background: rgba(0,0,0,.04); color: #888; }
.nYa_synth_pill_operator { background: rgba(59,130,246,.08); color: #3b82f6; }
.nYa_synth_pill_admin { background: rgba(168,85,247,.08); color: #a855f7; }
.nYa_synth_pill_service { background: rgba(251,146,60,.08); color: #f59e0b; }

.reconnect-container {
    max-width: 440px;
    margin: 0 auto;
    animation: nYa_fadeInUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 480px) {
    .reconnect-avatar .Qr5tK8 { width: 46px; height: 46px; font-size: 18px; }
}
