@import url("https://unpkg.com/xp.css");@import url("https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css");@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");:root{--font-size-small:9px;--font-size-normal:11px;--font-size-large:13px;--font-size-extra-large:15px;--app-font-size:var(--font-size-normal)}.font-size-small{--app-font-size:var(--font-size-small)}.font-size-normal{--app-font-size:var(--font-size-normal)}.font-size-large{--app-font-size:var(--font-size-large)}.font-size-extra-large{--app-font-size:var(--font-size-extra-large)}*{box-sizing:border-box}body,html{overflow-x:hidden;max-width:100vw}*{max-width:100%}body{margin:0;padding:0;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;overflow-y:hidden;font-size:var(--app-font-size);font-display:swap}.main-window,body{background:#c0c0c0;height:100vh}.main-window{width:100vw;border:2px outset #c0c0c0;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}.window-header{background:linear-gradient(90deg,#0a246a,#a6caf0);color:white;padding:4px 8px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.window-controls{display:flex;gap:2px}.control-button{width:16px;height:14px;font-size:var(--font-size-small);padding:0;line-height:1}.menu-bar{background:#c0c0c0;border-bottom:1px solid #808080;padding:4px;display:flex;gap:16px}.menu-item{padding:4px 8px;cursor:pointer;font-size:var(--app-font-size)}.menu-item:hover{background:#316ac5;color:white}.window-content{flex:1;display:flex;overflow:hidden}.sidebar{width:200px;background:#c0c0c0;border-right:2px inset #c0c0c0;display:flex;flex-direction:column}.main-content{min-width:0}.chat-panel,.main-content{flex:1;display:flex;flex-direction:column}.chat-panel{background:white;margin:4px;border:2px inset #c0c0c0;min-height:0;max-height:100%}.visualization-panel{width:300px;background:#c0c0c0;border-left:2px inset #c0c0c0;display:flex;flex-direction:column}.status-bar{height:24px;background:#c0c0c0;border-top:1px solid #808080;display:flex;align-items:center;padding:0 8px}.file-tree,.status-bar{font-size:var(--app-font-size)}.file-tree{padding:8px}.file-item{display:flex;align-items:center;padding:2px 4px;cursor:pointer;white-space:nowrap}.file-item:hover{background:#316ac5;color:white}.file-tree .file-item{white-space:normal;overflow:hidden;line-height:1.2}.file-tree .file-item:hover{background:rgba(49,106,197,.1);color:inherit}.file-tree .file-item:hover button{background:#a0a0a0;border-color:#707070}.file-tree *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.file-reference-tag{background:#e6f3ff;border:1px solid #316ac5;padding:3px 6px;border-radius:4px;font-size:9px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease;user-select:none}.file-reference-tag:hover{background:#d1e7ff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.file-reference-tag .remove-btn{background:none;border:none;color:#666;cursor:pointer;font-size:10px;padding:0;width:14px;height:14px;min-width:14px;max-width:14px;min-height:14px;max-height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:all .15s ease;line-height:1;box-sizing:border-box;aspect-ratio:1/1}.file-reference-tag .remove-btn:hover{background:#ff4444;color:white;transform:scale(1.05)}.file-reference-tag .remove-btn:before{content:"×";display:block;text-align:center;vertical-align:middle;font-weight:700}.chart-control-btn{background:#c0c0c0;border:1px solid #808080;color:#333;cursor:pointer;font-size:10px;font-weight:700;padding:0;width:18px;height:18px;min-width:18px;max-width:18px;min-height:18px;max-height:18px;display:flex;align-items:center;justify-content:center;border-radius:2px;flex-shrink:0;transition:all .15s ease;line-height:1;box-sizing:border-box;aspect-ratio:1/1;margin:0 1px}.chart-control-btn:hover{background:#a0a0a0;border-color:#606060;transform:scale(1.05)}.chart-control-btn:active{background:#909090;transform:scale(.95)}.chart-control-divider{width:1px;height:14px;background-color:#808080;margin:0 4px;flex-shrink:0}.chart-controls-container{display:flex;align-items:center;gap:2px;height:20px}.file-list-container{scrollbar-width:thin;scrollbar-color:#c0c0c0 #f0f0f0}.file-list-container::-webkit-scrollbar{width:16px;background-color:#f0f0f0}.file-list-container::-webkit-scrollbar-track{background-color:#f0f0f0;border:2px inset #c0c0c0}.file-list-container::-webkit-scrollbar-thumb{background-color:#c0c0c0;border:2px outset #c0c0c0;border-radius:0}.file-list-container::-webkit-scrollbar-thumb:hover{background-color:#d0d0d0}.file-list-container::-webkit-scrollbar-thumb:active{background-color:#a0a0a0;border:2px inset #c0c0c0}.file-list-container::-webkit-scrollbar-button{background-color:#c0c0c0;border:2px outset #c0c0c0;height:16px;width:16px}.file-list-container::-webkit-scrollbar-button:hover{background-color:#d0d0d0}.file-list-container::-webkit-scrollbar-button:active{background-color:#a0a0a0;border:2px inset #c0c0c0}.file-list-container::-webkit-scrollbar-button:vertical:start:decrement{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 4l4 4H4z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.file-list-container::-webkit-scrollbar-button:vertical:end:increment{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 12L4 8h8z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.xp-dialog{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:768px){.xp-dialog{width:95vw!important;max-width:95vw!important;margin:10px}}@media (max-width:480px){.xp-dialog{width:98vw!important;max-width:98vw!important;margin:5px;max-height:95vh!important}}@media (max-width:768px){.file-list-container{max-height:120px;margin:0 1px}.file-list-container::-webkit-scrollbar{width:12px}.file-list-container::-webkit-scrollbar-button{height:12px;width:12px}}@media (max-width:480px){.file-list-container{max-height:100px}.file-list-container::-webkit-scrollbar{width:10px}.file-list-container::-webkit-scrollbar-button{height:10px;width:10px}}.chart-panel-toggle{font-size:9px}.project-rename-btn{background:#c0c0c0;border:1px solid #808080;color:#333!important;cursor:pointer;font-size:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;padding:2px 4px;border-radius:2px;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:18px;line-height:1;text-align:center;white-space:nowrap}.project-rename-btn:hover{background:#a0a0a0;border-color:#606060;color:#000!important;transform:scale(1.05)}.project-rename-btn:active{background:#909090;transform:scale(.95)}.project-rename-btn:disabled{background:#e0e0e0;color:#999!important;cursor:not-allowed;transform:none}.project-rename-btn[style*="rgba(255,255,255,0.2)"]{color:#000!important;background:rgba(255,255,255,.2)!important}.project-rename-btn[style*="rgba(255,255,255,0.2)"]:hover{color:#000!important;background:rgba(255,255,255,.3)!important}.project-rename-btn.editing,.project-rename-btn[data-editing=true]{color:#000000!important;background:#c0c0c0!important;border-color:#606060!important;box-shadow:0 0 0 2px rgba(0,0,0,.1)!important}.project-rename-btn.editing:hover,.project-rename-btn[data-editing=true]:hover{color:#000000!important;background:#a0a0a0!important;border-color:#404040!important;box-shadow:0 0 0 2px rgba(0,0,0,.2)!important}.project-rename-btn.editing[style*="rgba(255,255,255,0.2)"],.project-rename-btn[data-editing=true][style*="rgba(255,255,255,0.2)"]{color:#000000!important;background:rgba(255,255,255,.4)!important;border-color:#000000!important;box-shadow:0 0 0 2px rgba(0,0,0,.15)!important}.project-rename-btn.editing[style*="rgba(255,255,255,0.2)"]:hover,.project-rename-btn[data-editing=true][style*="rgba(255,255,255,0.2)"]:hover{color:#000000!important;background:rgba(255,255,255,.5)!important;border-color:#000000!important;box-shadow:0 0 0 2px rgba(0,0,0,.25)!important}.project-rename-dialog button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;transition:all .15s ease}.project-rename-dialog button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.2)}.project-rename-dialog button:disabled{transform:none!important;box-shadow:none!important}.project-rename-dialog button[style*="color: #333"]{color:#333!important}.project-rename-dialog button[style*="color: white"]{color:white!important}.project-rename-dialog button:disabled{color:#333!important;background-color:#c0c0c0!important}.project-rename-dialog button:not(:disabled)[style*="backgroundColor: #316ac5"]{color:white!important;background-color:#316ac5!important}.project-rename-dialog button:not(:disabled)[style*="backgroundColor: #c0c0c0"]{color:#333!important;background-color:#c0c0c0!important}.project-rename-dialog-submit-btn:not(:disabled){color:#ffffff!important;background-color:#316ac5!important}.project-rename-dialog-submit-btn:disabled{opacity:.8}.project-rename-dialog-cancel-btn,.project-rename-dialog-submit-btn:disabled{color:#333333!important;background-color:#c0c0c0!important}.project-rename-dialog-cancel-btn:disabled{color:#666666!important;background-color:#e0e0e0!important;opacity:.6}.project-rename-btn{text-shadow:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.project-rename-dialog{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.project-rename-dialog-content{background-color:#c0c0c0;border:2px outset #c0c0c0;width:400px;max-width:90vw;display:flex;flex-direction:column;box-shadow:4px 4px 8px rgba(0,0,0,.3)}.project-rename-input{width:100%;padding:6px;font-size:11px;border:2px inset #c0c0c0;background-color:white;color:black;box-sizing:border-box;font-family:inherit}.project-rename-input:focus{outline:none;border-color:#316ac5}.project-rename-input:disabled{background-color:#f0f0f0;color:#666}.project-rename-error{font-size:10px;color:#cc0000;padding:4px;background-color:#ffe6e6;border:1px solid #cc0000;border-radius:2px;margin:8px 0}.project-rename-loading{font-size:10px;color:#666;padding:4px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:2px;text-align:center;margin:8px 0}.file-icon{width:16px;height:16px;margin-right:4px}.chat-messages{flex:1;padding:8px;overflow-y:auto;overflow-x:hidden;font-size:var(--app-font-size);min-height:0;max-height:100%}.chat-messages::-webkit-scrollbar{width:16px}.chat-messages::-webkit-scrollbar-track{background:#c0c0c0;border:2px inset #c0c0c0}.chat-messages::-webkit-scrollbar-thumb{background:#808080;border:2px outset #808080}.chat-messages::-webkit-scrollbar-thumb:hover{background:#606060}.chat-input-container{border-top:1px solid #808080;padding:8px;display:flex;gap:4px;flex-shrink:0}.chat-input{flex:1;padding:4px;border:2px inset #c0c0c0}.chat-input,.send-button{font-size:var(--app-font-size)}.send-button{padding:4px 12px}.message{margin-bottom:12px;padding:8px;word-wrap:break-word;border-radius:4px}.message.user{background:#e0e0e0;border:1px solid #808080;margin-left:20px}.message.assistant{background:#f0f0f0;border:1px solid #808080;margin-right:20px}.markdown-content,.message-content{font-size:var(--app-font-size);line-height:1.4}.markdown-content h1{font-size:calc(var(--app-font-size) * 1.3);font-weight:700;margin-bottom:8px;margin-top:12px}.markdown-content h2{font-size:calc(var(--app-font-size) * 1.2);font-weight:700;margin-bottom:6px;margin-top:10px}.markdown-content h3{font-size:calc(var(--app-font-size) * 1.1);font-weight:700;margin-bottom:4px;margin-top:8px}.markdown-content code{font-family:Courier New,monospace}.markdown-content code,.markdown-content pre code,.markdown-content table{font-size:calc(var(--app-font-size) * .9)}.katex{font-size:1em!important}.katex-display{margin:8px 0!important;text-align:center}.upload-zone{border:2px dashed #808080;padding:20px;text-align:center;margin:8px;background:#f0f0f0;cursor:pointer;font-size:var(--app-font-size)}.upload-zone.dragover{border-color:#316ac5;background:#e0e8ff}.progress-bar{width:100%;height:16px;background:#c0c0c0;border:2px inset #c0c0c0;margin:4px 0}.progress-fill{height:100%;background:#316ac5;transition:width .3s ease}.chart-container{background:white;border:2px inset #c0c0c0;padding:8px;margin-bottom:8px}.file-upload-progress-container{background:#f0f0f0;border:2px inset #c0c0c0;padding:8px;margin:4px 0;border-radius:2px;font-family:Space Grotesk,sans-serif;font-size:var(--app-font-size);box-shadow:1px 1px 2px rgba(0,0,0,.1)}.file-upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px}.file-upload-info{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.file-upload-icon{font-size:12px;flex-shrink:0;width:16px;text-align:center}.file-upload-name{font-weight:700;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.file-upload-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.file-upload-status{font-size:calc(var(--app-font-size) * .9);color:#666;font-weight:700;min-width:60px;text-align:right}.file-upload-cancel{background:#c0c0c0;border:1px outset #c0c0c0;color:#333;cursor:pointer;font-size:10px;font-weight:700;padding:2px 6px;border-radius:2px;transition:all .15s ease;display:flex;align-items:center;justify-content:center;min-width:20px;height:18px;line-height:1}.file-upload-cancel:hover{background:#a0a0a0;border-color:#808080;transform:scale(1.05)}.file-upload-cancel:active{background:#909090;border:1px inset #c0c0c0;transform:scale(.95)}.file-upload-progress-track{width:100%;height:18px;background:#c0c0c0;border:2px inset #c0c0c0;margin:4px 0;overflow:hidden;position:relative}.file-upload-progress-fill{height:100%;background:#316ac5;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.file-upload-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 0,transparent 50%,rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 75%,transparent 0);background-size:20px 20px;animation:progress-stripes 1s linear infinite}@keyframes progress-stripes{0%{background-position:0 0}to{background-position:20px 0}}.file-upload-details{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;padding-top:4px;border-top:1px solid #d0d0d0}.file-upload-detail-item{display:flex;align-items:center;gap:4px;font-size:calc(var(--app-font-size) * .85)}.file-upload-detail-label{color:#666;font-weight:400}.file-upload-detail-value{color:#333;font-weight:700}.file-upload-error{background:#ffe6e6;border:1px solid #cc0000;color:#cc0000;padding:4px 6px;margin-top:6px;border-radius:2px;font-size:calc(var(--app-font-size) * .9);font-weight:700}@media (max-width:768px){.window-content{flex-direction:column}.sidebar{width:100%;max-height:200px;border-right:none;border-bottom:2px inset #c0c0c0;overflow-y:auto}.main-content{min-height:300px}.visualization-panel{display:none}.menu-item{padding:8px 12px;min-height:44px}.file-reference-tag,.menu-item{display:flex;align-items:center}.file-reference-tag{padding:6px 10px;font-size:11px;min-height:32px}.file-reference-tag .remove-btn{width:20px;height:20px;font-size:12px}}@media (max-width:414px){.main-window{height:100vh;height:100dvh}.window-header{padding:8px 12px;font-size:12px}.menu-bar{padding:4px 8px}.sidebar{max-height:150px}.chat-messages{padding:12px;font-size:calc(var(--app-font-size) * 1.1)}.chat-input-container{padding:12px;gap:8px}.chat-input{padding:8px}.chat-input,.send-button{font-size:calc(var(--app-font-size) * 1.1);min-height:44px}.send-button{padding:8px 16px;min-width:60px}.upload-zone{padding:16px 12px;margin:4px;min-height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.file-item,.upload-zone{font-size:calc(var(--app-font-size) * 1.1)}.file-item{padding:8px 12px;min-height:44px}.file-reference-tag{padding:8px 12px;font-size:12px;min-height:36px;margin:2px}.file-reference-tag .remove-btn{width:24px;height:24px;font-size:14px}}@media (max-width:375px){.window-header span{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar{max-height:120px}.chat-input-container,.chat-messages{padding:8px}.upload-zone{padding:12px 8px;min-height:60px}.file-reference-tag{width:100%;justify-content:space-between;margin:1px 0}}@media (max-width:320px){.main-window{border:1px outset #c0c0c0}.window-header{padding:6px 8px;font-size:10px}.menu-bar{padding:2px 4px}.menu-item{padding:6px 8px;font-size:10px}.sidebar{max-height:100px}.chat-messages{padding:6px;font-size:calc(var(--app-font-size) * 1.05)}.chat-input-container{padding:6px;gap:4px}.chat-input{padding:6px;min-height:40px}.send-button{padding:6px 12px;min-height:40px;min-width:50px}.send-button,.upload-zone{font-size:calc(var(--app-font-size) * 1.05)}.upload-zone{padding:8px 4px;margin:2px;min-height:50px}.file-item{padding:6px 8px;min-height:40px;font-size:calc(var(--app-font-size) * 1.05)}}@media (max-width:480px){.file-upload-header{flex-direction:column;align-items:stretch;gap:4px}.file-upload-actions{justify-content:space-between}.file-upload-details{flex-direction:column;gap:4px}.file-upload-detail-item{justify-content:space-between}.file-upload-cancel{min-width:44px;min-height:44px;padding:8px}.settings-dialog-content{padding:12px!important}.settings-dialog-content input,.settings-dialog-content select,.settings-dialog-content textarea{font-size:16px!important;padding:8px!important;min-height:44px}.settings-dialog-content button{min-height:44px;padding:8px 16px!important;font-size:12px!important}.settings-dialog-content label{font-size:12px;margin-bottom:8px;display:block}.chart-container{margin:8px 0!important;padding:8px!important}.chart-controls{flex-wrap:wrap;gap:8px!important}.chart-controls button{min-height:44px;min-width:44px;padding:8px 12px!important;font-size:11px!important}.message-bubble{margin:8px 0!important;padding:12px!important;font-size:calc(var(--app-font-size) * 1.1)!important;line-height:1.4!important}.status-bar{padding:6px 8px!important;font-size:10px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (hover:none) and (pointer:coarse){.file-item,.file-reference-tag,.menu-item,button{min-height:44px}.file-item:hover,.menu-item:hover{background:rgba(49,106,197,.2)}.file-reference-tag:hover{transform:none;box-shadow:none}.chat-messages::-webkit-scrollbar{width:20px}.chat-messages::-webkit-scrollbar-thumb{border-radius:10px}}@media (max-width:768px) and (orientation:landscape){.sidebar{max-height:120px}.main-content{min-height:200px}.chat-input-container{padding:8px}.chat-input,.send-button{min-height:36px}}@supports (-webkit-touch-callout:none){.chat-input,.settings-dialog-content input,.settings-dialog-content select,.settings-dialog-content textarea{font-size:16px}}@media screen and (-webkit-min-device-pixel-ratio:0){.chat-input:focus,.settings-dialog-content input:focus,.settings-dialog-content select:focus,.settings-dialog-content textarea:focus{outline:2px solid #316ac5;outline-offset:2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.file-upload-progress-fill,.progress-bar{border-radius:1px}.chart-container{border-width:1px}}@media (max-width:768px){button:focus,input:focus,select:focus,textarea:focus{outline:3px solid #316ac5;outline-offset:2px}.file-reference-tag{border-width:2px}.file-upload-error{font-size:calc(var(--app-font-size) * 1.1);padding:12px;border-width:2px}.status-bar{border-top:2px solid #808080}}@media (prefers-contrast:high){.file-upload-progress-container,.file-upload-progress-track{border-color:#000;background:#fff}.file-upload-name{color:#000}.file-upload-error{background:#fff;border-color:#000;color:#000}}@media (prefers-reduced-motion:reduce){.file-upload-progress-fill{transition:none}.file-upload-progress-fill:after{animation:none}.file-upload-cancel{transition:none}}.help-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.help-dialog-container{background:#c0c0c0;border:2px outset #c0c0c0;width:90vw;max-width:1200px;height:85vh;max-height:800px;display:flex;flex-direction:column;box-shadow:4px 4px 8px rgba(0,0,0,.3);font-family:Space Grotesk,sans-serif;font-size:var(--app-font-size)}.help-dialog-header{background:linear-gradient(90deg,#0a246a,#a6caf0);color:white;padding:4px 8px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #808080}.help-dialog-title{font-size:11px;font-weight:700;margin:0}.help-dialog-close{background:#c0c0c0;border:2px outset #c0c0c0;width:16px;height:14px;font-size:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;font-family:"MS Sans Serif",sans-serif}.help-dialog-close:hover{background:#d0d0d0}.help-dialog-close:active{border:2px inset #c0c0c0}.help-dialog-search{padding:8px;border-bottom:2px inset #c0c0c0;background:#c0c0c0}.help-dialog-body{flex:1;display:flex;overflow:hidden;border-top:1px solid #808080}.help-dialog-nav{width:250px;background:#c0c0c0;border-right:2px inset #c0c0c0;overflow-y:auto;flex-shrink:0}.help-dialog-content{flex:1;background:white;overflow-y:auto;padding:16px;border:2px inset #c0c0c0;margin:2px}.help-dialog-footer{border-top:2px inset #c0c0c0;padding:8px;display:flex;justify-content:space-between;align-items:center;background:#c0c0c0}.help-dialog-footer-text{font-size:10px}.help-dialog-footer-btn,.help-dialog-footer-text{color:#000;font-family:"MS Sans Serif",sans-serif}.help-dialog-footer-btn{padding:4px 16px;font-size:11px;border:2px outset #c0c0c0;background:#c0c0c0;cursor:pointer}.help-dialog-footer-btn:hover{background:#d0d0d0}.help-dialog-footer-btn:active{border:2px inset #c0c0c0}.help-navigation{padding:8px;font-family:Space Grotesk,sans-serif}.help-nav-header{margin-bottom:8px;padding:4px;background:#c0c0c0;border:2px outset #c0c0c0}.help-nav-title{font-size:11px;font-weight:700;margin:0;color:#000;font-family:Space Grotesk,sans-serif}.help-nav-search-indicator{padding:8px;background:#c0c0c0;border:2px inset #c0c0c0;margin-bottom:8px}.help-nav-search-text{font-size:10px;font-weight:700;color:#000;font-family:Space Grotesk,sans-serif}.help-nav-list{list-style:none;padding:0;margin:0}.help-nav-button,.help-nav-item{margin-bottom:1px}.help-nav-button{width:100%;text-align:left;padding:4px 8px;font-size:10px;background:#c0c0c0;border:2px outset #c0c0c0;cursor:pointer;color:#000;border-radius:0;font-family:"MS Sans Serif",sans-serif}.help-nav-button:hover{background:#d0d0d0}.help-nav-button-active,.help-nav-button:active{border:2px inset #c0c0c0}.help-nav-button-active{background:#316ac5;color:white}.help-nav-sublist{list-style:none;margin:0 0 0 12px;border-left:1px solid #808080;padding:0 0 0 4px}.help-nav-subitem{margin-bottom:1px}.help-nav-subbutton{width:100%;text-align:left;padding:2px 6px;font-size:9px;background:#c0c0c0;border:1px outset #c0c0c0;cursor:pointer;color:#000;border-radius:0;font-family:"MS Sans Serif",sans-serif;margin-bottom:1px}.help-nav-subbutton:hover{background:#d0d0d0}.help-nav-subbutton:active{border:1px inset #c0c0c0}.help-nav-subbutton-active{background:#4a7bc8;color:white;border:1px inset #c0c0c0}.help-search-container{display:flex;flex-direction:column;gap:4px;font-family:"MS Sans Serif",sans-serif}.help-search-form{display:flex;gap:4px;align-items:center}.help-search-input-container{flex:1;position:relative;display:flex;align-items:center}.help-search-input{width:100%;padding:4px 24px 4px 6px;font-size:11px;border:2px inset #c0c0c0;background:white;font-family:Space Grotesk,sans-serif;color:#000}.help-search-input:focus{outline:none;border:2px inset #c0c0c0;box-shadow:inset 1px 1px 2px rgba(0,0,0,.1)}.help-search-loading{position:absolute;right:6px;display:flex;align-items:center}.help-search-spinner{width:12px;height:12px;border:2px solid #ccc;border-top-color:#316ac5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.help-search-clear{position:absolute;right:4px;width:16px;height:16px;border:2px outset #c0c0c0;background:#c0c0c0;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:"MS Sans Serif",sans-serif;color:#000}.help-search-clear:hover{background:#d0d0d0}.help-search-clear:active{border:2px inset #c0c0c0}.help-search-button{padding:4px 12px;font-size:11px;border:2px outset #c0c0c0;background:#c0c0c0;cursor:pointer;font-family:"MS Sans Serif",sans-serif;color:#000}.help-search-button:hover{background:#d0d0d0}.help-search-button:active{border:2px inset #c0c0c0}.help-search-button:disabled{opacity:.6;cursor:not-allowed;background:#c0c0c0;color:#808080}.help-search-status{font-size:10px;color:#000;font-family:Space Grotesk,sans-serif}.help-content-container{line-height:1.4;font-family:Space Grotesk,sans-serif}.help-content-section{margin-bottom:24px}.help-content-title{font-size:14px;font-weight:700;background:#c0c0c0;padding:4px 8px;border:2px outset #c0c0c0;margin:0 0 8px}.help-content-text,.help-content-title{color:#000;font-family:Space Grotesk,sans-serif}.help-content-text{font-size:11px}.help-content-text p{margin:0 0 12px;line-height:1.4}.help-content-text p:last-child{margin-bottom:0}.help-content-list{margin:8px 0 12px 20px;padding:0}.help-content-list li{margin-bottom:4px;font-size:11px;color:#000;font-family:Space Grotesk,sans-serif}.help-search-result{margin-bottom:12px;padding:8px;border:2px inset #c0c0c0;background:#f0f0f0}.help-search-result-title{font-size:12px;font-weight:700;margin:0 0 8px;color:#000;font-family:Space Grotesk,sans-serif;background:#c0c0c0;padding:2px 4px;border:1px outset #c0c0c0}.help-search-result-content{font-size:11px;color:#000;font-family:Space Grotesk,sans-serif}.help-search-result-content p{margin:0 0 8px;line-height:1.4}.help-search-result-content p:last-child{margin-bottom:0}[data-radix-dialog-overlay]{z-index:9998!important;background:rgba(0,0,0,.3)!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important}[data-radix-dialog-content]{z-index:9999!important;position:fixed!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.auth-dialog-content{z-index:9999!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;max-width:380px!important;width:90vw!important}.auth-dialog-content .window{font-family:Space Grotesk,sans-serif!important;font-size:11px!important;box-shadow:2px 2px 8px rgba(0,0,0,.5)!important}.auth-dialog-content .window-body{background:#c0c0c0!important;font-family:Space Grotesk,sans-serif!important;border:2px outset #c0c0c0!important;border-top:none!important}.auth-dialog .title-bar{padding:2px 6px 2px 8px!important}.auth-dialog .title-bar-controls{margin-left:auto!important}.auth-dialog .title-bar-controls button{margin-left:2px!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.landing-hero{animation:fadeInUp .8s ease-out}.landing-feature{animation:slideInLeft .6s ease-out;animation-fill-mode:both}.landing-feature:first-child{animation-delay:.2s}.landing-feature:nth-child(2){animation:slideInRight .6s ease-out;animation-delay:.4s;animation-fill-mode:both}.landing-feature:nth-child(3){animation-delay:.6s}.landing-cta{animation:fadeInUp 1s ease-out;animation-delay:.8s;animation-fill-mode:both}.landing-button{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;color:#000000!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;font-weight:600!important;background-color:#0066cc!important;border:2px outset #c0c0c0!important;opacity:1!important;visibility:visible!important;display:inline-block!important}.landing-button:hover{animation:pulse .3s ease-in-out}.landing-button:focus{outline:2px solid #000000!important;outline-offset:2px!important}button.landing-button{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;color:#000000!important;background-color:#0066cc!important;border:2px outset #c0c0c0!important;font-weight:600!important;text-shadow:none!important;opacity:1!important;visibility:visible!important;z-index:10!important}@media (max-width:768px){.help-dialog-overlay{padding:10px}.help-dialog-container{width:95vw;height:90vh}.help-dialog-body{flex-direction:column}.help-dialog-nav{width:100%;max-height:200px;border-right:none;border-bottom:2px inset #c0c0c0}.help-dialog-content{padding:12px}.help-content-title{font-size:12px}.help-content-text{font-size:10px}.help-search-input{font-size:16px;font-family:Space Grotesk,sans-serif}}@media (max-width:480px){.help-dialog-overlay{padding:5px}.help-dialog-container{width:98vw;height:95vh}.help-dialog-nav{max-height:150px}.help-dialog-content{padding:8px}.help-dialog-search{padding:6px}.help-search-form{flex-direction:column;gap:6px}.help-search-button{width:100%}.help-search-button,.help-search-input{padding:8px;min-height:44px}.help-nav-button,.help-nav-subbutton{min-height:44px;padding:8px;font-family:Space Grotesk,sans-serif}.help-dialog-footer-btn{min-height:44px;padding:8px 16px}.help-dialog-footer-btn,.help-search-button{font-family:Space Grotesk,sans-serif}}@media (max-width:768px){.landing-hero{padding:2rem 1rem 1.5rem!important}.landing-feature .window-body{padding:.75rem!important}.landing-cta{padding:1.5rem 1rem!important}.main-window{overflow-x:hidden!important;width:100vw!important;max-width:100vw!important}*{max-width:100%!important;box-sizing:border-box!important}.landing-button{min-height:44px!important;min-width:120px!important}.features-grid{padding:1.5rem 1rem!important}.business-solutions-grid,.features-grid{grid-template-columns:1fr!important}}@media (max-width:480px){.landing-hero{padding:1.5rem .75rem 1rem!important}.file-types-grid{grid-template-columns:1fr!important;gap:1rem!important}.business-solutions{padding:1.25rem .75rem!important}body,html{overflow-x:hidden!important}.main-window{min-width:320px!important;max-width:100vw!important}}@media (min-width:768px) and (max-width:1024px){.business-solutions-grid,.features-grid{grid-template-columns:repeat(2,1fr)!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}