.msp-calc-root *{box-sizing:border-box}.msp-calc-root{color:#e8eef7;background:#0a0e1a;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6}.msp-calc-root .container{max-width:1200px;margin:0 auto}.msp-calc-root .header{text-align:center;margin-bottom:2.5rem}.msp-calc-root .eyebrow{color:#5ed3b1;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:600}.msp-calc-root h1{color:#fff;margin:0 0 12px;font-size:36px;font-weight:600;line-height:1.2}.msp-calc-root .subhead{color:#94a3b8;max-width:720px;margin:0 auto;font-size:16px}.msp-calc-root .layout{grid-template-columns:380px 1fr;gap:24px;display:grid}@media (max-width:900px){.msp-calc-root .layout{grid-template-columns:1fr}}.msp-calc-root .inputs-card{background:#131826;border:1px solid #1f2937;border-radius:16px;height:fit-content;padding:1.5rem;position:sticky;top:1rem}.msp-calc-root .inputs-card h2{color:#fff;margin:0 0 1.25rem;font-size:18px;font-weight:600}.msp-calc-root .input-section-title{letter-spacing:1.5px;text-transform:uppercase;color:#64748b;border-top:1px solid #1f2937;margin:1.5rem 0 .75rem;padding-top:1rem;font-size:11px;font-weight:600}.msp-calc-root .input-section-title:first-of-type{border-top:none;margin-top:0;padding-top:0}.msp-calc-root .input-group{margin-bottom:1.25rem}.msp-calc-root .input-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.msp-calc-root label{color:#cbd5e1;font-size:14px;font-weight:500}.msp-calc-root .value{color:#5ed3b1;font-size:14px;font-weight:600}.msp-calc-root .helper-text{color:#64748b;margin:4px 0 0;font-size:11px;line-height:1.4}.msp-calc-root input[type=range]{-webkit-appearance:none;background:#1f2937;border-radius:3px;outline:none;width:100%;height:6px}.msp-calc-root input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#5ed3b1;border:none;border-radius:50%;width:18px;height:18px}.msp-calc-root input[type=range]::-moz-range-thumb{cursor:pointer;background:#5ed3b1;border:none;border-radius:50%;width:18px;height:18px}.msp-calc-root select{color:#e8eef7;cursor:pointer;background:#0a0e1a;border:1px solid #1f2937;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.msp-calc-root select:focus{border-color:#5ed3b1;outline:none}.msp-calc-root .btn-group{gap:8px;display:flex}.msp-calc-root .btn-group button{color:#cbd5e1;cursor:pointer;background:#0a0e1a;border:1px solid #1f2937;border-radius:8px;flex:1;padding:10px 8px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.msp-calc-root .btn-group button:hover{color:#fff;border-color:#334155}.msp-calc-root .btn-group button.active{color:#5ed3b1;background:#5ed3b11a;border-color:#5ed3b1}.msp-calc-root .results-area{flex-direction:column;gap:16px;display:flex}.msp-calc-root .verdict-card{border:1px solid;border-radius:16px;padding:1.5rem}.msp-calc-root .verdict-eyebrow{letter-spacing:2px;text-transform:uppercase;opacity:.85;margin:0 0 8px;font-size:11px;font-weight:600}.msp-calc-root .verdict-text{margin:0 0 8px;font-size:24px;font-weight:600;line-height:1.3}.msp-calc-root .verdict-sub{opacity:.85;margin:0;font-size:14px;line-height:1.5}.msp-calc-root .verdict-bad{background:#f8717114;border-color:#f8717140}.msp-calc-root .verdict-bad .verdict-eyebrow,.msp-calc-root .verdict-bad .verdict-text,.msp-calc-root .verdict-bad .verdict-sub{color:#fca5a5}.msp-calc-root .verdict-warn{background:#fbbf2414;border-color:#fbbf2440}.msp-calc-root .verdict-warn .verdict-eyebrow,.msp-calc-root .verdict-warn .verdict-text,.msp-calc-root .verdict-warn .verdict-sub{color:#fcd34d}.msp-calc-root .verdict-ok{background:#5ed3b114;border-color:#5ed3b140}.msp-calc-root .verdict-ok .verdict-eyebrow,.msp-calc-root .verdict-ok .verdict-text,.msp-calc-root .verdict-ok .verdict-sub{color:#5ed3b1}.msp-calc-root .verdict-good{background:#7dd3fc14;border-color:#7dd3fc40}.msp-calc-root .verdict-good .verdict-eyebrow,.msp-calc-root .verdict-good .verdict-text,.msp-calc-root .verdict-good .verdict-sub{color:#93c5fd}.msp-calc-root .money-flow-card{background:#131826;border:1px solid #1f2937;border-radius:16px;padding:1.5rem}.msp-calc-root .money-flow-title{letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin:0 0 1rem;font-size:13px;font-weight:600}.msp-calc-root .flow-step{border-bottom:1px solid #1f2937;justify-content:space-between;align-items:baseline;padding:14px 0;display:flex}.msp-calc-root .flow-step:last-child{border-bottom:none}.msp-calc-root .flow-step-label{color:#cbd5e1;font-size:14px}.msp-calc-root .flow-step-label .small{color:#64748b;margin-top:2px;font-size:12px;display:block}.msp-calc-root .flow-step-value{color:#fff;font-size:18px;font-weight:600}.msp-calc-root .flow-step-value.neg{color:#fca5a5}.msp-calc-root .flow-step-value.net{color:#93c5fd;font-size:22px}.msp-calc-root .flow-step-value.final.profit{color:#5ed3b1;font-size:24px}.msp-calc-root .flow-step-value.final.loss{color:#ef4444;font-size:24px}.msp-calc-root .flow-step.summary{border-top:2px solid #1f2937;padding-top:18px}.msp-calc-root .benchmark-card{background:#131826;border:1px solid #1f2937;border-radius:16px;padding:1.5rem}.msp-calc-root .benchmark-title{letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin:0 0 1rem;font-size:13px;font-weight:600}.msp-calc-root .benchmark-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:700px){.msp-calc-root .benchmark-grid{grid-template-columns:1fr}}.msp-calc-root .benchmark-row{border-top:1px solid #1f2937;padding:12px 0}.msp-calc-root .benchmark-row:first-child{border-top:none;padding-top:0}.msp-calc-root .benchmark-label{color:#94a3b8;margin:0 0 6px;font-size:12px}.msp-calc-root .benchmark-comparison{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.msp-calc-root .benchmark-your{color:#fff;font-size:18px;font-weight:600}.msp-calc-root .benchmark-target{color:#94a3b8;font-size:13px}.msp-calc-root .benchmark-target strong{color:#5ed3b1}.msp-calc-root .comparison-grid{background:#131826;border:1px solid #1f2937;border-radius:16px;grid-template-columns:1fr 60px 1fr;gap:0;display:grid;overflow:hidden}@media (max-width:700px){.msp-calc-root .comparison-grid{grid-template-columns:1fr;gap:1px}}.msp-calc-root .comp-col{padding:1.5rem}.msp-calc-root .comp-col-left{background:#f871710a;border-right:1px solid #1f2937}.msp-calc-root .comp-col-right{background:#5ed3b10a}.msp-calc-root .comp-arrow{color:#5ed3b1;background:#0a0e1a;border-left:1px solid #1f2937;border-right:1px solid #1f2937;justify-content:center;align-items:center;font-size:24px;display:flex}@media (max-width:700px){.msp-calc-root .comp-arrow{display:none}}.msp-calc-root .comp-title{letter-spacing:2px;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:600}.msp-calc-root .comp-col-left .comp-title{color:#fca5a5}.msp-calc-root .comp-col-right .comp-title{color:#5ed3b1}.msp-calc-root .comp-subtitle{color:#fff;margin:0 0 16px;font-size:16px;font-weight:600}.msp-calc-root .comp-row{border-top:1px solid #ffffff0a;align-items:flex-start;gap:10px;padding:10px 0;font-size:13px;display:flex}.msp-calc-root .comp-row:first-of-type{border-top:none}.msp-calc-root .comp-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;font-size:11px;font-weight:700;display:flex}.msp-calc-root .icon-x{color:#fca5a5;background:#f8717126}.msp-calc-root .icon-check{color:#5ed3b1;background:#5ed3b126}.msp-calc-root .comp-text{color:#cbd5e1;line-height:1.5}.msp-calc-root .comp-text strong{color:#fff;font-weight:600}.msp-calc-root .stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:700px){.msp-calc-root .stats-grid{grid-template-columns:1fr}}.msp-calc-root .stat-card{background:#131826;border:1px solid #1f2937;border-radius:12px;padding:1rem 1.25rem}.msp-calc-root .stat-label{color:#94a3b8;margin:0 0 6px;font-size:12px}.msp-calc-root .stat-value{color:#fff;margin:0;font-size:24px;font-weight:600;line-height:1.2}.msp-calc-root .stat-sub{color:#64748b;margin:4px 0 0;font-size:12px}.msp-calc-root .pressure-card{background:#131826;border:1px solid #1f2937;border-radius:16px;padding:1.5rem}.msp-calc-root .pressure-title{letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin:0 0 1rem;font-size:13px;font-weight:600}.msp-calc-root .bar-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.msp-calc-root .bar-row:last-child{margin-bottom:0}.msp-calc-root .bar-label{color:#cbd5e1;min-width:180px;font-size:13px}.msp-calc-root .bar-track{background:#1f2937;border-radius:6px;flex:1;height:22px;position:relative;overflow:hidden}.msp-calc-root .bar-fill{color:#fff;border-radius:6px;align-items:center;height:100%;padding:0 10px;font-size:11px;font-weight:600;transition:width .3s;display:flex}.msp-calc-root .growth-card{background:#131826;border:1px solid #1f2937;border-radius:16px;padding:1.5rem}.msp-calc-root .growth-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:1.5rem;display:flex}.msp-calc-root .growth-title-block h3{color:#fff;margin:0 0 4px;font-size:18px;font-weight:600}.msp-calc-root .growth-title-block p{color:#94a3b8;margin:0;font-size:13px}.msp-calc-root .growth-mult{color:#5ed3b1;font-size:28px;font-weight:700;line-height:1}.msp-calc-root .chart-wrap{height:240px;margin-bottom:1rem;position:relative}.msp-calc-root .chart-legend{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:1rem;display:flex}.msp-calc-root .legend-item{color:#cbd5e1;align-items:center;gap:8px;font-size:13px;display:flex}.msp-calc-root .legend-dot{border-radius:3px;width:12px;height:12px}.msp-calc-root .breakdown-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:1.5rem;display:grid}.msp-calc-root .breakdown-item{background:#5ed3b10a;border:1px solid #5ed3b126;border-radius:10px;padding:14px}.msp-calc-root .breakdown-icon{color:#5ed3b1;background:#5ed3b126;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:10px;font-size:14px;font-weight:700;display:flex}.msp-calc-root .breakdown-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;font-size:12px;font-weight:500}.msp-calc-root .breakdown-value{color:#fff;margin:0 0 2px;font-size:20px;font-weight:600}.msp-calc-root .breakdown-sub{color:#64748b;margin:0;font-size:11px}.msp-calc-root .streams-card{background:#131826;border:1px solid #1f2937;border-radius:16px;padding:1.5rem}.msp-calc-root .streams-title{letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin:0 0 1rem;font-size:13px;font-weight:600}.msp-calc-root .streams-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.msp-calc-root .stream-item{background:#5ed3b10d;border:1px solid #5ed3b133;border-radius:12px;padding:1rem}.msp-calc-root .stream-icon{color:#5ed3b1;background:#5ed3b126;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:10px;font-size:18px;display:flex}.msp-calc-root .stream-name{color:#fff;margin:0 0 4px;font-size:14px;font-weight:600}.msp-calc-root .stream-desc{color:#94a3b8;margin:0;font-size:12px;line-height:1.5}.msp-calc-root .quality-card{background:#131826;border:1px solid #1f2937;border-radius:16px;padding:1.5rem}.msp-calc-root .quality-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:1.25rem;display:grid}@media (max-width:700px){.msp-calc-root .quality-grid{grid-template-columns:1fr;gap:20px}}.msp-calc-root .quality-chart-wrap{height:200px;position:relative}.msp-calc-root .time-allocation{flex-direction:column;gap:16px;display:flex}.msp-calc-root .time-block{flex-direction:column;gap:6px;display:flex}.msp-calc-root .time-block-header{color:#94a3b8;justify-content:space-between;align-items:baseline;font-size:12px;display:flex}.msp-calc-root .time-block-header strong{color:#cbd5e1;font-weight:500}.msp-calc-root .time-bar-container{background:#1f2937;border-radius:6px;height:28px;display:flex;overflow:hidden}.msp-calc-root .time-segment{color:#fff;justify-content:flex-end;align-items:center;padding:0 8px;font-size:11px;font-weight:600;transition:all .3s;display:flex}.msp-calc-root .seg-vendor{background:#ef4444}.msp-calc-root .seg-alerts{background:#f97316}.msp-calc-root .seg-onboard{background:#f59e0b}.msp-calc-root .seg-mgmt{background:#a855f7}.msp-calc-root .seg-client{background:#5ed3b1}.msp-calc-root .time-legend{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.msp-calc-root .time-legend-item{color:#94a3b8;align-items:center;gap:6px;font-size:11px;display:flex}.msp-calc-root .time-legend-dot{border-radius:2px;width:10px;height:10px}.msp-calc-root .cta-card{text-align:center;background:linear-gradient(135deg,#5ed3b11f 0%,#5ed3b10a 100%);border:1px solid #5ed3b14d;border-radius:16px;padding:2rem}.msp-calc-root .cta-card h3{color:#fff;margin:0 0 8px;font-size:22px;font-weight:600}.msp-calc-root .cta-card p{color:#cbd5e1;margin:0 0 20px;font-size:14px;line-height:1.6}.msp-calc-root .cta-form{gap:8px;max-width:480px;margin:0 auto;display:flex}.msp-calc-root .cta-form input[type=email]{color:#fff;background:#0a0e1a;border:1px solid #1f2937;border-radius:8px;flex:1;padding:12px 16px;font-family:inherit;font-size:14px}.msp-calc-root .cta-form input[type=email]:focus{border-color:#5ed3b1;outline:none}.msp-calc-root .cta-form button{color:#0a0e1a;cursor:pointer;white-space:nowrap;background:#5ed3b1;border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}.msp-calc-root .cta-form button:hover{background:#7adcc2}.msp-calc-root .cta-form button:disabled{opacity:.6;cursor:not-allowed}.msp-calc-root .cta-note{color:#64748b;margin:12px 0 0;font-size:12px}.msp-calc-root .cta-error{color:#fca5a5;margin:12px 0 0;font-size:13px}.msp-calc-root .cta-success{text-align:center;padding:1rem}.msp-calc-root .cta-success-title{color:#5ed3b1;margin:0 0 8px;font-size:16px;font-weight:600}.msp-calc-root .cta-success-sub{color:#94a3b8;margin:0;font-size:13px}.msp-calc-root .cta-success-sub strong{color:#fff}.msp-calc-root .footer-note{text-align:center;color:#64748b;border-top:1px solid #1f2937;margin-top:3rem;padding-top:2rem;font-size:12px}.msp-calc-root .footer-note a{color:#5ed3b1;text-decoration:none}.msp-calc-root .related-reading{background:#00d4ff0a;border:1px solid #00d4ff2e;border-radius:12px;margin:28px 0 8px;padding:24px}.msp-calc-root .related-reading h4{color:#fff;letter-spacing:.02em;margin:0 0 14px;font-size:16px;font-weight:600}.msp-calc-root .related-reading ul{margin:0;padding:0;list-style:none}.msp-calc-root .related-reading li{margin:0}.msp-calc-root .related-reading li+li{margin-top:6px}.msp-calc-root .related-reading a{border-radius:8px;padding:12px 14px;text-decoration:none;transition:background .2s,transform .2s;display:block}.msp-calc-root .related-reading a:hover{background:#00d4ff12;transform:translate(2px)}.msp-calc-root .related-reading a strong{color:#00d4ff;margin-bottom:3px;font-size:13px;font-weight:600;display:block}.msp-calc-root .related-reading a span{color:#cbd5e1;font-size:14px;line-height:1.45;display:block}
