{"version":3,"sources":["mixins.scss","popout.scss","grimwild.scss","dice-calculator.scss"],"names":[],"mappings":"AA6CA,8CACC,iCAAA,CACA,qBAAA,CACA,0BAAA,CACA,gBAAA,CACA,6BAAA,CACA,+BAAA,CACA,SAAA,CACA,0DACC,8BAAA,CACA,gCAtDO,CCCP,+CACC,+CAAA,CAKF,kCACC,SAAA,CACA,gBAAA,CACA,SAAA,CAGA,oCACC,gCAAA,CACA,SAAA,CACA,WAAA,CACA,0CACC,YAAA,CACA,gCAAA,CAGA,+DACC,wBAAA,CAID,kEACC,wBAAA,CC1BJ,4BACC,YAAA,CACA,UAAA,CAEA,sDACC,YAAA,CAIF,qCACC,MAAA,CAGD,kCACC,MAAA,CAGD,oCACC,6BAAA,CAEA,oDACC,gCAAA,CAEA,0DACC,gCAAA,CAIF,oDACC,gCAAA,CAEA,0DACC,gCAAA,CAIF,oDACC,gCAAA,CAEA,0DACC,gCAAA,CCrCH,iDACC,kBAAA,CAMD,oDACC,eAAA,CAKD,+BACC,WAAA,CACA,sCACC,kBAAA,CAGF,wFACC,WAAA,CAED,qCACC,cAAA,CAED,oBACC,gBAAA,CAED,kBAEC,YAAA,CACA,kBAAA,CACA,kBAAA,CACA,sBAAA,CACA,iBAAA,CACA,cAAA,CACA,eAAA,CACA,wBACC,YAAA,CAED,wBACC,yBH9CM,CG+CN,iCACC,qCAAA,CAGF,sBACC,UAAA,CACA,WAAA,CACA,+BAAA,CACA,wBACC,SHzDI,CG4DN,sBACC,WAAA,CAED,2BACC,WAAA,CACA,gBAAA,CACA,qCAAA,CAED,mCACC,iBAAA,CACA,uBAAA,CACA,MAAA,CACA,OAAA,CACA,cAAA,CACA,WAAA,CACA,aAAA,CACA,oCH3EM,CG4EN,UH7EK,CG8EL,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,yBAAA,CACA,eAAA,CACA,+BAAA,CACA,yCACC,oCHpFK,CGqFL,UHtFI,CGwFL,yCACC,oCHxFK,CGyFL,UH1FI,CG4FL,wCACC,YAAA,CAID,6DACC,oBAAA,CAID,wCH3EF,8BA1BQ,CA2BR,UA5BO,CG2GL,6CHhFF,8BA1BQ,CA2BR,UA5BO,CGgHL,6CACC,kBH/GI,CGgHJ,oBHhHI,CGiHJ,UHnHI,CGsHN,gCACC,cAAA,CACA,MAAA,CACA,aAAA,CACA,wBAAA,CAGA,6CHlGF,kBAzBO,CA0BP,UA5BO,CA8BN,oBA5BM,CG8HL,8CH7FF,kBAjCO,CAkCP,UApCO,CAqCP,yBAAA,CACA,oBApCO,CAsCP,oDACC,iBAzCM,CGqIL,gDH1GF,8BA1BQ,CA2BR,UA5BO,CA8BN,gCA7BO,CGuIN,iDHrGF,8BAlCQ,CAmCR,UApCO,CAqCP,qCAAA,CACA,gCArCQ,CAuCR,uDACC,iBAzCM,CG6IP,4BAEC,aAAA,CACA,UHhJM,CGiJN,iBAAA,CACA,kCACC,8BAAA,CACA,gCHnJM,CGoJN,YAAA,CAMD,0CACC,MAAA,CAGF,yCACC,YAAA,CACA,qBAAA,CACA,gBAAA,CACA,0BAAA,CACA,0BAAA,CACA,WAAA,CH/JA,gEACC,yBAAA,CACA,+BAAA,CACA,sEACC,gCAAA,CAED,yEACC,oCAAA,CAGF,0EACC,yBAAA,CACA,+BAAA,CACA,gFACC,gCAAA,CAdF,yCACC,yBAAA,CACA,+BAAA,CACA,+CACC,gCAAA,CAED,kDACC,oCAAA,CAGF,mDACC,yBAAA,CACA,+BAAA,CACA,yDACC,gCAAA","file":"dice-calculator.css","sourcesContent":["$white: #fff;\n$orange: var(--color-warm-2);\n$green: #0a9843;\n\n@mixin dice-tray-theme {\n\t.dice-tray {\n\t\tbutton {\n\t\t\tcolor: var(--color-dark-2);\n\t\t\tbackground: rgba(255, 255, 255, 0.6);\n\t\t\t&:hover {\n\t\t\t\tbackground: rgba(255, 255, 255, 0.85);\n\t\t\t}\n\t\t\tdiv.dice {\n\t\t\t\tbackground-color: var(--color-dark-2);\n\t\t\t}\n\t\t}\n\t\tinput[type=\"text\"] {\n\t\t\tcolor: var(--color-dark-2);\n\t\t\tbackground: rgba(255, 255, 255, 0.6);\n\t\t\t&:hover {\n\t\t\t\tbackground: rgba(255, 255, 255, 0.85);\n\t\t\t}\n\t\t}\n\t}\n}\n\n@mixin hover-style($color, $border: false) {\n\tbackground: $color;\n\tcolor: $white;\n\t@if $border {\n\t\tborder-color: $color;\n\t}\n}\n\n@mixin active-style($color) {\n\tbackground: $color;\n\tcolor: $white;\n\toutline: 1px solid $color;\n\tborder-color: $color;\n\n\t&:hover {\n\t\tborder-color: $white;\n\t}\n}\n\n%dice-tray-style {\n\tbackground: var(--color-cool-5-75);\n\tborder: 1px solid #000;\n\tcolor: var(--color-light-2);\n\tfont-weight: bold;\n\tfont-size: var(--font-size-18);\n\ttransition: all 0.25s ease-in-out;\n\tpadding: 0;\n\t&:hover {\n\t\tbackground: var(--color-cool-5);\n\t\tborder-color: $orange;\n\t}\n}\n",".theme-light {\n\t#dice-tray-popout {\n\t\t.window-content {\n\t\t\tbackground: url(../../../ui/denim075.png) repeat;\n\t\t}\n\t}\n}\n#dice-tray-popout {\n\t.window-content {\n\t\tpadding: 0;\n\t\toverflow: visible;\n\t\tz-index: 2;\n\t}\n\t.dice-tray {\n\t\tbutton {\n\t\t\tbox-shadow: inset 0 0 3px #8d9ea7;\n\t\t\tpadding: 0;\n\t\t\theight: 100%;\n\t\t\t&:focus {\n\t\t\t\toutline: none;\n\t\t\t\tbox-shadow: 0 0 6px inset #8d9ea7;\n\t\t\t}\n\t\t\t&.dice-tray__advantage {\n\t\t\t\t&:hover {\n\t\t\t\t\tbackground: transparent;\n\t\t\t\t}\n\t\t\t}\n\t\t\t&.dice-tray__disadvantage {\n\t\t\t\t&:hover {\n\t\t\t\t\tbackground: transparent;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}","$gw-orange: #ff6400;\n\n.system-grimwild {\n\t.dice-tray {\n\t\tdisplay: flex;\n\t\twidth: 100%;\n\n\t\t.dice-tray__math__buttons {\n\t\t\tmargin-top: 0;\n\t\t}\n\t}\n\n\t.dice-tray__buttons {\n\t\tflex: 3;\n\t}\n\n\t.dice-tray__math {\n\t\tflex: 1;\n\t}\n\n\t.dice-tray__button {\n\t\tfont-size: var(--font-size-14);\n\n\t\t&[data-formula=\"d\"] {\n\t\t\tbox-shadow: 0 0 6px inset #307e30;\n\n\t\t\t&:hover {\n\t\t\t\tbox-shadow: 0 0 6px inset $gw-orange;\n\t\t\t}\n\t\t}\n\n\t\t&[data-formula=\"t\"] {\n\t\t\tbox-shadow: 0 0 6px inset #620c0c;\n\n\t\t\t&:hover {\n\t\t\t\tbox-shadow: 0 0 6px inset $gw-orange;\n\t\t\t}\n\t\t}\n\n\t\t&[data-formula=\"p\"] {\n\t\t\tbox-shadow: 0 0 6px inset #88710a;\n\n\t\t\t&:hover {\n\t\t\t\tbox-shadow: 0 0 6px inset $gw-orange;\n\t\t\t}\n\t\t}\n\t}\n}","@import \"mixins\";\n@import \"popout\";\n@import \"grimwild\";\n\n#ui-right,\n#sidebar-content {\n\t.dice-tray {\n\t\tpointer-events: all;\n\t}\n}\n\n#chat-popout,\n#sidebar-content {\n\t.dice-tray {\n\t\tmargin-top: -6px;\n\t}\n}\n\n.dice-tray {\n\t.dice-tray__stacked {\n\t\theight: 30px;\n\t\tbutton {\n\t\t\tmin-height: initial;\n\t\t}\n\t}\n\t.dice-tray__buttons, .dice-tray__math, .dice-tray__input {\n\t\theight: 30px;\n\t}\n\t.dice-tray__math__buttons {\n\t\tmargin-top: 2px;\n\t}\n\t.flexrow {\n\t\tflex-wrap: nowrap;\n\t}\n\tbutton {\n\t\t@extend %dice-tray-style;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\tposition: relative;\n\t\theight: inherit;\n\t\tmin-height: 1rem;\n\t\t&:focus {\n\t\t\toutline: none;\n\t\t}\n\t\t&:hover {\n\t\t\tcolor: $orange;\n\t\t\tdiv.dice {\n\t\t\t\tbackground-color: var(--color-light-1);\n\t\t\t}\n\t\t}\n\t\tsvg {\n\t\t\twidth: 100%;\n\t\t\theight: auto;\n\t\t\ttransition: all ease-in-out 0.25s;\n\t\t\t* {\n\t\t\t\tfill: $white;\n\t\t\t}\n\t\t}\n\t\timg {\n\t\t\tborder: none;\n\t\t}\n\t\tdiv.dice {\n\t\t\theight: 100%;\n\t\t\taspect-ratio: 1/1;\n\t\t\tbackground-color: var(--color-light-2);\n\t\t}\n\t\t.dice-tray__flag {\n\t\t\tposition: absolute;\n\t\t\tbottom: calc(100% - 2px);\n\t\t\tleft: 0;\n\t\t\tright: 0;\n\t\t\tfont-size: 14px;\n\t\t\theight: 18px;\n\t\t\tline-height: 1;\n\t\t\tbackground-color: $orange;\n\t\t\tcolor: $white;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tjustify-content: center;\n\t\t\tborder-radius: 4px 4px 0 0;\n\t\t\tmax-height: 18px;\n\t\t\ttransition: all ease-in-out 0.15s;\n\t\t\t&:hover {\n\t\t\t\tbackground-color: $orange;\n\t\t\t\tcolor: $white;\n\t\t\t}\n\t\t\t&:focus {\n\t\t\t\tbackground-color: $orange;\n\t\t\t\tcolor: $white;\n\t\t\t}\n\t\t\t&.hide {\n\t\t\t\tmax-height: 0;\n\t\t\t}\n\t\t}\n\t\t&.dice-tray__button {\n\t\t\tdiv.dice + span.dice-label {\n\t\t\t\tpadding-right: 0.25rem;\n\t\t\t}\n\t\t}\n\t\t&.dice-tray__roll {\n\t\t\t&:hover {\n\t\t\t\t@include hover-style($orange);\n\t\t\t}\n\t\t}\n\t\t&.dice-tray__math--sub {\n\t\t\t&:hover {\n\t\t\t\t@include hover-style($orange);\n\t\t\t}\n\t\t}\n\t\t&.dice-tray__math--add {\n\t\t\t&:hover {\n\t\t\t\tbackground: $green;\n\t\t\t\tborder-color: $green;\n\t\t\t\tcolor: $white;\n\t\t\t}\n\t\t}\n\t\t&.dice-tray__ad {\n\t\t\tfont-size: 10px;\n\t\t\tflex: 1;\n\t\t\tline-height: 1;\n\t\t\ttext-transform: uppercase;\n\t\t}\n\t\t&.dice-tray__advantage {\n\t\t\t&:hover {\n\t\t\t\t@include hover-style($green, true);\n\t\t\t}\n\t\t\t&.active {\n\t\t\t\t@include active-style($green);\n\t\t\t}\n\t\t}\n\t\t&.dice-tray__disadvantage {\n\t\t\t&:hover {\n\t\t\t\t@include hover-style($orange, true);\n\t\t\t}\n\t\t\t&.active {\n\t\t\t\t@include active-style($orange);\n\t\t\t}\n\t\t}\n\t}\n\tinput[type=\"text\"] {\n\t\t@extend %dice-tray-style;\n\t\tdisplay: block;\n\t\tcolor: $white;\n\t\ttext-align: center;\n\t\t&:focus {\n\t\t\tbackground: var(--color-cool-5);\n\t\t\tborder-color: $orange;\n\t\t\toutline: none;\n\t\t}\n\t}\n}\n.dice-tray-row-settings {\n\t.form-group {\n\t\t> label {\n\t\t\tflex: 2;\n\t\t}\n\t}\n\t.sidebar-preview {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tflex-wrap: nowrap;\n\t\tjustify-content: flex-start;\n\t\twidth: var(--sidebar-width);\n\t\tmargin: auto;\n\t}\n}\n\nbody:has(#interface.theme-light) {\n\t.application {\n\t\t@include dice-tray-theme;\n\t}\n}\n#interface {\n\t&.theme-light {\n\t\t@include dice-tray-theme;\n\t}\n}\n"]}