:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#111827;background-color:#f3f4f6}body{margin:0;background-color:#f3f4f6}.app-root{min-height:100vh;display:flex;justify-content:center}.tab-label-full{display:inline}.tab-label-short{display:none}.app-container{width:90%;max-width:1400px;padding:2px 0}.card{background-color:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 10px 30px #0f172a14;margin-bottom:20px}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.header-left{display:flex;align-items:center;gap:10px}.header-root{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.logo{height:100px;width:auto}.brand-name{text-align:center;font-size:28px;font-weight:700;letter-spacing:.06em;text-transform:none}.disclaimer-card{padding:1px 16px}.disclaimer-text{font-size:14px;color:#374151;text-align:center}.section-title{font-size:18px;font-weight:600;margin-bottom:8px}.section-subtitle{font-size:13px;color:#6b7280;margin-bottom:12px}.chat-container{display:flex;flex-direction:column;height:500px}.chat-messages{flex:1;overflow-y:auto;padding:12px;border-radius:12px;background-color:#f9fafb;border:1px solid #e5e7eb;margin-bottom:12px}.message{max-width:80%;margin-bottom:10px;padding:10px 14px;border-radius:12px;font-size:14px}.message-content{font-size:14px;line-height:1.5}.message-content p,.message-content ul,.message-content ol{margin-top:4px;margin-bottom:4px}.message-content strong{font-weight:600}.message-content em{font-style:italic}.message-content code{background:#f3f4f6;padding:2px 4px;border-radius:4px;font-size:90%}.message-content pre{background:#f3f4f6;padding:8px;border-radius:6px;overflow-x:auto}.message-content h1{font-size:18px;margin:10px 0 6px}.message-content h2{font-size:16px;margin:10px 0 6px}.message-content h3{font-size:14px;margin:8px 0 6px}.message-content ul{margin:6px 0;padding-left:18px}.message.user{margin-left:auto;background-color:#2563eb;color:#fff;border-bottom-right-radius:4px}.message.assistant{margin-right:auto;background-color:#e5e7eb;color:#111827;border-bottom-left-radius:4px}.message-meta{font-size:11px;color:#9ca3af;margin-bottom:2px}.chat-input-row{display:flex;gap:8px}.chat-input{flex:1;border-radius:999px;border:1px solid #d1d5db;padding:10px 14px;font-size:14px;outline:none}.chat-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.chat-button{border-radius:999px;border:none;padding:0 18px;font-size:14px;font-weight:500;cursor:pointer;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center}.chat-button:disabled{opacity:.6;cursor:default}.chat-footer-note{font-size:11px;color:#9ca3af;margin-top:6px}.chart-card{height:auto}.chart-wrapper{width:100%;min-width:0;height:auto}.chart-area{width:100%;height:500px}.tabs-card{padding:0}.tabs-bar{display:flex;width:100%;border-bottom:1px solid #e5e7eb}.tab-button{flex:1;padding:14px 12px;background:transparent;border:none;cursor:pointer;font-weight:700;color:#111827;border-right:1px solid #e5e7eb}.tab-button:last-child{border-right:none}.tab-button:hover{background:#f3f4f6}.tab-button.active{background:#f3f4f6;border-bottom:3px solid #2563eb}.tab-panel{padding:16px 18px 6px}.reports-root{width:100%}.reports-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.reports-refresh{border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.reports-error{color:#b91c1c;margin:8px 0}.report-item{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;overflow:hidden}.report-header{width:100%;display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border:none;cursor:pointer;text-align:left}.report-toggle{width:26px;height:26px;border:1px solid #d1d5db;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.report-title{font-weight:700;color:#111827}.report-body{padding:14px 16px;background:#fafafa;border-top:1px solid #e5e7eb}.report-meta{font-size:13px;color:#374151;margin-bottom:10px}.report-loading,.reports-empty{color:#6b7280}.report-markdown{padding:14px;font-size:14px;line-height:1.55;color:#111827}.report-markdown h1{font-size:20px;margin:14px 0 8px}.report-markdown h2{font-size:16px;margin:12px 0 6px}.report-markdown h3{font-size:14px;margin:10px 0 6px}.report-markdown p,.report-markdown li{font-size:14px;margin:6px 0}.report-markdown ul{padding-left:18px;margin:8px 0}.report-markdown code{font-size:13px}.report-markdown pre{font-size:13px;line-height:1.45;padding:10px;border-radius:10px;overflow-x:auto}.report-markdown table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px}.report-markdown th,.report-markdown td{border:1px solid #e5e7eb;padding:8px;text-align:left}.report-markdown th{background:#f9fafb;font-weight:700}.report-markdown blockquote{margin:10px 0;padding:8px 12px;border-left:3px solid #e5e7eb;color:#374151;background:#f9fafb;border-radius:8px}.chat-card,.chat-container,.chat-messages,.chat-input-row{min-width:0}.chart-hint{font-size:12px;color:#6b7280;text-align:center;margin-top:4px;margin-bottom:2px}@media(max-width:768px){.app-container{width:100%;max-width:100%;padding-left:8px;padding-right:8px}.card{width:100%;max-width:100%;margin-left:0;margin-right:0}.header-root{flex-direction:row;align-items:center;justify-content:center;text-align:left;padding:12px 8px;gap:10px;margin-bottom:1px}.header-root .logo{height:52px;width:auto;flex-shrink:0}.header-root .brand-name{font-size:24px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 90px)}.section-title{font-size:16px}.section-subtitle{font-size:12px}.tab-label-full{display:none}.tab-label-short{display:inline;font-weight:700}.tab-button{padding:12px 6px;font-size:13px}.tabs-card,.tab-panel{overflow:hidden}.chart-card{overflow:visible;padding:16px 14px}.chart-wrapper{height:auto;overflow:visible}.recharts-legend-wrapper{font-size:11px}.disclaimer-card{width:100%;max-width:100%;margin:1px 0 6px;box-sizing:border-box}.disclaimer-text{font-size:10px;line-height:1.2}.chat-card{padding:16px 14px}.chat-messages{max-height:45vh}.chat-input-row{width:100%}.chat-input-row .chat-input{flex:1;min-width:0}.chat-input-row .chat-button{flex-shrink:0;padding:10px 12px}.chart-area{height:300px}.chart-hint{font-size:11px;margin-top:2px}}
