:root{--ink:#24304a;--muted:#6d7891;--paper:#fffdf8;--line:#e4ddcf;--red:#e85d65;--orange:#f39a4a;--yellow:#f2c94c;--green:#54b98a;--blue:#5c8fe8}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;font-family:"Trebuchet MS","Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(135deg,#fff4d8,#e8f5ff)}button{font:inherit;cursor:pointer;border:0;color:inherit}button:disabled{cursor:default}.azul-app{height:100dvh;width:min(1400px,100%);margin:auto;padding:clamp(8px,1.5vh,18px) clamp(10px,2vw,28px);display:grid;grid-template-rows:auto auto 1fr;gap:10px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.brand{font-size:clamp(24px,3vw,38px);font-weight:900;letter-spacing:.16em;color:#d64c63}.subtitle{font-size:clamp(11px,1.1vw,15px);color:var(--muted)}.top-actions{display:flex;gap:8px}.btn{padding:9px 14px;border-radius:12px;background:#fff;box-shadow:0 3px 10px #9a8f7b35;font-weight:800}.btn.primary{background:#e85d65;color:#fff}.btn.ghost{background:#fff9;border:1px solid var(--line)}.card{background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px #7c6a4a22}.setup{align-self:center;justify-self:center;text-align:center;padding:24px;max-width:430px}.setup h1{margin:0 0 6px;font-size:24px}.setup p{margin:0 0 16px;color:var(--muted)}.count-row{display:flex;justify-content:center;gap:8px;margin-bottom:14px}.count-btn{padding:8px 11px;border-radius:10px;background:#f3eee4}.count-btn.is-active{background:#f8c6c9;color:#8d2d3a}.hud{display:flex;justify-content:space-between;align-items:center;padding:9px 14px;min-height:58px}.label{display:block;font-size:10px;letter-spacing:.1em;color:var(--muted);font-weight:900}.hud strong{font-size:18px;margin-right:10px}.hud span:last-child{font-size:12px;color:var(--muted)}.stats{display:flex;gap:20px;text-align:center}.stats b{font-size:21px}.game-layout{min-height:0;display:grid;grid-template-columns:minmax(340px,1.1fr) minmax(390px,1fr);gap:10px}.market,.player-panel{min-height:0;padding:12px;display:flex;flex-direction:column}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.section-title h2{margin:0;font-size:16px}.section-title span{font-size:11px;color:var(--muted)}.center-source{min-height:70px;border:2px dashed #d5cab9;border-radius:14px;padding:7px;margin-bottom:8px;background:#fffaf0}.source-name{font-size:10px;font-weight:900;color:var(--muted);margin-bottom:4px}.source-tiles{display:flex;flex-wrap:wrap;gap:5px;min-height:26px}.center-source.is-empty{opacity:.65}.factories{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;overflow:auto;min-height:0}.factory{border:1px solid var(--line);border-radius:12px;padding:6px;background:#fff}.tile{width:27px;height:27px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 5px #52607844;transition:transform .12s}.tile:hover{transform:translateY(-2px) scale(1.08)}.tile.red,.slot.red,.floor-tile.red{background:var(--red)}.tile.orange,.slot.orange,.floor-tile.orange{background:var(--orange)}.tile.yellow,.slot.yellow,.floor-tile.yellow{background:var(--yellow)}.tile.green,.slot.green,.floor-tile.green{background:var(--green)}.tile.blue,.slot.blue,.floor-tile.blue{background:var(--blue)}.board-wrap{min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;gap:10px;flex:1}.pattern-lines{display:flex;flex-direction:column;justify-content:space-around;gap:4px}.pattern-line{display:flex;align-items:center;gap:7px;padding:5px 7px;border-radius:10px;background:#f5f0e7;min-height:31px}.pattern-line:enabled:hover{outline:3px solid #efb4b8}.pattern-line:disabled{opacity:.72}.line-num{width:18px;height:18px;border-radius:50%;background:#ded4c4;text-align:center;font-weight:900;font-size:12px;line-height:18px}.line-slots{display:flex;flex-direction:row-reverse;gap:4px}.slot{width:22px;height:22px;border-radius:50%;background:#e6e0d6;border:2px solid #fff}.wall{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;align-content:center;justify-items:center;background:#f7f2e9;padding:10px;border-radius:12px}.wall-cell{width:min(38px,7vw);aspect-ratio:1;border-radius:5px;background:#e8dfd0;display:grid;place-items:center;font-size:16px;color:#fff;text-shadow:0 1px 2px #0005}.wall-cell.red{background:var(--red)}.wall-cell.orange{background:var(--orange)}.wall-cell.yellow{background:var(--yellow)}.wall-cell.green{background:var(--green)}.wall-cell.blue{background:var(--blue)}.floor{grid-column:1/-1;display:flex;align-items:center;gap:5px;min-height:37px;padding:5px 7px;background:#eee6d9;border-radius:10px}.floor>span{font-size:10px;font-weight:900;color:var(--muted);margin-right:4px}.floor-tile{width:28px;height:25px;border-radius:5px;color:#fff;text-align:center;font-size:12px;font-weight:900;padding-top:4px;text-shadow:0 1px 2px #0005}.winner{position:fixed;inset:0;margin:auto;width:min(380px,90vw);height:max-content;padding:26px;text-align:center;z-index:5}.winner h2{margin:0 0 6px}.modal{position:fixed;inset:0;background:#24304a66;display:grid;place-items:center;padding:16px;z-index:10}.modal-box{width:min(600px,96vw);max-height:90dvh;overflow:auto;background:var(--paper);border-radius:18px;padding:20px;box-shadow:0 20px 60px #24304a55}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:0;font-size:22px}.close{background:#f0e9de;border-radius:50%;width:30px;height:30px;font-size:22px;line-height:22px}.modal ol{padding-left:21px;line-height:1.4}.modal li{margin:7px 0}.legend{display:flex;align-items:center;gap:7px;color:var(--muted)}.dot{width:16px;height:16px;border-radius:50%;display:inline-block}.dot.red{background:var(--red)}.dot.orange{background:var(--orange)}.dot.yellow{background:var(--yellow)}.dot.green{background:var(--green)}.dot.blue{background:var(--blue)}
@media(max-width:800px){.azul-app{padding:6px;gap:6px}.subtitle{display:none}.topbar{min-height:36px}.brand{font-size:23px}.btn{padding:7px 9px;font-size:12px}.hud{padding:6px 9px;min-height:48px}.hud strong{font-size:15px}.hud span:last-child{display:block;max-width:160px}.stats{gap:9px}.stats b{font-size:17px}.game-layout{grid-template-columns:minmax(240px,1fr) minmax(260px,1fr);gap:6px}.market,.player-panel{padding:7px;border-radius:12px}.section-title h2{font-size:13px}.section-title span{display:none}.factories{grid-template-columns:repeat(2,1fr);gap:4px}.factory{padding:4px}.tile{width:23px;height:23px}.slot{width:18px;height:18px}.pattern-line{padding:3px;min-height:26px}.wall{gap:2px;padding:5px}.wall-cell{font-size:11px}.floor{min-height:29px}.floor-tile{width:22px;height:21px;font-size:10px;padding-top:3px}}
[hidden]{display:none!important}
