.fw-embed{max-width:100%;overflow:hidden}.fw-heading{font-size:1.125rem;font-weight:600;color:var(--color-foreground);margin:0 0 20px}.fw-grid-wrapper{position:relative;margin-bottom:24px}.fw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:8px;position:relative;z-index:1}.fw-card{background:color-mix(in srgb,var(--color-foreground) 5%,var(--color-background));border:1px solid var(--color-border);border-radius:8px;padding:16px;position:relative}@media (hover:hover){.fw-card{transition:border-color .25s ease}.fw-card:hover{border-color:color-mix(in srgb,var(--color-foreground) 20%,var(--color-border))}}.fw-card-header{gap:10px;margin-bottom:8px}.fw-card-header,.fw-card-icon{display:flex;align-items:center}.fw-card-icon{width:28px;height:28px;border-radius:4px;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.fw-card-name{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.fw-card-status{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--color-muted);margin-top:4px}.fw-status-dot{width:6px;height:6px;border-radius:50%;background:#e25c6a;flex-shrink:0;animation:fw-pulse 1.8s ease-in-out infinite;box-shadow:0 0 4px rgba(226,92,106,.5)}.light .fw-status-dot{background:#d4424f;box-shadow:0 0 4px rgba(212,66,79,.4)}@keyframes fw-pulse{0%,to{transform:scale(1);opacity:1;box-shadow:0 0 4px rgba(226,92,106,.5)}50%{transform:scale(1.6);opacity:.3;box-shadow:0 0 8px rgba(226,92,106,.8)}}.fw-connections-layer{position:absolute;inset:0;z-index:0;pointer-events:none;padding:8px}.fw-attempt{position:absolute;height:8px}.fw-attempt:first-child{top:calc(16.666%)}.fw-attempt:first-child,.fw-attempt:nth-child(2){left:calc(50% - 12px);width:24px;transform:translateY(-50%)}.fw-attempt:nth-child(2){top:calc(50%)}.fw-attempt:nth-child(3){top:calc(83.333%);left:calc(50% - 12px);width:24px;transform:translateY(-50%)}.fw-attempt:nth-child(4){left:calc(25%)}.fw-attempt:nth-child(4),.fw-attempt:nth-child(5){top:calc(33.333%);width:48px;transform:translateX(-50%) translateY(-50%) rotate(90deg)}.fw-attempt:nth-child(5){left:calc(75%)}.fw-attempt:nth-child(6){left:calc(25%)}.fw-attempt:nth-child(6),.fw-attempt:nth-child(7){top:calc(66.666%);width:48px;transform:translateX(-50%) translateY(-50%) rotate(90deg)}.fw-attempt:nth-child(7){left:calc(75%)}.fw-attempt-svg{width:100%;height:100%;overflow:visible}.fw-attempt-line{stroke:#e25c6a;stroke-width:2.5;stroke-linecap:round;vector-effect:non-scaling-stroke}.light .fw-attempt-line{stroke:#d4424f}.fw-attempt-fail{fill:#e25c6a}.light .fw-attempt-fail{fill:#d4424f}.fw-summary{background:color-mix(in srgb,var(--color-foreground) 5%,var(--color-background));border:1px solid #e25c6a;border-radius:8px;padding:20px;animation:fw-border-pulse 3s ease-in-out infinite}.light .fw-summary{border-color:#d4424f}@keyframes fw-border-pulse{0%,to{box-shadow:0 0 0 0 rgba(226,92,106,0)}50%{box-shadow:0 0 0 4px rgba(226,92,106,.18)}}.fw-summary{--fw-red:#e25c6a}.light .fw-summary{--fw-red:#d4424f}.fw-summary-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.fw-summary-label{font-size:1rem;font-weight:600;color:var(--fw-red)}.fw-summary-running{font-size:.8125rem;font-weight:500;color:var(--fw-red)}.fw-diag{display:flex;gap:0}.fw-diag-left{display:flex;flex-direction:column;gap:6px;max-width:320px}.fw-diag-right{flex:1;display:flex;flex-direction:column;gap:12px;border-left:1px solid var(--color-border);margin-left:24px;padding-left:24px}.fw-problem-item{display:flex;align-items:center;gap:8px;font-size:1rem;color:var(--color-foreground);position:relative}.fw-problem-x{color:var(--fw-red);font-size:1.125rem;font-weight:600;flex-shrink:0;line-height:1}.fw-problem-x--dim{opacity:.3}.fw-problem-text{flex:1;min-height:1.4em}.fw-cursor{display:inline-block;width:2px;height:1em;background:var(--fw-red);margin-left:1px;vertical-align:text-bottom;animation:fw-blink .6s steps(2) infinite}@keyframes fw-blink{0%{opacity:1}50%{opacity:0}}.fw-problem-flash{position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:rgba(226,92,106,.4);pointer-events:none}.light .fw-problem-flash{background:rgba(212,66,79,.3)}.fw-severity{display:flex;flex-direction:column;gap:6px}.fw-severity-label{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--color-muted)}.fw-severity-value{font-weight:600;color:var(--fw-red)}.fw-severity-track{height:6px;border-radius:3px;background:color-mix(in srgb,var(--color-foreground) 8%,var(--color-background));overflow:hidden}.fw-severity-fill{height:100%;border-radius:3px;background:var(--fw-red);transform-origin:left}.fw-stats{display:flex;flex-direction:column;gap:10px}.fw-stat{display:flex;justify-content:space-between;align-items:baseline}.fw-stat-value{font-size:1.25rem;font-weight:700;color:var(--color-foreground);line-height:1}.fw-stat-label{font-size:.8125rem;color:var(--color-muted)}.fw-counter{display:flex;flex-direction:column;gap:2px;padding-top:10px;border-top:1px solid var(--color-border);margin-top:auto}.fw-counter-label{font-size:.8125rem;color:var(--color-muted)}.fw-counter-value{font-size:2rem;font-weight:700;color:var(--fw-red);line-height:1}.fw-counter-total{font-size:1rem;font-weight:500;color:var(--color-muted)}@media (prefers-reduced-motion:reduce){.fw-status-dot,.fw-summary{animation:none}.fw-connections-layer{display:none}}@media (max-width:640px){.fw-grid{grid-template-columns:repeat(2,1fr)}.fw-diag{flex-direction:column}.fw-diag-right{display:none}.fw-diag-left{min-height:auto}}