*{margin:0;padding:0;box-sizing:border-box}html{height:100%;-webkit-text-size-adjust:100%}body{height:100%;font-family:Public Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.flex-center{display:flex;align-items:center;justify-content:center}.full-height{height:100vh}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.MuiTextField-root .MuiOutlinedInput-root{border-radius:8px}.MuiButton-root{border-radius:8px;text-transform:none;font-weight:600}.MuiPaper-root{border-radius:16px}.MuiCard-root{border-radius:16px;box-shadow:0 0 2px #919eab14,0 12px 24px -4px #919eab14}.MuiDataGrid-root{border:none;border-radius:16px}.MuiDataGrid-main{border-radius:16px}.MuiDataGrid-columnHeaders{border-radius:16px 16px 0 0;background-color:#f4f6f8}.form-section{margin-bottom:24px}.form-section-title{margin-bottom:16px;font-weight:600;color:#212b36}.status-badge{padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-active{background-color:#c8facd;color:#229a16}.status-inactive{background-color:#ffcccb;color:#b71c1c}.status-pending{background-color:#fff2cc;color:#b26500}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}
