*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.app{min-height:100vh}.app,.app-container{background:#fff;display:flex;flex-direction:column;margin:0;padding:0}.app-container{height:100vh;width:100%}.main-content{display:flex;flex:1 1;flex-direction:column;height:100%;min-height:0;position:relative}.main-content.resizing iframe{pointer-events:none}.sheet-section{background:#fff;display:flex;flex-direction:column;flex-shrink:0;min-height:0;overflow:hidden;transition:none;will-change:height}.section-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:.75rem 1.5rem}.section-header h2{color:#111827;font-size:.9375rem;font-weight:600;margin:0}.resize-handle{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;cursor:ns-resize;display:flex;flex-shrink:0;height:12px;justify-content:center;position:relative;touch-action:none;transition:background .15s ease;-webkit-user-select:none;user-select:none;z-index:10}.resize-handle:hover{background:#e5e7eb}.resize-handle.resizing{background:#d1d5db;transition:none}.resize-handle.resizing:before{bottom:0;content:"";cursor:ns-resize;left:0;position:fixed;right:0;top:0;z-index:9999}.resize-handle-bar{align-items:center;color:#9ca3af;display:flex;justify-content:center;pointer-events:none}.resize-handle:hover .resize-handle-bar{color:#6b7280}.resize-handle.resizing .resize-handle-bar{color:#4b5563}.chat-section{background:#fff;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:none;will-change:height}@media (max-width:768px){.section-header{padding:.625rem 1rem}.section-header h2{font-size:.875rem}.resize-handle{height:16px}}.sheet-embed-container{background:#fff;flex:1 1;height:100%;min-height:0;overflow:hidden;position:relative;width:100%}.sheet-embed{border:none;display:block;height:100%;width:100%}.sheet-embed-placeholder{align-items:center;background:#f9fafb;display:flex;flex:1 1;height:100%;justify-content:center;min-height:0;padding:2rem;width:100%}.placeholder-content{max-width:500px;text-align:center}.placeholder-icon{color:#9ca3af;margin-bottom:1rem;opacity:.5}.placeholder-content h3{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.5rem}.placeholder-content>p{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.help-text{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:1rem;padding:1rem;text-align:left}.help-text p{color:#111827;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.help-text ol{color:#6b7280;font-size:.8125rem;line-height:1.6;margin-left:1.25rem}.help-text li{margin-bottom:.375rem}@media (max-width:768px){.sheet-embed-container,.sheet-embed-placeholder{height:400px}.placeholder-content{padding:1.5rem}}.chat-interface{background:#fff;display:flex;flex-direction:column}.chat-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.625rem 1.5rem}.chat-header h2{color:#111827;font-size:.8125rem;font-weight:600;margin:0 0 .5rem}.column-inputs{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.75rem}.input-group{display:flex;flex-direction:column;gap:.25rem}.input-group label{color:#6b7280;font-size:.6875rem;font-weight:500}.column-input{background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#111827;font-size:.8125rem;font-weight:500;padding:.3125rem .4375rem;text-align:center;transition:all .2s ease;width:50px}.column-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.column-input::placeholder{color:#9ca3af}.column-input.input-error{background:#fef2f2;border-color:#ef4444}.column-input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}.validation-error{background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#dc2626;font-size:.6875rem;font-weight:500;margin-top:.5rem;padding:.375rem .625rem}.chat-input-form{background:#fff;border-top:1px solid #e5e7eb;padding:.75rem 1rem}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.chat-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.875rem;max-height:120px;min-height:60px;padding:.625rem .75rem;resize:none;transition:all .2s ease;width:100%}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-input:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.input-actions{display:flex;gap:.75rem;justify-content:flex-end}.submit-button{align-items:center;background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.5rem 1rem;transition:all .2s ease}.submit-button:hover:not(:disabled){background:#5568d3}.submit-button:active:not(:disabled){background:#4c5bc4}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.button-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.toast{animation:slideInRight .3s ease-out;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:420px;min-width:320px;position:fixed;right:1.5rem;top:1.5rem;z-index:100}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.toast.success{background:linear-gradient(135deg,#10b981,#059669)}.toast.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.toast-content{align-items:flex-start;color:#fff;display:flex;gap:.75rem;padding:1rem 1.25rem}.toast-icon{flex-shrink:0;margin-top:.125rem}.toast-message{flex:1 1;font-size:.875rem;font-weight:500;line-height:1.5}.toast-close{align-items:center;background:#0000;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;opacity:.8;padding:.25rem;transition:background .2s ease}.toast-close:hover{background:#fff3;opacity:1}@media (max-width:768px){.chat-interface{max-height:350px}.chat-header{padding:.75rem 1rem}.column-inputs{gap:.5rem}.column-input{width:55px}.chat-input-form{padding:.75rem}.toast{left:1rem;max-width:none;min-width:0;min-width:auto;right:1rem;top:1rem}.toast-content{padding:.875rem 1rem}.toast-message{font-size:.8125rem}}@media (min-width:768px) and (max-width:1366px){.chat-interface{height:100%}}@media (min-width:1024px){.chat-header{padding:.75rem 2rem}.chat-header h2{font-size:.875rem}.column-inputs{gap:1rem}.input-group label{font-size:.75rem}.column-input{font-size:.875rem;padding:.375rem .5rem;width:55px}}
/*# sourceMappingURL=main.3fda1c6b.css.map*/