.user-avatar{background:var(--accent);color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex;overflow:hidden}.user-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.user-avatar-initials{line-height:1}.topbar{background:0 0;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.topbar-hamburger{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;margin-right:6px;padding:8px;display:none}.topbar-hamburger:hover{background:var(--bg-card-hover)}.topbar-left{flex:1;align-items:baseline;gap:12px;min-width:0;display:flex}.topbar-left .topbar-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=768px){.topbar{height:52px;padding:0 14px}.topbar-hamburger{display:none}.topbar-title{font-size:18px!important}.topbar-subtitle{display:none!important}.topbar-right{gap:2px!important}.topbar-right>button:not(.topbar-avatar),.topbar-right>.topbar-prefs-wrap{display:none}}.topbar-title{letter-spacing:-.03em;color:var(--text-primary);font-size:24px;font-weight:800}.topbar-subtitle{color:var(--text-muted);font-size:13px}.topbar-subtitle--loading{color:var(--accent);align-items:center;gap:6px;font-weight:600;display:inline-flex}.topbar-subtitle-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite topbar-subtitle-dot-pulse}@keyframes topbar-subtitle-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.topbar-right{align-items:center;gap:8px;display:flex}.topbar-icon-btn{width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.topbar-icon-btn:hover{background:var(--bg-elevated);color:var(--text-primary);transform:scale(1.05)}.topbar-notification-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:8px}.topbar-avatar{background:var(--accent);color:#fff;cursor:pointer;width:34px;height:34px;transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-left:4px;font-size:12px;font-weight:700;display:flex}.topbar-avatar:hover{transform:scale(1.08)}.topbar-avatar:has(.topbar-avatar-img){background:0 0;overflow:hidden}.topbar-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.topbar-prefs-wrap{position:relative}.topbar-prefs-popup{z-index:50;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);min-width:280px;box-shadow:var(--shadow-lg);flex-direction:column;gap:2px;padding:8px;animation:.12s topbar-prefs-fade;display:flex;position:absolute;top:calc(100% + 8px);right:0}@keyframes topbar-prefs-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbar-prefs-popup--wide{min-width:320px}.topbar-prefs-divider{background:var(--border);height:1px;margin:6px 4px}.topbar-prefs-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:6px 10px 4px;font-size:10px;font-weight:700}.topbar-prefs-row{border-radius:var(--radius-sm);text-align:left;cursor:pointer;color:var(--text-primary);transition:background var(--transition);background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;display:flex}.topbar-prefs-row:hover{background:var(--bg-card-hover)}.topbar-prefs-row--active{background:color-mix(in srgb, var(--accent) 10%, transparent)}.topbar-prefs-row>svg:first-child{color:var(--text-secondary);flex-shrink:0}.topbar-prefs-row--active>svg:first-child{color:var(--accent)}.topbar-prefs-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.topbar-prefs-title{font-size:13px;font-weight:500}.topbar-prefs-desc{color:var(--text-muted);font-size:11px}.topbar-prefs-check{color:var(--accent);flex-shrink:0}.topbar-prefs-hint{color:var(--text-muted);border-top:1px solid var(--border);margin-top:4px;padding:8px 10px 4px;font-size:11px;line-height:1.4}.reset-confirm-overlay{z-index:300;background:#0009;justify-content:center;align-items:center;animation:.15s fade-in;display:flex;position:fixed;inset:0}.reset-confirm-modal{background:var(--bg-card);border-radius:var(--radius-xl);width:460px;max-width:92vw;color:var(--text-primary);padding:28px 28px 22px;animation:.2s pop;box-shadow:0 28px 72px #0000008c}.reset-confirm-modal h2{margin:0 0 12px;font-size:18px;font-weight:700}.reset-confirm-modal p{color:var(--text-secondary);margin:0 0 10px;font-size:13px;line-height:1.55}.reset-confirm-keep{color:var(--text-muted)!important;font-size:12px!important}.reset-confirm-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@keyframes pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.reset-confirm-cancel,.reset-confirm-primary{cursor:pointer;transition:background var(--transition), color var(--transition), transform var(--transition);border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.reset-confirm-cancel{color:var(--text-secondary);background:0 0}.reset-confirm-cancel:hover:not(:disabled){background:var(--bg-elevated);color:var(--text-primary)}.reset-confirm-primary{background:var(--accent);color:#fff}.reset-confirm-primary:hover:not(:disabled){background:var(--accent-hover)}.reset-confirm-cancel:active:not(:disabled),.reset-confirm-primary:active:not(:disabled){transform:scale(.97)}.reset-confirm-cancel:disabled,.reset-confirm-primary:disabled{opacity:.55;cursor:not-allowed}
