:root{color:#1f2933;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;height:100%}body{margin:0;overflow:hidden}button,input{font:inherit}.chatbot-fab{cursor:pointer;z-index:1000;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #10b98166,inset 0 2px 4px #ffffff4d}.chatbot-fab:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 28px #10b98180,inset 0 2px 4px #fff6}.chatbot-panel{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#fffffff2;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;width:380px;height:550px;max-height:calc(100vh - 120px);animation:.3s cubic-bezier(.16,1,.3,1) slideUpFade;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 12px 40px #0000001f,0 0 1px #0003}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chatbot-title{letter-spacing:.3px;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.chatbot-header .close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.chatbot-header .close-btn:hover{background:#ffffff40;transform:rotate(90deg)}.chatbot-messages{background:#f9fafb;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-message{gap:12px;max-width:88%;display:flex}.chat-message.user{flex-direction:row-reverse;align-self:flex-end}.chat-message .avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #0000001a}.chat-message.assistant .avatar{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.chat-message.user .avatar{background:linear-gradient(135deg,#4b5563 0%,#374151 100%)}.chat-message .content{color:#374151;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.5;box-shadow:0 2px 6px #00000008}.chat-message.assistant .content{border-top-left-radius:4px}.chat-message.user .content{color:#fff;background:#10b981;border-color:#059669;border-top-right-radius:4px;box-shadow:0 4px 12px #10b98133}.chatbot-input{background:#fff;border-top:1px solid #f3f4f6;align-items:center;gap:12px;padding:16px;display:flex}.chatbot-input input{color:#1f2937;background:#f3f4f6;border:1px solid #0000;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:all .2s}.chatbot-input input::placeholder{color:#9ca3af}.chatbot-input input:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.chatbot-input button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 12px #10b9814d}.chatbot-input button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 16px #10b98166}.chatbot-input button:disabled{color:#9ca3af;box-shadow:none;cursor:not-allowed;background:#e5e7eb;transform:none}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.workbook{color:#1f2933;background:#f3f7f5;grid-template-rows:auto 1fr;height:100svh;min-height:0;display:grid;overflow:hidden}.titlebar{color:#fff;background:linear-gradient(90deg,#0f6b43 0%,#117447 48%,#0a5f3a 100%);justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:8px 16px;display:flex}.brand,.ribbon,.tool-group,.palette-label,.swatches,.sheet-tabs,.status-meta{align-items:center;display:flex}.brand{gap:12px;min-width:0}.app-mark{color:#0f6b43;background:#fff;border-radius:7px;flex:none;place-items:center;width:34px;height:34px;font-weight:800;display:grid;box-shadow:inset 0 1px #ffffff73}.brand h1{margin:0;font-size:17px;font-weight:700;line-height:1.2}.brand p{color:#d8eee4;margin:2px 0 0;font-size:12px}.file-input{display:none}.workspace{grid-template-columns:250px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.file-sidebar{background:#edf6f1;border-right:1px solid #c7d6cf;min-height:0;overflow:auto}.sidebar-panel{gap:12px;padding:14px 12px;display:grid}.sidebar-heading{color:#53665d;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:12px;font-weight:800;display:flex}.sidebar-heading strong{color:#0f6b43;background:#fff;border-radius:999px;place-items:center;min-width:24px;min-height:22px;font-size:12px;display:grid}.sidebar-search{color:#1f2933;width:100%;height:34px;font:inherit;background:#fff;border:1px solid #b7cbc1;border-radius:7px;align-items:center;gap:8px;padding:0 10px;display:flex}.sidebar-search input{color:#1f2933;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.sidebar-search input::placeholder{color:#718079}.sidebar-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.sidebar-actions button{color:#173228;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #b7cbc1;border-radius:7px;justify-content:center;align-items:center;gap:7px;display:inline-flex}.sidebar-actions button:hover{background:#e2f0e9}.sidebar-actions .danger{grid-column:1/-1}.sidebar-actions .danger:hover{color:#b42318;background:#fff1f0;border-color:#efb0aa}.file-list{gap:8px;display:grid}.file-item{cursor:pointer;background:#ffffff9e;border:1px solid #cfe0d8;border-radius:10px;grid-template-columns:34px minmax(0,1fr) 32px;align-items:center;gap:9px;padding:9px;transition:border-color .16s,background .16s,box-shadow .16s;display:grid;box-shadow:0 1px 2px #0f6b430f}.file-item.active-file-item{background:#fff;border-color:#7fb89c;box-shadow:inset 3px 0 #16885a,0 5px 14px #0f6b431a}.file-item:hover{background:#fff;border-color:#9fc8b4}.file-icon{color:#0f6b43;background:#e2f0e9;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.file-main{gap:3px;min-width:0;display:grid}.file-item input{color:#1f2933;width:100%;min-width:0;height:20px;font:inherit;text-overflow:ellipsis;background:0 0;border:0;outline:0;padding:0;font-weight:650}.file-item input:focus{border-bottom:1px solid #16885a}.file-main span{color:#6a7a72;font-size:12px;line-height:1.2}.file-item button{color:#53665d;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.file-item button:hover{color:#b42318;background:#fff1f0;border-color:#efb0aa}.title-command,.command-button{height:34px;font:inherit;cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:7px;display:inline-flex}.title-command{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;padding:0 10px}.title-command:hover{background:#fff3}.sheet-area{grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;overflow:hidden}.ribbon{background:#fff;border-top:1px solid #e8efeb;border-bottom:1px solid #c6d3cd;gap:10px;min-height:88px;padding:9px 12px;overflow-x:auto}.tool-group{border-right:1px solid #dde6e1;gap:6px;min-height:62px;padding:0 10px 0 0}.tool-group:last-child{border-right:0}.tool-group.wide{min-width:252px}.tool-group.file-tools{min-width:310px}.icon-button,.select-button,.add-sheet,.sheet-tabs button,.sheet-tab{color:#24312b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px}.icon-button{place-items:center;width:34px;height:32px;display:grid}.icon-button:hover,.icon-button.pressed,.select-button:hover,.add-sheet:hover,.sheet-tabs button:hover,.sheet-tab:hover{background:#edf5f0;border-color:#b6c5bd}.icon-button.pressed{color:#0f6b43;box-shadow:inset 0 0 0 1px #9fc8b4}.command-button{color:#173228;background:#f7fbf9;border:1px solid #b9cac1;padding:0 11px}.command-button:hover{background:#eaf5ef}.select-button{min-width:104px;height:32px;font:inherit;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;display:inline-flex}.select-button.compact{min-width:58px}.size-select{color:#24312b;width:62px;height:32px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px}.size-select:hover,.size-select:focus{background:#edf5f0;border-color:#b6c5bd}.palette-group{flex-direction:column;justify-content:center;align-items:stretch;min-width:174px}.palette-label{color:#43534b;gap:6px;margin-bottom:6px;font-size:12px;font-weight:650}.swatches{gap:5px}.swatches button{cursor:pointer;border:1px solid #aebfb6;border-radius:4px;width:22px;height:22px}.swatches .selected-swatch{outline-offset:1px;outline:2px solid #16885a}.sheet-wrap{background:#fff;height:100%;min-height:0;overflow:auto}.sheet-grid{width:max-content;min-width:100%;display:grid}.corner-cell,.column-header,.row-header{z-index:2;color:#46564f;-webkit-user-select:none;user-select:none;background:#eef3f0;border-bottom:1px solid #cfd8d3;border-right:1px solid #cfd8d3;font-size:12px;font-weight:650;position:sticky}.column-header,.row-header,.corner-cell{place-items:center;display:grid}.corner-cell{z-index:4;top:0;left:0}.column-header{position:sticky;top:0}.row-header{z-index:3;position:sticky;left:0}.column-resizer,.row-resizer{cursor:col-resize;background:0 0;border:0;border-radius:0;position:absolute}.column-resizer{width:7px;height:100%;top:0;right:-3px}.row-resizer{cursor:row-resize;width:100%;height:7px;bottom:-3px;right:0}.column-resizer:hover,.row-resizer:hover{background:#16885a40}.active-header{color:#fff;background:#16885a}.cell{color:#1f2933;background:#fff;border:1px solid #e0e7e3;border-top:0;border-left:0;border-radius:0;outline:0;width:100%;min-width:0;height:100%;padding:0 7px;font-family:Arial,sans-serif;line-height:normal}.cell:focus,.active-cell{z-index:1;position:relative;box-shadow:inset 0 0 0 2px #16885a,0 0 0 1px #16885a}.search-match{box-shadow:inset 0 0 0 2px #fbbc04}.statusbar{z-index:20;background:#eef6f1;border-top:1px solid #cfd8d3;flex:none;justify-content:space-between;align-items:center;gap:16px;min-height:40px;padding:5px 10px 5px 12px;display:flex;position:relative}.sheet-tabs,.status-meta{gap:6px}.sheet-tabs{min-width:0;padding:1px 0;overflow-x:auto}.sheet-tab,.sheet-tabs button{color:#31443b;height:30px;font:inherit;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;padding:0 14px}.sheet-tab{align-items:center;min-width:86px;display:flex}.sheet-tab input{width:100%;min-width:0;max-width:148px;color:inherit;font:inherit;font-weight:inherit;text-align:center;background:0 0;border:0;outline:0}.sheet-tab input:focus{text-align:left}.sheet-tabs .active-sheet{color:#0f6b43;background:#fff;border-color:#9fc8b4;font-weight:650;box-shadow:inset 0 -2px #16885a}.add-sheet{flex:none;place-items:center;width:30px;height:30px;display:grid}.add-sheet.danger:hover{color:#b42318;background:#fff1f0;border-color:#f0b8b2}.status-meta{color:#53615b;white-space:nowrap;font-size:12px}@media (width<=900px){.titlebar{flex-direction:column;align-items:stretch;gap:10px}.workspace{grid-template-columns:1fr}.file-sidebar{border-bottom:1px solid #c7d6cf;border-right:0}.sidebar-panel{grid-template-columns:minmax(160px,1fr) minmax(180px,1fr)}.sidebar-heading,.sidebar-actions,.sidebar-search{grid-column:1/-1}.ribbon{min-height:72px}.tool-group{min-height:52px}.statusbar{flex-direction:column;justify-content:center;align-items:stretch;padding:6px 12px}}
