@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg: linear-gradient(140deg, #f6f8ef 0%, #f2f5ff 38%, #ffffff 100%);--surface: #ffffff;--surface-soft: #f8fafc;--text: #0d1b2a;--muted: #496179;--border: #d0d9e4;--accent: #006e90;--accent-strong: #004f66;--danger: #b23a48;--success: #2f855a;--shadow: 0 14px 32px rgba(11, 28, 44, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;color:var(--text);background:var(--bg);font-family:IBM Plex Sans,sans-serif}a{color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.app-shell.embed-shell{grid-template-rows:1fr}.topbar{padding:.9rem 1.2rem;border-bottom:1px solid var(--border);background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}.topbar-inner{max-width:1100px;margin:0 auto;display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.brand{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:.5rem;flex-wrap:wrap}.nav-links a{text-decoration:none;padding:.45rem .7rem;border-radius:.5rem;color:var(--muted);border:1px solid transparent}.nav-links a.active{border-color:var(--accent);color:var(--accent-strong);background:#eff9fc}.page{max-width:1100px;margin:0 auto;padding:1.3rem;width:100%}.embed-main,.moodle-launch-page,.moodle-chat-page{width:100%;min-height:100vh}.moodle-launch-page{display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top left,rgba(0,110,144,.14),transparent 28%),linear-gradient(180deg,#eef3f8,#fff 55%)}.moodle-launch-card{width:min(560px,100%);padding:1.35rem;border:1px solid var(--border);border-radius:.95rem;background:#fffffff5;box-shadow:var(--shadow);display:grid;gap:.9rem}.moodle-launch-eyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-strong)}.moodle-chat-frame{display:grid;grid-template-rows:auto auto 1fr;width:100%;height:100vh;background:linear-gradient(180deg,#eef3f8,#fff 14%)}.moodle-chat-context{display:flex;gap:.55rem;flex-wrap:wrap;padding:.65rem .95rem;border-bottom:1px solid #dde5ee;background:#fffffff2}.moodle-chat-shell{min-height:0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:.9rem;box-shadow:var(--shadow);padding:1rem}.page-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.35rem,3vw,1.85rem);margin:0 0 .35rem}.page-lead{margin:0;color:var(--muted)}.stack{display:grid;gap:1rem}.grid-two{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:.35rem}.field label{font-weight:600}.field-hint{margin:0;color:var(--muted);font-size:.86rem}input,select,textarea,button{font:inherit}input,select,textarea{padding:.6rem .65rem;border-radius:.55rem;border:1px solid var(--border);background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus,button:focus{outline:2px solid #96d6ea;outline-offset:2px}button{cursor:pointer}.button-primary,.button-secondary,.button-danger{border:1px solid transparent;padding:.58rem .8rem;border-radius:.55rem;font-weight:600}.button-primary{background:var(--accent);border-color:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.button-secondary{background:#fff;border-color:var(--border);color:var(--text)}.button-danger{background:#fff3f5;border-color:#f0c8ce;color:var(--danger)}.button-row{display:flex;gap:.6rem;flex-wrap:wrap}.notice{margin:0;padding:.7rem .8rem;border-radius:.6rem;border:1px solid transparent}.notice-loading{background:#eff7fb;border-color:#c5dfef}.notice-error{background:#fff2f4;border-color:#f0c8ce;display:grid;gap:.5rem}.notice-success{background:#eefaf2;border-color:#c4e8d0}.status-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;background:#edf8fb;color:var(--accent-strong);border:1px solid #cae5ef}.list{display:grid;gap:.55rem}.item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.8rem;border:1px solid var(--border);border-radius:.65rem;background:var(--surface-soft);flex-wrap:wrap}.item-title{margin:0;font-weight:600}.item-meta{margin:.2rem 0 0;color:var(--muted);font-size:.88rem}.chat-host{min-height:520px}.chat-frame{display:grid;grid-template-rows:auto 1fr;height:100%;min-height:520px;border-radius:.8rem;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.institutional-disclaimer{display:grid;gap:.45rem;padding:.9rem 1rem .85rem;border-bottom:1px solid #d5dce5;background:linear-gradient(135deg,#f4c4302e,#f4c43014 28%,#fffffff5 28% 100%),repeating-linear-gradient(-45deg,#004f6609 0 10px,#fff3 10px 20px)}.institutional-disclaimer.compact{padding:.72rem .85rem .7rem}.institutional-disclaimer p{margin:0;font-size:.94rem;line-height:1.35;color:#213547}.institutional-disclaimer.compact p{font-size:.88rem}.institutional-disclaimer-badge{display:inline-flex;align-items:center;width:fit-content;padding:.18rem .55rem;border-radius:999px;border:1px solid #d7c587;background:#fff8dcf2;color:#6b5200;font-size:.73rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.chat-frame :global(deep-chat),.embed-chat-frame :global(deep-chat){display:block;height:100%;min-height:0}.moodle-chat-shell :global(deep-chat){display:block;height:100%;min-height:0}@media(max-width:900px){.grid-two{grid-template-columns:1fr}.chat-host,.chat-frame{min-height:460px}.institutional-disclaimer{padding:.82rem .9rem .78rem}.moodle-chat-context{padding:.58rem .82rem}}:root{--upedia-primary: #e8852a;--upedia-primary-dark: #c96b1a;--upedia-primary-light: #f2c76b;--upedia-primary-gradient: linear-gradient(135deg, #c96b1a 0%, #e8852a 30%, #f2c76b 60%, #fa8f73 100%);--upedia-bubble-user: #3B82F6;--upedia-bubble-ai: #f3f4f6;--upedia-font: "Plus Jakarta Sans", sans-serif;--upedia-radius-panel: 16px;--upedia-panel-w: 420px;--upedia-panel-h: 520px;--upedia-overlay: rgba(0,0,0,.49);--upedia-shadow: 0 24px 80px rgba(0,0,0,.24)}.upedia-widget-root.svelte-zsv8oa{font-family:var(--upedia-font)}.upedia-widget-root.iframe-mode.svelte-zsv8oa{position:fixed;inset:0;z-index:9999}.upedia-overlay.svelte-zsv8oa{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--upedia-overlay);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998;border:none;padding:0}.upedia-overlay.open.svelte-zsv8oa{opacity:1;pointer-events:auto}.upedia-float-btn.svelte-zsv8oa{position:fixed;bottom:20px;right:20px;width:64px;height:64px;border-radius:50%;background:var(--upedia-primary-gradient);box-shadow:0 4px 20px #e8852a80;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:transform .2s ease,opacity .2s ease}.upedia-float-btn.svelte-zsv8oa:hover{transform:scale(1.07)}.upedia-float-btn.hidden.svelte-zsv8oa{opacity:0;pointer-events:none;transform:scale(.8)}.upedia-chat-panel.svelte-zsv8oa{position:fixed;bottom:0;right:20px;width:var(--upedia-panel-w);height:0;background:linear-gradient(175deg,#e8e8e8,#e3dba3);border-radius:var(--upedia-radius-panel) var(--upedia-radius-panel) 0 0;z-index:999;display:flex;flex-direction:column;overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 30px #0000001a}.upedia-chat-panel.open.svelte-zsv8oa{height:var(--upedia-panel-h)}.upedia-chat-panel.iframe-panel.svelte-zsv8oa{position:absolute;inset:0;width:100%;height:100%;border-radius:0;transition:none;box-shadow:none}.upedia-tab-bar.svelte-zsv8oa{display:flex;flex-direction:row;height:32px;padding:6px 16px 0;background:#fff;flex-shrink:0}.upedia-tab.svelte-zsv8oa{padding:4px 10px;border-radius:8px 8px 0 0;border:none;background:#f5f5f5;color:#a4a4a4;font-size:11px;font-weight:600;cursor:pointer;margin-right:4px;transition:background .2s,color .2s}.upedia-tab.active.svelte-zsv8oa{background:#e8e8e8;color:#333}.upedia-chat-header.svelte-zsv8oa{height:57px;padding:12px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:linear-gradient(to right,#d2d2d2,#fff);flex-shrink:0}.upedia-header-course.svelte-zsv8oa{font-size:13px;font-weight:700;color:#333}.upedia-header-prof.svelte-zsv8oa{font-size:11px;color:#a4a4a4;margin-top:2px}.upedia-header-actions.svelte-zsv8oa{display:flex;flex-direction:row;align-items:center;gap:4px}.upedia-close-btn.svelte-zsv8oa{background:transparent;border:none;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.upedia-close-btn.svelte-zsv8oa:hover{background:#e8e8e8}.upedia-chat-body.svelte-zsv8oa{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.upedia-msg-row.svelte-zsv8oa{display:flex;flex-direction:row;align-items:flex-end;gap:8px;max-width:85%}.upedia-msg-row.ai.svelte-zsv8oa{align-self:flex-start}.upedia-ai-avatar.svelte-zsv8oa{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upedia-msg-bubble.svelte-zsv8oa{padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.5}.upedia-msg-bubble.ai.svelte-zsv8oa{background:var(--upedia-bubble-ai);color:#333;border-bottom-left-radius:4px}.upedia-msg-bubble.rate-limit.svelte-zsv8oa{background:#fce299;color:#816004;border-bottom-left-radius:4px;display:flex;flex-direction:row;align-items:flex-start;gap:6px}.upedia-recommendations.svelte-zsv8oa{padding:8px 16px;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;flex-shrink:0}.upedia-recommendations.svelte-zsv8oa::-webkit-scrollbar{display:none}.upedia-chip.svelte-zsv8oa{padding:6px 10px;border-radius:10px;margin-right:6px;display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e8e8e8;color:#555;font-size:11px;cursor:pointer;transition:background .15s}.upedia-chip.svelte-zsv8oa:hover{background:#f5f5f5}.upedia-chip-icon.svelte-zsv8oa{display:flex;align-items:center;justify-content:center;color:inherit}.upedia-input-area.svelte-zsv8oa{padding:10px 16px;display:flex;flex-direction:row;gap:10px;background:#fff;border-top:1px solid #e8e8e8;align-items:center;flex-shrink:0}.upedia-input.svelte-zsv8oa{flex:1;border:none;outline:none;font-size:13px;font-family:inherit;resize:none;background:transparent;color:#333;padding:0}.upedia-input.svelte-zsv8oa::placeholder{color:#a4a4a4}.upedia-send-btn.svelte-zsv8oa{background:transparent;border:none;color:#a4a4a4;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s;padding:4px}.upedia-send-btn.active.svelte-zsv8oa,.upedia-send-btn.svelte-zsv8oa:hover{color:var(--upedia-primary)}.upedia-loading-dots.svelte-zsv8oa{display:flex;align-items:center;gap:4px;height:20px}.dot.svelte-zsv8oa{width:7px;height:7px;border-radius:50%;background:#888;animation:svelte-zsv8oa-bounce 1.2s infinite ease-in-out}.dot.svelte-zsv8oa:nth-child(1){animation-delay:0s}.dot.svelte-zsv8oa:nth-child(2){animation-delay:.2s}.dot.svelte-zsv8oa:nth-child(3){animation-delay:.4s}@keyframes svelte-zsv8oa-bounce{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-5px);opacity:1}}.settings-panel.svelte-zsv8oa{position:absolute;inset:0;background:#fff;z-index:20;display:flex;flex-direction:column;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif}.settings-header.svelte-zsv8oa{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.back-btn.svelte-zsv8oa{background:none;border:none;cursor:pointer;color:#e8852a;font-weight:600;font-size:.875rem;padding:0}.settings-title.svelte-zsv8oa{font-weight:700;font-size:.9rem;color:#111}.tab-bar.svelte-zsv8oa{display:flex;padding:0 8px;border-bottom:2px solid #f3f4f6;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.tab-btn.svelte-zsv8oa{flex-shrink:0;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:.78rem;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap}.tab-btn.active.svelte-zsv8oa{color:#e8852a;border-bottom-color:#e8852a}.tab-content.svelte-zsv8oa{flex:1;overflow-y:auto;padding:16px}.form-group.svelte-zsv8oa{margin-bottom:12px}.form-label.svelte-zsv8oa{display:block;font-size:.78rem;font-weight:600;color:#374151;margin-bottom:4px}.form-input.svelte-zsv8oa{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;box-sizing:border-box}.form-select.svelte-zsv8oa{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;background:#fff}.form-textarea.svelte-zsv8oa{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;min-height:80px;resize:vertical;box-sizing:border-box}.action-btn.svelte-zsv8oa{width:100%;padding:10px;background:#e8852a;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:.875rem;margin-top:4px}.action-btn.secondary.svelte-zsv8oa{background:#f3f4f6;color:#374151}.action-btn.small.svelte-zsv8oa{width:auto;padding:6px 12px;font-size:.78rem;margin-top:0}.action-btn.primary.svelte-zsv8oa{background:linear-gradient(135deg,#c96b1a,#e8852a)}.result-actions.svelte-zsv8oa{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.back-link.svelte-zsv8oa{background:none;border:none;cursor:pointer;color:#e8852a;font-size:.8rem;font-weight:600;padding:0;flex-shrink:0}.result-content.svelte-zsv8oa{font-size:.82rem;line-height:1.6;color:#1f2937;overflow-wrap:break-word;word-break:break-word;min-width:0;overflow:hidden}.result-content.svelte-zsv8oa p{margin:0 0 .5em}.result-content.svelte-zsv8oa ul,.result-content.svelte-zsv8oa ol{padding-left:1.2em;margin:.3em 0}.result-content.svelte-zsv8oa li{margin-bottom:.15em}.result-content.svelte-zsv8oa strong{font-weight:600}.result-content.svelte-zsv8oa h1,.result-content.svelte-zsv8oa h2,.result-content.svelte-zsv8oa h3{font-weight:700;margin:.5em 0 .2em;font-size:.9rem}.result-content.svelte-zsv8oa *{max-width:100%;box-sizing:border-box}.result-content.svelte-zsv8oa pre{background:#1e1e2e;color:#cdd6f4;padding:.75em 1em;border-radius:6px;overflow-x:auto;white-space:pre-wrap;max-width:100%;box-sizing:border-box;margin:.4em 0}.result-content.svelte-zsv8oa pre code{background:none;padding:0;color:inherit}.result-content.svelte-zsv8oa code{background:#f3f4f6;padding:.1em .35em;border-radius:3px;font-size:.82em;font-family:monospace}.result-content.svelte-zsv8oa img{max-width:100%;height:auto;display:block}.result-content.svelte-zsv8oa a{word-break:break-all}.result-content.svelte-zsv8oa .katex-display{overflow-x:auto;overflow-y:hidden;padding:.25em 0}.result-content.svelte-zsv8oa .katex{font-size:1em}.result-content.svelte-zsv8oa .chat-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:.5rem 0;border-radius:6px}.result-content.svelte-zsv8oa .chat-table-scroll table{width:100%;border-collapse:collapse;font-size:.82rem}.result-content.svelte-zsv8oa .chat-table-scroll th{background:#f3f4f6;padding:.5rem .75rem;text-align:left;font-weight:600;white-space:nowrap;border-bottom:2px solid #e5e7eb}.result-content.svelte-zsv8oa .chat-table-scroll td{padding:.4rem .75rem;border-bottom:1px solid #f3f4f6;vertical-align:top;white-space:nowrap;max-width:300px;overflow:hidden;text-overflow:ellipsis}.result-content.svelte-zsv8oa .chat-table-scroll tr:last-child td{border-bottom:none}.result-content.svelte-zsv8oa .chat-table-scroll tr:nth-child(2n) td{background:#fafafa}.stat-card.svelte-zsv8oa{background:#f9fafb;border-radius:8px;padding:12px 14px;margin-bottom:10px}.stat-card.mock.svelte-zsv8oa{opacity:.4}.stat-label.svelte-zsv8oa{font-size:.75rem;color:#6b7280;margin-bottom:4px}.stat-value.svelte-zsv8oa{font-size:1.4rem;font-weight:700;color:#111}.stat-meta.svelte-zsv8oa{font-size:.72rem;color:#9ca3af;margin-top:4px}.progress-bar.svelte-zsv8oa{height:6px;background:#e5e7eb;border-radius:3px;margin-top:8px;overflow:hidden}.progress-fill.svelte-zsv8oa{height:100%;border-radius:3px;transition:width .3s}.section-label.svelte-zsv8oa{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:12px 0 6px}.list-row.svelte-zsv8oa{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f3f4f6;font-size:.82rem}.badge.svelte-zsv8oa{background:#e8852a22;color:#e8852a;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600}.badge-small.svelte-zsv8oa{background:#f3f4f6;color:#6b7280;border-radius:4px;padding:2px 6px;font-size:.7rem}.limit-row.svelte-zsv8oa{display:flex;align-items:center;gap:8px;margin-bottom:10px}.limit-input.svelte-zsv8oa{flex:1;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem}.limit-unit.svelte-zsv8oa{font-size:.78rem;color:#6b7280}.health-row.svelte-zsv8oa{display:flex;align-items:center;gap:8px}.health-dot.svelte-zsv8oa{width:10px;height:10px;border-radius:50%;display:inline-block}.loading-msg.svelte-zsv8oa{text-align:center;color:#9ca3af;font-size:.85rem;padding:24px 0}.empty-msg.svelte-zsv8oa{color:#9ca3af;font-size:.82rem;text-align:center;padding:16px 0}.mock-disclaimer.svelte-zsv8oa{font-size:.72rem;color:#9ca3af;font-style:italic;margin:8px 0 4px}.mock-list.svelte-zsv8oa .mock-row:where(.svelte-zsv8oa){height:12px;background:#e5e7eb;border-radius:4px;margin-bottom:6px}.error-msg.svelte-zsv8oa{color:#ef4444;font-size:.78rem;margin-bottom:8px}.success-msg.svelte-zsv8oa{color:#22c55e;font-size:.78rem;margin-bottom:8px}.limit-label.svelte-zsv8oa{text-transform:capitalize;font-weight:600;font-size:.85rem;width:80px}.question-card.svelte-zsv8oa{background:#f9fafb;border-radius:8px;padding:12px;margin-bottom:10px}.q-num.svelte-zsv8oa{font-size:.72rem;font-weight:700;color:#e8852a;margin-bottom:4px}.q-text.svelte-zsv8oa{font-size:.85rem;font-weight:500;margin-bottom:6px}.q-options.svelte-zsv8oa{padding-left:1.2em;margin:4px 0;font-size:.82rem}.q-answer.svelte-zsv8oa{font-size:.78rem;color:#22c55e;font-weight:600;margin-top:4px}.gear-btn.svelte-zsv8oa{background:none;border:none;cursor:pointer;font-size:18px;padding:4px 8px;color:#6b7280;line-height:1;display:flex;align-items:center}.gear-btn.svelte-zsv8oa:hover{color:#e8852a}.history-conv-row.svelte-zsv8oa{display:flex;align-items:stretch;gap:4px;margin-bottom:6px}.history-conv-row.svelte-zsv8oa .history-conv-item:where(.svelte-zsv8oa){flex:1;min-width:0;margin-bottom:0}.history-conv-item.svelte-zsv8oa{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;border:1px solid #f3f4f6;border-radius:8px;background:#fff;cursor:pointer;text-align:left;transition:background .12s,border-color .12s}.history-conv-item.svelte-zsv8oa:hover{background:#f9fafb;border-color:#e8852a}.history-conv-title.svelte-zsv8oa{font-size:.82rem;font-weight:600;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.history-conv-date.svelte-zsv8oa{font-size:.7rem;color:#9ca3af;flex-shrink:0}.history-conv-kebab.svelte-zsv8oa{display:flex;align-items:center;flex-shrink:0}.history-conv-dots.svelte-zsv8oa{display:flex;align-items:center;justify-content:center;width:28px;height:100%;background:none;border:none;color:#9ca3af;cursor:pointer;border-radius:6px;padding:0;transition:color .1s,background .1s}.history-conv-dots.svelte-zsv8oa:hover{color:#374151;background:#f3f4f6}.history-conv-bin.svelte-zsv8oa{display:flex;align-items:center;justify-content:center;width:28px;height:100%;background:#fee2e2;border:none;color:#ef4444;cursor:pointer;border-radius:6px;padding:0}.history-conv-bin.svelte-zsv8oa:hover{background:#fecaca}.history-conv-confirm.svelte-zsv8oa{display:flex;flex-direction:column;align-items:stretch;gap:3px;padding:4px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;min-width:76px}.history-conv-confirm-label.svelte-zsv8oa{font-size:.65rem;font-weight:600;color:#991b1b;text-align:center}.history-conv-yes.svelte-zsv8oa,.history-conv-no.svelte-zsv8oa{font-size:.68rem;font-weight:700;padding:2px 6px;border:none;border-radius:4px;cursor:pointer}.history-conv-yes.svelte-zsv8oa{background:#ef4444;color:#fff}.history-conv-no.svelte-zsv8oa{background:#e5e7eb;color:#374151}.chart-container.svelte-zsv8oa{background:#fff;border-radius:12px;padding:16px;margin:8px 0;border:1px solid #f3f4f6;box-shadow:0 2px 4px #00000005}.trend-chart.svelte-zsv8oa{width:100%;height:auto;overflow:visible}.topic-bars.svelte-zsv8oa{display:flex;flex-direction:column;gap:12px;margin:8px 0}.topic-bar-row.svelte-zsv8oa{display:flex;flex-direction:column;gap:4px}.topic-bar-label.svelte-zsv8oa{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:#374151}.topic-bar-bg.svelte-zsv8oa{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.topic-bar-fill.svelte-zsv8oa{height:100%;background:linear-gradient(90deg,#e8852a,#f97316);border-radius:4px;transition:width .8s cubic-bezier(.4,0,.2,1)}.stat-card.mini.svelte-zsv8oa{padding:10px}.empty-msg-small.svelte-zsv8oa{font-size:.7rem;color:#9ca3af;font-style:italic}
