:root{color:#172019;font-synthesis:none;text-rendering:optimizelegibility;background:#d9ddd8;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}button{font:inherit}button:focus-visible{outline-offset:2px;outline:3px solid #f5bd47}.game-app{background:#e6e9e5;grid-template-rows:auto minmax(0,1fr);width:100%;height:100dvh;min-height:520px;display:grid}.game-toolbar{z-index:50;background:#f7f8f6;border-bottom:1px solid #bcc4bd;justify-content:space-between;align-items:center;min-height:58px;padding:8px 14px;display:flex;box-shadow:0 2px 9px #1622181f}.game-heading{min-width:0}.game-heading h1{letter-spacing:0;margin:0;font-size:clamp(1.15rem,2.1vw,1.65rem);line-height:1.15}.status{color:#4d5b50;text-overflow:ellipsis;white-space:nowrap;max-width:min(62vw,720px);margin:3px 0 0;font-size:.8rem;line-height:1.2;overflow:hidden}.status.paused{color:#895b10}.game-actions{flex:none;gap:7px;margin-left:10px;display:flex}.icon-button,.command-button,.centered-message button{color:#172019;cursor:pointer;background:#fff;border:1px solid #8e9a90;border-radius:6px;justify-content:center;align-items:center;height:38px;display:inline-flex}.icon-button{width:38px;padding:0}.command-button{gap:7px;padding:0 11px;font-size:.83rem;font-weight:700}.icon-button svg,.command-button svg{width:18px;height:18px}button:disabled{cursor:not-allowed;opacity:.5}.game-workspace{grid-template-columns:minmax(0,1fr) minmax(210px,17vw);gap:0;min-height:0;padding:0;display:grid}.table-layout{min-width:0;min-height:0;position:relative}.domino-board{isolation:isolate;background-color:#47894b;background-image:radial-gradient(at 18% 28%,#69b58424 0 .7px,#0000 1.5px),radial-gradient(at 72% 64%,#15472b29 0 .8px,#0000 1.6px),repeating-linear-gradient(12deg,#8ecaa00f 0 .7px,#0000 .7px 3px),repeating-linear-gradient(168deg,#124c2c0f 0 .8px,#0000 .8px 4px),linear-gradient(135deg,#509f6c1a,#0000 48%,#14693b14);background-size:5px 4px,7px 6px,9px 7px,11px 8px,auto;border:9px solid #70503a;border-color:#70503a #67442f #5b3927 #694731;border-radius:0;min-width:0;min-height:0;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 0 26px #00301733,inset 0 1px #ffffff2e,0 2px 6px #19201a47}.board-vignette{z-index:1;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 36px #002a1429}.tile-scale-debug{z-index:150;color:#fff;pointer-events:none;background:#0c1f10b8;border:1px solid #ffffff73;border-radius:4px;padding:2px 3px;font-family:monospace;font-size:.55rem;line-height:1;position:absolute;bottom:0;right:0}.board-tile{filter:drop-shadow(0 1px 1px #00000059);object-fit:fill;-webkit-user-select:none;user-select:none;max-width:none;transition:left .42s cubic-bezier(.22,.8,.3,1),top .42s cubic-bezier(.22,.8,.3,1),width .42s,height .42s;animation:.26s ease-out both place-tile;display:block;position:absolute}@keyframes place-tile{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.paused-overlay{z-index:200;color:#fff;background:#152217c7;border:1px solid #ffffff80;border-radius:6px;padding:8px 14px;font-size:.88rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.player{z-index:5;color:#29372c;min-width:0;min-height:0;padding:3px;display:flex;position:absolute}.player-north,.player-south{max-width:calc(100% - 36px);transform:translateX(calc(-50% + var(--hand-shift-x,0px)));justify-content:center;align-items:center;gap:8px;left:50%}.player-north{top:12px}.player-south{flex-direction:row-reverse;bottom:12px}.player-west,.player-east{flex-direction:column;justify-content:center;align-items:center;gap:6px;max-height:calc(100% - 36px);top:50%;transform:translateY(-50%)}.player-west{left:12px}.player-east{right:12px}.player-label{align-items:center;gap:5px;min-width:0;font-size:.78rem;font-weight:700;display:flex}.player-label strong{color:#fff;background:#536258;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.7rem;display:grid}.player.current .player-label>span{color:#c62828;animation:.5s step-end 2 current-player-color-blink}@keyframes current-player-color-blink{0%,to{color:#c62828}50%{color:#29372c}}.player.current .player-label strong{background:#c62828;animation:.5s step-end 2 current-player-count-blink;box-shadow:0 0 0 3px #c628282e}@keyframes current-player-count-blink{0%,to{background-color:#c62828}50%{background-color:#536258}}.player-tiles{justify-content:center;align-items:center;min-width:0;min-height:0;display:flex}.tiles-vertical{flex-direction:row}.tiles-horizontal{flex-direction:column}.hand-tile{filter:drop-shadow(0 1px 1px #00000040);-webkit-user-select:none;user-select:none;flex:none;display:block}.tiles-vertical .hand-tile{width:31px;height:61px;margin-left:-1px}.tiles-horizontal .hand-tile{width:62px;height:31px;margin-top:-1px}.score-corner{z-index:100;aspect-ratio:1;color:#f4f7ef;pointer-events:none;background:#20372252;width:clamp(118px,24%,190px);position:absolute}.score-corner:after{z-index:0;transform-origin:0;content:"";background:linear-gradient(#70503a 0%,#65412c 48%,#5b3927 100%);width:141.42%;height:9px;position:absolute;top:0;left:0;transform:rotate(45deg);box-shadow:0 1px #ffffff26}.score-top-right{clip-path:polygon(0 0,100% 0,100% 100%);top:0;right:0}.score-top-right:after{height:9px;transform:rotate(45deg)translateY(-9px)}.score-bottom-left{clip-path:polygon(0 0,0 100%,100% 100%);bottom:0;left:0}.score-content{z-index:1;white-space:nowrap;font-size:clamp(.58rem,.75vw,.7rem);font-weight:700;position:absolute;inset:0}.score-content>span{position:absolute}.score-top-right .score-content>span{top:7px;right:8px}.score-bottom-left .score-content>span{bottom:7px;left:8px}.score-content .wood-die{position:absolute;transform:translate(-50%,-50%)}.score-top-right .wood-die{top:33.333%;left:66.667%}.score-bottom-left .wood-die{top:66.667%;left:33.333%}.wood-die{background-color:#65432d;background-image:radial-gradient(circle,#76543a 0%,#6b4932 62%,#553522 100%);border:1px solid #4b2d1e;border-radius:5px;flex:none;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);width:clamp(26px,3.2vw,36px);height:clamp(26px,3.2vw,36px);padding:4px;display:grid;box-shadow:inset 0 1px 2px #ffffff1a,0 1px 2px #0000004d}.pip{opacity:0;background:#27170f;border-radius:50%;place-self:center;width:clamp(4.5px,.66vw,7.5px);height:clamp(4.5px,.66vw,7.5px);box-shadow:inset 0 1px 1px #ffffff38}.pip.visible{opacity:1}.match-log{background:#f8f9f7;border:1px solid #bdc5be;border-radius:6px;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.match-log h2{letter-spacing:0;border-bottom:1px solid #d7ddd7;justify-content:space-between;align-items:center;margin:0;padding:9px 10px 7px;font-size:.9rem;display:flex}.match-log ol{scroll-behavior:smooth;scrollbar-width:thin;min-height:0;margin:0;padding:5px 8px 9px 29px;overflow:auto}.match-log li{color:#465149;border-bottom:1px solid #e1e5e1;padding:5px 1px;font-size:.72rem;line-height:1.35}.match-log li:last-child{color:#172019;font-weight:700}.centered-message{text-align:center;background:#edf0ec;place-content:center;justify-items:center;width:100%;height:100dvh;padding:24px;display:grid}.centered-message h1{margin:0;font-size:1.7rem}.centered-message p{color:#526056}.centered-message button{padding:0 14px;font-weight:700}@media (width<=900px){.game-workspace{grid-template-columns:minmax(0,1fr) minmax(170px,22vw);gap:0;padding:0}.tiles-vertical .hand-tile{width:27px;height:54px}.tiles-horizontal .hand-tile{width:54px;height:27px}.game-workspace.mobile-without-log{grid-template-columns:minmax(0,1fr)}}@media (width<=600px) and (orientation:portrait){.game-app{min-height:480px}.game-toolbar{min-height:54px;padding:6px 8px}.game-heading h1{font-size:1.08rem}.status{max-width:52vw;font-size:.68rem}.command-button{width:38px;padding:0}.command-button span{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.game-workspace{grid-template-rows:minmax(0,1fr);grid-template-columns:1fr}.domino-board{border-width:6px;min-height:0}.score-corner:after,.score-top-right:after{height:6px}.score-top-right:after{transform:rotate(45deg)translateY(-6px)}.player-north,.player-south{gap:4px}.player-north{top:8px}.player-south{bottom:8px}.player-west,.player-east{gap:3px}.player-west{left:8px}.player-east{right:8px}.player-label{gap:3px;font-size:.68rem}.player-west .player-label,.player-east .player-label{flex-direction:column}.player-label strong{width:18px;height:18px;font-size:.62rem}.tiles-vertical .hand-tile{width:24px;height:48px}.tiles-horizontal .hand-tile{width:42px;height:21px}.score-corner{width:112px}.score-content{gap:3px;font-size:.62rem}.wood-die{width:28px;height:28px;padding:3px}.pip{width:4.5px;height:4.5px}.match-log h2{padding:5px 8px;font-size:.78rem}.match-log ol{padding-top:2px;padding-bottom:4px}.match-log li{padding:3px 0;font-size:.66rem}}@media (prefers-reduced-motion:reduce){.board-tile{transition:none;animation:none}.match-log ol{scroll-behavior:auto}}.tile-wrapper{display:inline-block;position:relative}.hand-tile.interactive{cursor:pointer;transition:transform .2s}.hand-tile.interactive:hover{transform:translateY(-3px)}.play-actions{z-index:10;background:#000000b3;border-radius:4px;gap:4px;padding:4px;display:flex;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.play-actions button{cursor:pointer;background:#fff;border:none;border-radius:2px;padding:2px 8px;font-weight:700}.tile-hidden{background-color:#f1ead8;background-image:linear-gradient(145deg,#f5efdf,#e9e0cd);border:1px solid #c8bda6;border-radius:4px;box-shadow:inset 0 0 4px #78684c1a}.replay-container{color:#1e293b;background:#fdfdfd;flex-direction:column;width:100%;max-width:860px;height:100dvh;margin:0 auto;font-family:Inter,system-ui,sans-serif;display:flex;overflow:hidden}.replay-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#ffffffd9;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.replay-header h1{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.replay-header .subtitle{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.replay-content{scroll-behavior:smooth;flex:1;padding:2rem;overflow-y:auto}.timeline-wrapper{max-width:640px;margin:0 auto;position:relative}.round-group{margin-bottom:2.5rem}.round-header{z-index:5;background:#fdfdfd;margin-bottom:1.5rem;padding:.5rem 0;position:sticky;top:0}.round-header h3{text-transform:uppercase;letter-spacing:.05em;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;margin:0;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #00000005}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:#e2e8f0;border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:7px}.timeline-item{align-items:flex-start;margin-bottom:1.5rem;display:flex;position:relative}.timeline-item.last{margin-bottom:0}.timeline-dot{z-index:2;border:3px solid #fdfdfd;border-radius:50%;width:16px;height:16px;position:absolute;top:1.25rem;left:-2rem;transform:translateY(-50%);box-shadow:0 0 0 1px #cbd5e1}.timeline-dot.warning{background-color:#ef4444}.timeline-dot.success{background-color:#22c55e;border:3px solid #fdfdfd;box-shadow:0 0 0 2px #22c55e,0 0 12px #22c55e66}.timeline-dot.trophy{background-color:#eab308;border:3px solid #fdfdfd;box-shadow:0 0 0 2px #eab308,0 0 12px #eab30866}.timeline-dot.system{background-color:#94a3b8;width:12px;height:12px;left:-1.85rem}.timeline-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;gap:1.25rem;width:100%;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -2px #00000008}.timeline-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #00000006}.timeline-card.turn-passed{background:linear-gradient(145deg,#fff,#fff5f5);border-color:#fee2e2}.timeline-card.round-finished{background:linear-gradient(145deg,#f0fdf4,#fff);border-color:#bbf7d0}.timeline-card.match-finished{background:linear-gradient(145deg,#fefce8,#fff);border-color:#fef08a}.tile-image-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:inset 0 2px 4px #00000005}.tile-image-wrapper img{filter:drop-shadow(0 4px 3px #00000026);height:38px}.icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.icon-wrapper.warning{color:#ef4444;background:#fef2f2}.icon-wrapper.success{color:#16a34a;background:#dcfce7}.icon-wrapper.trophy{color:#ca8a04;background:#fef9c3}.card-content{flex:1;min-width:0}.card-content header{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.card-content strong{font-size:.95rem;font-weight:700}.card-content .success-text{color:#15803d}.card-content .trophy-text{color:#a16207;font-size:1.1rem}.card-content .time{color:#94a3b8;font-size:.75rem;font-weight:500}.card-content p{color:#475569;margin:0;font-size:.875rem;line-height:1.5}.score-badge{color:#fff;background:#22c55e;border-radius:6px;margin-top:.75rem;padding:.35rem .75rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 2px 4px #22c55e33}.system-event{align-items:center;margin:1rem 0}.system-chip{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.system-chip .time{opacity:.7;margin-left:.5rem;font-weight:400}.animate-fade-in{opacity:0;animation:.4s ease-out forwards fadeSlideUp;transform:translateY(10px)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.loading-state,.error-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;height:50vh;display:flex}.error-state{color:#ef4444}.spinner{border:3px solid #f1f5f9;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=600px){.replay-container{background:#f8fafc}.replay-header,.replay-content{padding:1rem}.timeline{padding-left:1.5rem}.timeline:before{left:4px}.timeline-dot{left:-1.5rem}.timeline-dot.system{left:-1.35rem}.timeline-card{gap:.75rem;padding:1rem}.tile-image-wrapper{width:40px;height:40px}.tile-image-wrapper img{height:32px}.icon-wrapper{width:40px;height:40px}}
