*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer}input,select,textarea{font-family:inherit}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;padding:2rem;overflow-y:auto}.sidebar{width:240px;background:#1e293b;color:#e2e8f0;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0}.sidebar-logo{padding:0 1.5rem 1.5rem;font-size:1.25rem;font-weight:700;color:#fff;border-bottom:1px solid #334155;margin-bottom:1rem}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1;padding:0 .75rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.5rem;font-size:.875rem;color:#94a3b8;transition:background .15s,color .15s}.sidebar-link:hover{background:#334155;color:#e2e8f0}.sidebar-link.active{background:#3b82f6;color:#fff}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #334155;font-size:.75rem;color:#64748b}.sidebar-user{margin-bottom:.5rem;font-weight:500;color:#94a3b8;word-break:break-all}.card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.5rem}.stat-card-value{font-size:2rem;font-weight:700}.stat-card-label{font-size:.875rem;color:#64748b}.stat-card.danger{border-left:4px solid #ef4444}.stat-card.warning{border-left:4px solid #f59e0b}.stat-card.success{border-left:4px solid #22c55e}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;transition:opacity .15s}.btn:hover{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-secondary{background:#e2e8f0;color:#475569}.btn-danger{background:#ef4444;color:#fff}.btn-success{background:#22c55e;color:#fff}.btn-warning{background:#f59e0b;color:#fff}.btn-sm{padding:.25rem .625rem;font-size:.8rem}.form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-control{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;outline:none;transition:border-color .15s}.form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-error{font-size:.8rem;color:#ef4444}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.875rem}th{text-align:left;padding:.75rem 1rem;background:#f8fafc;border-bottom:2px solid #e2e8f0;font-weight:600;color:#475569;white-space:nowrap}td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}tr:hover td{background:#f8fafc}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:.75rem;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.tabs{display:flex;gap:.25rem;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.tab-btn{padding:.625rem 1.25rem;border:none;background:none;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.tab-btn:hover{color:#3b82f6}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:700}.alert{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.alert-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-red{background:#fef2f2;color:#dc2626}.badge-yellow{background:#fffbeb;color:#d97706}.badge-green{background:#f0fdf4;color:#16a34a}.badge-blue{background:#eff6ff;color:#2563eb}.badge-gray{background:#f1f5f9;color:#475569}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1e293b}.login-card{background:#fff;border-radius:1rem;padding:2.5rem;width:100%;max-width:400px}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.login-subtitle{color:#64748b;font-size:.875rem;margin-bottom:2rem}.accordion-item{border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:.5rem;overflow:hidden}.accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f8fafc;cursor:pointer;font-weight:500;border:none;width:100%;text-align:left}.accordion-header:hover{background:#f1f5f9}.accordion-body{padding:1rem 1.25rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-muted{color:#64748b}.font-bold{font-weight:700}.w-full{width:100%}.text-right{text-align:right}.text-center{text-align:center}
