*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#f5f5f5;color:#333}.container{max-width:1200px;margin:0 auto;padding:20px}.header{background:#2563eb;color:#fff;margin-bottom:30px}.card,.header{padding:20px;border-radius:8px}.card{background:#fff;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.button{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.button:hover{background:#1d4ed8}.button:disabled{background:#9ca3af;cursor:not-allowed}.button-secondary{background:#6b7280}.button-secondary:hover{background:#4b5563}.button-danger{background:#dc2626}.button-danger:hover{background:#b91c1c}.input{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;margin-bottom:15px}.input,.label{font-size:14px}.label{display:block;margin-bottom:5px;font-weight:500}.table{width:100%;border-collapse:collapse}.table th{background:#f3f4f6;padding:12px;text-align:left;font-weight:600;border-bottom:2px solid #e5e7eb}.table td{padding:12px;border-bottom:1px solid #e5e7eb}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.badge-success{background:#dcfce7;color:#16a34a}.badge-warning{background:#fef9c3;color:#ca8a04}.badge-info{background:#dbeafe;color:#2563eb}.alert{padding:15px;border-radius:6px;margin-bottom:20px}.alert-success{background:#dcfce7;color:#16a34a;border:1px solid #86efac}.alert-error{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.alert-info{background:#dbeafe;color:#2563eb;border:1px solid #93c5fd}.loading{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.grid{display:grid;grid-gap:20px;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.stat-value{font-size:32px;font-weight:700;color:#2563eb;margin-bottom:5px}.stat-label{font-size:14px;color:#6b7280}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:10px}.progress-fill{height:100%;background:#2563eb;transition:width .3s ease}