:root{--vde-sidebar-width:320px;--vde-header-height:60px}body{flex-direction:column;min-height:100vh;margin:0;display:flex}.vde-container{flex:1;display:flex;overflow:hidden}.vde-sidebar{width:var(--vde-sidebar-width);background:var(--background-alt-grey);border-right:1px solid var(--border-default-grey);flex-direction:column;display:flex;overflow-y:auto}.vde-sidebar-section{border-bottom:1px solid var(--border-default-grey);padding:1rem}.vde-sidebar-section h3{text-transform:uppercase;color:var(--text-mention-grey);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.875rem;font-weight:700;display:flex}.widget-library{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.widget-item{background:var(--background-default-grey);border:2px dashed var(--border-default-grey);cursor:grab;text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex}.widget-item:hover{border-color:var(--border-action-high-blue-france);background:var(--background-alt-blue-france)}.widget-item.dragging{opacity:.5;cursor:grabbing}.widget-item i{color:var(--text-action-high-blue-france);margin-bottom:.25rem;font-size:1.5rem}.widget-item span{font-size:.75rem;font-weight:500}.favorites-list{flex-direction:column;gap:.5rem;max-height:200px;display:flex;overflow-y:auto}.favorite-item{background:var(--background-default-grey);border:1px solid var(--border-default-grey);cursor:grab;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;display:flex}.favorite-item:hover{border-color:var(--border-action-high-blue-france)}.favorite-item i{color:var(--text-label-yellow-tournesol)}.favorites-empty{color:var(--text-mention-grey);font-size:.875rem;font-style:italic}.grid-settings{flex-direction:column;gap:.75rem;display:flex}.grid-settings label{flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.grid-settings select,.grid-settings input[type=text]{border:1px solid var(--border-default-grey);border-radius:4px;padding:.5rem;font-size:.875rem}.vde-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.vde-toolbar{background:var(--background-default-grey);border-bottom:1px solid var(--border-default-grey);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.vde-toolbar-left{align-items:center;gap:1rem;display:flex}.vde-toolbar-right{align-items:center;gap:.5rem;display:flex}.dashboard-title-input{background:0 0;border:none;border-radius:4px;min-width:200px;padding:.25rem .5rem;font-size:1.25rem;font-weight:700}.dashboard-title-input:hover,.dashboard-title-input:focus{background:var(--background-alt-grey);outline:none}.vde-preview{background:var(--background-contrast-grey);flex:1;padding:1.5rem;overflow:auto}.vde-canvas{background:var(--background-default-grey);border-radius:8px;min-height:400px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.dashboard-grid{min-height:200px}.dashboard-row{min-height:120px;margin-bottom:1rem}.dashboard-row:last-child{margin-bottom:0}.drop-cell{border:2px dashed var(--border-default-grey);background:var(--background-alt-grey);border-radius:8px;justify-content:center;align-items:center;min-height:100px;transition:all .2s;display:flex;position:relative}.drop-cell.empty{cursor:pointer}.drop-cell.empty:hover{border-color:var(--border-action-high-blue-france);background:var(--background-alt-blue-france)}.drop-cell.drag-over{border-color:var(--border-action-high-blue-france);background:var(--background-alt-blue-france);border-style:solid}.drop-cell-placeholder{color:var(--text-mention-grey);flex-direction:column;align-items:center;gap:.5rem;display:flex}.drop-cell-placeholder i{font-size:1.5rem}.drop-cell-placeholder span{font-size:.875rem}.dashboard-widget{background:var(--background-default-grey);border:1px solid var(--border-default-grey);border-radius:8px;min-height:100px;padding:1rem;position:relative}.dashboard-widget:hover{border-color:var(--border-action-high-blue-france)}.dashboard-widget.selected{border-color:var(--border-action-high-blue-france);box-shadow:0 0 0 2px var(--background-alt-blue-france)}.widget-header{border-bottom:1px solid var(--border-default-grey);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.widget-title{align-items:center;gap:.5rem;margin:0;font-size:.875rem;font-weight:600;display:flex}.widget-title i{color:var(--text-action-high-blue-france)}.widget-actions{gap:.25rem;display:flex}.widget-action-btn{cursor:pointer;color:var(--text-mention-grey);background:0 0;border:none;border-radius:4px;padding:.25rem}.widget-action-btn:hover{background:var(--background-alt-grey);color:var(--text-action-high-blue-france)}.widget-content{min-height:60px}.add-row-btn{border:2px dashed var(--border-default-grey);width:100%;color:var(--text-mention-grey);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;transition:all .2s;display:flex}.add-row-btn:hover{border-color:var(--border-action-high-blue-france);color:var(--text-action-high-blue-france);background:var(--background-alt-blue-france)}.config-modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.config-modal.active{display:flex}.config-modal-content{background:var(--background-default-grey);border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #0003}.config-modal-header{border-bottom:1px solid var(--border-default-grey);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.config-modal-header h3{margin:0;font-size:1.125rem}.config-modal-body{padding:1.5rem}.config-modal-footer{border-top:1px solid var(--border-default-grey);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.config-group{margin-bottom:1rem}.config-group label{margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.config-group input,.config-group select,.config-group textarea{border:1px solid var(--border-default-grey);border-radius:4px;width:100%;padding:.5rem;font-size:.875rem}.config-group textarea{min-height:100px;font-family:monospace}.vde-tabs{border-bottom:1px solid var(--border-default-grey);background:var(--background-default-grey);display:flex}.vde-tab{cursor:pointer;color:var(--text-mention-grey);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.vde-tab:hover{background:var(--background-alt-grey)}.vde-tab.active{border-bottom-color:var(--border-action-high-blue-france);color:var(--text-action-high-blue-france);font-weight:600}.vde-tab-panel{flex:1;display:none;overflow-y:auto}.vde-tab-panel.active{display:block}.vde-tab-panel>.code-preview{margin:1rem}.code-preview{background:var(--background-contrast-grey);white-space:pre-wrap;border-radius:4px;padding:1rem;font-family:monospace;font-size:.8125rem;overflow-x:auto}.row-controls{background:var(--background-alt-grey);width:100%;color:var(--text-mention-grey);opacity:0;border-radius:4px;flex-basis:100%;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;transition:opacity .2s;display:flex}.dashboard-row:hover .row-controls{opacity:1}.row-label{text-transform:uppercase;letter-spacing:.5px;font-weight:600}.row-controls-actions{align-items:center;gap:.25rem;display:flex}.row-columns-count{min-width:1.5rem;color:var(--text-action-high-blue-france);justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:inline-flex}.row-control-btn{background:var(--background-default-grey);border:1px solid var(--border-default-grey);cursor:pointer;width:1.5rem;height:1.5rem;color:var(--text-mention-grey);border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex}.row-control-btn:hover:not(:disabled){border-color:var(--border-action-high-blue-france);color:var(--text-action-high-blue-france)}.row-control-btn:disabled{opacity:.3;cursor:not-allowed}.row-control-btn--danger:hover:not(:disabled){border-color:var(--border-plain-error);color:var(--text-default-error)}.widget-preview-center{text-align:center;padding:1rem}.widget-preview-muted{color:var(--text-mention-grey)}.widget-preview-icon{font-size:2rem}.widget-preview-text{margin:.5rem 0 0}.widget-kpi-value{color:var(--text-action-high-blue-france);font-size:2rem;font-weight:700}.widget-kpi-label{color:var(--text-mention-grey);font-size:.875rem}.widget-text-content{padding:.5rem}.source-item-readonly{cursor:default}.dashboard-list-item{cursor:pointer;border-radius:4px;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem;transition:background .15s;display:flex}.dashboard-list-item:hover{background:var(--background-alt-grey)}.dashboard-list-item-info{flex:1;min-width:0}.dashboard-list-item-name{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.dashboard-list-item-desc{color:var(--text-mention-grey);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.dashboard-list-item-date{color:var(--text-mention-grey);white-space:nowrap;font-size:.75rem}.dashboard-list-item-delete{color:var(--text-mention-grey);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:.25rem;font-size:1.125rem;line-height:1;transition:color .15s}.dashboard-list-item-delete:hover{color:var(--error-425-625)}.preview-modal{z-index:1100;background:var(--background-default-grey);flex-direction:column;display:none;position:fixed;inset:0}.preview-modal.active{display:flex}.preview-modal-header{border-bottom:1px solid var(--border-default-grey);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.preview-modal-header h3{margin:0;font-size:1.125rem}.preview-modal-body{background:var(--background-contrast-grey);flex:1;padding:1rem;overflow:hidden}.preview-modal-body iframe{border:1px solid var(--border-default-grey);background:#fff;border-radius:8px;width:100%;height:100%}@media (width<=992px){.vde-container{flex-direction:column}.vde-sidebar{border-right:none;border-bottom:1px solid var(--border-default-grey);width:100%;max-height:250px}.widget-library{grid-template-columns:repeat(4,1fr)}}@media (width<=576px){.widget-library{grid-template-columns:repeat(2,1fr)}.vde-toolbar{flex-direction:column;gap:.5rem}.vde-toolbar-left,.vde-toolbar-right{justify-content:center;width:100%}}
