:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:left;min-width:150px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.rufus-container{display:flex;flex-direction:column;height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;position:relative;width:100%;max-width:100%;margin:0;border-right:2px solid #c8c8c8;box-shadow:6px 0 24px #0000002e,2px 0 8px #0000001f}.rufus-container--resizing{-webkit-user-select:none;user-select:none}.rufus-resize-handle{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:ew-resize;z-index:100;display:flex;align-items:center;justify-content:center}.rufus-resize-handle:before{content:"";display:block;width:3px;height:48px;border-radius:3px;background:#d0d0d0;transition:background .15s,height .15s}.rufus-resize-handle:hover:before{background:#0066c0;height:64px}.rufus-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 12px;border-bottom:1px solid #f0f0f0;background:#fff;flex-shrink:0;z-index:10}.rufus-header__brand{display:flex;align-items:baseline;gap:5px}.rufus-header__name{font-size:18px;font-weight:700;color:#111;letter-spacing:-.3px}.rufus-header__ai-badge{font-size:12px;font-weight:700;color:#0066c0;background:#e8f1fb;border-radius:4px;padding:1px 5px;letter-spacing:.5px}.rufus-header__beta{font-size:11px;color:#888;font-weight:400}.rufus-header__actions{display:flex;align-items:center;gap:4px}.rufus-header__btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:#555;transition:background .15s}.rufus-header__btn:hover{background:#f2f2f2;color:#111}.rufus-body{flex:1;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth}.rufus-body::-webkit-scrollbar{width:4px}.rufus-body::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.rufus-welcome{padding:32px 20px 20px}.rufus-welcome__title{font-size:28px;font-weight:800;color:#111;margin:0 0 24px;letter-spacing:-.5px}.inline-suggestions{margin-top:16px}.suggestion-group{margin-bottom:20px}.suggestion-group__title{font-size:14px;font-weight:700;color:#111;margin:0 0 10px}.suggestion-cards{display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden}.suggestion-card{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#fff;border:none;border-bottom:1px solid #e0e0e0;cursor:pointer;text-align:left;transition:background .12s;width:100%}.suggestion-card:last-child{border-bottom:none}.suggestion-card:hover{background:#f7f8ff}.suggestion-card:active{background:#eef1ff}.suggestion-card__text{font-size:15px;color:#0066c0;font-weight:400;flex:1;text-align:left}.suggestion-card__emoji{font-size:22px;margin-left:12px;flex-shrink:0}.rufus-messages{padding:20px 20px 12px;display:flex;flex-direction:column;gap:4px}.message-row{display:flex;margin-bottom:12px}.message-row--user{justify-content:flex-end}.message-row--ai{justify-content:flex-start}.message-row--system{justify-content:center}.bubble--user{background:#e9e9eb;color:#111;border-radius:18px 18px 4px;padding:10px 16px;font-size:15px;line-height:1.5;max-width:72%;word-break:break-word;white-space:pre-wrap}.ai-message{max-width:92%;padding:4px 0}.ai-text{font-size:15px;line-height:1.65;color:#111;word-break:break-word;white-space:pre-wrap}.ai-text.ai-markdown{white-space:normal}.ai-richtext{font-size:15px;line-height:1.65;color:#111;word-break:break-word}.ai-richtext p{margin:0 0 8px}.ai-richtext ul,.ai-richtext ol{padding-left:20px;margin:6px 0}.ai-richtext li{margin-bottom:4px}.ai-richtext h3{font-size:15px;font-weight:600;margin:12px 0 6px}.ai-richtext .action-btn{display:inline-block;background:#f0f4ff;color:#0066c0;border:1px solid #c0d6f0;border-radius:16px;padding:4px 14px;font-size:13px;margin:3px 4px;cursor:pointer;transition:background .12s}.ai-richtext .action-btn:hover{background:#dce8f8}.system-msg{font-size:13px;color:#888;background:#f5f5f5;border-radius:20px;padding:6px 14px;text-align:center}.typing-indicator{display:flex;align-items:center;gap:5px;padding:6px 0}.typing-dot{width:7px;height:7px;border-radius:50%;background:#999;animation:typing-bounce 1.2s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.scroll-to-bottom{position:absolute;bottom:90px;left:50%;transform:translate(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #ddd;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;z-index:20;transition:box-shadow .15s}.scroll-to-bottom:hover{box-shadow:0 4px 12px #0000002e;color:#111}.rufus-input-area{padding:10px 16px 16px;background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0}.rufus-input-wrap{display:flex;align-items:center;gap:10px;background:#f5f5f5;border-radius:24px;padding:8px 16px 8px 18px;border:1.5px solid transparent;transition:border-color .2s,background .2s}.rufus-input-wrap:focus-within{background:#fff;border-color:#d0d0d0;box-shadow:0 0 0 3px #0066c014}.rufus-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#111;resize:none;line-height:1.5;max-height:120px;min-height:24px;padding:0;font-family:inherit}.rufus-input::placeholder{color:#999}.rufus-input:disabled{cursor:not-allowed;opacity:.5}.rufus-send-btn{display:none;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#ccc;color:#fff;cursor:not-allowed;flex-shrink:0;transition:background .15s,transform .1s}.rufus-send-btn--active{display:flex;background:#111;cursor:pointer}.rufus-send-btn--active:hover{background:#333}.rufus-send-btn--active:active{transform:scale(.92)}.ai-richtext table{width:100%;border-collapse:collapse;font-size:13px;margin:8px 0;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #00000014}.ai-richtext thead{background:#111;color:#fff}.ai-richtext th{padding:10px 14px;text-align:left;font-weight:600;white-space:nowrap}.ai-richtext tbody tr{border-bottom:1px solid #eee}.ai-richtext tbody tr:last-child{border-bottom:none}.ai-richtext tbody tr:hover{background:#f9f9f9}.ai-richtext td{padding:10px 14px;color:#333}@media(max-width:768px){.rufus-container{width:100%!important}.rufus-resize-handle{display:none}}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.streaming-cursor{display:inline-block;width:2px;height:1.1em;background-color:#1a73e8;border-radius:1px;margin-left:2px;vertical-align:text-bottom;animation:cursor-blink .65s ease-in-out infinite}.rufus-input[disabled]::placeholder{color:#aaa}.ai-markdown p{margin:0 0 8px}.ai-markdown p:last-child{margin-bottom:0}.ai-markdown h1,.ai-markdown h2,.ai-markdown h3,.ai-markdown h4{font-weight:700;margin:12px 0 6px;line-height:1.4;color:#111}.ai-markdown h1{font-size:18px}.ai-markdown h2{font-size:16px}.ai-markdown h3{font-size:15px}.ai-markdown h4{font-size:14px}.ai-markdown strong{font-weight:700;color:#111}.ai-markdown em{font-style:italic}.ai-markdown ul,.ai-markdown ol{padding-left:20px;margin:4px 0 8px}.ai-markdown li{margin-bottom:3px;line-height:1.6}.ai-markdown li>p{margin:0}.ai-markdown input[type=checkbox]{margin-right:6px}.ai-markdown hr{border:none;border-top:1px solid #e8e8e8;margin:12px 0}.ai-markdown blockquote{border-left:3px solid #d0d8e4;margin:8px 0;padding:4px 12px;color:#555;background:#f8f9fb;border-radius:0 4px 4px 0}.ai-markdown blockquote p{margin:0}.ai-markdown code{background:#f0f2f5;border-radius:4px;padding:1px 5px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;color:#c7254e}.ai-markdown pre{background:#1e1e2e;border-radius:8px;padding:14px 16px;overflow-x:auto;margin:8px 0}.ai-markdown pre code{background:transparent;color:#cdd6f4;padding:0;font-size:13px;line-height:1.6}.ai-markdown a{color:#0066c0;text-decoration:none}.ai-markdown a:hover{text-decoration:underline}.ai-markdown table{width:100%;border-collapse:collapse;font-size:13px;margin:8px 0;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #00000014}.ai-markdown thead{background:#111;color:#fff}.ai-markdown th{padding:10px 14px;text-align:left;font-weight:600;white-space:nowrap}.ai-markdown tbody tr{border-bottom:1px solid #eee}.ai-markdown tbody tr:last-child{border-bottom:none}.ai-markdown tbody tr:hover{background:#f9f9f9}.ai-markdown td{padding:10px 14px;color:#333}.ai-markdown del{color:#999;text-decoration:line-through}.rufus-header__name--loading{display:inline-block;width:80px;height:14px;border-radius:6px;background:linear-gradient(90deg,#e8e8e8 25%,#d0d0d0,#e8e8e8 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite;vertical-align:middle}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rufus-init-loading{display:flex;align-items:center;gap:5px;padding:24px 16px}.chart-message{background:#fff;border-radius:12px;padding:20px;margin:10px 0;box-shadow:0 2px 8px #00000014;overflow:visible;max-width:100%}.summary-section{margin-bottom:24px}.summary-section h3{color:#333;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #667eea}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:12px}.summary-item{background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:center;transition:transform .2s,box-shadow .2s}.summary-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.summary-label{font-size:13px;color:#666;margin-bottom:8px;font-weight:500}.summary-value{font-size:24px;color:#667eea;font-weight:700}.time-range{text-align:center;color:#888;font-size:14px;margin-top:12px;padding:8px;background:#f5f5f5;border-radius:4px}.findings-section{margin-bottom:24px}.findings-section h3{color:#333;font-size:18px;font-weight:600;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #91cc75}.findings-list{list-style:none;padding:0;margin:0}.findings-list li{padding:12px 16px;margin-bottom:8px;background:#f8f9fa;border-left:4px solid #91cc75;border-radius:4px;color:#333;font-size:14px;line-height:1.6;transition:background .2s}.findings-list li:hover{background:#e8f5e9}.charts-section{margin-bottom:24px}.charts-section h3{color:#333;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #5470c6}.chart-item{margin-bottom:32px;background:#fafafa;border-radius:8px;padding:16px}.chart-item h4{color:#333;font-size:16px;font-weight:600;margin:0 0 8px}.chart-description{color:#666;font-size:13px;margin:0 0 16px;line-height:1.5}.table-section{margin-bottom:16px;width:100%;overflow:visible}.table-section h3{color:#333;font-size:18px;font-weight:600;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #fac858}.table-wrapper{overflow-x:auto;overflow-y:visible;border-radius:8px;box-shadow:0 2px 4px #0000000d;width:100%;scrollbar-width:thin;scrollbar-color:#667eea #f0f0f0;-webkit-overflow-scrolling:touch}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#5568d3}.data-table{min-width:100%;width:max-content;border-collapse:collapse;background:#fff;font-size:14px;table-layout:auto}.data-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.data-table th{padding:8px 10px;text-align:left;font-weight:600;white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;line-height:1.3;font-size:12px;vertical-align:middle;min-width:80px;max-width:140px}.data-table th:first-child,.data-table td:first-child{min-width:70px;max-width:70px;width:70px}.data-table th:nth-child(2),.data-table td:nth-child(2){min-width:50px;max-width:50px;width:50px}.data-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.data-table tbody tr:hover{background:#f5f5f5}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:8px 10px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}@media(max-width:768px){.chart-message{padding:16px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.summary-value{font-size:20px}.chart-item{padding:12px}.data-table{font-size:11px}.data-table th{padding:8px 6px;max-width:100px;font-size:10px}.data-table td{padding:8px 6px;font-size:11px}.data-table th:first-child,.data-table td:first-child{width:60px;min-width:60px;max-width:60px}.data-table th:nth-child(2),.data-table td:nth-child(2){width:50px;min-width:50px;max-width:50px}}.product-list{margin-top:10px;width:100%}.product-list__label{font-size:13px;color:#666;margin:0 0 10px;font-weight:500}.product-list__scroll{display:flex;flex-direction:column;gap:10px;max-height:480px;overflow-y:auto;padding-right:4px}.product-list__scroll::-webkit-scrollbar{width:4px}.product-list__scroll::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.product-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:12px;transition:box-shadow .15s,border-color .15s;cursor:default;min-width:0}.product-card:hover{border-color:#c8d8f0;box-shadow:0 2px 10px #0066c014}.product-card__img-wrap{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5}.product-card__img{width:100%;height:100%;object-fit:cover;display:block}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;background:#f0f4ff;color:#aaa}.product-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.product-card__code{font-size:11px;color:#999;margin:0;letter-spacing:.3px}.product-card__title{font-size:14px;font-weight:600;color:#111;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__desc{font-size:12px;color:#666;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__actions{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.product-card__btn{border:none;border-radius:14px;padding:5px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.product-card__btn:active{transform:scale(.96)}.product-card__btn--primary{background:#0066c0;color:#fff}.product-card__btn--primary:hover{background:#0052a3}.product-card__btn--secondary{background:#f0f4ff;color:#0066c0;border:1px solid #c0d6f0}.product-card__btn--secondary:hover{background:#dce8f8}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{height:100%;width:100%;display:block!important;place-items:unset!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}#root{width:100%;height:100vh;overflow:hidden;background:#fff}
