body,html{height:100%;overflow:auto;touch-action:manipulation}body{font-family:Arial,sans-serif;margin:0;padding:0;text-align:center;max-width:400px;margin:0 auto;box-shadow:0 0 10px rgba(0,0,0,.1)}main{padding:0;margin:0;width:100%;position:relative}h1{font-size:1.5rem;font-weight:600}.hidden{display:none!important}.list-actions{display:flex;flex-direction:column;gap:.5em}.seo-content{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}button{margin:1rem auto;padding:1rem 2rem;font-size:1.2rem;border-radius:10px;border:none;color:#fff;cursor:pointer;background-color:#4caf50}button.validate{background-color:#4caf50}button.end{background-color:#4caf50}button.previous{background-color:#ff9800}button.cancel{background-color:#ccc}button.delete{background-color:red}button.param{background-color:#2b47a3}button.menu{background-color:#000}.switch-label-inline{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1rem;margin:.5em 0}.switch-label{margin-bottom:5px}.switch{position:relative;display:inline-block;width:46px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider::before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#4caf50}input:checked+.slider::before{transform:translateX(20px)}.panel .list-actions{margin:0;text-align:left;gap:0}.panel .list-actions button{display:flex;min-height:3em;width:90%;text-align:left;align-items:center;gap:.8em;padding:.5em 1em}.panel .list-actions .icon{vertical-align:middle}.panel .list-actions .span{display:inline-block}.modal{position:fixed;width:100%;height:100%;top:0;left:0;background:#fff;z-index:100;overflow-y:auto;display:flex;flex-direction:column;align-items:center;background-color:rgba(0,0,0,.5)}.modal-content{position:absolute;padding:20px;width:320px;top:0;background-color:#f5f5f7;margin:10px;border-radius:8px;max-width:380px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2)}.modal-content h2{margin-top:0}.modal-content p{font-size:1.4em}.modal-content .corner-close{top:0;position:absolute;right:0;border:0;background-color:#ccc;color:#fff;width:22px;height:23px;border-bottom-left-radius:50%;border-top-right-radius:8px;font-size:1.2rem;padding:1px 1px 1px 2px;cursor:pointer}.modal-content .list-actions{margin:0;text-align:left}.modal-content .list-actions .icon{vertical-align:middle;margin-right:.5em}#boardGamesPanel .toolbar{display:flex;align-items:center;gap:6px;padding:0 8px;min-height:unset;height:auto}#boardGamesPanel .toolbar .search{flex:1;min-width:0;padding:6px 10px;font-size:14px;border-radius:8px;border:1px solid #ccc}#boardGamesPanel .toolbar .toolbar-actions{display:flex;gap:6px}#boardGamesPanel .toolbar .toolbar-actions button{font-size:18px;background:0 0;border:none;padding:2px 3px 0 3px;cursor:pointer;opacity:.7;margin:6px 0;border:1px solid transparent}#boardGamesPanel .toolbar .toolbar-actions button.active{opacity:1;background-color:rgba(0,120,212,.12);border:1px solid rgba(0,0,0,.12);border-radius:6px}#boardGamesPanel .toolbar .toolbar-actions button.sort-fav.active path{fill:#ffdf00}#boardGamesPanel .toolbar .toolbar-actions svg{padding-top:2px;stroke:#2b47a3}#boardGamesPanel .toolbar .toolbar-actions .sort-alpha.desc .text-a{transform:translateY(12px)}#boardGamesPanel .toolbar .toolbar-actions .sort-alpha.desc .text-z{transform:translateY(-12px)}#boardGamesPanel .games-grid,#boardGamesPanel .games-grid-temp{display:grid;grid-template-columns:1fr 1fr;gap:0}#boardGamesPanel .game-card{position:relative;border:1px solid #ccc;border-radius:12px;margin:10px;padding:8px;text-align:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:transform .2s ease}#boardGamesPanel .game-card:hover{transform:scale(1.03)}#boardGamesPanel .game-card .favorite-btn{position:absolute;top:0;right:0;background:0 0;border:none;padding:.1em;cursor:pointer;opacity:.4;margin:0}#boardGamesPanel .game-card .favorite-btn:hover{opacity:1}#boardGamesPanel .game-card .favorite-btn svg path{fill:none;stroke:#ffae00;stroke-width:1.8}#boardGamesPanel .game-card .favorite-btn.active{opacity:1}#boardGamesPanel .game-card .favorite-btn.active svg path{fill:#ffae00}#boardGamesPanel .game-card .game-image{width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;border-radius:8px;display:block}#boardGamesPanel .game-card .game-image.loaded{opacity:1}#boardGamesPanel .game-card .game-title{font-size:1.1em;font-weight:600;margin:0 .5em .5em .5em}#scorePanel .panel-content{overflow-x:visible;overflow-y:auto;max-height:90vh;width:100%}#scorePanel table{border-collapse:collapse;text-align:center;table-layout:fixed;width:100%}#scorePanel th,td{padding:10px 4px}#scorePanel tr.entete,tr.totals{background-color:#f5f5f5;font-weight:700;position:sticky;top:0;z-index:1;border:0}#scorePanel tr.entete{height:62px}#scorePanel tr.entete th{padding-bottom:5px;border-bottom:2px solid #f5f5f5}#scorePanel tr.entete th.player{width:auto;text-align:center;overflow:hidden;white-space:nowrap}#scorePanel tr.entete th.current-player{position:relative}#scorePanel tr.entete th.current-player::after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #000}#scorePanel tr.totals{box-shadow:0 2px 3px -1px rgba(0,0,0,.2);font-size:1.4em;top:62px}#scorePanel tr.round{cursor:pointer}#scorePanel tr.round.even{background-color:#fff}#scorePanel tr.round.odd{background-color:#f9f9f9}#scorePanel tr.round .score{font-size:1em}#scorePanel tr.round .score .score-line{display:flex;align-items:center;justify-content:center}#scorePanel tr.round .score .score-line .icon{margin-top:-2px;font-size:1.1em}#scorePanel tr.round .score .score-line .annotation,#scorePanel tr.round .score .score-line .victory{margin-top:-2px;font-size:1.1em}#scorePanel tr.round .score .score-line .scoreValueParenthese{font-size:.9em;color:#595858}#scorePanel tr.round .score[data-rank]:not([data-rank="1"]) .score-line .rank::after{content:"e";font-size:.75em;vertical-align:super}#scorePanel th.round-number,td.round-number{padding:0;width:20px;font-size:10px}#scorePanel th .rank-wrapper{flex-direction:column;align-items:center}#scorePanel th .rank-wrapper .rank-value{width:24px;height:24px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;color:#fff;margin-bottom:4px}#scorePanel tr.round .beginning-player{position:relative}#scorePanel tr.round .beginning-player::after{content:'';position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #000}#scorePanel .rank-wrapper .player-name-header{display:block;overflow:hidden;white-space:nowrap}#scoreControls{position:fixed;bottom:0;left:50%;width:100%;max-width:400px;transform:translateX(-50%);background:#fff;border-top:1px solid #ccc;padding:10px 0;display:flex;justify-content:space-around;align-items:center;z-index:20;box-shadow:0 -2px 6px rgba(0,0,0,.1)}#scoreControls button{width:56px;height:56px;border-radius:50%;font-size:30px;box-shadow:0 4px 6px rgba(0,0,0,.2);margin:0;padding:0}#launchActions{position:fixed;bottom:100px;left:50%;max-width:400px;transform:translateX(-50%);display:flex;z-index:30;justify-content:center}#launchActions button{background:unset;border:0;margin:0;padding:0}#launchActions button:focus{outline:0}#launchActions .launch-action img{pointer-events:none}#roundModal .modal-content{top:0}#roundModal .score-board .step.transition{animation:fadeSlide .3s ease-in-out}@keyframes fadeSlide{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}#roundModal .score-board .step-header{display:inline-flex;align-items:center;gap:12px;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:20px}#roundModal .score-board .step-header img{height:60px;object-fit:contain;width:auto}#roundModal .score-board .player-block{text-align:center;background:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding-bottom:12px}#roundModal .score-board .player-block .header{display:flex;justify-content:end;align-items:center;width:100%;background-color:#4c7eaf;font-weight:700;text-align:left;margin-bottom:10px;padding:0;border-radius:8px 8px 0 0;min-height:48px}#roundModal .score-board .player-block .header .player-name{font-size:1.4rem;text-align:left;padding:0 15px;color:#f5f5f7;cursor:default;width:100%}#roundModal .score-board .player-block .header .player-score,#roundModal .score-board .player-block .header .player-score-game{padding:2px 8px;font-size:2.2em;color:#4c7eaf;background:#fff;border:2px solid #4c7eaf;border-radius:6px;display:inline-flex;cursor:default}#roundModal .score-board .player-block .header .player-score-game{color:#133d67;background:#ccc}#roundModal .score-board .player-block .header .player-score-sep{font-size:1.4rem;text-align:center;padding:0 2px;color:#f5f5f7;cursor:default}#roundModal .score-board .player-block .header .player-score .score-value{color:#4c7eaf;border:none;font:inherit;outline:0}#roundModal .score-board .player-block .header .player-score .score-value.invalid{background-color:#ffe6e6;border-color:#e74c3c;animation:scoreShake .15s ease-in-out 2}@keyframes scoreShake{0%{transform:translateX(0)}25%{transform:translateX(-2px)}50%{transform:translateX(2px)}75%{transform:translateX(-2px)}100%{transform:translateX(0)}}#roundModal .score-board .player-block .header .player-score input.score-value{cursor:pointer}#roundModal .score-board .player-block .header .player-score input.score-value[type=number]::-webkit-inner-spin-button,#roundModal .score-board .player-block .header .player-score input.score-value[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#roundModal .score-board .player-block .header .player-score input.score-value[type=number]{-moz-appearance:textfield}#roundModal .score-board .player-block .header .player-score .score-annotation{font-size:.8em}#roundModal .score-board .field-block{display:block;flex-wrap:wrap;justify-content:center;margin:5px 0}#roundModal .score-board .field-block .label{font-size:1.1em;font-weight:700}#roundModal .score-board .field-block .display-value{font-size:2.5rem;font-weight:700;margin:5px 0;color:#555}#roundModal .score-board .field-block button{color:#133d67;background:#e4e7ff;padding:.5rem .5rem;border-radius:25px;border-style:solid;border-width:1px;border-color:#7eb6ed;font-size:1rem;cursor:pointer}#roundModal .score-board .field-block button.option{position:relative}#roundModal .score-board .field-block button .option-badge{position:absolute;top:-5px;right:-5px;background-color:#cf0c0c;color:#fff;font-size:1rem;border-radius:50%;padding:2px 5px;pointer-events:none}#roundModal .score-board .field-block button.option.text{font-size:1em}#roundModal .score-board .field-block button.option.icon{font-size:30px;padding:1px}#roundModal .score-board .field-block button.selected{background-color:#4c7eaf;color:#f5f5f7;border-color:#0b2365}#roundModal .score-board .field-block button.negative{background:#ffe6e6;border-color:#ff9f9f;color:#b72828}#roundModal .score-board .field-block .buttons-options{display:inline-flex}#roundModal .score-board .field-block .buttons-change{display:inline}#roundModal .score-board .field-block .buttons-change button{margin:3px}#roundModal .score-board .field-block .buttons-select button{min-width:0;margin:3px}#roundModal .score-board .field-block .buttons-options button{margin:3px}#roundModal .score-board .step .navigate button{width:39%;padding:1rem 0;margin:1rem 5px}#roundModal .score-board .step .navigate button.end{width:40px;padding:1rem 0;margin:1rem 5px}#roundModal .score-board .field-block[data-style="4columns"] .buttons-change,#roundModal .score-board .field-block[data-style="4columns"] .buttons-select{display:grid;grid-template-columns:repeat(4,1fr);margin-left:.5em;margin-right:.5em}#roundModal .score-board .field-block[data-style="5columns"] .buttons-change,#roundModal .score-board .field-block[data-style="5columns"] .buttons-select{display:grid;grid-template-columns:repeat(5,1fr);margin:0;margin-left:.5em;margin-right:.5em}#roundModal .score-board .field-block[data-style="6columns"] .buttons-change,#roundModal .score-board .field-block[data-style="6columns"] .buttons-select{display:grid;grid-template-columns:repeat(6,1fr);margin:0}#roundModal .score-board .field-block[data-style="7columns"] .buttons-change,#roundModal .score-board .field-block[data-style="7columns"] .buttons-select{display:grid;grid-template-columns:repeat(7,1fr);margin:0}#roundModal .score-board .field-block[data-style=binaire] .buttons-change button{width:45%;font-size:4em}#roundModal .score-board .field-block[data-style=inline]{display:inline-flex;align-items:center;gap:0;justify-content:left;font-size:1.5rem;font-weight:700;width:100%;padding-left:4px}#roundModal .score-board .field-block[data-style=inline] .label{width:15%;overflow-wrap:break-word}#roundModal .score-board .field-block[data-style=inline] .display-value{width:15%;overflow-wrap:normal}#roundModal .score-board .field-block[data-style=inline] .buttons-change,#roundModal .score-board .field-block[data-style=inline] .buttons-select{width:calc(85% - 14px);display:grid;grid-template-columns:repeat(4,1fr)}#roundModal .score-board .field-block[data-style=inline][data-type=text]{display:block;text-align:center;font-size:1.2em;font-weight:700;margin:0}#roundModal .score-board .field-block[data-style=smallMargin] button.option{margin:.2em .5em}#roundModal .score-board .field-block .display-value.square{font-size:1.2em;width:40px;height:40px;margin:4px;border:2px solid color-mix(in srgb,var(--display-bg-color),#000 25%);box-sizing:border-box;align-content:center;text-align:center;color:#fff;background-color:var(--display-bg-color,#ffc83d)}#roundModal .score-board .field-block .display-value.hexagon{font-size:1.2em;line-height:44px;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);text-align:center;color:#fff;background-color:var(--display-bg-color,#ffc83d)}#roundModal .score-board[data-type=skullKing] .field-block .buttons-select button{width:45px}#roundModal .score-board[data-type=skullKing] .field-block button.option{margin:0 3px;width:60px}#roundModal .score-board[data-type=skullKing] .field-block[data-key=butins] button.option{padding:0 10px;width:120px}#roundModal .score-board[data-type=sevenWondersDuel] .field-block .buttons-select button{margin:5px 10px;font-size:1.4em}#roundModal .score-board[data-type=sevenWonders] .step[data-step=science] .field-block .text{font-size:1.3em;font-weight:600}#roundModal .score-board[data-type=sevenWonders] .step[data-step=science] .field-block .buttons-select{margin:5px 0 15px 0}#roundModal .score-board[data-type=belote] .field-block[data-type=options]{font-size:1.4em;margin-top:20px;margin-bottom:10px}#roundModal .score-board[data-type=belote] .field-block[data-key=cardsAtouts] .buttons-options,#roundModal .score-board[data-type=belote] .field-block[data-key=cardsClassics] .buttons-options{display:block}#roundModal .score-board[data-type=belote] .field-block .buttons-options button{position:relative}#roundModal .score-board[data-type=belote] .field-block .buttons-options button.option{min-width:70px;min-height:42px;margin:1px 3px}#roundModal .score-board[data-type=belote] .field-block .buttons-options button.option.icon{padding:1px 10px}#roundModal .score-board[data-type=belote] .field-block .buttons-options button.option.text{padding:8px 10px 2px 10px;font-size:28px}#roundModal .score-board[data-type=belote] .field-block .buttons-change button{margin:1px}#roundModal .score-board[data-type=molkky] .field-block button{font-size:1.2em}#roundModal .score-board .field-block[data-type=option][data-style=switch-slider]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5em 1em}#roundModal .score-board .field-block[data-type=option] .label{flex:0;font-weight:700;font-size:1.3em;white-space:nowrap}#roundModal .score-board .field-block[data-type=option] .option.switch-slider{width:50px;min-width:50px;height:28px;background-color:#ccc;border-radius:14px;position:relative;transition:background-color .3s;border:none;cursor:pointer;margin:3px}#roundModal .score-board .field-block[data-type=option] .option.switch-slider::before{content:"";position:absolute;width:22px;height:22px;top:3px;left:3px;border-radius:50%;background-color:#fff;transition:transform .3s}#roundModal .score-board .field-block[data-type=option] .option.switch-slider.selected{background-color:#4caf50}#roundModal .score-board .field-block[data-type=option] .option.switch-slider.selected::before{transform:translateX(22px)}#playersModal .modal-content{top:50px}#playersModal .modal-content h2{font-size:1.5em;font-weight:700;margin-bottom:10px}#playersModal .modal-content h2{text-wrap-style:balance}#playersModal .modal-content h2>span[data-role=players-range]{margin-left:10px;font-size:.7em}#playersModal .modal-content button{padding:10px 20px;margin:10px auto}#playersModal .player-container{display:flex;gap:8px;margin:8px 0}#playersModal .player-container button{margin:0;padding:10px 15px}#playersModal .player-container .player-input{font-size:1.2rem;font-weight:700;text-align:left;padding-left:5px;width:100%}#playersModal .player-container .drag-handle{cursor:grab;font-size:34px;color:#888;user-select:none}#playersModal .player-container .drag-handle:active{cursor:grabbing}#playersModal .player-container .player-arrows{display:contents}#playersModal .player-container .player-arrows button{font-size:30px;color:#888;user-select:none;background:inherit;border:0;padding:0 5px 5px 5px;cursor:pointer}#playersModal .player-suggestions{display:flex;flex-wrap:wrap;column-gap:15px;margin-top:20px;justify-content:center;background-color:#eaedff;border-radius:10px}#playersModal .player-suggestions .title{font-size:1.2em;font-weight:700;width:100%;text-align:center;margin:10px}#playersModal .player-suggestions .same{margin:10px}#playersModal .player-suggestions .same button{background-color:#a3affc;color:#172bcd;margin:0;font-size:1rem;font-weight:700;padding:10px}#playersModal .player-suggestions .player{display:flex;flex-wrap:nowrap}#playersModal .player-suggestions .player button{font-size:.9rem;font-weight:700;padding:10px}#playersModal .player-suggestions .player button.add{background-color:#a3affc;color:#172bcd;border-bottom-right-radius:0;border-top-right-radius:0}#playersModal .player-suggestions .player button.delete{background-color:#172bcd;border-bottom-left-radius:0;border-top-left-radius:0}#playerBeginningModal .player-list{background-color:#ccf7cd;border-radius:10px;padding:10px 0;margin-bottom:20px}#playerBeginningModal .player-list button{margin:10px;padding:10px;background-color:#4caf50}#playerBeginningModal .list-actions button span.complement{font-size:.7em}#before-action-chwazi{font-weight:700;font-size:1.8em;text-align:center}#chwaziModal.modal{z-index:110;overflow-y:hidden}#chwaziModal .modal-content{top:0;margin:5px;padding:10px;height:97%;width:360px;max-width:360px}#chwaziModal .modal-content .header{position:absolute;text-align:center;font-size:1.3em;font-weight:700;padding:10px 0 0 18px;color:#fff;pointer-events:none}#chwaziModal .modal-content canvas{background-color:#000;width:100%;height:100%;display:block}#chwaziModal .modal-content .list-actions{position:absolute;width:95%;bottom:0;pointer-events:none}#chwaziModal .modal-content .list-actions button{pointer-events:auto}#aboutModal .modal-content .donation{margin:40px 0;background-color:#ffffe2;border:1px solid #fd0;padding:0 8px 20px 8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}#aboutModal .modal-content .donation .buymeacoffee{border:0}#aboutModal .modal-content .donation .tipeee{border:0}#aboutModal .modal-content .thanks a{color:#000;font-weight:700}#messageModal{z-index:200}#messageModal .modal-content .message{font-size:1.4em;text-wrap-style:pretty}#messageModal .modal-content .message .list{text-align:left}#messageModal .modal-content .message ul{margin-top:10px}#messageModal .modal-content .message li{text-align:left}#boardGameSettingsModal .modal-content{top:50px}#boardGameSettingsModal .form-group{text-align:left;padding:10px 0}#boardGameSettingsModal label{display:block;margin-bottom:.3em;font-weight:700}#boardGameSettingsModal input,#boardGameSettingsModal select{padding:.5em;font-size:1.1em;border:1px solid #ccc;border-radius:6px}#boardGameSettingsModal select{width:100%}#boardGameSettingsModal input{width:95%}#boardGameSettingsForm div[data-key]{display:none}#gamesSavedModal .modal-content{top:50px;max-width:320px}#gamesSavedModal .game-list-item{background:#f0f0f0;border-radius:8px;padding:10px;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;text-align:left}#gamesSavedModal .game-list{display:grid;gap:0}#gamesSavedModal .game-list-item-wrapper{display:flex}#gamesSavedModal .game-list-item-wrapper button{font-weight:700}#gamesSavedModal .game-list-item-wrapper button.resume{padding:10px 0;width:100%;border-bottom-right-radius:0;border-top-right-radius:0}#gamesSavedModal .game-list-item-wrapper button.resume .date{font-weight:700}#gamesSavedModal .game-list-item-wrapper button.resume .players{font-weight:400}#gamesSavedModal .game-list-item-wrapper button.delete{border-bottom-left-radius:0;border-top-left-radius:0;padding:10px}#localstorageModal .modal-content{width:85%;top:0;padding:0}#localstorageModal pre{text-align:left;margin:0}#localstorageModal .storage{display:flex;flex-direction:column;margin:10px}#localstorageModal .storage .header{display:flex;align-items:center;padding:5px;background-color:#f5f5f5;border-radius:4px}#localstorageModal .storage .header .key{font-weight:700;color:#333;text-align:left;padding:5px;width:90%;overflow:hidden;text-overflow:ellipsis}#localstorageModal .storage .header .key-part{text-decoration:underline;cursor:pointer}#localstorageModal .storage .header .toggle-btn{margin-right:8px;cursor:pointer;user-select:none}#localstorageModal .storage .header .delete{cursor:pointer}#localstorageModal .storage .content{font-family:monospace;white-space:pre-wrap;background-color:#f5f5f5;padding:5px 5px 5px 0;border-radius:5px;overflow-y:auto;text-align:left;border:1px solid #ccc}#localstorageModal .storage .content .json-container .array-header{font-weight:700;display:flex;align-items:baseline;padding:2px 5px;border-radius:3px}#localstorageModal .storage .content .json-container .array-header:hover{background-color:#e8f0fe}#localstorageModal .storage .content .json-container .array-content{margin-left:12px;border-left:1px dashed #ccc;padding-left:0}#localstorageModal .storage .content .json-container .array-item{margin:0 0 0 8px;display:flex;align-items:baseline}#localstorageModal .storage .content .json-container .key-value-pair{margin:0 0 0 8px}#localstorageModal .storage .content .json-container .json-key-container{display:flex;align-items:center;cursor:pointer}#localstorageModal .storage .content .json-container .json-key-container:hover{color:#1a73e8}#localstorageModal .storage .content .json-container .json-key-container .json-key{color:#5f6368;font-weight:700;margin-right:5px}#localstorageModal .storage .content .json-container .json-value-container{margin-left:5px;border-left:1px dashed #ccc;padding-left:10px}#localstorageModal .storage .content .json-container .json-value{color:#3c4043;padding-left:10px}#localstorageModal .storage .content .json-container .toggle-btn{color:#1a73e8;font-size:.8em;width:16px;display:inline-block;text-align:center;cursor:pointer}#progressionChartModal .modal-content{display:flex;flex-direction:column;top:10px;height:90vh}#progressionChartModal canvas{width:100%!important;height:100%!important;flex:1}#scoreControls .menu-container{position:relative;display:inline-block}#scoreControls .menu-container button{padding:6px 0 0 0}#scoreControls .menu-container button[data-action=toggleMenuScorePanel]{background-color:#000;top:0}#scoreControls .menu-container button[data-action=toggleMenuScorePanel] path{transition:transform .3s ease-in-out,opacity .3s ease-in-out;transform-origin:center center}#scoreControls .menu-container button[data-action=toggleMenuScorePanel].open path:nth-child(1){transform:translateX(-4px) translateY(5px) rotate(45deg)}#scoreControls .menu-container button[data-action=toggleMenuScorePanel].open path:nth-child(2){opacity:0}#scoreControls .menu-container button[data-action=toggleMenuScorePanel].open path:nth-child(3){transform:translateX(-3px) translateY(-4px) rotate(-45deg)}#dropDownMenu{position:absolute;bottom:calc(100% + 10px);left:0;z-index:25;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;gap:10px;display:grid}#dropDownMenu.visible{opacity:1;visibility:visible;transform:translateY(0)}#dropDownMenu button[data-action=showProgressionChart]{background-color:#ff004c}#dropDownMenu button[data-action=paramInGame]{background-color:#2b47a3}#dropDownMenu button[data-action=openChwazi]{background-color:#b300ff}#dropDownMenu button[data-action=about]{background-color:#fc8f00}#dropDownMenu button[data-action=modeSmartphone]{background-color:#e7aa00}#dropDownMenu button{transition:background-color .2s ease,color .2s ease}#dropDownMenu button:focus,#dropDownMenu button:hover{filter:brightness(1.1)}#endScoreModal .modal-content{top:20%}#endScoreModal .ranking{text-align:left}#endScoreModal .ranking .title{margin:30px 0 0 0;font-size:1.2em;font-weight:700}#endScoreModal .ranking ol{list-style:none;padding:0}#endScoreModal .ranking li{display:grid;grid-template-columns:3em 1fr 4em;align-items:center;border-radius:8px;margin:6px 0;padding:5px 4px;font-size:1.1em;background:linear-gradient(135deg,#ebeaea,#f1ecec)}#endScoreModal .ranking li .rank{justify-self:center;font-weight:600;font-size:1.2em}#endScoreModal .ranking li .player{position:relative;text-align:left;font-size:1.1em;font-weight:500;overflow:hidden}#endScoreModal .ranking li .player::after{content:"";position:absolute;width:100%;top:50%;height:1px;margin-left:20px;background:linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 20%,transparent 20%,transparent 40%);background-size:8px 1px;transform:translateY(-50%)}#endScoreModal .ranking li .score{padding-left:5px;color:#595858;text-align:right;font-variant-numeric:tabular-nums}#endScoreModal .fireworks{position:absolute;margin-left:-40px;margin-top:-360px}#endScoreModal .firework{position:absolute;width:6px;height:6px;background:red;border-radius:50%;animation:explode 2s ease-out forwards}@keyframes explode{0%{transform:scale(1) translate(0,0);opacity:1}100%{transform:scale(.5) translate(var(--dx),var(--dy));opacity:0}}#endScoreModal .ranking li[data-rank="1"]{background:linear-gradient(135deg,gold,#ffb700)}#endScoreModal .ranking li[data-rank="1"] .rank::before{content:"🥇"}#endScoreModal .ranking li[data-rank="2"]{background:linear-gradient(135deg,silver,#d9d9d9)}#endScoreModal .ranking li[data-rank="2"] .rank::before{content:"🥈"}#endScoreModal .ranking li[data-rank="3"]{background:linear-gradient(135deg,#cd7f32,#b36b2d)}#endScoreModal .ranking li[data-rank="3"] .rank::before{content:"🥉"}#endScoreModal .ranking li[data-rank="1"] .rank,#endScoreModal .ranking li[data-rank="2"] .rank,#endScoreModal .ranking li[data-rank="3"] .rank{color:transparent}#endScoreModal .ranking li[data-rank="1"] .rank::before,#endScoreModal .ranking li[data-rank="2"] .rank::before,#endScoreModal .ranking li[data-rank="3"] .rank::before{color:#000;font-size:1.2em;padding-left:5px}#endScoreModal .ranking li[data-rank]:not([data-rank="1"]):not([data-rank="2"]):not([data-rank="3"]) .rank::after{content:"e";font-size:.75em;vertical-align:super}#wheelModal .modal-content{display:flex;flex-direction:column;align-items:center;z-index:90}#wheel{position:relative;stroke:#b1b1b1;z-index:1;padding:10px;width:360px;height:360px}#wheel .part{stroke-width:0;font-size:14px;font-weight:700;pointer-events:none}#wheel .arrow{fill:#000}#wheel .launcher{fill:#fff;cursor:pointer;stroke:#b1b1b1;stroke-width:1px}#wheel .launcher-text{font-weight:700;font-size:16px;stroke-width:0;cursor:pointer;user-select:none}#history{margin-top:10px}#history .history-result{display:flex;align-items:center;gap:8px;color:#000;font-size:18px}#history .history-result .rang{color:gray;font-size:14px;padding-right:5px}#history .history-result .player,#history .history-result .result{font-weight:700}#history .history-result .transition{font-weight:400}#history .history-result img{width:30px}#toast{z-index:300;position:fixed;width:100%;height:100%;top:0;left:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;transition:opacity .5s ease}#toast.show{opacity:1}#toast .toast-content{position:absolute;bottom:90px;width:360px;max-width:360px;padding:10px;white-space:pre-line;border-radius:8px;text-align:center;background-color:rgba(0,0,0,.8);color:#fff}