.dash{max-width:1100px;min-height:calc(100vh - var(--nav-height) - 120px);gap:24px;margin:0 auto;padding:20px 16px 60px;display:flex}.dash__sidebar{width:240px;top:calc(var(--nav-height) + 20px);flex-shrink:0;height:fit-content;position:sticky}.dash__profile{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--card-radius);text-align:center;margin-bottom:12px;padding:24px 16px}.dash__avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 10px;font-size:1.6rem;font-weight:800;display:flex}.dash__username{color:var(--text-primary);font-size:1rem;font-weight:700}.dash__joined{color:var(--text-muted);margin-top:4px;font-size:.75rem}.dash__nav{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--card-radius);flex-direction:column;gap:2px;padding:8px;display:flex}.dash__nav-item{color:var(--text-secondary);text-align:left;border-radius:6px;align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.dash__nav-item:hover{background:var(--vote-bg-hover);color:var(--text-primary)}.dash__nav-item.active{color:var(--accent-blue);background:#4fc3f71f}.dash__nav-item i{text-align:center;width:18px;font-size:.9rem}.dash__content{flex:1;min-width:0}.dash__panel{display:none}.dash__panel.active{animation:.3s fadeInUp;display:block}.dash__panel-title{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:20px;font-size:1.4rem;font-weight:800}.dash__section-title{color:var(--text-secondary);margin:24px 0 12px;font-size:1rem;font-weight:700}.dash__stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--card-radius);align-items:center;gap:14px;padding:18px;transition:background .2s;display:flex}.stat-card:hover{background:var(--bg-card-hover)}.stat-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.stat-card__value{color:var(--text-primary);font-size:1.4rem;font-weight:800;line-height:1.2}.stat-card__label{color:var(--text-muted);margin-top:2px;font-size:.75rem}.activity-list{flex-direction:column;gap:2px;display:flex}.activity-item{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--card-radius);align-items:flex-start;gap:12px;padding:12px 14px;transition:background .2s;display:flex}.activity-item:hover{background:var(--bg-card-hover)}.activity-item__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;display:flex}.activity-item__icon--approved{color:var(--vote-up);background:#66bb6a1f}.activity-item__icon--vote{color:var(--accent-blue);background:#4fc3f71f}.activity-item__icon--submit{color:var(--accent-orange);background:#ffa7261f}.activity-item__icon--save{color:var(--accent-purple);background:#ab47bc1f}.activity-item__text{color:var(--text-primary);font-size:.85rem;line-height:1.4}.activity-item__time{color:var(--text-muted);margin-top:3px;font-size:.72rem}.dash__filter-bar{gap:6px;margin-bottom:16px;display:flex}.filter-chip{color:var(--text-secondary);background:var(--vote-bg);border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.filter-chip:hover{background:var(--vote-bg-hover);color:var(--text-primary)}.filter-chip.active{color:var(--accent-blue);background:#4fc3f726}.submission-item{background:var(--bg-card);border:1px solid var(--border-card);border-left:3px solid var(--accent-blue);border-radius:var(--card-radius);margin-bottom:10px;padding:16px 18px;transition:background .2s}.submission-item:hover{background:var(--bg-card-hover)}.submission-item__header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.submission-item__word{color:var(--text-word);font-size:1.1rem;font-weight:700}.submission-item__status{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:700}.submission-item__status--approved{color:var(--vote-up);background:#66bb6a1f}.submission-item__status--pending{color:var(--accent-orange);background:#ffa7261f}.submission-item__status--rejected{color:var(--vote-down);background:#ef53501f}.submission-item__def{color:var(--text-secondary);margin-bottom:8px;font-size:.85rem;line-height:1.5}.submission-item__meta{color:var(--text-muted);font-size:.72rem}.saved-item,.vote-item{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--card-radius);justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;transition:background .2s;display:flex}.saved-item:hover,.vote-item:hover{background:var(--bg-card-hover)}.saved-item__word,.vote-item__word{color:var(--text-word);font-size:.95rem;font-weight:700}.saved-item__preview,.vote-item__preview{color:var(--text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:3px;font-size:.8rem;display:-webkit-box;overflow:hidden}.saved-item__remove,.vote-item__type{color:var(--text-muted);font-size:.8rem;transition:color .2s}.saved-item__remove:hover{color:var(--vote-down)}.vote-item__type--up{color:var(--vote-up)}.vote-item__type--down{color:var(--vote-down)}.toggle-row{color:var(--text-secondary);cursor:pointer;align-items:center;gap:12px;padding:8px 0;font-size:.85rem;display:flex}.toggle-row input[type=checkbox]{display:none}.toggle-slider{background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px;flex-shrink:0;width:40px;height:22px;transition:all .2s;position:relative}.toggle-slider:after{content:"";background:var(--text-muted);border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:2px;left:2px}.toggle-row input:checked+.toggle-slider{border-color:var(--accent-blue);background:#4fc3f733}.toggle-row input:checked+.toggle-slider:after{background:var(--accent-blue);left:20px}@media (width<=768px){.dash{flex-direction:column}.dash__sidebar{width:100%;position:static}.dash__nav{flex-direction:row;overflow-x:auto}.dash__nav-item{white-space:nowrap}.dash__profile{text-align:left;align-items:center;gap:12px;padding:14px;display:flex}.dash__avatar{width:40px;height:40px;margin:0;font-size:1rem}.dash__stats{grid-template-columns:repeat(2,1fr)}}
