@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--md-sys-color-primary:#a8c7fa;--md-sys-color-on-primary:#062e6f;--md-sys-color-primary-container:#0842a0;--md-sys-color-on-primary-container:#d3e3fd;--md-sys-color-secondary:#c2c7cf;--md-sys-color-on-secondary:#2b313a;--md-sys-color-background:#111114;--md-sys-color-on-background:#e2e2e9;--md-sys-color-surface:#111114;--md-sys-color-on-surface:#e2e2e9;--md-sys-color-surface-variant:#444746;--md-sys-color-on-surface-variant:#c4c7c5;--md-sys-color-surface-container-lowest:#0c0c0e;--md-sys-color-surface-container-low:#1a1a1e;--md-sys-color-surface-container:#1e1f23;--md-sys-color-surface-container-high:#282a2f;--md-sys-color-surface-container-highest:#33353a;--md-sys-color-outline:#8e918f;--md-sys-color-outline-variant:#444746;--md-sys-color-error:#f2b8b5;--md-sys-color-on-error:#601410;--bg-base:var(--md-sys-color-background);--bg-surface:var(--md-sys-color-surface-container);--bg-surface-hover:var(--md-sys-color-surface-container-high);--bg-elevated:var(--md-sys-color-surface-container-highest);--border-subtle:var(--md-sys-color-outline-variant);--border-strong:var(--md-sys-color-outline);--text-primary:var(--md-sys-color-on-background);--text-secondary:var(--md-sys-color-on-surface-variant);--text-muted:#8e918f;--accent-primary:var(--md-sys-color-primary);--accent-primary-hover:#d3e3fd;--md-sys-elevation-1:0px 1px 2px 0px #0000004d, 0px 1px 3px 1px #00000026;--md-sys-elevation-2:0px 1px 2px 0px #0000004d, 0px 2px 6px 2px #00000026;--md-sys-elevation-3:0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026;--sidebar-width:280px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.5}.glass-panel{-webkit-backdrop-filter:blur(24px);box-shadow:var(--md-sys-elevation-3);background:#282a2fa6;border:1px solid #8e918f33;border-radius:24px}.btn{cursor:pointer;border:none;border-radius:100px;outline:none;justify-content:center;align-items:center;gap:.5rem;height:40px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background-color .2s,box-shadow .2s;display:inline-flex}.btn-primary{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.btn-primary:hover{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);box-shadow:var(--md-sys-elevation-1)}.btn-primary:disabled{color:#e2e2e961;box-shadow:none;cursor:not-allowed;background-color:#e2e2e91f}.btn-ghost{color:var(--md-sys-color-primary);background-color:#0000}.btn-ghost:hover{color:var(--md-sys-color-primary);background-color:#a8c7fa14}.btn-ghost:disabled{color:#e2e2e961;cursor:not-allowed}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border-subtle);background-color:var(--bg-surface);flex-direction:column;height:100%;display:flex}.main-content{background-color:var(--bg-base);flex-direction:column;flex:1;display:flex;overflow:hidden}.header{border-bottom:1px solid var(--border-subtle);background-color:var(--bg-base);align-items:center;height:64px;padding:0 2rem;display:flex}.workspace{flex:1;overflow-y:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.modal-overlay{animation:.2s ease-out fadeIn}.chat-drawer{animation:.3s cubic-bezier(.16,1,.3,1) slideInRight}nanolog-widget::part(trigger-btn){display:none!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--md-sys-color-surface-variant);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--md-sys-color-outline-variant)}::-webkit-scrollbar-corner{background:0 0}.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.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{z-index:1;will-change:width, height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{opacity:0;width:20px;height:20px;position:absolute}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.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{cursor:ns-resize;margin-left:-10px;left:50%}.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{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.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{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
