.goals-card{background:transparent;border-radius:0;box-shadow:none;padding:1.5rem;margin-bottom:2rem;border:none}.goals-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0dbd2}.goals-header h3{margin:0;font-size:1rem;color:#0b1829;font-weight:700}.goals-subtitle{margin:.5rem 0 0;font-size:.75rem;color:#6b7280}.savings-summary{text-align:right}.savings-amount{font-size:.938rem;font-weight:700;color:#3b82f6}.savings-rate{font-size:.813rem;color:#6b7280;margin-top:.25rem}.goals-empty,.goals-loading{text-align:center;padding:2rem;color:#6b7280}.goals-empty p{margin:0}.goals-conflicts{margin-bottom:1.5rem;padding:1rem;background:#fff7ed;border-left:4px solid #f97316;border-radius:6px}.conflict-message{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#92400e;line-height:1.6}.conflict-icon{font-size:1.25rem}.goals-list{display:flex;flex-direction:column;gap:1rem}@media (max-width:768px){.goals-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:1rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.5) transparent}.goals-list::-webkit-scrollbar{height:6px}.goals-list::-webkit-scrollbar-track{background:transparent}.goals-list::-webkit-scrollbar-thumb{background:rgba(59,130,246,.5);border-radius:3px}.goals-list::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.7)}.goals-list .goal-item{flex:0 0 85vw;min-width:300px;max-width:350px}.goal-item:hover{transform:none}}.goal-item{border:1px solid #e0dbd2;border-radius:10px;padding:.9rem 1rem;cursor:pointer;transition:all .2s ease;background:#fff}.goal-item:hover{border-color:rgba(0,0,0,.15);box-shadow:none}.goal-item.expanded{border-color:#c9c3b8;background:#fafaf8}.goal-main{display:flex;align-items:flex-start;gap:1rem}.goal-icon{font-size:1.5rem;flex-shrink:0}.goal-info{flex:1 1;min-width:0}.goal-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.goal-name{margin:0;font-size:.875rem;font-weight:600;color:#0b1829}.goal-notes{margin:0;font-size:.75rem;color:#6b7280;line-height:1.4}.goal-chevron{color:#9ca3af;font-size:.75rem;flex-shrink:0;margin-top:.25rem}.goal-progress{margin-top:.75rem}.progress-bar{width:100%;height:20px;background:#e5e7eb;overflow:visible;margin-bottom:.5rem;display:flex;align-items:center}.progress-bar,.progress-fill{border-radius:9999px;position:relative}.progress-fill{height:100%;transition:width .3s ease}.progress-label{display:flex;justify-content:space-between;align-items:center;font-size:.65rem}.progress-current,.progress-target{color:#6b7280;font-weight:500}.progress-percent{color:#ffffff!important;font-weight:600;font-size:.625rem!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3);z-index:2;pointer-events:none}.goal-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.detail-label{color:#6b7280;font-weight:500}.detail-value{color:#111827;font-weight:600;text-align:right}.feasibility-badge{padding:.25rem .75rem;background:#f3f4f6;border-radius:4px;font-size:.688rem}.goals-recommendations{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f3f4f6}.recommendations-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}.recommendations-list{display:flex;flex-direction:column;gap:.75rem}@media (max-width:768px){.goals-recommendations .recommendations-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:1rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.5) transparent}.goals-recommendations .recommendations-list::-webkit-scrollbar{height:6px}.goals-recommendations .recommendations-list::-webkit-scrollbar-track{background:transparent}.goals-recommendations .recommendations-list::-webkit-scrollbar-thumb{background:rgba(59,130,246,.5);border-radius:3px}.goals-recommendations .recommendations-list::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.7)}.goals-recommendations .recommendations-list .recommendation-item{flex:0 0 85vw;min-width:280px;max-width:320px}}.recommendation-item{padding:1rem;border-radius:6px;font-size:.875rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;overflow:hidden}.recommendation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem;flex-wrap:wrap}.recommendation-goal{font-weight:600;font-size:.875rem;word-wrap:break-word;overflow-wrap:break-word;flex:1 1;min-width:0}.recommendation-action{margin-bottom:.5rem}.recommendation-action,.recommendation-rationale{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.recommendation-rationale{font-size:.813rem}@media (max-width:768px){.goals-card{padding:1.25rem;margin-bottom:1.5rem;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #e5e7eb}.goals-header{flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem}.goals-header h3{font-size:.95rem}.savings-summary{text-align:left;width:100%}.goal-item{border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.08);background:white}.goal-item.expanded{box-shadow:0 2px 8px rgba(59,130,246,.15)}.goal-main{flex-direction:row;gap:1rem;align-items:flex-start}.goal-icon{font-size:1.25rem}.goal-name{font-size:.813rem}.goal-notes{font-size:.688rem;margin-top:.25rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left}.recommendation-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.decision-row{margin-bottom:2rem;scroll-margin-top:6.25rem}@media (max-width:768px){.decision-row{scroll-margin-top:5rem}}.decision-row__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-left:.25rem}.decision-row__title{font-size:.875rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.05em;margin:0}.decision-row__count{background:#3b82f6;color:white;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}.decision-row__subtitle{font-size:.8125rem;color:#64748b;margin:-.5rem 0 1rem .25rem;max-width:42rem;line-height:1.4}.decision-row__aux-link{display:block;width:-moz-fit-content;width:fit-content;margin:-.65rem 0 1rem .25rem;padding:0;border:none;background:none;font-size:.8125rem;font-weight:600;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.decision-row__aux-link:hover{color:#1d4ed8}.decision-row--compact .decision-row__cards{gap:.625rem}.decision-row--compact .strategy-control-card{padding:.75rem .875rem;min-width:190px}.decision-row--actionable{margin-left:-1.25rem;margin-right:-1rem;padding:1rem 1rem 1rem 1.25rem;border-left:4px solid #3b82f6;background-color:#f8fafc;border-radius:0 8px 8px 0}@media (prefers-reduced-motion:no-preference){.decision-row--actionable{animation:decision-row-enter .5s ease-out}}@keyframes decision-row-enter{0%{opacity:.92}to{opacity:1}}.decision-row__cards-wrapper{position:relative}.decision-row__cards{display:flex;flex-wrap:wrap;padding-bottom:.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.decision-row__cards--single .strategy-control-card{min-width:100%;max-width:100%;flex:1 1 100%}.decision-row__cards::-webkit-scrollbar{height:6px}.decision-row__cards::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.decision-row__cards::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.decision-row__cards-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:.5rem;width:60px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95));pointer-events:none;opacity:1;transition:opacity .3s ease}.decision-row__cards-wrapper--scrolled-end:after{opacity:0}.decision-row__cards-wrapper:before{content:"";position:absolute;top:0;left:0;bottom:.5rem;width:40px;background:linear-gradient(270deg,transparent,rgba(255,255,255,.95));pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1}.decision-row__cards-wrapper--scrolled-start:before{opacity:1}.decision-row__scroll-indicators{display:none;justify-content:center;align-items:center;gap:.625rem;padding-top:.875rem;padding-bottom:.25rem}.decision-row__scroll-dot{width:8px;height:8px;min-width:8px;min-height:8px;max-width:8px;max-height:8px;border-radius:50%;background:#d1d5db;border:none;padding:0;margin:0;cursor:pointer;transition:all .2s ease;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.decision-row__scroll-dot--active{background:#3b82f6;width:10px;height:10px;min-width:10px;min-height:10px;max-width:10px;max-height:10px}.decision-row__scroll-dot:hover{background:#9ca3af}.decision-row__scroll-dot--active:hover{background:#2563eb}@keyframes swipeHint{0%,to{transform:translateX(0)}50%{transform:translateX(-8px)}}.decision-row__swipe-hint{display:none;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;color:#9ca3af;padding-top:.5rem;animation:swipeHint 1.5s ease-in-out 2}.decision-row__swipe-hint-icon{font-size:1rem}.decision-row__empty{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px;padding:2rem;text-align:center;color:#64748b;font-size:.875rem}.decision-card{background:#ffffff;border:1px solid #e2e8f0;padding:1.5rem;min-width:240px;max-width:380px;flex:1 1 240px;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.03);transition:box-shadow .2s ease,transform .2s ease}.decision-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.04);transform:translateY(-1px)}.decision-card--loading{opacity:.7;pointer-events:none}.decision-card--optimal{border-color:#10b981;background:linear-gradient(180deg,#f0fdf4,#ffffff)}.decision-card__badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:#d97706;margin-bottom:.75rem}.decision-card__badge-icon{font-size:1rem}.decision-card__badge--success{color:#059669}.decision-card__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 1rem;line-height:1.3}.decision-card__opportunity{margin-bottom:.75rem}.decision-card__opportunity-label{display:block;font-size:.9375rem;color:#374151;margin-bottom:.25rem}.decision-card__opportunity-text{color:#059669;font-weight:500}.decision-card__opportunity-value{font-size:1.75rem;font-weight:700;color:#059669;line-height:1.2}.decision-card__remaining-opportunity{display:flex;align-items:baseline;gap:.5rem;padding:.5rem 0}.decision-card__remaining-value{font-size:1.5rem;font-weight:700;color:#059669;font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.decision-card__remaining-label{font-size:.875rem;font-weight:500;color:#6b7280}.decision-card__metrics{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0}.decision-card__metric{display:flex;align-items:baseline;gap:.5rem}.decision-card__metric-value{font-weight:700;font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.decision-card__metric-value--wealth{font-size:1.5rem;color:#2563eb}.decision-card__metric-value--tax{font-size:1rem;color:#059669}.decision-card__metric-label{font-size:.8125rem;font-weight:500;color:#6b7280}.decision-card__impact{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.decision-card__impact-label{font-weight:600;color:#374151}.decision-card__status-line{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.decision-card__status-label{font-weight:600;color:#374151}.decision-card__status{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#059669;font-weight:500}.decision-card__status-icon{font-size:1.125rem}.decision-card__consequence{font-size:.8125rem;color:#6b7280;margin-top:.5rem;margin-bottom:1.25rem;line-height:1.4}.decision-card__actions{gap:.75rem}.decision-card__btn{flex:1 1;padding:.625rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.decision-card__btn:disabled{opacity:.6;cursor:not-allowed}.decision-card__btn--primary{background:#1e3a5f;color:#ffffff;border:none}.decision-card__btn--primary:hover:not(:disabled){background:#152a45}.decision-card__btn--primary:active:not(:disabled){transform:scale(.98)}.decision-card__btn--secondary{background:#ffffff;color:#4b5563;border:1px solid #d1d5db}.decision-card__btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.decision-card__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:decision-spinner .6s linear infinite}@keyframes decision-spinner{to{transform:rotate(1turn)}}.strategy-control-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:.8rem .95rem;min-width:200px;max-width:320px;flex:1 1 200px}.strategy-control-card--roth{max-width:348px;padding:.95rem 1rem 1rem}.strategy-control-card--active{border-left:4px solid #10b981}.strategy-control-card--skipped{border-left:4px solid #9ca3af;background:#f9fafb}.strategy-control-card--needs-review{border-left:4px solid #f59e0b;background:#fffbeb}.strategy-control-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.strategy-control-card__title{font-size:.9375rem;font-weight:600;color:#111827;margin:0}.strategy-control-card__status-badge{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em}.strategy-control-card__status-badge--active{background:#d1fae5;color:#065f46}.strategy-control-card__status-badge--roth-plan-on{background:#e2e8f0;color:#334155;text-transform:none;letter-spacing:.01em;font-weight:600;font-size:.625rem}.strategy-control-card__status-badge--skipped{background:#f3f4f6;color:#4b5563}.strategy-control-card__status-badge--needs-review{background:#fef3c7;color:#92400e}.strategy-control-card__badges{display:flex;align-items:center;gap:.375rem}.strategy-control-card__updated-badge{font-size:.625rem;font-weight:600;padding:.15rem .4rem;border-radius:9999px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;text-transform:uppercase;letter-spacing:.03em;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.7}}.strategy-control-card__meta{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.strategy-control-card__meta-row{display:flex;justify-content:space-between;margin-bottom:.125rem}.strategy-control-card__meta-label{color:#9ca3af}.strategy-control-card__meta-value{font-weight:500;color:#374151}.strategy-control-card__meta-value--positive{color:#059669}.strategy-control-card__meta-value--warning{color:#b91c1c}.strategy-control-card__gain-strip{display:grid;grid-template-columns:1fr;grid-gap:.35rem;gap:.35rem;margin-bottom:.5rem;padding:.45rem .55rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.strategy-control-card__gain-primary,.strategy-control-card__gain-secondary{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.strategy-control-card__gain-label{font-size:.72rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.strategy-control-card__gain-value{font-size:1rem;font-weight:700;color:#059669;font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.strategy-control-card__gain-strip--roth{background:linear-gradient(180deg,#f0fdf4,#ecfdf5);border-color:#bbf7d0;padding:.55rem .65rem;margin-bottom:.65rem}.strategy-control-card__gain-strip--roth .strategy-control-card__gain-value{font-size:1.125rem;letter-spacing:-.02em}.strategy-control-card__gain-strip .projection-disclosure{margin-top:0;border-top:1px solid rgba(0,0,0,.06);padding-top:.3rem}.strategy-control-card__roth-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.4rem;gap:.4rem;padding:.45rem;margin-bottom:.45rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.strategy-control-card__insight-row{display:flex;flex-direction:column;gap:.15rem;padding:.35rem .5rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;min-width:0}.strategy-control-card__insight-note{font-size:.6875rem;font-weight:600;color:#b45309;line-height:1.3;cursor:help}.strategy-control-card__smart-auto-roth-stewardship--collapsible>summary{list-style:none}.strategy-control-card__smart-auto-roth-stewardship--collapsible>summary::-webkit-details-marker{display:none}.strategy-control-card__roth-rollup{margin-bottom:.45rem}.strategy-control-card__roth-rollup>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.4rem .55rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.strategy-control-card__roth-rollup>summary::-webkit-details-marker{display:none}.strategy-control-card__roth-rollup[open]>summary{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:-1px}.strategy-control-card__roth-rollup-summary-text{flex:1 1 auto;min-width:0;font-size:.78rem;font-weight:600;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strategy-control-card__roth-rollup-toggle{flex-shrink:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2563eb;display:inline-flex;align-items:center;gap:.2rem}.strategy-control-card__roth-rollup-toggle:after{content:"▾";font-size:.65rem;transition:transform .15s ease}.strategy-control-card__roth-rollup[open] .strategy-control-card__roth-rollup-toggle:after{transform:rotate(180deg)}.strategy-control-card__roth-rollup .strategy-control-card__roth-insights{border-top-left-radius:0;border-top-right-radius:0;margin-bottom:0}.strategy-control-card__guardrail-opportunity--rollup>summary{list-style:none;cursor:pointer}.strategy-control-card__guardrail-opportunity--rollup>summary::-webkit-details-marker{display:none}.strategy-control-card__guardrail-opportunity--rollup>summary:after{content:"▾";margin-left:.4rem;font-size:.7rem;color:#64748b;transition:transform .15s ease}.strategy-control-card__guardrail-opportunity--rollup[open]>summary:after{transform:rotate(180deg)}.strategy-control-card__insight-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.strategy-control-card__insight-value{font-size:.8125rem;font-weight:500;color:#1e293b;line-height:1.35;word-break:break-word}.strategy-control-card__insight-stack{display:flex;flex-direction:column;gap:.2rem}.strategy-control-card__insight-numbers{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem}.strategy-control-card__insight-money{font-size:.875rem;font-weight:700;color:#0f172a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.strategy-control-card__insight-sep{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.strategy-control-card__insight-kind{font-size:.6875rem;color:#64748b;font-weight:500}.strategy-control-card__insight-caption{font-size:.6875rem;color:#64748b;line-height:1.35;margin-top:.1rem}.strategy-control-card__insight-fallback{font-size:.75rem;color:#475569;line-height:1.4}.strategy-control-card__disclosure-inline{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .35rem;margin-bottom:.65rem;padding-bottom:.15rem;border-bottom:1px solid #f1f5f9}.strategy-control-card__disclosure-sep{color:#cbd5e1;font-weight:300;-webkit-user-select:none;-moz-user-select:none;user-select:none}.strategy-control-card__compact-details-summary--linkish{color:#2563eb;font-weight:600}.strategy-control-card__compact-details-summary--linkish:hover{color:#1d4ed8;text-decoration:underline}.strategy-control-card__compact-details-body--irmaa p{margin:0 0 .45rem;font-size:.75rem;color:#334155;line-height:1.45}.strategy-control-card__compact-details-body--irmaa p:last-of-type{margin-bottom:.35rem}.strategy-control-card__compact-details-body--irmaa .strategy-control-card__irmaa-65-cta{margin-top:.25rem}.strategy-control-card__active-details--roth{gap:.4rem}.strategy-control-card__detail-chip--text{padding:.28rem 0;background:transparent;border-radius:0;border:none;border-bottom:1px solid #f1f5f9}.strategy-control-card__detail-chip--text:last-child{border-bottom:none}.strategy-control-card__detail-chip--text .strategy-control-card__detail-chip-text{font-size:.78rem;color:#475569}.strategy-control-card__gain-value--secondary{color:#2563eb}.strategy-control-card__savings-highlight{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:6px;padding:.5rem .75rem;margin-bottom:.5rem}.strategy-control-card__savings-highlight--missed{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fed7aa}.strategy-control-card__savings-icon{font-size:1.125rem;line-height:1;flex-shrink:0}.strategy-control-card__savings-content{display:flex;flex-direction:column;gap:.0625rem}.strategy-control-card__savings-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#047857}.strategy-control-card__savings-highlight--missed .strategy-control-card__savings-label{color:#c2410c}.strategy-control-card__savings-value{font-size:1.125rem;font-weight:700;color:#059669;line-height:1.2;letter-spacing:-.01em}.strategy-control-card__savings-value--missed{color:#ea580c}.strategy-control-card__savings-highlight--opportunity{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe}.strategy-control-card__savings-highlight--opportunity .strategy-control-card__savings-label{color:#1e40af}.strategy-control-card__savings-value--opportunity{color:#1d4ed8}.strategy-control-card__contributing{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;margin-top:.25rem}.strategy-control-card__contributing-label{font-size:.8125rem;font-weight:500;color:#6b7280}.strategy-control-card__contributing-value{font-size:1rem;font-weight:700;color:#059669;font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.strategy-control-card__metrics{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;margin-top:.25rem}.strategy-control-card__metric{display:flex;align-items:center;gap:.5rem}.strategy-control-card__metric-label{font-size:.75rem;font-weight:500;color:#6b7280;min-width:85px}.strategy-control-card__metric-value{font-size:.9375rem;font-weight:700;font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.strategy-control-card__metric-value--tax{color:#059669}.strategy-control-card__metric-value--tew{color:#2563eb}.strategy-control-card__metric-value--captured{color:#059669}.strategy-control-card__metrics--captured{background:linear-gradient(90deg,#f0fdf4,transparent);padding:.5rem .75rem;border-radius:6px;margin-bottom:.25rem}.strategy-control-card__benefit-change{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:4px;margin-left:.5rem;cursor:help}.strategy-control-card__benefit-change--increase{background:#ecfdf5;color:#059669}.strategy-control-card__benefit-change--decrease{background:#fef2f2;color:#dc2626}.strategy-control-card__benefit-change-reason{font-weight:400;opacity:.8}.strategy-control-card__savings-value-row{display:inline-flex;align-items:center;gap:.375rem}.strategy-control-card__degraded-tooltip-wrap{position:relative;display:inline-flex;align-items:center;cursor:help}.strategy-control-card__degraded-icon{font-size:.875rem;line-height:1;opacity:.9}.strategy-control-card__degraded-tooltip{position:absolute;left:0;bottom:calc(100% + .5rem);z-index:10;width:260px;padding:.625rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:.75rem;line-height:1.45;color:#374151;white-space:normal;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none}.strategy-control-card__degraded-tooltip strong{color:#92400e}.strategy-control-card__degraded-tooltip-wrap:hover .strategy-control-card__degraded-tooltip{opacity:1;visibility:visible}.strategy-control-card__active-details{display:flex;flex-direction:column;gap:.25rem}.strategy-control-card__detail-chip{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#374151;line-height:1.3}.strategy-control-card__detail-chip-icon{font-size:.8125rem;flex-shrink:0}.strategy-control-card__detail-chip-text{font-weight:500}.strategy-control-card__tax-funding-note{margin-top:.25rem;font-size:.7rem;color:#94a3b8;font-style:italic}.strategy-control-card__fill-bucket-hint{margin-top:.5rem;font-size:.75rem;color:#475569;line-height:1.35;padding:.375rem .5rem;background:#f1f5f9;border-radius:6px;border-left:3px solid #3b82f6}.strategy-control-card__compact-details{margin-top:.35rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;padding:.35rem .5rem .45rem}.strategy-control-card__compact-details--irmaa{margin-top:0;margin-bottom:.45rem;background:transparent;border:none;padding:0}.strategy-control-card__compact-details-summary{cursor:pointer;font-size:.72rem;font-weight:600;color:#475569;list-style:none;display:flex;align-items:center;gap:.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.strategy-control-card__compact-details-summary::-webkit-details-marker{display:none}.strategy-control-card__compact-details-summary:before{content:"";display:inline-block;width:.35rem;height:.35rem;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:rotate(-45deg);margin-right:.15rem;transition:transform .15s ease;flex-shrink:0}.strategy-control-card__compact-details[open] .strategy-control-card__compact-details-summary:before{transform:rotate(45deg);margin-top:.1rem}.strategy-control-card__compact-details-body{margin-top:.45rem;padding-top:.45rem;border-top:1px solid #e2e8f0;font-size:.72rem;color:#64748b;line-height:1.45}.strategy-control-card__compact-details.strategy-control-card__compact-details--ghost{margin-top:0;margin-bottom:0;padding:0;background:transparent;border:none;position:relative;flex:0 1 auto}.strategy-control-card__compact-details.strategy-control-card__compact-details--ghost .strategy-control-card__compact-details-summary{font-size:.6875rem;padding:0}.strategy-control-card__compact-details.strategy-control-card__compact-details--ghost .strategy-control-card__compact-details-summary:before{display:none}.strategy-control-card__compact-details.strategy-control-card__compact-details--ghost[open] .strategy-control-card__compact-details-summary--linkish{color:#1e40af}.strategy-control-card__compact-details.strategy-control-card__compact-details--ghost .strategy-control-card__compact-details-body{position:absolute;left:0;top:100%;z-index:6;margin-top:.35rem;padding:.55rem .65rem;max-width:min(300px,92vw);background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.1)}.strategy-control-card__disclosure-inline>.strategy-control-card__compact-details.strategy-control-card__compact-details--ghost:last-of-type .strategy-control-card__compact-details-body{left:auto;right:0}.strategy-control-card__deterministic-note-link{color:#2563eb;font-weight:600;text-decoration:none}.strategy-control-card__deterministic-note-link:hover{text-decoration:underline}.strategy-control-card__irmaa-65-cta{display:inline-block;font-size:.8125rem;font-weight:600;color:#2563eb;text-decoration:none}.strategy-control-card__irmaa-65-cta:hover{text-decoration:underline}.strategy-control-card__detail-chip-date{font-weight:400;color:#9ca3af;font-size:.6875rem}.strategy-control-card__degraded-notice{background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:.5rem .625rem;margin:.5rem 0;font-size:.75rem}.strategy-control-card__degraded-notice-title{font-weight:600;color:#92400e;display:flex;align-items:center;gap:.25rem;margin-bottom:.125rem}.strategy-control-card__degraded-notice-text{color:#78350f;line-height:1.35}.strategy-control-card__goal-badge{display:inline-flex;align-items:center;gap:.25rem;background:#eff6ff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;color:#1e40af}.strategy-control-card__goal-hint{display:flex;gap:.375rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:6px;padding:.5rem .625rem;margin:.5rem 0}.strategy-control-card__goal-hint-icon{font-size:.875rem;flex-shrink:0}.strategy-control-card__goal-hint-content{display:flex;flex-direction:column;gap:.125rem}.strategy-control-card__goal-hint-text{font-size:.6875rem;color:#0369a1;line-height:1.35}.strategy-control-card__goal-hint-link{font-size:.6875rem;color:#0284c7;font-weight:600;text-decoration:none}.strategy-control-card__goal-hint-link:hover{text-decoration:underline;color:#0369a1}.strategy-control-card__goal-hint-icon-inline{margin-left:.25rem;cursor:help;font-size:.875rem;vertical-align:middle}.strategy-control-card__actions{display:flex;gap:.375rem;margin-top:.5rem}.strategy-control-card__btn{flex:1 1;padding:.4rem .6rem;font-size:.75rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease}.strategy-control-card__btn--primary{background:#3b82f6;color:#ffffff;border:none}.strategy-control-card__btn--primary:hover{background:#2563eb}@media (prefers-reduced-motion:no-preference){.strategy-control-card__btn--primary.strategy-control-card__btn--attention{animation:btn-attention-pulse 2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(59,130,246,.4)}.strategy-control-card__btn--primary.strategy-control-card__btn--attention:hover{animation:none;box-shadow:0 4px 12px rgba(59,130,246,.35)}}@keyframes btn-attention-pulse{0%,to{box-shadow:0 0 0 0 rgba(59,130,246,.4)}50%{box-shadow:0 0 0 8px rgba(59,130,246,0)}}.strategy-control-card__btn--secondary{background:transparent;color:#6b7280;border:1px solid #e5e7eb}.strategy-control-card__btn--secondary:hover{background:#f9fafb;color:#374151}.skip-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:skip-modal-fade-in .2s ease}@keyframes skip-modal-fade-in{0%{opacity:0}to{opacity:1}}.skip-modal{background:#ffffff;border-radius:12px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:skip-modal-slide-up .2s ease}@keyframes skip-modal-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skip-modal__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}.skip-modal__options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.skip-modal__option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s ease}.skip-modal__option:hover{background:#f9fafb;border-color:#d1d5db}.skip-modal__option--selected{background:#eff6ff;border-color:#3b82f6}.skip-modal__checkbox{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.skip-modal__option--selected .skip-modal__checkbox{background:#3b82f6;border-color:#3b82f6}.skip-modal__checkmark{color:white;font-size:.75rem;font-weight:700}.skip-modal__option-text{font-size:.9375rem;color:#374151}.skip-modal__note{font-size:.8125rem;color:#9ca3af;font-style:italic;margin-bottom:1rem}.skip-modal__actions{display:flex;gap:.75rem;justify-content:flex-end}.skip-modal__btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease}.skip-modal__btn--primary{background:#3b82f6;color:#ffffff;border:none}.skip-modal__btn--primary:hover{background:#2563eb}.skip-modal__btn--primary:disabled{background:#93c5fd;cursor:not-allowed}.skip-modal__btn--cancel{background:transparent;color:#6b7280;border:1px solid #d1d5db}.skip-modal__btn--cancel:hover{background:#f9fafb}@media (max-width:768px){.decision-row__cards{flex-wrap:nowrap;scroll-snap-type:x mandatory;scroll-padding-inline:1rem}.decision-row__scroll-indicators,.decision-row__swipe-hint--visible{display:flex}.decision-card{min-width:85vw;max-width:85vw;flex:0 0 85vw;scroll-snap-align:start}.strategy-control-card{min-width:80vw;max-width:80vw;flex:0 0 80vw;scroll-snap-align:start}.decision-row__cards--single .strategy-control-card{min-width:100%;max-width:100%;flex:1 1 100%}}@media (max-width:640px){.decision-card{min-width:88vw;max-width:88vw;flex:0 0 88vw;padding:1.25rem}.decision-card__opportunity-value{font-size:1.5rem}.decision-card__actions{flex-direction:column}.decision-card__btn{width:100%}.strategy-control-card{min-width:85vw;max-width:85vw;flex:0 0 85vw;padding:1rem}.decision-row__cards--single .strategy-control-card{min-width:100%;max-width:100%;flex:1 1 100%}.strategy-control-card__actions{flex-direction:column}.decision-row__scroll-dot{width:10px;height:10px;min-width:10px;min-height:10px;max-width:10px;max-height:10px}.decision-row__scroll-dot--active{width:12px;height:12px;min-width:12px;min-height:12px;max-width:12px;max-height:12px}}.decision-row{background:#ffffff;border:1px solid #e0dbd2;border-radius:11px;padding:1rem 1.15rem;margin-bottom:1rem}.decision-row--actionable{border-left:1px solid #e0dbd2;margin-left:0;margin-right:0;background:#ffffff;padding-left:1.15rem}.decision-row__title{font-size:.88rem;text-transform:none;letter-spacing:.01em;color:#0b1829}.decision-row__count{background:#e8e3da;color:#546070}.decision-row__subtitle{margin:-.2rem 0 .75rem .1rem;color:#546070}.decision-row__filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.9rem}.decision-row__filter-pill{padding:.26rem .68rem;border-radius:999px;border:1px solid #e0dbd2;background:#ffffff;color:#546070;font-size:.72rem;font-weight:500}.decision-row__filter-pill--active{background:rgba(0,201,167,.07);border-color:rgba(0,201,167,.22);color:#00a88a;font-weight:600}.decision-row__cards{gap:.75rem}.decision-row__cards-wrapper:after,.decision-row__cards-wrapper:before{display:none}.decision-card{border:1px solid #e0dbd2;border-radius:12px;box-shadow:none}.decision-card__badge{color:#e8a020;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.decision-card__title{font-size:1.2rem;color:#0b1829}.decision-card__metric-value--wealth{color:#00a88a}.decision-card__metric-value--tax{color:#16a34a}.decision-card__btn--primary{background:#0b1829}.decision-card__btn--primary:hover:not(:disabled){background:#132238}.strategy-control-card{border:1px solid #e0dbd2;border-radius:12px;max-width:unset;min-width:260px;padding:0;overflow:hidden}.decision-row--compact .strategy-control-card{min-width:280px;padding:0}.strategy-control-card--active,.strategy-control-card--declined,.strategy-control-card--inactive,.strategy-control-card--needs-review,.strategy-control-card--no-action,.strategy-control-card--optimized{border-left:1px solid #e0dbd2}.strategy-control-card__header{padding:.92rem 1rem .7rem;margin-bottom:0;border-bottom:1px solid #e0dbd2}.strategy-control-card__title{font-size:.98rem;color:#0b1829}.strategy-control-card__status-badge--active,.strategy-control-card__status-badge--optimized{background:rgba(0,201,167,.07);color:#00a88a;border:1px solid rgba(0,201,167,.22)}.strategy-control-card__status-badge--needs-review{background:rgba(232,160,32,.08);color:#b87805;border:1px solid rgba(232,160,32,.25)}.strategy-control-card__status-badge--declined,.strategy-control-card__status-badge--inactive{background:#f3f4f6;color:#64748b}.strategy-control-card__gain-strip{border:0;border-bottom:1px solid #e0dbd2;border-radius:0;margin:0;padding:.8rem 1rem;background:#fafaf8}.strategy-control-card__gain-label{color:#8899aa}.strategy-control-card__gain-value{color:#16a34a;font-size:1.08rem}.strategy-control-card__gain-value--secondary{color:#00a88a}.strategy-control-card__meta{padding:.8rem 1rem;margin:0}.strategy-control-card__actions{padding:.75rem 1rem;border-top:1px solid #e0dbd2;margin-top:0}.strategy-control-card__btn{font-size:.78rem;border-radius:7px}.strategy-control-card__btn--primary{background:#00c9a7;color:#0b1829}.strategy-control-card__btn--primary:hover{background:#00ddb8}.strategy-control-card__btn--secondary{border-color:#d6d3ce}.coverage-signals{padding:.75rem 1rem;margin-bottom:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.coverage-signals__summary{font-size:.875rem;color:#475569;margin:0 0 .5rem;font-weight:500}.coverage-signals__separator{margin:0 .5rem;color:#94a3b8}.coverage-signals__indicators{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.coverage-signals__label{font-size:.8125rem;color:#64748b;font-weight:500}.coverage-signals__indicator{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;padding:.25rem .625rem;border-radius:9999px;background:#f1f5f9}.coverage-signals__indicator-icon{font-size:.875rem}.coverage-signals__indicator-text{color:#475569}.coverage-signals__indicator--optimized{background:#dcfce7}.coverage-signals__indicator--optimized .coverage-signals__indicator-icon{color:#16a34a}.coverage-signals__indicator--optimized .coverage-signals__indicator-text{color:#166534}.coverage-signals__indicator--actionable{background:#fef3c7}.coverage-signals__indicator--actionable .coverage-signals__indicator-icon{color:#d97706}.coverage-signals__indicator--actionable .coverage-signals__indicator-text{color:#92400e}.coverage-signals__indicator--warning{background:#fee2e2}.coverage-signals__indicator--warning .coverage-signals__indicator-icon{color:#dc2626}.coverage-signals__indicator--warning .coverage-signals__indicator-text{color:#991b1b}.coverage-signals__indicator--declined{background:#f1f5f9}.coverage-signals__indicator--declined .coverage-signals__indicator-icon{color:#64748b}.coverage-signals__indicator--declined .coverage-signals__indicator-text{color:#475569}.calm-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5 50%,#f0fdfa);border:1px solid #bbf7d0;border-radius:12px;padding:2rem;max-width:480px;margin:0 auto;text-align:center}.calm-card__header{flex-direction:column}.calm-card__header,.calm-card__icon{display:flex;align-items:center;margin-bottom:1rem}.calm-card__icon{width:48px;height:48px;background:#22c55e;border-radius:50%;justify-content:center}.calm-card__icon svg{width:24px;height:24px;color:white}.calm-card__title{font-size:1.25rem;font-weight:700;color:#166534;margin:0}.calm-card__description{font-size:.9375rem;color:#475569;margin:0 0 .5rem;line-height:1.5}.calm-card__status{font-size:.9375rem;color:#16a34a;font-weight:500;margin:0 0 1.5rem}.calm-card__checklist{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem;text-align:left;max-width:220px;margin:0 auto 1.5rem}.calm-card__checklist-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#374151}.calm-card__check{color:#22c55e;font-weight:600;font-size:1rem}.calm-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#0284c7;text-decoration:none;font-weight:500;transition:color .15s ease}.calm-card__link:hover{color:#0369a1;text-decoration:underline}.calm-card__link-arrow{transition:transform .15s ease}.calm-card__link:hover .calm-card__link-arrow{transform:translateX(2px)}.strategy-control-card__status-badge--optimized{background:#dcfce7;color:#166534}.strategy-control-card--optimized{border-left:4px solid #22c55e;background:linear-gradient(90deg,#f0fdf4,#ffffff)}.strategy-control-card__status-badge--no-action{background:#f1f5f9;color:#64748b}.strategy-control-card--no-action{border-left:4px solid #94a3b8;background:linear-gradient(90deg,#f8fafc,#ffffff)}.strategy-control-card__status-badge--declined{background:#fef2f2;color:#991b1b}.strategy-control-card--declined{border-left:4px solid #94a3b8;background:#fefafa}.strategy-control-card__status-badge--inactive{background:#fef3c7;color:#92400e}.strategy-control-card--inactive{border-left:4px solid #f59e0b;background:linear-gradient(90deg,#fffbeb,#ffffff)}.strategy-control-card__inactive-notice{display:flex;gap:.75rem;padding:.875rem;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;margin-bottom:.75rem}.strategy-control-card__inactive-notice-icon{font-size:1.25rem;line-height:1;flex-shrink:0}.strategy-control-card__inactive-notice-content{display:flex;flex-direction:column;gap:.25rem}.strategy-control-card__inactive-notice-title{font-weight:600;color:#92400e;font-size:.875rem}.strategy-control-card__inactive-notice-text{color:#78350f;font-size:.8rem;line-height:1.4}@media (max-width:640px){.coverage-signals{padding:.625rem .75rem}.coverage-signals__summary{font-size:.8125rem}.coverage-signals__indicators{gap:.5rem}.coverage-signals__indicator{padding:.1875rem .5rem;font-size:.75rem}.calm-card{padding:1.5rem 1rem}.calm-card__icon{width:40px;height:40px}.calm-card__icon svg{width:20px;height:20px}.calm-card__title{font-size:1.125rem}}.decision-card--optimizing{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.decision-card__optimization-progress{margin-bottom:1rem;padding:.75rem;background:#eff6ff;border-radius:8px;border:1px solid #dbeafe}.decision-card__optimization-status{font-size:.9375rem;color:#1e40af;font-weight:500;text-align:center}.decision-card__optimization-status--with-spinner{display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:left}.decision-card--success{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#ffffff);box-shadow:0 0 0 4px rgba(16,185,129,.1)}.decision-card--success-animated{animation:successPulse .5s ease-out}@keyframes successPulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.decision-card__success-celebration{text-align:center;padding:1.5rem 1rem;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-radius:12px;margin-bottom:1rem;border:2px solid #10b981}.decision-card--success-compact .decision-card__success-celebration{padding:.75rem 1rem;margin-bottom:.75rem;border-radius:10px}.decision-card--success-compact .decision-card__success-icon-large{font-size:2rem;margin-bottom:.25rem}.decision-card--success-compact .decision-card__success-message-large{font-size:1.0625rem;margin-bottom:.125rem}.decision-card--success-compact .decision-card__success-rounds{font-size:.8125rem}.decision-card--success-compact .decision-card__success-details{padding:.5rem .75rem;margin-bottom:.75rem;font-size:.8125rem}.decision-card--success-compact .decision-card__success-outcome{padding:.5rem .75rem;margin-bottom:.75rem;gap:.5rem}.decision-card--success-compact .decision-card__success-outcome-text{font-size:.8125rem}.decision-card--success-compact .decision-card__auto-dismiss-countdown{margin-top:.75rem;padding-top:.75rem}.decision-card__success-complete-done{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#059669;font-weight:600;padding:.5rem 0}.decision-card__success-complete-check{font-size:1.25rem}.decision-card__success-icon-large{font-size:3rem;margin-bottom:.5rem;animation:celebrationBounce .6s ease-out}@keyframes celebrationBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.decision-card__success-message-large{font-size:1.25rem;font-weight:700;color:#059669;margin-bottom:.375rem}.decision-card__success-rounds{font-size:.875rem;color:#047857;font-weight:500}.decision-card__success-message{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#059669;font-weight:600;margin-bottom:.75rem}.decision-card__success-icon{font-size:1.25rem}.decision-card__success-details{font-size:.875rem;color:#374151;margin-bottom:1rem;padding:.75rem;background:#f9fafb;border-radius:8px;border-left:3px solid #10b981}.decision-card__success-details strong{color:#047857}.decision-card__success-outcome{display:flex;gap:.75rem;padding:1rem;background:#eff6ff;border-radius:8px;margin-bottom:1rem;border:1px solid #bfdbfe}.decision-card__success-outcome-icon{font-size:1.5rem;color:#059669;flex-shrink:0}.decision-card__success-outcome-text{font-size:.875rem;color:#1e3a8a;line-height:1.5}.decision-card__success-outcome-text strong{color:#1e40af;font-weight:600}.decision-card__btn--success{background:#10b981;color:#ffffff;border:none;cursor:default}.decision-card__auto-dismiss-hint{font-size:.75rem;color:#6b7280;font-style:italic;text-align:center;margin-top:.75rem}.decision-card__auto-dismiss-countdown{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.decision-card__moving-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#6b7280;font-weight:500}.decision-card__moving-arrow{font-size:1.25rem;color:#10b981;animation:moveArrow 1.5s ease-in-out infinite}@keyframes moveArrow{0%,to{transform:translateX(0)}50%{transform:translateX(8px)}}.decision-card__countdown-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-top:.5rem}.decision-card__countdown-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width 1s linear;border-radius:2px}.decision-card--success-compact .decision-card__title{margin-bottom:.5rem}.decision-card--error{border-color:#ef4444}.decision-card__error{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;margin-bottom:1rem}.decision-card__error-icon{font-size:1.25rem;flex-shrink:0}.decision-card__error-content{flex:1 1}.decision-card__error-title{font-size:.9375rem;font-weight:600;color:#dc2626;margin-bottom:.25rem}.decision-card__error-message{font-size:.8125rem;color:#991b1b;line-height:1.4}.decision-card__actions--error{flex-direction:row}.decision-card__actions--error .decision-card__btn{flex:1 1}.decision-card__link{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;text-decoration:none;font-weight:500;transition:all .15s ease;cursor:pointer;border:none;background:none;padding:0}.decision-card__link--secondary{font-size:.95rem;color:#2563eb;margin-top:.75rem;width:100%;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.decision-card__link--secondary:hover{-webkit-text-decoration-color:#2563eb;text-decoration-color:#2563eb;color:#1d4ed8}.decision-card__link--secondary.decision-card__link--disabled{color:#9ca3af;cursor:not-allowed;pointer-events:none}.decision-card__link--tertiary{font-size:.85rem;color:#64748b;margin-top:.625rem;width:100%}.decision-card__link--tertiary:hover:not(:disabled){color:#475569;text-decoration:underline}.decision-card__link--tertiary.decision-card__link--disabled,.decision-card__link--tertiary:disabled{color:#cbd5e1;cursor:not-allowed}.decision-card__actions{display:flex;flex-direction:column;gap:0;margin-top:1rem}.decision-card__btn--primary{width:100%;height:48px;font-size:1rem}@media (max-width:640px){.decision-card__actions{flex-direction:column}.decision-card__btn{width:100%}.decision-card__link--secondary{font-size:.875rem;margin-top:1rem}.decision-card__link--tertiary{margin-top:.75rem}.decision-card__actions--error{flex-direction:column}}.strategy-control-card__better-strategy{margin:1rem 0;padding:.875rem 1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #10b981;border-left-width:4px;border-radius:8px;animation:better-strategy-enter .4s ease-out;position:relative;overflow:hidden}.strategy-control-card__better-strategy:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#10b981,#34d399 50%,#10b981);animation:better-strategy-shimmer 2s ease-in-out infinite}@keyframes better-strategy-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes better-strategy-shimmer{0%,to{background-position:-100% 0}50%{background-position:200% 0}}.strategy-control-card__better-strategy-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.strategy-control-card__better-strategy-icon{font-size:1.125rem;animation:sparkle-pulse 1.5s ease-in-out infinite}@keyframes sparkle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.85}}.strategy-control-card__better-strategy-title{font-size:.875rem;font-weight:700;color:#047857;text-transform:uppercase;letter-spacing:.03em}.strategy-control-card__better-strategy-body{margin-bottom:.75rem}.strategy-control-card__fill-bucket-opportunity{margin-top:.5rem;padding:.5rem .65rem;font-size:.8125rem;font-weight:600;line-height:1.4;color:#0f766e;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px}.strategy-control-card__fill-bucket-opportunity--active-card{margin-top:.65rem}.strategy-control-card__better-strategy-message{font-size:.9375rem;color:#065f46;line-height:1.5}.strategy-control-card__better-strategy-message strong{color:#047857;font-weight:600}.strategy-control-card__better-strategy-gain{font-weight:700;color:#059669;font-size:1rem;background:linear-gradient(90deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.strategy-control-card__better-strategy-current{font-size:.8125rem;color:#6b7280;margin-top:.375rem;font-style:italic}.strategy-control-card__better-strategy-actions{display:flex;gap:.625rem;flex-wrap:wrap}.strategy-control-card__better-strategy-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.strategy-control-card__better-strategy-btn--accept{background:linear-gradient(135deg,#059669,#10b981);color:white;box-shadow:0 2px 6px rgba(16,185,129,.3)}.strategy-control-card__better-strategy-btn--accept:hover{background:linear-gradient(135deg,#047857,#059669);box-shadow:0 3px 10px rgba(16,185,129,.4);transform:translateY(-1px)}.strategy-control-card__better-strategy-btn--accept:active{transform:translateY(0)}@media (prefers-reduced-motion:no-preference){.strategy-control-card__better-strategy-btn--accept.strategy-control-card__better-strategy-btn--attention{animation:btn-accept-attention-pulse 2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(16,185,129,.5)}.strategy-control-card__better-strategy-btn--accept.strategy-control-card__better-strategy-btn--attention:hover{animation:none;box-shadow:0 4px 12px rgba(16,185,129,.45)}}@keyframes btn-accept-attention-pulse{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.5)}50%{box-shadow:0 0 0 8px rgba(16,185,129,0)}}.strategy-control-card__better-strategy-btn--dismiss{background:white;color:#6b7280;border:1px solid #d1d5db}.strategy-control-card__better-strategy-btn--dismiss:hover{background:#f9fafb;color:#4b5563;border-color:#9ca3af}.better-strategy-nudge{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #10b981;border-radius:8px;margin-bottom:1rem;animation:nudge-slide-in .4s ease-out}@keyframes nudge-slide-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.better-strategy-nudge__content{display:flex;align-items:flex-start;gap:.75rem;flex:1 1;min-width:0}.better-strategy-nudge__text-block{display:flex;flex-direction:column;gap:.35rem;flex:1 1;min-width:0}.better-strategy-nudge__fill-bucket{font-size:.8125rem;font-weight:600;color:#047857;line-height:1.35}.better-strategy-nudge__icon{font-size:1.25rem;animation:sparkle-pulse 1.5s ease-in-out infinite}.better-strategy-nudge__text{font-size:.9375rem;color:#065f46}.better-strategy-nudge__text strong{color:#047857;font-weight:600}.better-strategy-nudge__gain{font-weight:700;color:#059669}.better-strategy-nudge__actions{display:flex;gap:.5rem;flex-shrink:0}.better-strategy-nudge__btn{padding:.5rem .875rem;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.better-strategy-nudge__btn--primary{background:#059669;color:white}.better-strategy-nudge__btn--primary:hover{background:#047857}.better-strategy-nudge__btn--secondary{background:white;color:#6b7280;border:1px solid #d1d5db}.better-strategy-nudge__btn--secondary:hover{background:#f9fafb;color:#4b5563}.better-strategy-nudge__close{background:none;border:none;color:#6b7280;font-size:1.25rem;cursor:pointer;padding:.25rem;margin-left:.5rem;line-height:1}.better-strategy-nudge__close:hover{color:#374151}@media (max-width:640px){.better-strategy-nudge{flex-direction:column;gap:.75rem;align-items:flex-start}.better-strategy-nudge__actions{width:100%;justify-content:flex-end}.strategy-control-card__better-strategy-actions{flex-direction:column}.strategy-control-card__better-strategy-btn{width:100%}}.strategy-control-card__guardrail-badge-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.45rem .65rem;border-bottom:1px solid #f1f5f9}.strategy-control-card__guardrail-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:6px;font-size:.72rem;font-weight:600;white-space:nowrap}.strategy-control-card__guardrail-chip--active{background:#dcfce7;color:#166534}.strategy-control-card__guardrail-chip--off{background:#fef3c7;color:#92400e}.strategy-control-card__guardrail-chip-icon{font-size:.85rem;line-height:1}.strategy-control-card__guardrail-chip-text{font-size:.72rem}.strategy-control-card__guardrail-tradeoff-body{margin-top:.45rem;padding:.5rem .65rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.strategy-control-card__guardrail-tradeoff-row{display:flex;justify-content:space-between;align-items:center;padding:.2rem 0;font-size:.75rem}.strategy-control-card__guardrail-tradeoff-label{color:#64748b}.strategy-control-card__guardrail-tradeoff-value{font-weight:600;color:#1e293b}.strategy-control-card__guardrail-tradeoff-value--warn{color:#dc2626}.strategy-control-card__guardrail-tradeoff-note{font-size:.7rem;color:#64748b;line-height:1.4;margin:.4rem 0 .35rem}.strategy-control-card__guardrail-toggle-btn{display:inline-block;padding:.25rem .65rem;font-size:.72rem;font-weight:600;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#2563eb;cursor:pointer;transition:all .15s ease}.strategy-control-card__guardrail-toggle-btn:hover{background:#eff6ff;border-color:#93c5fd}.strategy-control-card__guardrail-opportunity{margin-top:.75rem;padding:.85rem 1rem;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #93c5fd;border-radius:.5rem;animation:better-strategy-enter .4s ease-out}.strategy-control-card__guardrail-opportunity--auto{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-color:#86efac}.strategy-control-card__guardrail-opportunity-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem}.strategy-control-card__guardrail-opportunity-icon{font-size:1rem;line-height:1}.strategy-control-card__guardrail-opportunity-title{font-size:.82rem;font-weight:600;color:#1e3a5f}.strategy-control-card__guardrail-opportunity-body{margin-bottom:.65rem}.strategy-control-card__guardrail-opportunity-msg{font-size:.8rem;line-height:1.55;color:#334155;margin:0}.strategy-control-card__guardrail-opportunity-gain{font-weight:700;color:#166534}.strategy-control-card__guardrail-opportunity-actions{display:flex;gap:.5rem;flex-wrap:wrap}.action-plan-card{background:#ffffff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:visible;margin-top:1.5rem;padding:1.5rem 1.75rem;position:relative}.action-plan-card__header{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;padding-bottom:.875rem;border-bottom:2px solid #1e3a5f;flex-wrap:wrap}.action-plan-card__flag{font-size:1.25rem;filter:hue-rotate(200deg) saturate(1.5)}.action-plan-card__title{font-size:1.15rem;font-weight:700;color:#1e3a5f;margin:0;letter-spacing:-.02em}.action-plan-card__subtitle{font-size:.85rem;color:#6b7280;margin-left:auto}.action-plan-card__complete-profile-nudge{margin-bottom:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px}.action-plan-card__complete-profile-message{margin:0 0 .75rem;font-size:.9375rem;color:#92400e;line-height:1.45}.action-plan-card__complete-profile-cta{display:inline-block;padding:.5rem 1rem;background:#ea580c;color:#fff;font-weight:600;font-size:.875rem;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.action-plan-card__complete-profile-cta:hover{background:#c2410c;color:#fff}.action-plan-card__years{display:flex;flex-direction:column;gap:.5rem}.action-plan-card__year{background:#f8fafc;border-radius:10px;overflow:visible;border-left:3px solid #cbd5e1;transition:border-color .2s,background-color .2s}.action-plan-card__year--first{border-left-color:#10b981}.action-plan-card__year--expanded{background:#f0fdf4;border-left-color:#10b981}.action-plan-card__year:not(.action-plan-card__year--first):not(.action-plan-card__year--expanded){border-left-color:#e2e8f0}.action-plan-card__year:hover{background:#f1f5f9}.action-plan-card__year--expanded:hover{background:#f0fdf4}.action-plan-card__year-header{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left}.action-plan-card__year-chevron{color:#64748b;display:flex;align-items:center;flex-shrink:0}.action-plan-card__year-chevron svg{width:14px;height:14px}.action-plan-card__year-label{font-size:.875rem;font-weight:600;color:#1e293b}.action-plan-card__year-age{font-size:.7rem;color:#64748b;padding:.1rem .4rem;background:#e2e8f0;border-radius:4px}.action-plan-card__year-badge{font-size:.575rem;text-transform:uppercase;letter-spacing:.5px;font-weight:700;color:#059669;padding:.1rem .4rem;background:#d1fae5;border-radius:4px}.action-plan-card__year-preview{font-size:.75rem;color:#64748b;margin-left:auto;font-weight:400;flex-shrink:0;padding-left:.5rem}.action-plan-card__year-content{padding:0 1rem .875rem 2.25rem}.action-plan-card__constraint-insight{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.875rem;padding:.625rem .75rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;font-size:.8125rem}.action-plan-card__constraint-insight-icon{flex-shrink:0;font-size:1rem}.action-plan-card__constraint-insight-body{flex:1 1;min-width:0}.action-plan-card__constraint-insight-text{margin:0 0 .5rem;color:#1e40af;line-height:1.4}.action-plan-card__constraint-insight-cta{display:inline-block;font-weight:600;font-size:.8125rem;color:#1d4ed8;text-decoration:none;margin-top:.25rem}.action-plan-card__constraint-insight-cta:hover{text-decoration:underline;color:#1e40af}.action-plan-card__constraint-insight--irmaa{background:#fefce8;border-color:#fde047}.action-plan-card__constraint-insight--irmaa .action-plan-card__constraint-insight-text{color:#854d0e}.action-plan-card__irmaa-toggle{background:none;border:none;padding:0;margin-top:.375rem;font-size:.775rem;font-weight:600;color:#92400e;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.action-plan-card__irmaa-toggle:hover{color:#78350f}.action-plan-card__irmaa-advisory{margin-top:.75rem;padding:.875rem 1rem;background:#fff;border:1px solid #fde047;border-radius:8px;display:flex;flex-direction:column;gap:.625rem}.action-plan-card__irmaa-qa{display:flex;flex-direction:column;gap:.3rem;padding:.6rem .75rem;background:#fefce8;border:1px solid #fde68a;border-radius:6px}.action-plan-card__irmaa-q{font-size:.75rem;font-weight:700;color:#78350f;line-height:1.4}.action-plan-card__irmaa-a{font-size:.8rem;color:#44403c;line-height:1.55}.action-plan-card__irmaa-a strong{color:#1c1917}.action-plan-card__irmaa-footnote{display:inline;font-size:.72rem;color:#78716c;font-style:italic}.action-plan-card__irmaa-recommendation{padding:.625rem .75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px}.action-plan-card__irmaa-recommendation--opportunity{background:#ecfdf5;border-color:#6ee7b7}.action-plan-card__irmaa-recommendation--wait{background:#fffbeb;border-color:#fcd34d}.action-plan-card__irmaa-recommendation--neutral{background:#f8fafc;border-color:#cbd5e1}.action-plan-card__irmaa-rec-label{display:block;font-size:.75rem;font-weight:700;color:#166534;margin-bottom:.3rem}.action-plan-card__irmaa-recommendation--wait .action-plan-card__irmaa-rec-label{color:#92400e}.action-plan-card__irmaa-recommendation--neutral .action-plan-card__irmaa-rec-label{color:#334155}.action-plan-card__irmaa-recommendation p{margin:0;font-size:.8rem;color:#166534;line-height:1.5}.action-plan-card__irmaa-recommendation--wait p{color:#78350f}.action-plan-card__irmaa-recommendation--neutral p{color:#334155}.action-plan-card__irmaa-recommendation p strong{color:inherit}.action-plan-card__irmaa-caveats{margin:.4rem 0 .4rem 1.1rem;padding:0;font-size:.78rem;line-height:1.5;color:#166534}.action-plan-card__irmaa-caveats li{margin-bottom:.2rem}.action-plan-card__actions{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.action-plan-card__action{display:flex;align-items:flex-start;gap:.5rem;border-radius:6px;padding:.375rem .5rem;border-left:3px solid transparent}.action-plan-card__action--withdraw{border-left-color:#3b82f6;background:#eff6ff}.action-plan-card__action--roth{border-left-color:#7c3aed;background:#faf5ff}.action-plan-card__action-icon{flex-shrink:0;width:14px;height:14px;margin-top:.2rem;display:flex;align-items:center;justify-content:center}.action-plan-card__action-icon svg{width:14px;height:14px}.action-plan-card__action--withdraw .action-plan-card__action-icon{color:#3b82f6}.action-plan-card__action--roth .action-plan-card__action-icon{color:#7c3aed}.action-plan-card__action--roth .action-plan-card__action-text{color:#5b21b6;font-weight:500}.action-plan-card__roth-tax{display:block;margin-top:.125rem;font-size:.725rem;color:#6d28d9;font-weight:400;opacity:.8}.action-plan-card__roth-tax-note{display:block;font-size:.7rem;color:#6b7280;font-weight:400;font-style:italic;margin-top:.125rem;padding-left:0}.action-plan-card__tax-source-warning{display:flex;align-items:flex-start;gap:.3rem;font-size:.725rem;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:4px;padding:.25rem .375rem;margin-top:.375rem;line-height:1.4}.action-plan-card__tax-source-warning-icon{flex-shrink:0;font-size:.7rem;margin-top:.05rem}.action-plan-card__action-text{font-size:.825rem;color:#374151;line-height:1.5;flex:1 1;min-width:0}.action-plan-card__no-actions{font-size:.8rem;color:#9ca3af;font-style:italic;margin:0}.action-plan-card__cash-section{margin-top:.75rem}.action-plan-card__cash-header{display:flex;align-items:center;gap:.25rem;margin-bottom:.375rem}.action-plan-card__cash-section-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#94a3b8}.action-plan-card__cash-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.action-plan-card__cash-col{padding:.5rem .625rem;display:flex;flex-direction:column;gap:.125rem}.action-plan-card__cash-col+.action-plan-card__cash-col{border-left:1px solid #e2e8f0}.action-plan-card__cash-col--start{background:#f8fafc}.action-plan-card__cash-col--in{background:#f0fdf4}.action-plan-card__cash-col--out{background:#fff5f5}.action-plan-card__cash-col--end{background:#f8fafc}.action-plan-card__cash-col-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600;cursor:help}.action-plan-card__cash-col-value{font-size:.8125rem;font-weight:700;color:#374151}.action-plan-card__cash-col-value--positive{color:#059669}.action-plan-card__cash-col-value--negative{color:#dc2626}.action-plan-card__cash-funding-note{margin:.375rem 0 0;font-size:.7rem;color:#64748b}.action-plan-card__cash-note{width:100%;margin:.25rem 0 0;font-size:.7rem;color:#64748b;font-weight:400}.action-plan-card__cash-change--positive{color:#059669}.action-plan-card__cash-change--negative{color:#dc2626}.action-plan-card__cash-balance{color:#64748b}.action-plan-card__cash-detail{color:#94a3b8;font-size:.7rem}.action-plan-card__cash-info-wrap{position:relative;display:inline-flex;align-items:center;margin-left:.25rem}.action-plan-card__cash-info-btn{display:inline-flex;align-items:center;justify-content:center;padding:.125rem;margin:0;background:none;border:none;border-radius:50%;cursor:pointer;color:#64748b;transition:color .15s,background .15s}.action-plan-card__cash-info-btn:hover{color:#3b82f6;background:rgba(59,130,246,.1)}.action-plan-card__cash-info-icon{width:1rem;height:1rem;flex-shrink:0}.action-plan-card__cash-info-popover{position:absolute;left:0;bottom:100%;margin-bottom:.375rem;padding:.75rem 1.75rem .75rem .875rem;min-width:280px;max-width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.12);font-size:.8rem;line-height:1.45;color:#374151;z-index:20;text-align:left}.action-plan-card__cash-info-popover:after{content:"";position:absolute;top:100%;left:1.25rem;border:6px solid transparent;border-top-color:#fff}.action-plan-card__cash-info-title{margin:0 0 .5rem;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.action-plan-card__cash-info-minmax{display:flex;gap:1rem;margin:0 0 .625rem;padding:.5rem .625rem;background:#e0f2fe;border:1px solid #bae6fd;border-radius:6px;font-size:.875rem;font-weight:700;color:#0c4a6e}.action-plan-card__cash-info-text{margin:0 0 .5rem;font-size:.8rem;color:#374151}.action-plan-card__cash-info-max,.action-plan-card__cash-info-min{white-space:nowrap}.action-plan-card__cash-info-hint{margin:0 0 .5rem;color:#64748b;font-size:.75rem}.action-plan-card__cash-info-link{display:inline-block;color:#3b82f6;font-weight:500;text-decoration:none;font-size:.8rem}.action-plan-card__cash-info-link:hover{text-decoration:underline}.action-plan-card__cash-info-close{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#94a3b8;font-size:1.25rem;line-height:1;cursor:pointer;border-radius:4px}.action-plan-card__cash-info-close:hover{color:#64748b;background:#f1f5f9}.action-plan-card__year-cal{font-size:.7rem;color:#94a3b8;font-weight:500}.action-plan-card__tax-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.75rem;padding-top:.625rem;border-top:1px dashed #e2e8f0}.action-plan-card__tax-chip{display:flex;flex-direction:column;padding:.3rem .625rem;border-radius:6px;cursor:default}.action-plan-card__tax-chip-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#94a3b8}.action-plan-card__tax-chip-value{font-size:.875rem;font-weight:700;letter-spacing:0;margin-top:.0625rem}.action-plan-card__tax-chip--total{background:#fef2f2}.action-plan-card__tax-chip--total .action-plan-card__tax-chip-value{color:#dc2626}.action-plan-card__tax-chip--bracket{background:#eff6ff}.action-plan-card__tax-chip--bracket .action-plan-card__tax-chip-value{color:#2563eb}.action-plan-card__tax-chip--effective{background:#f8fafc}.action-plan-card__tax-chip--effective .action-plan-card__tax-chip-value{color:#475569}.action-plan-card__tax-chip--fill-bucket{background:#f0fdf4}.action-plan-card__tax-chip--fill-bucket .action-plan-card__tax-chip-value{color:#16a34a}.action-plan-card__tax-chips-note{width:100%;font-size:.65rem;color:#94a3b8;margin:.125rem 0 0;line-height:1.4}.action-plan-card__year-summary{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e2e8f0}.action-plan-card__year-summary-tax-line{display:flex;gap:1rem}.action-plan-card__year-summary-tax-note{font-size:.65rem;color:#64748b;margin:.2rem 0 0;line-height:1.35}.action-plan-card__summary-item{font-size:.7rem;color:#64748b}.action-plan-card__summary-item--tax{color:#dc2626}.action-plan-card__summary-item--muted{color:#94a3b8;font-size:.65rem}.action-plan-card__tip{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:.625rem .875rem;border-radius:8px;margin-top:1rem}.action-plan-card__tip-icon{font-size:1rem;flex-shrink:0}.action-plan-card__tip-text{font-size:.8rem;color:#065f46}.action-plan-card__tip-text strong{font-weight:600}.action-plan-card__link{display:inline-block;margin-top:.875rem;padding:0;font-size:.8rem;color:#3b82f6;text-decoration:none;font-weight:500;background:none;border:none;cursor:pointer;transition:color .15s}.action-plan-card__link:hover{color:#1d4ed8;text-decoration:underline}.action-plan-card__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.action-plan-card__spinner{width:22px;height:22px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:action-plan-spin .8s linear infinite}@keyframes action-plan-spin{to{transform:rotate(1turn)}}@media (max-width:640px){.action-plan-card{border-radius:16px;padding:1.25rem;margin-top:1rem}.action-plan-card__header{margin-bottom:1rem;padding-bottom:.625rem;flex-direction:column;align-items:flex-start;gap:.25rem}.action-plan-card__subtitle{margin-left:1.75rem;font-size:.8rem}.action-plan-card__flag{font-size:1.1rem}.action-plan-card__title{font-size:1rem}.action-plan-card__years{gap:.375rem}.action-plan-card__year-header{padding:.625rem .75rem}.action-plan-card__year-content{padding:0 .75rem .75rem 1.75rem}.action-plan-card__action-text{font-size:.775rem}.action-plan-card__year-preview{font-size:.7rem;max-width:130px;text-align:right}.action-plan-card__cash-grid{grid-template-columns:1fr 1fr}.action-plan-card__cash-col--end{border-top:1px solid #e2e8f0}.action-plan-card__tax-chips{gap:.25rem}.action-plan-card__tax-chip-value{font-size:.8rem}.action-plan-card__year-summary{flex-wrap:wrap;gap:.5rem}}