.dashboard-home{min-height:100vh;background:linear-gradient(135deg,#f8fffe,#f1fdf7)}.dashboard-home .container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.dashboard-home .container{padding:0 16px}}.dashboard-home .welcome-section{background:linear-gradient(135deg,#013914 20%,#0d6b3e);color:#fff;padding:60px 0;position:relative;overflow:hidden}.dashboard-home .welcome-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="30" cy="30" r="1"/></g></svg>') repeat;pointer-events:none}.dashboard-home .welcome-section .welcome-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}@media (max-width: 768px){.dashboard-home .welcome-section .welcome-content{flex-direction:column;text-align:center;gap:30px}}.dashboard-home .welcome-section .welcome-content .welcome-text h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:16px;letter-spacing:-.02em}.dashboard-home .welcome-section .welcome-content .welcome-text p{font-size:1.3rem;opacity:.95;font-weight:400}.dashboard-home .welcome-section .welcome-content .user-avatar{position:relative}.dashboard-home .welcome-section .welcome-content .user-avatar img{width:100px;height:100px;border-radius:50%;border:4px solid rgba(255,255,255,.3);object-fit:cover}.dashboard-home .welcome-section .welcome-content .user-avatar .online-status{position:absolute;bottom:8px;right:8px;width:24px;height:24px;background:#00d563;border-radius:50%;border:3px solid white}.dashboard-home .quick-actions-section{padding:60px 0}.dashboard-home .quick-actions-section h2{font-size:2.2rem;font-weight:600;color:#2c3e50;margin-bottom:40px;text-align:center}.dashboard-home .quick-actions-section .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}@media (max-width: 768px){.dashboard-home .quick-actions-section .actions-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 480px){.dashboard-home .quick-actions-section .actions-grid{grid-template-columns:1fr}}.dashboard-home .quick-actions-section .actions-grid .action-card{background:#fff;padding:40px 30px;border-radius:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #00000014;text-decoration:none;color:inherit;border:2px solid transparent}.dashboard-home .quick-actions-section .actions-grid .action-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#1dbf734d}.dashboard-home .quick-actions-section .actions-grid .action-card .action-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:#fff}.dashboard-home .quick-actions-section .actions-grid .action-card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin:0}@media (max-width: 768px){.dashboard-home .quick-actions-section .actions-grid .action-card{padding:30px 20px}.dashboard-home .quick-actions-section .actions-grid .action-card .action-icon{width:60px;height:60px;font-size:1.8rem}.dashboard-home .quick-actions-section .actions-grid .action-card h3{font-size:1.1rem}}.dashboard-home .stats-section{background:#fff;padding:60px 0;margin:60px 0;border-radius:24px;box-shadow:0 8px 40px #0000000f}.dashboard-home .stats-section h2{font-size:2.2rem;font-weight:600;color:#2c3e50;margin-bottom:40px;text-align:center}.dashboard-home .stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;align-items:stretch}@media (max-width: 1200px){.dashboard-home .stats-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-home .stats-section .stats-grid{grid-template-columns:1fr;gap:20px}}.dashboard-home .stats-section .stats-grid .stat-card{display:flex;align-items:center;gap:20px;padding:30px;background:linear-gradient(135deg,#f8f9fb,#fff);border-radius:16px;border:2px solid #f1f3f5;transition:all .3s ease;min-height:120px;height:auto}.dashboard-home .stats-section .stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a;border-color:#1dbf734d}.dashboard-home .stats-section .stats-grid .stat-card .stat-icon{font-size:2.5rem;opacity:.8;min-width:40px;display:flex;align-items:center;justify-content:center}.dashboard-home .stats-section .stats-grid .stat-card .stat-content{flex:1;display:flex;flex-direction:column;justify-content:center}.dashboard-home .stats-section .stats-grid .stat-card .stat-content h3{font-size:2.2rem;font-weight:700;color:#2c3e50;margin:0 0 8px;line-height:1.1}.dashboard-home .stats-section .stats-grid .stat-card .stat-content p{font-size:1rem;color:#64748b;margin:0;font-weight:500;line-height:1.2}.dashboard-home .stats-section .stats-grid .stat-card.earnings .stat-content h3{color:#1dbf73}.dashboard-home .stats-section .stats-grid .stat-card.orders .stat-content h3{color:#ff7f57}.dashboard-home .stats-section .stats-grid .stat-card.gigs .stat-content h3{color:#6c5ce7}.dashboard-home .stats-section .stats-grid .stat-card.views .stat-content h3{color:#fd79a8}.dashboard-home .stats-section .stats-grid .stat-card.completed .stat-content h3{color:#00d563}.dashboard-home .stats-section .stats-grid .stat-card.messages .stat-content h3{color:#0984e3}.dashboard-home .stats-section .stats-grid .stat-card.saved .stat-content h3{color:#e84393}.dashboard-home .activity-section{padding:60px 0}.dashboard-home .activity-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.dashboard-home .activity-section .section-header h2{font-size:2.2rem;font-weight:600;color:#2c3e50;margin:0}.dashboard-home .activity-section .section-header .view-all{color:#1dbf73;font-weight:600;text-decoration:none;font-size:1.1rem}.dashboard-home .activity-section .section-header .view-all:hover{text-decoration:none}.dashboard-home .activity-section .activity-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.dashboard-home .activity-section .activity-list .activity-item{display:flex;align-items:center;gap:20px;padding:24px 30px;border-bottom:1px solid #f1f3f5;transition:background-color .2s ease;text-decoration:none;color:inherit}.dashboard-home .activity-section .activity-list .activity-item:hover{background:#f8f9fb}.dashboard-home .activity-section .activity-list .activity-item:last-child{border-bottom:none}.dashboard-home .activity-section .activity-list .activity-item.unread{background:linear-gradient(135deg,#f0f9ff,#fff);border-left:4px solid #0984e3}.dashboard-home .activity-section .activity-list .activity-item .activity-icon{font-size:1.8rem;width:50px;height:50px;background:#f8f9fb;border-radius:50%;display:flex;align-items:center;justify-content:center}.dashboard-home .activity-section .activity-list .activity-item .activity-content{flex:1;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.dashboard-home .activity-section .activity-list .activity-item .activity-content{flex-direction:column;align-items:flex-start;gap:8px}}.dashboard-home .activity-section .activity-list .activity-item .activity-content .activity-main h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 4px}.dashboard-home .activity-section .activity-list .activity-item .activity-content .activity-main p{font-size:.95rem;color:#64748b;margin:0}.dashboard-home .activity-section .activity-list .activity-item .activity-content .activity-meta{display:flex;align-items:center;gap:16px}.dashboard-home .activity-section .activity-list .activity-item .activity-content .activity-meta .time{font-size:.9rem;color:#94a3b8}.dashboard-home .activity-section .activity-list .activity-item .activity-content .activity-meta .amount{font-weight:600;color:#1dbf73;font-size:1.05rem}.dashboard-home .activity-section .activity-list .activity-item .activity-content .activity-meta .rating{font-size:.9rem}.dashboard-home .recommendations-section{padding:60px 0;background:#fff;border-radius:24px;margin:60px 0}.dashboard-home .recommendations-section h2{font-size:2.2rem;font-weight:600;color:#2c3e50;margin-bottom:40px;text-align:center}.dashboard-home .insights-section{padding:60px 0}.dashboard-home .insights-section h2{font-size:2.2rem;font-weight:600;color:#2c3e50;margin-bottom:40px;text-align:center}.dashboard-home .insights-section .insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px}@media (max-width: 768px){.dashboard-home .insights-section .insights-grid{grid-template-columns:1fr;gap:20px}}.dashboard-home .insights-section .insights-grid .insight-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;align-items:flex-start;gap:20px;border:2px solid transparent;transition:all .3s ease}.dashboard-home .insights-section .insights-grid .insight-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.dashboard-home .insights-section .insights-grid .insight-card.tip{border-color:#ffc1074d}.dashboard-home .insights-section .insights-grid .insight-card.tip:hover{border-color:#ffc10780}.dashboard-home .insights-section .insights-grid .insight-card.trending{border-color:#28a7454d}.dashboard-home .insights-section .insights-grid .insight-card.trending:hover{border-color:#28a74580}.dashboard-home .insights-section .insights-grid .insight-card.celebration{border-color:#6c5ce74d}.dashboard-home .insights-section .insights-grid .insight-card.celebration:hover{border-color:#6c5ce780}.dashboard-home .insights-section .insights-grid .insight-card .insight-icon{font-size:2.5rem;width:60px;height:60px;background:#f8f9fb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-home .insights-section .insights-grid .insight-card .insight-content{flex:1}.dashboard-home .insights-section .insights-grid .insight-card .insight-content h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin:0 0 12px}.dashboard-home .insights-section .insights-grid .insight-card .insight-content p{font-size:1rem;color:#64748b;line-height:1.6;margin:0}@media (max-width: 768px){.dashboard-home .insights-section .insights-grid .insight-card{padding:24px;gap:16px}.dashboard-home .insights-section .insights-grid .insight-card .insight-icon{width:50px;height:50px;font-size:2rem}.dashboard-home .insights-section .insights-grid .insight-card .insight-content h3{font-size:1.2rem}.dashboard-home .insights-section .insights-grid .insight-card .insight-content p{font-size:.95rem}}.dashboard-home .messages-section{padding:60px 0}.dashboard-home .messages-section .messages-notifications{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media (max-width: 768px){.dashboard-home .messages-section .messages-notifications{grid-template-columns:1fr;gap:30px}}.dashboard-home .messages-section .messages-notifications .messages-card,.dashboard-home .messages-section .messages-notifications .notifications-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.dashboard-home .messages-section .messages-notifications .messages-card .card-header,.dashboard-home .messages-section .messages-notifications .notifications-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid #f1f3f5;background:#f8f9fb}.dashboard-home .messages-section .messages-notifications .messages-card .card-header h3,.dashboard-home .messages-section .messages-notifications .notifications-card .card-header h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin:0}.dashboard-home .messages-section .messages-notifications .messages-card .card-header .view-all,.dashboard-home .messages-section .messages-notifications .messages-card .card-header .clear-all,.dashboard-home .messages-section .messages-notifications .notifications-card .card-header .view-all,.dashboard-home .messages-section .messages-notifications .notifications-card .card-header .clear-all{color:#1dbf73;font-weight:600;text-decoration:none;font-size:.95rem;background:none;border:none;cursor:pointer}.dashboard-home .messages-section .messages-notifications .messages-card .card-header .view-all:hover,.dashboard-home .messages-section .messages-notifications .messages-card .card-header .clear-all:hover,.dashboard-home .messages-section .messages-notifications .notifications-card .card-header .view-all:hover,.dashboard-home .messages-section .messages-notifications .notifications-card .card-header .clear-all:hover{text-decoration:none;color:#17a765}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list{max-height:400px;overflow-y:auto}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item{display:flex;align-items:center;gap:16px;padding:20px 30px;border-bottom:1px solid #f1f3f5;transition:background-color .2s ease;position:relative;text-decoration:none;color:inherit}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item:hover,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item:hover,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item:hover,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item:hover,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item:hover,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item:hover,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item:hover,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item:hover{background:#f8f9fb}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item:last-child,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item:last-child,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item:last-child,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item:last-child,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item:last-child,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item:last-child,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item:last-child,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item:last-child{border-bottom:none}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item.unread,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item.new,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item.unread,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item.new,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item.unread,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item.new,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item.unread,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item.new,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item.unread,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item.new,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item.unread,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item.new,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item.unread,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item.new,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item.unread,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item.new{background:linear-gradient(135deg,#f0f9ff,#fff)}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item.new .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item.unread .unread-indicator,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item.new .unread-indicator{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#0984e3;border-radius:50%}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item img,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item img,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item img,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item img,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item img,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item img,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item img,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item img{width:45px;height:45px;border-radius:50%;object-fit:cover}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .notification-icon,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .notification-icon,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .notification-icon,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .notification-icon,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .notification-icon,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .notification-icon,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .notification-icon,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .notification-icon{width:45px;height:45px;background:#f8f9fb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .message-content,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .notification-content,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .message-content,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .notification-content,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .message-content,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .notification-content,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .message-content,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .notification-content,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .message-content,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .notification-content,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .message-content,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .notification-content,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .message-content,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .notification-content,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .message-content,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .notification-content{flex:1}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .message-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .message-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .message-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .message-content h4,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .message-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .message-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .message-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .notification-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .message-content h4,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .notification-content h4{font-size:1rem;font-weight:600;color:#2c3e50;margin:0 0 4px}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .message-content p,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .notification-content p,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .message-content p,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .notification-content p,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .message-content p,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .notification-content p,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .message-content p,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .notification-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .message-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .notification-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .message-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .notification-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .message-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .notification-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .message-content p,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .notification-content p{font-size:.9rem;color:#64748b;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .message-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .message-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .message-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .messages-list .notification-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .message-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .message-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .message-content .time,.dashboard-home .messages-section .messages-notifications .messages-card .notifications-list .notification-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .message-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .message-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .message-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .messages-list .notification-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .message-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .message-item .notification-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .message-content .time,.dashboard-home .messages-section .messages-notifications .notifications-card .notifications-list .notification-item .notification-content .time{font-size:.85rem;color:#94a3b8}.dashboard-home .error-message{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:20px;border-radius:12px;margin-bottom:30px;text-align:center}.dashboard-home .error-message p{margin:0 0 16px;font-size:1.1rem;font-weight:500}.dashboard-home .error-message button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.dashboard-home .error-message button:hover{background:#ffffff4d;border-color:#ffffff80}.dashboard-home .stat-card.loading,.dashboard-home .activity-item.loading,.dashboard-home .message-item.loading,.dashboard-home .notification-item.loading{padding:0;overflow:hidden}.dashboard-home .no-data,.dashboard-home .no-activity,.dashboard-home .no-gigs,.dashboard-home .no-messages,.dashboard-home .no-notifications{text-align:center;padding:40px 20px;color:#64748b;font-size:1.1rem}.dashboard-home .no-data p,.dashboard-home .no-activity p,.dashboard-home .no-gigs p,.dashboard-home .no-messages p,.dashboard-home .no-notifications p{margin:0}.dashboard-home .gigs-loading{padding:20px 0}.dashboard-home .gigs-loading .gigs-skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1200px){.dashboard-home .gigs-loading .gigs-skeleton-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.dashboard-home .gigs-loading .gigs-skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.dashboard-home .gigs-loading .gigs-skeleton-grid{grid-template-columns:1fr}}.dashboard-home .gigs-loading .gigs-skeleton-grid .gig-skeleton{background:#fff;border-radius:12px;overflow:hidden}.dashboard-home .loading{position:relative;background:#f8f9fb!important}.dashboard-home .loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.dashboard-home .no-activity,.dashboard-home .no-messages,.dashboard-home .no-notifications{background:#fff;border-radius:12px;margin:20px;box-shadow:0 2px 10px #0000000d}@media (max-width: 768px){.dashboard-home .welcome-section{padding:40px 0}.dashboard-home .welcome-section .welcome-content .welcome-text h1{font-size:2.5rem}.dashboard-home .welcome-section .welcome-content .welcome-text p{font-size:1.1rem}.dashboard-home .quick-actions-section,.dashboard-home .activity-section,.dashboard-home .recommendations-section{padding:40px 0}.dashboard-home .quick-actions-section h2,.dashboard-home .activity-section h2,.dashboard-home .recommendations-section h2{font-size:1.8rem;margin-bottom:30px}.dashboard-home .stats-section{padding:40px 0;margin:40px 0}.dashboard-home .stats-section .stats-grid{gap:20px}.dashboard-home .stats-section .stats-grid .stat-card{padding:24px;min-height:100px}.dashboard-home .stats-section .stats-grid .stat-card .stat-icon{font-size:2rem;min-width:35px}.dashboard-home .stats-section .stats-grid .stat-card .stat-content h3{font-size:1.8rem}.dashboard-home .stats-section .stats-grid .stat-card .stat-content p{font-size:.95rem}}@media (max-width: 480px){.dashboard-home .welcome-section .user-avatar img{width:80px;height:80px}.dashboard-home .activity-list .activity-item{padding:20px;gap:16px}.dashboard-home .activity-list .activity-item .activity-icon{width:40px;height:40px;font-size:1.4rem}.dashboard-home .messages-notifications .messages-card .card-header,.dashboard-home .messages-notifications .notifications-card .card-header{padding:20px}.dashboard-home .messages-notifications .messages-card .messages-list .message-item,.dashboard-home .messages-notifications .messages-card .messages-list .notification-item,.dashboard-home .messages-notifications .messages-card .notifications-list .message-item,.dashboard-home .messages-notifications .messages-card .notifications-list .notification-item,.dashboard-home .messages-notifications .notifications-card .messages-list .message-item,.dashboard-home .messages-notifications .notifications-card .messages-list .notification-item,.dashboard-home .messages-notifications .notifications-card .notifications-list .message-item,.dashboard-home .messages-notifications .notifications-card .notifications-list .notification-item{padding:16px 20px}.dashboard-home .messages-notifications .messages-card .messages-list .message-item img,.dashboard-home .messages-notifications .messages-card .messages-list .message-item .notification-icon,.dashboard-home .messages-notifications .messages-card .messages-list .notification-item img,.dashboard-home .messages-notifications .messages-card .messages-list .notification-item .notification-icon,.dashboard-home .messages-notifications .messages-card .notifications-list .message-item img,.dashboard-home .messages-notifications .messages-card .notifications-list .message-item .notification-icon,.dashboard-home .messages-notifications .messages-card .notifications-list .notification-item img,.dashboard-home .messages-notifications .messages-card .notifications-list .notification-item .notification-icon,.dashboard-home .messages-notifications .notifications-card .messages-list .message-item img,.dashboard-home .messages-notifications .notifications-card .messages-list .message-item .notification-icon,.dashboard-home .messages-notifications .notifications-card .messages-list .notification-item img,.dashboard-home .messages-notifications .notifications-card .messages-list .notification-item .notification-icon,.dashboard-home .messages-notifications .notifications-card .notifications-list .message-item img,.dashboard-home .messages-notifications .notifications-card .notifications-list .message-item .notification-icon,.dashboard-home .messages-notifications .notifications-card .notifications-list .notification-item img,.dashboard-home .messages-notifications .notifications-card .notifications-list .notification-item .notification-icon{width:40px;height:40px}.dashboard-home .error-message{margin-bottom:20px;padding:16px}.dashboard-home .error-message p{font-size:1rem}.dashboard-home .error-message button{padding:8px 20px;font-size:.9rem}.dashboard-home .gigs-loading .gigs-skeleton-grid{gap:16px}.dashboard-home .no-data,.dashboard-home .no-activity,.dashboard-home .no-gigs,.dashboard-home .no-messages,.dashboard-home .no-notifications{padding:30px 16px;font-size:1rem}.dashboard-home .stats-section .stats-grid .stat-card{min-height:90px;padding:20px;gap:16px}.dashboard-home .stats-section .stats-grid .stat-card .stat-icon{font-size:1.8rem;min-width:30px}.dashboard-home .stats-section .stats-grid .stat-card .stat-content h3{font-size:1.6rem}.dashboard-home .stats-section .stats-grid .stat-card .stat-content p{font-size:.9rem}}.home .container{max-width:1200px;margin:0 auto;padding:0 20px}.home .section-header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.home .section-header{margin-bottom:2.5rem}}.home .section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#1e293b;margin-bottom:1rem;letter-spacing:-.02em}.home .section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#64748b;font-weight:400}.home .gradient-text{background:linear-gradient(135deg,#1dbf73,#00a855,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;white-space:nowrap}.home .btn.btn-primary{background:linear-gradient(135deg,#1dbf73,#00a855);color:#fff;box-shadow:0 4px 15px #1dbf734d}.home .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1dbf7366}.home .btn.btn-secondary{background:#fff;color:#1dbf73;border:2px solid #1dbf73}.home .btn.btn-secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.home .btn.btn-outline{background:transparent;color:#1dbf73;border:2px solid #1dbf73;padding:.75rem 1.5rem}.home .btn.btn-outline:hover{background:#1dbf73;color:#fff}.home .btn.btn-large{padding:1.125rem 2rem;font-size:1.125rem}.home .btn:active{transform:translateY(0)}.home .hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0);position:relative;overflow:hidden;padding:8rem 0 6rem}@media (max-width: 768px){.home .hero{padding:5rem 0 3rem}}.home .hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%231dbf73" fill-opacity="0.05"><circle cx="30" cy="30" r="1.5"/></g></svg>') repeat;pointer-events:none}.home .hero .hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media (max-width: 1024px){.home .hero .hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}}.home .hero .hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#0f172a;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}@media (max-width: 768px){.home .hero .hero-title{font-size:2.25rem}}.home .hero .hero-subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:#334155;line-height:1.7;margin-bottom:2.5rem}.home .hero .search-bar{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}@media (max-width: 1024px){.home .hero .search-bar{justify-content:center}}@media (max-width: 640px){.home .hero .search-bar{flex-direction:column}}.home .hero .search-bar .search-input-wrapper{flex:1;position:relative;min-width:300px}@media (max-width: 640px){.home .hero .search-bar .search-input-wrapper{width:100%;min-width:auto}}.home .hero .search-bar .search-input-wrapper .search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#94a3b8;width:1.25rem;height:1.25rem}.home .hero .search-bar .search-input-wrapper input{width:100%;padding:1rem 1.25rem 1rem 3.25rem;border:none;border-radius:10px;font-size:1rem;background:#fff;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.home .hero .search-bar .search-input-wrapper input:focus{outline:none;box-shadow:0 4px 20px #1dbf734d;transform:translateY(-1px)}.home .hero .search-bar .search-input-wrapper input::placeholder{color:#94a3b8}.home .hero .search-bar .search-btn{padding:1rem 2rem;background:linear-gradient(135deg,#1dbf73,#00a855);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #1dbf734d}@media (max-width: 640px){.home .hero .search-bar .search-btn{width:100%}}.home .hero .search-bar .search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1dbf7366}.home .hero .search-bar .search-btn:active{transform:translateY(0)}.home .hero .hero-actions{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 1024px){.home .hero .hero-actions{justify-content:center}}@media (max-width: 480px){.home .hero .hero-actions{flex-direction:column;width:100%}.home .hero .hero-actions .btn{width:100%;justify-content:center}}.home .hero .hero-visual{position:relative;height:400px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.home .hero .hero-visual{height:300px}}@media (max-width: 640px){.home .hero .hero-visual{height:250px}}.home .hero .hero-visual .floating-card{position:absolute;background:#fff;border-radius:12px;padding:1.25rem 1.75rem;display:flex;align-items:center;gap:.875rem;box-shadow:0 10px 40px #00000026;animation:float 3s ease-in-out infinite}.home .hero .hero-visual .floating-card .lucide{color:#1dbf73}.home .hero .hero-visual .floating-card span{font-weight:600;color:#1e293b;font-size:1.125rem}.home .hero .hero-visual .floating-card.card-1{top:10%;left:10%;animation-delay:0s}.home .hero .hero-visual .floating-card.card-2{top:25%;right:5%;animation-delay:.5s}.home .hero .hero-visual .floating-card.card-3{bottom:25%;left:5%;animation-delay:1s}.home .hero .hero-visual .floating-card.card-4{bottom:10%;right:15%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}.home .stats-section{padding:4rem 0;background:#fff}@media (max-width: 768px){.home .stats-section{padding:3rem 0}}.home .stats-section .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1024px){.home .stats-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.home .stats-section .stats-grid{grid-template-columns:1fr;gap:1.5rem}}.home .stats-section .stats-grid .stat-card{text-align:center;padding:2rem 1rem;border-radius:12px;background:#f8fafc;transition:all .3s ease}.home .stats-section .stats-grid .stat-card:hover{background:#f1f5f9;transform:translateY(-5px)}.home .stats-section .stats-grid .stat-card .stat-icon{width:3rem;height:3rem;color:#1dbf73;margin-bottom:1rem}.home .stats-section .stats-grid .stat-card .stat-number{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.home .stats-section .stats-grid .stat-card .stat-label{font-size:1rem;color:#64748b;font-weight:500}.home .categories-section{padding:6rem 0;background:linear-gradient(to bottom,#fff,#f8fafc)}@media (max-width: 768px){.home .categories-section{padding:4rem 0}}.home .categories-section .categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1024px){.home .categories-section .categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.home .categories-section .categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.home .categories-section .categories-grid{grid-template-columns:1fr}}.home .categories-section .categories-grid .category-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease;border:2px solid #e2e8f0;position:relative;overflow:hidden}.home .categories-section .categories-grid .category-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1dbf73,#00a855);transform:scaleX(0);transition:transform .3s ease}.home .categories-section .categories-grid .category-card:hover{border-color:#1dbf73;transform:translateY(-5px);box-shadow:0 10px 30px #1dbf7326}.home .categories-section .categories-grid .category-card:hover:before{transform:scaleX(1)}.home .categories-section .categories-grid .category-card:hover .category-icon{transform:scale(1.1)}.home .categories-section .categories-grid .category-card:hover .category-arrow{transform:translate(5px)}.home .categories-section .categories-grid .category-card .category-icon{width:4rem;height:4rem;margin:0 auto 1.25rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;font-size:3rem}.home .categories-section .categories-grid .category-card .category-icon .lucide{color:#1dbf73}.home .categories-section .categories-grid .category-card .category-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.home .categories-section .categories-grid .category-card .category-arrow{width:1.25rem;height:1.25rem;color:#64748b;transition:transform .3s ease}.home .how-it-works{padding:6rem 0;background:#fff}@media (max-width: 768px){.home .how-it-works{padding:4rem 0}}.home .how-it-works .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}@media (max-width: 1024px){.home .how-it-works .steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.home .how-it-works .steps-grid{grid-template-columns:1fr}}.home .how-it-works .steps-grid .step-card{text-align:center;position:relative;padding:2rem 1.5rem;border-radius:12px;transition:all .3s ease}.home .how-it-works .steps-grid .step-card:hover{background:#f8fafc;transform:translateY(-5px)}.home .how-it-works .steps-grid .step-card:hover .step-icon{transform:scale(1.1)}.home .how-it-works .steps-grid .step-card .step-number{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#1dbf73,#00a855);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.home .how-it-works .steps-grid .step-card .step-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;font-size:3rem}.home .how-it-works .steps-grid .step-card .step-icon .lucide{color:#1dbf73}.home .how-it-works .steps-grid .step-card .step-title{font-size:1.375rem;font-weight:700;color:#1e293b;margin-bottom:.875rem}.home .how-it-works .steps-grid .step-card .step-description{font-size:1rem;color:#64748b;line-height:1.6}.home .featured-services{padding:6rem 0;background:linear-gradient(to bottom,#fff,#f8fafc)}@media (max-width: 768px){.home .featured-services{padding:4rem 0}}.home .featured-services .gigs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}@media (max-width: 1200px){.home .featured-services .gigs-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.home .featured-services .gigs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.home .featured-services .gigs-grid{grid-template-columns:1fr}}.home .featured-services .section-footer{text-align:center}.home .features-section{padding:6rem 0;background:#fff}@media (max-width: 768px){.home .features-section{padding:4rem 0}}.home .features-section .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1024px){.home .features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.home .features-section .features-grid{grid-template-columns:1fr}}.home .features-section .features-grid .feature-card{text-align:center;padding:2.5rem 2rem;border-radius:12px;background:#f8fafc;transition:all .3s ease}.home .features-section .features-grid .feature-card:hover{background:#fff;box-shadow:0 10px 40px #00000014;transform:translateY(-5px)}.home .features-section .features-grid .feature-card:hover .feature-icon{transform:scale(1.1)}.home .features-section .features-grid .feature-card .feature-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;font-size:3rem}.home .features-section .features-grid .feature-card .feature-icon .lucide{color:#1dbf73}.home .features-section .features-grid .feature-card .feature-title{font-size:1.375rem;font-weight:700;color:#1e293b;margin-bottom:.875rem}.home .features-section .features-grid .feature-card .feature-description{font-size:1rem;color:#64748b;line-height:1.6}.home .cta-section{padding:6rem 0;background:linear-gradient(135deg,#059669,#10b981,#34d399);position:relative;overflow:hidden}@media (max-width: 768px){.home .cta-section{padding:4rem 0}}.home .cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="30" cy="30" r="2"/></g></svg>') repeat;pointer-events:none}.home .cta-section .cta-content{text-align:center;position:relative;z-index:1}.home .cta-section .cta-content .cta-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.home .cta-section .cta-content .cta-subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:#ffffffe6;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.home .cta-section .cta-content .cta-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.home .cta-section .cta-content .cta-actions{flex-direction:column;align-items:center}.home .cta-section .cta-content .cta-actions .btn{width:100%;max-width:300px;justify-content:center}}
