.color-grid{grid-template-columns:repeat(8,1fr);gap:12px;margin-top:12px;padding:8px 0;display:grid}.color-option{cursor:pointer;border:2px solid #0000;border-radius:50%;width:36px;height:36px;transition:all .2s;position:relative;box-shadow:0 1px 3px #0000001a}.color-option:hover{border-color:#0000001a;transform:scale(1.05);box-shadow:0 2px 6px #00000026}.color-option-selected{border-width:3px;transform:scale(1.05);box-shadow:0 0 0 2px #0078d433,0 2px 6px #00000026;border-color:#0078d4!important}.color-option-selected:after{content:"✓";color:#fff;text-shadow:0 0 3px #000000b3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.spec-tree-loader-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.spec-tree-loader{background-color:var(--surface-card);text-align:center;border-radius:.75rem;flex-direction:column;align-items:center;gap:1rem;min-width:12.5rem;padding:2rem;display:flex;box-shadow:0 4px 20px #00000026}.spec-tree-loader i{color:var(--primary-color)}.spec-tree-loader p{color:var(--text-color);margin:0;font-size:.875rem;font-weight:500}.spec-tree-container{background-color:var(--surface-a);border-radius:.5rem;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.spec-tree-header{background-color:var(--surface-b);border-bottom:1px solid var(--surface-border);color:var(--text-color);align-items:center;min-height:2.75rem;padding:.75rem 1rem;font-size:1.1rem;font-weight:600;display:flex}.spec-tree-header-icon{color:var(--primary-color);margin-right:.625rem;font-size:1rem}.spec-tree-header-text{font-weight:600}.spec-tree-menu{flex:1;padding:.5rem 0 3.5rem;overflow:hidden auto}.spec-tree-footer{border-top:1px solid var(--surface-border);background-color:var(--surface-b);z-index:10;width:100%;padding:.5rem 0;position:absolute;bottom:0;left:0;right:0}.spec-tree-create-item{cursor:pointer;color:var(--text-color);text-align:left;background-color:#0000;border:none;align-items:center;width:100%;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.spec-tree-create-item:hover{background-color:var(--surface-hover);color:var(--primary-color)}.spec-tree-create-item:active{background-color:var(--surface-active)}.spec-tree-create-icon{color:var(--text-color-secondary);text-align:center;width:1rem;margin-right:.875rem;font-size:.875rem;transition:color .2s}.spec-tree-create-item:hover .spec-tree-create-icon{color:var(--primary-color)}.spec-tree-create-item-active{background-color:var(--primary-color)!important;color:var(--primary-color-text)!important}.spec-tree-create-item-active .spec-tree-create-icon{color:var(--primary-color-text)!important}.spec-tree-create-text{flex:1;font-weight:500}.spec-tree-create-overlay{z-index:1000;opacity:1;visibility:visible;background-color:#00000080;justify-content:center;align-items:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.spec-tree-create-overlay-closing{opacity:0;visibility:hidden;animation:.3s fadeOut}.spec-tree-create-menu{background-color:var(--surface-a);border-radius:.75rem .75rem 0 0;width:100%;max-width:36.25rem;max-height:80vh;transition:transform .3s,opacity .3s;animation:.3s slideUp;overflow:hidden;transform:translateY(0);box-shadow:0 -4px 20px #00000026}.spec-tree-create-menu-closing{animation:.3s slideDown;transform:translateY(100%)}.spec-tree-create-header{border-bottom:1px solid var(--surface-border);background-color:var(--surface-b);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem;display:flex}.spec-tree-create-header h3{color:var(--text-color);margin:0;font-size:1.125rem;font-weight:600}.spec-tree-create-close{color:var(--text-color-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.5rem;transition:all .2s;display:flex}.spec-tree-create-close:hover{background-color:var(--surface-hover);color:var(--text-color)}.spec-tree-create-options{grid-template-columns:repeat(auto-fit,minmax(15.625rem,1fr));gap:.75rem;max-height:60vh;padding:1rem 1.5rem 1.5rem;display:grid;overflow-y:auto}.spec-tree-create-option{background-color:var(--surface-card);border:1px solid var(--surface-border);cursor:pointer;text-align:left;color:var(--text-color);border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.spec-tree-create-option:hover{background-color:var(--surface-hover);border-color:var(--primary-color);transform:translateY(-.125rem);box-shadow:0 4px 12px #0000001a}.spec-tree-create-option:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.spec-tree-create-option i{color:var(--primary-color);text-align:center;width:1.25rem;font-size:1.125rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.spec-tree-parent-item{border:1px solid var(--primary-color);border-radius:.5rem;margin:.5rem .75rem;box-shadow:0 2px 8px #0000001a;background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-dark)100%)!important;padding:1rem 1.25rem!important}.spec-tree-parent-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026;background:linear-gradient(135deg,var(--primary-color-dark)0%,var(--primary-color)100%)!important}.spec-tree-parent-icon{text-shadow:0 1px 2px #0003;color:var(--surface-a)!important;width:1.375rem!important;font-size:1.25rem!important}.spec-tree-parent-text{text-shadow:0 1px 2px #0003;letter-spacing:.01875rem;color:var(--surface-a)!important;font-size:1rem!important;font-weight:700!important}.spec-tree-parent-item:hover .spec-tree-parent-icon,.spec-tree-parent-item:hover .spec-tree-parent-text{color:var(--surface-a)!important}.spec-tree-menu::-webkit-scrollbar{width:.375rem}.spec-tree-menu::-webkit-scrollbar-track{background:0 0}.spec-tree-menu::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:.1875rem}.spec-tree-menu::-webkit-scrollbar-thumb:hover{background:var(--text-color-secondary)}.spec-tree-menuitem{cursor:pointer;transition:all .2s}.spec-tree-menuitem:hover{background-color:var(--surface-hover)}.spec-tree-menuitem-active{border-left:.1875rem solid var(--primary-color);background-color:color-mix(in srgb,var(--primary-color)15%,transparent)!important}.spec-tree-menuitem-active .spec-tree-menuitem-text{color:var(--primary-color)!important;font-weight:600!important}.spec-tree-menuitem-active .spec-tree-menuitem-icon,.spec-tree-menuitem-active .spec-tree-submenu-icon{color:var(--primary-color)!important}.spec-tree-menuitem-content{justify-content:space-between;align-items:center;min-height:2.5rem;padding:.625rem 1rem;display:flex}.spec-tree-menuitem-text{color:var(--text-color);flex:1;margin-left:.75rem;font-size:1rem;font-weight:500;transition:color .2s}.spec-tree-menuitem-actions{align-items:center;gap:.5rem;display:flex}.spec-tree-context-icon{color:var(--text-color-secondary);cursor:pointer;opacity:0;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:.375rem;font-size:.75rem;transition:all .2s;display:flex;transform:scale(.8)}.spec-tree-menuitem:hover .spec-tree-context-icon{opacity:1;transform:scale(1)}.spec-tree-menuitem-active .spec-tree-context-icon{opacity:1;color:var(--primary-color);transform:scale(1)}.spec-tree-context-icon:hover{color:var(--primary-color);background-color:#0000000d;box-shadow:0 2px 4px #0000001a}.spec-tree-menuitem-active .spec-tree-context-icon:hover{color:var(--surface-a);background-color:#fff3;box-shadow:0 2px 4px #0003}.spec-tree-menuitem-icon{color:var(--text-color-secondary);text-align:center;width:1.125rem;font-size:1rem;transition:color .2s}.spec-tree-submenu-icon{color:var(--text-color-secondary);cursor:pointer;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:.375rem;font-size:.75rem;transition:all .2s;display:flex}.spec-tree-submenu-icon:hover{color:var(--primary-color);background-color:#0000000d;box-shadow:0 2px 4px #0000001a}.spec-tree-separator{background-color:var(--surface-border);border:none;height:1px;margin:.125rem 1rem}.spec-tree-children{background-color:var(--surface-b)}.spec-tree-menuitem.spec-tree-child{background-color:var(--surface-b)!important;margin-left:1rem!important;padding-left:1.5rem!important}.spec-tree-menuitem.spec-tree-child .spec-tree-menuitem-content{padding-left:.5rem!important}.spec-tree-menuitem.spec-tree-child .spec-tree-menuitem-icon{color:var(--text-color-secondary)!important;font-size:.875rem!important}.spec-tree-menuitem.spec-tree-child .spec-tree-menuitem-text{color:var(--text-color)!important}.spec-tree-menuitem.spec-tree-child.spec-tree-menuitem-active .spec-tree-menuitem-text{color:var(--primary-color)!important;font-weight:600!important}.spec-tree-menu .p-submenu-list{background-color:var(--surface-a)!important;border:1px solid var(--surface-border)!important;border-radius:.375rem!important;padding:.25rem 0!important;box-shadow:0 4px 12px #00000026!important}.spec-tree-menu .p-submenu-list .p-menuitem{border-bottom:none!important;margin:0!important}.spec-tree-menu .p-submenu-list .p-menuitem-link{min-height:2rem!important;padding:.5rem 1rem!important;font-size:.75rem!important}.spec-tree-menu .p-submenu-list .p-menuitem-icon{width:1rem!important;margin-right:.5rem!important;font-size:.875rem!important}.spec-tree-menu .p-submenu-icon{color:var(--text-color-secondary)!important;font-size:.75rem!important;transition:transform .2s!important}.spec-tree-menu .p-menuitem.p-menuitem-active .p-submenu-icon{color:var(--surface-a)!important;transform:rotate(90deg)!important}.spec-tree-menu .p-menuitem-link:focus{outline:.125rem solid var(--primary-color)!important;outline-offset:.125rem!important}@media (max-width:768px){.spec-tree-header{min-height:2.5rem;padding:.625rem .75rem;font-size:.9rem}.spec-tree-menu .p-menuitem-link{min-height:36px!important;padding:.5rem .75rem!important}.spec-tree-menu .p-menuitem-icon{margin-right:.5rem!important;font-size:.875rem!important}.spec-tree-menu .p-menuitem-text{font-size:.75rem!important}}.spec-tree-item-active .p-menuitem-link{background-color:var(--primary-color)!important;color:var(--surface-a)!important;font-weight:600!important}.spec-tree-item-active .p-menuitem-link .p-menuitem-text{color:var(--surface-a)!important;font-weight:600!important}.spec-tree-item-active .p-menuitem-link .p-menuitem-icon,.spec-tree-item-active .p-menuitem-link .p-submenu-icon{color:var(--surface-a)!important}.spec-tree-menuitem-icon{transition:all .2s;position:relative}.spec-tree-menuitem-icon:hover{transform:scale(1.1)}.spec-tree-menuitem-icon.filled-folder{filter:drop-shadow(0 1px 2px #0003);font-size:1rem;line-height:1;position:relative;font-family:primeicons!important}.spec-tree-menuitem-icon.filled-folder:before{content:"";opacity:.8;z-index:-1;background-color:currentColor;border-radius:.125rem;width:100%;height:100%;position:absolute;top:0;left:0}.spec-tree-menuitem-icon.filled-folder.solid{-webkit-text-fill-color:transparent;background-color:currentColor;-webkit-background-clip:text;background-clip:text;font-weight:700}.spec-tree-menuitem-icon.filled-folder:hover{filter:drop-shadow(0 2px 4px #0000004d);transform:scale(1.15)}.spec-tree-menuitem-icon.filled-folder:hover:before{opacity:1}.spec-tree-menuitem-icon.filled-folder.simple{text-shadow:none;-webkit-text-stroke:.03125rem currentColor;font-weight:700}.spec-tree-menuitem-icon.filled-folder.clean{-webkit-text-fill-color:transparent;text-shadow:none;background-color:currentColor;-webkit-background-clip:text;background-clip:text;font-weight:900}.spec-tree-menuitem-icon.filled-folder.reliable{text-shadow:.0625rem .0625rem,-1px -1px,.0625rem -.0625rem,-.0625rem .0625rem,0 .0625rem,.0625rem 0,0 -.0625rem,-.0625rem 0;font-weight:700}.spec-tree-lucide-folder{filter:drop-shadow(0 1px 2px #0003);transition:all .2s}.spec-tree-lucide-folder:hover{filter:drop-shadow(0 2px 4px #0000004d);transform:scale(1.1)}.spec-tree-menuitem-active .spec-tree-lucide-folder{color:var(--primary-color)!important}
.asset-console-main{background-color:var(--surface-ground);flex-direction:column;height:100%;min-height:calc(100vh - 10rem);padding:0;display:flex;position:relative;overflow:hidden}.asset-console-metric-card:hover{border-color:var(--primary-color);transform:translateY(-6px)scale(1.02);box-shadow:0 20px 40px #0006}.asset-console-search-container{position:relative}.asset-console-search-container .asset-console-autocomplete{flex:1;min-width:0}.asset-console-search-container .asset-console-autocomplete .p-autocomplete-input{flex:1;width:100%!important}.asset-console-search-container .asset-console-autocomplete .p-autocomplete{flex:1;width:100%}.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-datatable-header{margin:0!important;padding:.5rem!important}.asset-console-tabview .p-tabview-panel .workflow-forms-toolbar{margin-top:0!important;margin-bottom:0!important;padding:.5rem!important}.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-toolbar{margin:0!important;padding:.5rem!important}.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-toolbar .p-toolbar-group-start,.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-toolbar .p-toolbar-group-end{align-items:center;display:flex}.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-toolbar .p-toolbar-group-start>div{align-items:center;height:100%;display:flex}.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-toolbar .p-toolbar-group-start .react-datetime-picker{width:auto}.asset-console-tabview .p-tabview-panel .workflow-forms-grid .p-toolbar .p-toolbar-group-start .react-datetime-picker__wrapper{border:1px solid var(--surface-border);border-radius:6px;padding:.5rem}.asset-console-tabview{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.asset-console-tabview .p-tabview-nav{z-index:10;background:var(--surface-card);flex-shrink:0;position:relative}.asset-console-tabview .p-tabview-panels{flex-direction:column;flex:1;height:calc(100% - 3rem);min-height:0;display:flex;position:relative;overflow:hidden}.asset-console-tabview .p-tabview-panel{flex-direction:column;flex:1;height:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.asset-console-tabview .p-tabview-panel:first-child{padding:1rem}.asset-console-tabview .p-tabview-panel:not(:first-child){margin:0!important;padding:0!important}.asset-console-tabview .p-tabview-panel .data-Grid-Main-div{flex-direction:column;flex:1;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden;margin:0!important;padding:0!important;position:relative!important;inset:0 auto auto!important}.asset-console-tabview .p-tabview-panel .p-datatable{flex-direction:column;flex:1;height:100%;min-height:0;max-height:100%;display:flex}.asset-console-tabview .p-tabview-panel .p-datatable-wrapper{flex:1;min-height:0;max-height:100%;position:relative;overflow:auto}.asset-console-header-modern{background:linear-gradient(135deg,var(--surface-card)0%,var(--surface-50)100%);border-bottom:1px solid var(--surface-border);padding:1.5rem 2rem;box-shadow:0 2px 8px #0000000a}.asset-console-header-content-modern{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.asset-console-header-left{flex:1;min-width:300px}.asset-console-title-modern{color:var(--text-color);letter-spacing:-.5px;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.asset-console-asset-info{flex-direction:column;gap:.5rem;display:flex}.asset-console-asset-id-large{color:var(--primary-color);letter-spacing:.5px;font-size:2rem;font-weight:700}.asset-console-asset-desc-large{color:var(--text-color);margin-top:.25rem;font-size:1.125rem;font-weight:500}.asset-console-asset-meta{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.asset-console-meta-badge{background:var(--surface-100);border:1px solid var(--surface-border);color:var(--text-color-secondary);border-radius:6px;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.asset-console-search-modern{flex-shrink:0;min-width:320px}.asset-console-search-box{background:var(--surface-card);border:2px solid var(--surface-border);border-radius:8px;align-items:center;padding:.5rem 1rem;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 4px #0000000a}.asset-console-search-box:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.asset-console-search-icon-modern{color:var(--text-color-secondary);flex-shrink:0;margin-right:.75rem}.asset-console-search-input-modern{flex:1;width:100%}.asset-console-search-input-field-modern{width:100%!important;color:var(--text-color)!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:0!important;font-family:inherit!important;font-size:.875rem!important}.asset-console-search-input-field-modern::placeholder{color:var(--text-color-secondary)}.asset-console-search-input-modern .p-autocomplete-dropdown{display:none!important}.asset-console-content-wrapper{padding:2rem}.asset-console-actions-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.asset-console-action-card-enhanced{background:var(--surface-card);border:1px solid var(--surface-border);cursor:pointer;border-radius:12px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.asset-console-action-card-enhanced:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-color-dark));transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.asset-console-action-card-enhanced:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.asset-console-action-card-enhanced:hover:before{transform:scaleX(1)}.asset-console-card-inner{text-align:center;flex-direction:column;align-items:center;height:100%;display:flex;position:relative}.asset-console-card-count-display{margin-bottom:1rem}.asset-console-count-number{color:var(--primary-color);text-shadow:0 2px 8px rgba(var(--primary-color-rgb),.2);font-size:4rem;font-weight:700;line-height:1}.asset-console-card-icon-enhanced{background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.1),rgba(var(--primary-color-rgb),.05));width:64px;height:64px;color:var(--primary-color);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2rem;transition:all .3s;display:flex}.asset-console-action-card-enhanced:hover .asset-console-card-icon-enhanced{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-dark));color:#fff;box-shadow:0 4px 16px rgba(var(--primary-color-rgb),.3);transform:scale(1.1)rotate(5deg)}.asset-console-card-content{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.asset-console-card-title-enhanced{color:var(--text-color);text-align:center;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.asset-console-card-subtitle-enhanced{color:var(--text-color-secondary);text-align:center;margin:0;font-size:.875rem;line-height:1.5}.asset-console-card-arrow{color:var(--text-color-secondary);opacity:0;font-size:1.25rem;transition:all .3s;position:absolute;top:1rem;right:1rem;transform:translate(-8px)}.asset-console-action-card-enhanced:hover .asset-console-card-arrow{opacity:1;color:var(--primary-color);transform:translate(0)}.asset-console-executions-section{margin-top:2rem}.asset-console-execution-group{margin-bottom:2.5rem}.asset-console-section-header{border-bottom:2px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.asset-console-section-title{color:var(--text-color);align-items:center;margin:0;font-size:1.25rem;font-weight:600;display:flex}.asset-console-section-count{background:var(--primary-color);color:#fff;border-radius:16px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.asset-console-execution-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.asset-console-execution-tile{background:var(--surface-card);border:1px solid var(--surface-border);cursor:pointer;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000a}.asset-console-execution-tile:before{content:"";background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.05),transparent);opacity:0;transition:opacity .3s;position:absolute;inset:0}.asset-console-execution-tile:hover{box-shadow:0 8px 24px rgba(var(--primary-color-rgb),.15);border-color:var(--primary-color);transform:translateY(-4px)scale(1.02)}.asset-console-execution-tile:hover:before{opacity:1}.asset-console-tile-inner{flex-direction:column;height:100%;padding:1.25rem;display:flex;position:relative}.asset-console-tile-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.asset-console-tile-icon{background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.1),rgba(var(--primary-color-rgb),.05));width:40px;height:40px;color:var(--primary-color);border-radius:8px;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.asset-console-execution-tile:hover .asset-console-tile-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-dark));color:#fff;transform:scale(1.1)}.asset-console-tile-badge{background:var(--surface-100);border:1px solid var(--surface-border);color:var(--primary-color);border-radius:12px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.asset-console-tile-content{flex:1;margin-bottom:.75rem}.asset-console-tile-title{color:var(--text-color);margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4}.asset-console-tile-description{color:var(--text-color-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.asset-console-tile-footer{color:var(--text-color-secondary);opacity:0;justify-content:flex-end;align-items:center;font-size:1rem;transition:all .3s;display:flex;transform:translate(-8px)}.asset-console-execution-tile:hover .asset-console-tile-footer{opacity:1;color:var(--primary-color);transform:translate(0)}.asset-console-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 300px);max-height:600px;padding:4rem 2rem;animation:.5s fadeIn;display:flex}.asset-console-empty-icon-wrapper{background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.1),rgba(var(--primary-color-rgb),.05));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;animation:2s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.asset-console-empty-title{color:var(--text-color);margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.asset-console-empty-subtitle{color:var(--text-color-secondary);max-width:400px;margin:0;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.medium-dialog .p-dialog-content{flex-direction:column;display:flex;overflow:hidden;padding:1rem!important}.asset-note-dialog .p-dialog-content{flex-direction:column;height:60vh;min-height:50vh;max-height:60vh;display:flex;padding:1rem 1rem .5rem!important;overflow:hidden!important}.asset-note-dialog .p-dialog-content>div{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.asset-note-dialog .inside-datagrid-container{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;height:auto!important;position:relative!important;inset:auto!important}.asset-note-dialog .data-Grid-Main-div{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden;height:auto!important;position:relative!important;inset:auto!important}.asset-note-dialog .p-datatable{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;height:auto!important}.asset-note-dialog .p-datatable .p-datatable-wrapper{flex:1;min-height:0;overflow:auto;position:relative!important;inset:auto!important}.asset-note-dialog .p-datatable .p-paginator-bottom{flex-shrink:0;padding:.8rem 0 0;position:relative!important;bottom:auto!important}.asset-note-dialog .p-dialog-footer{border-top:1px solid var(--surface-border);z-index:10;position:relative;padding:1rem!important}.asset-note-dialog .p-dialog-footer .p-divider{display:none!important}.fullscreen-dialog{height:100vh!important;max-height:100vh!important;margin:0!important}.fullscreen-dialog .p-dialog-content{height:100vh!important;max-height:100vh!important;padding:0!important;overflow:hidden!important}.fullscreen-dialog .p-dialog{height:100vh!important;max-height:100vh!important}.fullscreen-dialog .asset-console-main{height:100vh!important;max-height:100vh!important;overflow:hidden!important}.plantops-new-date-time-picker-control .react-datetime-picker__wrapper{border:1px solid var(--surface-border)!important;border-radius:6px!important;align-items:center!important;height:40px!important;padding:0 .75rem!important;display:flex!important}.plantops-new-date-time-picker-control .react-datetime-picker__inputGroup{align-items:center!important;height:100%!important;display:flex!important}.plantops-new-date-time-picker-control .react-datetime-picker__inputGroup__input{border:none!important;height:100%!important;padding:0!important;font-size:14px!important}.plantops-new-date-time-picker-control .react-datetime-picker__button{height:100%!important;padding:0!important}.medium-dialog .inside-datagrid-container{flex-direction:column;flex:1;display:flex;overflow:hidden}.medium-dialog .p-datatable{flex-direction:column;flex:1;display:flex}.medium-dialog .p-datatable-wrapper{flex:1;overflow:auto}.medium-dialog .p-datatable-header,.medium-dialog .p-datatable-footer{flex-shrink:0}@media (max-width:768px){.asset-console-header-modern{padding:1rem}.asset-console-header-content-modern{flex-direction:column}.asset-console-search-modern{width:100%;min-width:unset}.asset-console-content-wrapper{padding:1rem}.asset-console-actions-grid{grid-template-columns:1fr;gap:1rem}.asset-console-execution-grid{grid-template-columns:1fr}.asset-console-asset-id-large{font-size:1.5rem}}
.asset-console-dashboard-landing{flex:1;justify-content:center;align-items:flex-start;min-height:0;padding:1.5rem 2rem 2rem;display:flex}.asset-console-dashboard-landing-inner{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:560px;display:flex}.asset-console-dashboard-landing-title{color:var(--text-color);letter-spacing:-.5px;text-align:center;margin:0;font-size:2rem;font-weight:700}.asset-console-dashboard-no-asset-found{color:var(--red-500);margin:.75rem 0 0;font-size:.9375rem;font-weight:500}.asset-console-dashboard-search-with-icon{width:100%;max-width:560px;position:relative}.asset-console-dashboard-search-with-icon svg{width:var(--dynamic-wch-20)!important;height:var(--dynamic-hcw-20)!important}.asset-console-dashboard-search-with-icon .p-inputtext.p-component{padding:var(--dynamic-padding-10)var(--dynamic-padding-10)var(--dynamic-padding-10)var(--dynamic-padding-44)!important}.asset-console-dashboard-search-with-icon .asset-console-dashboard-autocomplete{width:100%}.asset-console-dashboard-search-float-icon{color:var(--text-color-secondary);pointer-events:none;z-index:1;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.asset-console-dashboard-search-with-icon .p-autocomplete-input{padding-left:2.75rem!important}.asset-console-dashboard-autocomplete.p-autocomplete .p-autocomplete-input{border:1px solid var(--surface-border);border-radius:24px;width:100%;padding:.75rem 1rem;font-size:1rem}.asset-console-dashboard-autocomplete-no-dropdown.p-autocomplete .p-autocomplete-dropdown{display:none!important}.asset-console-dashboard-header-search-wrap{max-width:100%}.asset-console-dashboard-header-search-wrap .asset-console-dashboard-search-float-icon{left:.75rem}.asset-console-dashboard-header-search-wrap .p-autocomplete-input{border-radius:10px;padding:.5rem .75rem;padding-left:2.25rem!important}.asset-console-dashboard-with-asset{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.asset-console-dashboard-header-wrap{flex-shrink:0;margin-bottom:1rem}.asset-console-dashboard-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.asset-console-dashboard-footer-wrap{flex-shrink:0;margin-top:auto;padding-top:1rem}.footer-collapsed .asset-console-dashboard-footer-wrap{padding-top:0}.asset-console-dashboard-header{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.asset-console-dashboard-header-left{align-items:center;gap:1rem;min-width:0;display:flex}.asset-console-dashboard-header-logo{background:linear-gradient(135deg,var(--primary-color),#06b6d4);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.asset-console-dashboard-header-title{color:var(--text-color);margin:0;font-size:1.25rem;font-weight:700}.asset-console-dashboard-header-desc{color:var(--text-color-secondary);margin:.25rem 0 0;font-size:.875rem}.asset-console-dashboard-header-center{flex-direction:column;flex:1;align-items:stretch;min-width:200px;max-width:400px;display:flex}.asset-console-dashboard-header-right{align-items:center;gap:.5rem;display:flex}.asset-console-dashboard-workcenter-icon{color:var(--primary-color);flex-shrink:0}.asset-console-dashboard-workcenter-label{flex-direction:column;align-items:flex-end;gap:.125rem;display:flex}.asset-console-dashboard-workcenter-text{text-transform:uppercase;letter-spacing:.5px;color:var(--text-color-secondary);font-size:.6875rem;font-weight:600}.asset-console-dashboard-workcenter-id{color:var(--text-color);font-size:.875rem;font-weight:600}.asset-console-dashboard-cards-area{flex:1;min-height:0;padding-bottom:.5rem;overflow:auto}.asset-console-dashboard-cards-row{gap:1rem;margin-bottom:1.5rem;display:grid}.asset-console-dashboard-cards-row-main{grid-template-columns:repeat(6,1fr)}@media (max-width:1200px){.asset-console-dashboard-cards-row-main{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.asset-console-dashboard-cards-row-main{grid-template-columns:repeat(2,1fr)}}.asset-console-dashboard-card{border-radius:12px;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.asset-console-dashboard-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.asset-console-dashboard-card-bg-icon{opacity:.55;pointer-events:none;filter:none;width:2.75rem;height:2.75rem;color:var(--text-color);border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:.75rem;right:.75rem}.asset-console-dashboard-card-bg-icon .pi{color:inherit;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;font-size:1.5rem}.asset-console-dashboard-card-bg-icon svg{width:1.75rem;height:1.75rem;color:inherit}.asset-console-dashboard-card-inner{z-index:1;flex-direction:column;gap:.35rem;display:flex;position:relative}.asset-console-dashboard-card-title{color:var(--text-color);font-size:.9375rem;font-weight:600}.asset-console-dashboard-card-subtitle{color:var(--text-color-secondary);font-size:.75rem}.asset-console-dashboard-card-value{color:var(--text-color);font-size:2rem;font-weight:700;line-height:1.2}.asset-console-dashboard-activity-row{grid-template-columns:1fr}.asset-console-dashboard-section-title{color:var(--text-color);margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.asset-console-dashboard-activity-tiles{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:992px){.asset-console-dashboard-activity-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.asset-console-dashboard-activity-tiles{grid-template-columns:1fr}}.asset-console-dashboard-activity-tile{background:var(--surface-card);border:1px solid var(--surface-border);cursor:pointer;border-radius:12px;padding:1rem;transition:all .3s}.asset-console-dashboard-activity-tile:hover{border-color:var(--primary-color);box-shadow:0 8px 16px #0000000f}.asset-console-dashboard-activity-tile-inner{flex-direction:column;gap:.25rem;display:flex;position:relative}.asset-console-dashboard-activity-tile-play{width:auto;height:auto;min-width:unset;min-height:unset;border:none;border-radius:0;flex-shrink:0;padding:.25rem;position:absolute;top:.5rem;right:.5rem;color:var(--green-600)!important;background:0 0!important}.asset-console-dashboard-activity-tile-play .p-button-icon{margin:0;font-size:1.25rem}.asset-console-dashboard-activity-tile-play:hover{color:var(--green-700)!important;background:#22c55e1a!important}.asset-console-dashboard-activity-tile-type{color:var(--primary-color);text-transform:uppercase;font-size:.75rem;font-weight:600}.asset-console-dashboard-activity-tile-id{color:var(--text-color);font-size:.9375rem;font-weight:600}.asset-console-dashboard-activity-tile-desc{color:var(--text-color-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.asset-console-dashboard-footer{background:var(--primary-color);color:var(--primary-color-text);border-radius:s0px;flex-shrink:0;justify-content:space-between;align-items:center;width:93.8%;padding:.5rem 1.25rem;font-size:.8125rem;display:flex;position:fixed;bottom:0;left:6.1%}.asset-console-dashboard-footer-left{align-items:center;gap:.4rem;display:flex}.asset-console-dashboard-footer-icon{width:28px;height:28px;color:inherit;cursor:pointer;background:#ffffff1f;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .2s;display:inline-flex}.asset-console-dashboard-footer-icon:hover{background:#ffffff40}.asset-console-dashboard-footer-center{font-size:.8125rem;font-weight:500}.asset-console-dashboard-footer-right{align-items:center;font-size:.8125rem;font-weight:500;display:flex}.asset-console-dashboard-footer-collapsed{background:var(--primary-color);color:var(--primary-color-text);z-index:100;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem;display:flex;position:fixed;bottom:1rem;right:1.25rem;box-shadow:0 4px 16px #0000002e}.asset-console-dashboard-footer-collapsed .asset-console-dashboard-footer-icon{width:30px;height:30px}.asset-console-dashboard-footer-collapsed-user{letter-spacing:.03em;text-align:center;word-break:break-all;opacity:.9;max-width:34px;padding:.3rem .15rem;font-size:1rem;font-weight:600;line-height:1.2}.asset-console-dashboard-slide-layout{flex:1;gap:1rem;min-height:0;animation:.4s ease-out asset-console-dashboard-slide-in;display:flex;overflow:hidden}@keyframes asset-console-dashboard-slide-in{0%{opacity:0}to{opacity:1}}.asset-console-dashboard-slide-cards{flex-direction:column;flex-shrink:0;gap:.5rem;width:220px;padding:.5rem 0;display:flex}.asset-console-dashboard-slide-cards-stack{flex-direction:column;gap:.5rem;display:flex}.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card{padding:.75rem 1rem}.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card-value,.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card-subtitle{display:none}.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card-title{font-size:.8125rem}.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card-inner>div:first-child{width:36px;height:36px;font-size:1rem}.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card-inner{flex-direction:row;align-items:center;gap:.5rem}.asset-console-dashboard-slide-cards-stack .asset-console-dashboard-card-bg-icon{display:none}.asset-console-dashboard-slide-grid{flex-direction:column;flex:1;min-width:0;animation:.45s ease-out asset-console-dashboard-grid-in;display:flex;overflow:hidden}@keyframes asset-console-dashboard-grid-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.asset-console-dashboard-toolbar-row{flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.asset-console-dashboard-toolbar-title{text-align:center;color:var(--text-color);letter-spacing:.02em;border-bottom:2px solid var(--surface-border);background:linear-gradient(to bottom,var(--surface-50),var(--surface-100));border-radius:8px;flex:1;margin:0;padding:.5rem 1rem;font-size:1.5rem;font-weight:700;box-shadow:0 1px 2px #0000000a}.asset-console-dashboard-toolbar-end{flex-shrink:0;align-items:center;min-width:0;display:flex}.asset-console-expandable-grid-heading{min-height:2.5rem}.asset-console-expandable-grid-heading-text{letter-spacing:.02em;font-size:1.125rem;font-weight:700}.asset-console-dashboard-full-grid{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.asset-console-dashboard-main .data-Grid-Main-div,.asset-console-dashboard-slide-grid .data-Grid-Main-div,.asset-console-dashboard-full-grid .data-Grid-Main-div{position:relative!important;inset:auto!important}.asset-console-dashboard-full-grid .data-Grid-Main-div.asset-console-dashboard-grid-scroll,.asset-console-dashboard-full-grid .data-Grid-Main-div{flex-direction:column;flex:1;min-height:0;max-height:calc(87vh - 308px);display:flex;overflow:hidden}.footer-collapsed .asset-console-dashboard-full-grid .data-Grid-Main-div.asset-console-dashboard-grid-scroll,.footer-collapsed .asset-console-dashboard-full-grid .data-Grid-Main-div{max-height:calc(94vh - 350px)}.asset-console-dashboard-full-grid .data-Grid-Main-div .p-datatable{flex-direction:column;flex:1;height:0;min-height:0;display:flex}.asset-console-dashboard-full-grid .data-Grid-Main-div .p-datatable-wrapper{flex:1;min-height:0;overflow:auto!important}.asset-console-dashboard-full-grid .data-Grid-Main-div>.p-datatable .p-paginator-bottom{flex-shrink:0;padding:.5rem 1rem}.asset-console-dashboard-full-grid .data-Grid-Main-div .inside-datagrid-container{flex-direction:column;flex:1;height:0;min-height:0;display:flex;overflow:hidden;position:relative!important;inset:auto!important}.asset-console-dashboard-full-grid .data-Grid-Main-div .inside-datagrid-container .p-datatable{flex-direction:column;flex:1;height:0;min-height:0;display:flex}.asset-console-dashboard-full-grid .data-Grid-Main-div .inside-datagrid-container .p-datatable .p-datatable-wrapper{min-height:unset!important;position:absolute!important;inset:0 0 56px!important}.asset-console-dashboard-full-grid .data-Grid-Main-div .inside-datagrid-container .p-datatable .p-paginator-bottom{min-height:3rem;padding:.75rem 1rem!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.asset-console-dashboard-empty-grid{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;max-height:calc(87vh - 308px);padding:2rem;display:flex;overflow:auto}.footer-collapsed .asset-console-dashboard-empty-grid{max-height:calc(94vh - 350px)}.asset-console-dashboard-main{flex-direction:column;height:100vh;min-height:0;display:flex;position:relative;overflow:hidden}.asset-console-dashboard-main .asset-console-dashboard-cards-area{flex:1;min-height:0}.asset-console-dashboard-confirm-no-icon.p-dialog .p-dialog-content .p-confirm-dialog-icon,.asset-console-dashboard-confirm-no-icon .p-dialog-content .p-confirm-dialog-icon{display:none!important}.asset-console-dashboard-confirm-no-icon .p-dialog-content .p-confirm-dialog-message{margin-left:0}
:root{--dsb-primary:#2563eb;--dsb-primary-dark:#1d4ed8;--dsb-primary-light:#3b82f6;--dsb-primary-50:#eff6ff;--dsb-primary-100:#dbeafe;--dsb-success:#10b981;--dsb-success-light:#d1fae5;--dsb-warning:#f59e0b;--dsb-warning-light:#fef3c7;--dsb-error:#ef4444;--dsb-error-light:#fee2e2;--dsb-orange:#ea580c;--dsb-cyan:#0891b2;--dsb-cyan-light:#cffafe;--dsb-purple:#7c3aed;--dsb-purple-light:#ede9fe;--dsb-gray-50:#f9fafb;--dsb-gray-100:#f3f4f6;--dsb-gray-200:#e5e7eb;--dsb-gray-300:#d1d5db;--dsb-gray-400:#9ca3af;--dsb-gray-500:#6b7280;--dsb-gray-600:#4b5563;--dsb-gray-700:#374151;--dsb-gray-800:#1f2937;--dsb-gray-900:#111827;--dsb-white:#fff;--dsb-font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--dsb-font-mono:"JetBrains Mono",Consolas,monospace;--dsb-shadow-sm:0 1px 2px #0000000d;--dsb-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--dsb-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--dsb-shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--dsb-radius-sm:6px;--dsb-radius-md:8px;--dsb-radius-lg:12px;--dsb-sql-color:#059669;--dsb-sql-light:#d1fae5;--dsb-graphql-color:#7c3aed;--dsb-graphql-light:#ede9fe;--dsb-api-color:#2563eb;--dsb-api-light:#dbeafe;--dsb-json-color:#f59e0b;--dsb-json-light:#fef3c7}.data-source-builder *,.data-source-builder :before,.data-source-builder :after{box-sizing:border-box;margin:0;padding:0}.data-source-builder ::-webkit-scrollbar{width:8px;height:8px}.data-source-builder ::-webkit-scrollbar-track{background:var(--dsb-gray-100)}.data-source-builder ::-webkit-scrollbar-thumb{background:var(--dsb-gray-300);border-radius:4px}.data-source-builder ::-webkit-scrollbar-thumb:hover{background:var(--dsb-gray-400)}.data-source-builder .dsb-app{height:100vh;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);flex-direction:column;display:flex}.data-source-builder .dsb-main{flex:1;display:flex;position:relative;overflow:hidden}.data-source-builder .header{background:linear-gradient(135deg,var(--dsb-primary)0%,var(--dsb-primary-dark)100%);color:#fff;z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;box-shadow:0 2px 8px #00000026}.data-source-builder .header-left{align-items:center;gap:14px;display:flex}.data-source-builder .header-logo{align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.data-source-builder .header-logo svg{width:24px;height:24px}.data-source-builder .header-divider{background:#ffffff4d;width:1px;height:24px}.data-source-builder .header-title input{border-radius:var(--dsb-radius-sm);color:#fff;width:220px;font-size:13px;font-weight:600;font-family:var(--dsb-font-sans);background:#ffffff26;border:1px solid #ffffff40;padding:7px 14px}.data-source-builder .header-title input::placeholder{color:#fff9}.data-source-builder .header-title input:focus{background:#ffffff40;border-color:#ffffff80;outline:none}.data-source-builder .header-title span{opacity:.9;font-size:13px;font-weight:600}.data-source-builder .header-right{align-items:center;gap:8px;display:flex}.data-source-builder .btn{font-family:var(--dsb-font-sans);border-radius:var(--dsb-radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.data-source-builder .btn svg{flex-shrink:0;width:15px;height:15px}.data-source-builder .btn-primary{background:var(--dsb-primary);color:var(--dsb-white)}.data-source-builder .btn-primary:hover{background:var(--dsb-primary-dark)}.data-source-builder .btn-secondary{color:var(--dsb-white);background:#ffffff26;border:1px solid #ffffff4d}.data-source-builder .btn-secondary:hover{background:#ffffff40}.data-source-builder .btn-success{background:var(--dsb-success);color:var(--dsb-white)}.data-source-builder .btn-success:hover{background:#059669}.data-source-builder .btn-ghost{color:var(--dsb-gray-600);background:0 0}.data-source-builder .btn-ghost:hover{background:var(--dsb-gray-100);color:var(--dsb-gray-800)}.data-source-builder .btn-danger{background:var(--dsb-error);color:var(--dsb-white)}.data-source-builder .btn-danger:hover{background:#dc2626}.data-source-builder .btn-sm{padding:5px 10px;font-size:11px}.data-source-builder .btn-outline{color:var(--dsb-primary);border:1px solid var(--dsb-primary);background:0 0}.data-source-builder .btn-outline:hover{background:var(--dsb-primary-50)}.data-source-builder .panel{background:var(--dsb-white);flex-direction:column;transition:width .25s;display:flex;overflow:hidden}.data-source-builder .panel-left{border-right:1px solid var(--dsb-gray-200);width:300px;min-width:260px}.data-source-builder .panel-center{background:var(--dsb-gray-50);flex-direction:column;flex:1;min-width:400px;display:flex}.data-source-builder .panel-right{border-left:1px solid var(--dsb-gray-200);width:340px;min-width:300px}.data-source-builder .panel.collapsed{border:none;overflow:hidden;width:0!important;min-width:0!important}.data-source-builder .panel-header{background:linear-gradient(135deg,var(--dsb-gray-700)0%,var(--dsb-gray-800)100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.data-source-builder .panel-header-title{text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.data-source-builder .panel-header-title svg{width:15px;height:15px}.data-source-builder .panel-content{flex:1;overflow:hidden auto}.data-source-builder .tabs{border-bottom:1px solid var(--dsb-gray-200);background:var(--dsb-white);flex-shrink:0;display:flex}.data-source-builder .tab{text-align:center;cursor:pointer;color:var(--dsb-gray-500);font-size:12px;font-weight:600;font-family:var(--dsb-font-sans);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 12px;transition:all .15s}.data-source-builder .tab:hover{color:var(--dsb-gray-700);background:var(--dsb-gray-50)}.data-source-builder .tab.active{color:var(--dsb-primary);border-bottom-color:var(--dsb-primary);background:var(--dsb-primary-50)}.data-source-builder .splitter{cursor:col-resize;background:var(--dsb-gray-200);flex-shrink:0;width:6px;transition:background .15s;position:relative}.data-source-builder .splitter:hover,.data-source-builder .splitter.active{background:var(--dsb-primary)}.data-source-builder .canvas-header{border-bottom:1px solid var(--dsb-gray-200);background:var(--dsb-white);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.data-source-builder .canvas-header-left{align-items:center;gap:10px;display:flex}.data-source-builder .canvas-header-title{color:var(--dsb-gray-700);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.data-source-builder .canvas-header-title svg{width:16px;height:16px;color:var(--dsb-gray-400)}.data-source-builder .dsb-editor-area{flex-direction:column;flex:1;display:flex;overflow-y:auto}.data-source-builder .dsb-editor-split-container,.data-source-builder .dsb-editor-split-top{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.data-source-builder .dsb-editor-split-bottom{flex-direction:column;flex:none;display:flex;overflow:hidden}.data-source-builder .dsb-vertical-splitter{background:var(--dsb-gray-100);border-top:1px solid var(--dsb-gray-200);border-bottom:1px solid var(--dsb-gray-200);cursor:row-resize;z-index:2;flex-shrink:0;justify-content:center;align-items:center;height:6px;transition:background .15s;display:flex;position:relative}.data-source-builder .dsb-vertical-splitter:hover,.data-source-builder .dsb-vertical-splitter:active{background:var(--dsb-primary-100);border-color:var(--dsb-primary)}.data-source-builder .dsb-vertical-splitter-grip{background:var(--dsb-gray-300);border-radius:1px;width:32px;height:2px}.data-source-builder .dsb-vertical-splitter:hover .dsb-vertical-splitter-grip{background:var(--dsb-primary)}.data-source-builder .canvas-empty{text-align:center;color:var(--dsb-gray-400);flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex}.data-source-builder .canvas-empty svg{width:48px;height:48px;margin-bottom:16px}.data-source-builder .canvas-empty h3{color:var(--dsb-gray-500);margin-bottom:8px;font-size:16px;font-weight:600}.data-source-builder .canvas-empty p{font-size:13px}.data-source-builder .dsb-search-bar{border-bottom:1px solid var(--dsb-gray-200);padding:8px 12px}.data-source-builder .dsb-search-bar input{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);width:100%;font-size:12px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);background:var(--dsb-gray-50)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 10px center;padding:7px 10px 7px 32px}.data-source-builder .dsb-search-bar input:focus{border-color:var(--dsb-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.data-source-builder .dsb-add-bar{border-bottom:1px solid var(--dsb-gray-200);padding:8px 12px}.data-source-builder .dsb-list-item{cursor:pointer;border-bottom:1px solid var(--dsb-gray-100);border-left:3px solid #0000;align-items:center;gap:10px;padding:10px 14px;transition:all .15s;display:flex;position:relative}.data-source-builder .dsb-list-item:hover{background:var(--dsb-gray-50)}.data-source-builder .dsb-list-item.selected{background:var(--dsb-primary-50);border-left-color:var(--dsb-primary)}.data-source-builder .dsb-list-item-icon{border-radius:var(--dsb-radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.data-source-builder .dsb-list-item-icon svg{color:#fff;width:16px;height:16px}.data-source-builder .dsb-list-item-info{flex:1;min-width:0}.data-source-builder .dsb-list-item-name{color:var(--dsb-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.data-source-builder .dsb-list-item-type{text-transform:uppercase;letter-spacing:.3px;margin-top:2px;font-size:10px;font-weight:600}.data-source-builder .dsb-list-item-actions{gap:4px;display:none}.data-source-builder .dsb-list-item:hover .dsb-list-item-actions{display:flex}.data-source-builder .dsb-list-item-actions button{background:var(--dsb-gray-100);cursor:pointer;width:24px;height:24px;color:var(--dsb-gray-500);border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .1s;display:flex}.data-source-builder .dsb-list-item-actions button:hover{background:var(--dsb-gray-200);color:var(--dsb-gray-700)}.data-source-builder .dsb-list-item-actions button.danger:hover{background:var(--dsb-error-light);color:var(--dsb-error)}.data-source-builder .dsb-list-item-actions button svg{width:12px;height:12px}.data-source-builder .dsb-type-badge{text-transform:uppercase;letter-spacing:.3px;color:#fff;border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.data-source-builder .dsb-type-badge.sql{background:var(--dsb-sql-color)}.data-source-builder .dsb-type-badge.graphql{background:var(--dsb-graphql-color)}.data-source-builder .dsb-type-badge.api{background:var(--dsb-api-color)}.data-source-builder .dsb-type-badge.json{background:var(--dsb-json-color)}.data-source-builder .add-ds-dropdown{display:inline-block;position:relative}.data-source-builder .add-ds-menu{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-md);box-shadow:var(--dsb-shadow-lg);z-index:100;background:#fff;min-width:220px;margin-top:4px;position:absolute;top:100%;left:0}.data-source-builder .add-ds-item{color:var(--dsb-gray-700);cursor:pointer;text-align:left;width:100%;font-size:12px;font-weight:500;font-family:var(--dsb-font-sans);background:0 0;border:none;align-items:center;gap:10px;padding:10px 14px;transition:background .1s;display:flex}.data-source-builder .add-ds-item:hover{background:var(--dsb-gray-50)}.data-source-builder .add-ds-item-icon{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.data-source-builder .add-ds-item-icon svg{color:#fff;width:14px;height:14px}.data-source-builder .add-ds-sep{background:var(--dsb-gray-200);height:1px;margin:4px 0}.data-source-builder .prop-empty{color:var(--dsb-gray-400);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.data-source-builder .prop-empty svg{width:40px;height:40px;margin-bottom:12px}.data-source-builder .prop-section{border-bottom:1px solid var(--dsb-gray-200)}.data-source-builder .prop-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.data-source-builder .prop-section-header:hover{background:var(--dsb-gray-50)}.data-source-builder .prop-section-title{color:var(--dsb-gray-700);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.data-source-builder .prop-section-title svg{width:15px;height:15px;color:var(--dsb-gray-500)}.data-source-builder .prop-section-toggle svg{width:14px;height:14px;color:var(--dsb-gray-400);transition:transform .2s}.data-source-builder .prop-section.open .prop-section-toggle svg{transform:rotate(180deg)}.data-source-builder .prop-section-body{padding:0 16px 16px;display:none}.data-source-builder .prop-section.open .prop-section-body{display:block}.data-source-builder .prop-row{margin-bottom:12px}.data-source-builder .prop-label{color:var(--dsb-gray-500);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.data-source-builder .prop-input{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);width:100%;font-size:13px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);padding:7px 10px}.data-source-builder .prop-input:focus{border-color:var(--dsb-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.data-source-builder .prop-input.mono{font-family:var(--dsb-font-mono);font-size:12px}.data-source-builder .prop-select{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);width:100%;font-size:13px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);background:var(--dsb-white);cursor:pointer;padding:7px 10px}.data-source-builder .prop-select:focus{border-color:var(--dsb-primary);outline:none}.data-source-builder .prop-textarea{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);width:100%;font-size:13px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);resize:vertical;min-height:60px;padding:8px 10px}.data-source-builder .prop-textarea:focus{border-color:var(--dsb-primary);outline:none}.data-source-builder .prop-row-2{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.data-source-builder .prop-toggle-row{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.data-source-builder .prop-toggle-label{color:var(--dsb-gray-600);font-size:12px;font-weight:500}.data-source-builder .prop-toggle{cursor:pointer;width:36px;height:20px;display:inline-block;position:relative}.data-source-builder .prop-toggle input{display:none}.data-source-builder .prop-toggle-slider{background:var(--dsb-gray-300);border-radius:10px;transition:all .2s;position:absolute;inset:0}.data-source-builder .prop-toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:2px;left:2px}.data-source-builder .prop-toggle input:checked+.prop-toggle-slider{background:var(--dsb-primary)}.data-source-builder .prop-toggle input:checked+.prop-toggle-slider:before{transform:translate(16px)}.data-source-builder .prop-delete-btn{background:var(--dsb-error-light);width:100%;color:var(--dsb-error);border-radius:var(--dsb-radius-sm);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--dsb-font-sans);border:1px solid #fca5a5;justify-content:center;align-items:center;gap:6px;padding:10px;display:flex}.data-source-builder .prop-delete-btn:hover{background:var(--dsb-error);color:var(--dsb-white)}.data-source-builder .prop-delete-btn svg{width:14px;height:14px}.data-source-builder .dsb-kv-table{border-collapse:collapse;width:100%;font-size:12px}.data-source-builder .dsb-kv-table th{text-align:left;text-transform:uppercase;letter-spacing:.3px;color:var(--dsb-gray-500);background:var(--dsb-gray-50);border-bottom:1px solid var(--dsb-gray-200);padding:6px 8px;font-size:10px;font-weight:700}.data-source-builder .dsb-kv-table td{border-bottom:1px solid var(--dsb-gray-100);vertical-align:middle;padding:4px}.data-source-builder .dsb-kv-table input[type=text]{width:100%;font-size:12px;font-family:var(--dsb-font-mono);color:var(--dsb-gray-800);background:0 0;border:1px solid #0000;border-radius:4px;padding:5px 8px}.data-source-builder .dsb-kv-table input[type=text]:focus{border-color:var(--dsb-primary);background:var(--dsb-white);outline:none}.data-source-builder .dsb-kv-table input[type=checkbox]{cursor:pointer}.data-source-builder .dsb-kv-delete{cursor:pointer;width:22px;height:22px;color:var(--dsb-gray-400);background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;display:flex}.data-source-builder .dsb-kv-delete:hover{background:var(--dsb-error-light);color:var(--dsb-error)}.data-source-builder .dsb-kv-delete svg{width:12px;height:12px}.data-source-builder .dsb-kv-add{color:var(--dsb-primary);cursor:pointer;font-size:11px;font-weight:600;font-family:var(--dsb-font-sans);background:0 0;border:none;align-items:center;gap:4px;padding:6px 10px;display:flex}.data-source-builder .dsb-kv-add:hover{background:var(--dsb-primary-50);border-radius:4px}.data-source-builder .dsb-kv-add svg{width:12px;height:12px}.data-source-builder .dsb-editor-header{border-bottom:1px solid var(--dsb-gray-200);background:var(--dsb-white);flex-shrink:0;align-items:center;gap:12px;padding:12px 20px;display:flex}.data-source-builder .dsb-editor-header .dsb-run-btn{margin-left:auto}.data-source-builder .dsb-editor-header-title{color:var(--dsb-gray-800);font-size:14px;font-weight:700}.data-source-builder .dsb-editor-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.data-source-builder .dsb-editor-monaco{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);flex:1;min-height:300px;overflow:hidden}.data-source-builder .dsb-editor-config{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.data-source-builder .dsb-editor-config-row{align-items:center;gap:12px;display:flex}.data-source-builder .dsb-editor-config-row label{color:var(--dsb-gray-600);flex-shrink:0;min-width:100px;font-size:12px;font-weight:600}.data-source-builder .dsb-editor-config-row input,.data-source-builder .dsb-editor-config-row select{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);font-size:13px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);flex:1;padding:7px 10px}.data-source-builder .dsb-editor-config-row input:focus,.data-source-builder .dsb-editor-config-row select:focus{border-color:var(--dsb-primary);outline:none}.data-source-builder .dsb-api-url-bar{background:var(--dsb-white);border-bottom:1px solid var(--dsb-gray-200);align-items:center;gap:8px;padding:12px 20px;display:flex}.data-source-builder .dsb-api-method-select{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);font-size:13px;font-weight:700;font-family:var(--dsb-font-sans);color:var(--dsb-primary);background:var(--dsb-primary-50);cursor:pointer;min-width:100px;padding:8px 12px}.data-source-builder .dsb-api-method-select:focus{border-color:var(--dsb-primary);outline:none}.data-source-builder .dsb-api-url-input{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);font-size:13px;font-family:var(--dsb-font-mono);color:var(--dsb-gray-800);flex:1;padding:8px 12px}.data-source-builder .dsb-api-url-input:focus{border-color:var(--dsb-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.data-source-builder .dsb-run-btn{border-radius:var(--dsb-radius-sm);font-size:13px;font-weight:600;font-family:var(--dsb-font-sans);cursor:pointer;color:#fff;white-space:nowrap;background:#059669;border:none;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;transition:background .15s,opacity .15s;display:inline-flex}.data-source-builder .dsb-run-btn:hover:not(:disabled){background:#047857}.data-source-builder .dsb-run-btn:disabled{background:var(--dsb-gray-200);color:var(--dsb-gray-400);cursor:not-allowed}.data-source-builder .dsb-run-btn i{font-size:12px}.data-source-builder .dsb-run-result-panel{border-top:1px solid var(--dsb-gray-200);flex-direction:column;flex-shrink:0;max-height:250px;display:flex}.data-source-builder .dsb-run-result-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.data-source-builder .dsb-run-result-header.success{color:#065f46;background:#d1fae5}.data-source-builder .dsb-run-result-header.error{color:#991b1b;background:#fee2e2}.data-source-builder .dsb-run-result-status{align-items:center;gap:8px;display:flex}.data-source-builder .dsb-run-result-status i{font-size:14px}.data-source-builder .dsb-run-result-close{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;padding:4px;transition:opacity .15s}.data-source-builder .dsb-run-result-close:hover{opacity:1}.data-source-builder .dsb-run-result-content{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#1e293b;flex:1;margin:0;padding:12px 16px;font-family:SF Mono,Monaco,Consolas,Courier New,monospace;font-size:12px;line-height:1.5;overflow:auto}.data-source-builder .dsb-auth-type-select{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);width:100%;font-size:13px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);cursor:pointer;margin-bottom:12px;padding:8px 12px}.data-source-builder .dsb-auth-fields{flex-direction:column;gap:10px;display:flex}.data-source-builder .dsb-auth-field label{color:var(--dsb-gray-500);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.data-source-builder .dsb-auth-field input,.data-source-builder .dsb-auth-field select{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);width:100%;font-size:13px;font-family:var(--dsb-font-sans);color:var(--dsb-gray-800);padding:7px 10px}.data-source-builder .dsb-auth-field input:focus{border-color:var(--dsb-primary);outline:none}.data-source-builder .dsb-json-split{flex:1;display:flex;overflow:hidden}.data-source-builder .dsb-json-split-left{flex-direction:column;min-width:250px;display:flex;overflow:hidden}.data-source-builder .dsb-json-split-right{flex-direction:column;min-width:200px;display:flex;overflow:hidden}.data-source-builder .dsb-json-split-header{background:var(--dsb-gray-50);border-bottom:1px solid var(--dsb-gray-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.data-source-builder .dsb-json-split-header.preview{background:var(--dsb-gray-800)}.data-source-builder .dsb-json-split-header.preview .dsb-json-split-header-title{color:var(--dsb-white)}.data-source-builder .dsb-json-split-header.preview .btn-ghost{color:var(--dsb-gray-300)}.data-source-builder .dsb-json-split-header.preview .btn-ghost:hover{color:var(--dsb-white);background:#ffffff1a}.data-source-builder .dsb-json-split-header-title{color:var(--dsb-gray-700);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.data-source-builder .dsb-json-mode-toggle{border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);display:flex;overflow:hidden}.data-source-builder .dsb-json-mode-toggle button{font-size:11px;font-weight:600;font-family:var(--dsb-font-sans);color:var(--dsb-gray-500);cursor:pointer;background:0 0;border:none;padding:3px 10px;transition:all .15s}.data-source-builder .dsb-json-mode-toggle button:hover{background:var(--dsb-gray-100);color:var(--dsb-gray-700)}.data-source-builder .dsb-json-mode-toggle button.active{background:var(--dsb-primary);color:var(--dsb-white)}.data-source-builder .dsb-json-mode-toggle.dark{border-color:#fff3}.data-source-builder .dsb-json-mode-toggle.dark button{color:var(--dsb-gray-400)}.data-source-builder .dsb-json-mode-toggle.dark button:hover{color:var(--dsb-white);background:#ffffff1a}.data-source-builder .dsb-json-mode-toggle.dark button.active{background:var(--dsb-primary);color:var(--dsb-white)}.data-source-builder .dsb-json-struct-list{flex:1;padding:12px 16px;overflow-y:auto}.data-source-builder .dsb-json-struct-row{background:var(--dsb-white);border:1px solid var(--dsb-gray-200);border-radius:6px;align-items:center;gap:8px;margin-bottom:6px;padding:10px 12px;display:flex}.data-source-builder .dsb-json-struct-row.alt{background:var(--dsb-gray-50)}.data-source-builder .dsb-json-struct-row:hover{border-color:var(--dsb-gray-300)}.data-source-builder .dsb-json-struct-children{border-left:2px solid var(--dsb-gray-200);margin-left:12px;padding-left:12px}.data-source-builder .dsb-json-struct-add{background:var(--dsb-gray-50);border:2px dashed var(--dsb-gray-300);border-radius:6px;gap:6px;margin-bottom:6px;padding:8px;display:flex}.data-source-builder .dsb-json-struct-add-root{background:var(--dsb-gray-50);border:2px dashed var(--dsb-gray-300);border-radius:8px;gap:6px;padding:12px;display:flex}.data-source-builder .dsb-json-struct-delete{cursor:pointer;width:28px;height:28px;color:var(--dsb-gray-400);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:flex}.data-source-builder .dsb-json-struct-delete:hover{background:var(--dsb-error-light);color:var(--dsb-error)}.data-source-builder .dsb-json-splitter{cursor:col-resize;background:var(--dsb-gray-200);flex-shrink:0;width:6px;transition:background .15s;position:relative}.data-source-builder .dsb-json-splitter:hover{background:var(--dsb-primary)}.data-source-builder .dsb-json-preview-editor{background:var(--dsb-gray-900);flex:1;overflow:hidden}.data-source-builder .dsb-json-tree{flex:1;padding:12px 16px;overflow-y:auto}.data-source-builder .dsb-json-node{font-size:13px;font-family:var(--dsb-font-mono);align-items:center;gap:6px;padding:3px 0;display:flex}.data-source-builder .dsb-json-node-expand{cursor:pointer;width:16px;height:16px;color:var(--dsb-gray-400);background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;display:flex}.data-source-builder .dsb-json-node-expand:hover{background:var(--dsb-gray-100);color:var(--dsb-gray-700)}.data-source-builder .dsb-json-node-key{color:var(--dsb-gray-800);font-weight:600}.data-source-builder .dsb-json-node-colon{color:var(--dsb-gray-400)}.data-source-builder .dsb-json-node-value{cursor:pointer;border-radius:3px;padding:1px 4px}.data-source-builder .dsb-json-node-value:hover{background:var(--dsb-primary-50)}.data-source-builder .dsb-json-node-value.str{color:#059669}.data-source-builder .dsb-json-node-value.num{color:var(--dsb-primary)}.data-source-builder .dsb-json-node-value.boo{color:#d97706}.data-source-builder .dsb-json-node-value.nul{color:var(--dsb-gray-400);font-style:italic}.data-source-builder .dsb-json-node-type{text-transform:uppercase;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700}.data-source-builder .dsb-json-node-type.str{background:var(--dsb-primary-100);color:var(--dsb-primary)}.data-source-builder .dsb-json-node-type.num{background:var(--dsb-success-light);color:var(--dsb-success)}.data-source-builder .dsb-json-node-type.boo{background:var(--dsb-warning-light);color:#d97706}.data-source-builder .dsb-json-node-type.obj{color:#be185d;background:#fce7f3}.data-source-builder .dsb-json-node-type.arr{background:var(--dsb-purple-light);color:var(--dsb-purple)}.data-source-builder .dsb-json-node-type.nul{background:var(--dsb-gray-100);color:var(--dsb-gray-500)}.data-source-builder .dsb-json-node-actions{gap:2px;margin-left:auto;display:none}.data-source-builder .dsb-json-node:hover>.dsb-json-node-actions{display:flex}.data-source-builder .dsb-json-node-actions button{background:var(--dsb-gray-100);cursor:pointer;width:20px;height:20px;color:var(--dsb-gray-500);border:none;border-radius:3px;justify-content:center;align-items:center;font-size:10px;display:flex}.data-source-builder .dsb-json-node-actions button:hover{background:var(--dsb-gray-200);color:var(--dsb-gray-700)}.data-source-builder .dsb-json-node-actions button.danger:hover{background:var(--dsb-error-light);color:var(--dsb-error)}.data-source-builder .dsb-json-children{border-left:1px solid var(--dsb-gray-200);margin-left:20px;padding-left:8px}.data-source-builder .dsb-json-status{border-top:1px solid var(--dsb-gray-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 16px;font-size:11px;font-weight:600;display:flex}.data-source-builder .dsb-json-status .dsb-run-btn{padding:4px 12px;font-size:11px}.data-source-builder .dsb-json-status.valid{background:var(--dsb-success-light);color:#059669}.data-source-builder .dsb-json-status.invalid{background:var(--dsb-error-light);color:var(--dsb-error)}.data-source-builder .modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.15s dsbFadeIn;display:flex;position:fixed;inset:0}@keyframes dsbFadeIn{0%{opacity:0}to{opacity:1}}.data-source-builder .modal{border-radius:var(--dsb-radius-lg);box-shadow:var(--dsb-shadow-xl);background:#fff;flex-direction:column;max-height:90vh;animation:.2s dsbModalIn;display:flex}@keyframes dsbModalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.data-source-builder .modal-sm{width:500px}.data-source-builder .modal-md{width:700px}.data-source-builder .modal-lg{width:900px}.data-source-builder .modal-full{width:calc(100vw - 60px);height:calc(100vh - 60px)}.data-source-builder .modal-header{background:var(--dsb-gray-800);color:var(--dsb-white);border-radius:var(--dsb-radius-lg)var(--dsb-radius-lg)0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.data-source-builder .modal-header h3{font-size:14px;font-weight:700}.data-source-builder .modal-close{width:28px;height:28px;color:var(--dsb-white);cursor:pointer;background:#ffffff26;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.data-source-builder .modal-close:hover{background:#ffffff40}.data-source-builder .modal-close svg{width:16px;height:16px}.data-source-builder .modal-body{flex:1;padding:20px;overflow-y:auto}.data-source-builder .modal-footer{border-top:1px solid var(--dsb-gray-200);flex-shrink:0;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.data-source-builder .toast-container{z-index:2000;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.data-source-builder .toast{border-radius:var(--dsb-radius-md);box-shadow:var(--dsb-shadow-lg);border-left:4px solid var(--dsb-success);background:#fff;min-width:240px;padding:12px 16px;font-size:13px;font-weight:500;animation:.3s dsbToastIn}.data-source-builder .toast.error{border-left-color:var(--dsb-error)}@keyframes dsbToastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.data-source-builder .json-editor{width:100%;min-height:300px;font-family:var(--dsb-font-mono);border:1px solid var(--dsb-gray-200);border-radius:var(--dsb-radius-sm);resize:vertical;color:var(--dsb-gray-800);padding:12px;font-size:12px;line-height:1.6}.data-source-builder .json-editor:focus{border-color:var(--dsb-primary);outline:none}.data-source-builder h1,.data-source-builder h2,.data-source-builder h3,.data-source-builder h4,.data-source-builder h5,.data-source-builder h6{color:var(--dsb-white)!important}.data-source-builder .dsb-params-panel{background:var(--dsb-white);flex-direction:column;height:100%;display:flex;overflow:hidden}.data-source-builder .dsb-params-header{background:var(--dsb-gray-50);border-bottom:1px solid var(--dsb-gray-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.data-source-builder .dsb-params-title{color:var(--dsb-gray-600);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.data-source-builder .dsb-params-body{flex:1;min-height:0;overflow-y:auto}.data-source-builder .dsb-params-empty{color:var(--dsb-gray-400);text-align:center;justify-content:center;align-items:center;gap:8px;padding:16px 20px;font-size:12px;display:flex}.data-source-builder .dsb-params-empty code{font-family:var(--dsb-font-mono);background:var(--dsb-gray-100);color:#06b6d4;border-radius:3px;padding:1px 5px;font-size:11px}.data-source-builder .dsb-params-table{border-collapse:collapse;width:100%;font-size:12px}.data-source-builder .dsb-params-table th{text-align:left;text-transform:uppercase;letter-spacing:.3px;color:var(--dsb-gray-500);background:var(--dsb-gray-100);border-bottom:1px solid var(--dsb-gray-200);white-space:nowrap;padding:5px 8px;font-size:10px;font-weight:700}.data-source-builder .dsb-params-table td{border-bottom:1px solid var(--dsb-gray-100);vertical-align:middle;padding:4px 8px}.data-source-builder .dsb-params-table tbody tr:hover{background:var(--dsb-gray-100)}.data-source-builder .dsb-param-name-cell{align-items:center;gap:6px;display:flex}.data-source-builder .dsb-param-name{font-family:var(--dsb-font-mono);color:#06b6d4;font-size:12px;font-weight:600}.data-source-builder .dsb-param-badge{text-transform:uppercase;color:#0284c7;font-size:8px;font-weight:700;font-family:var(--dsb-font-sans);white-space:nowrap;background:#e0f2fe;border-radius:10px;padding:1px 5px;display:inline-block}.data-source-builder .dsb-param-input{width:100%;font-size:11px;font-family:var(--dsb-font-mono);color:var(--dsb-gray-800);background:0 0;border:1px solid #0000;border-radius:4px;padding:3px 6px}.data-source-builder .dsb-param-input:focus{border-color:var(--dsb-primary);background:var(--dsb-white);outline:none}.data-source-builder .dsb-param-select{width:100%;color:var(--dsb-gray-700);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:3px 4px;font-size:11px}.data-source-builder .dsb-param-select:focus{border-color:var(--dsb-primary);background:var(--dsb-white);outline:none}.data-source-builder .dsb-param-delete{width:20px;height:20px;color:var(--dsb-gray-400);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.data-source-builder .dsb-param-delete:hover{background:var(--dsb-error);color:var(--dsb-white)}.data-source-builder-dialog .p-dialog-header{background:linear-gradient(135deg,var(--dsb-primary)0%,var(--dsb-primary-dark)100%);border-bottom:none;padding:0}.data-source-builder-dialog .p-dialog-header-icons{display:none}.data-source-builder-dialog .p-dialog-content{padding:0!important;overflow:hidden!important}.data-source-builder-dialog .dsb-app,.data-source-builder-dialog .dsb-main{height:100%}.data-source-builder-dialog .dqp-container{height:500px;display:flex}.data-source-builder-dialog .dqp-left-panel{border-right:1px solid var(--dsb-gray-200);background:var(--dsb-white);flex-direction:column;width:240px;min-width:240px;display:flex}.data-source-builder-dialog .dqp-left-header{color:var(--dsb-white);background:var(--dsb-primary);padding:14px 16px;font-size:13px;font-weight:700}.data-source-builder-dialog .dqp-left-list{flex:1;overflow-y:auto}.data-source-builder-dialog .dqp-param-item{cursor:pointer;border-bottom:1px solid var(--dsb-gray-100);color:var(--dsb-gray-600);border-left:3px solid #0000;align-items:center;gap:8px;padding:10px 16px;transition:all .15s;display:flex}.data-source-builder-dialog .dqp-param-item:hover{background:var(--dsb-gray-50)}.data-source-builder-dialog .dqp-param-item.selected{background:var(--dsb-primary);border-left-color:var(--dsb-primary);color:var(--dsb-white)}.data-source-builder-dialog .dqp-param-token{font-family:var(--dsb-font-mono);font-size:13px;font-weight:600}.data-source-builder-dialog .dqp-right-panel{background:var(--dsb-gray-50);flex:1;padding:24px 28px;overflow-y:auto}.data-source-builder-dialog .dqp-editor{max-width:560px}.data-source-builder-dialog .dqp-field{margin-bottom:18px}.data-source-builder-dialog .dqp-label{color:var(--dsb-gray-700);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.data-source-builder-dialog .dqp-required{color:var(--dsb-error)}.data-source-builder-dialog .dqp-section-label{background:var(--dsb-primary);color:var(--dsb-white);border-radius:var(--dsb-radius-md)var(--dsb-radius-md)0 0;margin-bottom:0;padding:8px 12px;font-size:14px}.data-source-builder-dialog .dqp-input{border:1px solid var(--dsb-gray-300);border-radius:var(--dsb-radius-md);width:100%;color:var(--dsb-gray-800);background:var(--dsb-white);outline:none;padding:8px 12px;font-size:13px;transition:border-color .15s}.data-source-builder-dialog .dqp-input:focus{border-color:var(--dsb-primary);box-shadow:0 0 0 2px #2563eb1a}.data-source-builder-dialog .dqp-select{border:1px solid var(--dsb-gray-300);border-radius:var(--dsb-radius-md);width:100%;color:var(--dsb-gray-800);background:var(--dsb-white);cursor:pointer;outline:none;padding:8px 12px;font-size:13px}.data-source-builder-dialog .dqp-select:focus{border-color:var(--dsb-primary)}.data-source-builder-dialog .dqp-textarea{border:1px solid var(--dsb-gray-300);border-radius:var(--dsb-radius-md);width:100%;min-height:100px;font-size:13px;font-family:var(--dsb-font-mono);color:var(--dsb-gray-800);background:var(--dsb-white);resize:vertical;outline:none;padding:10px 12px}.data-source-builder-dialog .dqp-textarea:focus{border-color:var(--dsb-primary);box-shadow:0 0 0 2px #2563eb1a}.data-source-builder-dialog .dqp-radio-group{gap:20px;display:flex}.data-source-builder-dialog .dqp-radio-label{color:var(--dsb-gray-700);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.data-source-builder-dialog .dqp-radio-label input[type=radio]{accent-color:var(--dsb-primary);width:16px;height:16px}.data-source-builder-dialog .dqp-mapping-list{border:1px solid var(--dsb-gray-200);border-radius:0 0 var(--dsb-radius-md)var(--dsb-radius-md);overflow:hidden}.data-source-builder-dialog .dqp-mapping-row{border-bottom:1px solid var(--dsb-gray-100);background:var(--dsb-white);align-items:center;gap:12px;padding:10px 14px;display:flex}.data-source-builder-dialog .dqp-mapping-row:last-child{border-bottom:none}.data-source-builder-dialog .dqp-mapping-name{font-family:var(--dsb-font-mono);color:var(--dsb-gray-700);min-width:120px;font-size:13px;font-weight:600}.data-source-builder-dialog .dqp-mapping-row .dqp-select{flex:1}.data-source-builder-dialog .dqp-kv-header{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.data-source-builder-dialog .dqp-kv-header .dqp-section-label{border-radius:var(--dsb-radius-md)0 0 0;flex:1}.data-source-builder-dialog .dqp-kv-add-btn{background:var(--dsb-primary);width:40px;height:38px;color:var(--dsb-white);cursor:pointer;border-radius:0 var(--dsb-radius-md)0 0;border:none;justify-content:center;align-items:center;display:flex}.data-source-builder-dialog .dqp-kv-add-btn:hover{background:var(--dsb-primary-dark,#1d4ed8)}.data-source-builder-dialog .dqp-kv-list{border:1px solid var(--dsb-gray-200);border-radius:0 0 var(--dsb-radius-md)var(--dsb-radius-md);border-top:none;overflow:hidden}.data-source-builder-dialog .dqp-kv-row{border-bottom:1px solid var(--dsb-gray-100);background:var(--dsb-white);align-items:center;gap:10px;padding:12px 14px;display:flex}.data-source-builder-dialog .dqp-kv-row:last-child{border-bottom:none}.data-source-builder-dialog .dqp-kv-grip{color:var(--dsb-gray-400);cursor:grab;flex-shrink:0}.data-source-builder-dialog .dqp-kv-fields{flex-direction:column;flex:1;gap:8px;display:flex}.data-source-builder-dialog .dqp-kv-field{align-items:center;gap:10px;display:flex}.data-source-builder-dialog .dqp-kv-field-label{color:var(--dsb-gray-600);min-width:45px;font-size:12px;font-weight:600}.data-source-builder-dialog .dqp-kv-delete-btn{background:var(--dsb-primary);width:36px;height:36px;color:var(--dsb-white);border-radius:var(--dsb-radius-md);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.data-source-builder-dialog .dqp-kv-delete-btn:hover{background:var(--dsb-error)}.data-source-builder-dialog .dqp-kv-empty{text-align:center;color:var(--dsb-gray-400);padding:20px;font-size:13px}.data-source-builder-dialog .dqp-empty{text-align:center;color:var(--dsb-gray-400);padding:32px 16px;font-size:13px}.data-source-builder-dialog .dqp-empty-right{height:100%;color:var(--dsb-gray-400);justify-content:center;align-items:center;font-size:14px;display:flex}.data-source-builder-dialog .dqp-switch-label{justify-content:space-between;align-items:center;display:flex}.data-source-builder-dialog .dqp-switch{width:40px;height:22px;display:inline-block;position:relative}.data-source-builder-dialog .dqp-switch input{opacity:0;width:0;height:0}.data-source-builder-dialog .dqp-switch-slider{cursor:pointer;background:var(--dsb-gray-300);border-radius:22px;transition:all .2s;position:absolute;inset:0}.data-source-builder-dialog .dqp-switch-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:3px;left:3px}.data-source-builder-dialog .dqp-switch input:checked+.dqp-switch-slider{background:var(--dsb-primary)}.data-source-builder-dialog .dqp-switch input:checked+.dqp-switch-slider:before{transform:translate(18px)}.data-source-builder-dialog .modal-full .modal-body,.data-source-builder-dialog .modal-lg .dqp-container{padding:0;overflow:hidden}.data-source-builder-dialog .modal-lg .modal-body:has(.dqp-container){padding:0;overflow:hidden}
:root{--rpt-primary:#2563eb;--rpt-primary-dark:#1d4ed8;--rpt-primary-light:#3b82f6;--rpt-primary-50:#eff6ff;--rpt-primary-100:#dbeafe;--rpt-success:#10b981;--rpt-success-light:#d1fae5;--rpt-warning:#f59e0b;--rpt-warning-light:#fef3c7;--rpt-error:#ef4444;--rpt-error-light:#fee2e2;--rpt-orange:#ea580c;--rpt-cyan:#0891b2;--rpt-cyan-light:#cffafe;--rpt-purple:#7c3aed;--rpt-purple-light:#ede9fe;--rpt-gray-50:#f9fafb;--rpt-gray-100:#f3f4f6;--rpt-gray-200:#e5e7eb;--rpt-gray-300:#d1d5db;--rpt-gray-400:#9ca3af;--rpt-gray-500:#6b7280;--rpt-gray-600:#4b5563;--rpt-gray-700:#374151;--rpt-gray-800:#1f2937;--rpt-gray-900:#111827;--rpt-white:#fff;--rpt-font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--rpt-font-mono:"JetBrains Mono",Consolas,monospace;--rpt-shadow-sm:0 1px 2px #0000000d;--rpt-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--rpt-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--rpt-shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--rpt-radius-sm:6px;--rpt-radius-md:8px;--rpt-radius-lg:12px}.report-template-builder *,.report-template-builder :before,.report-template-builder :after{box-sizing:border-box;margin:0;padding:0}.report-template-builder body{font-family:var(--rpt-font-sans);background:var(--rpt-gray-100);color:var(--rpt-gray-800);height:100vh;overflow:hidden}.report-template-builder #root{height:100vh}.report-template-builder ::-webkit-scrollbar{width:8px;height:8px}.report-template-builder ::-webkit-scrollbar-track{background:var(--rpt-gray-100)}.report-template-builder ::-webkit-scrollbar-thumb{background:var(--rpt-gray-300);border-radius:4px}.report-template-builder ::-webkit-scrollbar-thumb:hover{background:var(--rpt-gray-400)}.report-template-builder .reportapp{flex-direction:column;height:100vh;display:flex}.report-template-builder .reportmain{flex:1;display:flex;position:relative;overflow:hidden}.report-template-builder .header{background:linear-gradient(135deg,var(--rpt-primary)0%,var(--rpt-primary-dark)100%);color:#fff;z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;box-shadow:0 2px 8px #00000026}.report-template-builder .header-left{align-items:center;gap:14px;display:flex}.report-template-builder .header-logo{align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.report-template-builder .header-logo svg{width:24px;height:24px}.report-template-builder .header-divider{background:#ffffff4d;width:1px;height:24px}.report-template-builder .header-title input{border-radius:var(--rpt-radius-sm);color:#fff;width:220px;font-size:13px;font-weight:600;font-family:var(--rpt-font-sans);background:#ffffff26;border:1px solid #ffffff40;padding:7px 14px}.report-template-builder .header-title input::placeholder{color:#fff9}.report-template-builder .header-title input:focus{background:#ffffff40;border-color:#ffffff80;outline:none}.report-template-builder .header-right{align-items:center;gap:8px;display:flex}.report-template-builder .btn{font-family:var(--rpt-font-sans);border-radius:var(--rpt-radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.report-template-builder .btn svg{flex-shrink:0;width:15px;height:15px}.report-template-builder .btn-primary{background:var(--rpt-primary);color:var(--rpt-white)}.report-template-builder .btn-primary:hover{background:var(--rpt-primary-dark)}.report-template-builder .btn-secondary{color:var(--rpt-white);background:#ffffff26;border:1px solid #ffffff4d}.report-template-builder .btn-secondary:hover{background:#ffffff40}.report-template-builder .btn-success{background:var(--rpt-success);color:var(--rpt-white)}.report-template-builder .btn-ghost{color:var(--rpt-gray-600);background:0 0}.report-template-builder .btn-ghost:hover{background:var(--rpt-gray-100);color:var(--rpt-gray-800)}.report-template-builder .btn-danger{background:var(--rpt-error);color:var(--rpt-white)}.report-template-builder .btn-danger:hover{background:var(--rpt-error)}.report-template-builder .btn-sm{padding:5px 10px;font-size:11px}.report-template-builder .panel{background:var(--rpt-white);flex-direction:column;transition:width .25s;display:flex;overflow:hidden}.report-template-builder .panel-left{border-right:1px solid var(--rpt-gray-200);width:300px;min-width:260px}.report-template-builder .panel-center{background:var(--rpt-gray-50);flex-direction:column;flex:1;min-width:400px;display:flex}.report-template-builder .panel-right{border-left:1px solid var(--rpt-gray-200);width:340px;min-width:300px}.report-template-builder .panel.collapsed{border:none;overflow:hidden;width:0!important;min-width:0!important}.report-template-builder .panel-header{background:linear-gradient(135deg,var(--rpt-gray-700)0%,var(--rpt-gray-800)100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.report-template-builder .panel-header-title{text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.report-template-builder .panel-header-title svg{width:15px;height:15px}.report-template-builder .panel-content{flex:1;overflow:hidden auto}.report-template-builder .tabs{border-bottom:1px solid var(--rpt-gray-200);background:var(--rpt-white);flex-shrink:0;display:flex}.report-template-builder .tab{text-align:center;cursor:pointer;color:var(--rpt-gray-500);font-size:12px;font-weight:600;font-family:var(--rpt-font-sans);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 12px;transition:all .15s}.report-template-builder .tab:hover{color:var(--rpt-gray-700);background:var(--rpt-gray-50)}.report-template-builder .tab.active{color:var(--rpt-primary);border-bottom-color:var(--rpt-primary);background:var(--rpt-primary-50)}.report-template-builder .splitter{cursor:col-resize;background:var(--rpt-gray-200);flex-shrink:0;width:6px;transition:background .15s;position:relative}.report-template-builder .splitter:hover,.report-template-builder .splitter.active{background:var(--rpt-primary)}.report-template-builder .canvas-header{border-bottom:1px solid var(--rpt-gray-200);background:var(--rpt-white);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.report-template-builder .canvas-header-left{align-items:center;gap:10px;display:flex}.report-template-builder .canvas-header-title{color:var(--rpt-gray-700);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.report-template-builder .canvas-header-title svg{width:16px;height:16px;color:var(--rpt-gray-400)}.report-template-builder .canvas-scroll{flex-direction:column;flex:1;align-items:center;gap:24px;padding:30px;display:flex;overflow-y:auto}.report-template-builder .canvas-page{background:var(--rpt-white);box-shadow:var(--rpt-shadow-lg);border-radius:2px;position:relative}.report-template-builder .canvas-page.letter{width:8.5in;min-height:auto}.report-template-builder .canvas-page.legal{width:8.5in;min-height:14in}.report-template-builder .canvas-page.a4{width:210mm;min-height:297mm}.report-template-builder .canvas-page.a3{width:297mm;min-height:420mm}.report-template-builder .canvas-page.landscape.letter{width:11in;min-height:8.5in}.report-template-builder .canvas-page.landscape.a4{width:297mm;min-height:210mm}.report-template-builder .canvas-page-inner{min-height:100%;position:relative}.report-template-builder .rpt-component{cursor:pointer;border:2px solid #0000;border-radius:4px;margin-bottom:4px;transition:border-color .15s;position:relative}.report-template-builder .rpt-component:hover{border-color:var(--rpt-gray-300)}.report-template-builder .rpt-component.selected{border-color:var(--rpt-primary);box-shadow:0 0 0 3px #2563eb1a}.report-template-builder .rpt-component-badge{text-transform:uppercase;letter-spacing:.5px;opacity:0;z-index:5;color:#fff;border-radius:0 0 4px 4px;padding:1px 6px;font-size:9px;font-weight:700;transition:opacity .15s;position:absolute;top:-1px;left:8px}.report-template-builder .rpt-component:hover .rpt-component-badge,.report-template-builder .rpt-component.selected .rpt-component-badge{opacity:1}.report-template-builder .badge-text{background:var(--rpt-warning)}.report-template-builder .badge-richtext{background:#db2777}.report-template-builder .badge-table{background:#059669}.report-template-builder .badge-section{background:var(--rpt-primary)}.report-template-builder .badge-repeater{background:var(--rpt-purple)}.report-template-builder .badge-columns{background:#4f46e5}.report-template-builder .badge-image{background:var(--rpt-cyan)}.report-template-builder .badge-divider{background:var(--rpt-gray-500)}.report-template-builder .badge-spacer{background:var(--rpt-gray-400)}.report-template-builder .badge-datetime{background:#0d9488}.report-template-builder .badge-pagebreak{background:var(--rpt-error)}.report-template-builder .badge-toc{background:#7c2d12}.report-template-builder .rpt-text-empty{color:var(--rpt-gray-400);padding:8px;font-size:12px;font-style:italic}.report-template-builder .rpt-section{border-radius:8px;overflow:hidden}.report-template-builder .rpt-section-header{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.report-template-builder .rpt-section-body{padding:12px}.report-template-builder .rpt-section-add{border:2px dashed var(--rpt-gray-300);border-radius:var(--rpt-radius-sm);color:var(--rpt-gray-400);cursor:pointer;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:8px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.report-template-builder .rpt-section-add:hover{border-color:var(--rpt-primary);color:var(--rpt-primary);background:var(--rpt-primary-50)}.report-template-builder .rpt-section-add svg{width:14px;height:14px}.report-template-builder .rpt-columns{display:flex}.report-template-builder .rpt-column{flex:1}.report-template-builder .rpt-column-label{text-transform:uppercase;letter-spacing:.5px;color:var(--rpt-gray-400);margin-bottom:8px;font-size:9px;font-weight:700}.report-template-builder .rpt-repeater{border:2px dashed var(--rpt-purple);border-radius:8px;overflow:hidden}.report-template-builder .rpt-repeater-header{background:var(--rpt-purple-light);color:var(--rpt-purple);align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:700;display:flex}.report-template-builder .rpt-repeater-body{padding:10px}.report-template-builder .rpt-repeater-item{border:1px solid var(--rpt-gray-200);border-radius:6px;margin-bottom:8px;overflow:hidden}.report-template-builder .rpt-repeater-item-header{background:var(--rpt-gray-100);color:var(--rpt-gray-600);border-bottom:1px solid var(--rpt-gray-200);align-items:center;gap:6px;padding:6px 10px;font-size:10px;font-weight:600;display:flex}.report-template-builder .rpt-repeater-item-badge{background:var(--rpt-purple);color:var(--rpt-white);border-radius:10px;padding:1px 6px;font-size:9px}.report-template-builder .rpt-repeater-item-body{padding:10px}.report-template-builder .rpt-repeater-more{text-align:center;color:var(--rpt-gray-400);padding:8px;font-size:11px;font-style:italic}.report-template-builder .rpt-table{border-collapse:collapse;width:100%;font-size:12px}.report-template-builder .rpt-table th,.report-template-builder .rpt-table td{border:1px solid var(--rpt-gray-200);text-align:left;padding:8px 10px}.report-template-builder .rpt-table th{font-weight:600}.report-template-builder .rpt-image-placeholder{border:2px dashed var(--rpt-gray-300);border-radius:var(--rpt-radius-sm);color:var(--rpt-gray-400);justify-content:center;align-items:center;gap:8px;padding:32px;font-size:12px;display:flex}.report-template-builder .rpt-pagebreak{border:2px dashed var(--rpt-error-light);border-radius:var(--rpt-radius-sm);color:var(--rpt-error);text-transform:uppercase;background:#fff5f5;justify-content:center;align-items:center;gap:8px;margin:16px 0;padding:12px;font-size:11px;font-weight:700;display:flex}.report-template-builder .rpt-pagebreak svg{width:14px;height:14px}.report-template-builder .rpt-toc-entry{align-items:baseline;gap:4px;padding:4px 0;font-size:12px;display:flex}.report-template-builder .rpt-toc-label{white-space:nowrap}.report-template-builder .rpt-toc-dots{border-bottom:1px dotted var(--rpt-gray-300);flex:1;min-width:20px;margin:0 8px}.report-template-builder .rpt-toc-page{color:var(--rpt-gray-500);font-size:11px}.report-template-builder .rpt-richtext h1{margin-bottom:12px;font-size:24px;font-weight:700}.report-template-builder .rpt-richtext h2{margin-bottom:10px;font-size:20px;font-weight:700}.report-template-builder .rpt-richtext h3{margin-bottom:8px;font-size:16px;font-weight:600}.report-template-builder .rpt-richtext p{margin-bottom:8px;line-height:1.6}.report-template-builder .rpt-richtext ul,.report-template-builder .rpt-richtext ol{margin-bottom:8px;padding-left:24px}.report-template-builder .rpt-richtext li{margin-bottom:4px;line-height:1.5}.report-template-builder .rpt-richtext blockquote{border-left:3px solid var(--rpt-primary);background:var(--rpt-gray-50);margin:12px 0;padding:8px 16px;font-style:italic}.report-template-builder .rpt-richtext pre{background:var(--rpt-gray-800);color:#e5e7eb;font-family:var(--rpt-font-mono);border-radius:6px;margin:12px 0;padding:12px 16px;font-size:12px;overflow-x:auto}.report-template-builder .rpt-richtext code{background:var(--rpt-gray-100);font-family:var(--rpt-font-mono);border-radius:3px;padding:2px 6px;font-size:.9em}.report-template-builder .rpt-richtext pre code{background:0 0;padding:0}.report-template-builder .rpt-richtext a{color:var(--rpt-primary)}.report-template-builder .rpt-richtext table{border-collapse:collapse;width:100%;margin:12px 0}.report-template-builder .rpt-richtext table th,.report-template-builder .rpt-richtext table td{border:1px solid var(--rpt-gray-200);padding:8px}.report-template-builder .prop-empty{color:var(--rpt-gray-400);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.report-template-builder .prop-empty svg{width:40px;height:40px;margin-bottom:12px}.report-template-builder .prop-section{border-bottom:1px solid var(--rpt-gray-200)}.report-template-builder .prop-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.report-template-builder .prop-section-header:hover{background:var(--rpt-gray-50)}.report-template-builder .prop-section-title{color:var(--rpt-gray-700);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.report-template-builder .prop-section-title svg{width:15px;height:15px;color:var(--rpt-gray-500)}.report-template-builder .prop-section-toggle svg{width:14px;height:14px;color:var(--rpt-gray-400);transition:transform .2s}.report-template-builder .prop-section.open .prop-section-toggle svg{transform:rotate(180deg)}.report-template-builder .prop-section-body{padding:0 16px 16px;display:none}.report-template-builder .prop-section.open .prop-section-body{display:block}.report-template-builder .prop-row{margin-bottom:12px}.report-template-builder .prop-label{color:var(--rpt-gray-500);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.report-template-builder .prop-input{border:1px solid var(--rpt-gray-200);border-radius:var(--rpt-radius-sm);width:100%;font-size:13px;font-family:var(--rpt-font-sans);color:var(--rpt-gray-800);padding:7px 10px}.report-template-builder .prop-input:focus{border-color:var(--rpt-primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.report-template-builder .prop-input.mono{font-family:var(--rpt-font-mono);font-size:12px}.report-template-builder .prop-select{border:1px solid var(--gray-200);border-radius:var(--rpt-radius-sm);width:100%;font-size:13px;font-family:var(--rpt-font-sans);color:var(--rpt-gray-800);background:var(--rpt-white);cursor:pointer;padding:7px 10px}.report-template-builder .prop-select:focus{border-color:var(--rpt-primary);outline:none}.report-template-builder .prop-textarea{border:1px solid var(--rpt-gray-200);border-radius:var(--rpt-radius-sm);width:100%;font-size:13px;font-family:var(--rpt-font-sans);color:var(--rpt-gray-800);resize:vertical;min-height:80px;padding:8px 10px}.report-template-builder .prop-textarea:focus{border-color:var(--rpt-primary);outline:none}.report-template-builder .prop-row-2{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.report-template-builder .prop-color-row{align-items:center;gap:6px;display:flex}.report-template-builder .prop-color-preview{border-radius:var(--radius-sm);border:1px solid var(--gray-200);cursor:pointer;width:32px;height:32px;padding:0}.report-template-builder .prop-toggle-row{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.report-template-builder .prop-toggle-label{color:var(--rpt-gray-600);font-size:12px;font-weight:500}.report-template-builder .prop-toggle{cursor:pointer;width:36px;height:20px;display:inline-block;position:relative}.report-template-builder .prop-toggle input{display:none}.report-template-builder .prop-toggle-slider{background:var(--rpt-gray-300);border-radius:10px;transition:all .2s;position:absolute;inset:0}.report-template-builder .prop-toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:2px;left:2px}.report-template-builder .prop-toggle input:checked+.prop-toggle-slider{background:var(--rpt-primary)}.report-template-builder .prop-toggle input:checked+.prop-toggle-slider:before{transform:translate(16px)}.report-template-builder .prop-expr-row{gap:6px;display:flex}.report-template-builder .prop-expr-btn{background:var(--rpt-gray-100);border:1px solid var(--rpt-gray-200);border-radius:var(--rpt-radius-sm);cursor:pointer;width:32px;height:32px;color:var(--rpt-gray-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.report-template-builder .prop-expr-btn:hover{background:var(--rpt-primary-50);color:var(--rpt-primary);border-color:var(--rpt-primary)}.report-template-builder .prop-expr-btn svg{width:14px;height:14px}.report-template-builder .prop-delete-btn{background:var(--rpt-error-light);width:100%;color:var(--rpt-error);border-radius:var(--rpt-radius-sm);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--rpt-font-sans);border:1px solid #fca5a5;justify-content:center;align-items:center;gap:6px;padding:10px;display:flex}.report-template-builder .prop-delete-btn:hover{background:var(--rpt-error);color:var(--rpt-white)}.report-template-builder .prop-delete-btn svg{width:14px;height:14px}.report-template-builder .comp-tree-item{cursor:pointer;color:var(--rpt-gray-700);border-left:2px solid #0000;align-items:center;gap:8px;padding:6px 12px;font-size:12px;transition:background .1s;display:flex}.report-template-builder .comp-tree-item:hover{background:var(--rpt-gray-50)}.report-template-builder .comp-tree-item.selected{background:var(--rpt-primary-50);border-left-color:var(--rpt-primary);color:var(--rpt-primary);font-weight:600}.report-template-builder .comp-tree-item svg{width:14px;height:14px;color:var(--rpt-gray-400);flex-shrink:0}.report-template-builder .comp-tree-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700}.report-template-builder .comp-tree-page-divider{text-transform:uppercase;letter-spacing:.5px;color:var(--rpt-error);border-top:1px dashed var(--rpt-error-light);border-bottom:1px dashed var(--rpt-error-light);background:#fff5f5;align-items:center;gap:8px;padding:6px 12px;font-size:10px;font-weight:700;display:flex}.report-template-builder .schema-tree-node{cursor:pointer;align-items:center;gap:6px;padding:4px 8px;font-size:12px;transition:background .1s;display:flex}.report-template-builder .schema-tree-node:hover{background:var(--rpt-gray-50)}.report-template-builder .schema-tree-expand{width:14px;color:var(--rpt-gray-400);text-align:center;flex-shrink:0;font-size:10px}.report-template-builder .schema-tree-key{font-family:var(--rpt-font-mono);font-size:12px;font-weight:500}.report-template-builder .schema-tree-type{text-transform:uppercase;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700}.report-template-builder .schema-tree-type.obj{color:#be185d;background:#fce7f3}.report-template-builder .schema-tree-type.arr{background:var(--purple-light);color:var(--purple)}.report-template-builder .schema-tree-type.str{background:var(--rpt-primary-100);color:var(--rpt-primary)}.report-template-builder .schema-tree-type.num{background:var(--rpt-success-light);color:var(--rpt-success)}.report-template-builder .schema-tree-type.boo{background:var(--warning-light);color:#d97706}.report-template-builder .schema-tree-children{border-left:1px solid var(--gray-200);margin-left:16px}.report-template-builder .modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.report-template-builder .modal{border-radius:var(--rpt-radius-lg);box-shadow:var(--rpt-shadow-xl);background:#fff;flex-direction:column;max-height:90vh;animation:.2s modalIn;display:flex}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.report-template-builder .modal-sm{width:500px}.report-template-builder .modal-md{width:700px}.report-template-builder .modal-lg{width:900px}.report-template-builder .modal-full{width:calc(100vw - 60px);height:calc(100vh - 60px)}.report-template-builder .modal-header{background:var(--rpt-gray-800);color:var(--rpt-white);border-radius:var(--rpt-radius-lg)var(--rpt-radius-lg)0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.report-template-builder .modal-header h3{font-size:14px;font-weight:700}.report-template-builder .modal-close{width:28px;height:28px;color:var(--rpt-white);cursor:pointer;background:#ffffff26;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.report-template-builder .modal-close:hover{background:#ffffff40}.report-template-builder .modal-close svg{width:16px;height:16px}.report-template-builder .modal-body{flex:1;padding:20px;overflow-y:auto}.report-template-builder .modal-footer{border-top:1px solid var(--rpt-gray-200);flex-shrink:0;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.report-template-builder .expr-builder{height:60vh;display:flex}.report-template-builder .expr-builder-left{border-right:1px solid var(--rpt-gray-200);width:260px;padding:12px;overflow-y:auto}.report-template-builder .expr-builder-center{flex-direction:column;flex:1;padding:16px;display:flex}.report-template-builder .expr-builder-right{border-left:1px solid var(--rpt-gray-200);width:280px;padding:12px;overflow-y:auto}.report-template-builder .expr-input{width:100%;min-height:60px;font-family:var(--rpt-font-mono);border:2px solid var(--rpt-gray-200);border-radius:var(--rpt-radius-sm);resize:none;color:var(--rpt-gray-800);flex:1;padding:10px;font-size:13px}.report-template-builder .expr-input:focus{border-color:var(--rpt-primary);outline:none}.report-template-builder .expr-preview{background:var(--rpt-gray-900);border-radius:var(--rpt-radius-sm);font-family:var(--rpt-font-mono);color:#67e8f9;white-space:pre-wrap;word-break:break-all;min-height:60px;margin-top:12px;padding:12px;font-size:12px;overflow-x:auto}.report-template-builder .expr-preview.error{color:#fca5a5}.report-template-builder .expr-func-title{text-transform:uppercase;color:var(--rpt-gray-500);margin-bottom:6px;font-size:10px;font-weight:700}.report-template-builder .expr-func-chips{flex-wrap:wrap;gap:4px;margin-bottom:12px;display:flex}.report-template-builder .expr-chip{font-size:11px;font-family:var(--rpt-font-mono);cursor:pointer;background:var(--rpt-gray-100);color:var(--rpt-gray-700);border:1px solid var(--rpt-gray-200);border-radius:4px;padding:3px 8px;transition:all .1s}.report-template-builder .expr-chip:hover{background:var(--rpt-primary-50);color:var(--rpt-primary);border-color:var(--rpt-primary)}.report-template-builder .add-comp-dropdown{display:inline-block;position:relative}.report-template-builder .add-comp-menu{border:1px solid var(--rpt-gray-200);border-radius:var(--rpt-radius-md);box-shadow:var(--rpt-shadow-lg);z-index:100;background:#fff;min-width:200px;margin-top:4px;position:absolute;top:100%;left:0}.report-template-builder .add-comp-item{color:var(--rpt-gray-700);cursor:pointer;text-align:left;width:100%;font-size:12px;font-weight:500;font-family:var(--rpt-font-sans);background:0 0;border:none;align-items:center;gap:10px;padding:8px 14px;transition:background .1s;display:flex}.report-template-builder .add-comp-item:hover{background:var(--rpt-gray-50)}.report-template-builder .add-comp-item svg{width:16px;height:16px;color:var(--rpt-gray-500)}.report-template-builder .add-comp-sep{background:var(--rpt-gray-200);height:1px;margin:4px 0}.report-template-builder .toast-container{z-index:2000;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.report-template-builder .toast{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border-left:4px solid var(--success);background:#fff;min-width:240px;padding:12px 16px;font-size:13px;font-weight:500;animation:.3s toastIn}.report-template-builder .toast.error{border-left-color:var(--error)}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.report-template-builder .preview-container{flex-direction:column;height:100%;display:flex}.report-template-builder .preview-toolbar{background:var(--rpt-gray-100);border-bottom:1px solid var(--rpt-gray-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.report-template-builder .preview-toolbar-group{align-items:center;gap:8px;display:flex}.report-template-builder .preview-scroll{background:var(--rpt-gray-200);flex-direction:column;flex:1;align-items:center;gap:20px;padding:30px;display:flex;overflow-y:auto}.report-template-builder .preview-page{background:#fff;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000026}.report-template-builder .preview-page.letter{width:8.5in;height:11in}.report-template-builder .preview-page.a4{width:210mm;height:297mm}.report-template-builder .preview-page-content{flex-direction:column;height:100%;display:flex}.report-template-builder .preview-page-header{border-bottom:1px solid var(--rpt-gray-200);color:var(--rpt-gray-500);justify-content:space-between;padding:8px 20px;font-size:10px;display:flex}.report-template-builder .preview-page-footer{border-top:1px solid var(--rpt-gray-200);color:var(--rpt-gray-500);justify-content:space-between;margin-top:auto;padding:8px 20px;font-size:10px;display:flex}.report-template-builder .preview-page-body{flex:1;padding:20px;overflow:hidden}.report-template-builder .table-editor-modal{width:1100px;max-width:95vw;height:85vh}.report-template-builder .table-editor-body{flex-direction:column;display:flex;max-height:none!important;padding:0!important;overflow:visible!important}.report-template-builder .table-editor-toolbar{background:var(--rpt-gray-50);border-bottom:1px solid var(--rpt-gray-200);align-items:center;gap:8px;padding:12px 16px;display:flex}.report-template-builder .table-editor-content{flex:1;min-height:200px;padding:16px;overflow:auto}.report-template-builder .table-editor-grid{border-collapse:collapse;width:100%}.report-template-builder .table-editor-grid th,.report-template-builder .table-editor-grid td{border:1px solid var(--rpt-gray-300);min-width:100px;padding:0;position:relative}.report-template-builder .table-editor-grid th{background:var(--rpt-gray-100)}.report-template-builder .table-editor-cell{align-items:center;min-height:36px;display:flex}.report-template-builder .table-editor-cell input{font-size:12px;font-family:var(--rpt-font-sans);background:0 0;border:none;outline:none;flex:1;padding:8px}.report-template-builder .table-editor-cell input:focus{background:var(--rpt-primary-50)}.report-template-builder .table-editor-cell-actions{display:none;position:absolute;top:2px;right:2px}.report-template-builder .table-editor-grid td:hover .table-editor-cell-actions,.report-template-builder .table-editor-grid th:hover .table-editor-cell-actions{gap:2px;display:flex}.report-template-builder .table-cell-btn{border:1px solid var(--rpt-gray-300);cursor:pointer;width:20px;height:20px;color:var(--rpt-gray-500);background:#fff;border-radius:3px;justify-content:center;align-items:center;font-size:10px;display:flex}.report-template-builder .table-cell-btn:hover{background:var(--rpt-gray-100);color:var(--rpt-gray-700)}.report-template-builder .table-editor-add-row,.report-template-builder .table-editor-add-col{color:var(--rpt-primary);background:var(--rpt-primary-50);border:1px dashed var(--rpt-primary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:8px;font-size:11px;font-weight:600;display:flex}.report-template-builder .table-editor-add-row:hover,.report-template-builder .table-editor-add-col:hover{background:var(--rpt-primary-100);border-color:var(--rpt-primary)}.report-template-builder .table-editor-toolbar .btn:disabled{opacity:.4;cursor:not-allowed}.report-template-builder .table-editor-toolbar .btn svg{flex-shrink:0}.report-template-builder .cell-style-panel{border-top:1px solid var(--rpt-gray-200);background:var(--rpt-gray-50);max-height:280px;padding:16px;overflow-y:auto}.report-template-builder .cell-style-title{color:var(--rpt-gray-600);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.report-template-builder .cell-style-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.report-template-builder .cell-style-item label{color:var(--rpt-gray-600);margin-bottom:4px;font-size:10px;font-weight:600;display:block}.report-template-builder .cell-style-item select,.report-template-builder .cell-style-item input[type=color]{border:1px solid var(--rpt-gray-300);border-radius:4px;width:100%;padding:5px;font-size:11px}.report-template-builder .cell-style-item input[type=color]{cursor:pointer;height:32px}.report-template-builder .canvas-empty{text-align:center;color:var(--rpt-gray-400);flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex}.report-template-builder .canvas-empty svg{width:48px;height:48px;margin-bottom:16px}.report-template-builder .canvas-empty h3{margin-bottom:8px;font-size:16px;font-weight:600}.report-template-builder .canvas-empty p{font-size:13px}.report-template-builder .json-editor{width:100%;min-height:300px;font-family:var(--font-mono);border:1px solid var(--rpt-gray-200);border-radius:var(--rpt-radius-sm);resize:vertical;color:var(--rpt-gray-800);padding:12px;font-size:12px;line-height:1.6}.report-template-builder .json-editor:focus{border-color:var(--rpt-primary);outline:none}.report-template-builder .json-status{border-radius:var(--rpt-radius-sm);margin-top:8px;padding:6px 12px;font-size:11px;font-weight:600}.report-template-builder .json-status.valid{background:var(--rpt-success-light);color:#059669}.report-template-builder .json-status.invalid{background:var(--rpt-error-light);color:var(--rpt-error)}.report-template-builder .page-break-divider{text-align:center;color:var(--rpt-error);text-transform:uppercase;letter-spacing:1px;border-top:2px dashed var(--rpt-error-light);margin:16px 0;padding:8px;font-size:10px;font-weight:700}.report-template-builder h1,.report-template-builder h2,.report-template-builder h3,.report-template-builder h4,.report-template-builder h5,.report-template-builder h6{color:var(--rpt-white)!important}@media print{.report-template-builder .header,.report-template-builder .panel-left,.report-template-builder .panel-right,.report-template-builder .splitter,.report-template-builder .canvas-header{display:none!important}.report-template-builder .main{display:block!important}.report-template-builder .panel-center{width:100%!important}.report-template-builder .canvas-page{box-shadow:none!important;margin:0!important}.report-template-builder .rpt-component{border:none!important}.report-template-builder .rpt-component-badge{display:none!important}}.report-template-builder-dialog .p-dialog-header{background:linear-gradient(135deg,var(--rpt-primary)0%,var(--rpt-primary-dark)100%);border-bottom:none;padding:0}.report-template-builder-dialog .p-dialog-header-icons{display:none}.report-template-builder-dialog .p-dialog-content{padding:0!important;overflow:hidden!important}.report-template-builder-dialog .reportapp,.report-template-builder-dialog .reportmain{height:100%}
