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