.loading-spinner{justify-content:center;align-items:center;height:100vh;display:flex}.loading-spinner .spinner{border:4px solid #f3f3f3;border-top-color:#d14d72;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:2rem;display:flex}.dashboard-header h1{color:#d14d72;margin:0;font-size:2.5rem}@media (max-width:768px){.dashboard-header h1{text-align:center;width:100%}}.dashboard-header .profile-status{border-radius:25px;align-items:center;gap:.75rem;margin-top:15px;padding:10px 20px;font-size:1.15em;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.dashboard-header .profile-status.active-status{color:#2e8b57;background-color:#eafbea;border:1px solid #2e8b57;animation:2s infinite pulsate}.dashboard-header .profile-status.inactive-status{color:#daa520;background-color:#fefdf7;border:1px solid #daa520}.dashboard-header .profile-status .status-icon{font-size:1.5em;line-height:1}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.metrics-grid .metric-card{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 12px #00000014}.metrics-grid .metric-card:hover{transform:translateY(-3px)}.metrics-grid .metric-card .metric-content{align-items:center;gap:1rem;display:flex}.metrics-grid .metric-card .metric-content .metric-icon{background:#d14d721a;border-radius:50%;padding:1rem;font-size:2rem}.metrics-grid .metric-card .metric-content h3{color:#444;margin:0 0 .5rem;font-size:1.1rem}.metrics-grid .metric-card .metric-content h2{color:#d14d72;margin:0;font-size:2rem}.table-container{background:#fff;border-radius:12px;padding:1rem;overflow-x:auto;box-shadow:0 4px 12px #00000014}@media (max-width:768px){.table-container{box-shadow:none;background:0 0;padding:0}}.styled-table{border-collapse:collapse;width:100%;min-width:600px}.styled-table thead{background:#fff9fb}.styled-table thead th{text-align:left;color:#d14d72;border-bottom:2px solid #d14d721a;padding:1rem;font-weight:600}.styled-table tbody tr{border-bottom:1px solid #0000000d;transition:background .3s}.styled-table tbody tr:hover{background:#d14d7208}.styled-table tbody tr td{color:#444;padding:1rem}.styled-table .status-badge{border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;display:inline-block}.styled-table .status-badge.active{color:#4caf50;background:#4caf501a}.styled-table .status-badge.pending{color:#ffc107;background:#ffc1071a}.styled-table .status-badge.inactive{color:#f44336;background:#f443361a}.styled-table .checkbox-container{cursor:pointer;display:block;position:relative}.styled-table .checkbox-container .checkmark{background-color:#eee;border-radius:4px;width:20px;height:20px;transition:all .3s;position:relative;top:0;left:0}.styled-table .checkbox-container .checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;display:none;position:absolute;top:3px;left:7px;transform:rotate(45deg)}.styled-table .checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.styled-table .checkbox-container input:checked~.checkmark{background-color:#d14d72}.styled-table .checkbox-container input:checked~.checkmark:after{display:block}.styled-table .checkbox-container:hover input~.checkmark{background-color:#ccc}.styled-table .no-data{text-align:center;color:#666;padding:2rem;font-size:1.2rem}@media (max-width:768px){.styled-table{display:none}.dashboard-container{padding:1rem}.dashboard-header h1{font-size:2rem}.metrics-grid{grid-template-columns:1fr}}.mobile-cards{display:none}@media (max-width:768px){.mobile-cards{gap:1rem;padding:0 1rem;display:grid}}.mobile-cards .lead-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.mobile-cards .card-row{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:.8rem 0;display:flex}.mobile-cards .card-row:last-child{border-bottom:none}.mobile-cards .card-row .label{color:#666;margin-right:1rem;font-weight:500}.mobile-cards .card-row .value{color:#444;text-align:right}.mobile-cards .action-row{justify-content:flex-end;padding-top:1rem}.mobile-cards .action-row .checkbox-container{align-items:center;gap:.8rem;display:flex}.mobile-cards .action-row .checkbox-container .select-label{color:#d14d72;font-weight:500}.mobile-cards .no-data{text-align:center;color:#666;background:#fff;border-radius:12px;padding:2rem;font-size:1.1rem}
