@import "./base/_variables.css";@import "./components/buttons.processed.css";@import "./components/cards.processed.css";@import "./components/forms.processed.css";@import "./components/tables.processed.css";@import "./components/modals.processed.css";@import "./components/tabs.processed.css";@import "./components/alerts.processed.css";@import "./layout/sidebar.processed.css";@import "./layout/header.processed.css";@import "./pages/legal.processed.css";*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--brand-bg);color:var(--brand-text-primary);font-family:var(--font-sans);line-height:1.5}body{display:flex;flex-direction:column;min-height:100vh}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:.5em}a{color:var(--brand-primary);text-decoration:none}a:hover{color:var(--brand-primary-hover);text-decoration:underline}.main-footer{background-color:var(--brand-primary);color:#fff;margin-top:4rem;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4,.footer-section h5{font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.7);padding-top:1rem;text-align:center}.main-content{min-height:calc(100vh - 70px)}.flash-messages{margin:1rem auto;max-width:1200px;padding:0 2rem}.flash-messages .alert{margin-bottom:1rem}.public-nav__dropdown-divider{background-color:#e5e7eb;border:none;height:1px;margin:.5rem 0}