@keyframes avatarOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes avatarModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.profile-selector-overlay{background:rgba(11,21,35,.52);z-index:var(--ml-z-profile-selector);animation:avatarOverlayFadeIn var(--ml-transition-fast)}.profile-selector-modal{width:100%;background:white;border:1px solid rgba(215,227,236,.72);border-radius:var(--ml-radius-2xl);padding:1.25rem;position:relative;box-shadow:var(--ml-shadow-xl);max-height:min(85vh,42rem);overflow-y:auto;animation:avatarModalSlideIn var(--ml-transition-base)}.profile-selector-modal::-webkit-scrollbar{width:8px}.profile-selector-modal::-webkit-scrollbar-track{background:transparent}.profile-selector-modal::-webkit-scrollbar-thumb{background:var(--ml-gray-300);border-radius:var(--ml-radius-sm)}.profile-selector-modal::-webkit-scrollbar-thumb:hover{background:var(--ml-gray-400)}.profile-selector-close{position:absolute;top:.8rem;right:.8rem;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity var(--ml-transition-fast);color:var(--ml-text-primary)}.profile-selector-close:hover{opacity:.6}.profile-selector-close:focus-visible{outline:none;box-shadow:0 0 0 2px white,0 0 0 4px var(--ml-cyan);border-radius:var(--ml-radius-full)}.profile-selector-close svg{width:24px;height:24px;stroke:currentColor;stroke-linecap:round}.profile-selector-header{display:flex;align-items:center;margin-bottom:1rem;gap:.9rem;padding-right:2.5rem}.profile-selector-user{width:3.75rem;flex:0 0 3.75rem}.profile-selector-user-image{width:60px;height:60px;border-radius:var(--ml-radius-full);object-fit:cover;border:2px solid white;box-shadow:var(--ml-shadow-sm)}.profile-selector-copy{min-width:0}.profile-selector-title{margin:0;font-family:var(--font-geist-sans);font-size:1rem;font-weight:var(--ml-font-bold);line-height:1.2;color:var(--ml-gray-900)}.profile-selector-description{margin:.3rem 0 0;font-family:var(--font-be-vietnam);font-size:.82rem;line-height:1.4;color:var(--ml-gray-text)}.profile-selector-content{min-height:100px}.profile-selector-empty,.profile-selector-error,.profile-selector-loading{text-align:center;padding:var(--ml-space-5);font-size:var(--ml-text-sm);color:var(--ml-gray-600)}.profile-selector-empty-hint{margin-top:var(--ml-space-2);font-size:var(--ml-text-xs);color:var(--ml-gray-500)}.profile-selector-error{color:var(--ml-error)}.profile-selector-grid{display:grid;gap:.875rem}.profile-selector-trigger-container{width:56px;position:absolute;right:0;top:-7px;z-index:var(--ml-z-profile-selector-trigger-container)}.profile-selector-trigger{margin:5px;padding:0!important;display:flex;cursor:pointer;width:52px;height:52px;position:relative;transition:transform var(--ml-transition-fast)}.profile-selector-trigger:hover{transform:scale(1.05)}.profile-selector-trigger:focus{outline:2px solid var(--ml-pink);outline-offset:2px;border-radius:var(--ml-radius-full)}.profile-selector-trigger-image{margin:0!important;object-fit:cover;border-radius:var(--ml-radius-full);transition:box-shadow var(--ml-transition-slow);height:50px;width:50px;max-width:inherit}.profile-selector-trigger:hover .profile-selector-trigger-image{box-shadow:0 0 8px rgba(255,0,102,.5)}.profile-selector-trigger-badge{color:var(--ml-pink);position:absolute;left:35px;top:33px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:white;border-radius:var(--ml-radius-full);box-shadow:var(--ml-shadow-sm)}.profile-selector-trigger-badge svg{width:12px;height:12px}@media (max-width:768px){.profile-selector-trigger-container{width:48px}.profile-selector-trigger{width:44px;height:44px}.profile-selector-trigger-image{width:42px;height:42px}.profile-selector-trigger-badge{left:29px;top:27px}}@media (max-width:480px){.profile-selector-modal{padding:1rem}.profile-selector-grid{gap:.75rem}}