.mk-chat[data-astro-cid-cexstz2y]{position:fixed;right:20px;bottom:20px;z-index:1000;font-family:inherit}.mk-chat-toggle[data-astro-cid-cexstz2y]{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;border:none;cursor:pointer;background:var(--sage-fill, #0B79FF);color:#f7f8f6;font-weight:600;font-size:14px;letter-spacing:.02em;box-shadow:0 6px 20px #00000059;transition:background .15s ease,transform .15s ease}.mk-chat-toggle[data-astro-cid-cexstz2y]:hover{background:var(--sage-fill-hover, #3a92ff);transform:translateY(-1px)}.mk-chat-toggle-label[data-astro-cid-cexstz2y]{white-space:nowrap}.mk-chat-panel[data-astro-cid-cexstz2y]{position:absolute;right:0;bottom:64px;width:min(370px,calc(100vw - 40px));height:min(520px,calc(100vh - 120px));display:flex;flex-direction:column;overflow:hidden;background:var(--bg, #1c1f24);color:var(--text, #F4F8FF);border:1px solid var(--border-2, #474c56);border-radius:16px;box-shadow:0 16px 48px #00000080}.mk-chat-panel[data-astro-cid-cexstz2y][hidden]{display:none}.mk-chat-head[data-astro-cid-cexstz2y]{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border, #383c44);background:linear-gradient(180deg,rgba(11,121,255,.12),transparent)}.mk-chat-title[data-astro-cid-cexstz2y]{margin:0;font-weight:700;font-size:14px}.mk-chat-sub[data-astro-cid-cexstz2y]{margin:2px 0 0;font-size:11px;opacity:.7}.mk-chat-close[data-astro-cid-cexstz2y]{background:none;border:none;color:var(--text, #F4F8FF);font-size:24px;line-height:1;cursor:pointer;opacity:.7;padding:0 4px}.mk-chat-close[data-astro-cid-cexstz2y]:hover{opacity:1}.mk-chat-log[data-astro-cid-cexstz2y]{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.mk-chat-log[data-astro-cid-cexstz2y] .mk-msg{max-width:85%;padding:10px 13px;border-radius:14px;font-size:13px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word;font-family:inherit}.mk-chat-log[data-astro-cid-cexstz2y] .mk-msg-bot{align-self:flex-start;background:var(--sage-tint, rgba(11,121,255,.16));color:var(--text, #F4F8FF);border:1px solid var(--border, #383c44);border-bottom-left-radius:4px}.mk-chat-log[data-astro-cid-cexstz2y] .mk-msg-user{align-self:flex-end;background:var(--sage-fill, #0B79FF);color:#f7f8f6;border:1px solid var(--sage-fill, #0B79FF);border-bottom-right-radius:4px}.mk-chat-log[data-astro-cid-cexstz2y] .mk-msg-typing{align-self:flex-start;opacity:.6;font-style:italic;background:var(--sage-tint, rgba(11,121,255,.16));border:1px solid var(--border, #383c44)}.mk-chat-form[data-astro-cid-cexstz2y]{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border, #383c44)}.mk-chat-form[data-astro-cid-cexstz2y] input[data-astro-cid-cexstz2y]{flex:1;padding:10px 12px;border-radius:10px;background:var(--bg-2, #1c1f24);color:var(--text, #F4F8FF);border:1px solid var(--border-2, #474c56);font-size:13px;font-family:inherit}.mk-chat-form[data-astro-cid-cexstz2y] input[data-astro-cid-cexstz2y]:focus{outline:2px solid var(--sage, #0B79FF);outline-offset:1px}.mk-chat-form[data-astro-cid-cexstz2y] button[data-astro-cid-cexstz2y]{display:inline-flex;align-items:center;justify-content:center;width:42px;border-radius:10px;border:none;cursor:pointer;background:var(--sage-fill, #0B79FF);color:#f7f8f6}.mk-chat-form[data-astro-cid-cexstz2y] button[data-astro-cid-cexstz2y]:hover{background:var(--sage-fill-hover, #3a92ff)}.mk-chat-form[data-astro-cid-cexstz2y] button[data-astro-cid-cexstz2y]:disabled{opacity:.5;cursor:default}@media (max-width: 640px){.mk-chat-toggle-label[data-astro-cid-cexstz2y]{display:none}.mk-chat-toggle[data-astro-cid-cexstz2y]{padding:14px}}:root{--bg: #1c1f24;--bg-2: #1c1f24;--panel: #26292f;--panel-2: #2d3138;--border: #383c44;--border-2: #474c56;--sage: #0B79FF;--sage-fill: #0B79FF;--sage-fill-hover: #3a92ff;--sage-tint: rgba(11, 121, 255, .16);--gold: #0B79FF;--gold-hover: #3a92ff;--text: #F4F8FF;--text-2: #F4F8FF;--muted: #6c809b;--muted-2: #9AB2CE;--serif: "Playfair Display", Georgia, "Times New Roman", serif;--sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:76px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased}a{color:inherit}h1,h2,h3{font-family:var(--serif);font-weight:700;letter-spacing:0;line-height:1.15;margin:0;color:var(--text)}.em{font-family:var(--serif);font-style:italic;font-weight:600;color:var(--sage)}::selection{background:var(--sage-tint);color:var(--text)}p{margin:0}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.eyebrow{font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--sage)}.eyebrow--gold{color:var(--gold)}.section{padding:88px 0;border-top:1px solid var(--border)}.section--alt{background:var(--bg-2)}.section h2{font-size:clamp(30px,4.4vw,44px)}.section-head{max-width:640px;margin:0 auto 40px;text-align:center}.section-head .eyebrow{margin-bottom:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 26px;border-radius:999px;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn-primary{background:var(--sage-fill);color:#f7f8f6}.btn-primary:hover{background:var(--sage-fill-hover)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border-2)}.btn-ghost:hover{border-color:var(--sage);color:var(--sage)}:focus-visible{outline:2px solid var(--sage);outline-offset:2px}@media (max-width: 640px){.section{padding:60px 0}}
