.whitepage{width:100%;height:100%;marging:0;padding:0;padding-bottom:2rem;border:0}.whitepage>textarea{marging:0;padding:0;height:100%;resize:none}table.indexed>tbody{display:flex;gap:2ch;flex-direction:column}table.indexed>tbody>tr{display:grid;grid-template-columns:10ch auto;gap:0.5ch}table.indexed>tbody>tr :first-child{grid-column:1 / -1;font-weight:bold}table.indexed>tbody>tr :not(:first-child){grid-column:2;color:#AAA}table.indexed>tbody>tr time{color:#AAA}body{min-height:100vh;word-break:break-word;display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:auto 1fr auto;grid-template-columns:1fr;gap:1rem}body>main{grid-area:main}body>main>header{margin-bottom:1em}body>header{grid-area:header;display:flex;justify-content:space-between;align-items:center;height:fit-content;border-bottom:2px solid #AAA}body>header img{height:3rem;padding:1rem}menu{padding:0;display:flex;align-items:center;gap:2ch}body{font-size:1rem}body h1{font-size:2.56rem}body h2{font-size:1.6rem}body h3,body label{font-size:1rem}body h4{font-size:1rem}body{font-family:"Montserrat", sans-serif;color:#000;background-color:#fff}h1{color:#035}a{color:#08F}a[inert]{color:#AAA}details{padding:1rem;padding-bottom:0rem}details>summary{padding-bottom:1rem;border-bottom:1px solid #DDD;font-weight:bold}details>summary h1,details>summary h2,details>summary h3,details>summary h4{display:inline}details:open{padding-bottom:1rem}details:open>summary{margin-bottom:1rem}form{width:100%;box-sizing:border-box;padding:1em 2ch;border:1px solid black;display:flex;flex-direction:column;gap:1rem}form>input,form>textarea{width:100%;box-sizing:border-box;font-size:1rem;padding:1em;resize:vertical;border:1px solid #DDD}form>input:focus,form>textarea:focus{border-color:#08F;outline:none;box-shadow:0 0 0 2px #08F}form>input:focus:invalid,form>textarea:focus:invalid{border-color:#035;box-shadow:0 0 0 2px #035}form>label{font-weight:bold}form>label:has(+:invalid)::after{content:" Invalid";color:#AAA}form menu{display:flex;justify-content:space-between}mark>a,button,input[type=submit],input[type=reset]{font-weight:bold;background-color:#035;color:#fff;border:none;padding:0.5em 1ch;margin:0;decoration:none}mark>a[inert],button[inert],input[type=submit][inert],input[type=reset][inert]{background-color:#AAA}
