.dashboard-wrapper{min-height:100vh;background-color:#f8f9fa;padding-bottom:4rem}.p-top-basic-profile{padding:0rem 0!important;margin-top:4.2rem}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 0 3rem;margin-bottom:2rem;position:relative;overflow:hidden}.dashboard-header:before{content:"";position:absolute;top:-100px;right:-150px;width:400px;height:400px;background:#ffffff14;border-radius:50%;filter:blur(40px)}.dashboard-header:after{content:"";position:absolute;bottom:-150px;left:-100px;width:350px;height:350px;background:#ffffff0f;border-radius:50%;filter:blur(40px)}.dashboard-header .welcome-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.dashboard-header .welcome-subtitle{color:#fffffff2;font-size:1.125rem;line-height:1.6;max-width:600px}.dashboard-header .badge-status{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0000001a}.dashboard-header .badge-status i{font-size:1.125rem}@media(max-width:768px){.dashboard-header{padding:3rem 0 2rem;margin-bottom:1.5rem}.dashboard-header .welcome-title{font-size:1.75rem}.dashboard-header .welcome-subtitle{font-size:1rem}.dashboard-header .badge-status{margin-top:1rem}}.stat-card{border:none;border-radius:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;overflow:hidden;position:relative;box-shadow:0 4px 12px #00000014}.stat-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}.stat-card:hover:before{opacity:1}.stat-card:hover .stat-icon{transform:scale(1.1)}.stat-card .card-body{padding:2rem;position:relative;z-index:1}.stat-card .stat-content{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.stat-card .stat-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a}.stat-card .stat-icon i{font-size:2rem;color:#fff}.stat-card .stat-info{flex:1;min-width:0}.stat-card .stat-number{font-size:2.25rem;font-weight:800;margin-bottom:.5rem;line-height:1;color:#fff;display:flex;align-items:baseline;gap:.25rem;letter-spacing:-.03em}.stat-card .stat-number .stat-suffix{font-size:1.5rem;font-weight:700;opacity:.9}.stat-card .stat-label{color:#fffffff2;font-size:.9375rem;margin-bottom:0;font-weight:600;letter-spacing:.01em}.stat-card .stat-footer{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.stat-card .stat-link{color:#fff;text-decoration:none;font-size:.9375rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;font-weight:600;padding:.5rem .75rem;margin:-.5rem -.75rem;border-radius:.5rem}.stat-card .stat-link:hover{gap:.75rem;text-decoration:none;color:#fff;background:#ffffff1a}.stat-card .stat-link i{font-size:1rem;transition:transform .3s ease}.stat-card .stat-link:hover i{transform:translate(4px)}.stat-card .stat-link.stat-link-disabled{opacity:.7;cursor:not-allowed}.stat-card .stat-link.stat-link-disabled:hover{gap:.5rem;background:transparent}.stat-card .stat-link.stat-link-disabled:hover i{transform:none}.stat-card-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card-success{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-warning{background:linear-gradient(135deg,#f59e0b,#ec4899)}.stat-card-info{background:linear-gradient(135deg,#3b82f6,#06b6d4)}@media(max-width:575px){.stat-card .card-body{padding:1.5rem}.stat-card .stat-content{gap:1rem;margin-bottom:1rem}.stat-card .stat-icon{width:56px;height:56px}.stat-card .stat-icon i{font-size:1.75rem}.stat-card .stat-number{font-size:1.875rem}.stat-card .stat-number .stat-suffix{font-size:1.25rem}.stat-card .stat-label{font-size:.875rem}.stat-card .stat-footer{padding-top:1rem}}@media(min-width:576px)and (max-width:991px){.stat-card .card-body{padding:1.5rem}}.action-card{border:none;border-radius:1.25rem;box-shadow:0 4px 12px #00000014;background:#fff}.action-card .card-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;border-radius:1.25rem 1.25rem 0 0}.action-card .card-header .card-title{font-size:1rem;font-weight:700;color:#1a202c;display:flex;align-items:center}.action-card .card-header .card-title i{color:#667eea;font-size:1.125rem}.action-card .card-body{padding:1.5rem 2rem!important}.action-card .action-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:#f8f9fa;border:1px solid #e2e8f0}.action-card .action-item:hover{background:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.action-card .action-item:hover .action-icon{transform:scale(1.05)}.action-card .action-item .action-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;box-shadow:0 1px 3px #00000014;margin-top:2px}.action-card .action-item .action-icon i{font-size:1.25rem;color:#fff}.action-card .action-item .action-icon-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.action-card .action-item .action-icon-success{background:linear-gradient(135deg,#10b981,#059669)}.action-card .action-item .action-icon-warning{background:linear-gradient(135deg,#f59e0b,#ec4899)}.action-card .action-item .action-content{flex:1;min-width:0}.action-card .action-item .action-content h3{margin-bottom:.25rem;color:#1a202c;font-weight:600;font-size:.875rem;line-height:1.3}.action-card .action-item .action-content p{margin-bottom:0;color:#718096;font-size:.8125rem;line-height:1.4}@media(max-width:768px){.action-card .card-header{padding:.75rem 1.5rem}.action-card .card-header .card-title{font-size:.9375rem}.action-card .card-body{padding:1rem 1.5rem!important}.action-card .action-item{padding:.75rem;gap:.75rem}.action-card .action-item .action-icon{width:40px;height:40px}.action-card .action-item .action-icon i{font-size:1.125rem}.action-card .action-item .action-content h3{font-size:.8125rem}.action-card .action-item .action-content p{font-size:.75rem}}.suggested-jobs{border:none;border-radius:1.25rem;box-shadow:0 4px 12px #00000014;background:#fff}.suggested-jobs .card-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:2rem;border-radius:1.25rem 1.25rem 0 0}.suggested-jobs .card-header .card-title{font-size:1.375rem;font-weight:700;color:#1a202c;display:flex;align-items:center;margin-bottom:.25rem}.suggested-jobs .card-header .card-title i{color:#667eea;font-size:1.5rem}.suggested-jobs .card-header .header-subtitle{font-size:.9375rem;color:#718096;margin-top:.25rem}.suggested-jobs .card-body{padding:1.5rem 2rem!important}.suggested-jobs .job-card{background:#fff;border-radius:1rem;padding:2rem;height:100%;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;opacity:0;transform:translateY(20px);animation:slideUpFade .6s ease forwards}.suggested-jobs .job-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 8px 20px #667eea26}.suggested-jobs .job-card:hover .job-title a{color:#667eea}.suggested-jobs .job-card:hover .btn{transform:translate(3px)}.suggested-jobs .job-card .job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.suggested-jobs .job-card .job-header .job-header-left{display:flex;align-items:flex-start;gap:1rem;flex:1}.suggested-jobs .job-card .job-header .job-header-left .job-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#f0f4ff,#e6eeff);flex-shrink:0}.suggested-jobs .job-card .job-header .job-header-left .job-icon i{font-size:1.5rem;color:#667eea}.suggested-jobs .job-card .job-header .job-title{font-size:1.125rem;font-weight:700;margin-bottom:.375rem;line-height:1.4}.suggested-jobs .job-card .job-header .job-title a{color:#1a202c;text-decoration:none;transition:color .2s ease}.suggested-jobs .job-card .job-header .job-title a:hover{color:#667eea}.suggested-jobs .job-card .job-header .job-company{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.875rem}.suggested-jobs .job-card .job-header .job-company i{font-size:1rem}.suggested-jobs .job-card .job-header .job-badges .badge{padding:.375rem .75rem;font-weight:600;font-size:.75rem;border-radius:.5rem;white-space:nowrap}.suggested-jobs .job-card .job-header .job-badges .badge.bg-danger{animation:pulse 2s ease-in-out infinite}.suggested-jobs .job-card .job-meta-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.suggested-jobs .job-card .job-meta-row .meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4a5568}.suggested-jobs .job-card .job-meta-row .meta-item i{font-size:1rem;color:#718096}.suggested-jobs .job-card .job-meta-row .meta-item strong{font-weight:600;color:#2d3748}.suggested-jobs .job-card .job-description{color:#4a5568;font-size:.9375rem;margin-bottom:1.5rem;line-height:1.7}.suggested-jobs .job-card .job-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.suggested-jobs .job-card .job-footer .job-time{font-size:.8125rem;color:#a0aec0;display:flex;align-items:center;gap:.375rem}.suggested-jobs .job-card .job-footer .job-time i{font-size:.875rem}.suggested-jobs .job-card .job-footer .btn{padding:.75rem 1.5rem;font-weight:600;border-radius:.75rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.suggested-jobs .job-card .job-footer .btn i{transition:transform .3s ease}.suggested-jobs .job-card .job-footer .btn:hover i{transform:translate(3px)}.suggested-jobs .empty-state{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:1rem}.suggested-jobs .empty-state i{font-size:3.5rem;color:#cbd5e0;margin-bottom:1.5rem;display:inline-block}.suggested-jobs .empty-state h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.suggested-jobs .empty-state p{color:#718096;font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.suggested-jobs .empty-state .btn{padding:.75rem 1.5rem;font-weight:600;font-size:.9375rem}@media(max-width:768px){.suggested-jobs{margin-top:2rem}.suggested-jobs .card-header{padding:.75rem 1.5rem}.suggested-jobs .card-header .card-title{font-size:1.125rem}.suggested-jobs .card-header .card-title i{font-size:1.25rem}.suggested-jobs .card-header .header-subtitle{font-size:.875rem}.suggested-jobs .card-body{padding:1rem 1.5rem!important}.suggested-jobs .job-card{padding:1.5rem;margin-bottom:1.5rem}.suggested-jobs .job-card .job-header{flex-direction:column;align-items:flex-start}.suggested-jobs .job-card .job-header .job-title{font-size:1rem;margin-bottom:.75rem}.suggested-jobs .job-card .job-meta-row{gap:1rem}.suggested-jobs .job-card .job-meta-row .meta-item{font-size:.8125rem}.suggested-jobs .job-card .job-meta-row .meta-item i{font-size:.9375rem}.suggested-jobs .job-card .job-description{font-size:.875rem}.suggested-jobs .job-card .job-footer{flex-direction:column;align-items:stretch}.suggested-jobs .job-card .job-footer .btn{width:100%;justify-content:center;padding:.75rem 1rem;font-size:.875rem}.suggested-jobs .empty-state{padding:3rem 1.5rem}.suggested-jobs .empty-state i{font-size:4rem}.suggested-jobs .empty-state h3{font-size:1.125rem}.suggested-jobs .empty-state p{font-size:.9375rem}}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.profile-summary{border:none;border-radius:1.25rem;box-shadow:0 4px 12px #00000014;background:#fff}.profile-summary .card-header{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:1.25rem 1.25rem 0 0;padding:1rem 2rem}.profile-summary .card-header .card-title{font-size:1rem;font-weight:700;color:#1a202c;display:flex;align-items:center}.profile-summary .card-header .card-title i{color:#667eea;font-size:1.125rem}.profile-summary .card-body{padding:1.5rem 2rem!important}.profile-summary .profile-progress{margin-bottom:2rem}.profile-summary .profile-progress .d-flex{margin-bottom:.75rem}.profile-summary .profile-progress .d-flex span:first-child{color:#4a5568;font-weight:600}.profile-summary .profile-progress .d-flex span:last-child{color:#667eea;font-weight:700}.profile-summary .profile-progress .progress{height:10px;background-color:#e2e8f0;border-radius:2rem;overflow:visible}.profile-summary .profile-progress .progress .progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2rem;box-shadow:0 2px 8px #667eea66;position:relative}.profile-summary .profile-progress .progress .progress-bar:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#fff;border:3px solid #667eea;border-radius:50%;box-shadow:0 2px 6px #0003}.profile-summary .profile-info .info-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.profile-summary .profile-info .info-item:last-child{border-bottom:none;padding-bottom:0}.profile-summary .profile-info .info-item i{color:#667eea;font-size:1.25rem;flex-shrink:0}.profile-summary .profile-info .info-item span{color:#4a5568;font-size:.9375rem;line-height:1.5;word-break:break-word}.profile-summary .alert{border-radius:.75rem;border:none;padding:1rem}.profile-summary .alert small{display:flex;align-items:center;font-size:.875rem}.profile-summary .btn{padding:.75rem 1.5rem;font-weight:600;border-radius:.75rem}@media(max-width:768px){.profile-summary .card-header,.profile-summary .card-body{padding:1.5rem}.profile-summary .profile-progress{margin-bottom:1.5rem}}.tips-card{border:none;border-radius:1.25rem;box-shadow:0 4px 12px #00000014;background:#fff}.tips-card .card-header{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:1.25rem 1.25rem 0 0;padding:1rem 2rem}.tips-card .card-header .card-title{font-size:1rem;font-weight:700;color:#1a202c;display:flex;align-items:center}.tips-card .card-header .card-title i{color:#f59e0b;font-size:1.125rem}.tips-card .card-body{padding:1.5rem 2rem!important}.tips-card .tip-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.tips-card .tip-item:first-child{padding-top:0}.tips-card .tip-item:last-child{border-bottom:none;padding-bottom:0}.tips-card .tip-item .tip-icon{flex-shrink:0;padding-top:2px}.tips-card .tip-item .tip-icon i{font-size:1.25rem}.tips-card .tip-item .tip-content{flex:1}.tips-card .tip-item .tip-content h3{font-size:.875rem;font-weight:700;margin-bottom:.25rem;color:#1a202c}.tips-card .tip-item .tip-content p{font-size:.8125rem;color:#718096;margin-bottom:0;line-height:1.5}@media(max-width:768px){.tips-card .card-header{padding:.75rem 1.5rem}.tips-card .card-body{padding:1rem 1.5rem!important}.tips-card .tip-item{padding:.75rem 0}.tips-card .tip-item .tip-content h3{font-size:.8125rem}.tips-card .tip-item .tip-content p{font-size:.75rem}}.activity-card{border:none;border-radius:1.25rem;box-shadow:0 4px 12px #00000014;background:#fff}.activity-card .card-header{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:1.25rem 1.25rem 0 0;padding:1rem 2rem}.activity-card .card-header .card-title{font-size:1rem;font-weight:700;color:#1a202c;display:flex;align-items:center}.activity-card .card-header .card-title i{color:#667eea;font-size:1.125rem}.activity-card .card-header .badge{padding:.5rem 1rem;font-weight:600;font-size:.75rem}.activity-card .card-body{padding:1.5rem 2rem!important}.activity-card .timeline{position:relative;padding-left:2rem}.activity-card .timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#667eea,#e2e8f0)}.activity-card .timeline .timeline-item{position:relative;padding-bottom:1.5rem}.activity-card .timeline .timeline-item:last-child{padding-bottom:0}.activity-card .timeline .timeline-item:last-child:after{content:"";position:absolute;left:-2rem;bottom:0;width:16px;height:16px;background:#f8f9fa;border:2px solid #e2e8f0;border-radius:50%}.activity-card .timeline .timeline-item .timeline-marker{position:absolute;left:-2rem;top:4px;width:16px;height:16px;background:#fff;border:3px solid #667eea;border-radius:50%;box-shadow:0 0 0 4px #667eea1a;z-index:1}.activity-card .timeline .timeline-item .timeline-content{background:#f8f9fa;padding:1rem;border-radius:.75rem;transition:all .3s ease}.activity-card .timeline .timeline-item .timeline-content:hover{background:#e2e8f0;transform:translate(4px)}.activity-card .timeline .timeline-item .timeline-content h3{font-size:.875rem;font-weight:700;margin-bottom:.25rem;color:#1a202c}.activity-card .timeline .timeline-item .timeline-content p{color:#4a5568;margin-bottom:.25rem;font-size:.8125rem;line-height:1.5}.activity-card .timeline .timeline-item .timeline-content .timeline-date{color:#a0aec0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.activity-card .card-header{padding:.75rem 1.5rem;flex-direction:column;align-items:flex-start!important;gap:.5rem}.activity-card .card-header .badge{margin-top:.5rem}.activity-card .card-body{padding:1rem 1.5rem!important}.activity-card .timeline{padding-left:1.5rem}.activity-card .timeline .timeline-item{padding-bottom:1rem}.activity-card .timeline .timeline-item .timeline-marker{left:-1.5rem}.activity-card .timeline .timeline-item:last-child:after{left:-1.5rem}.activity-card .timeline .timeline-item .timeline-content{padding:.75rem}.activity-card .timeline .timeline-item .timeline-content h3{font-size:.8125rem}.activity-card .timeline .timeline-item .timeline-content p{font-size:.75rem}}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.dashboard-loading .loading-content{text-align:center}.dashboard-loading .loading-content .spinner-border{width:3rem;height:3rem}.dashboard-loading .loading-content p{margin-top:1.5rem;color:#718096;font-size:1rem}.container{padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}.row.g-3{--bs-gutter-x: 1.5rem;--bs-gutter-y: 1.5rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-sm{padding:.5rem 1rem;font-size:.875rem;font-weight:600}.btn-icon{font-size:1rem!important;margin-right:.5rem!important;margin-bottom:0!important;width:auto!important;height:auto!important;display:inline!important}
