*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.form-container{max-width:600px;margin:0 auto;padding:2rem}.form-title{margin-bottom:2rem;text-align:center}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}.table-container{background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-toolbar{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}.card{background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card-title{margin-bottom:1rem;font-size:1.25rem;font-weight:500}.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500;text-transform:uppercase}.status-active{background-color:#e8f5e9;color:#2e7d32}.status-inactive{background-color:#ffebee;color:#c62828}.status-pending{background-color:#fff3e0;color:#ef6c00}@media (max-width: 600px){.form-container{padding:1rem}.table-toolbar{flex-direction:column;gap:1rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}
