.plan-verdict-banner{display:flex;align-items:center;gap:.875rem;width:100%;padding:.875rem 1.25rem;margin:0 0 .75rem;border-left:4px solid;border-radius:8px;font-size:1rem;font-weight:600;line-height:1.3;box-shadow:0 1px 2px rgba(15,23,42,.04)}.plan-verdict-banner__icon{flex-shrink:0;font-size:1.25rem;line-height:1;width:1.5rem;text-align:center}.plan-verdict-banner__title{flex:1 1;min-width:0}.plan-verdict-banner__cta{flex-shrink:0;padding:.4rem .875rem;border:1px solid;border-radius:6px;background:transparent;color:inherit;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.plan-verdict-banner__cta:hover{background:rgba(15,23,42,.06)}.plan-verdict-banner__cta:focus-visible{outline:2px solid currentColor;outline-offset:2px}.plan-verdict-banner__cta:active{transform:translateY(1px)}.plan-verdict-banner--success{background:#ecfdf5;color:#065f46;border-left-color:#10b981}.plan-verdict-banner--warning{background:#fffbeb;color:#92400e;border-left-color:#f59e0b}.plan-verdict-banner--danger{background:#fef2f2;color:#991b1b;border-left-color:#dc2626}.plan-verdict-banner--neutral{background:#f1f5f9;color:#475569;border-left-color:#64748b}@media (max-width:640px){.plan-verdict-banner{flex-wrap:wrap;padding:.75rem 1rem;font-size:.9375rem}.plan-verdict-banner__title{flex-basis:calc(100% - 2.5rem)}.plan-verdict-banner__cta{margin-left:2.375rem;margin-top:.25rem}}.needs-attention-rail{margin-top:.75rem;margin-bottom:1.25rem;padding:1rem 1.125rem 1.125rem!important;background:linear-gradient(180deg,#fff8e6,#fff3d4)!important;border:1px solid #fcd34d!important;border-radius:14px!important;box-shadow:0 1px 3px rgba(180,83,9,.08),0 4px 14px rgba(180,83,9,.06)!important}.needs-attention-rail h3{margin-top:0!important;margin-bottom:.4rem!important}.needs-attention-rail--compact{margin-top:.75rem;margin-bottom:1.25rem;padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important;animation:needsAttentionNudgeIn .45s cubic-bezier(.22,1,.36,1) both}.needs-attention-rail__toggle{display:inline-flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .85rem;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe;border-radius:12px;color:#1e3a8a;font-size:.82rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 1px 2px rgba(30,64,175,.06);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.needs-attention-rail__toggle:hover{background:linear-gradient(180deg,#e0efff,#eff6ff);border-color:#93c5fd;box-shadow:0 4px 12px rgba(30,64,175,.12);transform:translateY(-1px)}.needs-attention-rail__toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.needs-attention-rail__badge{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.5rem;height:1.5rem;border-radius:50%;background:#3b82f6;color:#ffffff;font-size:.78rem;font-weight:700;line-height:1}.needs-attention-rail__badge:before{content:"";position:absolute;inset:0;border-radius:50%;background:#3b82f6;z-index:0;animation:needsAttentionBadgePulse 2s ease-out infinite}.needs-attention-rail__badge-count{position:relative;z-index:1}.needs-attention-rail__chevron{display:inline-block;flex:0 0 auto;color:#60a5fa;transition:transform .18s ease}.needs-attention-rail__chevron.is-open{transform:rotate(90deg)}.needs-attention-rail__toggle-label{flex:1 1 auto;text-align:left}.needs-attention-rail__toggle-hint{font-size:.72rem;font-weight:600;color:#60a5fa}.needs-attention-rail--compact .needs-attention-rail__grid{padding-top:.625rem}.needs-attention-rail__reveal{animation:needsAttentionReveal .28s ease-out both}@keyframes needsAttentionNudgeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes needsAttentionBadgePulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.9);opacity:0}to{transform:scale(1.9);opacity:0}}@keyframes needsAttentionReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.needs-attention-rail--compact,.needs-attention-rail__reveal{animation:none}.needs-attention-rail__badge:before{animation:none;opacity:0}}.needs-attention-rail .section-subtitle{color:#92400e;opacity:.85}.needs-attention-rail__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem;overflow:visible!important;padding:.25rem 0}.needs-attention-rail__grid .needs-attention-card{min-width:0;max-width:none;flex:initial;padding:.625rem .75rem .7rem}.needs-attention-rail__grid:after{display:none!important}@media (max-width:768px){.needs-attention-rail__grid .needs-attention-card{flex:initial!important;min-width:0!important;max-width:none!important}}.needs-attention-rail__grid .needs-attention-card .template-icon{font-size:1.1rem;margin-bottom:.25rem}.needs-attention-rail__grid .needs-attention-card h4{font-size:.78rem;line-height:1.3;margin:0 0 .2rem}.needs-attention-rail__grid .needs-attention-card p{font-size:.68rem;line-height:1.35}.needs-attention-rail__grid .needs-attention-card__impact{font-size:.7rem;margin-bottom:.2rem}.needs-attention-rail__grid .needs-attention-card__cta-hint{margin-top:.375rem;font-size:.7rem}.needs-attention-rail h3{display:inline-flex;align-items:center;gap:.5rem;color:#92400e}.needs-attention-rail__pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 0 rgba(245,158,11,.55);animation:needsAttentionPulse 1.6s ease-out infinite}@keyframes needsAttentionPulse{0%{box-shadow:0 0 0 0 rgba(245,158,11,.55)}70%{box-shadow:0 0 0 9px rgba(245,158,11,0)}to{box-shadow:0 0 0 0 rgba(245,158,11,0)}}.needs-attention-card{position:relative}.needs-attention-rail__grid .needs-attention-card{background:#ffffff!important;border-top:3px solid transparent;box-shadow:0 1px 2px rgba(15,23,42,.05)}.needs-attention-card--critical{border-color:#dc2626 rgba(220,38,38,.32) rgba(220,38,38,.32)}.needs-attention-card--critical:hover{border-color:rgba(220,38,38,.55);box-shadow:0 4px 12px rgba(220,38,38,.18)}.needs-attention-card--warning{border-color:#f59e0b rgba(245,158,11,.4) rgba(245,158,11,.4)}.needs-attention-card--warning:hover{border-color:rgba(245,158,11,.65);box-shadow:0 4px 12px rgba(245,158,11,.18)}.needs-attention-card--info{border-color:#3b82f6 rgba(59,130,246,.32) rgba(59,130,246,.32)}.needs-attention-card--info:hover{border-color:rgba(59,130,246,.55);box-shadow:0 4px 12px rgba(59,130,246,.18)}.needs-attention-card__impact--critical{color:#b91c1c}.needs-attention-card__impact--warning{color:#b45309}.needs-attention-card__impact--info{color:#1d4ed8}.needs-attention-card__cta-hint{margin-top:.5rem;font-size:.75rem;font-weight:600;color:#1e293b;letter-spacing:.01em}.needs-attention-card__dismiss{position:absolute;top:6px;right:6px;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#94a3b8;font-size:1.1rem;line-height:1;border-radius:6px;cursor:pointer;transition:background .12s ease,color .12s ease;z-index:1}.needs-attention-card__dismiss:hover{background:rgba(15,23,42,.08);color:#0f172a}.needs-attention-card__dismiss:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.pulse-gauge{background:#fff;border-radius:12px;padding:1.25rem 1rem;border:1px solid #e5e7eb;text-align:center;min-width:200px}.pulse-gauge--loading{min-height:180px;display:flex;align-items:center;justify-content:center}.pulse-gauge__skeleton{width:80px;height:80px;border-radius:50%;background:linear-gradient(110deg,#f0f0f0 30%,#fafafa 50%,#f0f0f0 70%);background-size:200% 100%;animation:pulseShimmer 1.5s ease-in-out infinite}@keyframes pulseShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pulse-gauge__regime-strip{font-size:.72rem;color:#4f46e5;background:#eef2ff;border-radius:6px;padding:.25rem .5rem;margin:.35rem 0 .5rem;text-transform:capitalize}.pulse-gauge__header{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:.75rem;position:relative}.pulse-gauge__header-icon{color:#6366f1;display:flex}.pulse-gauge__header-text{display:flex;flex-direction:column;align-items:center;gap:2px}.pulse-gauge__header-title{font-size:.8125rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.pulse-gauge__header-tagline{font-size:.6875rem;font-weight:500;color:#6b7280;text-transform:none;letter-spacing:.01em;line-height:1.2}.pulse-gauge__info-wrapper{position:relative;display:flex;align-items:center}.pulse-gauge__info-btn{width:18px;height:18px;border-radius:50%;border:1.5px solid #9ca3af;background:none;color:#6b7280;font-size:.6875rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:all .15s}.pulse-gauge__info-btn:hover{border-color:#6366f1;color:#6366f1}.pulse-gauge__tooltip{position:absolute;top:calc(100% + 10px);right:-8px;width:300px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:100;text-align:left}.pulse-gauge__tooltip-arrow{position:absolute;top:-6px;right:14px;width:12px;height:12px;background:#fff;border-top:1px solid #e5e7eb;border-left:1px solid #e5e7eb;transform:rotate(45deg)}.pulse-gauge__tooltip-header{font-size:.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.pulse-gauge__tooltip-body{font-size:.8125rem;color:#374151;line-height:1.5;margin:0 0 .75rem}.pulse-gauge__tooltip-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.pulse-gauge__tooltip-row{display:flex;align-items:flex-start;gap:8px}.pulse-gauge__tooltip-row-icon{font-size:1rem;flex-shrink:0;margin-top:1px}.pulse-gauge__tooltip-row-label{font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.pulse-gauge__tooltip-row-value{font-size:.8125rem;color:#111827;line-height:1.4}.pulse-gauge__tooltip-cta{display:block;width:100%;padding:.5rem .75rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;text-align:center;margin-bottom:.5rem;transition:background .2s}.pulse-gauge__tooltip-cta:hover{background:#4f46e5}.pulse-gauge__tooltip-recovery{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4;font-style:italic}.pulse-gauge__dial{position:relative;width:120px;height:68px;margin:0 auto .25rem}.pulse-gauge__svg{width:100%;height:100%}.pulse-gauge__arc{transition:stroke-dashoffset .8s ease-out,stroke .3s ease}.pulse-gauge__value{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:flex;align-items:baseline;gap:1px}.pulse-gauge__number{font-size:1.75rem;font-weight:700;line-height:1}.pulse-gauge__pct{font-size:.875rem;font-weight:600;color:#6b7280}.pulse-gauge__label{font-size:.8125rem;font-weight:600;margin-bottom:.75rem}.pulse-gauge__breakdown{display:flex;flex-direction:column;gap:5px;margin-bottom:.75rem}.pulse-gauge__acct{display:flex;align-items:center;gap:6px;font-size:.6875rem}.pulse-gauge__acct-label{width:72px;text-align:right;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.pulse-gauge__acct-bar-bg{flex:1 1;height:5px;background:#f3f4f6;border-radius:3px;overflow:hidden}.pulse-gauge__acct-bar{height:100%;border-radius:3px;transition:width .6s ease-out}.pulse-gauge__acct-score{width:28px;text-align:right;color:#6b7280;font-weight:500;flex-shrink:0}.pulse-gauge__teaser{border-radius:8px;padding:.625rem .75rem;margin-bottom:.5rem;text-align:left}.pulse-gauge__teaser--shock{background:#fef2f2;border:1px solid #fecaca}.pulse-gauge__teaser--stale{background:#fffbeb;border:1px solid #fde68a}.pulse-gauge__teaser-text{font-size:.75rem;color:#374151;margin-bottom:.375rem;font-weight:500}.pulse-gauge__teaser-cta{background:none;border:none;padding:0;font-size:.75rem;font-weight:600;color:#6366f1;cursor:pointer}.pulse-gauge__teaser-cta:hover{text-decoration:underline}.pulse-gauge__view-link{background:none;border:none;padding:0;font-size:.75rem;font-weight:500;color:#6366f1;cursor:pointer}.pulse-gauge__view-link:hover{text-decoration:underline}.pulse-gauge__tooltip-ai-tag{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.04em;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:1px 6px;border-radius:4px;margin-left:6px;vertical-align:middle}.pulse-gauge__tooltip-spending{font-size:.72rem;color:#6b7280;margin:6px 0 2px;font-style:italic;line-height:1.35}@media (max-width:768px){.pulse-gauge{padding:1rem .75rem}.pulse-gauge__dial{width:100px;height:58px}.pulse-gauge__tooltip{width:260px;right:-40px}}.recon{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin:0 0 1.5rem}.recon--done{text-align:center;padding:2rem 1.5rem}.recon__header{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.recon__header-icon{color:#6366f1;display:flex}.recon__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.recon__subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.recon__method-note{font-size:.8125rem;color:#9ca3af;margin:-.25rem 0 1rem;line-height:1.45}.recon__method-link{color:#6366f1;text-decoration:underline;text-underline-offset:2px}.recon__method-link:hover{color:#4f46e5}.recon__done-icon{width:48px;height:48px;border-radius:50%;background:#d1fae5;color:#10b981;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.recon__done-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .375rem}.recon__done-text{font-size:.875rem;color:#6b7280;margin:0}.recon__done-progress{margin-top:1.25rem;max-width:280px;margin-left:auto;margin-right:auto}.recon__done-progress-track{position:relative;height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}.recon__done-progress-fill{position:absolute;left:0;top:0;bottom:0;width:100%;transform-origin:left center;transform:scaleX(0);border-radius:999px;background:linear-gradient(90deg,#34d399,#10b981);box-shadow:0 0 12px rgba(16,185,129,.35);animation:recon-done-progress-fill 5s linear forwards}.recon__done-progress-finish{position:absolute;right:0;top:0;bottom:0;width:3px;border-radius:0 4px 4px 0;background:rgba(17,24,39,.12);pointer-events:none}@keyframes recon-done-progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.recon__done-progress-fill{animation:none;transform:scaleX(1);opacity:.55}}.recon__groups{gap:.875rem;margin-bottom:.75rem}.recon__group,.recon__groups{display:flex;flex-direction:column}.recon__group{gap:.25rem}.recon__group-header{display:flex;justify-content:space-between;align-items:center}.recon__group-label{font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.03em}.recon__group-delta{font-size:.7rem;font-weight:600;padding:1px 6px;border-radius:4px}.recon__group-delta--loss{background:#fef2f2;color:#ef4444}.recon__group-delta--gain{background:#f0fdf4;color:#10b981}.recon__bar-pair{display:flex;flex-direction:column;gap:3px}.recon__bar-row{display:grid;grid-template-columns:1fr 100px;grid-gap:.5rem;gap:.5rem;align-items:center}.recon__bar-track{height:16px;background:#f3f4f6;border-radius:5px;overflow:hidden}.recon__bar{height:100%;border-radius:5px;transition:width .5s ease}.recon__bar--original{background:linear-gradient(90deg,#6366f1,#818cf8)}.recon__bar--loss{background:linear-gradient(90deg,#f87171,#fca5a5)}.recon__bar--gain{background:linear-gradient(90deg,#34d399,#6ee7b7)}.recon__bar-value{font-size:.8125rem;font-weight:600;color:#111827;text-align:right}.recon__delta{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-radius:8px;margin-bottom:.75rem}.recon__delta--loss{background:#fef2f2}.recon__delta--gain{background:#f0fdf4}.recon__delta-label{font-size:.8125rem;font-weight:500}.recon__delta--loss .recon__delta-label{color:#991b1b}.recon__delta--gain .recon__delta-label{color:#166534}.recon__delta-value{font-size:.9375rem;font-weight:700}.recon__delta--loss .recon__delta-value{color:#ef4444}.recon__delta--gain .recon__delta-value{color:#10b981}.recon__detail-toggle{margin-bottom:1rem}.recon__detail-summary{font-size:.8125rem;color:#6366f1;cursor:pointer;font-weight:500;padding:.25rem 0}.recon__detail-summary:hover{text-decoration:underline}.recon__table{margin-top:.5rem}.recon__table--compact{margin-top:.75rem}.recon__table-header{padding:.375rem 0;border-bottom:1px solid #e5e7eb;font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.recon__table-header,.recon__table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem}.recon__table-row{padding:.5rem 0;align-items:center;border-bottom:1px solid #f3f4f6;font-size:.8125rem}.recon__acct-label{display:flex;align-items:center;gap:6px;color:#374151;font-weight:500}.recon__proxy-badge{font-size:.625rem;font-weight:600;color:#6366f1;background:#eef2ff;padding:1px 5px;border-radius:4px}.recon__acct-prev{color:#6b7280}.recon__acct-input{width:100%;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;color:#111827}.recon__acct-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.15)}.recon__acct-conf{font-weight:600;font-size:.75rem}.recon__acct-conf--high{color:#10b981}.recon__acct-conf--medium{color:#f59e0b}.recon__acct-conf--low{color:#ef4444}.recon__actions{display:flex;gap:.75rem;justify-content:center}.recon__btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.recon__btn--primary{background:#6366f1;color:#fff;border:none}.recon__btn--primary:hover:not(:disabled){background:#4f46e5}.recon__btn--primary:disabled{opacity:.6;cursor:not-allowed}.recon__btn--secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.recon__btn--secondary:hover{background:#f9fafb}@media (max-width:768px){.recon{padding:1rem}.recon__bar-row{grid-template-columns:1fr 80px;gap:.375rem}.recon__bar-value{font-size:.75rem}.recon__table-header,.recon__table-row{grid-template-columns:1.5fr 1fr .7fr .7fr;font-size:.75rem}.recon__actions{flex-direction:column}.recon__btn{width:100%;text-align:center}}.recon__anchor-date{color:#6b7280;font-size:.8em;font-style:italic}.action-card{border-radius:12px;border:1px solid #e5e7eb;padding:1.25rem;margin-bottom:1rem}.action-card__header{display:flex;align-items:center;gap:8px;margin-bottom:1rem}.action-card__icon{font-size:1.25rem}.action-card__title{font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.action-card__urgency{margin-left:auto;font-size:.6875rem;font-weight:700;color:#fff;background:#ef4444;padding:2px 8px;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.action-card__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.action-card__section{padding:.625rem .75rem;background:rgba(255,255,255,.7);border-radius:8px}.action-card__section--action{grid-column:1/-1}.action-card__section-label{font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.action-card__section-value{font-size:.8125rem;color:#111827;line-height:1.45}.action-card__cta{width:100%;padding:.625rem 1rem;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s}.action-card__cta:hover{opacity:.9}@media (max-width:768px){.action-card__grid{grid-template-columns:1fr}.action-card__section--action{grid-column:auto}}