:root{--brand: #ff4fa3;--brand-2: #ff7bbd;--bg: #fff7fb;--surface: #ffffff;--surface-2: #fff1f7;--text: #171717;--muted: #5a5a5a;--muted-2: rgba(0,0,0,.55);--border: #f2c2d7;--radius: 18px;--radius-sm: 12px;--shadow-sm: 0 6px 20px rgba(0,0,0,.06);--shadow: 0 14px 45px rgba(0,0,0,.1);--maxw: 1050px;--focus: rgba(255, 79, 163, .35)}:root.dark{--bg: #0f0a12;--surface: #1a1520;--surface-2: #231c2a;--text: #f5f0f7;--muted: #a89fb0;--muted-2: rgba(255,255,255,.55);--border: #3d2d4a;--shadow-sm: 0 6px 20px rgba(0,0,0,.25);--shadow: 0 14px 45px rgba(0,0,0,.35)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img,svg,video,canvas{display:block;max-width:100%;height:auto}input,textarea,button,select{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:10px}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}body{background:radial-gradient(900px 600px at 15% 0%,rgba(255,79,163,.12),transparent 60%),radial-gradient(700px 500px at 85% 10%,rgba(255,123,189,.1),transparent 55%),var(--bg);transition:background-color .3s ease,color .3s ease}:root.dark body{background:radial-gradient(900px 600px at 15% 0%,rgba(255,79,163,.15),transparent 60%),radial-gradient(700px 500px at 85% 10%,rgba(139,92,246,.12),transparent 55%),var(--bg)}.page-transition{animation:fadeSlideIn .4s ease forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in-section.visible{opacity:1;transform:translateY(0)}::selection{background:#ff4fa338}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.menu.svelte-1m5wy2g{position:relative;display:inline-flex;align-items:center}.trigger.svelte-1m5wy2g{border:1px solid transparent;background:transparent;color:var(--text);padding:8px 10px;border-radius:10px;cursor:pointer;font-size:14px;line-height:1;display:inline-flex;align-items:center;gap:6px}.trigger.svelte-1m5wy2g:hover{background:#ff4fa31f}.trigger.svelte-1m5wy2g:focus-visible{outline:3px solid rgba(255,79,163,.35);outline-offset:2px}.chev.svelte-1m5wy2g{opacity:.85;font-size:12px;transform:translateY(1px)}.dropdown.svelte-1m5wy2g{position:absolute;right:0;top:calc(100% + 10px);width:min(420px,92vw);border:1px solid var(--border);background:#fffffffa;border-radius:14px;box-shadow:var(--shadow);overflow:hidden;z-index:3000}.item.svelte-1m5wy2g{display:block;padding:12px;text-decoration:none;color:var(--text)}.item.svelte-1m5wy2g:hover{background:#ff4fa314;text-decoration:none}.item__label.svelte-1m5wy2g{font-size:14px;font-weight:800;margin:0 0 4px}.item__desc.svelte-1m5wy2g{font-size:12px;color:var(--muted);line-height:1.35}.header.svelte-oiwvqb{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 20px 8px}.brand.svelte-oiwvqb{display:flex;align-items:center;gap:14px;min-width:0}.logo.svelte-oiwvqb{height:52px;width:52px;border-radius:12px;object-fit:cover;box-shadow:var(--shadow-sm);border:1px solid var(--border);background:var(--surface)}.titleBlock.svelte-oiwvqb{min-width:0}.title.svelte-oiwvqb{margin:0;font-size:44px;letter-spacing:-.02em;line-height:1}.accent.svelte-oiwvqb{color:var(--brand)}.subtitle.svelte-oiwvqb{margin:6px 0 0;color:var(--muted);font-size:16px}.right.svelte-oiwvqb{display:flex;align-items:center;gap:12px}.socials.svelte-oiwvqb{display:flex;gap:10px}.socialLink.svelte-oiwvqb{display:flex;align-items:center;justify-content:center;color:var(--muted);padding:8px;border-radius:10px;transition:all .2s ease}.socialIcon.svelte-oiwvqb{width:20px;height:20px}.socialLink.svelte-oiwvqb:hover{background:#ff4fa326;color:var(--brand);text-decoration:none;transform:translateY(-2px)}.hamburger.svelte-oiwvqb{display:none;border:1px solid var(--border);background:#ffffffeb;border-radius:12px;padding:8px;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease}.hamburger.svelte-oiwvqb:hover{background:#ff4fa31a;border-color:var(--brand)}.hamburgerIcon.svelte-oiwvqb{width:22px;height:22px}.darkToggle.svelte-oiwvqb{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);background:var(--surface);border-radius:12px;cursor:pointer;transition:all .2s ease;color:var(--text)}.darkToggle.svelte-oiwvqb:hover{background:#ff4fa31a;border-color:var(--brand);color:var(--brand)}.toggleIcon.svelte-oiwvqb{width:20px;height:20px}.nav.svelte-oiwvqb{margin:8px 20px 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.navList.svelte-oiwvqb{list-style:none;margin:0;padding:12px 14px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.navLink.svelte-oiwvqb{color:var(--text);font-size:14px;padding:8px 10px;border-radius:10px;display:inline-block}.navLink.svelte-oiwvqb:hover{background:#ff4fa31f;text-decoration:none}@media(max-width:980px){.socials.svelte-oiwvqb{display:none}.hamburger.svelte-oiwvqb{display:inline-flex;align-items:center;justify-content:center}}.mobilePanel.svelte-oiwvqb{position:fixed;inset:0;background:#00000059;display:flex;align-items:flex-start;justify-content:center;padding:80px 16px 16px;z-index:9999}.mobileCard.svelte-oiwvqb{width:min(520px,100%);background:var(--surface);border-radius:18px;box-shadow:var(--shadow);border:1px solid var(--border);padding:16px}.mobileSection.svelte-oiwvqb{margin-bottom:14px}.mobileHeading.svelte-oiwvqb{margin:0 0 10px;font-weight:700;color:var(--text)}.mobileLink.svelte-oiwvqb{display:block;padding:10px;border-radius:12px;color:var(--text)}.mobileLink.svelte-oiwvqb:hover{background:#ff4fa31a;text-decoration:none}.closeBtn.svelte-oiwvqb{width:100%;border:1px solid var(--border);background:#ffffffeb;border-radius:12px;padding:10px 12px;cursor:pointer}.closeBtn.svelte-oiwvqb:hover{background:#ff4fa31a}.chat-toggle.svelte-1lsysha{position:fixed;bottom:28px;right:90px;width:52px;height:52px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #ff4fa366;transition:all .2s ease;z-index:999}.chat-toggle.svelte-1lsysha:hover{transform:translateY(-3px);box-shadow:0 6px 25px #ff4fa380}.chat-toggle.svelte-1lsysha svg:where(.svelte-1lsysha){width:24px;height:24px}.chat-widget.svelte-1lsysha{position:fixed;bottom:90px;right:28px;width:350px;max-height:calc(100vh - 110px);height:500px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:998;animation:svelte-1lsysha-slideUp .3s ease}.dark .chat-widget.svelte-1lsysha{background:#1e1e32f2;border:1px solid rgba(255,182,193,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes svelte-1lsysha-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.widget-header.svelte-1lsysha{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border);background:var(--surface-2);border-radius:16px 16px 0 0}.dark .widget-header.svelte-1lsysha{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.header-title.svelte-1lsysha{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text)}.dark .header-title.svelte-1lsysha{color:#e2e8f0}.header-icon.svelte-1lsysha{font-size:1.25rem}.header-actions.svelte-1lsysha{display:flex;align-items:center;gap:8px}.info-btn.svelte-1lsysha{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;padding:8px 16px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;text-decoration:none;font-size:.85rem;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #667eea4d}.info-btn.svelte-1lsysha:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea80}.close-btn.svelte-1lsysha{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn.svelte-1lsysha:hover{background:#0000000d;color:var(--text)}.dark .close-btn.svelte-1lsysha:hover{background:#ffffff1a;color:#e2e8f0}.close-btn.svelte-1lsysha svg:where(.svelte-1lsysha){width:20px;height:20px}.model-bar.svelte-1lsysha{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--surface)}.dark .model-bar.svelte-1lsysha{border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.model-bar.svelte-1lsysha select:where(.svelte-1lsysha){flex:1;padding:.5rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);font-size:.85rem;cursor:pointer}.dark .model-bar.svelte-1lsysha select:where(.svelte-1lsysha){border:1px solid rgba(255,255,255,.1);background:#0000004d;color:#e2e8f0}.model-bar.svelte-1lsysha select:where(.svelte-1lsysha):focus{outline:none;border-color:var(--brand)}.clear-btn-small.svelte-1lsysha{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:0 .75rem;cursor:pointer;color:var(--muted);transition:all .2s}.dark .clear-btn-small.svelte-1lsysha{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8}.clear-btn-small.svelte-1lsysha:hover:not(:disabled){background:#ff4fa31a;border-color:var(--brand);color:var(--brand)}.clear-btn-small.svelte-1lsysha:disabled{opacity:.5;cursor:not-allowed}.clear-btn-small.svelte-1lsysha svg:where(.svelte-1lsysha){width:16px;height:16px}.error-banner.svelte-1lsysha{background:#ef44441a;color:#dc2626;padding:.75rem 1rem;font-size:.85rem;border-bottom:1px solid rgba(239,68,68,.2)}.messages.svelte-1lsysha{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.empty-state.svelte-1lsysha{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--muted);text-align:center;padding:2rem}.empty-icon.svelte-1lsysha{font-size:3rem;margin-bottom:1rem}.empty-state.svelte-1lsysha p:where(.svelte-1lsysha){margin:0;font-size:.9rem}.message.svelte-1lsysha{display:flex;gap:.75rem;animation:svelte-1lsysha-fadeIn .2s ease}@keyframes svelte-1lsysha-fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message-avatar.svelte-1lsysha{width:32px;height:32px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.dark .message-avatar.svelte-1lsysha{background:#ffffff0d}.message.user.svelte-1lsysha .message-avatar:where(.svelte-1lsysha){background:#ff4fa31a}.message-content.svelte-1lsysha{flex:1;min-width:0}.message-content.svelte-1lsysha pre:where(.svelte-1lsysha){margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.9rem;color:var(--text);line-height:1.5}.dark .message-content.svelte-1lsysha pre:where(.svelte-1lsysha){color:#e2e8f0}.typing-indicator.svelte-1lsysha{display:flex;gap:4px;padding:.5rem 0}.typing-indicator.svelte-1lsysha span:where(.svelte-1lsysha){width:8px;height:8px;border-radius:50%;background:var(--muted);animation:svelte-1lsysha-typing 1.4s infinite}.typing-indicator.svelte-1lsysha span:where(.svelte-1lsysha):nth-child(2){animation-delay:.2s}.typing-indicator.svelte-1lsysha span:where(.svelte-1lsysha):nth-child(3){animation-delay:.4s}@keyframes svelte-1lsysha-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.input-area.svelte-1lsysha{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--border);background:var(--surface)}.dark .input-area.svelte-1lsysha{border-top:1px solid rgba(255,255,255,.1);background:#0003}.input-area.svelte-1lsysha textarea:where(.svelte-1lsysha){flex:1;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);font-size:.9rem;resize:none;font-family:inherit;max-height:100px}.dark .input-area.svelte-1lsysha textarea:where(.svelte-1lsysha){border:1px solid rgba(255,255,255,.1);background:#0000004d;color:#e2e8f0}.input-area.svelte-1lsysha textarea:where(.svelte-1lsysha):focus{outline:none;border-color:var(--brand)}.input-area.svelte-1lsysha textarea:where(.svelte-1lsysha):disabled{opacity:.6;cursor:not-allowed}.send-btn.svelte-1lsysha{width:44px;height:44px;border-radius:8px;background:var(--brand);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-btn.svelte-1lsysha:hover:not(:disabled){background:var(--brand-2);transform:translateY(-1px)}.send-btn.svelte-1lsysha:disabled{opacity:.5;cursor:not-allowed}.send-btn.svelte-1lsysha svg:where(.svelte-1lsysha){width:20px;height:20px}.spinner.svelte-1lsysha{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1lsysha-spin .8s linear infinite}@keyframes svelte-1lsysha-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.chat-toggle.svelte-1lsysha{bottom:20px;right:80px;width:48px;height:48px}.chat-widget.svelte-1lsysha{bottom:80px;right:20px;left:20px;width:auto;max-height:calc(100vh - 100px);height:450px}}.back-to-top.svelte-12qhfyh{position:fixed;bottom:28px;right:28px;width:48px;height:48px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #ff4fa366;transition:all .2s ease;z-index:1000;animation:svelte-12qhfyh-fadeIn .3s ease}.back-to-top.svelte-12qhfyh:hover{transform:translateY(-3px);box-shadow:0 6px 25px #ff4fa380}.back-to-top.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:24px;height:24px}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.back-to-top.svelte-12qhfyh{bottom:20px;right:20px;width:44px;height:44px}}
