*{box-sizing:border-box}body{margin:0;background:#f0f3f5;font-size:1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.top-nav{color:#f0f3f5;background:#023;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;margin-bottom:1rem;position:sticky;top:0;z-index:10000}.nav-list{margin:0;display:flex;gap:1rem;list-style:none;align-items:stretch}.nav-list a{text-decoration:none;color:inherit}.nav-list a:hover,.nav-list a:focus{text-decoration:underline}.nav-text-large{font-size:2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem;margin-bottom:2rem}.card{--padding: 1rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;flex-direction:column}.card-header{font-size:2rem;padding:var(--padding);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-transform:capitalize;border-bottom:1px solid black;flex-shrink:0}.card-body{padding:var(--padding);flex-grow:1}.card-preview-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.card-footer{border-top:1px solid black;display:flex;padding:var(--padding);justify-content:flex-end;gap:.5rem;flex-shrink:0}.btn{text-decoration:none;color:#f0f3f5;background:#005580;padding:.75rem 1rem;border-radius:.5rem;border:none;font-size:inherit;font-family:inherit;cursor:pointer}.btn:hover,.btn:focus{background:#0077b3}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1rem}.page-title{display:flex;justify-content:space-between;align-items:center;margin:0;margin-bottom:2rem;gap:2rem}.page-title:has(+.page-subtitle){margin-bottom:1rem}.page-subtitle{margin-bottom:2rem;font-size:1.75rem;display:block}.mb-4{margin-bottom:2rem}.mb-2{margin-bottom:1rem}.mb-1{margin-bottom:.5rem}.mt-4{margin-top:2rem}.card-stack{display:flex;flex-direction:column;gap:1rem}.text-sm{font-size:1rem}.strike-through{text-decoration:line-through}.container.loading{filter:blur(5px);pointer-events:none}.loading-spinner:after{content:"";z-index:999;width:200px;height:200px;position:fixed;top:50%;left:50%;translate:-50% -50%;border-radius:50%;border:20px solid transparent;border-bottom-color:#0af;animation:spin infinite 1.25s ease-in;mix-blend-mode:multiply}.loading-spinner:before{content:"";z-index:999;width:200px;height:200px;position:fixed;top:50%;left:50%;translate:-50% -50%;border-radius:50%;border:20px solid transparent;border-top-color:#0af;animation:spin infinite 2s ease-in-out;mix-blend-mode:multiply}@keyframes spin{to{rotate:360deg}}.form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row .btn{align-self:flex-end}.form-group{display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.form-group input,.form-group select,.form-group textarea{font-size:inherit;font-family:inherit;padding:.5rem;border-radius:.5rem;border:2px solid hsl(200,100%,10%)}.form-group textarea{resize:vertical;min-height:150px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0af}.form-btn-row{justify-content:flex-end}.btn:disabled{background:#73848c;color:#f1f3f4;cursor:not-allowed}.btn-outline{background:none;color:#005580;border:2px solid hsl(200,100%,25%)}.btn-outline:hover,.btn-outline:focus{background:#d9eaf2}.btn-outline:disabled{border-color:#73848c;color:#73848c;background:#e3e6e8;cursor:not-allowed}.page-title .title-btns{font-size:1.5rem;font-weight:400}.form-group.error input,.form-group.error select,.form-group.error textarea{border-color:red}.form-group .error-message{color:red;font-size:1rem}.skeleton{background:#e0e7eb;border-radius:.5rem;height:1em;width:100%;animation:skeleton 1s infinite alternate ease-in-out}.skeleton+.skeleton:last-child{width:75%}.skeleton+.skeleton{margin-top:.5rem;width:100%}.skeleton-btn{height:2em;width:4em}.skeleton-input{height:2.25em;border:2px solid black}@keyframes skeleton{0%{opacity:.5}to{opacity:1}}
