*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1e293b;background-color:#f8fafc;font-size:14px}.app-container{display:flex;min-height:100vh}.sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;z-index:3;transition:all .3s ease;display:flex;flex-direction:column}.sidebar .sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#fff}.sidebar .sidebar-header .logo-container{display:flex;align-items:center;gap:.75rem}.sidebar .sidebar-header .logo-container .logo-icon{width:40px;height:40px;background:#1e293b;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem}.sidebar .sidebar-header .logo-container .logo-text h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.2}.sidebar .sidebar-header .logo-container .logo-text span{font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.sidebar .sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar .sidebar-nav .nav-section{margin-bottom:.25rem}.sidebar .sidebar-nav .nav-section .nav-link{display:flex;align-items:center;padding:.75rem 1.25rem;color:#64748b;text-decoration:none;transition:all .2s ease;position:relative;border-radius:8px;margin:0 .75rem}.sidebar .sidebar-nav .nav-section .nav-link .nav-icon{width:36px;height:36px;background:#f8fafc;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:.75rem;transition:all .2s ease;color:#64748b}.sidebar .sidebar-nav .nav-section .nav-link .nav-icon i{font-size:.875rem}.sidebar .sidebar-nav .nav-section .nav-link .nav-text{flex:1;font-weight:500;font-size:.875rem}.sidebar .sidebar-nav .nav-section .nav-link .nav-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:10px;min-width:18px;text-align:center}.sidebar .sidebar-nav .nav-section .nav-link:hover{background:#f8fafc;color:#1e293b}.sidebar .sidebar-nav .nav-section .nav-link:hover .nav-icon{background:#1e293b;color:#fff}.sidebar .sidebar-nav .nav-section .nav-link.active{background:rgba(30,41,59,.08);color:#1e293b;font-weight:600}.sidebar .sidebar-nav .nav-section .nav-link.active .nav-icon{background:#1e293b;color:#fff}.sidebar .sidebar-nav .nav-divider{padding:1rem 1.25rem .5rem;margin-top:.5rem}.sidebar .sidebar-nav .nav-divider span{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;position:relative;display:block;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem}.sidebar .sidebar-footer{padding:1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc}.sidebar .sidebar-footer .user-info{display:flex;align-items:center;gap:.75rem}.sidebar .sidebar-footer .user-info .user-avatar{width:36px;height:36px;background:#1e293b;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.sidebar .sidebar-footer .user-info .user-details{flex:1}.sidebar .sidebar-footer .user-info .user-details .user-name{font-weight:600;color:#1e293b;font-size:.875rem;margin-bottom:.125rem}.sidebar .sidebar-footer .user-info .user-details .user-role{font-size:.75rem;color:#94a3b8;font-weight:500}.main-content{flex:1;margin-left:280px;background-color:#f8fafc;min-height:100vh}.header{background:#fff;padding:1rem 2rem;box-shadow:0 1px 3px rgba(0,0,0,.05);border-bottom:1px solid #e2e8f0}.header .header-content{justify-content:space-between}.header .header-content,.header .header-content .header-left{display:flex;align-items:center}.header .header-content .header-left .sidebar-toggle{display:none;background:none;border:none;font-size:1.25rem;color:#6c757d;margin-right:1rem;cursor:pointer}.header .header-content .header-left h1{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.header .header-content .header-left .subtitle{color:#64748b;font-size:.875rem;margin-left:1rem}.header .header-content .header-right{display:flex;align-items:center;gap:1rem}.header .header-content .header-right .notification-btn{position:relative;background:none;border:none;color:#6c757d;font-size:1.25rem;cursor:pointer}.header .header-content .header-right .notification-btn .badge{position:absolute;top:-8px;right:-8px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.75rem;display:flex;align-items:center;justify-content:center}.header .header-content .header-right .user-dropdown{display:flex;align-items:center;background:none;border:none;cursor:pointer}.header .header-content .header-right .user-dropdown .user-avatar{width:40px;height:40px;background:#1e293b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:.75rem}.header .header-content .header-right .user-dropdown .user-name{color:#212529;font-weight:500}.content{padding:2rem}.card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:1.5rem}.card .card-header{background:none;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.25rem .75rem}.card .card-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.card .card-header .subtitle{color:#64748b;font-size:.875rem;margin-top:.25rem}.card .card-body,.stat-card{padding:1.25rem}.stat-card{border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}.stat-card:hover{border-color:rgba(30,41,59,.2)}.stat-card .stat-icon{width:48px;height:48px;border-radius:8px;font-size:1.25rem;margin-bottom:.75rem}.stat-card .stat-title{font-size:.75rem;color:#94a3b8;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-card .stat-value{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;line-height:1.2}.stat-card .stat-description{font-size:.75rem;color:#64748b}.btn{border-radius:6px;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease;font-size:.875rem}.btn.btn-primary{background:#1e293b;border:1px solid #1e293b;color:#fff}.btn.btn-primary:hover{background:rgb(28.5,38.95,56.05);border-color:rgb(28.5,38.95,56.05)}.btn.btn-secondary{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.btn.btn-secondary:hover{background:rgb(44.4195121951,120.7012195122,245.3304878049);border-color:rgb(44.4195121951,120.7012195122,245.3304878049)}.btn.btn-outline-primary{background:transparent;border:1px solid #e2e8f0;color:#1e293b}.btn.btn-outline-primary:hover{background:#f8fafc;border-color:#1e293b;color:#1e293b}.form-control{border-radius:6px;border:1px solid #e2e8f0;padding:.625rem .875rem;transition:all .2s ease;font-size:.875rem}.form-control:focus{border-color:#1e293b;box-shadow:0 0 0 3px rgba(30,41,59,.1);outline:none}.form-label{font-weight:500;color:#1e293b;margin-bottom:.5rem;font-size:.875rem}.alert{border-radius:6px;border:none;padding:.875rem 1rem;font-size:.875rem}.alert.alert-success{background:rgba(16,185,129,.1);color:rgb(12.8,148,103.2);border:1px solid rgba(16,185,129,.2)}.alert.alert-danger{background:rgba(239,68,68,.1);color:rgb(226.242364532,19.357635468,19.357635468);border:1px solid rgba(239,68,68,.2)}@media (max-width:768px){.sidebar{transform:translateX(-100%);box-shadow:0 0 20px rgba(0,0,0,.1)}.sidebar.show{transform:translateX(0)}.main-content{margin-left:0}.header .sidebar-toggle{display:block!important}.stats-grid{grid-template-columns:1fr}.content{padding:1rem}}@media (max-width:768px){.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2;opacity:0;visibility:hidden;transition:all .3s ease}.sidebar-overlay.show{opacity:1;visibility:visible}}.text-primary{color:#1e293b!important}.text-secondary{color:#3b82f6!important}.text-muted{color:#94a3b8!important}.bg-primary{background-color:#1e293b!important}.bg-secondary{background-color:#3b82f6!important}.bg-light{background-color:#f8fafc!important}.welcome-section .welcome-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.welcome-section .welcome-card .welcome-content{display:flex;justify-content:space-between;align-items:center}.welcome-section .welcome-card .welcome-content .welcome-text .welcome-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.welcome-section .welcome-card .welcome-content .welcome-text .welcome-subtitle{color:#64748b;font-size:.875rem;margin:0}.welcome-section .welcome-card .welcome-content .welcome-icon{width:48px;height:48px;background:rgba(30,41,59,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1e293b;font-size:1.25rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #f1f3f4;position:relative;overflow:hidden;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e293b,#3b82f6)}.stat-card .stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.stat-card .stat-icon.primary{background:rgba(30,41,59,.08);color:#1e293b;border:1px solid rgba(30,41,59,.15)}.stat-card .stat-icon.success{background:rgba(16,185,129,.08);color:#10b981;border:1px solid rgba(16,185,129,.15)}.stat-card .stat-icon.warning{background:rgba(245,158,11,.08);color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.stat-card .stat-icon.info{background:rgba(6,182,212,.08);color:#06b6d4;border:1px solid rgba(6,182,212,.15)}.stat-card .stat-content{margin-bottom:1rem}.stat-card .stat-content .stat-value{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;line-height:1}.stat-card .stat-content .stat-title{font-size:1rem;font-weight:600;color:#212529;margin-bottom:.25rem}.stat-card .stat-content .stat-description{font-size:.875rem;color:#6c757d}.stat-card .stat-trend{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.stat-card .stat-trend i{font-size:.75rem}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease}.dashboard-card:hover{border-color:rgba(30,41,59,.2)}.dashboard-card .card-header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start}.dashboard-card .card-header .card-title-section h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.dashboard-card .card-header .card-title-section p{color:#64748b;font-size:.875rem;margin:0}.dashboard-card .card-header .card-icon{width:36px;height:36px;background:rgba(30,41,59,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1e293b;font-size:1rem}.dashboard-card .card-body{padding:1.5rem}.dashboard-card .card-footer{padding:.875rem 1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc}.dashboard-card .card-footer .card-link{color:#1e293b;text-decoration:none;font-weight:500;font-size:.875rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.dashboard-card .card-footer .card-link:hover{color:#3b82f6}.student-item{display:flex;align-items:center;gap:.75rem;padding:.875rem;border-radius:8px;transition:all .2s ease;margin-bottom:.5rem}.student-item:hover{background:#f8fafc}.student-item .student-avatar{width:36px;height:36px;background:#1e293b;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.student-item .student-avatar.warning{background:#f59e0b}.student-item .student-info{flex:1}.student-item .student-info .student-name{font-weight:600;color:#1e293b;font-size:.875rem;margin-bottom:.125rem}.student-item .student-info .student-email{color:#64748b;font-size:.75rem}.student-item .student-status .status-badge{padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.student-item .student-status .status-badge.active{background:rgba(16,185,129,.1);color:#10b981}.student-item .student-status .status-badge.pending{background:rgba(245,158,11,.1);color:#f59e0b}.empty-state{text-align:center;padding:2rem 1rem}.empty-state .empty-icon{width:48px;height:48px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#94a3b8;font-size:1.25rem}.empty-state h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.empty-state p{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.quick-actions .actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:768px){.quick-actions .actions-grid{grid-template-columns:1fr}}.quick-actions .action-btn{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-align:left;transition:all .2s ease;cursor:pointer;width:100%}.quick-actions .action-btn:hover{background:#f8fafc;border-color:rgba(30,41,59,.2)}.quick-actions .action-btn .action-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.quick-actions .action-btn .action-icon.primary{background:rgba(30,41,59,.1);color:#1e293b}.quick-actions .action-btn .action-icon.success{background:rgba(16,185,129,.1);color:#10b981}.quick-actions .action-btn .action-icon.info{background:rgba(6,182,212,.1);color:#06b6d4}.quick-actions .action-btn .action-icon.warning{background:rgba(245,158,11,.1);color:#f59e0b}.quick-actions .action-btn .action-content h4{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .125rem}.quick-actions .action-btn .action-content p{font-size:.75rem;color:#64748b;margin:0}@media (max-width:768px){.dashboard-grid,.quick-actions .actions-grid,.stats-grid{grid-template-columns:1fr}.welcome-card .welcome-content{flex-direction:column;text-align:center;gap:1rem}}.page-header .page-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.page-header .page-header-content .page-title-section .page-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.page-header .page-header-content .page-title-section .page-description{color:#6c757d;font-size:1rem;margin:0}.page-header .page-header-content .page-actions{display:flex;gap:1rem;align-items:center}.search-box{position:relative;display:flex;align-items:center}.search-box i{position:absolute;left:1rem;color:#6c757d;z-index:1}.search-box .form-control{padding-left:2.5rem;border-radius:10px;border:1px solid #e9ecef;transition:all .3s ease}.search-box .form-control:focus{border-color:#1e293b;box-shadow:0 0 0 .2rem rgba(30,41,59,.25)}.table .user-avatar{width:40px;height:40px;background:rgba(30,41,59,.08);color:#1e293b;border:1px solid rgba(30,41,59,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.table .user-avatar.admin{background:rgba(245,158,11,.08);color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.table .student-avatar{width:40px;height:40px;background:rgba(30,41,59,.08);color:#1e293b;border:1px solid rgba(30,41,59,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.table .student-avatar.warning{background:rgba(245,158,11,.08);color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.25rem}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.admin{background:rgba(245,158,11,.1);color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.status-badge.professor{background:rgba(0,123,255,.1);color:#007bff;border:1px solid rgba(0,123,255,.2)}.status-badge.avaliador{background:rgba(40,167,69,.1);color:#28a745;border:1px solid rgba(40,167,69,.2)}.status-badge.staff{background:hsla(208,7%,46%,.1);color:#6c757d;border:1px solid hsla(208,7%,46%,.2)}.status-badge.user{background:rgba(6,182,212,.1);color:#06b6d4;border:1px solid rgba(6,182,212,.2)}.status-badge.pago{background:#d4edda;color:#155724}.status-badge.pendente{background:#fff3cd;color:#856404}.status-badge.cancelado{background:#f8d7da;color:#721c24}.goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.goal-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #f1f3f4;overflow:hidden;transition:all .3s ease}.goal-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.goal-card .goal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;align-items:flex-start}.goal-card .goal-header .goal-title-section .goal-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.goal-card .goal-header .goal-title-section .goal-description{color:#6c757d;font-size:.875rem;margin:0}.goal-card .goal-header .goal-status .status-badge.em_andamento{background:linear-gradient(135deg,#06b6d4,rgb(5.4,163.8,190.8));color:#fff}.goal-card .goal-header .goal-status .status-badge.concluida{background:linear-gradient(135deg,#10b981,rgb(14.4,166.5,116.1));color:#fff}.goal-card .goal-header .goal-status .status-badge.pausada{background:linear-gradient(135deg,#f59e0b,rgb(221.3291338583,142.4125984252,9.0708661417));color:#fff}.goal-card .goal-body{padding:1.5rem}.goal-card .goal-body .goal-progress{margin-bottom:1.5rem}.goal-card .goal-body .goal-progress .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.goal-card .goal-body .goal-progress .progress-info .progress-label{font-size:.875rem;font-weight:500;color:#6c757d}.goal-card .goal-body .goal-progress .progress-info .progress-percentage{font-size:.875rem;font-weight:600;color:#1e293b}.goal-card .goal-body .goal-progress .progress-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.goal-card .goal-body .goal-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#1e293b,#3b82f6);border-radius:4px;transition:width .3s ease}.goal-card .goal-body .goal-meta{display:flex;flex-direction:column;gap:.75rem}.goal-card .goal-body .goal-meta .goal-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6c757d}.goal-card .goal-body .goal-meta .goal-meta-item i{width:16px;color:#1e293b}.goal-card .goal-footer{padding:1rem 1.5rem;border-top:1px solid #f1f3f4;background:#f8f9fa}.goal-card .goal-footer .goal-actions{display:flex;gap:.5rem;align-items:center}.sync-action-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;transition:all .3s ease}.sync-action-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.sync-action-card .sync-icon{width:60px;height:60px;background:rgba(30,41,59,.08);color:#1e293b;border:1px solid rgba(30,41,59,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.sync-action-card .sync-content{flex:1}.sync-action-card .sync-content h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.sync-action-card .sync-content p{color:#6c757d;font-size:.875rem;margin:0 0 1rem}.log-message{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evaluator-list .evaluator-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f3f4}.evaluator-list .evaluator-item:last-child{border-bottom:none}.evaluator-list .evaluator-item .evaluator-rank .rank-number{width:32px;height:32px;background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.evaluator-list .evaluator-item .evaluator-info{display:flex;align-items:center;gap:.75rem;flex:1}.evaluator-list .evaluator-item .evaluator-info .evaluator-avatar{width:40px;height:40px;background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.evaluator-list .evaluator-item .evaluator-info .evaluator-details .evaluator-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.evaluator-list .evaluator-item .evaluator-info .evaluator-details .evaluator-email{font-size:.875rem;color:#6c757d}.evaluator-list .evaluator-item .evaluator-stats{text-align:right}.evaluator-list .evaluator-item .evaluator-stats .evaluations-count{font-size:1.25rem;font-weight:700;color:#1e293b}.evaluator-list .evaluator-item .evaluator-stats .evaluations-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.activity-list .activity-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f3f4}.activity-list .activity-item:last-child{border-bottom:none}.activity-list .activity-item .activity-icon{width:40px;height:40px;background:#f8f9fa;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1e293b;font-size:1rem}.activity-list .activity-item .activity-content{flex:1}.activity-list .activity-item .activity-content .activity-description{font-weight:500;color:#1e293b;margin-bottom:.25rem}.activity-list .activity-item .activity-content .activity-time{font-size:.875rem;color:#6c757d}.activity-list .activity-item .activity-status .status-badge.info{background:linear-gradient(135deg,#06b6d4,rgb(5.4,163.8,190.8));color:#fff}.metric-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;transition:all .3s ease}.metric-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.metric-card .metric-icon{width:50px;height:50px;background:rgba(30,41,59,.08);color:#1e293b;border:1px solid rgba(30,41,59,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.metric-card .metric-content .metric-value{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.metric-card .metric-content .metric-label{font-size:.875rem;color:#6c757d}.integration-status{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.integration-status .status-indicator{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.integration-status .status-indicator.success{background:#d4edda;color:#155724}.integration-status .status-indicator.danger{background:#f8d7da;color:#721c24}.integration-status .status-content{flex:1}.integration-status .status-content .status-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.integration-status .status-content .status-description{font-size:.875rem;color:#6c757d}.quick-actions-list .quick-action-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid transparent}.quick-actions-list .quick-action-item:hover{background:#f8f9fa;border-color:#e9ecef;transform:translateX(4px);text-decoration:none;color:inherit}.quick-actions-list .quick-action-item .action-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e293b,#3b82f6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}.quick-actions-list .quick-action-item .action-content{flex:1}.quick-actions-list .quick-action-item .action-content h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.quick-actions-list .quick-action-item .action-content p{font-size:.875rem;color:#6c757d;margin:0}.quick-actions-list .quick-action-item .action-arrow{color:#6c757d;font-size:.875rem}.progress-preview .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-preview .progress-info .progress-label{font-size:.875rem;font-weight:500;color:#6c757d}.progress-preview .progress-info .progress-percentage{font-size:.875rem;font-weight:600;color:#1e293b}.progress-preview .progress-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-preview .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#1e293b,#3b82f6);border-radius:4px;transition:width .3s ease}.progress-preview .progress-details .progress-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-preview .progress-details .progress-item .label{font-size:.875rem;color:#6c757d}.progress-preview .progress-details .progress-item .value{font-weight:600;color:#1e293b}.meta-info .meta-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.meta-info .meta-item:last-child{border-bottom:none}.meta-info .meta-item i{width:20px;font-size:1rem}.meta-info .meta-item .meta-content{flex:1}.meta-info .meta-item .meta-content .meta-label{font-size:.875rem;color:#6c757d;display:block;margin-bottom:.25rem}.meta-info .meta-item .meta-content .meta-value{font-weight:600;color:#1e293b}.user-preview .user-avatar.large{width:80px;height:80px;font-size:2rem;margin:0 auto}.payment-summary .summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.payment-summary .summary-item:last-child{border-bottom:none}.payment-summary .summary-item.total{font-weight:700;font-size:1.125rem;color:#1e293b;border-top:2px solid #e9ecef;margin-top:.5rem;padding-top:1rem}.payment-summary .summary-item .summary-label{color:#6c757d}.payment-summary .summary-item .summary-value{font-weight:600;color:#1e293b}.payment-summary .summary-divider{height:1px;background:#e9ecef;margin:.5rem 0}.period-info .period-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.period-info .period-item:last-child{border-bottom:none}.period-info .period-item i{width:20px;font-size:1rem}.period-info .period-item .period-content{flex:1}.period-info .period-item .period-content .period-label{font-size:.875rem;color:#6c757d;display:block;margin-bottom:.25rem}.period-info .period-item .period-content .period-value{font-weight:600;color:#1e293b}.user-info .info-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.user-info .info-item:last-child{border-bottom:none}.user-info .info-item i{width:20px;font-size:1rem}.user-info .info-item .info-content{flex:1}.user-info .info-item .info-content .info-label{font-size:.875rem;color:#6c757d;display:block;margin-bottom:.25rem}.user-info .info-item .info-content .info-value{font-weight:600;color:#1e293b}.profile-avatar .user-avatar.large{width:120px;height:120px;font-size:2.5rem;margin:0 auto}.profile-badges{display:flex;justify-content:center;gap:.5rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f3f4}.stat-item:last-child{border-bottom:none}.stat-item .stat-icon{width:40px;height:40px;background:rgba(30,41,59,.08);color:#1e293b;border:1px solid rgba(30,41,59,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem}.stat-item .stat-content{flex:1}.stat-item .stat-content .stat-value{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.stat-item .stat-content .stat-label{font-size:.875rem;color:#6c757d}.form-control-plaintext{padding:.5rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}@media (max-width:768px){.page-header .page-header-content{flex-direction:column;align-items:stretch;gap:1rem}.goals-grid{grid-template-columns:1fr}.goal-card .goal-body .goal-meta{flex-direction:column;gap:.5rem}.profile-avatar .user-avatar.large{width:80px;height:80px;font-size:2rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
/*# sourceMappingURL=app.css.map */
