.chart-canvas-container{position:relative;width:100%;max-width:100%;margin:25px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e2e2;box-sizing:border-box;display:flex;flex-direction:column;font-family:inherit}.chart-canvas-container.has-shadow{box-shadow:0 4px 18px rgb(0 0 0 / .06)}.dark-skin .chart-canvas-container{background:#1e1e1e;border-color:#333}.dark-skin .chart-canvas-container.has-shadow{box-shadow:0 4px 18px rgb(0 0 0 / .4)}.chart-header{display:flex;justify-content:center;align-items:center;margin-bottom:15px}.chart-header h3{margin:0;font-family:inherit!important;font-size:1rem;font-weight:700;text-align:center;width:100%}.chart-legend-toggle{font-family:inherit;font-weight:600;backgroun:#fff;color:#111;box-shadow:0 4px 10px rgb(0 0 0 / .15);padding:0 2px;width:35px;height:34px;border-radius:50%;font-size:0;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.chart-legend-toggle::before{content:"\f06e";font-family:"Font Awesome 7 Pro","Font Awesome 6 Pro","Font Awesome 5 Pro",sans-serif;font-weight:900;font-size:.95rem;line-height:1;transition:transform 0.2s ease,opacity 0.2s ease}.chart-legend-toggle.is-hidden::before{content:"\f070";opacity:.7}.chart-legend-toggle:hover{background:#111;color:#fff}.dark-skin .chart-legend-toggle{background:#2a2a2a;border-color:#444;color:#eee}.dark-skin .chart-legend-toggle:hover{background:#333}.chart-wrapper{position:relative;flex:1;width:100%;min-height:0}.egyspeed-chart-editor-card{background:#fff;border:2px dashed #0073aa;border-radius:12px;padding:20px;margin:20px 0;font-family:inherit;box-sizing:border-box}.egyspeed-editor-header h3{margin:0 0 15px 0;font-family:inherit!important;font-size:1.25rem;font-weight:700;color:#0073aa;border-bottom:1px solid #eee;padding-bottom:8px}.egyspeed-editor-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:15px}.egyspeed-editor-col label{display:block;font-family:inherit!important;font-weight:700;font-size:.9rem;margin-bottom:8px;color:#333}.egyspeed-editor-col textarea{width:100%;font-family:inherit!important;font-weight:700;font-size:.95rem;direction:rtl;text-align:right;line-height:1.7;border-radius:8px;border:1px solid #ccc;padding:10px;box-sizing:border-box}.colors-picker-col{max-height:320px;overflow-y:auto;padding-left:5px}.color-picker-row{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:10px;margin-bottom:10px;transition:background 0.2s ease}.color-picker-row .label-tag{font-family:inherit!important;font-weight:700!important;font-size:1rem!important;display:block;margin-bottom:6px;transition:color 0.2s ease}.colors-picker-col .components-color-palette{margin-top:5px}.empty-notice{font-family:inherit;font-size:.85rem;color:#777;font-style:italic}