.card.svelte-17neox1{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-m);width:100%;padding:20px;box-shadow:0 4px 18px #0a0e1a0f}.card-title.svelte-17neox1{color:var(--ink);letter-spacing:-.01em;margin-bottom:4px;font-size:16px;font-weight:800}.area.divided.svelte-17neox1{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.eyebrow.svelte-17neox1{letter-spacing:.1em;color:var(--brand);font-size:11px;font-weight:800}.area-name.svelte-17neox1{color:var(--ink);letter-spacing:-.01em;margin-top:4px;font-size:17px;font-weight:800}.summary.svelte-17neox1{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.55}.items.svelte-17neox1{flex-direction:column;gap:12px;margin-top:16px;list-style:none;display:flex}.item.svelte-17neox1{gap:10px;display:flex}.dot.svelte-17neox1{background:var(--brand);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.item-name.svelte-17neox1{color:var(--ink);font-size:13.5px;font-weight:700}.item-desc.svelte-17neox1{color:var(--muted);margin-top:2px;font-size:12.5px;line-height:1.55}.detail.svelte-17neox1{border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface-soft);color:var(--brand);align-items:center;gap:6px;margin-top:18px;padding:10px 16px;font-size:13px;font-weight:700;transition:border-color .15s,background .15s,transform .15s;display:inline-flex}.detail.svelte-17neox1:hover{border-color:var(--brand-2);background:var(--brand-soft);transform:translateY(-1px)}.card.svelte-12n2jau{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-m);padding:20px;box-shadow:0 4px 18px #0a0e1a0f}.card-title.svelte-12n2jau{color:var(--ink);font-size:15px;font-weight:700}.msg.svelte-12n2jau{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.5}.actions.svelte-12n2jau{flex-direction:column;gap:8px;margin-top:16px;display:flex}.action.svelte-12n2jau{border:1px solid var(--line);border-radius:var(--radius-s);color:var(--ink);background:var(--surface-soft);align-items:center;gap:9px;padding:12px 14px;font-size:13.5px;font-weight:600;transition:border-color .15s,background .15s,transform .15s;display:flex}.action.svelte-12n2jau:hover{border-color:var(--brand-2);transform:translateY(-1px)}.card.svelte-1v50js8{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-m);width:100%;padding:20px;box-shadow:0 4px 18px #0a0e1a0f}.card-title.svelte-1v50js8{color:var(--ink);letter-spacing:-.01em;font-size:16px;font-weight:800}.section.svelte-1v50js8{margin-top:14px}.section-label.svelte-1v50js8{letter-spacing:.06em;color:var(--brand);font-size:11px;font-weight:800}.lines.svelte-1v50js8{flex-direction:column;gap:8px;margin-top:10px;list-style:none;display:flex}.line.svelte-1v50js8{color:var(--ink);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.line.svelte-1v50js8 svg{color:var(--brand);flex-shrink:0}.includes.svelte-1v50js8{background:var(--surface-soft);border-radius:var(--radius-s);margin-top:14px;padding:12px 14px}.includes-label.svelte-1v50js8{letter-spacing:.06em;color:var(--success);font-size:11px;font-weight:800}.includes.svelte-1v50js8 ul:where(.svelte-1v50js8){flex-direction:column;gap:5px;margin-top:8px;list-style:none;display:flex}.includes.svelte-1v50js8 li:where(.svelte-1v50js8){color:var(--ink-2);align-items:center;gap:7px;font-size:12.5px;display:flex}.includes.svelte-1v50js8 li:where(.svelte-1v50js8) svg{color:var(--success);flex-shrink:0}.total.svelte-1v50js8{background:var(--brand-soft);border-radius:var(--radius-s);justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:16px;display:flex}.total-label.svelte-1v50js8{color:var(--ink-2);font-size:13px;font-weight:700}.total-value.svelte-1v50js8{color:var(--brand);letter-spacing:-.01em;text-align:right;font-size:17px;font-weight:800}.disclaimer.svelte-1v50js8{color:var(--muted-2);margin-top:12px;font-size:11.5px;line-height:1.55}.cta.svelte-1v50js8{border-radius:var(--radius-s);background:var(--brand);color:#fff;justify-content:center;align-items:center;gap:6px;margin-top:16px;padding:12px 16px;font-size:13.5px;font-weight:700;transition:background .15s,transform .15s;display:flex}.cta.svelte-1v50js8:hover{background:#234bdb;transform:translateY(-1px)}body.chatbot-page{height:100dvh;overflow:hidden}body.chatbot-page .main-content{flex-direction:column;min-height:0;display:flex}body.chatbot-page .site-footer{display:none}.chat-page.svelte-ejo4h5{flex-direction:column;flex:1;width:100%;max-width:760px;min-height:0;margin:0 auto;padding:0 clamp(16px,4vw,24px);display:flex}.chat-header.svelte-ejo4h5{justify-content:flex-start;gap:8px;padding:14px 0 6px;display:flex}.home-btn.svelte-ejo4h5,.reset-btn.svelte-ejo4h5{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:8px 13px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.home-btn.svelte-ejo4h5:hover,.reset-btn.svelte-ejo4h5:hover{border-color:var(--brand-2);color:var(--brand);background:var(--brand-soft)}.scroll.svelte-ejo4h5{flex:1;padding:24px 0 8px;overflow-y:auto}.scroll-inner.svelte-ejo4h5{flex-direction:column;gap:16px;display:flex}.empty.svelte-ejo4h5{text-align:center;padding:12px 0}@media (width>=768px){.scroll.svelte-ejo4h5:has(.empty:where(.svelte-ejo4h5)) .scroll-inner:where(.svelte-ejo4h5){justify-content:center;min-height:100%;padding-bottom:12%}}.empty-badge.svelte-ejo4h5{background:var(--brand-soft);width:48px;height:48px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.empty.svelte-ejo4h5 h1:where(.svelte-ejo4h5){color:var(--ink);letter-spacing:-.02em;font-size:22px;font-weight:800}.empty.svelte-ejo4h5 p:where(.svelte-ejo4h5){color:var(--muted);margin-top:8px;font-size:14px}.notice.svelte-ejo4h5{margin-top:14px}.notice.svelte-ejo4h5 p:where(.svelte-ejo4h5){color:var(--muted-2);margin-top:2px;font-size:11.5px;line-height:1.5}.chips.svelte-ejo4h5{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px;display:flex}.chip.svelte-ejo4h5{border:1px solid var(--line);background:var(--surface);color:var(--ink-2);border-radius:999px;padding:10px 16px;font-size:13.5px;font-weight:500;transition:border-color .15s,background .15s}.chip.svelte-ejo4h5:hover{border-color:var(--brand-2);background:var(--brand-soft);color:var(--brand)}.row.svelte-ejo4h5{display:flex}.row.user.svelte-ejo4h5{justify-content:flex-end}.row.assistant.svelte-ejo4h5{justify-content:flex-start}.assistant-stack.svelte-ejo4h5{flex-direction:column;gap:10px;width:100%;max-width:100%;display:flex}.bubble.svelte-ejo4h5{white-space:pre-wrap;word-break:break-word;border-radius:16px;padding:11px 15px;font-size:14px;line-height:1.6}.row.user.svelte-ejo4h5 .bubble:where(.svelte-ejo4h5){background:var(--brand);color:#fff;border-bottom-right-radius:5px;max-width:80%}.row.assistant.svelte-ejo4h5 .bubble:where(.svelte-ejo4h5){background:var(--surface-soft);color:var(--ink);border-bottom-left-radius:5px;align-self:flex-start;max-width:90%}.md-body.svelte-ejo4h5 p{margin:0}.md-body.svelte-ejo4h5 p+p,.md-body.svelte-ejo4h5 ul,.md-body.svelte-ejo4h5 ol,.md-body.svelte-ejo4h5 blockquote,.md-body.svelte-ejo4h5 table{margin-top:8px}.md-body.svelte-ejo4h5 ul,.md-body.svelte-ejo4h5 ol{padding-left:20px}.md-body.svelte-ejo4h5 li{margin:2px 0}.md-body.svelte-ejo4h5 li+li{margin-top:4px}.md-body.svelte-ejo4h5 strong{font-weight:700}.md-body.svelte-ejo4h5 em{font-style:italic}.md-body.svelte-ejo4h5 a{color:var(--brand);text-underline-offset:2px;word-break:break-all;text-decoration:underline}.md-body.svelte-ejo4h5 h1,.md-body.svelte-ejo4h5 h2,.md-body.svelte-ejo4h5 h3,.md-body.svelte-ejo4h5 h4{margin:10px 0 4px;font-size:15px;font-weight:800;line-height:1.4}.md-body.svelte-ejo4h5 code{background:#0a0e1a0f;border-radius:5px;padding:1px 5px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12.5px}.md-body.svelte-ejo4h5 pre{background:#0a0e1a0f;border-radius:10px;margin-top:8px;padding:12px;overflow-x:auto}.md-body.svelte-ejo4h5 pre code{background:0 0;padding:0}.md-body.svelte-ejo4h5 blockquote{border-left:3px solid var(--line);color:var(--muted);padding-left:12px}.md-body.svelte-ejo4h5 hr{border:0;border-top:1px solid var(--line);margin:12px 0}.md-body.svelte-ejo4h5 :first-child{margin-top:0}.typing.svelte-ejo4h5{background:var(--surface-soft);border-radius:16px 16px 16px 5px;gap:4px;padding:14px 16px;display:flex}.typing.svelte-ejo4h5 span:where(.svelte-ejo4h5){background:var(--muted-2);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite both svelte-ejo4h5-blink}.typing.svelte-ejo4h5 span:where(.svelte-ejo4h5):nth-child(2){animation-delay:.2s}.typing.svelte-ejo4h5 span:where(.svelte-ejo4h5):nth-child(3){animation-delay:.4s}@keyframes svelte-ejo4h5-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.composer.svelte-ejo4h5{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-l);align-items:center;gap:8px;margin-bottom:18px;padding:7px 12px;display:flex;box-shadow:0 6px 24px #0a0e1a14}@media (width<=480px){.composer.svelte-ejo4h5{padding-right:14px}}.composer.svelte-ejo4h5 input:where(.svelte-ejo4h5){color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:6px 8px;font-size:14.5px}.composer.svelte-ejo4h5 input:where(.svelte-ejo4h5)::placeholder{color:var(--muted-2)}.composer.svelte-ejo4h5 button:where(.svelte-ejo4h5){width:40px;height:40px;color:var(--brand);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,opacity .15s;display:flex}.composer.svelte-ejo4h5 button:where(.svelte-ejo4h5):disabled{opacity:.35;cursor:not-allowed}.composer.svelte-ejo4h5 button:where(.svelte-ejo4h5):not(:disabled):hover{color:#234bdb}
