*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--background-alt-grey)}.builder-header{background:var(--background-default-grey);border-bottom:1px solid var(--border-default-grey);padding:.75rem 0}.builder-header h1{margin:0;font-size:1.25rem;display:flex;align-items:center;gap:.5rem}.builder-config-panel{display:flex;flex-direction:column;overflow:hidden;min-height:0}.config-section{padding:1rem;border-bottom:1px solid var(--border-default-grey)}.config-section h3{margin:0 0 .75rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.step-number{background:var(--background-action-high-blue-france);color:#fff;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}#section-ia-config .fr-input-group{margin-bottom:.5rem}#section-ia-config label{font-size:.75rem}#section-ia-config input,#section-ia-config textarea,#section-ia-config select{font-size:.8rem}.source-grid{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:end}.source-grid .fr-select-group,.source-grid .fr-input-group{margin-bottom:0}.source-grid .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)}.chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.chat-header{padding:.75rem 1rem;background:var(--background-contrast-info);border-bottom:1px solid var(--border-default-grey);font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}.chat-message{max-width:90%;padding:.75rem 1rem;border-radius:12px;font-size:.85rem;line-height:1.4}.chat-message.user{align-self:flex-end;background:var(--background-action-high-blue-france);color:#fff;border-bottom-right-radius:4px}.chat-message.assistant{align-self:flex-start;background:var(--background-contrast-grey);border-bottom-left-radius:4px}.chat-message.assistant.thinking{opacity:.7;font-style:italic}.chat-message pre{background:var(--background-alt-grey);padding:.5rem;border-radius:4px;overflow-x:auto;font-size:.75rem;margin:.5rem 0}.chat-message code{font-family:monospace;font-size:.8rem}.chat-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.chat-suggestion{padding:.4rem .75rem;background:var(--background-default-grey);border:1px solid var(--border-action-high-blue-france);border-radius:16px;font-size:.75rem;cursor:pointer;transition:all .15s}.chat-suggestion:hover{background:var(--background-action-high-blue-france);color:#fff}.chat-input-container{padding:1rem;border-top:1px solid var(--border-default-grey);background:var(--background-default-grey);flex-shrink:0}.chat-input-wrapper{display:flex;gap:.5rem;align-items:flex-end}.chat-input{flex:1;border:1px solid var(--border-default-grey);border-radius:12px;padding:.75rem 1rem;font-size:.9rem;resize:none;min-height:60px;max-height:150px;font-family:inherit;line-height:1.4}.chat-input:focus{outline:none;border-color:var(--border-action-high-blue-france)}.chat-send-btn{width:44px;height:44px;border-radius:50%;background:var(--background-action-high-blue-france);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.chat-send-btn:hover{opacity:.9}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.field-tag.numeric{background:var(--background-contrast-success)}.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}.kpi-value{display:block;font-size:2.5rem;font-weight:700;color:var(--text-title-grey)}.kpi-label{display:block;font-size:.875rem;color:var(--text-mention-grey);margin-top:.5rem}.gauge-card{background:var(--background-default-grey);border-radius:8px;padding:2rem;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gauge-container{position:relative;width:200px}.gauge-svg{width:100%;height:auto}.gauge-value{position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:2rem;font-weight:700;color:var(--text-title-grey)}.gauge-label{margin-top:.5rem;font-size:.875rem;color:var(--text-mention-grey)}.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}.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}.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}
