.fd-demo{background:linear-gradient(135deg,#fff 0%,#f6fef9 100%);padding:1.5rem;font-family:Inter,system-ui,sans-serif}.fd-header{align-items:center;gap:.875rem;margin-bottom:1.25rem;display:flex}.fd-icon{color:#fff;background:#00bf63;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex;position:relative}.fd-icon-ring{border:2px solid #00bf6380;border-radius:12px;animation:2.2s ease-out infinite fd-pulse;position:absolute;inset:0}@keyframes fd-pulse{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(1.25)}}.fd-id{flex:1;min-width:0}.fd-name{color:#1a1f2e;font-size:.95rem;font-weight:700}.fd-live{color:#00bf63;margin-left:.375rem;font-size:.75rem;font-weight:600}.fd-sub{color:#677788;font-size:.8125rem}.fd-waveform{align-items:center;gap:5px;height:34px;margin-bottom:1.25rem;padding:0 .25rem;display:flex}.fd-waveform span{background:#00bf63;border-radius:3px;width:5px;height:8px;animation:.9s ease-in-out infinite fd-wave}.fd-waveform span:first-child{animation-delay:0s}.fd-waveform span:nth-child(2){animation-delay:.12s}.fd-waveform span:nth-child(3){animation-delay:.24s}.fd-waveform span:nth-child(4){animation-delay:.36s}.fd-waveform span:nth-child(5){animation-delay:.48s}.fd-waveform span:nth-child(6){animation-delay:.24s}.fd-waveform span:nth-child(7){animation-delay:.12s}@keyframes fd-wave{0%,to{opacity:.55;height:8px}50%{opacity:1;height:30px}}.fd-chat{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.fd-chat--standalone{padding:.25rem 0}.fd-bubble{opacity:0;border-radius:12px;max-width:78%;padding:.5rem .875rem;font-size:.85rem;line-height:1.45;animation:9s ease-in-out infinite fd-bubble;transform:translateY(6px)}.fd-bubble--caller{color:#2d374b;background:#eef2f6;align-self:flex-end;animation-delay:0s}.fd-bubble--agent{color:#fff;background:#00bf63;align-self:flex-start;animation-delay:3s}.fd-bubble--caller:nth-of-type(3){animation-delay:6s}@keyframes fd-bubble{0%{opacity:0;transform:translateY(6px)}8%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(0)}40%{opacity:0;transform:translateY(-4px)}to{opacity:0;transform:translateY(-4px)}}.fd-log{background:#0e1330;border-radius:12px;flex-direction:column;gap:.375rem;margin-bottom:1.25rem;padding:.875rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;line-height:1.5;display:flex}.fd-line{opacity:0;animation:8s ease-in-out infinite fd-line;transform:translateY(4px)}.fd-line--req{color:#8ecdf7;animation-delay:0s}.fd-line--res{color:#6ee7a8;animation-delay:2s}.fd-line:nth-of-type(3){animation-delay:4s}.fd-line:nth-of-type(4){animation-delay:6s}@keyframes fd-line{0%{opacity:0;transform:translateY(4px)}8%{opacity:1;transform:translateY(0)}22%{opacity:1;transform:translateY(0)}30%{opacity:0;transform:translateY(-3px)}to{opacity:0;transform:translateY(-3px)}}.fd-cards{flex-direction:column;gap:.625rem;margin-bottom:1.25rem;display:flex}.fd-card{opacity:0;border:1px solid #eef2f6;border-radius:12px;padding:.75rem 1rem;animation:9s ease-in-out infinite fd-card;transform:translateY(5px)}.fd-card:first-child{animation-delay:0s}.fd-card:nth-child(2){animation-delay:3s}.fd-card:nth-child(3){animation-delay:6s}@keyframes fd-card{0%{opacity:0;transform:translateY(5px)}8%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(0)}40%{opacity:0;transform:translateY(-4px)}to{opacity:0;transform:translateY(-4px)}}.fd-card-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.fd-card-title{color:#1a1f2e;font-size:.875rem;font-weight:700}.fd-card-value{color:#00bf63;white-space:nowrap;font-size:.8125rem;font-weight:700}.fd-card-sub{color:#677788;margin-top:.125rem;font-size:.78rem}.fd-card-bar{background:#eef2f6;border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.fd-card-bar-fill{background:#00bf63;border-radius:2px;height:100%;animation:3s ease-out forwards fd-bar-grow}@keyframes fd-bar-grow{0%{width:0!important}}.fd-flow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.fd-node{color:#067a44;background:#f6fef9;border:1px solid #00bf6340;border-radius:10px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.78rem;font-weight:600;animation:3s ease-in-out infinite fd-node-pulse;display:inline-flex}.fd-node:first-child{animation-delay:0s}.fd-node:nth-child(3){animation-delay:1s}.fd-node:nth-child(5){animation-delay:2s}@keyframes fd-node-pulse{0%,to{box-shadow:0 0 #00bf6300}50%{box-shadow:0 0 0 4px #00bf6326}}.fd-node-dot{background:#00bf63;border-radius:50%;width:7px;height:7px}.fd-flow-arrow{color:#a9b6c4;font-size:.75rem}.fd-numbers{flex-direction:column;gap:.625rem;margin-bottom:1.25rem;display:flex}.fd-number{opacity:0;border:1px solid #eef2f6;border-radius:12px;padding:.75rem 1rem;animation:9s ease-in-out infinite fd-card;transform:translateY(5px)}.fd-number:first-child{animation-delay:0s}.fd-number:nth-child(2){animation-delay:3s}.fd-number:nth-child(3){animation-delay:6s}.fd-number-main{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.fd-number-tel{color:#1a1f2e;font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:700}.fd-number-status{color:#00bf63;white-space:nowrap;font-size:.75rem;font-weight:600}.fd-number-note{color:#677788;margin-top:.125rem;font-size:.78rem}.fd-bars{align-items:flex-end;gap:.75rem;height:130px;margin-bottom:.75rem;padding:.5rem .25rem 1.5rem;display:flex}.fd-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.375rem;height:100%;display:flex}.fd-bar{background:#00bf63;border-radius:6px 6px 2px 2px;width:100%;max-width:34px;animation:2.4s ease-out infinite alternate fd-bar-rise}.fd-bar-col:nth-child(2) .fd-bar{animation-delay:.3s}.fd-bar-col:nth-child(3) .fd-bar{animation-delay:.6s}.fd-bar-col:nth-child(4) .fd-bar{animation-delay:.9s}.fd-bar-col:nth-child(5) .fd-bar{animation-delay:1.2s}@keyframes fd-bar-rise{0%{opacity:.75;transform:scaleY(.55)}to{opacity:1;transform:scaleY(1)}}.fd-bar-label{color:#677788;white-space:nowrap;font-size:.68rem}.fd-actions{border-top:1px solid #eef2f6;flex-wrap:wrap;gap:.5rem;padding-top:1rem;display:flex}.fd-chip{color:#067a44;opacity:0;background:#00bf6314;border-radius:999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;animation:8s ease-in-out infinite fd-chip;display:inline-flex}.fd-chip i{font-size:.8125rem}.fd-chip:first-child{animation-delay:1s}.fd-chip:nth-child(2){animation-delay:3s}.fd-chip:nth-child(3){animation-delay:5s}@keyframes fd-chip{0%{opacity:0;transform:scale(.9)}6%{opacity:1;transform:scale(1)}28%{opacity:1;transform:scale(1)}36%{opacity:0;transform:scale(.95)}to{opacity:0;transform:scale(.95)}}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00bf631a!important}.hover-lift:hover .bi{transition:transform .3s;transform:scale(1.1)}.hover-lift{transition:all .3s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-6px);border-color:#00bf6333!important;box-shadow:0 16px 40px #00bf6326!important}.hover-lift:hover div[style*=box-shadow]{box-shadow:0 6px 16px #00bf6359!important}.hover-lift:hover .bi-check-lg{transform:scale(1.15)}#faqAccordion .accordion-button:not(.collapsed){border-radius:.75rem .75rem 0 0!important}
