body{font-family:Arial,sans-serif;margin:0;padding:0;background:#eaf3ff;color:#1f2937}h1,h2,h3,h4{margin-top:0}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.container{width:90%;max-width:900px;margin:2rem auto;background:#ffffff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:2rem}.header{text-align:left;padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid #e5e7eb}.header h1{font-size:1.6rem;color:#1d4ed8}.section-title{margin-top:1.5rem;font-size:1.25rem;font-weight:bold;display:flex;align-items:center;color:#1d4ed8}.section-title span.icon{margin-right:0.5rem;font-size:1.25rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row .form-group{flex:1;min-width:200px}label{font-weight:600;margin-bottom:0.3rem}label .required{color:#e11d48;margin-left:0.2rem}input[type="text"],input[type="email"],input[type="number"],select,textarea{padding:0.5rem;border:1px solid #d1d5db;border-radius:5px;font-size:1rem;width:100%;box-sizing:border-box}textarea{resize:vertical;min-height:100px}input[type="radio"]{margin-right:0.3rem}.submit-btn,.btn{background:#2563eb;color:#ffffff;padding:0.6rem 1.5rem;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background 0.2s}.submit-btn:hover,.btn:hover{background:#1e40af}.login-card{width:90%;max-width:400px;margin:4rem auto;padding:2rem;border-radius:10px;background:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,0.1);text-align:center}.login-card h2{color:#1d4ed8;margin-bottom:1rem}.login-card .form-group{text-align:left}.dashboard{width:95%;margin:1rem auto}.stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.stat-card{flex:1;min-width:150px;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.05);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.stat-card.active-card{border:2px solid #1d4ed8;background-color:#eef2ff}.stat-card .count{font-size:2rem;font-weight:bold;color:#1d4ed8}.filters{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem;align-items:center}.filters select,.filters input[type="date"],.filters input[type="text"]{padding:0.4rem;border:1px solid #d1d5db;border-radius:4px;font-size:0.9rem}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.05)}th,td{padding:0.6rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}th{background:#f9fafb;font-weight:600}tr:hover{background:#f3f4f6}.status-label{padding:0.2rem 0.6rem;border-radius:4px;font-size:0.8rem;font-weight:bold;display:inline-block}.status-success{background:#dcfce7;color:#15803d}.status-pending{background:#fef9c3;color:#92400e}.status-failed{background:#fee2e2;color:#b91c1c}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;z-index:1000;display:none}.modal{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative}.modal-close{position:absolute;top:0.5rem;right:0.5rem;background:transparent;border:none;font-size:1.2rem;cursor:pointer}.modal h3{margin-top:0;color:#1d4ed8}.modal .detail-group{margin-bottom:0.5rem}.modal .detail-group strong{display:inline-block;width:150px;font-weight:600}.logout{float:right;margin-top:1rem}