:root{--white:white;--primary-color:#1b6ec2;--secondary-color:#f9fafc;--third-color:#303753;--text-color:rgba(0,0,0,0.8);--link-color:#36759d;--background-color:white;--light-text-color:rgb(255,255,255,0.8);--shadow-color:rgba(100,100,111,0.2);--border-color:#ccc;--light-background-color:#eee;--action-color:var(--primary-color);--success-color:#198754;--danger-color:#dc3545;--table-border:#eee;--table-header-background-color:#ccccccbd;--table-header-color:black;--dialog-background-color:white;--action-button-background:var(--primary-color);--popup-menu-item-hover-color:white;--tab-background-color:#1b6ec29c;--tab-border-color:var(--border-color);--tab-content-background-color:white}html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,caption,table,tr,td,th,address,blockquote,img{margin:0;padding:0}img,fieldset{border:0}*,*:after,*:before{box-sizing:border-box}html,body{margin:0;padding:0;box-sizing:border-box;font-size:16px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:100vh;width:100vw;position:relative;color:var(--text-color)}a{color:var(--link-color)}p,code{margin-top:.5rem;margin-bottom:1rem}code{display:block}h1,h2,h3,h4,h5{margin:1.8rem 0}h1{color:var(--primary-color);font-weight:bold;font-size:2.2rem}h2{font-weight:bold;font-size:1.8rem}h3{font-size:1.4rem}small{font-size:.8rem}ul{list-style:disc;margin:.5rem 2rem}button{font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.5rem;cursor:pointer;border-radius:.25rem;border:1px solid var(--border-color);transition:all .2s ease-in-out;overflow:hidden;transform:translate3d(0,0,0);position:relative}button:after{content:"";display:block;position:absolute;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}button:active:after{transform:scale(0,0);opacity:.2;transition:0s}button:disabled{opacity:.5;cursor:default}.action-bar,.table-actions{display:flex;gap:.6rem;width:100%;margin-bottom:1.3rem}.table-actions{justify-content:end;align-items:center}.table-actions input{width:30%}.action-button{background-color:var(--action-color);color:var(--white)}.success-button{background-color:var(--success-color);color:var(--white)}.danger-button{background-color:var(--danger-color);color:var(--white)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;font-size:14pt;line-height:24px;background-color:white}select:disabled,input:disabled{background-color:white}label{display:block;margin:.5rem 0}input,textarea,select{padding:.5rem .75rem;width:50%;border:1px solid var(--border-color);border-radius:.25rem;font-size:1rem}input[type="checkbox"]{width:auto}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);outline:0;box-shadow:0 0 0 .20rem var(--primary-color)}form input,form textarea,form select{margin-bottom:.5rem}form small{position:relative;top:-5px;opacity:.8;display:block}form footer{display:flex;gap:.5rem;width:100%;background-color:transparent;padding:0;margin:1rem 0;border:0;justify-content:flex-start}table{width:100%;border:1px solid var(--table-border-color);border-spacing:0;margin:1rem 0 1.5rem 0}table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}thead{background-color:var(--table-header-background-color);color:var(--table-header-color)}th,td{padding:.5rem;text-align:left}tr:nth-child(even){background-color:var(--table-border)}.cards{display:flex;flex-wrap:wrap;align-items:stretch;max-width:89.999rem;margin:0 auto;gap:1rem;margin-bottom:2rem}.cards>article{display:flex;flex-direction:column;flex:1 0 20rem;max-width:30rem;padding:1.2rem;box-shadow:var(--shadow-color) 0 7px 29px 0}.cards>article>h2,.cards>article>h3,.cards>article>h4{margin:0;font-size:1.4rem}.cards>article>footer{margin-top:auto;padding:.5rem;display:flex;gap:.5rem}.cards>article>a.action-button{text-align:center}@media(max-width:30em){.cards{display:block}}.tabset>input{display:block;position:absolute;left:-110%}.tabset>ul{position:relative;z-index:98;list-style:none;display:flex;margin:0 0 -1px 0}.tabset>ul label,.tabset>div{border:1px solid var(--tab-border-color)}.tabset>ul label{display:inline-block;padding:.25em 1em;background:var(--tab-background-color);border-right-width:0}.tabset>ul li:first-child label{border-radius:.5em 0 0 0}.tabset>ul li:last-child label{border-right-width:1px;border-radius:0 .5em 0 0}.tabset>div{position:relative;background:var(--tab-content-background-color);border-radius:0 .5em .5em .5em;top:-0.5em}.tabset>input:nth-child(1):focus ~ ul li:nth-child(1) label,.tabset>input:nth-child(2):focus ~ ul li:nth-child(2) label,.tabset>input:nth-child(3):focus ~ ul li:nth-child(3) label,.tabset>input:nth-child(4):focus ~ ul li:nth-child(4) label,.tabset>input:nth-child(5):focus ~ ul li:nth-child(5) label,.tabset>input:nth-child(6):focus ~ ul li:nth-child(6) label,.tabset>input:nth-child(7):focus ~ ul li:nth-child(7) label,.tabset>input:nth-child(8):focus ~ ul li:nth-child(8) label,.tabset>input:nth-child(9):focus ~ ul li:nth-child(9) label{text-decoration:underline}.tabset>input:nth-child(1):checked ~ ul li:nth-child(1) label,.tabset>input:nth-child(2):checked ~ ul li:nth-child(2) label,.tabset>input:nth-child(3):checked ~ ul li:nth-child(3) label,.tabset>input:nth-child(4):checked ~ ul li:nth-child(4) label,.tabset>input:nth-child(5):checked ~ ul li:nth-child(5) label,.tabset>input:nth-child(6):checked ~ ul li:nth-child(6) label,.tabset>input:nth-child(7):checked ~ ul li:nth-child(7) label,.tabset>input:nth-child(8):checked ~ ul li:nth-child(8) label,.tabset>input:nth-child(9):checked ~ ul li:nth-child(9) label{background:hsl(220,100%,98%);border-bottom-color:hsl(220,100%,98%)}.tabset>div>section,.tabset>div>section h2,.tabset>div>section h3,.tabset>div>section h4,.tabset>div>section h5{position:absolute;top:-999em;left:-999em}.tabset>div>section{padding:.4em 1em 0}.tabset>input:nth-child(1):checked ~ div>section:nth-child(1),.tabset>input:nth-child(2):checked ~ div>section:nth-child(2),.tabset>input:nth-child(3):checked ~ div>section:nth-child(3),.tabset>input:nth-child(4):checked ~ div>section:nth-child(4),.tabset>input:nth-child(5):checked ~ div>section:nth-child(5),.tabset>input:nth-child(6):checked ~ div>section:nth-child(6),.tabset>input:nth-child(7):checked ~ div>section:nth-child(7),.tabset>input:nth-child(8):checked ~ div>section:nth-child(8),.tabset>input:nth-child(9):checked ~ div>section:nth-child(9){position:Static}.tabset>ul label{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}main{background-color:var(--background-color);padding:1rem}.gone{display:none !important}.hidden{visibility:hidden !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}