.country-draw-page{--cd-bg:#fff;--cd-fg:#000;--cd-muted:#666;--cd-line:#000;--cd-faint:#858585;--cd-outside:#e5352b;--cd-inside:#2b6be5;background:var(--cd-bg);width:100%;color:var(--cd-fg);letter-spacing:.08em;text-transform:uppercase;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:SF Mono,ui-monospace,DejaVu Sans Mono,Menlo,Consolas,monospace;font-size:12px;font-weight:400;line-height:1.5;position:relative;overflow:visible}.country-draw-page *,.country-draw-page :before,.country-draw-page :after{box-sizing:border-box}.country-draw-page p{margin:0}.country-draw-scroll{flex-direction:column;align-items:center;display:flex;position:relative;overflow:visible}.country-draw-container{flex-direction:column;width:100%;max-width:560px;min-height:640px;padding:2rem 1.25rem 2.5rem;display:flex}.country-draw-idle{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;padding:4rem 0;display:flex}.country-draw-page button{border:1.5px solid var(--cd-line);background:var(--cd-bg);min-height:40px;box-shadow:none;color:var(--cd-fg);cursor:pointer;font:inherit;text-transform:inherit;border-radius:0;padding:.6rem 1.2rem;transition:background .1s,color .1s}.country-draw-page button:hover:not(:disabled){background:var(--cd-fg);color:var(--cd-bg)}.country-draw-page button:focus-visible{outline:2px solid var(--cd-fg);outline-offset:2px}.country-draw-page button:disabled{border-color:var(--cd-muted);color:var(--cd-muted);cursor:not-allowed}.country-draw-header{justify-content:space-between;align-items:baseline;margin-bottom:.6rem;display:flex}.country-draw-header strong,.country-draw-score-row strong{font-weight:700}.country-draw-muted{color:var(--cd-muted)}.country-draw-timer{font-variant-numeric:tabular-nums}.country-draw-square{aspect-ratio:1;border:1.5px solid var(--cd-line);background:var(--cd-bg);width:100%;position:relative;overflow:hidden}.country-draw-canvas{background:var(--cd-bg);cursor:crosshair;touch-action:none;width:100%;height:100%;display:block}.country-draw-live-path{fill:none;stroke:var(--cd-fg);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}.country-draw-controls{gap:.5rem;margin-top:.9rem;display:flex}.country-draw-done{margin-left:auto}.country-draw-result-inset{position:absolute;inset:6%}.country-draw-result-inset svg{width:100%;height:100%;display:block;overflow:visible}.country-draw-reference{opacity:0;animation:.55s forwards country-draw-fade}.country-draw-reference path{fill:none;stroke:var(--cd-faint);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.country-draw-player-strokes{opacity:0;animation:.6s .3s forwards country-draw-fade}.country-draw-player-strokes path{fill:none;stroke:var(--cd-fg);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.country-draw-score-links line{opacity:0;stroke-dasharray:1;stroke-dashoffset:1px;stroke-linecap:round;stroke-width:1px;animation:country-draw-link-grow .55s ease calc(.9s + var(--link-index) * 15ms) forwards}.country-draw-score-links .is-outside,.country-draw-legend-line.is-outside{stroke:var(--cd-outside);background:var(--cd-outside)}.country-draw-score-links .is-inside,.country-draw-legend-line.is-inside{stroke:var(--cd-inside);background:var(--cd-inside)}.country-draw-player-points circle{fill:var(--cd-fg);opacity:0;animation:country-draw-fade .4s ease calc(.9s + var(--link-index) * 15ms) forwards}.country-draw-score-row{justify-content:space-between;gap:1rem;margin-top:.9rem;display:flex}.country-draw-score-row p:last-child{text-align:right}.country-draw-legend{color:var(--cd-muted);gap:1.2rem;margin-top:.9rem;display:flex}.country-draw-legend-item{white-space:nowrap;align-items:center;gap:.45rem;display:inline-flex}.country-draw-legend-reference,.country-draw-legend-point,.country-draw-legend-line{flex:0 0 18px;width:18px;height:10px;display:inline-block;position:relative}.country-draw-legend-reference:before{border:1px solid var(--cd-faint);content:"";position:absolute;inset:2px 1px;transform:skew(-24deg)}.country-draw-legend-point:before{background:var(--cd-fg);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.country-draw-legend-line{height:1px}.country-draw-result-cta{flex-direction:column;align-items:center;gap:.9rem;margin-top:1.75rem;display:flex}.country-draw-error{max-width:24rem;color:var(--cd-outside)}.legend-short{display:none}@keyframes country-draw-link-grow{0%{opacity:0;stroke-dashoffset:1px}to{opacity:1;stroke-dashoffset:0}}@keyframes country-draw-fade{to{opacity:1}}@media (width<=480px){.country-draw-container{min-height:calc(100vw - 16px);padding:1.5rem 1rem 2rem}.legend-long{display:none}.legend-short{display:inline}}@media (prefers-reduced-motion:reduce){.country-draw-page *,.country-draw-page :before,.country-draw-page :after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-delay:0s!important}}@media (forced-colors:active){.country-draw-score-links line{forced-color-adjust:none}}
