#root{max-width:1280px;min-height:100%;height:100vh;width:100%;margin:0;text-align:center}.app-layout{display:grid;grid-template-areas:"head head" "dice1 card" "dice2 card";grid-template-rows:10vh 70vh 20vh;grid-template-columns:1.5fr 2fr}.overflow-scroll{overflow:scroll}.overflow-clip{overflow:clip}.dice1-area{grid-area:dice1}.dice2-area{grid-area:dice2}.card-area{grid-area:card}h1{margin-top:1rem}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.flex{display:flex}.row{flex-direction:row}.gap-1{gap:1rem}.gap-2{gap:2rem}.grid{display:grid}.grid-2-col{grid-template-columns:1fr 1fr}.grid-1-row{grid-template-rows:100%}.grid-2-row{grid-template-rows:1fr 1fr}.full-width{width:100vw}.pad-1{padding:1rem}.align-center{align-items:center}.justify-center{justify-content:center}.wrap{flex-wrap:wrap}.invalid-input{border:2px red dashed}.justify-items-space-between{justify-content:space-between}.justify-content-center{justify-content:center}.full-height{min-height:100%}.align-content-space-between{align-content:space-between}.align-content-space-around{align-content:space-around}.align-content-center{align-content:center}.align-content-start{align-content:start}.responsive-show{display:none}.responsive-hide{display:inline-block}.default-border{border:1px white solid}.example-text{color:#8f8f8f;font-style:italic;font-size:small}@media (max-width: 1280px){.responsive-flex{display:flex;flex-direction:column;gap:2rem}.responsive-grid-column{grid-template-columns:100%;grid-template-areas:"dice1" "dice2" "card";grid-template-rows:fit-content 1fr 1fr}.responsive-show{display:block}.responsive-hide{display:none}}.float-left{display:flex;justify-content:start}.float-center{display:flex;justify-content:center}.float-right{display:flex;justify-content:end}.card-display{width:5rem;height:7rem;padding:.5rem;color:#000;background-color:#faebd7;display:flex;flex-direction:column;justify-content:space-between;border-radius:.75rem}.card-grid{grid-template-columns:100%;grid-template-rows:3rem auto;height:100%;overflow:clip}.hand{overflow:scroll;height:90%;display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap;align-content:baseline;justify-content:center;background-color:#6d6d6d}.bottom-white-divider{border-bottom:2px solid white}.dice-button{padding:.5rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
