:root{color-scheme:dark;--bg: #0f1521;--card-bg: #161e2e;--panel-bg: #1d273a;--border: #2a3650;--text: #e8ecf4;--text-dim: #94a1b8;--accent: #5eb1ff;--good: #33c07a;--bad: #ff5d5d;--warn: #f2b64c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#16223a 0%,var(--bg) 65%);color:var(--text);min-height:100vh;display:flex;justify-content:center;padding:32px 16px 64px}#app{width:100%;max-width:1040px}header{text-align:center;margin-bottom:20px}header h1{margin:0;font-size:1.9rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 20px 60px #00000059}.difficulty-row{margin-bottom:16px;text-align:center}.difficulty-select{display:inline-flex;gap:4px;background:var(--panel-bg);border:1px solid var(--border);border-radius:10px;padding:4px}.difficulty-select button{padding:7px 14px;border-radius:7px;border:none;background:transparent;color:var(--text-dim);font-size:.85rem;font-weight:600}.difficulty-select button:hover{color:var(--text)}.difficulty-select button.active{background:var(--accent);color:#08131f}.game-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;align-items:stretch}.map-col{display:flex;flex-direction:column;gap:14px;min-width:0}.image-wrap{position:relative;width:100%;aspect-ratio:900 / 560;border-radius:12px;overflow:hidden;background:#0a0f18;border:1px solid var(--border)}.image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.image-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-size:.9rem;background:rgba(10,15,24,.6)}.image-loading.hidden{display:none}.weather-panel{background:var(--panel-bg);border:1px solid var(--border);border-radius:10px;padding:14px}.weather-summary{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:10px;row-gap:2px;margin-bottom:6px;font-size:.95rem}.weather-summary .loading{color:var(--text-dim);font-size:.85rem}.weather-emoji{font-size:1.3rem}.weather-label{font-weight:600}.weather-chart-wrap{position:relative}.weather-chart-svg{width:100%;height:auto;display:block;overflow:visible}.weather-chart-svg:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:8px}.chart-hit-area{cursor:crosshair}.chart-axis-label{font-size:10px;fill:var(--text-dim)}.chart-baseline{stroke:var(--border);stroke-width:1}.chart-sun-line{stroke:var(--text-dim);stroke-width:1;stroke-dasharray:3 3;opacity:.55}.chart-sun-label{font-size:9.5px;fill:var(--text-dim)}.chart-value-label{font-size:12px;font-weight:700;fill:var(--text)}.chart-value-label--min{font-weight:600;fill:var(--text-dim)}.chart-crosshair{stroke:var(--text-dim);stroke-width:1;stroke-dasharray:2 3}.chart-hover-dot{fill:var(--accent);stroke:var(--panel-bg);stroke-width:2}.chart-tooltip-bg{fill:#080d16;stroke:var(--border);stroke-width:1}.chart-tooltip-value{font-size:13px;font-weight:700;fill:var(--text)}.chart-tooltip-hour{font-size:10px;fill:var(--text-dim)}.chart-unavailable{color:var(--text-dim);font-size:.85rem;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.guess-col{display:flex;flex-direction:column;min-height:0}.guess-history{list-style:none;margin:0;padding:0 2px 0 0;flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.guess-history li{display:flex;justify-content:space-between;align-items:center;gap:10px;background:var(--panel-bg);border:1px solid var(--border);border-radius:9px;padding:10px 14px;font-size:.9rem}.guess-history .guess-name{font-weight:600}.guess-history .guess-feedback{display:inline-flex;align-items:center;gap:6px;color:var(--text-dim);text-align:right;white-space:nowrap}.dir-arrow{width:18px;height:18px;fill:var(--accent);flex-shrink:0}.guess-history li.guess-correct{border-color:var(--good);background:rgba(51,192,122,.12)}.guess-history li.guess-correct .guess-feedback{color:var(--good);font-weight:600}.guess-history li.guess-answer-reveal{border-color:var(--warn);background:rgba(242,182,76,.12)}.guess-history li.guess-answer-reveal .guess-feedback{color:var(--warn);font-style:italic}.guess-col-bottom{margin-top:12px;flex-shrink:0}.guess-form{display:flex;gap:8px}.autocomplete{position:relative;flex:1;min-width:0}#guess-input{width:100%;padding:11px 14px;border-radius:9px;border:1px solid var(--border);background:var(--panel-bg);color:var(--text);font-size:.95rem}#guess-input:focus{outline:none;border-color:var(--accent)}.suggestions{position:absolute;bottom:calc(100% + 4px);left:0;right:0;background:var(--panel-bg);border:1px solid var(--border);border-radius:9px;max-height:220px;overflow-y:auto;list-style:none;margin:0;padding:4px;z-index:10;box-shadow:0 -12px 30px #0006}.suggestions.hidden{display:none}.suggestions li{padding:8px 10px;border-radius:6px;cursor:pointer;font-size:.9rem}.suggestions li:hover,.suggestions li.active{background:rgba(94,177,255,.15);color:var(--accent)}button{font-family:inherit;cursor:pointer}#guess-submit{padding:11px 20px;border-radius:9px;border:none;background:var(--accent);color:#08131f;font-weight:600;font-size:.95rem}#guess-submit:disabled{opacity:.5;cursor:not-allowed}.guess-error{color:var(--bad);font-size:.85rem;margin:0 2px 8px}.guess-error.hidden{display:none}.result-panel{margin-top:16px;padding:16px;border-radius:10px;text-align:center;font-size:1.02rem}.result-panel.hidden{display:none}.result-panel.win{background:rgba(51,192,122,.15);border:1px solid var(--good);color:var(--good)}.result-panel.lose{background:rgba(255,93,93,.15);border:1px solid var(--bad);color:var(--bad)}.result-panel .result-sub{display:block;margin-top:4px;color:var(--text);font-size:.88rem;font-weight:400}footer{text-align:center;margin-top:20px;color:var(--text-dim);font-size:.78rem}footer a{color:var(--text-dim)}footer a:hover{color:var(--accent)}.policy{line-height:1.6}.policy h2{margin-top:0}.policy h3{margin-bottom:6px;font-size:1rem;color:var(--text)}.policy p,.policy ul{color:var(--text-dim);font-size:.92rem;margin-top:0}.policy ul{padding-left:20px}.policy li{margin-bottom:4px}.policy a{color:var(--accent)}.policy-updated{color:var(--text-dim);font-size:.8rem;font-style:italic}@media (max-width: 760px){.game-grid{grid-template-columns:1fr}.guess-history{max-height:280px}.guess-form{flex-direction:column}}
