.welcome-bar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.welcome-bar h2{font-size:20px;font-weight:600}.welcome-bar-right{align-items:center;gap:16px;display:flex}.team-avatars{align-items:center;display:flex}.team-avatars .t-avatar{background-size:cover;border:2.5px solid #fff;border-radius:50%;width:36px;height:36px;margin-left:-10px}.team-avatars .t-avatar:first-child{margin-left:0}.team-avatars .t-avatar-more{color:#fff;background-color:#1f2937;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-10px;font-size:11px;font-weight:600;display:flex}.btn-create{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;transition:background-color .2s;display:inline-flex}.btn-create:hover{background-color:#7a1c5a}.btn-create i{font-size:18px}.two-col-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.section-card{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;padding:24px}.section-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-card-header h3{font-size:16px;font-weight:600}.section-card-header a{color:var(--primary-color);font-size:13px;font-weight:500;text-decoration:none}.activity-list{flex-direction:column;gap:16px;display:flex}.activity-item{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-avatar{background-size:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.activity-content{flex:1}.activity-content .activity-text{color:var(--text-dark);font-size:13px;line-height:1.5}.activity-content .activity-text strong{font-weight:600}.activity-content .activity-time{color:var(--text-light);margin-top:4px;font-size:11px}.upcoming-list{flex-direction:column;gap:12px;display:flex}.upcoming-item{border:1px solid var(--border-color);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex}.upcoming-item:hover{background-color:#f9fafb}.upcoming-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.upcoming-dot.red{background-color:#ef4444}.upcoming-dot.orange{background-color:#f59e0b}.upcoming-dot.blue{background-color:#3b82f6}.upcoming-dot.green{background-color:#10b981}.upcoming-info{flex:1}.upcoming-info h4{margin-bottom:2px;font-size:13px;font-weight:600}.upcoming-info p{color:var(--text-gray);font-size:12px}.upcoming-date{color:var(--text-light);white-space:nowrap;font-size:12px}.clickable{cursor:pointer;transition:background-color .15s}.activity-item.clickable:hover{background-color:#f9fafb;border-radius:8px}.status-badge-sm{color:var(--text-gray);white-space:nowrap;background:#f3f4f6;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.status-badge-sm.active-status{color:var(--primary-color);background:#fdf4ff}@media (max-width:1024px){.two-col-grid{grid-template-columns:1fr 1fr;gap:16px}}@media (max-width:768px){.two-col-grid{grid-template-columns:1fr}.welcome-bar{flex-direction:column;align-items:flex-start;gap:12px}.welcome-bar h2{font-size:18px}.welcome-bar-right{justify-content:space-between;width:100%}.section-card{padding:16px}.section-card-header h3{font-size:14px}}@media (max-width:480px){.welcome-bar-right{flex-direction:column;align-items:flex-start;gap:10px}.team-avatars .t-avatar,.team-avatars .t-avatar-more{width:30px;height:30px}.btn-create{justify-content:center;width:100%;padding:10px 16px}}
