:root{--luma-bg: #ffffff;--luma-card: #ffffff;--luma-fg: #0a1733;--luma-muted: #6b7280;--luma-border: #e5e7eb;--luma-accent: #0a1733;--luma-accent-fg: #ffffff;--luma-accent-soft: rgba(10, 23, 51, .06);--luma-bubble-user: #0a1733;--luma-bubble-assistant: #f5f5f7;--luma-bubble-assistant-fg: #0a1733;--luma-banner: #fff7ed;--luma-banner-fg: #9a3412;--luma-radius: 10px;--luma-radius-inner: 10px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:var(--luma-vh, 100dvh);background:var(--luma-bg);color:var(--luma-fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5;overflow:hidden;overscroll-behavior:none}html{position:fixed;inset:0;width:100%}body{position:relative;width:100%}#luma-chatbot-root{display:block;height:100%;padding:0}.luma-panel{width:100%;height:100%;background:var(--luma-bg);display:flex;flex-direction:column;overflow:hidden}.luma-body{flex:1;min-height:0;display:flex;flex-direction:column}.luma-chat{flex:1;display:flex;flex-direction:column;min-height:0}.luma-messages{flex:1;overflow-y:auto;padding:18px 24px;display:flex;flex-direction:column;gap:10px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.luma-msg{display:flex}.luma-msg-user{justify-content:flex-end}.luma-bubble{max-width:80%;padding:10px 14px;border-radius:var(--luma-radius-inner);word-wrap:break-word}.luma-msg-user .luma-bubble{white-space:pre-wrap}.luma-msg-assistant .luma-bubble>:first-child{margin-top:0}.luma-msg-assistant .luma-bubble>:last-child{margin-bottom:0}.luma-msg-assistant .luma-bubble p{margin:0 0 8px}.luma-msg-assistant .luma-bubble h1,.luma-msg-assistant .luma-bubble h2,.luma-msg-assistant .luma-bubble h3,.luma-msg-assistant .luma-bubble h4,.luma-msg-assistant .luma-bubble h5,.luma-msg-assistant .luma-bubble h6{margin:14px 0 4px;font-weight:600;line-height:1.3;color:var(--luma-fg)}.luma-msg-assistant .luma-bubble h1{font-size:1.1em;font-weight:700}.luma-msg-assistant .luma-bubble h2{font-size:1.05em;font-weight:700}.luma-msg-assistant .luma-bubble h3,.luma-msg-assistant .luma-bubble h4,.luma-msg-assistant .luma-bubble h5,.luma-msg-assistant .luma-bubble h6{font-size:1em}.luma-msg-assistant .luma-bubble ul,.luma-msg-assistant .luma-bubble ol{margin:0 0 8px;padding-left:22px}.luma-msg-assistant .luma-bubble li{margin:2px 0}.luma-msg-assistant .luma-bubble li>ul,.luma-msg-assistant .luma-bubble li>ol{margin-top:4px;margin-bottom:0}.luma-msg-assistant .luma-bubble hr{border:0;border-top:1px solid var(--luma-border);margin:12px 0}.luma-msg-assistant .luma-bubble strong{font-weight:600}.luma-msg-assistant .luma-bubble em{font-style:italic}.luma-msg-assistant .luma-bubble code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em;background:var(--luma-accent-soft);padding:1px 5px;border-radius:4px}.luma-msg-assistant .luma-bubble .luma-table-wrap{margin:0 0 8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.luma-msg-assistant .luma-bubble table{border-collapse:collapse;font-size:.95em;width:max-content}.luma-msg-assistant .luma-bubble th,.luma-msg-assistant .luma-bubble td{border:1px solid var(--luma-border);padding:6px 10px;text-align:left;vertical-align:top}.luma-msg-assistant .luma-bubble th{background:var(--luma-accent-soft);font-weight:600}.luma-msg-assistant .luma-bubble blockquote{margin:0 0 8px;padding:2px 0 2px 10px;border-left:2px solid var(--luma-border);color:var(--luma-muted)}.luma-msg-assistant .luma-bubble a{color:var(--luma-accent);text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere;word-break:break-word}.luma-msg-assistant .luma-bubble a:hover{text-decoration-thickness:2px}.luma-msg-assistant .luma-bubble a:focus-visible{outline:2px solid var(--luma-accent);outline-offset:2px;border-radius:2px}.luma-msg-user .luma-bubble{background:var(--luma-bubble-user);color:#fff;border-bottom-right-radius:2px}.luma-msg-assistant .luma-bubble{background:var(--luma-bubble-assistant);color:var(--luma-bubble-assistant-fg);border-bottom-left-radius:2px}.luma-typing{display:inline-flex;align-items:center;gap:5px;padding:12px 14px}.luma-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--luma-muted);opacity:.35;animation:luma-typing-bounce 1.2s infinite ease-in-out both}.luma-typing-dot:nth-child(2){animation-delay:.15s}.luma-typing-dot:nth-child(3){animation-delay:.3s}@keyframes luma-typing-bounce{0%,70%,to{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.luma-typing-dot{animation:luma-typing-pulse 1.4s infinite ease-in-out both}@keyframes luma-typing-pulse{0%,to{opacity:.35}50%{opacity:1}}}.luma-composer{display:flex;align-items:flex-end;gap:10px;padding:14px 24px max(20px,env(safe-area-inset-bottom,0px));border-top:1px solid var(--luma-border);background:var(--luma-bg)}.luma-input{flex:1;resize:none;font:inherit;font-size:16px;line-height:1.4;padding:11px 14px;border:1px solid var(--luma-border);border-radius:18px;background:var(--luma-card);color:var(--luma-fg);min-height:44px;max-height:160px;overflow-y:auto}.luma-input:focus{outline:none;border-color:var(--luma-accent);box-shadow:0 0 0 3px var(--luma-accent-soft)}.luma-send{background:var(--luma-accent);color:var(--luma-accent-fg);border:none;padding:0 20px;height:44px;border-radius:22px;cursor:pointer;font-weight:500;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.luma-send[disabled]{opacity:.5;cursor:not-allowed}.luma-send-icon{display:none}.luma-send-label{display:inline}.luma-attach{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;background:var(--luma-card);color:var(--luma-fg);border:1px solid var(--luma-border);border-radius:22px;cursor:pointer;padding:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.luma-attach:hover{border-color:var(--luma-accent)}.luma-attach:focus-visible{outline:none;border-color:var(--luma-accent);box-shadow:0 0 0 3px var(--luma-accent-soft)}.luma-attach[disabled]{opacity:.5;cursor:not-allowed}.luma-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.luma-attachments{display:flex;flex-wrap:wrap;gap:8px;padding:10px 24px 0}.luma-chip{display:flex;align-items:center;gap:10px;max-width:min(100%,340px);padding:8px 10px 8px 8px;background:var(--luma-card);border:1px solid var(--luma-border);border-radius:var(--luma-radius);font-size:13px;color:var(--luma-fg);box-shadow:0 1px 2px #0a17330a}.luma-chip-icon{flex:0 0 36px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background:#0a173312;color:var(--luma-accent)}.luma-chip-icon-loading{background:var(--luma-accent-soft)}.luma-chip-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.luma-chip-name{font-weight:500;font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.luma-chip-meta{font-size:12px;line-height:1.3;color:var(--luma-muted)}.luma-chip-tag{align-self:flex-start;margin-top:2px;padding:1px 6px;font-size:11px;font-weight:500;line-height:1.4;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:4px}.luma-chip-remove{flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:2px;border-radius:6px;border:none;background:transparent;color:var(--luma-muted);cursor:pointer;padding:0}.luma-chip-remove:hover{background:var(--luma-accent-soft);color:var(--luma-fg)}.luma-chip-remove:focus-visible{outline:2px solid var(--luma-accent);outline-offset:1px}.luma-chip-loading .luma-chip-name{color:var(--luma-muted)}.luma-chip-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(10,23,51,.12);border-top-color:var(--luma-accent);animation:luma-spin .8s linear infinite}@keyframes luma-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.luma-chip-spinner{animation-duration:2s}}@media(max-width:480px){.luma-attachments{padding:8px 16px 0}.luma-chip{max-width:100%}}.luma-banner{margin:10px 24px 0;padding:10px 12px;background:var(--luma-banner);color:var(--luma-banner-fg);border:1px solid #fed7aa;border-radius:4px;font-size:13px}@media(max-width:480px){.luma-messages{padding:14px}.luma-composer{padding:10px 12px max(12px,env(safe-area-inset-bottom,0px));gap:8px}.luma-banner{margin:8px 14px 0}.luma-bubble{max-width:88%}.luma-send{width:44px;flex:0 0 44px;padding:0}.luma-send-icon{display:inline-flex}.luma-send-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@media(pointer:coarse){.luma-input{min-height:44px}}
