.global-legend{display:flex;flex-direction:column;gap:1rem;font-family:sans-serif;font-size:14px}.legend-row{display:flex;flex-wrap:wrap;gap:8px}.legend-row span{font-size:1.5rem}.legend-item{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;background-color:#f3f3f3;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,border .2s ease}.legend-item:hover{background-color:#eaeaea}.legend-item.active{border-color:#333;background-color:#e0e0e0;font-weight:700}.legend-color{width:10px;height:10px;border-radius:50%}.dashboard-container{width:100%;min-height:100vh;padding:16px;display:flex;flex-wrap:wrap;gap:24px}.legend-controls{margin-top:1rem}.reset-button{padding:6px 12px;font-size:14px;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer}.reset-button:hover{background-color:#c0392b}*{font-size:62.5%;box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif,sans-serif}body{background-color:#fff}a{text-decoration:none}button{cursor:pointer}
