body{color:#333;background:#f5f5f5;margin:0;font-family:Arial,Helvetica,sans-serif}.admin-dashboard{flex-direction:column;min-height:100vh;padding:2rem;display:flex}.dashboard-container{background:#fff;border-radius:12px;max-width:1100px;margin:0 auto;padding:1.5rem;box-shadow:0 2px 10px #0000001a}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-header h1{color:#1e3a8a;font-size:1.8rem;font-weight:700}button{cursor:pointer;border:none;border-radius:6px;margin:0 3px;padding:.4rem .8rem;font-size:.9rem;font-weight:500}.btn-blue{color:#fff;background:#2563eb}.btn-red{color:#fff;background:#dc2626}.btn-green{color:#fff;background:#16a34a}.btn-yellow{color:#fff;background:#d97706}.btn-grey{color:#fff;background:#6b7280}.styled-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.9rem}.styled-table th{color:#fff;text-align:left;background:#2563eb;padding:12px}.styled-table td{border-bottom:1px solid #ddd;padding:10px}.styled-table tr:hover{background:#f9fafb}.modal{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:2rem;box-shadow:0 4px 20px #0003}.modal h2{color:#1e3a8a;margin-top:0;margin-bottom:1rem}.modal input,.modal select{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:.8rem;padding:.6rem;font-size:.9rem}.modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.employee-dashboard{background:#f9fafb;flex-direction:column;min-height:100vh;padding:2rem;display:flex}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-header h1{font-size:1.75rem;font-weight:700}.dashboard-header .actions{gap:.75rem;display:flex}.dashboard-header button{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem}.dashboard-content{flex-direction:column;flex:1;align-items:center;gap:1.5rem;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:100%;max-width:900px;display:grid}.stats-card{color:#fff;text-align:center;border-radius:10px;padding:1.5rem}.details,.referrals{background:#fff;border-radius:12px;width:100%;max-width:900px;padding:1.5rem;box-shadow:0 2px 10px #0000001a}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal{background:#fff;border-radius:12px;width:400px;max-width:90%;padding:2rem;animation:.2s ease-in-out fadeIn;box-shadow:0 6px 20px #00000040}.modal h2{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.modal form input,.modal form select{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:.75rem;padding:.5rem}.modal form button{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
