body.is-trpg-dice-modal{overflow:hidden}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.dialog.dice-dialog{display:block;position:fixed;top:0;bottom:0;left:0;transform-origin:center;padding:0;min-width:60%;max-width:90%;margin:auto;animation-name:fadeOut;animation-fill-mode:forwards;animation-duration:200ms;animation-timing-function:ease-out;border-radius:15px;background-color:#eee}.dialog.dice-dialog[open]{animation-name:fadeIn;animation-fill-mode:forwards;animation-duration:400ms;animation-timing-function:ease-out}.dialog.dice-dialog[open] ::backdrop{animation-name:fadeIn;animation-fill-mode:forwards;animation-duration:200ms;animation-timing-function:ease-out}.dialog.dice-dialog::backdrop{background:rgba(94,94,94,.5);backdrop-filter:blur(4px)}.dialog.dice-dialog .dialog__inner{padding:16px;text-align:center}.dialog.dice-dialog .dialog__title{background-color:#eee;position:sticky;top:0;display:flex;justify-content:space-between;align-items:center}.dialog.dice-dialog .dialog__title h3{color:#55f}.dialog.dice-dialog .dialog__title button{border:none;background:rgba(0,0,0,0)}.dialog.dice-dialog .dialog__title button::before{content:"";display:inline-block;vertical-align:middle;height:3rem}.dialog.dice-dialog .dialog__text{margin:500px 0}.dialog.dice-dialog.is-trpg-dice-hidden{display:none}.dialog.dice-dialog button{font-size:2rem;cursor:pointer;width:auto;min-width:auto}.dialog.dice-dialog .dialog__page_select select{font-size:1.5rem}.dialog.dice-dialog .dialog__page_select span{font-size:1.5rem}.dialog.dice-dialog .dice-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:100px}@media(max-width: 767px){.dialog.dice-dialog .dice-list{grid-template-columns:repeat(2, 1fr)}}.dialog.dice-dialog .dice-list button{margin:8px;background-image:linear-gradient(90deg, rgba(65, 164, 253, 0.8), rgba(14, 244, 255, 0.8));border-radius:15px;border:solid 2px #229;color:#229}.dialog.dice-dialog .dice-list button[dice-pattern=NDM]{background-image:linear-gradient(90deg, rgba(253, 65, 224, 0.8), rgba(236, 14, 255, 0.8))}.dialog.dice-dialog .dice-list button:hover{opacity:.5}.dialog.dice-dialog .dice--history-list{display:inline-grid;text-align:left}.dialog.dice-dialog .dice--history-footer,.dialog.dice-dialog .dice--select-footer,.dialog.dice-dialog .dice--result-footer{background-color:#eee;position:sticky;bottom:0;padding-top:1rem;padding-bottom:1rem}.dialog.dice-dialog .dice--history-footer button,.dialog.dice-dialog .dice--select-footer button,.dialog.dice-dialog .dice--result-footer button{width:100%;border:solid 1px #999;background:rgba(0,0,0,0);font-size:1.5rem;border-radius:15px}
