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