html,body{margin:0;padding:0;height:100%;color:var(--page-text);background-color:var(--page-bg);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.app-container{background-color:var(--page-bg);min-height:100vh;display:flex;align-items:center;justify-content:center}h1{color:var(--page-text)}.edci-list-container{padding:20px;margin:1.5rem auto}.edci-title{font-size:24px;color:var(--page-text);margin-bottom:16px}.edci-subtext{color:var(--text-muted);margin-bottom:16px;font-size:14px}.data-grid{padding:16px;border-radius:8px;background-color:#fff;border:1px solid var(--border-soft);box-shadow:var(--shadow-medium)}.submitted-row:hover{background-color:#0033670a}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:var(--page-bg)}body{overflow-x:hidden}.aet-app{display:flex;flex-direction:column;min-height:100vh;width:100%;background:var(--page-bg);color:var(--page-text)}.aet-header{width:100%;background:var(--nav-bg);border-bottom:1px solid var(--nav-divider);display:flex;align-items:center;padding:0;height:56px;position:sticky;top:0;z-index:1100}.aet-header>*{padding:0 24px}.aet-header h1,.aet-header h2,.aet-header .title{margin:0;font-size:16px;line-height:1;color:var(--nav-text-primary);font-weight:600}.aet-content{flex:1;width:100%;padding:0 24px;box-sizing:border-box}.aet-footer{height:30px;overflow:hidden;font-size:12px}.aet-footer>*{width:100%;padding:0;margin:0;height:32px;display:flex;align-items:center;justify-content:center}:root{--brand-navy: #2c5d8c;--page-bg: #ffffff;--page-text: var(--brand-navy);--text-muted: rgba(26, 74, 123, .65);--text-faint: rgba(26, 74, 123, .45);--nav-bg: var(--brand-navy);--nav-text-primary: #f3c623;--nav-text-secondary: #ffffff;--nav-divider: rgba(255, 255, 255, .12);--nav-hover-bg: rgba(255, 255, 255, .1);--color-header-bg: var(--nav-bg);--color-header-fg: #FFFFFF;--color-header-fg-mute: rgba(255, 255, 255, .85);--color-header-divider: rgba(255, 255, 255, .18);--color-header-icon-hover-bg: rgba(255, 255, 255, .1);--color-gold: #E5B82E;--color-gold-fg: #1F5378;--btn-primary-bg: #f3c623;--btn-primary-text: var(--brand-navy);--accent-gold-on-light: #b8860b;--accent-gold-on-dark: #f3c623;--accent-gold-soft-bg: rgba(184, 134, 11, .08);--accent-green: #4ade80;--accent-red: #ff6b6b;--accent-red-hover: #ff5252;--accent-red-soft-bg: rgba(255, 107, 107, .1);--accent-orange: #f4940f;--surface-soft: rgba(0, 0, 0, .04);--surface-medium: rgba(0, 0, 0, .08);--surface-strong: rgba(0, 0, 0, .12);--surface-hover: rgba(0, 0, 0, .06);--border-soft: rgba(0, 0, 0, .08);--border-medium: rgba(0, 0, 0, .15);--border-strong: rgba(0, 0, 0, .23);--bubble-user-bg: #EEF1F5;--bubble-user-text: #2C3440;--bubble-assistant-bg: rgba(0, 0, 0, .05);--bubble-assistant-text: var(--brand-navy);--color-bg-main: #F2F4F6;--color-sidebar-bg: #FFFFFF;--color-sidebar-border: #E5E8EC;--color-card-bg: #FFFFFF;--color-card-border: #E5E8EC;--color-text-body: #2C3440;--color-text-navy: #1F4F73;--color-text-muted: #4A5868;--color-text-timestamp: #6B7480;--color-accent-ochre: #8A6A1F;--color-bubble-bg: #EEF1F5;--color-bubble-rule: #8A6A1F;--color-bubble-text: #2C3440;--status-error: #d32f2f;--status-error-soft-bg: rgba(211, 47, 47, .1);--status-success: #16a34a;--status-success-soft-bg: rgba(22, 163, 74, .1);--status-warning: #d97706;--shadow-soft: 0 1px 3px rgba(0, 0, 0, .08);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .1)}.MuiTooltip-tooltip{background-color:var(--color-text-navy)!important;color:#fff!important;font-size:.75rem!important;font-weight:500!important;line-height:1.45!important;letter-spacing:.01em!important;padding:8px 12px!important;border-radius:8px!important;box-shadow:0 4px 14px #0000002e!important;max-width:280px!important}.MuiTooltip-arrow{color:var(--color-text-navy)!important}
