.calculator-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px rgb(0 0 0/10%);margin-bottom:2rem;padding:2.5rem}.calculator-header{align-items:center;border-bottom:3px solid #667eea;display:flex;margin-bottom:2rem;padding-bottom:1rem}.calculator-header i{color:#4e56d0;font-size:2rem}.input-group-modern{background:#f8f9fa;border-radius:12px;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s ease}.input-group-modern:hover{background:#e9ecef;box-shadow:0 2px 8px rgb(0 0 0/5%)}.input-group-modern .form-select-modern{flex:1}.form-label-modern{align-items:center;color:#495057;display:flex;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.form-label-modern i{color:#4e56d0;font-size:1.3rem}.form-control-modern,.form-select-modern{border:2px solid #dee2e6;border-radius:8px;font-size:1.05rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-control-modern:focus,.form-select-modern:focus{border-color:#667eea;box-shadow:0 0 0 .2rem rgb(102 126 234/25%);outline:none}.form-select-modern{background:#fff;cursor:pointer}.form-hint{color:#545b62;display:block;font-size:.875rem;font-style:italic;margin-top:.5rem}.btn-calculate{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px rgb(102 126 234/30%);color:#fff;cursor:pointer;display:block;font-size:1.2rem;font-weight:700;margin-left:auto;padding:1rem 2rem;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.btn-calculate:hover{box-shadow:0 6px 20px rgb(102 126 234/40%);transform:translateY(-3px)}.result-card{border:2px solid;border-radius:12px;padding:2rem}.result-card.success{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#4caf50}.result-card.error{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-color:#f44336}.result-header{align-items:center;display:flex;margin-bottom:1.5rem}.result-card.success .result-header{color:#2e7d32}.result-card.error .result-header{color:#c62828}.result-header i{font-size:2rem}.result-header h3{margin:0}.result-value{background:#fff;border-radius:8px;font-size:1.8rem;font-weight:700;margin-bottom:1rem;padding:1.5rem;text-align:center}.input-val{color:#495057}.equals{color:#545b62;font-size:2rem;margin:0 1.5rem}.output-val{color:#4e56d0}.calculation-steps{background:hsla(0,0%,100%,.8);border-radius:8px;padding:1.5rem}.calculation-steps h5{color:#2e7d32;margin-bottom:1rem}.step-item{border-bottom:1px solid rgb(0 0 0/5%);margin-bottom:.5rem;padding:.5rem 0}.error-message{color:#c62828;font-size:1.1rem}.error-help ul{margin-top:.5rem}.error-help li{margin-bottom:.5rem}.steps-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.step-card{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0/10%);padding:1.5rem;transition:transform .3s ease}.step-card:hover{box-shadow:0 4px 16px rgb(0 0 0/15%);transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.step-card h4{color:#495057;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.step-card p{color:#545b62;line-height:1.6;margin:0}.feature-highlights{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2rem}.highlight-card{background:#f8f9fa;background-color:#f0f8ff;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.highlight-card:hover{background:#fff;box-shadow:0 4px 12px rgb(0 0 0/10%);transform:translateY(-5px)}.highlight-card i{color:#4e56d0;font-size:3rem;margin-bottom:1rem}.highlight-card h5{font-weight:700;margin-bottom:.5rem}.highlight-card p{color:#545b62;font-size:.95rem;margin:0}.use-case-box{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0/8%);height:100%;padding:1.5rem;transition:all .3s ease}.use-case-box:hover{box-shadow:0 4px 16px rgb(0 0 0/12%);transform:translateY(-3px)}.use-case-box h5{color:#4e56d0;font-weight:700;margin-bottom:.75rem}.use-case-box p{color:#495057;line-height:1.6;margin:0}.reference-section{background:#f8f9fa;border-radius:16px;padding:3rem 2rem}.reference-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0/8%);height:100%;padding:1.5rem}.reference-card h5{border-bottom:2px solid #e9ecef;color:#4e56d0;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem}.reference-list{list-style:none;margin:0;padding:0}.reference-list li{border-bottom:1px solid #f1f3f5;color:#495057;padding:.5rem 0}.reference-list li:last-child{border-bottom:none}.content-section p,.content-section ul{color:#495057;font-size:1.05rem;line-height:1.8}.alert-success.tips-alert ul{line-height:1.8}.alert-success.tips-alert li{line-height:1.8;margin-bottom:.75rem}.alert-success.tips-alert li:last-child{margin-bottom:0}.ccc__section-gap{margin-top:4.75rem}.ccc__section-gap--lg{margin-top:6rem}@media(width <= 768px){.result-value{font-size:1.3rem}.equals{font-size:1.5rem;margin:0 .5rem}.steps-grid{grid-template-columns:1fr}.calculator-card{padding:1.5rem}.input-group-modern{margin-bottom:.5rem;padding:1rem}.form-label-modern{font-size:1rem}}
/*# sourceMappingURL=cooking-conversion-calculator.min.css.map*/