.btn-primary{background:var(--blue);color:var(--white);border:none;border-radius:var(--radius-md);padding:10px 20px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:background .15s,transform .1s;display:inline-flex;align-items:center;gap:7px;width:100%;justify-content:center}.btn-primary:hover{background:var(--blue-dark)}.btn-primary:active{transform:scale(.98)}.btn-ghost{background:var(--white);color:var(--gray-600);border:1px solid var(--border-md);border-radius:var(--radius-md);padding:9px 16px;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font-body);transition:all .15s;display:inline-flex;align-items:center;gap:6px}.btn-ghost:hover{background:var(--gray-50);border-color:var(--gray-200)}.data-table{box-shadow:var(--shadow-card)}.data-table-row{transition:background .12s;cursor:pointer}.dash-nav-items{display:flex;gap:2px;align-items:center}.dash-nav-item{padding:6px 14px;border-radius:var(--radius-md);font-size:13px;color:var(--gray-400);cursor:pointer;transition:all .15s;font-weight:500}.dash-nav-item:hover{color:var(--gray-900);background:var(--gray-100)}.avatar,.dash-nav-item.active{color:var(--blue-dark);background:var(--blue-light)}.avatar{width:32px;height:32px;border-radius:50%;align-items:center;justify-content:center;font-weight:600;font-family:var(--font-display)}.avatar,.info-strip{display:flex;font-size:12px}.info-strip{border-radius:var(--radius-md);padding:10px 13px;align-items:flex-start;gap:8px;line-height:1.5}.info-strip.green{background:var(--green-light);color:var(--green-dark);border:1px solid var(--green-mid)}.info-strip.amber{background:var(--amber-light);color:var(--amber-dark);border:1px solid var(--amber-mid)}.info-strip.blue{background:var(--blue-light);color:var(--blue-dark);border:1px solid var(--blue-mid)}.fd-body{padding:22px 32px}.preview-nudge{display:flex;align-items:center;gap:12px;background:var(--blue-light);border:1px dashed var(--blue-mid);border-radius:var(--radius-lg);padding:11px 16px;margin-bottom:14px;cursor:pointer;transition:all .15s ease}.preview-nudge:hover{background:var(--white);border-style:solid;box-shadow:var(--shadow-card)}.preview-nudge-icon{width:30px;height:30px;border-radius:8px;flex-shrink:0;background:var(--white);color:var(--blue-dark);display:flex;align-items:center;justify-content:center;font-size:13px}.preview-nudge-text{flex:1;font-size:12.5px;color:var(--blue-deep);line-height:1.5}.preview-nudge-cta{font-size:12px;font-weight:600;color:var(--blue-dark);white-space:nowrap}.fd-grid{display:grid;grid-template-columns:2.1fr 1fr;gap:16px;margin-bottom:16px}.fd-task-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:18px 20px}.fd-task-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--border)}.fd-task-item:last-child{border-bottom:none}.fd-task-check{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px}.fd-section-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.fd-section-tile{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;transition:box-shadow .15s}.fd-section-tile:hover{box-shadow:var(--shadow-lg)}.fd-section-head{padding:12px 16px;color:var(--white)}.fd-section-head-title{font-size:13.5px;font-weight:700;font-family:var(--font-display)}.fd-section-head-sub{font-size:10.5px;opacity:.85;margin-top:1px}.fd-section-body{padding:12px 16px}.fd-section-tile.pillar-locked{opacity:.92}.fd-section-tile.pillar-locked .fd-section-head{filter:grayscale(55%) brightness(1.12)}.fd-section-tile.pillar-locked .fd-section-body{background:repeating-linear-gradient(135deg,var(--white),var(--white) 10px,var(--gray-50) 10px,var(--gray-50) 20px)}.fd-section-stat{font-family:var(--font-display);font-size:19px;font-weight:700;color:var(--gray-900);margin-bottom:2px}.fd-section-stat-label{font-size:10.5px;color:var(--gray-400);margin-bottom:10px}.fd-section-action{font-size:11px;font-weight:600;color:var(--blue);display:flex;align-items:center;gap:4px}.fd-insight-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px 18px}.fd-insight-row{display:flex;gap:11px;padding:9px 0;border-bottom:1px solid var(--border);align-items:flex-start}.fd-insight-row:last-child{border-bottom:none}.fd-insight-card-v2{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.fd-insight-card-v2-head{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.fd-insight-card-v2-title{font-family:var(--font-display);font-size:13.5px;font-weight:700;color:var(--gray-900)}.fd-insight-row-v2{display:flex;gap:12px;padding:11px 16px;border-bottom:1px solid var(--border);align-items:flex-start;cursor:pointer;transition:background .12s}.fd-insight-row-v2:last-child{border-bottom:none}.fd-insight-row-v2:hover{background:var(--gray-50)}.fd-insight-row-v2-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:1px}.fd-insight-row-v2-body{flex:1;min-width:0}.fd-insight-row-v2-title{font-size:12.5px;font-weight:600;color:var(--gray-900);margin-bottom:1px}.fd-insight-row-v2-sub{font-size:11.5px;color:var(--gray-500)}.fd-insight-row-v2-arrow{color:var(--gray-300);font-size:11px;margin-top:4px}.fd-task-card-v2{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.fd-task-card-v2-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.fd-task-card-v2-title{font-family:var(--font-display);font-size:13.5px;font-weight:700;color:var(--gray-900)}.fd-task-item-v2{display:flex;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border);align-items:flex-start}.fd-task-item-v2:last-child{border-bottom:none}.fd-task-check-v2{width:18px;height:18px;border-radius:50%;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:10px}.fd-task-item-v2-title{font-size:12.5px;font-weight:600;color:var(--gray-900);margin-bottom:2px}.fd-task-item-v2-sub{font-size:11.5px;color:var(--gray-500)}.fd-task-empty{padding:24px 18px;text-align:center;color:var(--gray-300);font-size:13px}.notif-toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:var(--gray-900);color:var(--white);font-size:13px;font-weight:500;padding:11px 20px;border-radius:30px;box-shadow:0 6px 24px rgba(0,0,0,.28)}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(28,28,26,.52);z-index:1000;align-items:center;justify-content:center;padding:28px;backdrop-filter:blur(2px)}.modal-box,.modal-overlay.open{display:flex}.modal-box{background:var(--white);border-radius:var(--radius-xl);box-shadow:0 20px 60px rgba(0,0,0,.28);width:100%;max-height:92vh;flex-direction:column;overflow:hidden;animation:modalIn .18s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-box.size-md{max-width:640px}.modal-box.size-lg{max-width:920px}.modal-box.size-xl{max-width:1120px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 26px;border-bottom:1px solid var(--border);flex-shrink:0}.modal-head-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--gray-900)}.modal-head-sub{font-size:12px;color:var(--gray-400);margin-top:2px}.modal-close{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-400);cursor:pointer;background:var(--gray-50);border:none;font-size:13px;flex-shrink:0;transition:background .15s}.modal-close:hover{background:var(--gray-100);color:var(--gray-900)}.modal-box>form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.modal-body{padding:24px 26px;overflow-y:auto;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch}.modal-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 26px;border-top:1px solid var(--border);background:var(--gray-50);flex-shrink:0}.dna-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.dna-summary-tile{border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;background:var(--gray-50)}.dna-summary-label{font-size:10.5px;color:var(--gray-400);font-weight:500;margin-bottom:5px}.dna-summary-value{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--gray-900)}.dna-tabs{display:flex;gap:6px;margin-bottom:16px;border-bottom:1px solid var(--border)}.dna-tab{padding:9px 4px;font-size:12.5px;font-weight:600;color:var(--gray-400);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;margin-right:18px}.dna-tab.active{color:var(--blue-dark);border-bottom-color:var(--blue)}.month-coverage-strip{display:flex;gap:4px;margin-bottom:18px}.month-chip{flex:1;text-align:center;padding:7px 2px;border-radius:var(--radius-sm);font-size:10.5px;font-weight:600}.month-chip.have{background:var(--green-light);color:var(--green-dark)}.month-chip.missing{background:var(--red-light);color:var(--red-dark);border:1px dashed var(--red-mid);cursor:pointer}.dna-bar-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border)}.dna-bar-row:last-child{border-bottom:none}.dna-bar-track{flex:1;height:8px;background:var(--gray-100);border-radius:4px;overflow:hidden}.dna-bar-fill{height:100%;border-radius:4px}.budget-line-row{display:grid;grid-template-columns:1.8fr 1fr 1fr 90px;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--border)}.budget-line-row:last-child{border-bottom:none}.budget-line-row.add-new{background:var(--blue-light);border-radius:var(--radius-md);padding:9px 10px;margin-top:6px;border-bottom:none}.v17-hello{background:linear-gradient(135deg,#0c447c,#185fa5 60%,#378add);color:var(--white);border-radius:var(--radius-xl);padding:22px 26px;margin:14px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 6px 24px rgba(12,68,124,.18)}.v17-hello-eyebrow{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#bfe0ff;margin-bottom:6px}.v17-hello-title{font-family:var(--font-display);font-size:22px;font-weight:700;line-height:1.25;letter-spacing:-.3px;margin-bottom:8px}.v17-hello-sub{font-size:13px;color:hsla(0,0%,100%,.85);line-height:1.55;max-width:640px}.v17-hello-sub b{color:var(--white);font-weight:600}.v17-hello-right{display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:var(--radius-lg);padding:10px 14px;flex-shrink:0}.v17-score-ring{position:relative;width:64px;height:64px}.v17-score-val{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--white)}.v17-score-val span{font-size:9px;color:hsla(0,0%,100%,.6);margin-left:1px;font-weight:500}.v17-score-label{font-size:11.5px;color:hsla(0,0%,100%,.75);font-weight:500}.v17-score-delta{font-size:12.5px;color:#c6f0c6;font-weight:600;margin-top:2px}.v17-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.v17-kpi{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px 12px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden;transition:transform .12s,box-shadow .12s}.v17-kpi:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.v17-kpi-label{font-size:11.5px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em}.v17-kpi-value{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--gray-900);line-height:1.1;letter-spacing:-.3px}.v17-kpi-suffix{font-size:12px;font-weight:500;color:var(--gray-400);margin-left:3px}.v17-kpi-delta{font-size:11.5px;font-weight:600;display:flex;align-items:center;gap:5px}.v17-kpi-delta.up{color:var(--green-dark)}.v17-kpi-delta.warn{color:var(--amber-dark)}.v17-kpi-bar{height:5px;background:var(--gray-100);border-radius:3px;overflow:hidden;margin-top:2px}.v17-kpi-bar span{display:block;height:100%;border-radius:3px}.v17-kpi-foot{font-size:11px;color:var(--gray-400)}.v17-kpi-goals{display:flex;gap:5px;margin-top:2px}.v17-kpi-goals .dot{width:12px;height:12px;border-radius:50%}.v17-kpi-goals .dot.ok{background:var(--green)}.v17-kpi-goals .dot.warn{background:var(--amber)}.v17-kpi-primary{background:linear-gradient(135deg,#185fa5,#378add);color:var(--white);border-color:transparent}.v17-kpi-primary .v17-kpi-label{color:hsla(0,0%,100%,.75)}.v17-kpi-primary .v17-kpi-value{color:var(--white)}.v17-kpi-primary .v17-kpi-delta{color:#c6f0c6}.v17-spark{width:100%;height:32px;margin-top:auto;display:block}.v17-action-center{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden;margin-bottom:16px}.v17-ac-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);gap:14px;flex-wrap:wrap}.v17-ac-title{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--gray-900)}.v17-ac-sub{font-size:11.5px;color:var(--gray-400);margin-top:2px}.v17-ac-tabs{display:flex;gap:4px;background:var(--gray-50);border:1px solid var(--border);border-radius:8px;padding:3px}.v17-ac-tab{border:none;background:transparent;font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--gray-400);padding:6px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px}.v17-ac-tab.active{background:var(--white);color:var(--gray-900);box-shadow:0 1px 3px rgba(0,0,0,.08)}.v17-tab-count{background:var(--gray-100);color:var(--gray-600);font-size:10px;padding:1px 6px;border-radius:8px;font-weight:700}.v17-ac-tab.active .v17-tab-count{background:var(--blue-light);color:var(--blue-dark)}.v17-ac-grid{display:grid;grid-template-columns:1fr 260px;gap:0}.v17-ac-feed{padding:12px 12px 14px;display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--border)}.v17-feed-item{position:relative;display:grid;grid-template-columns:40px 1fr auto;gap:12px;padding:12px 14px 12px 18px;border-radius:var(--radius-lg);background:var(--gray-50);border:1px solid transparent;transition:background .12s,border-color .12s,transform .12s,box-shadow .12s;cursor:pointer;align-items:flex-start;overflow:hidden}.v17-feed-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:var(--radius-lg) 0 0 var(--radius-lg);background:var(--insight-accent,var(--ma-slate-teal))}.v17-feed-item:hover{background:var(--insight-bg-hover,var(--white));border-color:var(--insight-border,var(--border));transform:translateX(2px);box-shadow:var(--shadow-card)}.v17-insight-update{--insight-accent:linear-gradient(180deg,#379bb5,#29f1f3);--insight-bg:linear-gradient(135deg,#f3ffff,#e4f7f8);--insight-bg-hover:linear-gradient(135deg,#fff,#eefafb);--insight-border:rgba(55,155,181,.28)}.v17-insight-benchmark,.v17-insight-update{background:var(--insight-bg);border-color:var(--insight-border)}.v17-insight-benchmark{--insight-accent:linear-gradient(180deg,#003c4c,#379bb5);--insight-bg:linear-gradient(135deg,#eef8fa,#e0f0f4);--insight-bg-hover:linear-gradient(135deg,#f8feff,#e8f4f7);--insight-border:rgba(0,60,76,.18)}.v17-insight-encourage{--insight-accent:linear-gradient(180deg,#0d8a5f,#3ecf8e);--insight-bg:linear-gradient(135deg,#edf9f2,#dff5ea);--insight-bg-hover:linear-gradient(135deg,#f6fdf9,#e8f7ef);--insight-border:rgba(13,138,95,.22)}.v17-insight-encourage,.v17-insight-validate{background:var(--insight-bg);border-color:var(--insight-border)}.v17-insight-validate{--insight-accent:linear-gradient(180deg,#ef9f27,#fac775);--insight-bg:linear-gradient(135deg,#fff8eb,#faeeda);--insight-bg-hover:linear-gradient(135deg,#fffcf5,#fdf3e0);--insight-border:rgba(239,159,39,.28)}.v17-insight-improve{--insight-accent:linear-gradient(180deg,#e24b4a,#f7a0a0);--insight-bg:linear-gradient(135deg,#fff5f5,#fcebeb);--insight-bg-hover:linear-gradient(135deg,snow,#fdeeee);--insight-border:rgba(226,75,74,.22)}.v17-insight-build,.v17-insight-improve{background:var(--insight-bg);border-color:var(--insight-border)}.v17-insight-build{--insight-accent:linear-gradient(180deg,#5b4fc7,#29f1f3);--insight-bg:linear-gradient(135deg,#f4f2ff,#e8f8ff);--insight-bg-hover:linear-gradient(135deg,#faf9ff,#eef9ff);--insight-border:rgba(91,79,199,.2)}.v17-type-pill{font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:20px}.v17-type-pill.update{background:rgba(55,155,181,.16);color:#005a6b}.v17-type-pill.benchmark{background:rgba(0,60,76,.1);color:#003c4c}.v17-type-pill.encourage{background:rgba(13,138,95,.14);color:#0a6b4a}.v17-type-pill.validate{background:rgba(239,159,39,.18);color:#854f0b}.v17-type-pill.improve{background:rgba(226,75,74,.14);color:#a32d2d}.v17-type-pill.build{background:rgba(91,79,199,.14);color:#4338a8}.v17-feed-marker{width:38px;height:38px;border-radius:10px;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;box-shadow:0 2px 8px rgba(0,60,76,.12)}.v17-feed-marker.insight-marker-update{background:linear-gradient(135deg,#379bb5,#29f1f3)}.v17-feed-marker.insight-marker-benchmark{background:linear-gradient(135deg,#003c4c,#379bb5)}.v17-feed-marker.insight-marker-encourage{background:linear-gradient(135deg,#0d8a5f,#3ecf8e)}.v17-feed-marker.insight-marker-validate{background:linear-gradient(135deg,#ef9f27,#e8b84a);color:#5c3d08}.v17-feed-marker.insight-marker-improve{background:linear-gradient(135deg,#e24b4a,#f08080)}.v17-feed-marker.insight-marker-build{background:linear-gradient(135deg,#5b4fc7,#379bb5)}.v17-feed-body{min-width:0}.v17-feed-top{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.v17-prio-pill{font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:20px}.v17-prio-pill.high{background:var(--red);color:var(--white)}.v17-prio-pill.med{background:var(--amber);color:var(--white)}.v17-prio-pill.low{background:var(--blue-light);color:var(--blue-dark);border:1px solid var(--blue-mid)}.v17-feed-meta{font-size:10.5px;color:var(--gray-400);font-weight:500;display:flex;align-items:center;gap:4px}.v17-feed-title{font-family:var(--font-display);font-size:13.5px;font-weight:700;color:var(--gray-900);margin-bottom:3px;letter-spacing:-.1px}.v17-feed-sub{font-size:12px;color:var(--gray-600);line-height:1.5;margin-bottom:8px}.v17-feed-sub b{color:var(--gray-900);font-weight:600}.v17-feed-actions{display:flex;gap:6px;flex-wrap:wrap}.v17-feed-btn{font-family:var(--font-body);font-size:11.5px;font-weight:600;padding:6px 12px;border-radius:6px;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:5px}.v17-feed-btn.primary{background:var(--gray-900);color:var(--white)}.v17-feed-btn.primary:hover{background:var(--blue-dark)}.v17-feed-btn.ghost{background:transparent;color:var(--gray-600);border:1px solid var(--border-md)}.v17-feed-value{text-align:right;flex-shrink:0;background:var(--white);border:1px solid var(--border);border-radius:8px;padding:6px 10px}.v17-feed-value-lbl{font-size:9.5px;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.v17-feed-value-num{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--green-dark)}.v17-feed-value.red .v17-feed-value-num{color:var(--red-dark)}.v17-insight-update .v17-feed-btn.primary{background:linear-gradient(120deg,#005a6b,#379bb5)}.v17-insight-benchmark .v17-feed-btn.primary{background:linear-gradient(120deg,#002a36,#003c4c)}.v17-insight-encourage .v17-feed-btn.primary{background:linear-gradient(120deg,#0a6b4a,#0d8a5f)}.v17-insight-validate .v17-feed-btn.primary{background:linear-gradient(120deg,#854f0b,#ef9f27)}.v17-insight-improve .v17-feed-btn.primary{background:linear-gradient(120deg,#a32d2d,#e24b4a)}.v17-insight-build .v17-feed-btn.primary{background:linear-gradient(120deg,#4338a8,#5b4fc7)}.v17-feed-more{background:var(--white);border:1.5px dashed var(--border-md);color:var(--blue-dark);font-size:12px;font-weight:700;padding:10px;border-radius:8px;cursor:pointer;font-family:var(--font-body);margin-top:4px;width:100%}.v17-feed-more:hover{background:var(--blue-light);border-color:var(--blue)}.v17-pac-empty{padding:18px 18px 16px;min-height:315px;display:flex;flex-direction:column;justify-content:center}.v17-pac-empty-hero{display:flex;align-items:flex-start;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--border)}.v17-pac-empty-icon{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:17px}.v17-pac-empty-title{color:var(--gray-900);font-family:var(--font-display);font-size:14px;font-weight:700;margin-bottom:3px}.v17-pac-empty-copy{max-width:520px;color:var(--gray-500);font-size:12px;line-height:1.45}.v17-pac-empty-guide{display:grid;gap:10px;padding:14px 0}.v17-pac-empty-guide-row{display:flex;align-items:flex-start;gap:10px;color:var(--gray-500);font-size:11.5px;line-height:1.4}.v17-pac-empty-guide-row>i{width:25px;height:25px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:7px;background:var(--blue-light);color:var(--blue-dark);font-size:11px}.v17-pac-empty-guide-row b{display:block;color:var(--gray-700);font-size:11.5px}.v17-pac-empty-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:8px;padding:8px 12px;background:var(--blue-dark);color:var(--white);font-family:var(--font-body);font-size:11.5px;font-weight:700;cursor:pointer}.v17-pac-empty-cta:hover{background:var(--ma-deep-teal)}.v17-pac-empty-note{color:var(--gray-400);font-size:11px;line-height:1.4}.v17-ac-side{padding:14px;background:var(--gray-50);display:flex;flex-direction:column;gap:10px}.v17-side-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 14px}.v17-side-head{font-family:var(--font-display);font-size:12.5px;font-weight:700;color:var(--gray-900);margin-bottom:10px;display:flex;align-items:center;gap:6px}.v17-side-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.v17-side-list li{font-size:12px}.v17-side-list li,.v17-side-notif-btn{display:flex;gap:10px;align-items:flex-start}.v17-side-notif-btn{width:100%;background:var(--white);border:1px solid var(--border);border-radius:8px;padding:8px 10px;text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .12s}.v17-side-notif-btn:hover{border-color:var(--blue-mid);box-shadow:var(--shadow-card);transform:translateX(2px)}.v17-side-notif-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.v17-side-notif-dot.high{background:#e24b4a}.v17-side-notif-dot.medium{background:#ef9f27}.v17-side-notif-dot.low{background:#379bb5}.v17-side-notif-dot.overdue{background:#a32d2d}.v17-insights-scroll{max-height:390px;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:7px;padding-right:3px;scrollbar-width:thin;scrollbar-color:var(--border-md) transparent}.v17-side-insight{width:100%;display:flex;align-items:flex-start;gap:9px;padding:9px;border:1px solid var(--border);border-radius:8px;background:var(--white);text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .12s}.v17-side-insight:hover{border-color:var(--blue-mid);box-shadow:var(--shadow-card);transform:translateX(2px)}.v17-side-insight-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--blue-light);color:var(--blue-dark)}.v17-side-insight-icon.v17-insight-improve{background:var(--red-light);color:var(--red-dark)}.v17-side-insight-icon.v17-insight-build{background:var(--amber-light);color:var(--amber-dark)}.v17-side-insight-icon.v17-insight-encourage{background:var(--green-light);color:var(--green-dark)}.v17-side-insight-icon.v17-insight-validate{background:var(--amber-light);color:var(--amber-dark)}.v17-side-insight-copy{flex:1;min-width:0}.v17-side-insight-copy b{display:block;color:var(--gray-900);font-size:11.5px;line-height:1.3;margin-bottom:2px}.v17-side-insight-copy small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--gray-500);font-size:10.5px;line-height:1.35}.v17-side-insight-arrow{align-self:center;color:var(--gray-300);font-size:9px}.v17-side-insight-empty{padding:12px 4px;color:var(--gray-500);font-size:11.5px;line-height:1.4}.v17-side-when{font-size:10px;font-weight:700;color:var(--blue-dark);background:var(--blue-light);border-radius:4px;padding:2px 6px;min-width:32px;text-align:center;text-transform:uppercase;letter-spacing:.03em}.v17-side-what{color:var(--gray-600)}.v17-win-row{gap:8px;font-size:12px;color:var(--gray-600);padding:5px 0}.v17-win-row,.v17-win-row i{display:flex;align-items:center}.v17-win-row i{color:var(--green);background:var(--green-light);width:20px;height:20px;border-radius:50%;justify-content:center;font-size:9px;flex-shrink:0}.v17-journey{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:16px 20px;margin-bottom:18px;cursor:pointer;transition:box-shadow .12s}.v17-journey:hover{box-shadow:var(--shadow-lg)}.v17-journey-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;flex-wrap:wrap}.v17-journey-title{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--gray-900)}.v17-journey-sub{font-size:11.5px;color:var(--gray-400);margin-top:2px}.v17-journey-btn{font-size:11.5px;padding:8px 14px;width:auto;flex-shrink:0;align-self:center}.v17-journey-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);padding:10px 0 4px}.v17-jt-line{position:absolute;top:25px;left:8%;right:8%;height:2px;background:linear-gradient(to right,var(--blue),var(--amber),var(--green),var(--blue-deep));border-radius:2px;z-index:0}.v17-jt-stop{flex-direction:column;text-align:center;position:relative;z-index:1}.v17-jt-icon,.v17-jt-stop{display:flex;align-items:center}.v17-jt-icon{width:34px;height:34px;border-radius:50%;justify-content:center;color:var(--white);font-size:13px;border:3px solid var(--white);box-shadow:0 0 0 1.5px rgba(0,0,0,.08);margin-bottom:8px}.v17-jt-year{font-size:10.5px;font-weight:700;color:var(--gray-400);letter-spacing:.04em}.v17-jt-lbl{font-size:11.5px;font-weight:600;color:var(--gray-900);margin-top:2px}.v17-pillars-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.v17-pillars-title{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--gray-900)}.v17-pillars-sub{font-size:11.5px;color:var(--gray-400)}.v17-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.v17-pillar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:transform .12s,box-shadow .12s}.v17-pillar:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.v17-pillar-top{padding:11px 14px;background:var(--pillar);color:var(--white);display:flex;align-items:center;justify-content:space-between}.v17-pillar-name{font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:-.1px}.v17-pillar-body{padding:14px;flex:1;display:flex;flex-direction:column;gap:8px}.v17-pillar-hero{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--gray-900);letter-spacing:-.3px;line-height:1.05}.v17-pillar-hero span{font-size:11.5px;font-weight:500;color:var(--gray-400);margin-left:4px}.v17-pillar-note{font-size:11.5px;color:var(--gray-600)}.v17-pillar-foot{padding:10px 14px;border-top:1px solid var(--border);font-size:11.5px;font-weight:600;color:var(--blue-dark);display:flex;justify-content:space-between;align-items:center;background:var(--gray-50)}.v17-pillar-foot i{font-size:9px}.v17-pillar-spark{width:100%;height:60px;margin-top:auto}.v17-flow-bars{display:grid;grid-template-columns:40px 1fr auto;gap:6px 8px;margin-top:4px;align-items:center}.v17-flow-lbl{font-size:10.5px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.v17-flow-lbl.surplus{color:var(--green-dark)}.v17-flow-track{height:6px;background:var(--gray-100);border-radius:3px;overflow:hidden}.v17-flow-track span{display:block;height:100%;border-radius:3px}.v17-flow-val{font-size:11px;font-weight:600;color:var(--gray-900);text-align:right}.v17-flow-val.surplus{color:var(--green-dark)}.v17-mini-legend{display:flex;justify-content:space-between;font-size:10.5px;color:var(--gray-400);margin-top:2px}.v17-budget-donut{display:flex;gap:12px;align-items:center;margin-top:4px}.v17-budget-legend{display:flex;flex-direction:column;gap:5px;font-size:11px;color:var(--gray-600)}.v17-budget-legend .sw{display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:6px}.v17-goal-list{display:flex;flex-direction:column;gap:7px;margin-top:2px}.v17-goal-row{display:grid;grid-template-columns:82px 1fr 36px;gap:8px;align-items:center;font-size:11px}.v17-goal-name{color:var(--gray-600);font-weight:500}.v17-goal-track{height:5px;background:var(--gray-100);border-radius:3px;overflow:hidden}.v17-goal-track span{display:block;height:100%;border-radius:3px}.v17-goal-pct{text-align:right;font-weight:700;color:var(--gray-900);font-size:11px}@media (max-width:1080px){.v17-kpi-row,.v17-pillars{grid-template-columns:repeat(2,1fr)}.v17-ac-grid{grid-template-columns:1fr}.v17-ac-feed{border-right:none;border-bottom:1px solid var(--border)}.v17-hello{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.v17-kpi-row,.v17-pillars{grid-template-columns:1fr}.v17-journey-track{grid-template-columns:repeat(2,1fr);gap:20px 0}.v17-jt-line{display:none}.v17-feed-item{grid-template-columns:34px 1fr}.v17-feed-value{grid-column:1/-1;text-align:left;margin-top:6px;display:inline-block}}:root{--blue:#003c4c;--blue-light:#deffff;--blue-mid:#a8e6e7;--blue-dark:#002a36;--blue-deep:#001820;--green:#379bb5;--green-light:#deffff;--green-mid:#a8e6e7;--green-dark:#003c4c;--gray-100:#f3ffff}body{background:radial-gradient(1200px 600px at 90% -10%,rgba(41,241,243,.22),transparent 60%),radial-gradient(900px 500px at -10% 110%,rgba(55,155,181,.2),transparent 60%),#f3ffff;min-height:100vh;color:#001820}.btn-primary,.screen-tab.active{background:linear-gradient(120deg,#001820,#003c4c 42%,#005a6b)!important;color:#fff!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,24,32,.35)!important;box-shadow:0 6px 22px rgba(0,60,76,.28),inset 0 1px 0 hsla(0,0%,100%,.2)!important}.btn-primary i,.btn-primary svg,.screen-tab.active i,.screen-tab.active svg{color:#fff!important}.btn-primary:hover,.screen-tab.active:hover{filter:brightness(1.06)}.fd-timeline-cta,.intro-left,.v17-hello,.v17-hello-card{background:radial-gradient(circle at 20% 10%,rgba(41,241,243,.35),transparent 45%),radial-gradient(circle at 80% 90%,rgba(55,155,181,.3),transparent 50%),linear-gradient(135deg,#003c4c,#001820)!important;color:#fff!important}.intro-eyebrow{color:var(--ma-turq)!important}.browser{border:1px solid rgba(0,60,76,.1);box-shadow:0 40px 80px -30px rgba(0,60,76,.35),0 10px 30px rgba(0,60,76,.1)}.qvf-output-value,.v17-kpi:not(.v17-kpi-primary) .v17-kpi-value{background:linear-gradient(90deg,#003c4c,#10d0d2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent!important}.v17-kpi-primary{background:linear-gradient(135deg,#001820,#003c4c 55%,#005a6b)!important;border-color:transparent!important}.v17-kpi-primary .v17-kpi-value{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:#fff!important;color:#fff!important}.v17-kpi-primary .v17-kpi-label{color:hsla(0,0%,100%,.82)!important}.v17-kpi-primary .v17-kpi-delta{color:#c6f0c6!important}.v17-feed-btn.primary{background:linear-gradient(120deg,#001820,#003c4c 42%,#005a6b)!important;color:#fff!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,24,32,.35)!important;box-shadow:0 4px 14px rgba(0,60,76,.24),inset 0 1px 0 hsla(0,0%,100%,.2)!important}.v17-feed-btn.primary i,.v17-feed-btn.primary svg{color:#fff!important}.v17-feed-btn.primary:hover{filter:brightness(1.06)}.v17-insight-update .v17-feed-btn.primary{background:linear-gradient(120deg,#005a6b,#379bb5)!important}.v17-insight-benchmark .v17-feed-btn.primary{background:linear-gradient(120deg,#002a36,#003c4c)!important}.v17-insight-encourage .v17-feed-btn.primary{background:linear-gradient(120deg,#0a6b4a,#0d8a5f)!important}.v17-insight-validate .v17-feed-btn.primary{background:linear-gradient(120deg,#854f0b,#ef9f27)!important}.v17-insight-improve .v17-feed-btn.primary{background:linear-gradient(120deg,#a32d2d,#e24b4a)!important}.v17-insight-build .v17-feed-btn.primary{background:linear-gradient(120deg,#4338a8,#5b4fc7)!important}.v17-feed-btn.ghost{color:#003c4c!important;font-weight:700!important;border-color:#003c4c!important}.v17-feed-btn.ghost:hover{background:rgba(0,60,76,.06)!important}.fd-section-head-title{color:#003c4c}[style*="#BFE0FF"]{color:#deffff!important}[style*="#378ADD"]{color:#003c4c!important}[style*="#0C447C"]{color:#001820!important}.intro-left .intro-eyebrow,.intro-left .intro-quote-label{color:#29f1f3!important;font-weight:700!important}.intro-left .intro-quote-label{color:#deffff!important}.intro-left:after,.intro-left:before{background-image:url(/assets/MoneyAngel-icon-full-darkblue-bg.png)!important}.intro-left:before{opacity:.28!important;width:260px!important;height:260px!important;top:44px!important;right:-55px!important}.intro-left:after{opacity:.18!important;width:150px!important;height:150px!important;bottom:36px!important;right:8px!important}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:10.5px;font-weight:700}.badge-red{background:#fcebeb;color:#a32d2d}.badge-amber{background:#faeeda;color:#854f0b}.badge-blue{background:var(--blue-light);color:var(--blue-dark)}.badge-green{background:var(--green-light);color:var(--green-dark)}.label-sm{display:block;font-size:11px;font-weight:600;color:var(--gray-600);margin-bottom:4px}.row-edit-icon{color:var(--gray-400);font-size:12px;cursor:pointer}.row-edit-icon:hover{color:var(--blue)}.action-priority-pill{font-size:9.5px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:20px}.priority-high{background:var(--red);color:#fff}.priority-medium{background:#fff7e0;color:var(--amber-dark)}.priority-low{background:var(--gray-200);color:var(--gray-900)}.insight-popup-icon-red{background:var(--red-light);color:var(--red-dark)}.insight-popup-icon-amber{background:var(--amber-light);color:var(--amber-dark)}.insight-popup-icon-green{background:var(--green-light);color:var(--green-dark)}.insight-popup-icon-blue{background:var(--blue-light);color:var(--blue-dark)}.field{width:100%;padding:8px 10px;border:1px solid var(--border-md);border-radius:var(--radius-md);font-size:12.5px;font-family:var(--font-body);box-sizing:border-box}.meta-note{font-size:11.5px;color:var(--gray-400);gap:6px}.meta-note,.notif-bell-wrap{display:flex;align-items:center}.notif-bell-wrap{position:relative}.notif-bell-btn{width:34px;height:34px;border-radius:50%;border:none;background:rgba(0,60,76,.08);color:var(--blue);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.notif-bell-btn:hover{background:rgba(0,60,76,.14)}.ma-dashboard-surface{background:transparent}.ma-dashboard-surface .fd-body{padding:22px 0 0}.btn-primary{width:auto}.v17-ac-head .btn-primary,.v17-journey-btn{width:auto!important}.btn-ghost{width:auto}@media (max-width:900px){.ma-app-main{padding:16px!important}.v17-hello{padding:20px!important}}.tl-chart-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 18px 14px;margin-bottom:0;background:var(--white)}.tl-chart-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:10px}.tl-chart-title{font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--gray-900)}.tl-chart-sub{font-size:11px;color:var(--gray-400);margin-top:2px}.tl-chart-legend{display:flex;gap:16px;font-size:10.5px;color:var(--gray-600);flex-wrap:wrap;align-items:center}.tl-chart-legend span{display:flex;align-items:center;gap:5px}.tl-dot{width:9px;height:9px;border-radius:2px;display:inline-block;flex-shrink:0}.tl-dot-circle{border-radius:50%}.tl-legend-divider{width:1px;height:12px;background:var(--border);margin:0 2px}.tl-chart-wrap{position:relative}.tl-tooltip{position:absolute;pointer-events:none;z-index:20;background:#1c1c1a;color:#fff;border-radius:10px;padding:12px 14px;min-width:210px;max-width:268px;box-shadow:0 10px 32px rgba(0,0,0,.32);font-family:var(--font-body);font-size:11.5px;line-height:1.5}.tl-tooltip-title{font-weight:700;font-size:12.5px;margin-bottom:5px;color:#fff}.tl-tooltip-section{font-size:9px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:hsla(0,0%,100%,.38);margin:7px 0 4px}.tl-tooltip-row{display:flex;justify-content:space-between;gap:12px;color:hsla(0,0%,100%,.65);font-size:11px;margin-bottom:2px}.tl-tooltip-row b{color:#fff;font-weight:600}.tl-tooltip-detail{margin-top:7px;color:hsla(0,0%,100%,.5);font-size:10.5px;line-height:1.5;border-top:1px solid hsla(0,0%,100%,.1);padding-top:7px}.ms-outer{margin-top:18px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.ms-head{padding:14px 20px 12px;border-bottom:1px solid var(--border);display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.ms-head-title{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--gray-900)}.ms-head-sub{font-size:11px;color:var(--gray-400)}.ms-track{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;padding:20px 20px 18px;gap:0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.ms-stop{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;width:136px;scroll-snap-align:start;position:relative}.ms-stop:before{content:"";position:absolute;top:17px;left:50%;width:100%;height:2px;background:var(--gray-200);z-index:0}.ms-stop:last-child:before{display:none}.ms-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;color:#fff;border:3px solid #fff;position:relative;z-index:1;flex-shrink:0;margin-bottom:10px;box-shadow:0 0 0 1.5px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.12)}.ms-card{width:120px;background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 10px;text-align:center}.ms-yr{font-size:10px;color:var(--gray-400);letter-spacing:.3px;margin-bottom:3px}.ms-lbl,.ms-yr{font-weight:700}.ms-lbl{font-size:11.5px;color:var(--gray-900);line-height:1.3;margin-bottom:4px}.ms-pill{display:inline-block;font-size:9.5px;font-weight:600;padding:2px 7px;border-radius:20px}.ms-pill-now{background:var(--blue-light);color:var(--blue-dark)}.ms-pill-goal{background:#fff7d6;color:#9d0208}.ms-pill-retire{background:var(--green-light);color:var(--green-dark)}.ms-gap{flex:0 0 auto;width:72px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:6px;position:relative}.ms-gap:before{content:"";position:absolute;top:17px;left:0;right:0;height:2px;background:repeating-linear-gradient(to right,var(--gray-200) 0,var(--gray-200) 5px,transparent 5px,transparent 10px)}.ms-gap-badge{font-size:9px;color:var(--gray-400);font-weight:600;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:2px 8px;white-space:nowrap;position:relative;z-index:1;margin-top:6px}.tl-assumptions{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-top:18px}.tl-assumptions-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;background:var(--gray-50);font-size:12.5px;font-weight:600;color:var(--gray-900);border:none;width:100%;text-align:left;font-family:inherit}.tl-assumptions-toggle:hover{background:var(--gray-100)}.tl-assumptions-toggle i.fa-chevron-down{transition:transform .15s;color:var(--gray-400);font-size:11px}.tl-assumptions-toggle.open i.fa-chevron-down{transform:rotate(180deg)}.tl-assumptions-toggle i.fa-sliders{color:var(--blue);margin-right:6px}.tl-assumptions-body{padding:16px;border-top:1px solid var(--border)}.tl-assum-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px}.tl-assum-grid>div{display:flex;justify-content:space-between;align-items:baseline;padding:7px 0;border-bottom:1px solid var(--border);font-size:12.5px;gap:8px}.tl-assum-k{color:var(--gray-600)}.tl-assum-v{font-weight:700;color:var(--gray-900);text-align:right}.tl-assum-note{font-size:10.5px;font-weight:400;color:var(--gray-400);margin-left:5px}@media (max-width:700px){.tl-assum-grid{grid-template-columns:1fr}}.qvf-shell{display:grid;grid-template-columns:230px 1fr;height:560px;min-height:560px;max-height:560px;flex:0 0 auto;overflow:hidden}.qvf-rail{background:var(--gray-50);border-right:1px solid var(--border);padding:24px 16px;overflow-y:auto;min-height:0}.qvf-rail-item{gap:10px;padding:10px;border-radius:var(--radius-md);margin-bottom:4px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;font:inherit}.qvf-rail-item,.qvf-rail-num{display:flex;align-items:center}.qvf-rail-num{width:22px;height:22px;border-radius:50%;justify-content:center;font-size:10.5px;font-weight:700;font-family:var(--font-display);flex-shrink:0}.qvf-rail-item.done .qvf-rail-num{background:var(--green);color:var(--white)}.qvf-rail-item.current .qvf-rail-num{background:var(--blue);color:var(--white)}.qvf-rail-item.idle .qvf-rail-num{background:var(--white);border:1.5px solid var(--border-md);color:var(--gray-400)}.qvf-rail-item.current{background:var(--white);box-shadow:var(--shadow-card)}.qvf-rail-label{font-size:12.5px;font-weight:500}.qvf-rail-item.done .qvf-rail-label{color:var(--gray-600)}.qvf-rail-item.current .qvf-rail-label{color:var(--gray-900);font-weight:600}.qvf-rail-item.idle .qvf-rail-label{color:var(--gray-400)}.qvf-body{padding:28px 36px;overflow-y:auto;min-height:0;height:100%}.qvf-question{font-family:var(--font-display);font-size:19px;font-weight:700;color:var(--gray-900);margin-bottom:6px;letter-spacing:-.2px}.qvf-question-sub{font-size:12.5px;color:var(--gray-400);margin-bottom:22px}.qvf-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.qvf-field-row.single{grid-template-columns:1fr}.qvf-field-row.triple{grid-template-columns:1fr 1fr 1fr}.qvf-branch-toggle{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}.qvf-branch-btn{flex:1;text-align:center;padding:10px 12px;border:1px solid var(--border-md);border-radius:var(--radius-md);font-size:13px;font-weight:500;color:var(--gray-600);cursor:pointer;background:var(--white);min-width:140px}.qvf-branch-btn.selected{background:var(--blue);color:var(--white);border-color:var(--blue)}.qvf-footer{display:flex;justify-content:space-between;align-items:center;margin-top:26px;padding-top:18px;border-top:1px solid var(--border);gap:12px;flex-wrap:wrap}.qvf-opt-card{margin:4px 0 10px;background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-lg)}.qvf-opt-card .card-body{padding:12px 16px}.qvf-list-card{margin-bottom:14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);overflow:hidden}.qvf-list-card .card-body{padding:14px 16px}.qvf-asset-row{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 32px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.qvf-asset-row:last-of-type{border-bottom:none}.qvf-debt-row{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr 32px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.qvf-debt-row:last-of-type{border-bottom:none}.qvf-output-box{background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:var(--radius-lg);padding:14px 18px;margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.qvf-output-label{font-size:12px;color:var(--blue-dark);font-weight:500}.qvf-output-box .qvf-output-value{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--blue-deep);background:none;-webkit-text-fill-color:var(--blue-deep);background-clip:unset;-webkit-background-clip:unset}.nested-modal{z-index:1100}.ma-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.ma-form-group{display:flex;flex-direction:column;gap:6px}.ma-form-group.full{grid-column:1/-1}.ma-form-label{font-size:12px;font-weight:600;color:var(--gray-700)}.ma-form-input,.ma-form-select{width:100%;border:1px solid var(--border-md);border-radius:var(--radius-md);padding:10px 12px;font-size:13px;background:var(--white);color:var(--gray-900)}.ma-form-hint{font-size:11px;color:var(--gray-400);line-height:1.4}.ma-form-divider{grid-column:1/-1;border:none;border-top:1px solid var(--border);margin:2px 0}@media (max-width:640px){.ma-form-grid{grid-template-columns:1fr}.qvf-asset-row,.qvf-debt-row{grid-template-columns:1fr 1fr;gap:6px}.qvf-spend-grid{grid-template-columns:1fr!important}}#qvstep-modal-box{background:var(--white);width:100%;max-width:1080px;margin:auto;border-radius:12px;display:flex;flex-direction:column;height:min(90vh,720px);min-height:min(90vh,720px);max-height:90vh;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.22)}#qvstep-modal-box .qvf-shell{overflow:hidden;flex:1 1 auto;height:auto;min-height:0;max-height:none}@keyframes qvf-step-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.qvf-step-pane{animation:qvf-step-in .16s ease-out}@media (max-width:800px){.qvf-shell{grid-template-columns:1fr;height:auto;min-height:0;max-height:none}.qvf-rail{display:none}.qvf-body{padding:20px 18px}#qvstep-modal-box{height:min(92vh,720px);min-height:min(92vh,720px)}.qvf-field-row,.qvf-field-row.triple{grid-template-columns:1fr}}.section-title{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--gray-900);margin-bottom:4px}.section-sub{font-size:12.5px;color:var(--gray-400);margin-bottom:18px}.modal-step-pips{display:flex;align-items:center;gap:8px}.modal-pip{width:8px;height:8px;border-radius:50%;background:var(--border-md)}.modal-pip.active{background:var(--blue);width:22px;border-radius:4px}.modal-pip.done{background:var(--green)}.stmt-spend-modal .modal-body{padding:0}.stmt-preview-layer{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(28,28,26,.45)}.stmt-preview-box{width:min(920px,100%);max-height:88vh;background:var(--white);border-radius:var(--radius-xl);box-shadow:0 20px 60px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden}.stmt-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--border)}.stmt-preview-body{flex:1;min-height:320px;background:var(--gray-50);overflow:auto}.stmt-preview-frame{width:100%;height:min(70vh,720px);border:0;background:var(--white)}.stmt-preview-text{margin:0;padding:16px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:var(--gray-800)}.stmt-preview-fallback{display:grid;gap:14px;place-items:start;padding:28px 22px;color:var(--gray-600);font-size:14px}.s2-top{display:grid;grid-template-columns:1.15fr .85fr;min-height:420px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin:18px 22px 8px}.s2-left{padding:28px 32px;border-right:1px solid var(--border)}.s2-right{padding:28px;background:var(--gray-50)}.stmt-coverage{margin-bottom:16px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white)}.stmt-coverage-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.stmt-coverage-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.stmt-coverage-count{font-size:12.5px;color:var(--gray-400)}.stmt-coverage-count strong{color:var(--blue-deep,var(--blue-dark));font-weight:700}.stmt-coverage-track{height:8px;background:var(--gray-100);border-radius:4px;overflow:hidden;margin-bottom:10px}.stmt-coverage-fill{height:100%;background:linear-gradient(90deg,var(--blue),#5da8f5);border-radius:4px;transition:width .4s ease;min-width:0}.stmt-coverage-fill.analyzing{background:linear-gradient(90deg,var(--amber),var(--blue))}.stmt-month-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.stmt-month-chip{font-size:10.5px;font-weight:600;padding:5px 2px;border-radius:6px;text-align:center;background:var(--gray-100);color:var(--gray-400);border:1px solid transparent;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.stmt-month-chip.have{background:var(--green-dark);color:#fff;border-color:var(--green-dark);box-shadow:0 1px 2px rgba(0,60,76,.25);font-weight:700}.stmt-month-chip.processing{background:var(--amber);color:#fff;border-color:var(--amber-dark);font-weight:700}.upload-zone{border:1.5px dashed var(--border-md);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;background:var(--gray-50);margin-bottom:14px;cursor:pointer;transition:border-color .2s,background .2s}.upload-zone.dragover,.upload-zone:hover{border-color:var(--blue);background:var(--blue-light)}.upload-icon{width:48px;height:48px;background:var(--blue-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:20px;color:var(--blue-dark)}.file-icon.analyzing i,.upload-icon.analyzing i{animation:stmt-icon-soft-pulse 1.6s ease-in-out infinite}@keyframes stmt-icon-soft-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(.96)}}.q-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;margin-bottom:12px}.q-title{font-size:13px;font-weight:600;color:var(--gray-900);margin-bottom:6px}.file-item{border:1px solid var(--border-md);border-radius:var(--radius-lg);padding:14px 16px;background:var(--white);box-shadow:var(--shadow-card);text-align:left;margin-bottom:12px}.file-header{gap:10px;margin-bottom:10px}.file-header,.file-icon{display:flex;align-items:center}.file-icon{width:36px;height:36px;background:var(--blue-light);border-radius:8px;justify-content:center;color:var(--blue-dark);font-size:16px;flex-shrink:0}.file-actions{display:flex;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid var(--border)}.file-action-btn{font-size:12px!important;padding:6px 12px!important;width:auto!important}.file-action-btn.danger{color:var(--red-dark)!important}.file-action-btn:disabled{opacity:.45;cursor:not-allowed}.Analyze-track{height:6px;background:var(--gray-100);border-radius:3px;overflow:hidden}.Analyze-fill{height:100%;background:linear-gradient(90deg,var(--blue),#5da8f5);border-radius:3px;transition:width .35s ease}.stmt-review-step{padding:20px 22px 8px}.score-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.score-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;background:var(--white)}button.score-card{font:inherit;color:inherit;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.score-card.green{background:var(--green-light);border-color:var(--green-mid)}.score-card.blue{background:var(--blue-light);border-color:var(--blue-mid)}.score-card.amber{background:var(--amber-light);border-color:var(--amber-mid)}.score-card.gray{background:var(--gray-50)}.score-label{font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.score-value{font-family:var(--font-display);font-size:26px;font-weight:700;line-height:1.1;margin-bottom:4px}.stmt-review-files{margin-top:14px}.stmt-review-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;align-items:end}.stmt-review-filter{display:grid;gap:4px;font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.03em}.stmt-review-filter input,.stmt-review-filter select{height:34px;padding:4px 8px;border-radius:8px;border:1px solid var(--gray-200);background:#fff;font:inherit;font-size:12.5px;font-weight:500;text-transform:none;letter-spacing:normal;color:var(--gray-900);width:100%}.stmt-review-filter--search{grid-column:span 2;min-width:180px}.review-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:16px;margin-top:14px;align-items:start}.review-panel-title{font-size:13px;font-weight:600;color:var(--gray-900);margin-bottom:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.data-table{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--white)}.data-table-head{padding:10px 16px;background:var(--gray-50);font-size:11px;font-weight:600;color:var(--gray-400);letter-spacing:.04em;text-transform:uppercase}.data-table-head,.data-table-row{display:grid;grid-template-columns:2fr 90px 90px 80px 70px;border-bottom:1px solid var(--border)}.data-table-row{padding:11px 16px;align-items:center}.data-table-row:last-child{border-bottom:none}.data-table-row:hover{background:var(--gray-50)}.conf-bar-track{height:4px;background:var(--gray-100);border-radius:3px;overflow:hidden;margin-top:4px}.conf-bar-fill{height:100%;border-radius:3px}.review-edit-panel{background:var(--gray-50);border-bottom:1px solid var(--border);padding:10px 12px}.unassigned-panel{border:1px solid var(--amber-mid,#f79009);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);min-height:280px}.unassigned-header{background:var(--amber-light,#fffaeb);border-bottom:1px solid var(--amber-mid,#f79009);padding:10px 14px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--amber-dark,#b54708)}.unassigned-body{padding:12px;max-height:520px;overflow:auto}.unassigned-empty{font-size:12.5px;color:var(--gray-400);padding:16px 4px;line-height:1.5}.stmt-txn-compact{display:grid;grid-template-columns:minmax(120px,1.4fr) 88px 88px minmax(110px,.9fr) minmax(140px,1.1fr) auto auto auto auto;gap:8px;align-items:center;padding:8px 4px;border-bottom:1px solid var(--border)}.stmt-txn-compact-meta{min-width:0}.stmt-txn-compact-desc{font-size:12.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stmt-txn-compact-sub{font-size:10.5px;color:var(--gray-400);margin-top:2px}.stmt-txn-compact-exclude{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;color:var(--gray-500);white-space:nowrap}.stmt-txn-compact-bal,.stmt-txn-compact-conf{font-size:11px;color:var(--gray-500);white-space:nowrap}.quiz-widget{min-height:320px}.quiz-state,.quiz-widget{display:flex;flex-direction:column}.quiz-state{height:100%}.quiz-intro-icon{width:44px;height:44px;border-radius:12px;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px}.quiz-intro-title{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:8px;line-height:1.3}.quiz-intro-sub{font-size:12.5px;color:var(--gray-500);line-height:1.5;margin-bottom:14px}.quiz-progress-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.quiz-progress-track{flex:1;height:6px;border-radius:4px;background:var(--gray-100);overflow:hidden}.quiz-progress-fill{height:100%;background:var(--blue);border-radius:4px;transition:width .3s ease}.quiz-progress-label{font-size:11px;font-weight:600;color:var(--gray-400);white-space:nowrap}.quiz-topic-pill{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--blue-dark);background:var(--blue-light);padding:3px 8px;border-radius:20px;margin-bottom:8px;width:-moz-fit-content;width:fit-content}.quiz-question-text{font-size:14px;font-weight:600;color:var(--gray-900);line-height:1.4;margin-bottom:14px}.quiz-option{display:flex;align-items:flex-start;gap:10px;padding:11px 12px;border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:8px;cursor:pointer;transition:all .15s ease;background:var(--white);text-align:left;width:100%;font:inherit}.quiz-option:hover{border-color:var(--blue-mid);background:#f5f8ff}.quiz-option.selected{border-color:var(--blue);background:#eef3ff}.quiz-option-letter{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--border-md);display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;color:var(--gray-400)}.quiz-option.selected .quiz-option-letter{background:var(--blue);border-color:var(--blue);color:var(--white)}.quiz-option-text{font-size:12.5px;color:var(--gray-700);line-height:1.5}.quiz-result-badge{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:10px;color:var(--white)}.quiz-skip-link{font-size:11.5px;color:var(--gray-400);text-align:center;margin-top:auto;cursor:pointer;padding-top:10px;background:none;border:none;font:inherit}.quiz-skip-link:hover{color:var(--blue);text-decoration:underline}.quiz-dots{display:flex;gap:4px;margin-bottom:8px;flex-wrap:wrap}.quiz-dot{width:5px;height:5px;border-radius:50%;background:var(--gray-100)}.quiz-dot.current,.quiz-dot.done{background:var(--blue)}.quiz-dot.current{transform:scale(1.4)}.quiz-tip-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 12px;margin-bottom:8px;background:var(--gray-50)}.quiz-tip-title{font-size:12.5px;font-weight:650;color:var(--gray-900);margin-bottom:3px}.quiz-tip-body{font-size:12px;color:var(--gray-500);line-height:1.45}.quiz-result-strip{font-size:12px;color:var(--blue-dark);background:var(--blue-light);border-radius:var(--radius-md);padding:10px 12px;margin-bottom:12px;line-height:1.45}@media (max-width:1100px){.review-grid{grid-template-columns:1fr}.stmt-txn-compact{grid-template-columns:1fr 1fr}}@media (max-width:860px){.s2-top{grid-template-columns:1fr;margin:14px}.s2-left{border-right:none;border-bottom:1px solid var(--border)}.score-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.score-grid{grid-template-columns:1fr}.s2-left,.s2-right{padding:20px 16px}.stmt-month-grid{grid-template-columns:repeat(4,1fr)}.stmt-coverage-head{flex-direction:column;align-items:flex-start;gap:2px}}.qvf-goals-grid{display:grid;grid-template-columns:1fr 300px;gap:16px;align-items:start;margin-bottom:16px}.qvf-goals-form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;box-shadow:var(--shadow-card)}.qvf-goals-form-title{font-size:12.5px;font-weight:600;color:var(--gray-900);margin-bottom:12px}.qvf-goals-form-row{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap}.qvf-goals-form-row .field-narrow{flex:0 0 120px;max-width:120px}.qvf-goals-btn-row{display:flex;gap:10px;margin-top:12px}.qvf-goals-note{font-size:11.5px;color:var(--gray-400);margin-top:10px;line-height:1.5}.qvf-goals-tips{font-size:12px;color:var(--gray-400);line-height:1.55}.qvf-goals-tips li{margin-bottom:6px}.qvf-goals-emergency{margin-top:16px;padding:12px 14px;background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-md)}.qvf-goals-list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.qvf-goals-list{display:flex;flex-direction:column;gap:10px;min-height:48px}.qvf-goals-empty{padding:18px 14px;text-align:center;font-size:13px;color:var(--gray-400);background:var(--gray-50);border:1px dashed var(--border-md);border-radius:var(--radius-md);line-height:1.5}.qvf-goal-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white)}.qvf-goal-card-title{font-size:13px;font-weight:600;color:var(--gray-900)}.qvf-goal-card-meta{font-size:12px;color:var(--gray-400);margin-top:2px}.qvf-goal-card-amount{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--gray-900);text-align:right}.qvf-goal-pill{display:inline-block;background:var(--gray-50);padding:4px 8px;border-radius:6px;font-size:11px;color:var(--gray-400);margin-top:4px}.qvf-goal-card-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.qvf-goal-edit-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--border-md);background:var(--white);color:var(--gray-500);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.qvf-goal-edit-btn:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.qvf-goal-delete-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}.qvf-goal-card.editing,.qvf-goals-form-card.editing{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light)}.qvf-goals-list-actions{display:flex;gap:10px;align-items:center;margin-top:14px;flex-wrap:wrap}.qvf-goals-list-foot{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-top:14px;flex-wrap:wrap}@media (max-width:860px){.qvf-goals-grid{grid-template-columns:1fr}.qvf-goals-form-row .field-narrow{flex:1;max-width:none}}.insight-flow-card{width:100%;max-width:32rem;border-radius:var(--radius-xl);overflow:hidden;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.insight-flow-header{display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid var(--border)}.insight-flow-card.v17-insight-update .insight-flow-header{background:linear-gradient(135deg,#f3ffff,#e4f7f8)}.insight-flow-card.v17-insight-benchmark .insight-flow-header{background:linear-gradient(135deg,#eef8fa,#e0f0f4)}.insight-flow-card.v17-insight-encourage .insight-flow-header{background:linear-gradient(135deg,#edf9f2,#dff5ea)}.insight-flow-card.v17-insight-validate .insight-flow-header{background:linear-gradient(135deg,#fff8eb,#faeeda)}.insight-flow-card.v17-insight-improve .insight-flow-header{background:linear-gradient(135deg,#fff5f5,#fcebeb)}.insight-flow-card.v17-insight-build .insight-flow-header{background:linear-gradient(135deg,#f4f2ff,#e8f8ff)}.insight-flow-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(0,60,76,.15)}.insight-flow-icon.insight-marker-update{background:linear-gradient(135deg,#379bb5,#29f1f3)}.insight-flow-icon.insight-marker-benchmark{background:linear-gradient(135deg,#003c4c,#379bb5)}.insight-flow-icon.insight-marker-encourage{background:linear-gradient(135deg,#0d8a5f,#3ecf8e)}.insight-flow-icon.insight-marker-validate{background:linear-gradient(135deg,#ef9f27,#e8b84a);color:#5c3d08}.insight-flow-icon.insight-marker-improve{background:linear-gradient(135deg,#e24b4a,#f08080)}.insight-flow-icon.insight-marker-build{background:linear-gradient(135deg,#5b4fc7,#379bb5)}.insight-flow-type{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-900);margin:0}.insight-flow-tagline{font-size:12px;color:var(--gray-600);margin:2px 0 0}.insight-flow-body{padding:20px 22px 22px}.insight-flow-priority{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-400);margin:0 0 6px}.insight-flow-title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--ma-deep-teal);margin:0 0 10px;line-height:1.3}.insight-flow-copy{font-size:.875rem;color:var(--gray-600);line-height:1.55;margin:0 0 16px}.insight-flow-options{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:8px}.insight-flow-action-row,.insight-flow-option{width:100%;border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 12px;text-align:left;font-size:.875rem;background:var(--gray-50);transition:border-color .12s,background .12s}.insight-flow-option{cursor:pointer}.insight-flow-option:hover:not(:disabled){border-color:var(--blue-mid);background:var(--white)}.insight-flow-action-row.selected,.insight-flow-option.selected{border-color:var(--ma-slate-teal);background:var(--blue-light)}.insight-flow-card.v17-insight-encourage .insight-flow-action-row.selected,.insight-flow-card.v17-insight-encourage .insight-flow-option.selected{border-color:#0d8a5f;background:#edf9f2}.insight-flow-card.v17-insight-improve .insight-flow-action-row.selected,.insight-flow-card.v17-insight-improve .insight-flow-option.selected{border-color:#e24b4a;background:#fff5f5}.insight-flow-other{border:1px dashed var(--border-md,#d0d5dd);border-radius:var(--radius-md,10px);padding:12px;background:hsla(0,0%,100%,.55)}