.ps.svelte-9nqt8z{display:flex;flex-wrap:wrap;align-items:center;gap:4px 18px}.ps-label.svelte-9nqt8z{font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-right:4px}.ps-tab.svelte-9nqt8z{padding:4px 0;margin:0;background:none;border:0;border-bottom:2px solid transparent;color:var(--text-muted);font:inherit;font-size:.92rem;font-weight:500;cursor:pointer;transition:color .15s ease,border-color .15s ease}.ps-tab.svelte-9nqt8z:hover{color:var(--text)}.ps-tab.svelte-9nqt8z:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:3px}.ps-tab.on.svelte-9nqt8z{color:var(--text);font-weight:600;border-bottom-color:var(--ul, var(--accent-tools, #60a5fa))}@media (max-width: 640px){.ps.svelte-9nqt8z{gap:2px 16px}.ps-tab.svelte-9nqt8z{min-height:40px;display:inline-flex;align-items:center}}.et.svelte-1537co5{border:1px solid var(--border);border-radius:var(--radius-lg);padding:15px 16px;text-align:left}.et-row.svelte-1537co5{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;margin-bottom:9px}.et-tool.svelte-1537co5{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.et-tlogo.svelte-1537co5{width:13px;height:13px;border-radius:var(--radius-sm);object-fit:contain}.et-persona.svelte-1537co5{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;color:var(--pc);white-space:nowrap}.et-kind.svelte-1537co5{margin-left:auto;font-family:var(--font-mono);font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);white-space:nowrap}.et-title.svelte-1537co5{font-size:.98rem;font-weight:700;color:var(--text);line-height:1.3;margin:0 0 6px}.et-what.svelte-1537co5{font-size:.84rem;color:var(--text-muted);line-height:1.5;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.et-out.svelte-1537co5{font-size:.8rem;color:var(--text);line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.et-arr.svelte-1537co5{color:var(--success);font-weight:700;margin-right:4px}.fh.svelte-x3ordp{position:relative;height:100%;min-height:520px;overflow:hidden;background:var(--bg)}.fh-cols.svelte-x3ordp{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;gap:18px;padding:0 18px;justify-content:center}.fh-col.svelte-x3ordp{flex:1;min-width:0;max-width:300px;display:flex;flex-direction:column;gap:18px;animation:svelte-x3ordp-fh-up 34s linear infinite}.fh-col.down.svelte-x3ordp{animation-name:svelte-x3ordp-fh-down}@keyframes svelte-x3ordp-fh-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes svelte-x3ordp-fh-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.fh-veil.svelte-x3ordp{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,var(--bg) 0%,transparent 14%,transparent 86%,var(--bg) 100%)}.fh-center.svelte-x3ordp{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none}.fh-glass.svelte-x3ordp{width:min(880px,100%);text-align:center;padding:38px 40px;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--bg) 64%,transparent);backdrop-filter:blur(22px) saturate(1.25);-webkit-backdrop-filter:blur(22px) saturate(1.25);border:1px solid color-mix(in srgb,var(--text) 16%,transparent);box-shadow:var(--shadow-3),inset 0 1px color-mix(in srgb,var(--text) 12%,transparent);pointer-events:auto}.fh-h1.svelte-x3ordp{font-size:clamp(2.2rem,5.5vw,3.2rem);line-height:1.05;font-weight:800;letter-spacing:-.025em;color:var(--text);margin:0 0 16px}.fh-h1.svelte-x3ordp em:where(.svelte-x3ordp){font-style:normal;color:var(--info)}.fh-sub.svelte-x3ordp{font-size:var(--text-md);color:var(--text-muted);line-height:1.55;margin:0 auto 26px;max-width:34em}.fh-sub.svelte-x3ordp b:where(.svelte-x3ordp){color:var(--text);font-weight:600}.fh-r.svelte-x3ordp{color:var(--rc);font-weight:700;animation:svelte-x3ordp-fh-blink .5s ease}@keyframes svelte-x3ordp-fh-blink{0%{opacity:.08}to{opacity:1}}@media (prefers-reduced-motion: reduce){.fh-r.svelte-x3ordp{animation:none}}.fh-cta.svelte-x3ordp{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.fh-btn.svelte-x3ordp{display:inline-flex;align-items:center;gap:7px;font-size:var(--text-base);font-weight:600;padding:13px 24px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.fh-btn.primary.svelte-x3ordp{background:var(--info);color:#04182e}.fh-btn.primary.svelte-x3ordp:hover{background:color-mix(in srgb,var(--info) 84%,#fff);transform:translateY(-1px)}.fh-btn.primary.svelte-x3ordp:active{transform:translateY(0)}.fh-btn.ghost.svelte-x3ordp{background:transparent;color:var(--text-muted);border-color:var(--border-hover)}.fh-btn.ghost.svelte-x3ordp:hover{color:var(--text);border-color:var(--text-dim);background:var(--bg-hover);transform:translateY(-1px)}.fh-btn.ghost.svelte-x3ordp:active{transform:translateY(0)}.fh-roles.svelte-x3ordp{margin:0 0 24px}.fh-roles.svelte-x3ordp .ps{justify-content:center;gap:4px 16px}.fh-roles.svelte-x3ordp .ps-tab.on{animation:svelte-x3ordp-fh-pulse 1.5s ease-in-out infinite;will-change:transform}@keyframes svelte-x3ordp-fh-pulse{0%,to{transform:scale(1);text-shadow:none}50%{transform:scale(1.13);text-shadow:0 0 14px var(--ul)}}.fh-stat.svelte-x3ordp{margin-top:18px;font-size:var(--text-sm);color:var(--text-dim)}.fh-stat.svelte-x3ordp b:where(.svelte-x3ordp){color:var(--text-muted);font-weight:700;font-variant-numeric:tabular-nums}.fh-stat-2.svelte-x3ordp{display:block;margin-top:4px;font-size:var(--text-xs)}@media (max-width: 1200px){.fh-col.svelte-x3ordp:nth-child(5){display:none}}@media (max-width: 960px){.fh-col.svelte-x3ordp:nth-child(4){display:none}}@media (max-width: 680px){.fh-col.svelte-x3ordp:nth-child(3){display:none}}@media (max-width: 460px){.fh-col.svelte-x3ordp:nth-child(2){display:none}.fh-glass.svelte-x3ordp{padding:30px 22px}}@media (prefers-reduced-motion: reduce){.fh-col.svelte-x3ordp,.fh-roles.svelte-x3ordp .ps-tab.on{animation:none}}.lp.svelte-1m5shf{background:var(--bg)}.ac.svelte-1m5shf{color:var(--info)}.lp-hero.svelte-1m5shf{position:relative;height:calc(100dvh - var(--topbar-h))}.lp-foot.svelte-1m5shf{border-top:1px solid var(--border);background:var(--bg-card);padding:44px 28px 26px}.lp-foot-top.svelte-1m5shf{display:flex;flex-wrap:wrap;gap:32px;max-width:1100px;margin:0 auto}.lp-foot-brand.svelte-1m5shf{flex:1 1 300px;display:flex;flex-direction:column;gap:8px}.lp-foot-name.svelte-1m5shf{font-size:1.05rem;font-weight:800;color:var(--text)}.lp-foot-tag.svelte-1m5shf{font-size:.85rem;color:var(--text-muted);max-width:38ch;line-height:1.55}.lp-foot-col.svelte-1m5shf{display:flex;flex-direction:column;gap:9px;min-width:130px}.lp-foot-h.svelte-1m5shf{font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:2px}.lp-foot-col.svelte-1m5shf a:where(.svelte-1m5shf){font-size:.88rem;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.lp-foot-col.svelte-1m5shf a:where(.svelte-1m5shf):hover{color:var(--text)}.lp-foot-copy.svelte-1m5shf{max-width:1100px;margin:30px auto 0;padding-top:18px;border-top:1px solid var(--border);font-size:.78rem;color:var(--text-dim)}@media (max-width: 640px){.lp-foot.svelte-1m5shf{padding:32px 18px 22px}}
