.chat.svelte-11un24j{width:100%;max-width:480px;height:520px;background:var(--color-white);border-radius:20px;border:1px solid #e5e5e5;box-shadow:0 8px 40px #00000014,0 2px 8px #0000000a;display:flex;flex-direction:column;overflow:hidden}.chat__header.svelte-11un24j{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid #f0f0f0;background:#fafafa}.chat__header-dot.svelte-11un24j{width:8px;height:8px;border-radius:50%;background:#34c759;box-shadow:0 0 6px #34c75966;animation:svelte-11un24j-pulse 2s ease-in-out infinite}.chat__header-title.svelte-11un24j{font-family:var(--font-primary);font-size:13px;font-weight:700;color:var(--color-text);letter-spacing:.3px}.chat__messages.svelte-11un24j{flex:1;min-height:0;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.chat__messages.svelte-11un24j::-webkit-scrollbar{width:4px}.chat__messages.svelte-11un24j::-webkit-scrollbar-track{background:transparent}.chat__messages.svelte-11un24j::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.chat__message.svelte-11un24j{display:flex;gap:10px;align-items:flex-start;animation:svelte-11un24j-messageIn .35s cubic-bezier(.22,1,.36,1) forwards;opacity:0;animation-delay:calc(var(--msg-index) * .05s)}.chat__message--user.svelte-11un24j{justify-content:flex-end}.chat__avatar.svelte-11un24j{width:28px;height:28px;border-radius:50%;background:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-family:var(--font-primary);font-size:12px;font-weight:700;flex-shrink:0}.chat__bubble.svelte-11un24j{padding:12px 16px;border-radius:16px;font-family:var(--font-secondary);font-size:14px;line-height:1.5;max-width:85%;white-space:pre-line}.chat__bubble--assistant.svelte-11un24j{background:#f2f2f7;color:var(--color-text);border-bottom-left-radius:4px}.chat__bubble--assistant.svelte-11un24j .chat-link{color:var(--color-primary);font-weight:700;text-decoration:none;display:inline-block;margin-top:4px;transition:opacity .2s}.chat__bubble--assistant.svelte-11un24j .chat-link:hover{text-decoration:underline;opacity:.8}.chat__bubble--user.svelte-11un24j{background:var(--color-primary);color:var(--color-white);border-bottom-right-radius:4px;margin-left:auto}.chat__bubble--typing.svelte-11un24j{display:flex;gap:4px;align-items:center;padding:14px 20px}.chat__typing-dot.svelte-11un24j{width:6px;height:6px;border-radius:50%;background:#999;animation:svelte-11un24j-typingBounce 1.4s ease-in-out infinite}.chat__typing-dot.svelte-11un24j:nth-child(2){animation-delay:.2s}.chat__typing-dot.svelte-11un24j:nth-child(3){animation-delay:.4s}.chat__suggestions.svelte-11un24j{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 16px;flex-shrink:0}.chat__suggestion.svelte-11un24j{padding:8px 14px;border:1px solid #e0e0e0;border-radius:100px;background:var(--color-white);font-family:var(--font-secondary);font-size:13px;color:var(--color-text);cursor:pointer;transition:all .2s ease;white-space:nowrap}.chat__suggestion.svelte-11un24j:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary);transform:translateY(-1px)}.chat__input-area.svelte-11un24j{display:flex;gap:8px;padding:16px 20px;border-top:1px solid #f0f0f0;background:#fafafa;flex-shrink:0}.chat__input.svelte-11un24j{flex:1;padding:10px 16px;border:1px solid #e0e0e0;border-radius:100px;font-family:var(--font-secondary);font-size:14px;outline:none;transition:border-color .2s;background:var(--color-white)}.chat__input.svelte-11un24j::placeholder{color:#aaa}.chat__input.svelte-11un24j:focus{border-color:var(--color-primary)}.chat__send.svelte-11un24j{width:40px;height:40px;border-radius:50%;border:none;background:var(--color-primary);color:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s cubic-bezier(.34,1.56,.64,1)}.chat__send.svelte-11un24j:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px #0003}.chat__send.svelte-11un24j:disabled{opacity:.3;cursor:not-allowed}@keyframes svelte-11un24j-messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-11un24j-typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes svelte-11un24j-pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-wrapper.svelte-1q37ri0{background-color:#f9fafb;margin:97px 48px 0;border-radius:var(--radius-site);overflow:hidden}@media(max-width:768px){.hero-wrapper.svelte-1q37ri0{margin-left:24px;margin-right:24px}}.hero.svelte-1q37ri0{position:relative}.hero__content.svelte-1q37ri0{display:flex;align-items:center;gap:var(--size-xl);position:relative;z-index:1}@media(max-width:768px){.hero__content.svelte-1q37ri0{flex-direction:column;gap:var(--size-l)}}.hero__text.svelte-1q37ri0{display:flex;flex-direction:column;align-items:flex-start;flex:1}@media(max-width:768px){.hero__text.svelte-1q37ri0{align-items:center;text-align:center}}.hero__title.svelte-1q37ri0{font-size:var(--size-xl);line-height:1.2;margin-bottom:var(--size-s);max-width:500px}.hero__desc.svelte-1q37ri0{font-family:var(--font-secondary);margin-bottom:var(--size-l);max-width:50ch}.hero__chat.svelte-1q37ri0{flex:1;display:flex;justify-content:flex-end;max-width:480px;width:100%;position:relative;overflow:visible}@media(max-width:768px){.hero__chat.svelte-1q37ri0{max-width:100%;justify-content:center}}.hero__decor.svelte-1q37ri0{position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.hero__decor--orb-1.svelte-1q37ri0{width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.25) 0%,transparent 70%);top:-80px;right:-100px;animation:svelte-1q37ri0-floatOrb 8s ease-in-out infinite}.hero__decor--orb-2.svelte-1q37ri0{width:200px;height:200px;background:radial-gradient(circle,rgba(244,114,182,.2) 0%,transparent 70%);bottom:-50px;left:-70px;animation:svelte-1q37ri0-floatOrb 10s ease-in-out infinite reverse}.hero__decor--ring.svelte-1q37ri0{width:130px;height:130px;border:2.5px solid rgba(99,102,241,.18);top:-30px;left:10px;animation:svelte-1q37ri0-spinSlow 20s linear infinite}.hero__decor--dots.svelte-1q37ri0{width:100px;height:100px;bottom:10px;right:-40px;border-radius:0;background-image:radial-gradient(circle,rgba(0,0,0,.14) 1.5px,transparent 1.5px);background-size:12px 12px;animation:svelte-1q37ri0-floatOrb 12s ease-in-out infinite}.hero__decor--square.svelte-1q37ri0{width:44px;height:44px;border-radius:8px;border:2.5px solid rgba(99,102,241,.2);top:50%;left:-25px;transform:rotate(45deg);animation:svelte-1q37ri0-spinSlow 15s linear infinite reverse}@keyframes svelte-1q37ri0-floatOrb{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.05)}}@keyframes svelte-1q37ri0-spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-header.svelte-1uha8ag{margin-bottom:var(--size-xl)}.section-header.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:var(--size-l)}.work__list.svelte-1uha8ag{display:flex;flex-direction:column;gap:var(--size-4xl)}.work__footer.svelte-1uha8ag{margin-top:var(--size-xl);display:flex;justify-content:flex-end}
