@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--primary-color:#3b82f6;--primary-light:#60a5fa;--primary-dark:#2563eb;--secondary-color:#8b5cf6;--accent-color:#f97316;--text-main:#0f172a;--text-secondary:#64748b;--bg-light:#f8fafc;--bg-white:#fff;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--red-500:#ef4444;--green-500:#10b981;--blue-500:#0ea5e9}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;background-color:var(--bg-light);color:#0f172a;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.app-container{margin:0 auto;max-width:1200px;padding:20px}h1,h2,h3,h4{color:#0f172a;color:var(--text-main);font-weight:600}h1{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}h2{align-items:center;display:flex;font-size:1.25rem;margin-bottom:1rem}h2 svg{margin-right:.5rem}h3{font-size:1rem;margin-bottom:.5rem}.card{background-color:#fff;background-color:var(--bg-white);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;padding:1.5rem}.grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.grid-2col{grid-template-columns:1fr 1fr}}.input-group{margin-bottom:1.25rem}.input-label{align-items:center;display:flex;font-weight:500;margin-bottom:.5rem}.input-label svg{margin-right:.5rem}.input-row{align-items:center;display:flex}input[type=range]{background-color:#e2e8f0;background-color:var(--gray-200);border-radius:.25rem;flex:1 1;height:.5rem;margin-right:.75rem}input[type=number]{border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:.25rem;padding:.25rem .5rem;text-align:right;width:5rem}.result-card{border-radius:.5rem;margin-bottom:.5rem;padding:1rem}.result-blue{background-color:#eff6ff}.result-purple{background-color:#f5f3ff}.result-label{font-size:.875rem;margin-bottom:.25rem}.result-value{font-size:1.5rem;font-weight:700}.result-unit{font-size:.75rem}.divider{background-color:#e2e8f0;background-color:var(--gray-200);height:1px;margin:1rem 0}.diagram-container{width:100%}.info-list{margin-top:.5rem;padding-left:1.5rem}.info-list li{margin-bottom:.25rem}
/*# sourceMappingURL=main.0d5eb133.css.map*/