.bersaglio-module__Erz6qG__page{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.bersaglio-module__Erz6qG__header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem;position:sticky;top:0}.bersaglio-module__Erz6qG__headerInner{justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;display:flex}.bersaglio-module__Erz6qG__backBtn{color:#64748b;font-size:1.5rem;text-decoration:none}.bersaglio-module__Erz6qG__logo{align-items:center;gap:.5rem;display:flex}.bersaglio-module__Erz6qG__logoIcon{font-size:2rem}.bersaglio-module__Erz6qG__logoTitle{color:#0f172a;margin:0;font-size:1.2rem;font-weight:700}.bersaglio-module__Erz6qG__logoSub{color:#64748b;margin:0;font-size:.8rem}.bersaglio-module__Erz6qG__main{flex-direction:column;flex:1;width:100%;max-width:800px;margin:0 auto;padding:1rem;display:flex}.bersaglio-module__Erz6qG__gameContainer{background:#fff;border-radius:12px;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.bersaglio-module__Erz6qG__roundInfo{text-align:center;flex-shrink:0}.bersaglio-module__Erz6qG__roundTitle{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem}.bersaglio-module__Erz6qG__targetCity{color:#0f172a;margin:0;font-size:2rem;font-weight:800}.bersaglio-module__Erz6qG__targetProv{color:#64748b;font-size:1rem}.bersaglio-module__Erz6qG__instruction{color:#334155;background:#f1f5f9;border-radius:8px;margin-top:.5rem;padding:.5rem;font-size:.85rem;font-weight:500}.bersaglio-module__Erz6qG__chartContainer{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;padding-bottom:2rem;padding-left:2rem;display:flex;position:relative}.bersaglio-module__Erz6qG__plotAreaWrapper{aspect-ratio:1;cursor:crosshair;background:#fff;border-top:1px solid #e2e8f0;border-bottom:2px solid #334155;border-left:2px solid #334155;border-right:1px solid #e2e8f0;border-radius:2px;width:100%;max-width:min(100%,50vh);position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.bersaglio-module__Erz6qG__axisLabels{pointer-events:none;position:absolute;inset:0}.bersaglio-module__Erz6qG__xAxisLabel{color:#0f172a;font-size:1rem;font-weight:700;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.bersaglio-module__Erz6qG__yAxisLabel{transform-origin:0;color:#0f172a;white-space:nowrap;font-size:1rem;font-weight:700;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(-90deg)}.bersaglio-module__Erz6qG__minMax{color:#64748b;z-index:5;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600;position:absolute}.bersaglio-module__Erz6qG__xMin{bottom:4px;left:4px}.bersaglio-module__Erz6qG__xMax{bottom:4px;right:4px}.bersaglio-module__Erz6qG__yMin{bottom:32px;left:4px}.bersaglio-module__Erz6qG__yMax{top:4px;left:4px}.bersaglio-module__Erz6qG__xTick{color:#64748b;pointer-events:none;background:#ffffffb3;border-radius:2px;padding:1px 2px;font-size:.65rem;font-weight:500;position:absolute;bottom:2px;transform:translate(-50%)}.bersaglio-module__Erz6qG__yTick{color:#64748b;pointer-events:none;background:#ffffffb3;border-radius:2px;padding:1px 2px;font-size:.65rem;font-weight:500;position:absolute;left:2px;transform:translateY(50%)}.bersaglio-module__Erz6qG__gridLines{pointer-events:none;background-image:linear-gradient(90deg,#e2e8f0 1px,#0000 1px),linear-gradient(#e2e8f0 1px,#0000 1px);background-size:10% 10%;position:absolute;inset:0}.bersaglio-module__Erz6qG__guessMarker{z-index:2;background:#3b82f6;border:2px solid #fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;transform:translate(-50%,50%);box-shadow:0 0 0 2px #3b82f6}.bersaglio-module__Erz6qG__actualMarker{z-index:3;background:#10b981;border:2px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;transform:translate(-50%,50%);box-shadow:0 0 0 2px #10b981}.bersaglio-module__Erz6qG__connectionLine{transform-origin:0;z-index:1;background:#ef4444;height:2px;position:absolute}.bersaglio-module__Erz6qG__controls{flex-shrink:0;justify-content:center;display:flex}.bersaglio-module__Erz6qG__btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:transform .1s,background .2s}.bersaglio-module__Erz6qG__btn:active{transform:scale(.98)}.bersaglio-module__Erz6qG__btn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.bersaglio-module__Erz6qG__resultPanel{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;flex-shrink:0;padding:1rem}.bersaglio-module__Erz6qG__roundScore{color:#166534;margin:0;font-size:1.5rem;font-weight:700}.bersaglio-module__Erz6qG__actualValues{color:#166534;justify-content:space-around;margin-top:1rem;font-size:.9rem;display:flex}.bersaglio-module__Erz6qG__endScreen{text-align:center;background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 4px 6px -1px #0000001a}.bersaglio-module__Erz6qG__endTitle{margin:0 0 1rem;font-size:2.5rem}.bersaglio-module__Erz6qG__totalScore{color:#3b82f6;margin:0 0 2rem;font-size:3rem;font-weight:900}.bersaglio-module__Erz6qG__loading{text-align:center;color:#64748b;padding:4rem;font-size:1.2rem}
