.header-auth-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:6px;width:72px;height:32px;animation:1.5s infinite header-auth-shimmer}@keyframes header-auth-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.header-auth-login-btn{color:var(--theme-palette-color-3);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.header-auth-login-btn:hover{border-color:var(--theme-palette-color-1);color:var(--theme-palette-color-1);background:#ef44440a}.header-auth-desktop{position:relative}.header-auth-trigger{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:24px;align-items:center;gap:8px;padding:5px 10px 5px 5px;transition:all .2s;display:inline-flex}.header-auth-trigger:hover{border-color:#d1d5db;box-shadow:0 1px 4px #0000000f}.header-auth-avatar{background:var(--theme-palette-color-1);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:700;display:flex}.header-auth-name{color:var(--theme-palette-color-4);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.82rem;font-weight:600;overflow:hidden}.header-auth-chevron{color:#9ca3af;flex-shrink:0;transition:transform .2s}.header-auth-chevron.open{transform:rotate(180deg)}.header-auth-dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:220px;animation:.15s ease-out header-auth-dropdown-in;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}@keyframes header-auth-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.header-auth-dropdown-header{flex-direction:column;gap:2px;padding:14px 16px 12px;display:flex}.header-auth-dropdown-fullname{color:var(--theme-palette-color-4);font-size:.88rem;font-weight:700}.header-auth-dropdown-email{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.header-auth-dropdown-divider{background:#f3f4f6;height:1px}.header-auth-dropdown-item{width:100%;color:var(--theme-palette-color-3);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.header-auth-dropdown-item:hover{color:var(--theme-palette-color-1);background:#fef2f2}.header-auth-mobile-login{width:100%;color:var(--theme-palette-color-1);cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.header-auth-mobile-login:hover{border-color:var(--theme-palette-color-1);background:#ef44440a}.header-auth-mobile{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.header-auth-mobile-user{align-items:center;gap:10px;min-width:0;display:flex}.header-auth-avatar-sm{background:var(--theme-palette-color-1);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:700;display:flex}.header-auth-mobile-name{color:var(--theme-palette-color-4);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.header-auth-mobile-logout{color:var(--theme-palette-color-3);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.header-auth-mobile-logout:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}
