.dashboard-tabs{border-bottom:2px solid #f1f3f5;margin-bottom:2rem}.dashboard-tabs .nav-link{border:none;border-bottom:3px solid transparent;color:#6c757d;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease}.dashboard-tabs .nav-link:hover{color:#495057;border-bottom-color:#dee2e6;background-color:#f8f9fa}.dashboard-tabs .nav-link.active{color:var(--gotur-primary);border-bottom-color:var(--gotur-primary);background-color:transparent}.dashboard-tabs .nav-link i{font-size:.9rem}.user-dashboard{background:#f8f9fa;position:relative}.dashboard-card{background:#ffffff;border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease;height:100%}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.dashboard-card__link{display:block;padding:30px 25px;height:100%}.dashboard-card__link,.dashboard-card__link:hover{text-decoration:none;color:inherit}.dashboard-card__icon{text-align:center;margin-bottom:20px}.dashboard-card__icon i{font-size:40px;color:var(--gotur-primary);transition:all .3s ease}.dashboard-card:hover .dashboard-card__icon i{color:var(--gotur-base);transform:scale(1.1)}.dashboard-card__content{text-align:center}.dashboard-card__title{font-size:18px;font-weight:600;margin-bottom:10px;color:var(--gotur-black)}.dashboard-card__text{font-size:14px;color:var(--gotur-text-body);margin:0;line-height:1.5}.dashboard-status-card{background:#ffffff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1);margin-bottom:30px;overflow:hidden}.dashboard-status-card__header{background:var(--gotur-primary);padding:20px 25px;color:#ffffff}.dashboard-status-card__title{margin:0;font-size:16px;font-weight:600}.dashboard-status-card__title i{margin-right:10px}.dashboard-status-card__body{padding:25px}.dashboard-status-list{list-style:none;margin:0;padding:0}.dashboard-status-list__item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f3f4}.dashboard-status-list__item:last-child{border-bottom:none}.dashboard-status-list__label{font-weight:500;color:var(--gotur-black)}.dashboard-status-badge{padding:4px 12px;border-radius:15px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.dashboard-status-badge--verified{background:#d4edda;color:#155724}.dashboard-status-badge--pending{background:#fff3cd;color:#856404}.dashboard-status-badge--active{background:#d1ecf1;color:#0c5460}.dashboard-status-list__value{font-size:14px;color:var(--gotur-text-body)}.dashboard-profile-card{background:#ffffff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.dashboard-profile-card__content{padding:30px 25px;text-align:center}.dashboard-profile-card__avatar{width:60px;height:60px;margin:0 auto 15px;border-radius:50%;background:linear-gradient(135deg,var(--gotur-primary),var(--gotur-base));display:flex;align-items:center;justify-content:center}.dashboard-profile-card__initials{color:#ffffff;font-size:20px;font-weight:600}.dashboard-profile-card__name{font-size:18px;font-weight:600;margin-bottom:5px;color:var(--gotur-black)}.dashboard-profile-card__email{font-size:14px;color:var(--gotur-text-body);margin-bottom:20px}.dashboard-activity-card{background:#ffffff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.dashboard-activity-card__content{padding:50px 30px}.dashboard-activity-card__empty{text-align:center}.dashboard-activity-card__icon{margin-bottom:20px}.dashboard-activity-card__icon i{font-size:48px;color:var(--gotur-text-body);opacity:.5}.dashboard-activity-card__title{font-size:20px;font-weight:600;margin-bottom:10px;color:var(--gotur-black)}.dashboard-activity-card__text{font-size:14px;color:var(--gotur-text-body);margin-bottom:25px}.gotur-btn--small{padding:10px 20px;font-size:14px}@media (max-width:768px){.dashboard-card__link{padding:20px 15px}.dashboard-card__icon i{font-size:32px}.dashboard-profile-card__content,.dashboard-status-card__body,.dashboard-status-card__header{padding:20px}.dashboard-activity-card__content{padding:30px 20px}}.dashboard-table{background:#ffffff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1);overflow:hidden}.dashboard-table__header{background:var(--gotur-primary);padding:20px 25px;color:#ffffff}.dashboard-table__title{margin:0;font-size:18px;font-weight:600}.dashboard-table__body{padding:0}.dashboard-table table{width:100%;margin:0}.dashboard-table td,.dashboard-table th{padding:15px 25px;border-bottom:1px solid #f1f3f4;vertical-align:middle}.dashboard-table th{background:#f8f9fa;font-weight:600;color:var(--gotur-black);border-bottom:2px solid #e9ecef}.dashboard-table tbody tr:last-child td{border-bottom:none}.dashboard-table tbody tr:hover{background:#f8f9fa}.dashboard-stats-card{background:#ffffff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1);padding:25px;text-align:center;transition:all .3s ease}.dashboard-stats-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.dashboard-stats-card__icon{width:60px;height:60px;margin:0 auto 15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ffffff}.dashboard-stats-card__icon--primary{background:linear-gradient(135deg,var(--gotur-primary),var(--gotur-base))}.dashboard-stats-card__icon--success{background:linear-gradient(135deg,#28a745,#20c997)}.dashboard-stats-card__icon--warning{background:linear-gradient(135deg,#ffc107,#fd7e14)}.dashboard-stats-card__icon--info{background:linear-gradient(135deg,#17a2b8,#6f42c1)}.dashboard-stats-card__number{font-size:32px;font-weight:700;color:var(--gotur-black);margin-bottom:5px}.dashboard-stats-card__label{font-size:14px;color:var(--gotur-text-body);margin:0}