:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2d3748;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;min-width:320px;min-height:100vh;background:linear-gradient(to bottom right,#f0f4f8,#e2e8f0)}#root{width:100%}button{font-family:inherit}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}h1,h2,h3,h4,h5,h6{color:#1a202c}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 1rem;width:100%;max-width:800px;margin:0 auto}.home-page{padding:2rem;max-width:800px;margin:0 auto}.home-page h1{font-size:2rem;margin-bottom:1.5rem;color:#1a202c;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.tool-list{list-style-type:none;padding:0}.tool-list li{margin-bottom:1rem}.tool-list a{font-size:1.1rem;color:#3182ce;text-decoration:none;display:inline-block;padding:.5rem 0}.tool-list a:hover{text-decoration:underline;color:#2c5282}.coolant-calculator{max-width:1200px;margin:0 auto;padding:2rem 1rem}.calculator-header{text-align:center;margin-bottom:3rem}.calculator-header h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.subtitle{font-size:1.1rem;color:#718096;margin:0}.calculator-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.calculator-content{grid-template-columns:1fr}}.control-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0}.control-panel h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-top:0;margin-bottom:1.5rem}.control-group{margin-bottom:2rem}.control-group:last-child{margin-bottom:0}.control-label{display:block;font-weight:600;color:#4a5568;margin-bottom:.75rem;font-size:.95rem}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-option{display:flex;align-items:center;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.radio-option:hover{background-color:#f7fafc;border-color:#cbd5e0}.radio-option input[type=radio]{margin-right:.75rem;cursor:pointer;width:18px;height:18px}.radio-option span{font-size:1rem;color:#2d3748}.slider{width:100%;height:8px;border-radius:4px;background:#e2e8f0;outline:none;-webkit-appearance:none;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#3182ce;cursor:pointer;transition:all .2s}.slider::-webkit-slider-thumb:hover{background:#2c5282;transform:scale(1.1)}.slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#3182ce;cursor:pointer;border:none;transition:all .2s}.slider::-moz-range-thumb:hover{background:#2c5282;transform:scale(1.1)}.slider:disabled{opacity:.4;cursor:not-allowed}.slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.85rem;color:#718096}.temperature-input-group{display:flex;gap:1rem;align-items:center}.number-input{flex:1;padding:.75rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;outline:none;transition:border-color .2s}.number-input:focus{border-color:#3182ce}.unit-selector{display:flex;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}.unit-selector button{padding:.75rem 1rem;border:none;background:#fff;color:#4a5568;font-weight:600;cursor:pointer;transition:all .2s;border-right:1px solid #e2e8f0}.unit-selector button:last-child{border-right:none}.unit-selector button:hover{background:#f7fafc}.unit-selector button.active{background:#3182ce;color:#fff}.results-display{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;color:#fff;box-shadow:0 8px 16px #667eea66}.results-display h2{font-size:1.5rem;font-weight:600;margin-top:0;margin-bottom:.5rem}.coolant-name{font-size:1.2rem;font-weight:500;opacity:.95;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.2)}.results-hint{font-size:.9rem;opacity:.85;margin-bottom:1.5rem;text-align:center}.properties-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:480px){.properties-grid{grid-template-columns:1fr}}.property-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:1.25rem;transition:all .2s ease}.property-card.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.property-card.clickable:hover{background:#ffffff40;transform:translateY(-4px) scale(1.02);box-shadow:0 8px 20px #0003}.property-card.clickable:active{transform:translateY(-2px) scale(1.01)}.property-card.clickable.selected{background:#ffffff59;border:2px solid rgba(255,255,255,.5);box-shadow:0 4px 12px #ffffff4d}.property-card.highlight{background:#ffffff40;border:2px solid rgba(255,255,255,.3)}.property-label{font-size:.85rem;font-weight:500;opacity:.9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.property-value{font-size:1.8rem;font-weight:700;line-height:1.2}.property-unit{font-size:1rem;font-weight:500;opacity:.85;margin-left:.5rem}.property-note{font-size:.8rem;opacity:.75;margin-top:.25rem}.chart-section{background:#fff;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-section .property-chart h3{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 .5rem}.chart-section .chart-subtitle{font-size:1.1rem;color:#718096;margin:0 0 1.5rem;font-weight:500}.calculator-footer{text-align:center;padding:1.5rem;background:#f7fafc;border-radius:8px;margin-top:2rem}.calculator-footer p{margin:0;font-size:.9rem;color:#718096;line-height:1.6}
