: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:8px;min-height:0;padding:8px;display:grid}.table-layout{grid-template-rows:minmax(64px,auto) minmax(0,1fr) minmax(64px,auto);grid-template-columns:minmax(72px,8.2vw) minmax(310px,1fr) minmax(72px,8.2vw);min-width:0;min-height:0;display:grid}.domino-board{isolation:isolate;background-color:#487f45;background-image:radial-gradient(circle at 20% 30%,#ffffff12 0 1px,#0000 1.4px),radial-gradient(circle at 70% 68%,#0d35141a 0 1px,#0000 1.5px),repeating-linear-gradient(86deg,#ffffff05 0 1px,#0000 1px 5px);background-size:7px 7px,9px 9px,auto;border:6px solid #76502d;border-radius:7px;grid-area:2/2;min-width:0;min-height:330px;position:relative;overflow:hidden;box-shadow:inset 0 0 26px #051e0d38,0 2px 6px #19201a38}.board-vignette{z-index:1;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 36px #07210c2e}.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}.player-north,.player-south{grid-column:2;justify-content:center;align-items:center;gap:8px}.player-north{grid-row:1}.player-south{grid-row:3}.player-west,.player-east{flex-direction:column;grid-row:2;justify-content:center;align-items:center;gap:6px}.player-west{grid-column:1}.player-east{grid-column:3}.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{color:#126d38}.player.current .player-label strong{background:#167640;box-shadow:0 0 0 3px #1676402e}.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.45;color:#f4f7ef;pointer-events:none;background:#1c492270;width:clamp(118px,24%,190px);position:absolute}.score-corner:after{z-index:0;transform-origin:0;content:"";background:#76502d;width:122%;height:3px;position:absolute;top:0;left:0;transform:rotate(34.6deg)}.score-top-right{clip-path:polygon(0 0,100% 0,100% 100%);top:0;right:0}.score-bottom-left{clip-path:polygon(0 0,0 100%,100% 100%);bottom:0;left:0}.score-content{z-index:1;white-space:nowrap;gap:2px;font-size:clamp(.58rem,.75vw,.7rem);font-weight:700;display:flex;position:absolute}.score-top-right .score-content{flex-direction:column;align-items:flex-end;top:7px;right:8px}.score-bottom-left .score-content{flex-direction:column-reverse;align-items:flex-start;bottom:7px;left:8px}.wood-die{background-color:#9b6338;background-image:repeating-linear-gradient(14deg,#ffffff0d 0 1px,#0000 1px 5px);border:1px solid #60391f;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 3px #fff3,0 1px 2px #0000004d}.pip{opacity:0;background:#27170f;border-radius:50%;place-self:center;width:clamp(3px,.44vw,5px);height:clamp(3px,.44vw,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;margin:0;padding:9px 10px 7px;font-size:.9rem}.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:5px;padding:5px}.table-layout{grid-template-columns:64px minmax(250px,1fr) 64px}.tiles-vertical .hand-tile{width:27px;height:54px}.tiles-horizontal .hand-tile{width:54px;height:27px}}@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) minmax(94px,19vh);grid-template-columns:1fr}.table-layout{grid-template-rows:60px minmax(0,1fr) 60px;grid-template-columns:50px minmax(0,1fr) 50px}.domino-board{border-width:4px;min-height:0}.player-north,.player-south{gap:4px}.player-west,.player-east{gap:3px}.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:3px;height:3px}.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)}.hand-tile.selected{transform:translateY(-8px);box-shadow:0 4px 12px #0006}.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:#8c6a47;background-image:repeating-linear-gradient(45deg,#ffffff1a 0 2px,#0000 2px 4px);border:1px solid #5a422a;border-radius:4px}.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}}
