.identity-switcher { padding: 13px; margin-bottom: 10px; }
.identity-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: #e9cb82; font-size: 13px; }
.identity-title small { color: var(--muted); }
.identity-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.identity-controls select, .binding-platform select { width: 100%; height: 42px; border: 1px solid #72572b; background: #090b09; color: #fff0c1; border-radius: 6px; padding: 0 10px; }
.identity-controls button { white-space: nowrap; }
.binding-panel { padding: 15px; margin-bottom: 10px; border-color: #b17a2e; }
.binding-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.binding-head h2 { margin: 0; color: #f1ce7b; font-size: 18px; }
.binding-head p { margin: 5px 0 14px; color: var(--muted); font-size: 12px; }
.binding-platform { display: grid; gap: 6px; color: #ceb87f; font-size: 13px; margin-bottom: 10px; }
.binding-panel > .primary { width: 100%; }
.binding-panel .challenge { margin-top: 10px; }
@media (max-width: 440px) { .identity-controls { grid-template-columns: 1fr; } .identity-controls button { width: 100%; } }
.password-field { display: flex; gap: 8px; align-items: center; }
.password-field input { flex: 1; min-width: 0; }
.password-field .password-toggle { flex: 0 0 auto; width: auto; padding-left: 14px; padding-right: 14px; }
