@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:"Manrope",sans-serif}.calculator-container{font-family:"Manrope",sans-serif;display:flex;justify-content:center;gap:30px;margin:0 auto;padding:20px}.sales-panel{flex:1;max-width:460px;padding:30px 30px 0;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgb(0 0 0 / .1);height:fit-content}.summary-panel{flex:1;max-width:460px;max-height:750px;padding:30px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgb(0 0 0 / .1);height:fit-content}.panel-title{font-family:"Manrope",sans-serif!important;font-size:28px!important;font-weight:600!important;color:#1a1a1a;margin-bottom:30px}.sales-price-section{margin-bottom:30px}.section-title{font-family:"Manrope",sans-serif!important;display:block;font-size:14px!important;font-weight:700!important;color:#1a1a1a;margin-bottom:6px}.range-text{font-family:"Manrope",sans-serif;font-size:14px;color:#6b7280!important;margin-bottom:10px!important;line-height:1.4}.input-container{position:relative}.sales-input{width:100%;padding:12px 12px;border:1px solid #e2e8f0!important;border-radius:8px!important;font-size:16px!important;background-color:#e8f4fd!important;outline:none;transition:border-color 0.2s ease}.sales-input:focus{border-color:#0044bb!important}.tax-rate-section{display:flex;justify-content:space-between}.section-subtitle{font-family:"Manrope",sans-serif;font-size:14px!important;color:#6b7280!important;margin-bottom:5px!important}.tax-rate-display{text-align:right;margin-bottom:16px}#tax-rate-value{font-size:18px;font-weight:600;color:#1a1a1a}.slider-container{position:relative;margin-bottom:40px}.tax-slider{width:100%;height:3px;border-radius:3px;background:#e0e0e0;outline:none;-webkit-appearance:none;appearance:none}.tax-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#04b;cursor:pointer;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.tax-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#04b;cursor:pointer;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.slider-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:14px;color:#9e9e9e}.logo-section{margin-top:auto;border:none!important;display:block;min-height:0;padding:0;margin-top:40px}.logo{display:flex;align-items:center;justify-content:center;gap:8px;margin:40px 0}.logo-img{width:150px;height:33px}.summary-header{margin-bottom:30px}.summary-title{font-family:"Manrope",sans-serif!important;font-size:28px!important;font-weight:600!important;color:#1a1a1a;margin-bottom:30px}.summary-content{display:flex;flex-direction:column;gap:10px}.summary-header-row{display:flex;justify-content:space-between;background-color:#f8f9fa;color:#374151;font-weight:600;font-size:14px;margin:0 -5px 10px;padding:12px 10px;border-radius:6px}.summary-label-header{font-size:14px;font-weight:600;color:#374151}.summary-value-header{font-size:14px;font-weight:600;color:#374151}.summary-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px dashed #ccc}.summary-row.highlight{background:#e8f4fd;padding:15px;border-radius:8px;border:1px solid #04b;font-size:15px;font-weight:500;color:#04b}#firstHighlight{margin-top:30px}.summary-label.highlight-text,.summary-value.highlight-text{font-size:16px;font-weight:700;color:#04b}.summary-label{font-size:14px;color:#1a1a1a}.summary-value{font-size:16px;color:#1a1a1a;font-weight:500}.summary-row.highlight .summary-value{font-weight:700}@media (max-width:768px){.sales-panel{max-height:none;width:100%;max-width:100%;padding-bottom:30px}.logo{margin:20px 0}.calculator-container{flex-direction:column;padding:16px}.panel-title{font-size:28px}.summary-header{margin:-24px -24px 20px -24px;padding:16px 24px}.summary-title{font-size:28px}}