.main-layout{grid-template-columns:45% 1fr}#input-section{background:var(--surface-color);border-radius:var(--border-radius);padding:1.25rem;box-shadow:var(--shadow-md);margin-bottom:1rem;border:1px solid var(--border-color);display:flex;flex-direction:column;height:fit-content}#results-section{background:var(--surface-color);border-radius:var(--border-radius);padding:1.25rem;box-shadow:var(--shadow-md);border:1px solid var(--border-color);position:relative}.column{min-width:0;display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column;margin-bottom:1rem}.input-group label{font-weight:500;font-size:.9rem;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center}.slider-container{display:flex;align-items:center;gap:.75rem;background:var(--background-color);padding:.75rem;border-radius:6px;border:1px solid var(--border-color)}.input-group input[type=range]{flex:1;height:6px;border-radius:3px;background:var(--border-color);outline:none;opacity:.7;transition:var(--transition)}.input-group input[type=range]:hover{opacity:1}.input-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;box-shadow:var(--shadow-sm)}.input-group input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:none;box-shadow:var(--shadow-sm)}.slider-value{font-weight:600;color:var(--primary-color);min-width:2rem;text-align:center}.unit{font-size:.85rem;color:var(--text-secondary);min-width:2rem}.material-properties{margin-top:1.5rem;padding:1rem;background:var(--background-color);border-radius:6px;border:1px solid var(--border-color)}.material-properties h3{margin:0 0 .75rem;font-size:1rem;color:var(--text-primary);font-weight:600}.material-properties p{margin:.25rem 0;font-size:.9rem;color:var(--text-primary)}#results-overlay h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-primary);font-weight:600}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.result-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--background-color);border-radius:4px;border:1px solid var(--border-color);font-size:.85rem}.result-item .label{font-weight:500;color:var(--text-secondary)}.result-item span:last-child{font-weight:600;color:var(--text-primary)}#visualization-section{background:var(--surface-color);text-align:center;position:relative;height:fit-content}#visualization-section h2{margin:0 0 1.25rem;font-size:1.25rem;color:var(--text-primary);font-weight:600}.graphs-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%}.graph{width:100%;height:400px;max-height:400px;border:2px solid var(--border-color);border-radius:8px;background:var(--surface-color);box-shadow:var(--shadow-sm);overflow:hidden}@media(max-width:1024px){.graphs-container{gap:1rem}.graph{height:350px;max-height:350px}}@media(max-width:768px){.results-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.result-item{padding:.4rem;font-size:.8rem}.slider-container{padding:.6rem;gap:.5rem}.graph{height:300px;max-height:300px}}@media(max-width:640px){.results-grid{grid-template-columns:repeat(2,1fr)}.graph{height:250px;max-height:250px}}
