.results-container{background-color:white;border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:1.5rem}.results-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}@media (min-width:480px){.results-header{flex-direction:row;justify-content:space-between;align-items:center}}.results-title{font-size:1.2rem;font-weight:800;color:rgb(31,41,55);display:flex;align-items:center}.results-icon{width:1.5rem;height:1.5rem;margin-right:.5rem;color:rgb(22,163,74);flex-shrink:0}.results-card{background-color:white;padding:1rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid rgb(243,244,246);margin-bottom:1.5rem}.results-section-title{font-size:.875rem;font-weight:700;color:rgb(31,41,55);margin-bottom:.75rem;display:flex;align-items:center}.results-indicator{width:.25rem;height:1rem;background-color:rgb(59,130,246);border-radius:9999px;margin-right:.5rem}.result-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;border-radius:.375rem;border-left-width:4px}.result-item-blue{background-color:rgb(239,246,255);border-left-color:rgb(59,130,246)}.result-item-green{background-color:rgb(240,253,244);border-left-color:rgb(34,197,94)}.result-item-purple{background-color:rgb(245,243,255);border-left-color:rgb(147,51,234)}.result-item-orange{background-color:rgb(255,247,237);border-left-color:rgb(234,88,12)}.result-label{font-size:.875rem;font-weight:500;color:rgb(55,65,81)}.result-value{font-size:1.25rem;font-weight:800;letter-spacing:.025em}.result-value-blue{color:rgb(37,99,235)}.result-value-green{color:rgb(22,163,74)}.result-value-purple{color:rgb(147,51,234)}.result-value-orange{color:rgb(234,88,12)}.result-subtext{font-size:.75rem;color:rgb(107,114,128)}@media (min-width:480px){.result-item{flex-direction:row;justify-content:space-between;align-items:center}.result-value{font-size:1.5rem}}.calculator-wrapper{min-height:100vh;background-color:rgb(249,250,251);padding:1.5rem 1rem}.calculator-container{max-width:80rem;margin-left:auto;margin-right:auto}.calculator-header{text-align:center;margin-bottom:2rem}.calculator-title{font-size:1.5rem;font-weight:700;color:rgb(17,24,39);margin-bottom:.2rem;display:flex;align-items:center;justify-content:center}.calculator-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;color:rgb(37,99,235);flex-shrink:0}.calculator-subtitle{font-size:.8rem;color:rgb(75,85,99);display:flex;align-items:center;justify-content:center;gap:.5rem}.calculator-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:1024px){.calculator-grid-with-results{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.calculator-grid-single{max-width:36rem;margin-left:auto;margin-right:auto}.investment-form{background-color:white;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);padding:1.5rem}.form-group,.form-section{margin-bottom:1rem}.form-label{display:block;font-weight:500;color:rgb(55,65,81)}.form-description,.form-label{font-size:.875rem;margin-bottom:.5rem}.form-description{color:rgb(107,114,128)}.input-group{position:relative}.input-prefix{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;padding-left:1rem;color:rgb(107,114,128);font-weight:600}.form-input{width:100%;padding:.75rem 1rem .75rem 3.5rem;border:1px solid rgb(209,213,219);border-radius:.5rem;font-size:1.125rem;line-height:1.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus{outline:none;ring:2px;ring-color:rgb(59,130,246);border-color:transparent}.required{color:rgb(220,38,38)}.parameter-title{font-size:1.2rem;font-weight:800;color:rgb(17,24,39);margin-bottom:1rem;border-bottom:2px solid rgb(229,231,235);padding-bottom:.5rem}