.ValidatedNumericInput_container__V0hJd{margin-bottom:1rem}.ValidatedNumericInput_labelWrapper__IYsxV{justify-content:space-between;margin-bottom:.5rem;height:1.25rem}.ValidatedNumericInput_labelContent__Lt5xh{display:flex;align-items:center;gap:.375rem;font-weight:500;color:var(--color-foreground,var(--color-gray-800))}.ValidatedNumericInput_icon__EQluJ{font-size:1rem;line-height:1}.ValidatedNumericInput_required__LMkeN{color:var(--color-red-500);margin-left:.125rem}.ValidatedNumericInput_tooltipIcon__1_Cn6{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:50%;background-color:#e0e7ff;color:#4f46e5;font-size:.75rem;font-weight:600;cursor:help;transition:all .2s}.ValidatedNumericInput_tooltipIcon__1_Cn6:hover{background-color:#c7d2fe;transform:scale(1.1)}.ValidatedNumericInput_tooltipContent__AXuXL{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translateX(-50%);min-width:12rem;max-width:20rem;padding:.75rem;background:#fff;border:1px solid var(--color-gray-200);border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);font-size:.875rem;line-height:1.4;color:var(--color-gray-700);z-index:50;opacity:0;visibility:hidden;transition:all .2s;pointer-events:none}.ValidatedNumericInput_tooltipIcon__1_Cn6:hover .ValidatedNumericInput_tooltipContent__AXuXL{opacity:1;visibility:visible}.ValidatedNumericInput_tooltipContent__AXuXL:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#fff}.ValidatedNumericInput_inputWrapper__7ho9R{position:relative;display:flex;align-items:center}.ValidatedNumericInput_input__2RxLS{width:100%;padding:.625rem .75rem;font-size:.9375rem;line-height:1.5;color:var(--color-gray-800);background-color:#fff;border:1px solid var(--color-gray-300);border-radius:.5rem;outline:none;transition:all .2s}.ValidatedNumericInput_inputWithUnit__DG2N7{padding-right:3rem}.ValidatedNumericInput_input__2RxLS:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.ValidatedNumericInput_inputError__Qhgll{border-color:var(--color-red-500);background-color:var(--color-red-50)}.ValidatedNumericInput_inputError__Qhgll:focus{border-color:var(--color-red-600);box-shadow:0 0 0 3px rgba(239,68,68,.1)}.ValidatedNumericInput_unit__UO5yl{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--color-gray-500);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ValidatedNumericInput_errorMessage__x4ucu{margin-top:.375rem;font-size:.8125rem;color:var(--color-red-600);display:flex;align-items:center;gap:.25rem;animation:ValidatedNumericInput_slideDown__8mic5 .2s ease-out}.ValidatedNumericInput_errorMessage__x4ucu:before{content:"⚠️";font-size:.875rem}@keyframes ValidatedNumericInput_slideDown__8mic5{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}.ValidatedNumericInput_input__2RxLS:disabled{background-color:var(--color-gray-50);color:var(--color-gray-400);cursor:not-allowed;opacity:.6}@media (max-width:768px){.ValidatedNumericInput_input__2RxLS{font-size:1rem;padding:.75rem}.ValidatedNumericInput_tooltipContent__AXuXL{min-width:10rem;font-size:.8125rem}}.LayersInput_materialSelect__5_1Wz{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid var(--color-gray-300);border-radius:.5rem;font-size:.875rem;background-color:#fff;cursor:pointer;position:relative;z-index:1}.LayersInput_materialSelect__5_1Wz:hover{border-color:var(--color-gray-400)}.LayersInput_materialSelect__5_1Wz:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.LayersInput_iconContainer__Ftdii{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:1.125rem;pointer-events:none;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.LayersInput_layerRow__mWFxp{display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--color-gray-200);padding:.75rem;border-radius:.5rem;background-color:#fff;align-items:flex-end}@media (min-width:640px){.LayersInput_layerRow__mWFxp{flex-direction:row}}.LayersInput_materialSelectContainer__DqDgF{flex:1;width:100%}.LayersInput_thicknessContainer__DDIDw{width:100%}@media (min-width:640px){.LayersInput_thicknessContainer__DDIDw{width:7rem}}.LayersInput_thicknessSelect__qF8aZ{width:100%;padding:.5rem .75rem;border:1px solid var(--color-gray-300);border-radius:.5rem;font-size:.875rem;background-color:#fff;cursor:pointer}.LayersInput_thicknessSelect__qF8aZ:hover{border-color:var(--color-gray-400)}.LayersInput_thicknessSelect__qF8aZ:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.MetricsCards_grid__37kz3{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width:768px){.MetricsCards_grid__37kz3{grid-template-columns:repeat(3,1fr)}}.MetricsCards_card__yI_MJ{padding:1.25rem;border-radius:.75rem;transition:box-shadow .2s ease}.MetricsCards_card__yI_MJ:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.MetricsCards_cardBlue__rbCFC{background:linear-gradient(135deg,var(--color-blue-100) 0,var(--color-blue-200) 100%);border:1px solid #93c5fd}.MetricsCards_cardOrange__ePNR_{background:linear-gradient(135deg,#ffedd5,#fed7aa);border:1px solid #fdba74}.MetricsCards_cardRed__RpIyD{background:linear-gradient(135deg,var(--color-red-100) 0,#fecaca 100%);border:1px solid #fca5a5}.MetricsCards_cardGreen__lffqw{background:linear-gradient(135deg,var(--color-green-100) 0,#bbf7d0 100%);border:1px solid #86efac}.MetricsCards_header__Gi_dO{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.MetricsCards_icon__ysQM0{font-size:1.875rem;line-height:1}.MetricsCards_titleSection__fEafs{flex:1}.MetricsCards_title__LzczP{font-size:.75rem;font-weight:500;color:var(--color-gray-700)}.MetricsCards_unit__rJwgz{font-size:.75rem;color:var(--color-gray-500)}.MetricsCards_value__s2ITz{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);line-height:1.2}.MetricsCards_hint__0rhUd{font-size:.75rem;color:var(--color-gray-500);margin-top:.25rem}.MetricsCards_normsSection__z_K78{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1)}.MetricsCards_normsTitle__dLmJ8{font-size:.75rem;font-weight:500;color:var(--color-gray-700);margin-bottom:.25rem}.MetricsCards_normsList__7C4Ht{font-size:.75rem;color:var(--color-gray-600);display:flex;flex-direction:column;gap:.125rem}