@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg: #f2f7f4;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--line: #c9ddd2;--line-strong: #b0cdbf;--ink: #0f1e18;--ink-soft: #1a2e25;--muted: #4d6b5c;--muted-soft: #6b8578;--accent: #0a6b54;--accent-hover: #085a46;--accent-soft: #c5eedc;--accent-subtle: #e8f6f0;--warning: #b8720d;--danger: #b0383f;--radius: 16px;--radius-sm: 10px;--radius-lg: 22px;--shadow: 0 20px 50px -24px rgba(12, 35, 28, .35);--shadow-sm: 0 4px 16px -6px rgba(12, 35, 28, .12);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .15s;--duration: .25s}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;min-height:100%}body{color:var(--ink);font-family:Manrope,sans-serif;background:radial-gradient(ellipse 90% 70% at 12% 5%,rgba(199,235,218,.5) 0%,transparent 45%),radial-gradient(ellipse 75% 50% at 88% 2%,rgba(242,234,212,.4) 0%,transparent 40%),linear-gradient(180deg,#f5faf7,#eaf4ef 48%,#f2f7f4);overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}h1,h2,h3,h4{margin:0;font-family:Fraunces,serif;font-weight:600;letter-spacing:.02em;color:var(--ink)}a{color:var(--accent);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--accent-hover)}button,input,textarea{font:inherit}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:box-shadow var(--duration) var(--ease-out),border-color var(--duration-fast)}.panel:focus-within{box-shadow:var(--shadow);border-color:var(--line-strong)}.prose{color:var(--ink-soft);line-height:1.72;overflow-wrap:anywhere}.prose h1,.prose h2,.prose h3{margin-top:1.75rem;margin-bottom:.5rem;scroll-margin-top:6rem}.prose h1{margin-top:0;font-size:clamp(1.85rem,3.2vw,2.4rem);font-weight:700;letter-spacing:.01em}.prose h2{font-size:clamp(1.38rem,2.4vw,1.85rem);padding-bottom:.25rem;border-bottom:1px solid var(--line)}.prose h3{font-size:clamp(1.15rem,1.8vw,1.35rem)}.prose p,.prose li{font-size:1rem}.prose img,.prose video,.prose iframe{display:block;max-width:100%;height:auto;border-radius:var(--radius-sm)}.prose pre{overflow-x:auto;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-strong);padding:1rem 1.1rem;margin:0;box-shadow:var(--shadow-sm)}.prose code{border-radius:6px;background:var(--accent-subtle);padding:.12rem .4rem;font-size:.9em}.prose pre code{background:transparent;padding:0}.prose .code-block{margin:1.15rem 0;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-strong);box-shadow:var(--shadow-sm)}.prose .code-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--line);background:var(--accent-subtle)}.prose .code-lang{font-size:.7rem;letter-spacing:.08em;font-weight:700;color:var(--muted);text-transform:uppercase}.prose .code-copy-btn{border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-strong);color:var(--accent);font-size:.78rem;font-weight:600;padding:.25rem .6rem;cursor:pointer;transition:background var(--duration-fast),color var(--duration-fast)}.prose .code-copy-btn:hover{background:var(--accent-soft);color:var(--accent-hover)}.prose .hljs{color:var(--ink-soft);background:transparent}.prose .hljs-comment,.prose .hljs-quote{color:var(--muted);font-style:italic}.prose .hljs-keyword,.prose .hljs-selector-tag,.prose .hljs-literal,.prose .hljs-type{color:var(--accent)}.prose .hljs-string,.prose .hljs-attr,.prose .hljs-meta .hljs-string{color:var(--warning)}.prose .hljs-number,.prose .hljs-symbol,.prose .hljs-bullet{color:var(--danger)}.prose .hljs-title,.prose .hljs-section,.prose .hljs-function .hljs-title{color:#165a8a}.prose blockquote{margin:1.25rem 0;border-left:4px solid var(--accent);padding:.25rem 0 .25rem 1rem;color:var(--muted);background:var(--accent-subtle);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.prose table{width:100%;border-collapse:collapse;margin:1.2rem 0;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-strong);box-shadow:var(--shadow-sm)}.prose th,.prose td{text-align:left;vertical-align:top;padding:.7rem .85rem;border-bottom:1px solid var(--line)}.prose thead th{background:var(--accent-subtle);color:var(--ink);font-size:.9rem;font-weight:700}.prose tbody tr:nth-child(2n){background:#e8f6f080}.prose tbody tr:last-child td{border-bottom:0}@media(max-width:900px){.prose table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose pre{font-size:.86rem}.prose h2{border-bottom:none}}.muted{color:var(--muted)}.docs-chat.svelte-1usowmz{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:100;font-family:inherit}.chat-toggle.svelte-1usowmz{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;min-height:2.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#ffffff73;color:var(--accent);cursor:pointer;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);box-shadow:0 8px 32px #0c231c33,0 2px 10px #0c231c24,0 0 0 1px #c9e3da66,inset 0 1px #ffffffb3;transition:transform var(--duration) var(--ease-out),box-shadow var(--duration) var(--ease-out),background var(--duration-fast),color var(--duration-fast),border-color var(--duration-fast),backdrop-filter var(--duration-fast)}.chat-toggle.svelte-1usowmz:hover{background:#fff9;color:var(--accent);border-color:#ffffffa6;box-shadow:0 14px 44px #0c231c3d,0 4px 14px #0c231c29,0 0 0 1px #c9e3da80,inset 0 1px #fffc;transform:scale(1.02)}.chat-toggle.svelte-1usowmz:active{transform:scale(.98);box-shadow:0 4px 20px #0c231c29,0 0 0 1px #c9e3da59,inset 0 1px #ffffff80}.chat-toggle.svelte-1usowmz:focus-visible{outline:none;box-shadow:0 8px 32px #0c231c33,0 2px 10px #0c231c24,0 0 0 2px var(--surface-strong),0 0 0 4px var(--accent),inset 0 1px #ffffffb3}.chat-toggle-open.svelte-1usowmz{background:#0a6b54eb;color:#fff;border-color:#ffffff59;box-shadow:0 12px 40px #0c231c59,0 4px 16px #0a6b5440,0 0 0 1px #ffffff26,inset 0 1px #fff3}.chat-toggle-open.svelte-1usowmz:hover{background:#0a6b54f5;border-color:#fff6;box-shadow:0 16px 48px #0c231c66,0 6px 20px #0a6b544d,0 0 0 1px #fff3,inset 0 1px #ffffff40}.chat-toggle-icon.svelte-1usowmz{display:block;flex-shrink:0;transition:transform var(--duration) var(--ease-out)}.chat-toggle-label.svelte-1usowmz{font-size:.9rem;font-weight:600;letter-spacing:.01em}.chat-toggle.svelte-1usowmz:hover .chat-toggle-icon-sparkle:where(.svelte-1usowmz){transform:rotate(72deg)}.chat-panel.svelte-1usowmz{position:absolute;bottom:calc(100% + .75rem);left:50%;transform:translate(-50%);width:min(520px,calc(100vw - 2rem));height:min(80vh,640px);display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius);border:1px solid var(--line);background:#fffffff7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow),0 0 0 1px #c9e3da66;animation:svelte-1usowmz-chat-panel-in .25s var(--ease-out) both}@keyframes svelte-1usowmz-chat-panel-in{0%{opacity:0;transform:translate(-50%) translateY(8px) scale(.98)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.chat-header.svelte-1usowmz{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .9rem;border-bottom:1px solid var(--line);flex-shrink:0;background:linear-gradient(to bottom,rgba(255,255,255,.7),transparent 85%)}.chat-header-left.svelte-1usowmz{display:flex;align-items:center;gap:.75rem}.chat-avatar.svelte-1usowmz{width:2.25rem;height:2.25rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent),var(--accent-hover));color:#fff;font-family:Fraunces,serif;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0a6b5440}.chat-title.svelte-1usowmz{margin:0;font-size:.9375rem;font-weight:700;color:var(--ink);line-height:1.25}.chat-subtitle.svelte-1usowmz{margin:.125rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.2}.chat-header-actions.svelte-1usowmz{display:flex;align-items:center;gap:.25rem}.chat-action.svelte-1usowmz{width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.chat-action.svelte-1usowmz:hover{color:var(--ink);background:var(--accent-subtle)}.chat-action.svelte-1usowmz:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.chat-action.svelte-1usowmz svg:where(.svelte-1usowmz){display:block}.chat-messages.svelte-1usowmz{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.125rem;min-height:0}.chat-placeholder-wrap.svelte-1usowmz{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1.25rem 0 1.5rem;gap:1rem}.chat-placeholder.svelte-1usowmz{margin:0;font-size:.9rem;line-height:1.55;color:var(--muted);text-align:center}.msg.svelte-1usowmz{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;max-width:100%}.msg[data-role=user].svelte-1usowmz{align-items:flex-end}.msg[data-role=user].svelte-1usowmz .msg-content:where(.svelte-1usowmz){background:var(--accent);border:none;color:#fff;box-shadow:0 2px 8px #0a6b5433}.msg-head.svelte-1usowmz{display:flex;align-items:center;gap:.5rem;width:100%}.msg[data-role=user].svelte-1usowmz .msg-head:where(.svelte-1usowmz){flex-direction:row-reverse}.msg-role.svelte-1usowmz{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.msg-bubble.svelte-1usowmz{position:relative;width:100%;max-width:100%}.msg-bubble.svelte-1usowmz .msg-content:where(.svelte-1usowmz){padding-bottom:1.75rem}.msg-bubble.svelte-1usowmz .msg-copy:where(.svelte-1usowmz){position:absolute;bottom:.35rem;left:.5rem;padding:.25rem;border:none;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .15s ease,color .15s ease,background .15s ease}.msg-bubble.svelte-1usowmz .msg-copy:where(.svelte-1usowmz):hover{opacity:1;color:var(--accent);background:#c9f0dfcc}.msg-bubble.svelte-1usowmz .msg-copy:where(.svelte-1usowmz) svg:where(.svelte-1usowmz){display:block}.msg-content.svelte-1usowmz{padding:.75rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-strong);font-size:.9rem;line-height:1.55;word-break:break-word;max-width:100%;color:var(--ink);transition:box-shadow var(--duration-fast)}.msg-content.svelte-1usowmz:not(.msg-prose){white-space:pre-wrap}.msg-content.msg-prose.svelte-1usowmz p{margin:0 0 .5em}.msg-content.msg-prose.svelte-1usowmz p:last-child{margin-bottom:0}.msg-content.msg-prose.svelte-1usowmz strong{font-weight:700}.msg-content.msg-prose.svelte-1usowmz ul,.msg-content.msg-prose.svelte-1usowmz ol{margin:.4em 0;padding-left:1.25em}.msg-content.msg-prose.svelte-1usowmz li{margin:.2em 0}.msg-content.msg-prose.svelte-1usowmz h1,.msg-content.msg-prose.svelte-1usowmz h2,.msg-content.msg-prose.svelte-1usowmz h3,.msg-content.msg-prose.svelte-1usowmz h4{font-size:inherit;font-weight:700;margin:.6em 0 .3em}.msg-content.msg-prose.svelte-1usowmz h1:first-child,.msg-content.msg-prose.svelte-1usowmz h2:first-child,.msg-content.msg-prose.svelte-1usowmz h3:first-child,.msg-content.msg-prose.svelte-1usowmz h4:first-child{margin-top:0}.msg-content.msg-prose.svelte-1usowmz a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.msg-content.msg-prose.svelte-1usowmz a:hover{color:var(--accent-hover)}.msg-content.msg-prose.svelte-1usowmz code{background:var(--accent-soft);padding:.15em .4em;border-radius:6px;font-size:.875em}.msg-content.msg-prose.svelte-1usowmz pre{margin:.6em 0;padding:.75rem;overflow-x:auto;border-radius:10px;background:#58706226;border:1px solid var(--line)}.msg-content.msg-prose.svelte-1usowmz pre code{background:none;padding:0}.msg-loading.svelte-1usowmz{display:flex;align-items:center;min-height:2rem;color:var(--muted)}.msg-loading-dots.svelte-1usowmz{display:flex;align-items:center;gap:.35rem}.msg-loading-dots.svelte-1usowmz span:where(.svelte-1usowmz){width:6px;height:6px;border-radius:50%;background:var(--muted);animation:svelte-1usowmz-chat-loading-bounce 1.4s var(--ease-in-out) infinite both}.msg-loading-dots.svelte-1usowmz span:where(.svelte-1usowmz):nth-child(1){animation-delay:0s}.msg-loading-dots.svelte-1usowmz span:where(.svelte-1usowmz):nth-child(2){animation-delay:.2s}.msg-loading-dots.svelte-1usowmz span:where(.svelte-1usowmz):nth-child(3){animation-delay:.4s}@keyframes svelte-1usowmz-chat-loading-bounce{0%,80%,to{transform:scale(.85);opacity:.5}40%{transform:scale(1.1);opacity:1}}.chat-error.svelte-1usowmz{margin:0;padding:.625rem .75rem;font-size:.8125rem;color:var(--danger);background:#bf3f4614;border-radius:10px;border:1px solid rgba(191,63,70,.2)}.chat-form.svelte-1usowmz{padding:.875rem 1rem;border-top:1px solid var(--line);display:flex;gap:.5rem;align-items:flex-end;flex-shrink:0;background:linear-gradient(to top,rgba(255,255,255,.5),transparent)}.chat-form.svelte-1usowmz textarea:where(.svelte-1usowmz){flex:1;min-height:2.75rem;max-height:7rem;padding:.625rem .875rem;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong);color:var(--ink);resize:none;font-size:.9rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.chat-form.svelte-1usowmz textarea:where(.svelte-1usowmz)::placeholder{color:var(--muted)}.chat-form.svelte-1usowmz textarea:where(.svelte-1usowmz):focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0a6b541f}.chat-form.svelte-1usowmz textarea:where(.svelte-1usowmz):disabled{opacity:.65;cursor:not-allowed}.chat-send.svelte-1usowmz{width:2.75rem;height:2.75rem;padding:0;border-radius:var(--radius-sm);border:none;background:var(--accent);color:#fff;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0a6b5440;transition:filter var(--duration-fast),transform var(--duration-fast),box-shadow var(--duration-fast)}.chat-send.svelte-1usowmz:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 4px 12px #0a6b544d}.chat-send.svelte-1usowmz:active:not(:disabled){transform:translateY(0)}.chat-send.svelte-1usowmz:focus-visible{outline:none;box-shadow:0 0 0 2px var(--surface-strong),0 0 0 4px var(--accent)}.chat-send.svelte-1usowmz:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-send-icon.svelte-1usowmz{display:block}
