@import url(https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css);*{box-sizing:border-box}body,html{margin:0;padding:0;min-width:320px;background:#eef3f4;color:#17212f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.game-shell{position:relative;height:100vh;width:100%;overflow:hidden;background:#dfe9ea}.game-map,.map-stage{height:100%;width:100%}.leaflet-container{background:#dfe9ea;font:inherit}.game-topbar{position:absolute;top:16px;left:16px;right:16px;z-index:1000;display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(22,50,74,.12);border-radius:8px;background:hsla(0,0%,100%,.88);box-shadow:0 18px 44px rgba(22,50,74,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-block{min-width:0}.eyebrow{margin:0 0 3px;color:#587085;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}h1{margin:0;color:#16324a;font-size:20px;font-weight:800;line-height:1.1}.scorebar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.score-pill{min-width:86px;height:48px;display:flex;flex-direction:column;justify-content:center;padding:7px 10px;border:1px solid rgba(22,50,74,.1);border-radius:8px;background:#f7faf9}.score-label{color:#65798a;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.score-pill strong{margin-top:5px;color:#17212f;font-size:20px;line-height:1}.score-pill--success strong{color:#1e8b5e}.score-pill--fail strong{color:#bd3f45}.score-pill--total{min-width:116px}.button.is-primary,.reset-button{border:0;border-radius:8px;background:#16324a;color:#fff;font-weight:800;box-shadow:0 10px 22px rgba(22,50,74,.2)}.reset-button{height:44px;padding:0 16px;cursor:pointer}.button.is-primary:hover,.reset-button:hover{background:#224962;color:#fff}.game-help{position:absolute;left:16px;bottom:16px;z-index:1000;max-width:min(420px,100vw - 32px);display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(22,50,74,.12);border-radius:8px;background:hsla(0,0%,100%,.9);box-shadow:0 14px 34px rgba(22,50,74,.14);color:#41566a;font-size:14px;font-weight:650;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.help-dot{width:10px;height:10px;flex:0 0 auto;border-radius:999px;background:#1e8b5e}.modal{z-index:10000}.modal-card{width:min(460px,100vw - 28px);border-radius:8px;overflow:hidden;box-shadow:0 24px 70px rgba(15,34,49,.28)}.modal-card-foot,.modal-card-head{border-color:#e3eaed;background:#f7faf9}.modal-card-title{color:#16324a;font-size:20px;font-weight:800}.modal-card-subtitle{margin:4px 0 0;color:#65798a;font-size:13px;font-weight:700}.modal-card-body{background:#fff}.guess-input{height:46px;border-color:#cad8df;border-radius:8px;box-shadow:none}.guess-input:focus{border-color:#2f7896;box-shadow:0 0 0 3px rgba(47,120,150,.14)}.feedback{margin:10px 0 0;font-size:14px;font-weight:700}.feedback.error{color:#bd3f45}.result-title{margin:0 0 8px;color:#16324a;font-size:22px;font-weight:800}.result-copy{margin:0;color:#51677a;font-size:16px}.leaflet-tooltip{border:0;border-radius:8px;background:#16324a;color:#fff;box-shadow:0 10px 24px rgba(22,50,74,.2);font-weight:800}@media(max-width:820px){.game-topbar{grid-template-columns:1fr;align-items:stretch}.scorebar{justify-content:stretch}.score-pill{flex:1 1 90px}.reset-button{width:100%}}@media(max-width:520px){.game-topbar{top:10px;left:10px;right:10px;padding:10px}h1{font-size:18px}.score-pill{height:44px;min-width:0}.score-pill strong{font-size:18px}.game-help{left:10px;right:10px;bottom:10px;max-width:none}}