*,::after,::before{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a:focus,label input{border-radius:.25rem}.row,label{display:flex}details summary:focus,input:focus{outline:4px solid var(--highlight)}details p,ul li:not(:last-child){margin-bottom:1rem}:root{--dark:#111827;--dark-secondary:#1f2937;--light:#f9fafb;--highlight:#db2777;--dimmed:#6b7280}::selection{background:var(--highlight);color:var(--light)}body{font-family:Poppins,'open sans',sans-serif;background:var(--dark);color:var(--light)}a{color:var(--highlight);text-decoration:none}a:focus{outline:2px solid var(--highlight)}main{margin:2rem auto;max-width:56ch;font-size:1.2rem;padding:0 .5rem}label{margin-top:2rem;flex-direction:column;width:100%;max-width:250px}label input{margin:.5rem 0;padding:.25rem;border:1px solid var(--light);min-height:40px;line-height:1}input[type=date]{cursor:pointer}input::-webkit-datetime-edit-day-field:focus,input::-webkit-datetime-edit-month-field:focus,input::-webkit-datetime-edit-year-field:focus{color:var(--light);border-radius:.25rem;background:var(--highlight)}@media screen and (max-width:550px){label{max-width:100%}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::placeholder{color:var(--dimmed)}input:focus{caret-color:var(--highlight)}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.row{flex-wrap:wrap;justify-content:space-between;gap:2rem}.output{border:1px solid var(--dimmed);padding:1rem}.output ul{list-style:none;padding:0;margin:0}details summary{cursor:pointer;border-radius:.25rem}details article{background:var(--dark-secondary);padding:.5rem;border-radius:.25rem}details p{font-size:1rem}details h2{font-size:1.1rem}