@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500&display=swap");@keyframes ftc-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ftc-fade-in{animation:ftc-fade-in .3s cubic-bezier(.16,1,.3,1) both}@keyframes ftc-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.ftc-cursor{animation:ftc-cursor-blink .8s step-end infinite}@keyframes ftc-step-in{0%{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}.ftc-step-enter{animation:ftc-step-in .25s ease-out forwards}@keyframes ftc-voice-pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.6);opacity:0}to{transform:scale(1);opacity:0}}.ftc-voice-ring{animation:ftc-voice-pulse 1.5s ease-out infinite}.ftc-voice-ring-2{animation:ftc-voice-pulse 1.5s ease-out .3s infinite}@keyframes ftc-bar-dance{0%,to{height:4px}50%{height:var(--bar-h,18px)}}.ftc-voice-bar{animation:ftc-bar-dance var(--bar-speed,.5s) ease-in-out infinite;animation-delay:var(--bar-delay,0s)}.ftc-md{font-family:DM Sans,system-ui,sans-serif;color:#374151;line-height:1.7}.ftc-md h1,.ftc-md h2,.ftc-md h3{font-weight:600;color:#111827;margin:.8em 0 .3em;letter-spacing:-.01em}.ftc-md h1{font-size:1.15rem}.ftc-md h2{font-size:1.05rem}.ftc-md h3{font-size:.95rem}.ftc-md h1:first-child,.ftc-md h2:first-child,.ftc-md h3:first-child{margin-top:0}.ftc-md p{margin:.4em 0}.ftc-md p:first-child{margin-top:0}.ftc-md p:last-child{margin-bottom:0}.ftc-md strong{font-weight:600;color:#111827}.ftc-md em{font-style:italic;color:#6b7280}.ftc-md code{font-family:JetBrains Mono,monospace;font-size:.84em;background:#f3f4f6;padding:.12em .35em;border-radius:4px}.ftc-md a{color:#dc2626;text-decoration:none;font-weight:500}.ftc-md a:hover{text-decoration:underline}.ftc-md hr{border:none;height:1px;background:#e5e7eb;margin:.6em 0}.ftc-md ol,.ftc-md ul{margin:.4em 0;padding-left:1.4em}.ftc-md ul{list-style:none;padding-left:.8em}.ftc-md ul li{position:relative;padding-left:.7em;margin:.25em 0}.ftc-md ul li:before{content:"";position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:#dc2626}.ftc-md ol{list-style:decimal}.ftc-md ol li{margin:.25em 0}.ftc-md ol li::marker{color:#dc2626;font-weight:600}@keyframes ftc-orb-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(220,38,38,.25)}50%{transform:scale(1.06);box-shadow:0 0 0 10px rgba(220,38,38,0)}}@keyframes ftc-orb-spin{to{transform:rotate(1turn)}}@keyframes ftc-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes ftc-step-pop{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}@keyframes ftc-tip-slide{0%{opacity:0;transform:translateY(4px)}15%,85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes ftc-dot-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.ftc-loading-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:20px 22px 16px;max-width:360px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.04)}.ftc-orb-wrap{gap:10px;margin-bottom:16px}.ftc-orb,.ftc-orb-wrap{display:flex;align-items:center}.ftc-orb{width:34px;height:34px;border-radius:10px;background:#dc2626;justify-content:center;flex-shrink:0;animation:ftc-orb-pulse 2s ease-in-out infinite}.ftc-orb-label{font-size:13px;font-weight:600;color:#111827;line-height:1.3}.ftc-orb-sub{font-size:11px;color:#9ca3af;font-weight:400}.ftc-steps{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.ftc-step-row{gap:10px;animation:ftc-step-pop .3s ease-out both}.ftc-step-icon,.ftc-step-row{display:flex;align-items:center}.ftc-step-icon{width:20px;height:20px;border-radius:50%;justify-content:center;flex-shrink:0;transition:all .3s ease}.ftc-step-row.completed .ftc-step-icon{background:#dcfce7}.ftc-step-row.active .ftc-step-icon{background:#fef2f2}.ftc-step-row.pending .ftc-step-icon{background:#f9fafb}.ftc-step-label{font-size:12.5px;transition:color .3s ease;line-height:1.4}.ftc-step-row.completed .ftc-step-label{color:#6b7280;text-decoration:line-through;text-decoration-color:#d1d5db}.ftc-step-row.active .ftc-step-label{color:#111827;font-weight:600;background:linear-gradient(90deg,#dc2626,#ef4444 30%,#dc2626 60%,#ef4444);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:ftc-shimmer 2s linear infinite}.ftc-step-row.pending .ftc-step-label{color:#d1d5db}.ftc-loading-dots{display:flex;align-items:center;gap:3px}.ftc-loading-dots span{width:5px;height:5px;border-radius:50%;background:#dc2626;display:inline-block}.ftc-loading-dots span:first-child{animation:ftc-dot-bounce 1.2s ease-in-out 0s infinite}.ftc-loading-dots span:nth-child(2){animation:ftc-dot-bounce 1.2s ease-in-out .2s infinite}.ftc-loading-dots span:nth-child(3){animation:ftc-dot-bounce 1.2s ease-in-out .4s infinite}.ftc-tip-box{border-top:1px solid #f3f4f6;padding-top:12px;display:flex;align-items:flex-start;gap:7px}.ftc-tip-text{font-size:11px;color:#9ca3af;line-height:1.5;animation:ftc-tip-slide 5s ease-in-out both}.ftc-tip-icon{color:#fbbf24;flex-shrink:0;margin-top:1px}.ftc-table-wrap{overflow-x:auto;margin:.6em 0;border-radius:8px;border:1px solid #e5e7eb}.ftc-table-wrap table{width:100%;border-collapse:collapse;font-size:.8rem;white-space:nowrap}.ftc-table-wrap th{background:#fef2f2;font-weight:600;color:#991b1b;text-align:left;padding:.5em .7em;border-bottom:2px solid #fecaca;text-transform:uppercase;font-size:.7rem;letter-spacing:.03em}.ftc-table-wrap td{padding:.45em .7em;border-bottom:1px solid #f3f4f6;color:#4b5563}.ftc-table-wrap tr:last-child td{border-bottom:none}.ftc-table-wrap tr:hover td{background:#fef2f2}