:root{color:#fff;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.8rem;line-height:1.5;letter-spacing:.00938em}body{margin:0;padding:0;background:transparent}#app{position:relative;overflow-x:hidden;width:100vw;height:100vh}#container{display:flex;justify-content:space-around;flex-wrap:wrap;overflow-x:hidden;gap:2em 2em;height:calc(100vh - 2em);width:calc(100vw - 2em);padding:1em}h2{font-size:18px;font-weight:700;line-height:24px;letter-spacing:normal;color:#e9f}h3,th{font-size:14px;font-weight:400;line-height:24px;letter-spacing:normal;text-wrap:nowrap}h4{font-size:16px;font-weight:500;line-height:24px;letter-spacing:normal;color:#e9f;border-bottom:1px solid rgb(238,153,255)}.highlight{color:#e9f}.card{display:flex;position:relative;flex-direction:column;align-items:start;justify-content:flex-start;padding:0 2em 2em;border-radius:8px;width:calc(100vw / 3 - 6em);background-color:#1e2231bf;box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px}.card.half-screen{width:calc(50% - 5em)}.card.two-column{width:calc((100% / 3) * 2 - 5em)}.card.three-column{width:100%}.tables-wide{display:flex;flex-direction:row;justify-content:space-between;width:100%}.tables-wide table{width:100%;border-collapse:collapse;margin:0 .5rem}.card.notepad>textarea{resize:none;background-color:#1e223180;box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;border:1px solid #ddd;color:#fff;width:100%;height:100%;box-sizing:border-box;border:none;border-radius:8px;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;margin-bottom:.5rem}.card.notepad>textarea:focus{outline:none!important;border:1px solid rgb(238,153,255);box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px}.card>h2{margin:1em auto}.card>h3{margin:0 auto;color:#fff}.card>h3:not(:nth-child(2)){margin-top:2em}.card p{padding:0 2rem 1rem;margin:0;color:#ffffffb3}.block p{padding:0;color:#fff}.card>table{width:100%;border-collapse:collapse}.card th,.card td{padding:.5rem 1rem;text-align:center}tr.sub td:first-child{padding-left:3rem}.card th{color:#ffffffb3}.card td{font-weight:400}.card td:first-child{text-align:left}.card table tbody tr:nth-child(odd){background-color:#1e223180}.card ol{padding-left:1rem}.text,.text *{text-align:left!important}.card.fine-print{font-size:.8rem;line-height:1.25;padding:0;display:flex;align-items:center;justify-content:center}.card.fine-print p{padding:1em;margin:0;color:#ffffff80}.card.fine-print a{color:#e9f;text-decoration:none}.card.fine-print a:hover{text-decoration:underline}button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;font-size:.875rem;line-height:1.75;letter-spacing:.02857em;text-transform:uppercase;color:#000000de;background-color:#b9f;box-shadow:#0003 0 3px 1px -2px,#00000024 0 2px 2px,#0000001f 0 1px 5px;outline:0px;border-width:0px;margin:0;text-decoration:none;padding:6px 16px;border-radius:16px;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}button:hover{text-decoration:none;background-color:#826bb2;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px}.button-container{display:flex;justify-content:space-between;width:100%;margin-top:1em}
