#particle-canvas:where(.astro-qmqexpae){position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;background:transparent}.typewriter:where(.astro-4iv2rnoh){display:inline}.typewriter-text:where(.astro-4iv2rnoh){display:inline}.typewriter-cursor:where(.astro-4iv2rnoh){display:inline;animation:blink .8s step-end infinite;color:var(--primary);font-weight:var(--font-normal);margin-left:2px}.typewriter-cursor:where(.astro-4iv2rnoh).fade-out{animation:cursorFadeOut .5s ease forwards}@keyframes cursorFadeOut{to{opacity:0}}@media(prefers-reduced-motion:reduce){.typewriter-cursor:where(.astro-4iv2rnoh){display:none}}.hero:where(.astro-bbe6dxrz){position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:60px;background:#fff}.hero-content:where(.astro-bbe6dxrz){position:relative;z-index:10;text-align:center;max-width:1100px;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 60px);padding-bottom:var(--space-8)}.hero-main:where(.astro-bbe6dxrz){margin:auto;padding-top:17vh;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero-title:where(.astro-bbe6dxrz){font-size:clamp(3.5rem,9vw,6.5rem);font-weight:var(--font-normal);line-height:1.15;margin-bottom:var(--space-6);color:var(--text-primary);letter-spacing:-.02em;text-align:center;width:100%}.hero-title-line2:where(.astro-bbe6dxrz){display:inline-block;padding-left:.45em}.hero-title .typewriter.typing-complete{color:var(--text-primary);transition:all 1.2s ease-in-out;filter:drop-shadow(0 2px 4px rgba(15,23,42,.1));font-weight:var(--font-medium);transform:scale(1.01);display:inline-block}.hero-delayed-content:where(.astro-bbe6dxrz){opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.hero-delayed-content:where(.astro-bbe6dxrz).revealed{opacity:1;transform:translateY(0)}.hero-tagline:where(.astro-bbe6dxrz){font-size:1.35rem;color:var(--text-secondary);margin-bottom:var(--space-10);font-weight:var(--font-medium);letter-spacing:.02em}.hero-ctas:where(.astro-bbe6dxrz){display:flex;gap:var(--space-8);justify-content:center;flex-wrap:wrap;align-items:stretch}.hero-ctas:where(.astro-bbe6dxrz) .btn:where(.astro-bbe6dxrz){min-height:52px;display:flex;align-items:center;justify-content:center;padding:var(--space-3) var(--space-6);font-size:var(--text-body-medium);border-radius:var(--radius-full)}.hero-ctas:where(.astro-bbe6dxrz) .btn-primary:where(.astro-bbe6dxrz){background:var(--text-primary);color:var(--bg-primary)}.hero-ctas:where(.astro-bbe6dxrz) .btn-primary:where(.astro-bbe6dxrz):hover{background:var(--text-secondary)}.hero-ctas:where(.astro-bbe6dxrz) .btn-secondary:where(.astro-bbe6dxrz){background:var(--bg-primary);border:1px solid var(--border-strong);color:var(--text-primary)}.hero-ctas:where(.astro-bbe6dxrz) .btn-secondary:where(.astro-bbe6dxrz):hover{background:var(--bg-elevated)}.hero-scroll-indicator:where(.astro-bbe6dxrz){display:flex;flex-direction:column;align-items:center;margin-top:auto;gap:var(--space-2);color:var(--text-tertiary);font-size:var(--text-body-small);animation:float 2s ease-in-out infinite;background:none;border:none;cursor:pointer;padding:var(--space-4);transition:all .3s ease}.hero-scroll-indicator:where(.astro-bbe6dxrz):hover{color:var(--text-secondary);transform:translateY(4px)}.scroll-arrow:where(.astro-bbe6dxrz){width:24px;height:24px;border-right:2px solid var(--text-tertiary);border-bottom:2px solid var(--text-tertiary);transform:rotate(45deg)}@media(max-width:768px){.hero-title:where(.astro-bbe6dxrz){font-size:clamp(2rem,8vw,3rem)}.hero-ctas:where(.astro-bbe6dxrz){flex-direction:column;align-items:center}.hero-ctas:where(.astro-bbe6dxrz) .btn:where(.astro-bbe6dxrz){width:100%;max-width:300px}}@media(prefers-reduced-motion:reduce){.hero-delayed-content:where(.astro-bbe6dxrz){opacity:1;transform:none}}.mission-section:where(.astro-uc27p22b){padding:var(--space-20) 0;background:var(--bg-primary)}.mission-content:where(.astro-uc27p22b){display:flex;gap:var(--space-16);align-items:flex-start;justify-content:space-between}.mission-label:where(.astro-uc27p22b){font-size:1.75rem;font-weight:var(--font-medium);color:var(--text-primary);flex-shrink:0;margin-left:5%}.mission-box:where(.astro-uc27p22b){padding:0;max-width:700px}.mission-text:where(.astro-uc27p22b){font-size:1.25rem;color:var(--text-secondary);line-height:1.7;margin:0}@media(max-width:768px){.mission-content:where(.astro-uc27p22b){flex-direction:column;gap:var(--space-6);align-items:flex-start}.mission-label:where(.astro-uc27p22b){width:auto;font-size:1.5rem}.mission-text:where(.astro-uc27p22b){font-size:1.1rem}}.pillars-section:where(.astro-b33guje6){padding:var(--space-20) 0;background:var(--bg-elevated)}.container:where(.astro-b33guje6){max-width:1600px;margin:0 auto;padding:0 60px}.pillars-grid:where(.astro-b33guje6){display:grid;grid-template-columns:repeat(3,1fr);gap:80px}.pillar-card:where(.astro-b33guje6){background:#0a0a0a;border-radius:var(--radius-xl);overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .4s ease,box-shadow .4s ease;cursor:default;box-shadow:0 0 60px 20px #94a3b826,0 0 100px 40px #94a3b814}.pillar-card:where(.astro-b33guje6):hover{transform:translateY(-8px);box-shadow:0 0 80px 30px #94a3b833,0 0 120px 50px #94a3b81f}.particle-canvas:where(.astro-b33guje6){position:absolute;inset:0;width:100%;height:100%}.card-content:where(.astro-b33guje6){position:relative;z-index:2;padding:var(--space-10) var(--space-8);display:flex;flex-direction:column;justify-content:center;min-height:220px}.pillar-title:where(.astro-b33guje6){font-size:var(--text-headline-small);font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2;margin:0 0 var(--space-4)}.pillar-desc:where(.astro-b33guje6){position:relative;z-index:2;font-size:var(--text-body-medium);color:#ffffffb3;line-height:1.6;margin:0}@media(max-width:1024px){.pillars-grid:where(.astro-b33guje6){grid-template-columns:1fr;max-width:450px;margin:0 auto;gap:var(--space-6)}.card-content:where(.astro-b33guje6){min-height:180px;padding:var(--space-8) var(--space-6)}}.cycle-section:where(.astro-gfqyd275){padding:var(--space-20) 0;background:var(--bg-primary)}.cycle-layout:where(.astro-gfqyd275){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16);align-items:center}.cycle-text:where(.astro-gfqyd275){max-width:500px}.cycle-intro:where(.astro-gfqyd275){font-size:var(--text-body-large);color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.cycle-intro:where(.astro-gfqyd275) strong:where(.astro-gfqyd275){color:var(--text-primary);font-weight:700}.cycle-description:where(.astro-gfqyd275){font-size:var(--text-body-large);color:var(--text-secondary);line-height:var(--leading-relaxed);margin:0}.cycle-description:where(.astro-gfqyd275) strong:where(.astro-gfqyd275){color:var(--text-primary)}.highlight:where(.astro-gfqyd275){font-weight:var(--font-semibold)}.highlight:where(.astro-gfqyd275).thinking{color:#0d9488}.highlight:where(.astro-gfqyd275).executing{color:#2563eb}.highlight:where(.astro-gfqyd275).analysis{color:#d97706}.cycle-diagram:where(.astro-gfqyd275){display:flex;justify-content:center;align-items:center;min-height:350px}.cycle-ring:where(.astro-gfqyd275){position:relative;width:320px;height:320px}.cycle-svg:where(.astro-gfqyd275){position:absolute;top:0;left:0;width:320px;height:320px}.cycle-center:where(.astro-gfqyd275){position:absolute;top:160px;left:160px;transform:translate(-50%,-50%);text-align:center;z-index:2}.cycle-label:where(.astro-gfqyd275){display:block;font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:.1em}.cycle-sublabel:where(.astro-gfqyd275){display:block;font-size:.75rem;color:#94a3b8;letter-spacing:.2em}.cycle-node:where(.astro-gfqyd275){position:absolute;background:#fff;border:2px solid #0d9488;border-radius:12px;padding:12px 24px;z-index:3;white-space:nowrap;background:linear-gradient(135deg,#0d94880d,#fff);box-shadow:0 2px 8px #0000000f;transform:translate(-50%,-50%)}.node-label:where(.astro-gfqyd275){font-size:.95rem;font-weight:600;color:var(--text-primary)}.node-thinking:where(.astro-gfqyd275){top:15px;left:160px}.node-execution:where(.astro-gfqyd275){top:235px;left:286px}.node-analysis:where(.astro-gfqyd275){top:235px;left:34px}@media(max-width:1024px){.cycle-layout:where(.astro-gfqyd275){grid-template-columns:1fr;gap:var(--space-10)}.cycle-text:where(.astro-gfqyd275){max-width:100%;text-align:center}}@media(max-width:640px){.cycle-ring:where(.astro-gfqyd275){width:280px;height:280px}.cycle-svg:where(.astro-gfqyd275){width:280px;height:280px}.cycle-center:where(.astro-gfqyd275){top:140px;left:140px}.cycle-label:where(.astro-gfqyd275){font-size:1.2rem}.cycle-node:where(.astro-gfqyd275){padding:10px 18px}.node-label:where(.astro-gfqyd275){font-size:.85rem}.node-thinking:where(.astro-gfqyd275){top:15px;left:140px}.node-execution:where(.astro-gfqyd275){top:203px;left:248px}.node-analysis:where(.astro-gfqyd275){top:203px;left:32px}}.feature-section:where(.astro-pyldn6mb){position:relative;padding:8px 0;background:#fff;overflow:hidden}.container:where(.astro-pyldn6mb){position:relative;z-index:1;width:100%;max-width:1800px;margin:0 auto;padding:0 72px}.feature-layout:where(.astro-pyldn6mb){display:grid;grid-template-columns:40% 60%;gap:0;align-items:center}.feature-text:where(.astro-pyldn6mb){min-width:0;padding-right:32px;text-align:left;justify-self:start}.feature-title:where(.astro-pyldn6mb){font-size:3.5rem;font-weight:600;color:#0f172a;margin-bottom:28px;letter-spacing:-.02em;line-height:1.1}.feature-desc:where(.astro-pyldn6mb){font-size:1.375rem;color:#475569;line-height:1.7;margin-bottom:20px}.feature-subdesc:where(.astro-pyldn6mb){font-size:1.375rem;color:#475569;line-height:1.7}.feature-visual:where(.astro-pyldn6mb){display:flex;justify-content:flex-end;min-width:0;padding-left:32px;justify-self:end}.blur-frame:where(.astro-pyldn6mb){background:linear-gradient(135deg,#e2e8f099,#cbd5e166,#e2e8f099);border-radius:32px;padding:48px 0;box-shadow:0 0 80px 40px #94a3b826,inset 0 0 60px #ffffff80}.app-screenshot:where(.astro-pyldn6mb){width:700px;max-width:100%}.app-window:where(.astro-pyldn6mb){background:#1a1a2e;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.app-header:where(.astro-pyldn6mb){display:flex;align-items:center;padding:12px 16px;background:#0f0f1a;border-bottom:1px solid #2a2a3e}.app-dots:where(.astro-pyldn6mb){display:flex;gap:6px;margin-right:16px}.app-dots:where(.astro-pyldn6mb) span:where(.astro-pyldn6mb){width:10px;height:10px;border-radius:50%;background:#3a3a4e}.app-title:where(.astro-pyldn6mb){flex:1;text-align:center;color:#e2e8f0;font-size:13px;font-weight:500}.app-avatar:where(.astro-pyldn6mb){width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.app-content:where(.astro-pyldn6mb){padding:20px;display:flex;flex-direction:column;gap:18px;max-height:900px;overflow:hidden}.chat-message:where(.astro-pyldn6mb){display:flex;gap:12px}.chat-message:where(.astro-pyldn6mb).user{justify-content:flex-end}.chat-message:where(.astro-pyldn6mb).user .message-text:where(.astro-pyldn6mb){background:#0d9488;color:#fff;padding:12px 16px;border-radius:16px 16px 4px;font-size:13px;max-width:85%}.ai-icon:where(.astro-pyldn6mb){width:28px;height:28px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0}.message-content:where(.astro-pyldn6mb){flex:1;background:#252538;border-radius:12px;padding:16px;font-size:12px;color:#cbd5e1;line-height:1.6}.thinking-badge:where(.astro-pyldn6mb){display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#6366f133;color:#a5b4fc;border-radius:4px;font-size:11px;margin-bottom:12px}.thinking-badge:where(.astro-pyldn6mb):before{content:"◐";animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-text:where(.astro-pyldn6mb){margin-bottom:8px;color:#94a3b8}.ai-list:where(.astro-pyldn6mb){margin:8px 0 8px 16px;color:#94a3b8}.ai-list:where(.astro-pyldn6mb) li:where(.astro-pyldn6mb){margin-bottom:4px}.ai-sublist:where(.astro-pyldn6mb){margin:4px 0 4px 16px;list-style:disc}.progress-panel:where(.astro-pyldn6mb){background:#252538;border-radius:12px;overflow:hidden}.progress-header:where(.astro-pyldn6mb){display:flex;align-items:center;gap:8px;padding:12px 16px;background:#1e1e30;border-bottom:1px solid #3a3a4e}.progress-icon:where(.astro-pyldn6mb){color:#0d9488;animation:spin 2s linear infinite}.progress-title:where(.astro-pyldn6mb){flex:1;color:#e2e8f0;font-size:13px;font-weight:500}.progress-percent:where(.astro-pyldn6mb){color:#64748b;font-size:12px}.progress-tasks:where(.astro-pyldn6mb){padding:12px 16px;display:flex;flex-direction:column;gap:8px}.task-item:where(.astro-pyldn6mb){display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.task-item:where(.astro-pyldn6mb).active{color:#e2e8f0}.task-radio:where(.astro-pyldn6mb){width:14px;height:14px;border-radius:50%;border:2px solid #4a4a5e;flex-shrink:0}.task-radio:where(.astro-pyldn6mb).active{border-color:#0d9488;background:#0d9488}.input-bar:where(.astro-pyldn6mb){display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#252538;border-radius:8px;border:1px solid #3a3a4e}.input-placeholder:where(.astro-pyldn6mb){color:#64748b;font-size:13px}.input-actions:where(.astro-pyldn6mb){display:flex;align-items:center;gap:12px}.usage-badge:where(.astro-pyldn6mb){color:#64748b;font-size:11px}.action-btn:where(.astro-pyldn6mb){width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#3a3a4e;border-radius:6px;color:#94a3b8;font-size:16px}@media(max-width:1400px){.container:where(.astro-pyldn6mb){padding:0 32px}.feature-layout:where(.astro-pyldn6mb){grid-template-columns:1fr;gap:48px}.feature-text:where(.astro-pyldn6mb){padding:0}.feature-visual:where(.astro-pyldn6mb){padding:0}.blur-frame:where(.astro-pyldn6mb){padding:24px}.app-screenshot:where(.astro-pyldn6mb){width:100%;max-width:600px}.feature-title:where(.astro-pyldn6mb){font-size:2.5rem}}@media(max-width:640px){.container:where(.astro-pyldn6mb){padding:0 16px}.feature-section:where(.astro-pyldn6mb){padding:80px 0}.feature-title:where(.astro-pyldn6mb){font-size:2rem}.feature-desc:where(.astro-pyldn6mb){font-size:1.125rem}.blur-frame:where(.astro-pyldn6mb){padding:16px;border-radius:20px}.app-content:where(.astro-pyldn6mb){padding:12px}.message-content:where(.astro-pyldn6mb){padding:12px}}.feature-section:where(.astro-6m7wo6go){position:relative;padding:8px 0;background:#fff;overflow:hidden}.container:where(.astro-6m7wo6go){position:relative;z-index:1;width:100%;max-width:1800px;margin:0 auto;padding:0 72px}.feature-layout:where(.astro-6m7wo6go){display:grid;grid-template-columns:40% 60%;gap:0;align-items:center}.feature-text:where(.astro-6m7wo6go){min-width:0;padding-right:32px;text-align:left;justify-self:start}.feature-title:where(.astro-6m7wo6go){font-size:3.5rem;font-weight:600;color:#0f172a;margin-bottom:28px;letter-spacing:-.02em;line-height:1.1}.feature-desc:where(.astro-6m7wo6go){font-size:1.375rem;color:#475569;line-height:1.7}.feature-visual:where(.astro-6m7wo6go){display:flex;justify-content:flex-end;min-width:0;width:100%;padding-left:32px;justify-self:end}.blur-frame:where(.astro-6m7wo6go){width:min(100%,760px);background:linear-gradient(135deg,#e2e8f099,#cbd5e166,#e2e8f099);border-radius:32px;padding:clamp(16px,3vw,48px) clamp(12px,2.5vw,24px);box-shadow:0 0 80px 40px #94a3b826,inset 0 0 60px #ffffff80}.app-window:where(.astro-6m7wo6go){width:700px;max-width:100%;background:#1a1a2e;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.app-header:where(.astro-6m7wo6go){display:flex;align-items:center;gap:12px;min-width:0;padding:12px 16px;background:#0f0f1a;border-bottom:1px solid #2a2a3e}.back-btn:where(.astro-6m7wo6go){color:#64748b;font-size:18px;flex-shrink:0}.seq-info:where(.astro-6m7wo6go){display:flex;flex-direction:column;flex:1;min-width:0}.seq-name:where(.astro-6m7wo6go){color:#e2e8f0;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seq-meta:where(.astro-6m7wo6go){color:#64748b;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-content:where(.astro-6m7wo6go){padding:0}.app-content:where(.astro-6m7wo6go) .seqviz-container,.app-content:where(.astro-6m7wo6go) .seqviz-container *{scrollbar-width:none;-ms-overflow-style:none}.app-content:where(.astro-6m7wo6go) .seqviz-container *::-webkit-scrollbar{display:none}@media(max-width:1400px){.container:where(.astro-6m7wo6go){padding:0 32px}.feature-layout:where(.astro-6m7wo6go){grid-template-columns:1fr;gap:48px}.feature-text:where(.astro-6m7wo6go){padding:0}.feature-visual:where(.astro-6m7wo6go){justify-content:center;padding:0}.feature-title:where(.astro-6m7wo6go){font-size:2.5rem}}@media(max-width:640px){.container:where(.astro-6m7wo6go){padding:0 16px}.feature-section:where(.astro-6m7wo6go){padding:80px 0}.feature-title:where(.astro-6m7wo6go){font-size:2rem}.feature-desc:where(.astro-6m7wo6go){font-size:1.125rem}.blur-frame:where(.astro-6m7wo6go){padding:14px;border-radius:20px}.app-window:where(.astro-6m7wo6go){border-radius:10px}.app-header:where(.astro-6m7wo6go){gap:10px;padding:10px 12px}}.feature-section:where(.astro-tsrhuc2d){position:relative;padding:8px 0;background:#fff;overflow:hidden}.container:where(.astro-tsrhuc2d){position:relative;z-index:1;width:100%;max-width:1800px;margin:0 auto;padding:0 72px}.feature-layout:where(.astro-tsrhuc2d){display:grid;grid-template-columns:40% 60%;gap:0;align-items:center}.feature-text:where(.astro-tsrhuc2d){min-width:0;padding-right:32px;text-align:left;justify-self:start}.feature-title:where(.astro-tsrhuc2d){font-size:3.5rem;font-weight:600;color:#0f172a;margin-bottom:28px;letter-spacing:-.02em;line-height:1.1}.feature-desc:where(.astro-tsrhuc2d){font-size:1.375rem;color:#475569;line-height:1.7}.feature-visual:where(.astro-tsrhuc2d){display:flex;justify-content:flex-end;min-width:0;width:100%;padding-left:32px;justify-self:end}.blur-frame:where(.astro-tsrhuc2d){width:min(100%,760px);background:linear-gradient(135deg,#e2e8f099,#cbd5e166,#e2e8f099);border-radius:32px;padding:clamp(16px,3vw,48px) clamp(12px,2.5vw,24px);box-shadow:0 0 80px 40px #94a3b826,inset 0 0 60px #ffffff80}.viewer-window:where(.astro-tsrhuc2d){width:700px;max-width:100%;background:#1a1a2e;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;position:relative}.viewer-header:where(.astro-tsrhuc2d){display:flex;align-items:center;gap:12px;min-width:0;padding:12px 16px;background:#0f0f1a}.back-btn:where(.astro-tsrhuc2d){color:#64748b;font-size:18px;flex-shrink:0}.protein-info:where(.astro-tsrhuc2d){display:flex;flex-direction:column;flex:1;min-width:0}.protein-name:where(.astro-tsrhuc2d){color:#e2e8f0;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protein-meta:where(.astro-tsrhuc2d){color:#64748b;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-window:where(.astro-tsrhuc2d) .msp-viewport-controls,.viewer-window:where(.astro-tsrhuc2d) .msp-btn-row-group,.viewer-window:where(.astro-tsrhuc2d) .msp-sequence-wrapper,.viewer-window:where(.astro-tsrhuc2d) .msp-layout-left,.viewer-window:where(.astro-tsrhuc2d) .msp-layout-right,.viewer-window:where(.astro-tsrhuc2d) .msp-layout-bottom,.viewer-window:where(.astro-tsrhuc2d) .msp-layout-top{display:none!important}@media(max-width:1400px){.container:where(.astro-tsrhuc2d){padding:0 32px}.feature-layout:where(.astro-tsrhuc2d){grid-template-columns:1fr;gap:48px}.feature-text:where(.astro-tsrhuc2d){padding:0}.feature-visual:where(.astro-tsrhuc2d){justify-content:center;padding:0}.feature-title:where(.astro-tsrhuc2d){font-size:2.5rem}}@media(max-width:640px){.container:where(.astro-tsrhuc2d){padding:0 16px}.feature-section:where(.astro-tsrhuc2d){padding:80px 0}.feature-title:where(.astro-tsrhuc2d){font-size:2rem}.feature-desc:where(.astro-tsrhuc2d){font-size:1.125rem}.blur-frame:where(.astro-tsrhuc2d){padding:14px;border-radius:20px}.viewer-window:where(.astro-tsrhuc2d){border-radius:10px}.viewer-header:where(.astro-tsrhuc2d){gap:10px;padding:10px 12px}}.tools-section:where(.astro-25hywjf4){position:relative;padding:120px 0;background:linear-gradient(180deg,#f0f4f8,#e8eef5);overflow:hidden}.container:where(.astro-25hywjf4){max-width:1400px;margin:0 auto;padding:0 40px}.section-header:where(.astro-25hywjf4){text-align:center;margin-bottom:64px}.section-header:where(.astro-25hywjf4) h2:where(.astro-25hywjf4){font-size:2.75rem;font-weight:700;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}.section-header:where(.astro-25hywjf4) p:where(.astro-25hywjf4){font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.carousel-wrapper:where(.astro-25hywjf4){position:relative;height:660px;perspective:1500px;isolation:isolate;--side-card-fade-width: 88px}.carousel-track:where(.astro-25hywjf4){position:relative;width:100%;height:100%}.carousel-card:where(.astro-25hywjf4){position:absolute;left:50%;top:50%;width:240px;height:280px;background:#fff;border-radius:20px;box-shadow:0 20px 40px -12px #00000026;transform:translate(-50%,-50%) scale(.85);transition:transform .7s cubic-bezier(.4,0,.2,1),opacity .7s cubic-bezier(.4,0,.2,1),width .7s cubic-bezier(.4,0,.2,1),height .7s cubic-bezier(.4,0,.2,1),box-shadow .7s cubic-bezier(.4,0,.2,1);opacity:0;pointer-events:none;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.card-inner:where(.astro-25hywjf4){position:relative;z-index:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.card-header:where(.astro-25hywjf4){padding:32px 16px 0;text-align:center;transition:all .7s cubic-bezier(.4,0,.2,1)}.card-title:where(.astro-25hywjf4){font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:8px;transition:font-size .7s cubic-bezier(.4,0,.2,1)}.card-divider:where(.astro-25hywjf4){display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:12px}.divider-line:where(.astro-25hywjf4){width:30px;height:1px;background:#cbd5e1;transition:width .7s cubic-bezier(.4,0,.2,1)}.divider-diamond:where(.astro-25hywjf4){width:6px;height:6px;background:#64748b;transform:rotate(45deg);transition:background .7s cubic-bezier(.4,0,.2,1)}.card-desc-short:where(.astro-25hywjf4){padding:0 16px;font-size:.8125rem;color:#64748b;line-height:1.5;text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.card-extended:where(.astro-25hywjf4){flex:1;padding:0 24px 24px;overflow-y:auto;opacity:0;max-height:0;transform:translateY(20px);transition:all .7s cubic-bezier(.4,0,.2,1)}.card-description:where(.astro-25hywjf4){font-size:.875rem;color:#475569;line-height:1.7;margin-bottom:16px}.capabilities-section:where(.astro-25hywjf4){margin-bottom:16px}.section-label:where(.astro-25hywjf4){font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.capabilities-list:where(.astro-25hywjf4){list-style:none;padding:0;margin:0}.capabilities-list:where(.astro-25hywjf4) li:where(.astro-25hywjf4){position:relative;padding-left:14px;margin-bottom:6px;font-size:.8125rem;color:#334155;line-height:1.5}.capabilities-list:where(.astro-25hywjf4) li:where(.astro-25hywjf4):before{content:"";position:absolute;left:0;top:6px;width:5px;height:5px;background:#0d9488;border-radius:50%}.example-prompt:where(.astro-25hywjf4){background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.example-prompt:where(.astro-25hywjf4) code:where(.astro-25hywjf4){font-family:SF Mono,Monaco,monospace;font-size:.75rem;color:#475569;line-height:1.5}.card-corner:where(.astro-25hywjf4){position:absolute;width:12px;height:12px;border:2px solid #e2e8f0;transition:border-color .7s ease;z-index:2}.card-corner:where(.astro-25hywjf4).top-left{top:12px;left:12px;border-right:none;border-bottom:none}.card-corner:where(.astro-25hywjf4).top-right{top:12px;right:12px;border-left:none;border-bottom:none}.card-corner:where(.astro-25hywjf4).bottom-left{bottom:12px;left:12px;border-right:none;border-top:none}.card-corner:where(.astro-25hywjf4).bottom-right{bottom:12px;right:12px;border-left:none;border-top:none}.carousel-card:where(.astro-25hywjf4).active{width:400px;height:620px;transform:translate(-50%,-50%) scale(1);opacity:1;z-index:10;pointer-events:auto}.carousel-card:where(.astro-25hywjf4).active .card-header:where(.astro-25hywjf4){padding:20px 20px 0}.carousel-card:where(.astro-25hywjf4).active .card-title:where(.astro-25hywjf4){font-size:1.5rem}.carousel-card:where(.astro-25hywjf4).active .divider-line:where(.astro-25hywjf4){width:40px}.carousel-card:where(.astro-25hywjf4).active .divider-diamond:where(.astro-25hywjf4){background:#0d9488;width:8px;height:8px}.carousel-card:where(.astro-25hywjf4).active .card-desc-short:where(.astro-25hywjf4){opacity:0;max-height:0;margin:0;padding:0;overflow:hidden}.carousel-card:where(.astro-25hywjf4).active .card-extended:where(.astro-25hywjf4){opacity:1;max-height:520px;transform:translateY(0);padding:0 24px 24px}.carousel-card:where(.astro-25hywjf4).active .card-corner:where(.astro-25hywjf4){border-color:#0d9488}.carousel-card:where(.astro-25hywjf4).prev,.carousel-card:where(.astro-25hywjf4).next,.carousel-card:where(.astro-25hywjf4).far-prev,.carousel-card:where(.astro-25hywjf4).far-next{cursor:pointer}.carousel-card:where(.astro-25hywjf4).prev:hover,.carousel-card:where(.astro-25hywjf4).next:hover{opacity:.95}.carousel-card:where(.astro-25hywjf4).prev:after,.carousel-card:where(.astro-25hywjf4).next:after,.carousel-card:where(.astro-25hywjf4).far-prev:after,.carousel-card:where(.astro-25hywjf4).far-next:after{content:"";position:absolute;top:0;bottom:0;width:var(--side-card-fade-width);pointer-events:none;z-index:1}.carousel-card:where(.astro-25hywjf4).prev:after,.carousel-card:where(.astro-25hywjf4).far-prev:after{right:0;background:linear-gradient(to left,#e8eef5,#e8eef5e6 30%,#e8eef500)}.carousel-card:where(.astro-25hywjf4).next:after,.carousel-card:where(.astro-25hywjf4).far-next:after{left:0;background:linear-gradient(to right,#e8eef5,#e8eef5e6 30%,#e8eef500)}.carousel-card:where(.astro-25hywjf4).prev{transform:translate(calc(-50% - 320px),-50%) scale(.9) rotateY(10deg);opacity:.8;z-index:5}.carousel-card:where(.astro-25hywjf4).next{transform:translate(calc(-50% + 320px),-50%) scale(.9) rotateY(-10deg);opacity:.8;z-index:5}.carousel-card:where(.astro-25hywjf4).far-prev{transform:translate(calc(-50% - 540px),-50%) scale(.8) rotateY(18deg);opacity:.5;z-index:2}.carousel-card:where(.astro-25hywjf4).far-next{transform:translate(calc(-50% + 540px),-50%) scale(.8) rotateY(-18deg);opacity:.5;z-index:2}.carousel-card:where(.astro-25hywjf4).hidden{transform:translate(-50%,-50%) scale(.6);opacity:0;z-index:0}.carousel-btn:where(.astro-25hywjf4){position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#475569;box-shadow:0 4px 12px #0000001a;transition:all .2s ease;z-index:20}.carousel-btn:where(.astro-25hywjf4):hover{background:#fff;color:#0d9488;box-shadow:0 6px 20px #00000026}.carousel-btn:where(.astro-25hywjf4).prev{left:20px}.carousel-btn:where(.astro-25hywjf4).next{right:20px}.carousel-dots:where(.astro-25hywjf4){display:flex;justify-content:center;gap:10px;margin-top:40px}.dot:where(.astro-25hywjf4){width:10px;height:10px;border:none;background:#cbd5e1;border-radius:50%;cursor:pointer;transition:all .3s ease;transform:rotate(45deg)}.dot:where(.astro-25hywjf4):hover{background:#94a3b8}.dot:where(.astro-25hywjf4).active{background:#0d9488;transform:rotate(45deg) scale(1.2)}@media(max-width:1200px){.carousel-card:where(.astro-25hywjf4).far-prev,.carousel-card:where(.astro-25hywjf4).far-next{opacity:0}.carousel-card:where(.astro-25hywjf4).prev{transform:translate(calc(-50% - 300px),-50%) scale(.85) rotateY(12deg)}.carousel-card:where(.astro-25hywjf4).next{transform:translate(calc(-50% + 300px),-50%) scale(.85) rotateY(-12deg)}}@media(max-width:768px){.tools-section:where(.astro-25hywjf4){padding:80px 0}.container:where(.astro-25hywjf4){padding:0 20px}.section-header:where(.astro-25hywjf4) h2:where(.astro-25hywjf4){font-size:2rem}.carousel-wrapper:where(.astro-25hywjf4){height:560px;--side-card-fade-width: 64px}.carousel-card:where(.astro-25hywjf4){width:200px;height:240px}.carousel-card:where(.astro-25hywjf4).active{width:320px;height:520px}.carousel-card:where(.astro-25hywjf4).prev,.carousel-card:where(.astro-25hywjf4).next{transform:translate(calc(-50% - 250px),-50%) scale(.8) rotateY(15deg);opacity:.6}.carousel-card:where(.astro-25hywjf4).next{transform:translate(calc(-50% + 250px),-50%) scale(.8) rotateY(-15deg)}.carousel-btn:where(.astro-25hywjf4){width:40px;height:40px}.carousel-btn:where(.astro-25hywjf4).prev{left:10px}.carousel-btn:where(.astro-25hywjf4).next{right:10px}}@media(max-width:480px){.carousel-card:where(.astro-25hywjf4).prev,.carousel-card:where(.astro-25hywjf4).next{opacity:0}.carousel-btn:where(.astro-25hywjf4){display:none}.carousel-wrapper:where(.astro-25hywjf4){height:540px;--side-card-fade-width: 48px}.carousel-card:where(.astro-25hywjf4).active{width:calc(100vw - 40px);max-width:320px;height:500px}}.cta-section:where(.astro-frbqrhml){padding:var(--space-20) 0;background:var(--bg-elevated)}.cta-content:where(.astro-frbqrhml){text-align:center;max-width:600px;margin:0 auto}.cta-title:where(.astro-frbqrhml){font-size:clamp(2rem,8vw,3rem);font-weight:700;color:#0f172a;margin-bottom:var(--space-4);letter-spacing:-.02em;text-wrap:balance}.cta-subtitle:where(.astro-frbqrhml){font-size:var(--text-body-large);color:var(--text-secondary);margin-bottom:var(--space-8)}.cta-content:where(.astro-frbqrhml) .btn:where(.astro-frbqrhml){min-width:200px}@media(max-width:640px){.cta-content:where(.astro-frbqrhml) .btn:where(.astro-frbqrhml){width:min(100%,280px)}}.footer:where(.astro-sz7xmlte){background:var(--bg-deep);padding:var(--space-16) 0 var(--space-8);border-top:1px solid var(--border-subtle)}.footer-grid:where(.astro-sz7xmlte){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);margin-bottom:var(--space-12)}.footer-brand:where(.astro-sz7xmlte){max-width:300px}.footer-logo:where(.astro-sz7xmlte){display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-title-large);font-weight:var(--font-semibold);color:var(--text-primary);text-decoration:none;margin-bottom:var(--space-4)}.logo-icon:where(.astro-sz7xmlte){width:32px;height:32px;object-fit:contain}.footer-tagline:where(.astro-sz7xmlte){font-size:var(--text-body-small);color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-2)}.footer-links:where(.astro-sz7xmlte){display:flex;gap:var(--space-16);justify-content:flex-end}.footer-column:where(.astro-sz7xmlte) h5:where(.astro-sz7xmlte){font-size:var(--text-body-medium);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-4)}.footer-column:where(.astro-sz7xmlte) ul:where(.astro-sz7xmlte){list-style:none}.footer-column:where(.astro-sz7xmlte) li:where(.astro-sz7xmlte){margin-bottom:var(--space-2)}.footer-column:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){font-size:var(--text-body-small);color:var(--text-secondary);text-decoration:none;transition:color var(--duration-fast) var(--ease-default)}.footer-column:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--primary)}@media(max-width:768px){.footer-grid:where(.astro-sz7xmlte){grid-template-columns:1fr;gap:var(--space-8)}.footer-links:where(.astro-sz7xmlte){justify-content:flex-start;gap:var(--space-10)}}
