.dashboard-main{padding-top:6rem;padding-bottom:4rem}.dashboard-title-area{margin-bottom:2rem}.dashboard-subtitle{color:var(--gray-600)}.tabs-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--gray-200)}.tab-btn{padding:.75rem 1rem;font-size:.875rem;font-weight:700;border:none;background:0 0;border-bottom:2px solid transparent;color:var(--gray-500);cursor:pointer;transition:color .2s,border-bottom-color .2s;display:flex;align-items:center}.tab-btn i{margin-right:.5rem}.tab-btn:hover{color:var(--brand-orange)}.tab-btn.active{border-bottom-color:var(--brand-orange);color:var(--brand-orange)}.tab-badge{background-color:var(--brand-orange);color:#fff;font-size:.75rem;padding:0 .5rem;border-radius:9999px;margin-left:.5rem}.tab-badge.blue{background-color:#3b82f6}.empty-state{text-align:center;padding:4rem 0}.empty-state-icon{font-size:3.75rem;color:var(--gray-300);margin-bottom:1rem}.empty-state-title{font-size:1.25rem;font-weight:700;color:var(--gray-600);margin-bottom:.5rem}.empty-state-text{color:var(--gray-500);margin-bottom:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title{font-size:1.5rem;font-weight:700}.btn-text-orange{background:0 0;border:none;color:var(--brand-orange);font-size:.875rem;cursor:pointer}.btn-text-orange:hover{text-decoration:underline}.notifications-list{display:flex;flex-direction:column;gap:.75rem}.notification-item{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px rgba(0,0,0,5%);border:1px solid var(--gray-100);cursor:pointer;transition:box-shadow .3s,background-color .3s}.notification-item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.notification-item.unread{background-color:#fff3e0;border-left:4px solid var(--brand-orange)}.notification-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,5%);border:1px solid var(--gray-100);margin-bottom:1rem;transition:box-shadow .3s}.dash-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.bid-action-row{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.bid-action-row{flex-direction:row;align-items:center;justify-content:space-between}}.bid-item-img{width:5rem;height:5rem;border-radius:.5rem;object-fit:cover}.bid-item-details{flex:1}.bid-item-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;transition:color .2s}.dash-card:hover .bid-item-title{color:var(--brand-orange)}.bid-item-meta{color:var(--gray-500);font-size:.875rem;margin-bottom:.25rem}.bid-item-meta-row{display:flex;align-items:center;gap:1rem;font-size:.875rem}.bid-action-stats{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.bid-stats-grid{display:flex;gap:2rem;text-align:right}.bid-stat-label{font-size:.75rem;color:var(--gray-500)}.bid-stat-val{font-size:1.25rem;font-weight:700}.bid-status-row{display:flex;justify-content:flex-end;align-items:center;gap:1rem;width:100%}.bid-stat-status{font-size:.875rem;font-weight:700}.bid-history-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100);background-color:var(--gray-50);border-radius:.5rem;padding:1rem}.bid-history-panel h4{font-size:.875rem;font-weight:700;color:var(--gray-700);margin-bottom:.5rem}.bid-history-list{max-height:10rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.bid-history-item{display:flex;justify-content:space-between;font-size:.875rem;border-bottom:1px solid var(--gray-200);padding-bottom:.25rem}.bid-history-item:last-child{border-bottom:none}.bid-history-amt{color:var(--gray-800);font-weight:500}.bid-history-time{color:var(--gray-500);font-size:.75rem}.activity-avatar,.message-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;flex-shrink:0}.messages-list{display:flex;flex-direction:column;gap:.75rem}.message-item{background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px rgba(0,0,0,5%);border:1px solid var(--gray-100);cursor:pointer;transition:box-shadow .3s}.message-item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.message-item.unread{background-color:#e3f2fd;border-left:4px solid #3b82f6}.truncate-body{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.message-full-body{font-size:.875rem;color:var(--gray-800);background-color:var(--gray-50);padding:.75rem;border-radius:.25rem;margin-top:.5rem;margin-bottom:.5rem}.modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:50;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#fff;border-radius:.75rem;padding:1.5rem;width:100%;max-width:32rem;margin:0 1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.status-green{color:#10b981}.status-red{color:#ef4444}