:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fffffff2;background-color:#0a0e1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-blue: #00d4ff;--secondary-blue: #0ea5e9;--accent-blue: #38bdf8;--glow-blue: #00d4ff;--dark-bg: #0a0e1a;--darker-bg: #050810;--panel-bg: #0f1629;--border-color: #1e3a5f;--text-primary: #ffffff;--text-secondary: #e0f2fe;--text-muted: #94a3b8}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);color:var(--text-primary)}#app{min-height:100vh}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(90deg,var(--panel-bg) 0%,rgba(15,22,41,.8) 100%);border-bottom:2px solid var(--primary-blue);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #00d4ff1a}.app-header h1{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary);text-shadow:0 0 10px rgba(0,212,255,.3)}.app-header nav{display:flex;gap:1rem}.nav-link{padding:.5rem 1rem;border-radius:8px;text-decoration:none;color:var(--text-secondary);font-weight:500;transition:all .3s ease;border:1px solid transparent}.nav-link:hover{color:var(--primary-blue);background-color:#00d4ff1a;border-color:var(--primary-blue);box-shadow:0 0 15px #00d4ff33}.nav-link.active{color:var(--text-primary);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));box-shadow:0 0 20px #00d4ff66}.app-main{flex:1;overflow:hidden}.query-list-panel{width:300px;background:linear-gradient(180deg,var(--panel-bg) 0%,rgba(15,22,41,.9) 100%);border-right:2px solid var(--primary-blue);display:flex;flex-direction:column;box-shadow:4px 0 20px #00d4ff1a}.panel-header{padding:1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background:#00d4ff0d}.panel-header h2{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-primary);text-shadow:0 0 8px rgba(0,212,255,.3)}.query-search{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.query-search input{width:100%;padding:.75rem;background:#0a0e1acc;border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.875rem;transition:all .3s ease}.query-search input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 20px #00d4ff4d;background:#0a0e1af2}.query-search input::placeholder{color:var(--text-muted)}.query-list{flex:1;overflow-y:auto;padding:.5rem}.query-item{padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid transparent;background:#ffffff05}.query-item:hover{background:#00d4ff1a;border-color:var(--accent-blue);box-shadow:0 4px 15px #00d4ff33;transform:translateY(-1px)}.query-item.selected{background:linear-gradient(135deg,#00d4ff33,#0ea5e91a);border-color:var(--primary-blue);box-shadow:0 0 25px #00d4ff66}.query-item-name{font-weight:500;color:var(--text-primary);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.query-item-meta{font-size:.75rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.automation-badge{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-primary);padding:.25rem .5rem;border-radius:6px;font-size:.625rem;font-weight:600;box-shadow:0 0 10px #00d4ff4d;text-shadow:0 0 5px rgba(0,0,0,.5)}.automation-badge.disabled{background:linear-gradient(135deg,#4b5563,#6b7280);box-shadow:none}.query-editor-panel{flex:1;padding:2rem;overflow-y:auto;background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);min-height:0}.query-form{max-width:800px}.form-group+.form-group{margin-top:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary);text-shadow:0 0 5px rgba(0,212,255,.2)}.form-group input,.form-group select{width:100%;padding:.75rem;background:#0f1629cc;border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.875rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 20px #00d4ff4d;background:#0f1629f2}.form-group input::placeholder{color:var(--text-muted)}.form-help{display:block;margin-top:.25rem;font-size:.75rem;color:var(--text-muted)}.query-editor-container{border:2px solid var(--border-color);border-radius:8px;overflow:hidden;background:#0f1629e6;transition:all .3s ease;height:450px}.query-editor-container:focus-within{border-color:var(--primary-blue);box-shadow:0 0 25px #00d4ff4d}.automation-settings{border:2px solid var(--border-color);border-radius:.5rem;margin-top:1.5rem;background:#0f162999;transition:all .3s ease}.automation-settings:hover{border-color:var(--accent-blue);box-shadow:0 0 15px #00d4ff33}.automation-settings legend{padding:0;margin:0;border:2px solid var(--border-color);border-radius:.5rem}.fieldset-toggle{gap:.25rem;background:none;border:none;padding:.5rem;width:100%;text-align:left;color:var(--text-primary);font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.fieldset-toggle:hover{background:#00d4ff1a;color:var(--primary-blue)}.toggle-icon{transition:transform .3s ease;color:var(--primary-blue);font-weight:700}.fieldset-toggle.collapsed .toggle-icon{transform:rotate(-90deg)}.fieldset-content{padding:1rem;border-top:1px solid var(--border-color)}.fieldset-content.collapsed{display:none}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;margin-right:.5rem;accent-color:var(--primary-blue)}.checkbox-text{color:var(--text-secondary)}.form-actions{display:flex;gap:1rem;margin-top:2rem}.btn{padding:.75rem 1.5rem;border-radius:8px;border:2px solid transparent;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-primary);border-color:var(--primary-blue);box-shadow:0 4px 15px #00d4ff4d;text-shadow:0 0 5px rgba(0,0,0,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff66;background:linear-gradient(135deg,var(--glow-blue),var(--primary-blue))}.btn-primary:disabled{background:linear-gradient(135deg,#4b5563,#6b7280);cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#0f1629cc;color:var(--text-secondary);border-color:var(--border-color)}.btn-secondary:hover{background:#00d4ff1a;border-color:var(--primary-blue);color:var(--primary-blue);box-shadow:0 4px 15px #00d4ff33;transform:translateY(-1px)}.btn-secondary:disabled{background:#0f162980;color:var(--text-muted);cursor:not-allowed;transform:none}.error-container{margin-top:1rem;padding:1rem;background:#ef44441a;border:2px solid #ef4444;border-radius:8px;box-shadow:0 0 15px #ef444433}.error-list{color:#fecaca}.error-list ul{margin:0;padding-left:1.5rem}.error-list li{margin-bottom:.25rem}.output-section{margin-top:2rem;padding:1.5rem;background:#0f1629cc;border:2px solid var(--border-color);border-radius:8px;transition:all .3s ease}.output-section:hover{border-color:var(--accent-blue);box-shadow:0 0 15px #00d4ff1a}.output-section h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.125rem;font-weight:600;text-shadow:0 0 5px rgba(0,212,255,.2)}.output-content{display:flex;flex-direction:column;font-family:Monaco,Consolas,Courier New,monospace;font-size:.875rem;color:var(--text-secondary);background:#0a0e1ae6;padding:1rem;border-radius:6px;border:1px solid var(--border-color);white-space:pre-wrap;overflow-x:auto}.execution-success{display:flex;color:#10b981;text-shadow:0 0 5px rgba(16,185,129,.3)}.execution-error{display:flex;flex-direction:column;color:#ef4444;text-shadow:0 0 5px rgba(239,68,68,.3)}@media (max-width: 768px){.query-editor-layout{flex-direction:column}.query-list-panel{width:100%;height:300px}.query-editor-panel,.app-header{padding:1rem}.app-header h1{font-size:1.25rem}.form-actions{flex-direction:column}}.loading{opacity:.6;pointer-events:none}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--border-color);border-radius:50%;border-top-color:var(--primary-blue);animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.query-item.selected,.btn-primary,.automation-badge{position:relative}.query-item.selected:before,.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(0,212,255,.1),transparent);border-radius:inherit;opacity:0;transition:opacity .3s ease}.query-item.selected:hover:before,.btn-primary:hover:before{opacity:1}.query-list::-webkit-scrollbar,.query-editor-panel::-webkit-scrollbar{width:8px}.query-list::-webkit-scrollbar-track,.query-editor-panel::-webkit-scrollbar-track{background:var(--darker-bg)}.query-list::-webkit-scrollbar-thumb,.query-editor-panel::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.query-list::-webkit-scrollbar-thumb:hover,.query-editor-panel::-webkit-scrollbar-thumb:hover{background:var(--primary-blue)}.dashboard-layout{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h2{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:var(--text-primary);text-shadow:0 0 15px rgba(0,212,255,.4)}.dashboard-subtitle{margin:0;color:var(--text-muted);font-size:1.125rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-card{background:linear-gradient(135deg,var(--panel-bg) 0%,rgba(15,22,41,.8) 100%);border:2px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.dashboard-card:hover{border-color:var(--primary-blue);box-shadow:0 8px 25px #00d4ff33;transform:translateY(-2px)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-secondary)}.card-icon{font-size:1.5rem;opacity:.7}.card-content{text-align:center}.metric-value{font-size:2.5rem;font-weight:700;color:var(--primary-blue);text-shadow:0 0 10px rgba(0,212,255,.3);margin-bottom:.5rem}.metric-label{font-size:.875rem;color:var(--text-muted)}.dashboard-section{background:linear-gradient(135deg,var(--panel-bg) 0%,rgba(15,22,41,.6) 100%);border:2px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.dashboard-section h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary);text-shadow:0 0 8px rgba(0,212,255,.3)}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0a0e1a99;border:1px solid var(--border-color);border-radius:8px;transition:all .3s ease}.activity-item:hover{border-color:var(--accent-blue);box-shadow:0 4px 15px #00d4ff1a}.activity-status{width:12px;height:12px;border-radius:50%;flex-shrink:0}.activity-status.success{background:#10b981;box-shadow:0 0 8px #10b98166}.activity-status.warning{background:#f59e0b;box-shadow:0 0 8px #f59e0b66}.activity-status.error{background:#ef4444;box-shadow:0 0 8px #ef444466}.activity-details{flex:1}.activity-name{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.activity-meta{font-size:.875rem;color:var(--text-muted)}.activity-badge{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--text-primary);padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;box-shadow:0 0 10px #00d4ff4d}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.status-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0a0e1a66;border:1px solid var(--border-color);border-radius:8px}.status-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-indicator.success{background:#10b981;box-shadow:0 0 6px #10b98166}.status-indicator.warning{background:#f59e0b;box-shadow:0 0 6px #f59e0b66}.status-details{flex:1}.status-name{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.status-value{font-size:.75rem;color:var(--text-muted)}.page-editor-layout{display:flex;height:calc(100vh - 80px)}.component-library-panel{width:280px;background:linear-gradient(180deg,var(--panel-bg) 0%,rgba(15,22,41,.9) 100%);border-right:2px solid var(--primary-blue);display:flex;flex-direction:column;overflow-y:auto}.page-canvas-panel{flex:1;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%)}.properties-panel{width:300px;background:linear-gradient(180deg,var(--panel-bg) 0%,rgba(15,22,41,.9) 100%);border-left:2px solid var(--primary-blue);display:flex;flex-direction:column;overflow-y:auto}.component-categories{padding:1rem}.component-category{margin-bottom:1.5rem}.component-category h3{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.component-list{display:flex;flex-direction:column;gap:.5rem}.component-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#0a0e1a99;border:1px solid var(--border-color);border-radius:8px;cursor:grab;transition:all .3s ease}.component-item:hover{border-color:var(--primary-blue);box-shadow:0 4px 15px #00d4ff33;transform:translateY(-1px)}.component-item.dragging{opacity:.5;cursor:grabbing}.component-icon{font-size:1.25rem}.component-name{font-size:.875rem;font-weight:500;color:var(--text-primary)}.canvas-header{padding:1.5rem 2rem;border-bottom:2px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background:#0f1629cc}.canvas-title h2{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--text-primary);text-shadow:0 0 10px rgba(0,212,255,.3)}.canvas-subtitle{margin:0;font-size:.875rem;color:var(--text-muted)}.canvas-actions{display:flex;gap:1rem}.page-canvas{flex:1;padding:2rem;overflow-y:auto}.canvas-drop-zone{min-height:100%;border:2px dashed var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative}.canvas-drop-zone.drag-over{border-color:var(--primary-blue);background:#00d4ff0d;box-shadow:0 0 25px #00d4ff33}.drop-zone-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center}.placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.placeholder-text h3{margin:0 0 .5rem;font-size:1.25rem;color:var(--text-secondary)}.placeholder-text p{margin:0;color:var(--text-muted)}.canvas-component{background:linear-gradient(135deg,var(--panel-bg) 0%,rgba(15,22,41,.8) 100%);border:2px solid var(--border-color);border-radius:8px;margin-bottom:1rem;cursor:pointer;transition:all .3s ease}.canvas-component:hover{border-color:var(--accent-blue);box-shadow:0 4px 15px #00d4ff33}.canvas-component.selected{border-color:var(--primary-blue);box-shadow:0 0 20px #00d4ff4d}.component-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border-color);background:#00d4ff0d}.component-title{font-weight:600;color:var(--text-primary)}.component-content{padding:1.5rem}.chart-placeholder,.table-placeholder,.component-placeholder{text-align:center;padding:2rem;color:var(--text-muted);border:1px dashed var(--border-color);border-radius:6px;background:#0a0e1a66}.metric-placeholder{text-align:center}.metric-placeholder .metric-value{font-size:2rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}.metric-placeholder .metric-label{color:var(--text-muted)}.properties-content{padding:1.5rem;flex:1}.no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;text-align:center}.no-selection-icon{font-size:2rem;margin-bottom:1rem;opacity:.5}.no-selection-text h3{margin:0 0 .5rem;font-size:1rem;color:var(--text-secondary)}.no-selection-text p{margin:0;font-size:.875rem;color:var(--text-muted)}.properties-form{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.page-editor-layout{flex-direction:column}.component-library-panel,.properties-panel{width:100%;height:200px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.status-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-layout{padding:1rem}.dashboard-header h2{font-size:1.5rem}.canvas-header{flex-direction:column;gap:1rem;align-items:flex-start}.canvas-actions{width:100%;justify-content:flex-end}}.category-list{height:100%;display:flex;flex-direction:column}.category-list-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);background:#00d4ff0d}.category-list-header h2{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-primary);text-shadow:0 0 8px rgba(0,212,255,.3)}.btn-xs{padding:.25rem .5rem;font-size:.75rem;border-radius:4px}.btn-sm{padding:.5rem .75rem;font-size:.8rem;border-radius:6px}.category-search{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.category-search input{width:100%;padding:.75rem;background:#0a0e1acc;border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.875rem;transition:all .3s ease}.category-search input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 20px #00d4ff4d;background:#0a0e1af2}.category-search input::placeholder{color:var(--text-muted)}.category-items{flex:1;overflow-y:auto;padding:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;text-align:center;padding:2rem}.empty-state p{margin:0 0 1rem;color:var(--text-muted);font-size:.875rem}.category-item{margin-bottom:.5rem;border-radius:8px;background:#ffffff05;border:1px solid transparent;transition:all .3s ease}.category-item:hover{background:#00d4ff0d;border-color:var(--accent-blue)}.category-item.selected{background:#00d4ff1a;border-color:var(--primary-blue);box-shadow:0 0 15px #00d4ff33}.category-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;transition:all .3s ease}.category-header:hover{background:#00d4ff0d}.category-toggle{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.category-toggle:hover{background:#00d4ff1a;color:var(--primary-blue)}.toggle-icon{font-size:.75rem;transition:transform .3s ease}.category-name{flex:1;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.query-count{background:#00d4ff33;color:var(--primary-blue);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.add-query-btn{opacity:0;transition:opacity .3s ease}.category-header:hover .add-query-btn{opacity:1}.query-list{overflow:hidden;transition:all .3s ease}.query-list.expanded{max-height:1000px;padding:0 0 .5rem}.query-list.collapsed{max-height:0;padding:0}.empty-queries{padding:1rem 2rem;color:var(--text-muted);font-size:.8rem;text-align:center;font-style:italic}.query-item{margin:.25rem 1rem .25rem 2rem;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;background:#0a0e1a99;border:1px solid var(--border-color)}.query-item:hover{background:#00d4ff1a;border-color:var(--accent-blue);transform:translate(4px)}.query-item.selected{background:linear-gradient(135deg,#00d4ff33,#0ea5e91a);border-color:var(--primary-blue);box-shadow:0 0 15px #00d4ff4d}.query-info{display:flex;flex-direction:column;gap:.25rem}.query-name{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.query-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-muted)}.automation-status{font-size:.8rem}.automation-status.enabled{color:var(--primary-blue)}.automation-status.disabled{color:var(--text-muted)}.last-executed{font-size:.7rem}.category-form-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.category-form-modal{background:linear-gradient(135deg,var(--panel-bg) 0%,rgba(15,22,41,.95) 100%);border:2px solid var(--primary-blue);border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00d4ff4d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);background:#00d4ff0d}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary);text-shadow:0 0 8px rgba(0,212,255,.3)}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#ef44441a;color:#ef4444}.category-form{padding:1.5rem}.category-form .form-group{margin-bottom:1.5rem}.category-form .form-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:flex-end}.query-editor-layout{display:flex;height:calc(100vh - 80px)}.query-list-panel{width:350px;background:linear-gradient(180deg,var(--panel-bg) 0%,rgba(15,22,41,.9) 100%);border-right:2px solid var(--primary-blue);display:flex;flex-direction:column;box-shadow:4px 0 20px #00d4ff1a}.cached-indicator{font-size:.75rem;color:var(--text-muted);margin-top:.5rem;font-style:italic}.execution-pending{padding:1.5rem;background-color:#f59e0b1a;border:2px solid #f59e0b;border-radius:.375rem;color:#fbbf24}.execution-pending h4{margin:0 0 .5rem;color:#f59e0b}.execution-pending p{margin:.5rem 0;color:#fcd34d}.execution-id{font-size:.75rem;color:var(--text-muted);font-family:Monaco,Consolas,Courier New,monospace}
