*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background-color:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-container{background-color:#f8fafc;min-height:100vh}.navbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-circle{color:#fff;background:linear-gradient(135deg,#6d28d9,#4f46e5);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;font-weight:700;display:flex}.stats-container{scrollbar-width:thin;gap:16px;padding:10px 0;display:flex;overflow-x:auto}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;min-width:260px;padding:24px;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.table-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.controls{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px;display:flex}.table{border-collapse:collapse;width:100%}.table th{text-align:left;color:#64748b;background:#f8fafc;padding:20px 24px;font-weight:500}.table td{border-top:1px solid #f1f5f9;padding:20px 24px}.table tr:hover{background-color:#f8fafc}.status-yes{color:#10b981;background-color:#ecfdf5;border-radius:9999px;padding:6px 16px;font-size:.875rem;font-weight:600}.status-no{color:#ef4444;background-color:#fef2f2;border-radius:9999px;padding:6px 16px;font-size:.875rem;font-weight:600}.modal{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:20px;width:90%;max-width:500px;padding:32px;box-shadow:0 20px 25px -5px #0000001a}.btn{cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-weight:500;transition:all .2s}.btn-primary{color:#fff;background:#111827}.btn-primary:hover{background:#1f2937}.btn-refresh{color:#64748b;background:0 0;border:1px solid #e2e8f0}
