*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #277CAD;--blue-dark: #1e6090;--green: #90B53A;--offwhite: #F3F5F8;--body: #1E2A44;--white: #ffffff;--error: #EF4444;--border: #e0e4ed;--muted: #6b7a99}html,body,#root{height:100%;font-family:Poppins,sans-serif;color:var(--body);background:var(--offwhite);-webkit-font-smoothing:antialiased}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:Poppins,sans-serif}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--blue);outline-offset:2px}button:hover:not(:disabled){opacity:.85}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .6s linear infinite}.spinner-lg{width:32px;height:32px;border-width:3px}.group-content{overflow:hidden;transition:max-height .25s ease-out,opacity .2s ease-out}.group-content.collapsed{max-height:0;opacity:0}.group-content.expanded{max-height:5000px;opacity:1}[role=alert]{animation:slideDown .2s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}
