:root{--bg-dark:#242424;--bg-light:#f5f5f5;--fg-dark:#ffffffde;--fg-light:#111;--accent-green:#2ecc71;--panel-bg-dark:#00000052;--panel-bg-dark-solid:#000;--panel-bg-light:#ffffffb8;--panel-bg-light-solid:#fff;--background:var(--bg-dark);--foreground:var(--fg-dark);--panel-bg:var(--panel-bg-dark);--panel-bg-solid:var(--panel-bg-dark-solid);--input-background:color-mix(in srgb,var(--background)92%,var(--foreground)8%);--input-border:color-mix(in srgb,var(--foreground)20%,transparent 80%);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root[data-theme=light]{--background:var(--bg-light);--foreground:var(--fg-light);--panel-bg:var(--panel-bg-light);--panel-bg-solid:var(--panel-bg-light-solid)}*{box-sizing:border-box}body{background-color:var(--background);min-width:320px;min-height:100vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;margin:0;transition:background-color .75s,color .75s;display:flex}h1{text-align:center;font-size:3.2em;line-height:1.1}h2,h3,h4,h5{text-align:center}button{cursor:pointer}button,input[type=text],input[type=search],input[type=email],input[type=password],textarea,select{border:2px solid var(--accent-green);background-color:color-mix(in srgb,var(--accent-green)8%,var(--background)92%);color:var(--foreground);border-radius:8px;outline:none;margin:5px;padding:.5rem .75rem;transition:box-shadow .12s,transform 80ms,background-color .12s}button:hover,button:focus,input:focus,textarea:focus,select:focus{box-shadow:0 6px 18px color-mix(in srgb,var(--accent-green)12%,transparent 88%);transform:translateY(-1px)}button:disabled{cursor:not-allowed;border-color:color-mix(in srgb,var(--accent-green)18%,var(--background)82%);background-color:color-mix(in srgb,var(--accent-green)3%,var(--background)97%)}button:disabled:hover{box-shadow:none;transform:none}div.boxed{background-color:var(--panel-bg);color:var(--foreground);border:1px solid color-mix(in srgb,var(--foreground)6%,transparent 94%);text-align:center;border-radius:12px;flex-direction:column;align-items:center;width:max-content;max-width:100%;margin:.75rem auto;padding:.75rem 1rem;transition:background-color .45s,color .45s,border-color .25s;display:flex}.page-container{justify-content:center;align-items:flex-start;gap:24px;width:100%;max-width:1200px;margin:.75rem auto;padding:0 1rem;display:flex}.col-aside{flex-direction:column;flex:0 0 310px;gap:12px;display:flex}.col-main{flex-direction:column;flex:0 420px;align-items:center;display:flex}.boxed-aside{background-color:var(--panel-bg);color:var(--foreground);border:1px solid color-mix(in srgb,var(--foreground)6%,transparent 94%);text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:.75rem .9rem;transition:background-color .45s,color .45s,border-color .25s;display:flex}.list-vertical{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.list-item{background:0 0;border-radius:8px;padding:6px 8px}.center-row{justify-content:center;gap:8px;width:100%;margin-bottom:8px;display:flex}.center-row.no-gap{gap:0}.center-row.small{margin-top:.5rem;margin-bottom:0}.btn-wide{min-width:160px}.field-full{width:100%;margin-bottom:12px}.input-center{text-align:center;border:2px solid var(--accent-green);background-color:color-mix(in srgb,var(--accent-green)8%,var(--background)92%);width:100%;color:var(--foreground);border-radius:8px;padding:8px 10px}.field-row{align-items:center;gap:8px;width:100%;display:flex}.field-row .input-center{flex:1}.spacer-sm{height:12px}.label-note{opacity:.9;margin-bottom:6px;font-size:12px}.mb-12{margin-bottom:12px}.boxed-aside h3{width:100%;margin:0 0 8px}.footer-bottom{text-align:center;width:100%;color:var(--foreground);margin-top:50px}input[data-nocolor=true],button[data-nocolor=true],textarea[data-nocolor=true],select[data-nocolor=true],.input-center[data-nocolor=true],.desaturate,[data-desaturate=true]{filter:saturate(0);background-color:var(--input-background);border-color:var(--input-border);color:var(--foreground);transition:filter .18s,background-color .18s,border-color .18s}input[data-nocolor=true]:focus,button[data-nocolor=true]:focus{box-shadow:0 0 0 4px color-mix(in srgb,var(--foreground)10%,transparent 90%);outline:none}.selectContainer{grid-template-columns:auto minmax(0,1fr);gap:10px 8px;width:100%;display:grid}.selectContainer p{align-content:center;margin:0}@media (max-width:600px){body{justify-content:flex-start;align-items:stretch;padding:1rem}h1{font-size:2rem}div.boxed{border-radius:10px;width:100%;max-width:100%;padding:.65rem .85rem}button,input[type=text],input[type=search],input[type=email],input[type=password],textarea,select{width:100%}.page-container{flex-direction:column;gap:12px}.col-aside,.col-main{flex:none}.center-row,.form-row{width:100%}}.row-seperated{margin-top:15px}.images-disclaimer{writing-mode:vertical-rl;color:#757575;height:75vh;font-size:15px;position:absolute;top:20vh;right:0;transform:rotate(180deg)}.confetti{width:100%;height:100%;position:fixed;top:0;left:0}.dialog{border:1px solid var(--input-border);background-color:var(--panel-bg-solid);max-height:90vh;color:var(--foreground);pointer-events:all;border-radius:25px;outline:none;padding:10px;position:relative}dialog::backdrop{pointer-events:all;background-color:#000000bf}.closeContainer{justify-content:flex-end;width:100%;margin-bottom:10px;display:flex}.title{text-align:center;width:100%;margin:0}.closeButton{border-radius:15px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;display:flex}.childrenContainer{flex-direction:column;align-items:center;width:100%;display:flex}.errorMessage{color:var(--foreground)}.errorDialog{color:#d23a3a;border-color:#a80000}.noBorderAndBackground{background:0 0;border:none;outline:none;position:relative;overflow:hidden}#gearButton{z-index:50;filter:invert(0);background-color:#0000;background-image:url(/HexfieldsDominion/gear.svg);background-size:cover;border:none;width:4vw;min-width:40px;height:4vw;min-height:40px;margin:1vw 1vw 0 0;position:fixed;right:0}:root[data-theme=light] #gearButton{filter:invert()}#gearButton:hover,#gearButton:focus{box-shadow:none;background-color:#0000;transform:none}#gearDialog{width:15vw;min-width:150px}#lobbycodeDialog{width:22vw;min-width:200px}#lobbycodeDialog form{flex-direction:column;align-items:center;display:flex}#lobbycodeDialog input{text-align:center;width:130px;padding:5px;font-size:larger}#lobbycodeDialog input::placeholder{font-size:medium}#lobbycodeDialog p{margin:40px 0 7px;font-size:smaller}#lobbycodeDialog button{margin:70px 0 5px;padding:7px 66px}._matchPageContainer_1k07e_11{background-color:#0e3da1;flex-direction:column;width:100%;height:100vh;display:flex}html,body{width:100%;height:100%;margin:0;padding:0}body{overflow:hidden}#root,.full-page-container{width:100%;height:100%}._lineupDisplay_8kztb_11{justify-content:center;width:100%;display:flex}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16{border:3px solid rgb(var(--bg-panel-solid));box-sizing:border-box;pointer-events:all;background-color:#e00;height:90px;transition:all .2s;display:inline-block;position:relative}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16 ._playerName_8kztb_26{white-space:nowrap;border-bottom:2px solid rgba(var(--bg-panel-solid),.7);background-color:rgba(var(--bg-panel-solid),.5);border-radius:0 0 5px 5px;align-content:center;width:100%;height:15px;padding:0 1px;font-size:x-small;position:absolute;overflow:hidden}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16 img{filter:brightness(.7);opacity:.7;height:calc(100% - 15px);margin:15px 5px 0;display:block}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16._highlightPlayer_8kztb_46{height:100px}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16._highlightPlayer_8kztb_46 img{filter:brightness();opacity:1}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16._highlightPlayer_8kztb_46 ._pointsText_8kztb_53{font-size:85%}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16 ._portraitText_8kztb_56{text-align:center;background-color:#dc143cbf;border:2px solid #dc143c;border-radius:10px;margin:5px 0 0;padding:0;font-size:90%}._lineupDisplay_8kztb_11 ._playerPortrait_8kztb_16 ._pointsText_8kztb_53{border:2px solid rgba(var(--bg-panel-solid),.8);background-color:rgba(var(--bg-panel-solid),.65);pointer-events:all;text-align:center;white-space:nowrap;border-radius:15px;width:100%;margin:0;font-size:75%;position:absolute;bottom:0}#_overviewDialog_18fr5_16{min-width:220px;min-height:100px;max-height:80vh}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16{border:2px solid #505050;border-radius:15px;flex-direction:column;width:max(35vw,350px);margin-top:10px;padding:5px;display:flex}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25{border-top:2px solid #505050;border-bottom:2px solid #505050;flex-direction:row;justify-content:space-evenly;gap:1vw;margin-top:5px;margin-bottom:5px;padding-top:5px;padding-bottom:5px;display:flex}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25 ._overviewDialog__trade__resources__column_18fr5_37{white-space:nowrap;flex-direction:column;width:45%;display:flex;overflow:hidden}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25 ._overviewDialog__trade__resources__column_18fr5_37>*{text-align:center;width:100%}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25 ._overviewDialog__trade__resources__column_18fr5_37>span{height:4vh;font-size:2.2vh}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25 ._overviewDialog__trade__resources__column_18fr5_37 span:first-child{font-size:small}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25 ._overviewDialog__trade__resources__column_18fr5_37 span:nth-child(2){border-bottom:1px solid #505050;margin-bottom:5px;font-weight:700}#_overviewDialog_18fr5_16 ._overviewDialog__trade_18fr5_16 ._overviewDialog__trade__resources_18fr5_25>span{align-content:center;margin-top:8vh;font-size:2.2vh}#_createEditDialog_18fr5_74{flex-direction:column;align-items:center;width:20vw;min-width:260px;padding:10px;display:flex}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74{flex-direction:row;justify-content:space-evenly;gap:1vw;width:100%;margin-bottom:20px;display:flex}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74 ._createEditDialog__config__column_18fr5_82{white-space:nowrap;flex-direction:column;width:35%;display:flex;overflow:hidden}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74 ._createEditDialog__config__column_18fr5_82>*{text-align:center;width:100%}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74 ._createEditDialog__config__column_18fr5_82>span{height:4vh;font-size:2.2vh}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74 ._createEditDialog__config__column_18fr5_82 ._createEditDialog__config__column__resourceInfo_18fr5_97{justify-content:space-between;display:flex}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74 ._createEditDialog__config__column_18fr5_82 ._createEditDialog__config__column__resourceInfo_18fr5_97>input{width:max(2.7vw,40px)}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74 ._createEditDialog__config__column_18fr5_82 ._createEditDialog__config__column__resourceInfo_18fr5_97>input:disabled{cursor:not-allowed}#_createEditDialog_18fr5_74 ._createEditDialog__config_18fr5_74>span{align-content:center;margin-top:4vh;font-size:4vh}#_createEditDialog_18fr5_74>button{width:50%}._ressourceDisplayLayout_j294h_11{flex-direction:column;justify-content:center;gap:10px;height:100%;display:flex}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11{border:4px solid rgb(var(--bg-panel-solid));box-sizing:border-box;justify-content:center;align-items:center;height:100px;display:flex}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11._wood_j294h_26{background-color:#556b2f}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11._brick_j294h_29{background-color:#8b0000}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11._wheat_j294h_32{background-color:#bdb76b}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11._sheep_j294h_35{background-color:#25493d}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11 img{height:100%}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11 ._resourceTextContainer_j294h_41{flex-direction:column;min-width:40px;height:100%;padding:5px;display:flex}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11 ._resourceCountNumber_j294h_48{text-align:center;align-content:center;width:100%;height:100%;font-size:xx-large;font-weight:700}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11 ._resourceGrantedNumber_j294h_56{text-align:center;border:2px solid rgba(var(--bg-panel-solid),.8);background-color:rgba(var(--bg-panel-solid),.65);border-radius:10px;align-content:center;width:100%;font-size:100%;font-weight:700;transition:all 1.3s ease-in-out}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11 ._resourceGrantedNumber_j294h_56._resourceGrantedNumber--active_j294h_67{opacity:1;height:100%}._ressourceDisplayLayout_j294h_11 ._ressource_j294h_11 ._resourceGrantedNumber_j294h_56._resourceGrantedNumber--inactive_j294h_71{opacity:0;height:0}._ressourceDisplayLayout_j294h_11 ._bankButton_j294h_75{box-sizing:border-box;pointer-events:all;border:5px solid #000;justify-content:center;align-items:center;height:100px;margin-top:20px;display:flex}._ressourceDisplayLayout_j294h_11 ._bankButton_j294h_75 img{height:100%}#_tradeBankDialog_ml3l7_19{flex-direction:column;align-items:center;width:22vw;min-width:220px;padding:10px;display:flex}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19{flex-direction:row;justify-content:space-evenly;gap:1vw;width:100%;margin-bottom:20px;display:flex}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19 ._tradeBankDialog__config__column_ml3l7_27{flex-direction:column;display:flex}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19 ._tradeBankDialog__config__column_ml3l7_27>*{text-align:center;width:100%}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19 ._tradeBankDialog__config__column_ml3l7_27>span{height:4vh;font-size:2.2vh}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19>span{align-content:center;margin-top:4vh;font-size:7vh}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19 ._tradeBankDialog__config__button--default_ml3l7_44{background-color:#0e675a;border-color:#004826}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19 ._tradeBankDialog__config__button--default_ml3l7_44:disabled{background-color:#32323280;border-color:#323232}#_tradeBankDialog_ml3l7_19 ._tradeBankDialog__config_ml3l7_19 ._tradeBankDialog__config__button--selected_ml3l7_52{background-color:#004826;border-color:#0e675a}#_tradeBankDialog_ml3l7_19>button{width:50%}:root{--gap_for_rotated_dice:calc((var(--dice_size_boxed)*1.732 - var(--dice_size_boxed)))}._endTurnButtonDisplay_1185i_16{border:2px solid rgb(var(--bg-panel-solid));background-color:rgba(var(--bg-panel-solid),.75);border-radius:15px;flex-direction:column;justify-content:flex-end;align-items:center;margin:5px;display:flex;position:fixed;bottom:0;right:0;overflow:hidden}._endTurnButtonDisplay_1185i_16 ._endTurnButtonDisplay__endTurnButton_1185i_30{pointer-events:all;box-sizing:border-box;cursor:pointer;border-style:solid;border-width:3px;border-radius:0;width:100%;margin:0;font-family:fantasy;font-size:xxx-large}._endTurnButtonDisplay_1185i_16 ._endTurnButtonDisplay__endTurnButton_1185i_30._endTurnButtonDisplay__endTurnButton--active_1185i_42{color:rgba(var(--foreground2),1);background-color:#dc143c;border-color:red}._endTurnButtonDisplay_1185i_16 ._endTurnButtonDisplay__endTurnButton_1185i_30._endTurnButtonDisplay__endTurnButton--inactive_1185i_47{color:rgba(var(--foreground2),.5);background-color:#333;border-color:#333}._endTurnButtonDisplay_1185i_16 ._endTurnButtonDisplay__endTurnButton_1185i_30:hover{transform:translateY(-2px)}._endTurnButtonDisplay_1185i_16 ._endTurnButtonDisplay__diceContainer_1185i_55{justify-content:center;align-items:center;gap:var(--gap_for_rotated_dice);width:calc(var(--dice_size_boxed)*2 + var(--gap_for_rotated_dice)*2);height:calc(var(--dice_size_boxed) + var(--gap_for_rotated_dice));pointer-events:none;display:flex}#_dice_1eods_1{--side_zOffset:calc(var(--current_dice_size)*.5);--dot_size:calc(var(--current_dice_size)*.175);width:var(--current_dice_size);height:var(--current_dice_size);transform-style:preserve-3d;flex-shrink:0;transition:transform 2s ease-in-out}#_dice_1eods_1 ._side_1eods_20{-webkit-backdrop-filter:blur(100px);background-color:#f7eee6;width:100%;height:100%;display:block;position:absolute;box-shadow:inset 0 0 15px #00000040}#_dice_1eods_1 ._side_1eods_20 ._dot_1eods_30{width:var(--dot_size);height:var(--dot_size);background-color:#000;border-radius:50%;display:block;position:absolute;transform:translate(-50%,-50%)}#_dice_1eods_1 ._side_1eods_20:before{content:"";filter:blur(6px);background:radial-gradient(circle,#0003,#fff3);position:absolute;inset:0}#_dice_1eods_1 ._side-1_1eods_46{transform:translateZ(var(--side_zOffset))}#_dice_1eods_1 ._side-1_1eods_46 ._dot-1_1eods_49{top:50%;left:50%}#_dice_1eods_1 ._side-2_1eods_53{transform:rotateX(-180deg)translateZ(var(--side_zOffset))}#_dice_1eods_1 ._side-2_1eods_53 ._dot-1_1eods_49{top:25%;left:25%}#_dice_1eods_1 ._side-2_1eods_53 ._dot-2_1eods_60{top:75%;left:75%}#_dice_1eods_1 ._side-3_1eods_64{transform:rotateY(90deg)translateZ(var(--side_zOffset))}#_dice_1eods_1 ._side-3_1eods_64 ._dot-1_1eods_49{top:25%;left:25%}#_dice_1eods_1 ._side-3_1eods_64 ._dot-2_1eods_60{top:75%;left:75%}#_dice_1eods_1 ._side-3_1eods_64 ._dot-3_1eods_75{top:50%;left:50%}#_dice_1eods_1 ._side-4_1eods_79{transform:rotateY(-90deg)translateZ(var(--side_zOffset))}#_dice_1eods_1 ._side-4_1eods_79 ._dot-1_1eods_49{top:25%;left:25%}#_dice_1eods_1 ._side-4_1eods_79 ._dot-2_1eods_60{top:25%;left:75%}#_dice_1eods_1 ._side-4_1eods_79 ._dot-3_1eods_75{top:75%;left:25%}#_dice_1eods_1 ._side-4_1eods_79 ._dot-4_1eods_94{top:75%;left:75%}#_dice_1eods_1 ._side-5_1eods_98{transform:rotateX(90deg)translateZ(var(--side_zOffset))}#_dice_1eods_1 ._side-5_1eods_98 ._dot-1_1eods_49{top:25%;left:25%}#_dice_1eods_1 ._side-5_1eods_98 ._dot-2_1eods_60{top:25%;left:75%}#_dice_1eods_1 ._side-5_1eods_98 ._dot-3_1eods_75{top:75%;left:25%}#_dice_1eods_1 ._side-5_1eods_98 ._dot-4_1eods_94{top:75%;left:75%}#_dice_1eods_1 ._side-5_1eods_98 ._dot-5_1eods_117{top:50%;left:50%}#_dice_1eods_1 ._side-6_1eods_121{transform:rotateX(-90deg)translateZ(var(--side_zOffset))}#_dice_1eods_1 ._side-6_1eods_121 ._dot-1_1eods_49{top:25%;left:25%}#_dice_1eods_1 ._side-6_1eods_121 ._dot-2_1eods_60{top:25%;left:75%}#_dice_1eods_1 ._side-6_1eods_121 ._dot-3_1eods_75{top:75%;left:25%}#_dice_1eods_1 ._side-6_1eods_121 ._dot-4_1eods_94{top:75%;left:75%}#_dice_1eods_1 ._side-6_1eods_121 ._dot-5_1eods_117{top:50%;left:25%}#_dice_1eods_1 ._side-6_1eods_121 ._dot-6_1eods_144{top:50%;left:75%}#_dice_1eods_1[data-side="1"]{transform:rotateX(360deg)rotateY(360deg)rotate(720deg)}#_dice_1eods_1[data-side="1"]._reRoll_1eods_151{transform:rotateX(0)rotateY(0)rotate(0)}#_dice_1eods_1[data-side="2"]{transform:rotateX(360deg)rotateY(540deg)rotate(720deg)}#_dice_1eods_1[data-side="2"]._reRoll_1eods_151{transform:rotateX(0)rotateY(180deg)rotate(0)}#_dice_1eods_1[data-side="3"]{transform:rotateX(360deg)rotateY(630deg)rotate(720deg)}#_dice_1eods_1[data-side="3"]._reRoll_1eods_151{transform:rotateX(0)rotateY(270deg)rotate(0)}#_dice_1eods_1[data-side="4"]{transform:rotateX(360deg)rotateY(450deg)rotate(720deg)}#_dice_1eods_1[data-side="4"]._reRoll_1eods_151{transform:rotateX(0)rotateY(90deg)rotate(0)}#_dice_1eods_1[data-side="5"]{transform:rotateX(630deg)rotateY(360deg)rotate(720deg)}#_dice_1eods_1[data-side="5"]._reRoll_1eods_151{transform:rotateX(270deg)rotateY(0)rotate(0)}#_dice_1eods_1[data-side="6"]{transform:rotateX(450deg)rotateY(360deg)rotate(720deg)}#_dice_1eods_1[data-side="6"]._reRoll_1eods_151{transform:rotateX(90deg)rotateY(0)rotate(0)}#_dice_1eods_1[data-theme="1"] ._side_1eods_20{background-color:#1919fff2}#_dice_1eods_1[data-theme="1"] ._dot_1eods_30{background-color:#fff}#_dice_1eods_1[data-theme="2"] ._side_1eods_20{background-color:#ff1919f2}#_dice_1eods_1[data-theme="2"] ._dot_1eods_30{background-color:#fff}@keyframes _fadeUp_1eods_1{0%{opacity:0;bottom:0}to{opacity:1;bottom:20px}}._gui_bn7hm_11{pointer-events:none;width:100%;height:100%}._gui_bn7hm_11 ._gui__diceContainer_bn7hm_16{cursor:pointer;pointer-events:all;justify-content:space-between;width:20%;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._gui_bn7hm_11 ._gui__diceHeading_bn7hm_27{text-align:center;width:100%;position:fixed;top:3%;left:0}._gui_bn7hm_11 ._gui__diceFooter_bn7hm_34{text-align:center;width:100%;font-size:medium;position:fixed;bottom:5%;left:0}._gui_bn7hm_11 #_gui__winnerDialog_bn7hm_1 h1{border-bottom:2px solid #f5f5f5;padding-bottom:7vh;font-size:6vh}._gui_bn7hm_11 #_gui__winnerDialog_bn7hm_1 ._gui__winnerInfo_bn7hm_47{text-align:center;margin-top:15vh;margin-bottom:10vh;font-size:4vh;font-weight:500}._gui_bn7hm_11 #_gui__winnerDialog_bn7hm_1 ._gui__winnerName_bn7hm_54{text-align:center;color:var(--foreground2);border:2px solid rgba(var(--bg-panel-solid),.8);background-color:rgba(var(--bg-panel-solid),.65);border-radius:3vh;margin-bottom:15vh;padding:1vh 10px;font-size:4vh;font-weight:700}._gui_bn7hm_11 #_gui__winnerDialog_bn7hm_1 h2{border-top:2px solid #f5f5f5;padding-top:7vh;font-size:3.5vh}._gui_bn7hm_11 #_gui__winnerDialog_bn7hm_1 ._gui__backToStartMenu_bn7hm_70{pointer-events:all;position:fixed;top:50%;right:1vw}._gui_bn7hm_11 ._gui__flexboxes_bn7hm_76>*{position:absolute}._gui_bn7hm_11 ._gui__flexboxes_bn7hm_76>*>*{position:relative}._buildPanel_vy31w_11{z-index:1000;pointer-events:all;gap:5px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}._buildButton_vy31w_22,._toggleButton_vy31w_22{cursor:pointer;color:#fff;background:#dc143c;border:2px solid #000;border-radius:8px;padding:10px 20px;font-size:16px;transition:all .2s}._buildButton_vy31w_22:hover,._toggleButton_vy31w_22:hover{transform:translateY(-2px)}._buildButton_vy31w_22:disabled,._toggleButton_vy31w_22:disabled{background-color:#522a32}._buildButton_vy31w_22._selected_vy31w_39{background:#8b0000;border-color:#fff;transform:scale(1.05)}._toggleButton_vy31w_22{padding:10px 15px}@media (max-width:600px){._buildPanel_vy31w_11{bottom:10px}._buildButton_vy31w_22,._toggleButton_vy31w_22{padding:8px 12px;font-size:14px}}:root{--bg-panel-solid:0,0,0;--foreground2:255,255,255}[data-theme=light]{--bg-panel-solid:255,255,255;--foreground2:0,0,0}:root{--dice_size_highlighted:120px;--dice_size_boxed:60px}
