html,body,#root{margin:0;height:100%;overflow:hidden}body{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.RED{background:#fe0400}.BLUE{background:#2278ff}.ORANGE{background:orange}.WHITE{background:#fff}.RED.foreground{color:#fe0400;background:#0000}.BLUE.foreground{color:#2278ff;background:#0000}.ORANGE.foreground{color:orange;background:#0000}.WHITE.foreground{color:#fff;background:#0000}.number-token,.port{width:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;position:relative}@media screen and (min-width: 600px){.number-token,.port{font-size:1.3rem}}.MuiPaper-elevation3.number-token{background:#151313;color:#fff}.MuiPaper-elevation3.robber{background:#6b6b6b;position:absolute;font-size:100%}.tile{position:absolute;display:flex;justify-content:center;align-items:center;transform:scale(1.02)}.edge{position:absolute;display:flex;justify-content:center}.road{position:absolute;border:1px solid #151313;width:100%;height:100%;border-radius:2px}@media screen and (min-width: 600px){.edge{height:12px}}.node{position:absolute;height:10px;width:10px;display:flex;justify-content:center;align-items:center}.settlement{width:80%;height:80%}.city{width:100%;height:100%}.settlement,.city{border-radius:4px;border:2px solid #151313}.BLUE.city{border:4px solid #2278ff;background:#151313}.RED.city{border:4px solid #fe0400;background:#151313}.ORANGE.city{border:4px solid #ffa500;background:#151313}.WHITE.city{border:4px solid white;background:#151313}.pulse{cursor:pointer;position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%)}.pulse:after{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#fff;border-radius:4px;box-shadow:0 0 8px #0000004d;animation:pulse-dot 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite}@keyframes pulse-dot{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.edge .pulse{width:90%;height:90%}.node .pulse{width:75%;height:75%}.number-token{--scale-factor: .65;--base-font-size: 100%;height:4ch;width:4ch;text-align:center;padding:5px;line-height:.8rem;position:relative;display:flex;flex-direction:column}.number-token .pips{font-size:calc(var(--base-font-size) * 60%)}.number-token.flashing{animation:pulse .5s ease-in-out infinite alternate;cursor:pointer}@keyframes pulse{0%{box-shadow:0 0 #ffffff4d}to{box-shadow:0 0 0 4px #c8c8c899}}@media (max-width: 600px){.number-token{--base-font-size: 75%}}.prompt{padding:10px;height:60px;width:100%;font-size:1rem;text-align:left;display:flex;flex-direction:column;align-items:center;overflow-x:auto;white-space:nowrap}.resource-cards{height:40px;display:flex;gap:6px;margin-bottom:10px}.resource-cards .card{border-radius:4px}.resource-cards .card div{background:#151313;color:#fff;width:21px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;position:relative}.resource-cards .wood-cards{background:#119822}.resource-cards .brick-cards{background:#cc0300}.resource-cards .wheat-cards{background:#fac60c}.resource-cards .sheep-cards{background:#72cf57}.resource-cards .ore-cards{background:#616166}.resource-cards .dev-cards{background:purple}.resource-cards .dev-cards div{font-size:.7rem}.center-text{display:flex;justify-content:center;align-items:center;width:25px;height:40px}.player-state-box{padding:10px;max-width:600px;margin:0 auto;width:100%}.player-state-box .scores{display:flex;justify-content:space-between}.player-state-box .num-knights,.player-state-box .num-roads,.player-state-box .victory-points{flex-direction:column;width:50px;height:40px}.player-state-box .bold{font-weight:700}.resource-selector .MuiPaper-root{background-color:#1a1a1a;color:#e0e0e0;border-radius:8px;border:1px solid #333;box-shadow:0 0 10px #0096ff0d}.resource-selector .MuiDialogTitle-root{text-align:center;background-color:#222;padding:12px 20px;font-size:1.1rem;font-weight:700;border-bottom:1px solid #333}.resource-selector .MuiDialogContent-root{padding:20px}.resource-selector .resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 600px){.resource-selector .resource-grid{grid-template-columns:1fr}}.resource-selector .resource-button{height:40px;font-size:.9rem;text-transform:none;background-color:#2a2a2a;border-radius:4px;transition:all .3s ease;border:1px solid #444;overflow:hidden;position:relative}.resource-selector .resource-button:hover,.resource-selector .resource-button:focus{background-color:#222}.resource-selector .resource-button .wood{color:#009b00}.resource-selector .resource-button .brick{color:red}.resource-selector .resource-button .wheat{color:#ba9202}.resource-selector .resource-button .sheep{color:#3eda58}.resource-selector .resource-button .ore{color:#b0b0b0}.resource-selector .resource-button .resource-name{font-weight:700}.resource-selector .resource-button .plus{color:#fff;margin:0 4px}.resource-selector .MuiDialogActions-root{background-color:#222;padding:12px 20px;border-top:1px solid #333}.resource-selector .cancel-button{color:#09f;font-weight:700}.resource-selector .cancel-button:hover{background-color:#0099ff1a}.state-summary{height:60px;width:100%;max-width:600px;margin:0 auto;display:flex;padding:10px}.state-summary .open-drawer-btn{color:#fff;margin-right:10px}.actions-toolbar{height:80px;width:100%;max-width:600px;margin-left:auto;margin-right:auto;padding:10px;display:flex;justify-content:space-between;gap:10px}.actions-toolbar button{min-width:60px;width:100px;height:60px}.actions-toolbar .confirm-btn{width:100%}.actions-toolbar .action-popover{z-index:1;overflow:auto;max-height:calc(100% - 60px);margin-bottom:10px}.actions-toolbar .MuiButton-label{display:flex;flex-direction:column;justify-content:center;align-items:center}.actions-toolbar .MuiButton-label .MuiButton-startIcon{margin:0}.MuiToolbar-root{background:#030000}h6.MuiTypography-h6{font-family:Bungee Inline,sans-serif}@media (min-width: 600px){#root .snackbar-container{display:none}}#root .snackbar-container{z-index:1200;left:50%!important;bottom:0;transform:translate(-50%);max-width:600px;width:100%}#root .snackbar-container .MuiCollapse-container{padding:0 10px;width:100%}#root .snackbar-container .MuiCollapse-container .MuiCollapse-wrapper{margin-top:10px;margin-bottom:10px;height:60px;padding:0}#root .snackbar-container .MuiCollapse-container .MuiCollapse-wrapper>div>div{height:100%}#root .snackbar-container .MuiCollapse-container .MuiCollapse-wrapper>div>div>div{height:100%}main .board-container,main .loader{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.board-container .react-transform-wrapper,.board-container .react-transform-component,.board-container .react-transform-component .react-transform-element{height:100%;width:100%}.board-container .board{position:relative;opacity:0;height:100%;width:100%}.board-container .board.show{opacity:1}@media (min-width: 960px){main{padding-left:280px}main .board-container{margin-right:0}}@media (min-width: 1280px){main{padding-left:0}main .board-container{margin-left:140px}}.left-drawer .MuiDrawer-paper{width:280px;background:#151313}.left-drawer .MuiDivider-root{background:#000c}.left-drawer .MuiDrawer-paperAnchorDockedLeft{border-color:#000c}.left-drawer .log{overflow-y:auto;font-size:.8rem;display:flex;flex-direction:column-reverse;scrollbar-width:thin;scrollbar-color:#454545 #151313}.left-drawer .log .action{padding:10px}.right-drawer .drawer-content{padding:10px;display:flex;flex-direction:column;gap:10px}.right-drawer .MuiDrawer-paper{width:280px;background:#151313;color:#fff}.right-drawer .MuiDivider-root{background:#000c}.analysis-box .loading-indicator{text-align:center;padding:16px;color:#ffffffb3;display:flex;align-items:center;gap:8px;justify-content:center}.analysis-box .probability-bars{margin-bottom:16px}.analysis-box .probability-bars .probability-row{display:flex;justify-content:space-between;align-items:center;padding:8px;margin:4px 0;border-radius:4px;background:#ffffff0d}.analysis-box .probability-bars .probability-row.red{color:#fe0400}.analysis-box .probability-bars .probability-row.blue{color:#2278ff}.analysis-box .probability-bars .probability-row.white{color:#fff}.analysis-box .probability-bars .probability-row.orange{color:orange}.analysis-box .probability-bars .probability-row .player-color{min-width:63px}.analysis-box .probability-bars .probability-row .probability-bar{flex-grow:1;height:20px;margin:0 12px;background:#ffffff1a;border-radius:4px;overflow:hidden;position:relative}.analysis-box .probability-bars .probability-row .probability-bar .bar-fill{position:absolute;height:100%;left:0;top:0;background-color:currentColor;opacity:.6;transition:width .3s ease}.analysis-box .probability-bars .probability-row .probability-value{font-weight:500;min-width:43px;text-align:right}.home-page{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.home-page h1{color:#fff;font-size:2.5rem;margin-bottom:30px}.home-page ul{color:#fff;margin-top:0;margin-bottom:3px}.home-page .switchable{height:224px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page .switchable button{margin-bottom:10px}.home-page .player-count-selector{margin:0 0 16px;text-align:center}.home-page .player-count-selector .player-count-buttons .player-count-button{width:130px;height:35px;font-size:1rem;color:#fff!important;margin:0 4px;transition:background-color .3s;background-color:#151313!important}.home-page .player-count-selector .player-count-buttons .player-count-button:hover{background-color:#000!important}.home-page .player-count-selector .player-count-buttons .player-count-button.selected{background-color:#0d47a1!important;color:#fff!important}.home-page .player-count-selector .player-count-buttons .player-count-button.selected:hover{background-color:#0d459c!important}*{box-sizing:border-box}.logo{font-family:Bungee Inline,sans-serif}main{background:#030000;color:#fff;height:100%;display:flex;flex-direction:column}main .logo{margin:5px 20px 0;text-align:center}main .loader{display:flex;justify-content:center;align-items:center}.replay-box{display:flex;flex-direction:column;gap:10px}.replay-box .button-container{display:flex;gap:10px}.numeric-textfield .MuiOutlinedInput-root fieldset{border-color:#1976d2}.numeric-textfield .MuiInputLabel-root,.numeric-textfield .MuiInputBase-input{color:#1976d2;font-weight:600}
