*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}.builder-header{background:var(--background-alt-blue-france);padding:1rem;border-bottom:1px solid var(--border-default-grey)}.builder-header h1{margin:0;font-size:1.25rem;color:var(--text-title-blue-france)}.builder-config-panel{overflow-y:auto;background:var(--background-alt-grey);container-type:inline-size}.config-section{padding:1rem;border-bottom:1px solid var(--border-default-grey)}.config-section h3{margin:0 0 1rem;font-size:1rem;display:flex;align-items:center;gap:.5rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.field-item{background:var(--background-default-grey);padding:.5rem;border-radius:4px;font-size:.8rem;cursor:pointer;border:2px solid transparent;transition:all .15s}.field-item:hover{border-color:var(--border-action-high-blue-france)}.field-item.selected{background:var(--background-contrast-info);border-color:var(--border-action-high-blue-france)}.field-item .field-name{font-weight:600;display:block}.field-item .field-type{color:var(--text-mention-grey);font-size:.7rem}.chart-type-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.chart-type-btn{background:var(--background-default-grey);border:2px solid transparent;padding:.75rem .25rem;border-radius:4px;cursor:pointer;text-align:center;transition:all .15s}.chart-type-btn:hover{border-color:var(--border-action-high-blue-france)}.chart-type-btn:focus-visible{outline:2px solid var(--border-action-high-blue-france);outline-offset:2px}.chart-type-btn.selected{background:var(--background-contrast-info);border-color:var(--border-action-high-blue-france)}.chart-type-btn i{font-size:1.25rem;display:block;margin-bottom:.25rem}.chart-type-btn span{font-size:.7rem}.config-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.config-grid-2col>.fr-select-group,.config-grid-2col>.fr-input-group{margin-top:0!important}.source-grid{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:end}.source-grid .fr-select-group{margin-bottom:0}.source-grid .fr-select-group .fr-label{margin-bottom:.25rem}.source-btn{white-space:nowrap;height:40px;gap:.375rem}.source-status{font-size:.75rem;white-space:nowrap;height:40px;display:flex;align-items:center}.source-grid-row2{margin-top:.5rem;align-items:center}.source-info{font-size:.8rem;color:var(--text-mention-grey)}@container (max-width: 400px){.chart-type-grid{grid-template-columns:repeat(3,1fr)}.config-grid-2col,.source-grid{grid-template-columns:1fr}.source-grid-row2{grid-template-columns:1fr 1fr}}@media(max-width:600px){.chart-type-grid{grid-template-columns:repeat(3,1fr)}.config-grid-2col,.source-grid{grid-template-columns:1fr}.source-grid-row2{grid-template-columns:1fr 1fr}}.config-section-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.config-section-header:hover{opacity:.8}.config-section-header .collapse-icon{transition:transform .2s;font-size:1rem;color:var(--text-mention-grey)}.config-section.collapsed .collapse-icon{transform:rotate(-90deg)}.config-section-content{overflow:hidden;max-height:1000px;transition:max-height .3s ease,padding .3s ease}.config-section.collapsed .config-section-content{max-height:0;padding-top:0;padding-bottom:0}.config-section h3{margin:0}.loading-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--background-contrast-info);border-radius:4px;font-size:.875rem}.error-message{background:var(--background-contrast-error);color:var(--text-default-error);padding:.75rem;border-radius:4px;font-size:.875rem}.aggregation-hint{font-size:.75rem;color:var(--text-mention-grey);margin-top:.25rem}.empty-sources-message{padding:1rem;background:var(--background-contrast-grey);border-radius:4px;text-align:center}.empty-sources-message p{margin:0 0 .5rem;color:var(--text-mention-grey)}.empty-sources-message .empty-sources-desc{font-size:.85rem;color:var(--text-default-grey)}.empty-sources-message .empty-sources-actions{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.builder-tour-trigger{display:flex;justify-content:flex-end;padding:.25rem .5rem 0}.builder-tour-trigger button{font-size:.75rem;color:var(--text-mention-grey)}.sample-datasets-grid{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.sample-dataset-card{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:1px solid var(--border-default-grey);border-radius:4px;background:var(--background-default-grey);cursor:pointer;text-align:left;transition:border-color .15s,background .15s;font-family:inherit;font-size:.85rem}.sample-dataset-card:hover,.sample-dataset-card:focus-visible{border-color:var(--border-action-high-blue-france);background:var(--background-action-low-blue-france)}.sample-dataset-card i{font-size:1.25rem;color:var(--text-action-high-blue-france);flex-shrink:0}.sample-dataset-name{font-weight:600;white-space:nowrap;flex-shrink:0}.sample-dataset-desc{color:var(--text-mention-grey);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-badge-sample{background:var(--background-action-low-blue-france)!important;color:var(--text-action-high-blue-france)!important}.help-btn{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:none;background:none;color:var(--text-action-high-blue-france);cursor:pointer;vertical-align:middle;margin-left:.25rem;border-radius:50%;font-size:.85rem;transition:background .15s}.help-btn:hover,.help-btn:focus-visible{background:var(--background-action-low-blue-france)}.help-btn i{font-size:.9rem;line-height:1}h3 .help-btn{font-size:.75rem;width:1.1rem;height:1.1rem}h3 .help-btn i{font-size:.8rem}.help-popover{position:fixed;z-index:10000;max-width:340px;padding:.75rem 1rem;background:var(--background-default-grey);border:1px solid var(--border-default-grey);border-radius:6px;box-shadow:0 4px 16px #0000001f;font-size:.85rem;line-height:1.5;color:var(--text-default-grey);white-space:pre-line;pointer-events:none;animation:help-fade-in .15s ease}@keyframes help-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.empty-state-title{font-weight:700;font-size:1rem;margin-bottom:.75rem;color:var(--text-title-grey)}.empty-state-steps{list-style:none;padding:0;margin:0;text-align:left;display:inline-block}.empty-state-steps li{position:relative;padding:.35rem 0 .35rem 2rem;font-size:.9rem;color:var(--text-mention-grey)}.empty-state-steps li:before{content:"";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;border:2px solid var(--border-default-grey);border-radius:50%}.empty-state-steps li.done{color:var(--text-default-grey)}.empty-state-steps li.done:before{border-color:var(--background-action-high-success);background:var(--background-action-high-success)}.empty-state-steps li.done:after{content:"";position:absolute;left:.72rem;top:50%;transform:translateY(-60%) rotate(45deg);width:.3rem;height:.55rem;border:solid white;border-width:0 2px 2px 0}.source-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}.source-badge-grist{background:#16a34a;color:#fff}.source-badge-manual{background:#9333ea;color:#fff}.source-badge-api{background:#2563eb;color:#fff}.kpi-card{background:var(--background-default-grey);border-left:4px solid var(--border-default-grey);padding:1.5rem 2rem;text-align:center;border-radius:4px}.kpi-card--info{border-left-color:#0063cb}.kpi-card--success{border-left-color:#18753c}.kpi-card--warning{border-left-color:#d64d00}.kpi-card--error{border-left-color:#c9191e}.gauge-card{background:var(--background-default-grey);padding:1.5rem;text-align:center;border-radius:4px}.gauge-container{position:relative;width:150px;margin:0 auto}.gauge-svg{width:100%;height:auto}.gauge-fill{transition:stroke-dasharray .5s ease}.gauge-value{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:1.5rem;font-weight:700;color:var(--text-title-grey)}.gauge-label{font-size:.875rem;color:var(--text-mention-grey);margin-top:.5rem}.kpi-value{display:block;font-size:2.5rem;font-weight:700;color:var(--text-title-grey);line-height:1.2}.kpi-label{font-size:.875rem;color:var(--text-mention-grey);margin-top:.5rem;display:block}.kpi-config{display:none}.kpi-config.visible{display:block}.datalist-config{display:none}.datalist-config.visible{display:block}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;align-items:center;justify-content:center;z-index:1000}.modal-overlay.active{display:flex}.modal{background:var(--background-default-grey);border-radius:8px;width:90%;box-shadow:0 4px 24px #00000026;max-height:80vh;display:flex;flex-direction:column}.modal-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border-default-grey);display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-default-grey)}.modal-body{padding:1.5rem;overflow-y:auto}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-default-grey);text-align:right}.datalist-column-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border-default-grey)}.datalist-col-field{min-width:120px;font-family:monospace;font-size:.85rem}.datalist-col-label{flex:1}.facets-toolbar{display:flex;gap:.5rem;margin-bottom:.5rem}.facets-table{margin-bottom:0!important}.facets-table td,.facets-table th{padding:.5rem!important;vertical-align:middle}.facets-table code{font-size:.85rem;white-space:nowrap}.facets-table .text-center{text-align:center}
