body,html{height:100%;margin:0}input[type=checkbox],input[type=radio]{accent-color:#000}input[type=checkbox]:focus,input[type=radio]:focus{outline:1px dotted #000;outline-offset:2px}.app{display:flex;flex-direction:column;height:100dvh}.content{flex:1 1;display:flex;flex-direction:row;min-height:0;height:100%}.aside{display:none}.main{flex:1 1;min-height:0}.game-main-wrapper,.main{display:flex;flex-direction:column}.game-main-wrapper{flex:1 1;width:100%;min-height:100%;margin:0 auto;max-width:none}.game-page-bg{flex:1 1;display:flex;justify-content:center;background-color:#e0e0e0}.game-main{display:flex;flex-direction:column;width:100%;max-width:640px;margin:0 auto;padding:8px;box-sizing:border-box;background-color:#fff;flex:1 1}.game-header,.hand-area.top{flex:0 0 auto}.main-game-area{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.main-game-area>*{flex-shrink:1;max-height:100%;min-height:120px}.hand-area.bottom{flex:0 0 auto}.site-footer{margin-top:auto;border-top:1px solid #eee;padding:0!important;text-align:center;color:#666;background:#f5f5f5}@media (min-width:1024px){.aside{display:block;flex:1 1;background:#e0e0e0}.main{flex:0 0 640px;margin:0 auto}.game-main-wrapper{max-width:640px;min-height:100%}}.card{border:1px solid #000;padding:4px;width:60px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.card-image{object-fit:contain;display:block}.card .card-image{width:52px;height:72px}.card-slot .card-image{width:68px;height:92px}.card img,.card-button img{max-width:92%;max-height:92%;object-fit:contain;background-color:#fff;display:block;margin:0 auto}.card.selected{background-color:#fff;transform:translateY(-8px)}.card-button{border:1px solid #000;background:#fff;transition:transform .2s ease;padding:4px;box-sizing:border-box}.card-button.selected{background-color:#fff;transform:translateY(-8px)}.graveyard{display:none}.card-slot{width:72px;height:96px;background-color:#fff;border:1px solid #000;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.scoreboard{display:flex;flex-direction:column;padding:8px;background:#fff;height:100%;box-sizing:border-box}.scoreboard-row.top{border-bottom:1px solid #000}.scoreboard-row{display:grid;grid-template-columns:repeat(var(--round-count,1),1fr);grid-column-gap:0;column-gap:0;width:100%}.scoreboard-cell{position:relative;border-left:1px solid #000;text-align:left;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;height:150px;background-size:60%;background-repeat:no-repeat;background-position:50%;opacity:.9}.scoreboard-cell:first-child{border-left:none}.scoreboard-cell-bg{position:absolute;inset:0;background-size:60%;background-repeat:no-repeat;background-position:50%;opacity:.15;z-index:0}.scoreboard-cell.winner{border:3px solid #000}.scoreboard-rules{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);width:100%;height:100%;grid-gap:2px;gap:2px;justify-items:center;align-items:center;box-sizing:border-box}.scoreboard-roundpts-center,.scoreboard-rule-item{display:flex;align-items:center;gap:2px;justify-content:center}.scoreboard-roundpts-center{position:absolute;bottom:2px;left:0;right:0;z-index:1;box-sizing:border-box}.scoreboard-ptsbox.dual{width:48px;border:none;background:transparent;white-space:nowrap}.scoreboard-ptsbox.dual,.scoreboard-ptsbox.total{height:18px;font-size:11px;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0}.scoreboard-ptsbox.total{width:26px;border:1px solid #000;border-radius:2px;background:#fff}.scoreboard-sumrow{margin-top:8px;display:flex;justify-content:center;gap:16px}.scoreboard-cornerscore{position:relative;display:inline-block;border:none;border-radius:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px;height:28px}.scoreboard-cornerscore-line{position:absolute;inset:0;width:100%;height:100%}.scoreboard-cornerscore-tl{position:absolute;top:2px;left:3px;font-size:10px;line-height:1}.scoreboard-cornerscore-br{position:absolute;right:3px;bottom:2px;font-size:10px;line-height:1}.scoreboard-totalbox{display:flex;align-items:center;justify-content:center;width:28px;height:24px;border:1px solid rgba(0,0,0,.75);border-radius:2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:11px;font-weight:700;background:#fff;padding:0}.scoreboard-sumrow .highlight .scoreboard-totalbox{border:3px solid #000}@media (max-width:480px){.scoreboard-sumrow{gap:8px}.scoreboard-totalbox{width:24px;height:20px;font-size:9px}.scoreboard-cornerscore-br,.scoreboard-cornerscore-tl{font-size:8px}}.rule-unit,.rule-unit.lion{display:flex;align-items:center;justify-content:center;gap:2px;width:90%;height:90%}.rule-unit.lion{flex-direction:row;box-sizing:border-box}.rule-unit.lion .rule-coin{width:70%;height:70%;object-fit:contain}.lion-pts-col{display:flex;flex-direction:column;justify-content:space-between;width:30%;height:70%}.lion-pts-col .point-icon{flex:1 1;width:100%;object-fit:contain}.rule-coin{width:100%;height:100%;object-fit:contain}.point-icon{width:50%;height:50%;object-fit:contain}.scoreboard-cell.lion .scoreboard-rules{height:calc(100% - 24px);box-sizing:border-box}.lion-strip{display:flex;flex-direction:row;gap:2px;justify-content:center;margin-top:8px;padding:6px 8px;background:#fff}.lion-strip-column{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:36px}.lion-score{font-weight:700;line-height:1.2}.lion-strip .rule-coin{width:28px;height:28px;object-fit:contain}.lion-strip .point-icon{width:20px;height:20px}.hand-area{border:1px solid #000;border-radius:8px;padding:4px;margin:4px 0;box-sizing:border-box}.player-area{margin:6px 0}.player-row{display:block;white-space:nowrap}.player-area.top .player-row{text-align:left}.player-area.bottom .player-row{text-align:right}.player-hand{display:inline-grid;grid-template-columns:repeat(6,1fr);gap:3px;vertical-align:middle;box-sizing:border-box;width:auto;max-width:calc(100% - 70px)}.player-icon{display:inline-block;vertical-align:middle;margin:0 8px;width:42px;height:42px}.player-icon .triangle-frame{width:100%;height:auto;display:block}.card-button{width:100%;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;padding:0;max-height:80px}.card-button canvas,.card-button img{max-width:100%;max-height:100%;object-fit:contain;display:block}.player-prompt{display:flex;flex-direction:row;align-items:center;margin-top:4px;min-height:1.6rem}.player-area.bottom .player-prompt{justify-content:flex-end}.prompt-message{font-size:.9rem;color:#000;margin:0 8px 0 0}.prompt-buttons{display:flex;flex-direction:row;gap:6px}.prompt-button{border:1px solid #000;background:#fff;padding:2px 6px;font-size:.85rem;cursor:pointer}.rule-selector{display:flex;flex-direction:column;align-items:center;padding:8px}.rule-grid{display:grid;grid-template-columns:repeat(5,48px);grid-gap:8px;gap:8px;margin-bottom:12px;justify-items:start;width:280px}.rule-icon{width:48px;height:48px;object-fit:contain;cursor:pointer}.rule-icon.disabled{opacity:.6;pointer-events:none}.rule-selected,.rule-special{display:flex;flex-direction:row;align-items:flex-start;margin:8px 0;width:280px}.selected-icon{width:72px;height:72px;flex-shrink:0;margin-right:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}.rule-icon-large{width:72px;height:72px;object-fit:contain}.rule-description{flex:1 1;font-size:.9rem;text-align:left;white-space:normal;word-break:break-word}.rule-special{gap:12px}.rule-icon-small{width:48px;height:48px;object-fit:contain;cursor:pointer}.battle-area{position:relative;flex-direction:column;width:100%;min-height:280px;overflow:hidden}.battle-area,.battle-card{align-items:center;justify-content:center}.battle-card{position:absolute;width:72px;height:96px;display:flex;background-color:#fff;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.3);z-index:10}.battle-card.upper{top:8px;left:108px}.battle-card.lower{bottom:8px;left:108px}.battle-center{flex:1 1;width:100%;display:block;box-sizing:border-box;z-index:1}.battle-center .scoreboard{width:100%;height:auto;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.attention-banner{position:absolute;top:clamp(20px,40%,calc(100% - 80px));left:50%;transform:translateX(-50%);background:rgba(0,0,0,.66);padding:10px 16px;border-radius:12px;display:flex;align-items:center;gap:10px;z-index:20;max-width:92%;pointer-events:auto;box-shadow:0 4px 10px rgba(0,0,0,.25)}.attention-banner.clickable{cursor:pointer}.attention-banner-icon{height:56px}@media (max-width:420px){.attention-banner-icon{height:48px}}.attention-banner-text{color:#fff;font-size:14px;font-weight:700;letter-spacing:.2px}.mdj-popup-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:8px;z-index:1000}.mdj-popup-header{display:flex;align-items:center;justify-content:space-between;background:#ffffff;border-bottom:1px solid #ddd;padding:12px 16px}.mdj-popup-title{font-size:1.125rem;font-weight:600}.mdj-popup-close{padding:4px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.mdj-popup-close:hover{background:#f8f8f8}.mdj-popup-body{padding:16px}.mdj-popup-body.scrollable{flex:1 1;min-height:0;overflow-y:auto}.newgame-label{display:block;font-weight:700;margin-bottom:4px}.newgame-input{border:1px solid #ccc;padding:4px 8px;width:6rem}.newgame-note{font-size:.875rem;color:#666;margin-top:4px}.newgame-option-btn{padding:8px 12px;border:1px solid #ccc;border-radius:4px;width:100%;text-align:left;background:#fff}.newgame-option-btn.active{background:#e0e0e0}.newgame-checkbox-row{margin-left:24px;margin-top:4px;font-size:.875rem}.newgame-checkbox-row input{margin-right:4px}.newgame-separator{border:none;border-top:1px solid #ddd;margin:8px 0}.newgame-action-btn{padding:8px 12px;border:1px solid #ccc;border-radius:4px;width:100%;background:#fff;cursor:pointer}.newgame-reset-btn{background:#f5f5f5}.newgame-cancel-row{text-align:right}.newgame-cancel-btn{font-size:.875rem;color:#666;text-decoration:underline;background:none;border:none;cursor:pointer}.config-tab-bar-wrapper{display:flex;align-items:center;border-bottom:1px solid #ddd;margin-bottom:12px}.config-tab-scroll{background:none;border:none;cursor:pointer;font-size:1rem;padding:0 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.config-tab-bar{display:flex;gap:8px;overflow:hidden;flex:1 1}.config-tab{flex:0 0 auto;padding:6px 12px;border:1px solid #ccc;border-bottom:none;background:#f0f0f0;cursor:pointer;border-radius:4px 4px 0 0}.config-tab.active{background:#ffffff;border-bottom:1px solid #fff;font-weight:700}.config-section{margin-bottom:16px}.config-section-title{font-size:1rem;font-weight:600;margin-bottom:8px}.config-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.config-label{width:11rem;flex-shrink:0;font-size:.875rem;color:#555}.config-field{flex:1 1}.config-note{font-size:.75rem;color:#666;margin-top:4px}.config-number,.config-select{padding:4px 8px;border:1px solid #ccc;border-radius:4px}.config-checkbox{width:16px;height:16px}.config-diffbox{margin-top:12px;padding:8px;border:1px solid #ccc;border-radius:4px}.config-diff-title{font-size:.875rem;font-weight:600;margin-bottom:4px}.config-diff-value{font-size:.875rem}.config-diff-note{font-size:.75rem;color:#666;margin-top:4px}.config-footer{margin-top:12px;padding-top:8px;border-top:1px solid #ddd;display:flex;align-items:center;justify-content:flex-end;gap:8px}.config-footer-note{font-size:.75rem;color:#666;margin-right:auto}.config-btn{padding:6px 12px;border-radius:4px;cursor:pointer;border:1px solid #ccc}.config-btn.cancel{background:#fff}.config-btn.save{background:#333;color:#fff;border-color:#333}.config-btn.save:disabled{opacity:.6;cursor:default}.mdj-popup-box{background:#ffffff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden;max-width:100%}.config-popup-body{width:640px;min-height:480px;max-height:480px;overflow-y:auto}.newgame-popup{width:480px;min-height:400px;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.newgame-input-row{display:flex;align-items:center;gap:8px;margin-left:16px}.newgame-note-inline{font-size:.875rem;color:#666;margin-left:8px}.newgame-option-btn{display:block;margin-bottom:8px;padding:4px 0;cursor:pointer;border:none;background:transparent;color:#000}.newgame-option-btn input[type=radio]{margin-right:6px}.description-popup{display:flex;flex-direction:column;width:100%;max-width:640px;min-height:500px;max-height:500px;background:#fff;color:#000;box-sizing:border-box;margin:0 auto}.description-popup-body{flex:1 1;padding:16px;overflow-y:auto}.description-nav{background:#fff;border-top:1px solid #ddd;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 0;flex-shrink:0}.description-section{margin-bottom:24px}.description-section-title{font-size:1rem;font-weight:700;margin-bottom:8px;border-bottom:1px solid #000;padding-bottom:4px}.description-paragraph{margin-bottom:8px;line-height:1.5}.description-image-block{margin-bottom:12px;text-align:center}.description-image{max-width:100%;height:auto;border:1px solid #000;background:#fff}.description-image-alt{font-size:.75rem;color:#333;margin-top:4px}.description-note{font-size:.875rem;color:#333}.description-error{font-size:.875rem;color:#000;background:#eee;padding:4px;border:1px solid #000}.statistics-popup{overflow-y:auto;padding:12px}.statistics-popup table{border-collapse:collapse;width:100%;margin-bottom:16px}.statistics-popup td,.statistics-popup th{border:1px solid #ccc;padding:4px 8px;text-align:center}.statistics-popup h3{margin-top:0;margin-bottom:8px}.statistics-popup{display:flex;flex-direction:column;max-height:70vh;width:100%}.statistics-body.scrollable{flex:1 1;min-height:0;overflow-y:auto;padding:12px}.statistics-footer{border-top:1px solid #ddd;padding:8px 12px;background:#fff;flex-shrink:0}.rule-checkbox-list{display:flex;flex-wrap:wrap;gap:8px 16px}.rule-checkbox{display:inline-flex;align-items:center}.rule-checkbox input{margin-right:4px}.statistics-close-btn{margin-top:8px;padding:6px 12px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.statistics-close-btn:hover{background:#f8f8f8}.statistics-popup table th{padding:4px 6px;height:32px;text-align:center}.byrule-section table td:first-child,.reasons-section table td:first-child{text-align:left}.summary-section{background:#f5f5f5;padding:12px;border-radius:8px;margin-bottom:12px}.player-icon-wrapper{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.player-icon-wrapper.loser{filter:grayscale(100%);opacity:.3}.player-icon-wrapper.draw{opacity:.5}.loser-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:48px;color:#000;font-weight:700;line-height:1;pointer-events:none}.game-result-overlay{z-index:5000}.game-result-box{width:min(720px,92vw);background:#111;color:#fff;padding:20px;box-shadow:0 12px 32px rgba(0,0,0,.5)}.game-result-title{font-size:22px;font-weight:800;margin-bottom:6px}.game-result-section{margin-bottom:12px}.game-result-subtitle{font-weight:700;margin-bottom:4px}.game-result-series{border-top:1px solid #333;padding-top:8px;margin-top:8px}.series-result-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:5050}.series-result-box{background:#fff;color:#000;border:1px solid #000;border-radius:8px;padding:24px;width:auto;min-width:320px;max-width:640px;box-shadow:0 12px 32px rgba(0,0,0,.45);display:inline-block}.series-result-title{font-size:20px;font-weight:700;margin-bottom:16px}.series-result-section{margin-bottom:16px}.series-result-winner{font-size:18px;font-weight:600}.series-result-summary{font-size:14px;margin-top:4px}.series-result-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}.series-result-panel{border:1px solid #000;border-radius:6px;padding:12px}.series-result-subtitle{font-weight:600;margin-bottom:8px}.series-result-list{font-size:14px;line-height:1.6;list-style:none;padding:0;margin:0}.series-result-actions{display:flex;justify-content:flex-end;gap:8px}.series-result-close{border:1px solid #000;border-radius:4px;padding:6px 12px;background:#f8f8f8;cursor:pointer}.result-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);z-index:5100}.result-overlay-box{background:#fff;border-radius:8px;padding:16px;width:640px;max-width:95vw;box-shadow:0 12px 32px rgba(0,0,0,.45)}.result-overlay-title{font-size:20px;font-weight:700;margin-bottom:8px}.result-overlay-pre{background:#f3f3f3;padding:8px;height:12rem;overflow:auto;font-size:12px;border:1px solid #ccc}.result-overlay-actions{text-align:right;margin-top:12px}.result-overlay-close{padding:4px 12px;border:1px solid #000;border-radius:4px;background:#fff;cursor:pointer}.rule-result-overlay{position:fixed;top:35%;left:50%;transform:translateX(-50%);z-index:1000}.rule-result-box{background:white;border:2px solid black;border-radius:12px;padding:16px 24px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.2)}.rule-result-title{font-size:1.2rem;font-weight:700;margin-bottom:8px}.rule-result-content{display:flex;align-items:center;justify-content:center;gap:12px}.rule-result-icon{width:48px;height:48px;object-fit:contain}.rule-result-name{font-size:1.1rem;font-weight:500}.round-result-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:4000}.round-result-box{pointer-events:auto;min-width:320px;max-width:92vw;background:rgba(30,30,34,.95);color:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 12px 32px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.08)}.round-result-title{font-weight:800;font-size:16px;margin-bottom:6px}.round-result-matched{font-size:13px;opacity:.95}.round-result-layout{display:flex;flex-direction:column;align-items:stretch;color:white;border-radius:8px;overflow:hidden}.round-result-layer.black-layer{background:#000;padding:8px;text-align:center}.round-result-layer.white-layer{background:#fff;padding:0;text-align:center}.round-result-header{font-size:1.2rem}.round-result-winner-area{height:80px;gap:32px;color:black}.round-result-lion-side,.round-result-winner-area{display:flex;justify-content:center;align-items:center}.round-result-lion-side{flex-direction:column;text-align:center}.round-result-lion-total{font-weight:700;font-size:1rem;margin-top:2px}.round-result-winner-icon{width:64px;height:64px;display:flex;justify-content:center;align-items:center}.round-result-players{display:flex;justify-content:space-between;width:100%}.round-result-player-side{padding:4px}.round-result-playericon-small{width:24px;height:24px;margin-bottom:6px}.round-result-cards{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:12px}.round-result-cards.loser img{opacity:.8}.round-result-cards.loser:after{content:"×";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:80px;color:black;font-weight:700;line-height:1;pointer-events:none}.round-result-cardicon{width:48px;height:48px;object-fit:contain}.round-result-cardicon-missing{opacity:.6}.round-result-player-side{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:0}.round-result-rules-grid{display:grid;grid-template-columns:repeat(2,auto);grid-gap:8px;gap:8px;justify-items:center;width:100%}.round-result-rulecell{display:flex;flex-direction:column;align-items:center;margin:0}.round-result-rulecell>div:first-child{display:flex;flex-direction:row;align-items:center;background:#fff;border-radius:4px;overflow:hidden;padding:0}.round-result-ruleicon-xlarge{width:48px;height:48px;object-fit:contain;flex-shrink:0}.round-result-rulecell>div:first-child>div{display:flex;flex-direction:column;width:24px;height:48px}.round-result-rulecell>div:first-child>div .point-icon{flex:1 1;width:100%;height:50%;object-fit:contain}.round-result-rulename{margin-top:2px;font-size:.75rem;color:white;text-align:center}.game-result-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);z-index:999}.game-result-box{display:flex;flex-direction:column;width:80%;max-width:720px;border-radius:12px;overflow:hidden;background:#fff}.game-result-layer.black-layer{background:#000;color:#fff;padding:8px;display:flex;justify-content:center;gap:24px}.game-result-layer.white-layer{background:#fff;color:#000;padding:16px;display:flex;align-items:center;justify-content:center;gap:32px}.game-result-layer.gray-layer{background:#ddd;padding:12px}.rule-and-reason{display:flex;gap:32px}.reason-block,.rule-block{gap:8px}.reason-icon,.rule-icon{width:32px;height:32px}.reason-block,.rule-block{display:flex;flex-direction:column;align-items:center;gap:4px}.reason-icon-large,.rule-icon-large{width:96px;height:96px}.lion-score-side,.reason-name,.rule-name{font-size:14px;text-align:center}.lion-total{font-size:18px;font-weight:700}.draw-text{font-size:24px;font-weight:700}.series-progress{display:flex;flex-direction:column;align-items:center;gap:8px;color:#000}.series-progress-fraction{font-size:14px;margin-bottom:4px;color:#000}.series-progress-bar{display:flex;width:100%;height:20px;background:#444}.bar-p1{background:repeating-linear-gradient(45deg,#000,#000 6px,#222 0,#222 12px)}.bar-draw{background:#FFF}.bar-p2{background:repeating-linear-gradient(-45deg,#444,#444 6px,#666 0,#666 12px)}.series-progress-numbers{font-size:20px;margin-top:4px;color:#000}.series-progress-icons,.series-progress-numbers{display:flex;width:100%;justify-content:space-between}.series-progress-icons{align-items:center}.series-progress-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.series-progress-icon.big{width:40px;height:40px}.game-result-winner-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.series-progress-left{flex:1 1;display:flex;justify-content:flex-start}.series-progress-right{flex:1 1;display:flex;justify-content:flex-end}.lionPanel-root{padding:4px;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.lionPanel-editHeader{text-align:center;margin-bottom:6px;font-weight:700}.lionPanel-ruleGridWrapper{width:100%;box-sizing:border-box;overflow-x:hidden;display:flex;justify-content:center}.lionPanel-ruleGrid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));grid-gap:2px;gap:2px;width:100%;max-width:100%}.lionPanel-ruleColumn{display:flex;flex-direction:column;align-items:center;padding:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lionPanel-ruleButton{width:70%;height:clamp(20px,40%,32px);border:1px solid #000;background:#fff;cursor:pointer}.lionPanel-ruleIcon{width:58%;height:auto;display:block;margin:2px 0}.lionPanel-pointIcon{width:44%;height:auto;display:block;margin:2px 0}.lionPanel-footerButtons{margin-top:8px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.lionPanel-actionButton{padding:6px 10px;border:1px solid #000;background:#fff;border-radius:6px;min-width:90px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.lionPanel-lobbyWrapper{padding:8px;text-align:center;overflow-y:auto}.lionPanel-lobbyTitle{margin-bottom:8px;font-weight:700}.lionPanel-lobbySubtitle{margin-bottom:8px}.lionPanel-lobbyButtons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.lionPanel-lobbyButton{padding:10px 12px;border:1px solid #000;background:#fff;cursor:pointer;border-radius:6px;min-width:140px}.lionPanel-lobbyButton.disabled{background:#eee;cursor:default}.lionPanel-lobbyNote{margin-top:10px;font-size:12px;color:#333}.infoArea-root{flex-direction:column;gap:3px}.infoArea-root,.infoArea-row{display:flex;align-items:center}.infoArea-row{justify-content:center}.infoArea-row-top{font-size:14px;color:#000;gap:24px}.infoArea-row-bottom{gap:8px;margin-top:2px}.infoArea-item{display:flex;align-items:center;gap:4px}.infoArea-ruleIcon{width:36px;height:36px}.infoArea-icon,.infoArea-ruleIcon{object-fit:contain;display:inline-block}.infoArea-icon{width:20px;height:20px}.infoArea-text{font-size:14px;font-weight:500;color:#000;min-width:24px;text-align:left}.infoArea-button{position:relative;display:flex;align-items:center;gap:6px;padding:4px 6px;border:1px solid #000;border-radius:6px;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.infoArea-button:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.1);opacity:0;transition:opacity .15s ease-in-out}.infoArea-button:hover:after{opacity:1}th .unified-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}th .unified-icon img,th .unified-icon svg{display:block}.icon-with-label{display:inline-flex;align-items:center;gap:4px}.icon-with-label .label{font-size:.9em}