.user-dashboard{background:#f5f5f5;min-height:100vh;padding-top:80px}.dashboard-container{gap:0;max-width:1400px;margin:0 auto;display:flex}.dashboard-sidebar{background:#fff;width:280px;min-height:calc(100vh - 80px);position:sticky;top:80px;box-shadow:2px 0 10px #0000001a}.sidebar-header{text-align:center;border-bottom:1px solid #eee;padding:30px 20px}.user-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 15px;font-size:32px;font-weight:700;display:flex}.user-info h3{color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:17px;overflow:hidden}.user-info p{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;overflow:hidden}.sidebar-nav{padding:20px 0}.nav-item{color:#666;cursor:pointer;border-left:3px solid #0000;align-items:center;padding:15px 25px;text-decoration:none;transition:all .3s;display:flex}.nav-item i{width:20px;margin-right:12px;font-size:18px}.nav-item:hover{color:#667eea;background:#f8f9fa;border-left-color:#667eea}.nav-item.active{color:#667eea;background:linear-gradient(90deg,#667eea1a 0%,#0000 100%);border-left-color:#667eea;font-weight:600}.dashboard-content{flex:1;padding:40px}.content-header{margin-bottom:30px}.content-header h1{color:#333;margin:0 0 10px;font-size:28px}.content-header p{color:#666;margin:0}.content-body{background:#fff;border-radius:10px;padding:30px;box-shadow:0 2px 10px #0000000d}@media (max-width:768px){.dashboard-container{flex-direction:column}.dashboard-sidebar{width:100%;min-height:auto;position:relative;top:0}.dashboard-content{padding:20px}}
