/* Container */
.deweko-wgi { color:#111; background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:12px; }
.deweko-wgi__title { margin:6px 0 2px; color:#0b1320; font-size:22px; font-weight:700; }
.deweko-wgi__subtitle { color:#333; margin-bottom:8px; }
/* Search + Autocomplete + GPS */
.deweko-wgi__search { display:flex; gap:8px; align-items:center; position:relative; margin-bottom:8px; }
.deweko-wgi__q { flex:1; padding:8px 10px; border:1px solid #cfd8dc; border-radius:8px; }
.deweko-wgi__btn, .deweko-wgi__gps { padding:8px 12px; border-radius:8px; border:1px solid #0b1320; background:#0b1320; color:#fff; cursor:pointer; }
.deweko-wgi__gps { font-size:16px; line-height:1; padding:8px 10px; }
.deweko-wgi__suggestions { position:absolute; left:0; right:180px; top:38px; z-index:10; background:#fff; border:1px solid #e5e7eb; border-radius:8px; max-height:220px; overflow:auto; list-style:none; padding:4px; margin:0; display:none; }
.deweko-wgi__suggestions li { padding:6px 8px; border-radius:6px; cursor:pointer; }
.deweko-wgi__suggestions li:hover, .deweko-wgi__suggestions li.active { background:#f3f4f6; }
/* Legend */
.deweko-wgi__legend { margin:6px 0 8px; display:flex; gap:8px; flex-wrap:wrap; }
.deweko-badge { background:#f9fafb; border:1px solid #e5e7eb; border-radius:6px; padding:4px 6px; font-size:11px; }
/* Chart */
.deweko-wgi__chart { min-height: 360px; }
/* Report */
.deweko-wgi__report h3 { margin:12px 0 4px; color:#0b1320; }
.deweko-wgi__report-content { line-height:1.5; font-size:14px; }
.deweko-wgi__report-content p { margin:6px 0; }
.deweko-wgi__report-content ul { margin:6px 0 6px 18px; }
