.column{min-width:0}#input-section,#results-section,#visualization-section{background:var(--surface-color);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.input-group{margin-bottom:1.2rem}.input-group label{display:block;font-weight:500;font-size:.95rem;color:var(--text-primary);margin-bottom:.5rem}.slider-container{display:flex;align-items:center;gap:.75rem}.slider-container input[type=range]{flex:1;height:6px;border-radius:3px;background:var(--border-color);outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.slider-container input[type=range]::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary-color);border:2px solid white;box-shadow:var(--shadow-sm);cursor:pointer}.slider-container input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary-color);border:2px solid white;box-shadow:var(--shadow-sm);cursor:pointer}.slider-value{min-width:4.5rem;text-align:center;font-size:.9rem;font-weight:600;color:var(--text-primary);background:var(--background-color);border:1px solid var(--border-color);border-radius:4px;padding:.25rem .5rem}.unit{min-width:3rem;text-align:left;font-size:.85rem;color:var(--text-secondary)}#reset-button{width:100%;margin-top:.25rem}.results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.result-item{display:flex;flex-direction:column;gap:.25rem;padding:.9rem 1rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:var(--border-radius)}.result-item .label{font-size:.85rem;color:var(--text-secondary)}.result-item span:last-child{font-size:1.05rem;font-weight:600;color:var(--text-primary)}.result-item.emphasis{background:linear-gradient(135deg,#646ef61f,#ff980024);border-color:#646ef640}.result-note{margin-top:.9rem;color:var(--text-secondary);font-size:.9rem;line-height:1.5}.graph{min-height:400px;border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.info-panel{margin-top:1rem;padding:1rem;border-radius:var(--border-radius);border:1px solid #e0e4ff;background:#f8f9ff}.info-panel p{margin-bottom:.5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.info-panel p:last-child{margin-bottom:0}.info-panel strong{color:var(--text-primary)}@media(max-width:768px){.slider-container{flex-wrap:wrap;gap:.5rem}.slider-container input[type=range]{width:100%}.results-grid{grid-template-columns:1fr}.graph{min-height:340px}}
