.input-group-custom{margin-bottom:1rem}.input-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;color:#4a5568}.input-with-unit{position:relative;display:flex;align-items:center}.input-with-unit .form-input{flex:1;padding-right:45px}.input-unit-suffix{position:absolute;right:12px;color:#64748b;font-size:.9rem;font-weight:500;pointer-events:none}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;font-size:.7rem;font-weight:bold;cursor:help;position:relative}.tooltip-icon .tooltip-text{visibility:hidden;position:absolute;z-index:100;bottom:130%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.85);color:#fff;padding:8px 12px;border-radius:8px;font-size:.8rem;font-weight:normal;white-space:nowrap;opacity:0;transition:opacity .3s ease}.tooltip-icon:hover .tooltip-text{visibility:visible;opacity:1}.result-card{background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);border-radius:12px;padding:1rem;text-align:center;margin-bottom:.75rem}.result-label{font-size:.9rem;color:#64748b;margin-bottom:.25rem}.result-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:'Poppins',sans-serif}.result-value-small{font-size:1.25rem;font-weight:600;color:#667eea}.height-comparison-container{position:relative;padding:1rem 0}.height-comparison-grid{display:flex;justify-content:space-around;align-items:flex-end;height:220px;padding:0 1rem;margin-bottom:.5rem}.height-column{display:flex;flex-direction:column;align-items:center;flex:1;max-width:100px}.height-bar-wrapper{position:relative;width:100%;height:160px;display:flex;align-items:flex-end;justify-content:center}.height-bar{width:40px;border-radius:8px 8px 0 0;transition:height .5s ease;position:relative;z-index:2}.father-bar{background:linear-gradient(180deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 12px rgba(59,130,246,.4)}.mother-bar{background:linear-gradient(180deg,#ec4899 0%,#be185d 100%);box-shadow:0 4px 12px rgba(236,72,153,.4)}.child-bar{background:linear-gradient(180deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px rgba(102,126,234,.4)}.prediction-range-bar{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;background:linear-gradient(180deg,rgba(102,126,234,.2) 0%,rgba(118,75,162,.2) 100%);border:2px dashed rgba(102,126,234,.5);border-bottom:none;border-radius:8px 8px 0 0;z-index:1;transition:all .5s ease}.height-icon{margin-top:.75rem;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff}.father-column .height-icon{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.mother-column .height-icon{background:linear-gradient(135deg,#ec4899 0%,#be185d 100%)}.child-column .height-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.height-label{margin-top:.5rem;font-size:.8rem;font-weight:500;color:#4a5568;text-align:center}.height-value{margin-top:.25rem;font-size:1rem;font-weight:700;color:#1e293b}.father-column .height-value{color:#1d4ed8}.mother-column .height-value{color:#be185d}.child-column .height-value{color:#764ba2}.height-range-text{font-size:.75rem;color:#64748b;margin-top:.125rem}.height-scale{position:relative;margin-top:.5rem;padding:0 1rem}.scale-line{height:2px;background:linear-gradient(90deg,#e2e8f0 0%,#94a3b8 50%,#e2e8f0 100%);border-radius:1px}.scale-labels{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.7rem;color:#64748b}.prediction-box{background:linear-gradient(135deg,rgba(102,126,234,.15) 0%,rgba(118,75,162,.15) 100%);border:2px solid rgba(102,126,234,.3);border-radius:16px;padding:1.5rem;text-align:center;margin-bottom:1rem}.prediction-main{margin-bottom:1rem}.prediction-main .value{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:'Poppins',sans-serif;line-height:1}.prediction-main .unit{font-size:1.25rem;color:#667eea;margin-left:4px}.prediction-range{display:flex;justify-content:center;gap:2rem;padding-top:1rem;border-top:1px dashed rgba(102,126,234,.3)}.range-item{text-align:center}.range-item .label{font-size:.8rem;color:#64748b;margin-bottom:.25rem}.range-item .value{font-size:1.25rem;font-weight:600;color:#667eea}.percentile-container{margin-top:1rem}.percentile-bar{position:relative;height:24px;background:linear-gradient(to right,#ef4444 0%,#f97316 20%,#eab308 40%,#22c55e 60%,#3b82f6 80%,#8b5cf6 100%);border-radius:12px;overflow:visible}.percentile-marker{position:absolute;top:-8px;width:4px;height:40px;background:#1e293b;border-radius:2px;transform:translateX(-50%);transition:left .3s ease}.percentile-marker::after{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #1e293b}.percentile-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#64748b}.percentile-value{text-align:center;margin-top:.75rem;font-size:1.1rem;font-weight:600;color:#667eea}.advanced-toggle{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:rgba(102,126,234,.1);border-radius:10px;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.advanced-toggle:hover{background:rgba(102,126,234,.15)}.advanced-toggle .toggle-text{font-weight:500;color:#667eea}.advanced-toggle .toggle-icon{transition:transform .3s ease;color:#667eea}.advanced-toggle.expanded .toggle-icon{transform:rotate(180deg)}.advanced-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.advanced-content.show{max-height:500px}.gender-toggle{display:flex;background:rgba(102,126,234,.1);border-radius:12px;padding:4px;gap:4px}.gender-option{flex:1;padding:.75rem;border:none;background:transparent;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;color:#64748b}.gender-option:hover{background:rgba(255,255,255,.5)}.gender-option.active{background:#fff;color:#667eea;box-shadow:0 2px 8px rgba(102,126,234,.3)}.gender-option i{font-size:1.2rem}.disclaimer-box{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);border-radius:10px;padding:1rem;margin-top:1rem}.disclaimer-box .disclaimer-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#d97706;margin-bottom:.5rem}.disclaimer-box .disclaimer-text{font-size:.85rem;color:#92400e;line-height:1.5}.formula-box{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:10px;padding:1rem;margin-top:1rem}.formula-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2563eb;margin-bottom:.5rem}.formula-content{font-family:'Roboto Mono',monospace;font-size:.9rem;color:#1e40af;line-height:1.6}@media(max-width:767px){.height-comparison-grid{height:180px}.height-bar-wrapper{height:120px}.height-bar{width:32px}.prediction-range-bar{width:42px}.height-icon{width:30px;height:30px;font-size:.9rem}.height-label{font-size:.7rem}.height-value{font-size:.85rem}.height-range-text{font-size:.65rem}.prediction-main .value{font-size:2.5rem}.prediction-range{gap:1rem}.range-item .value{font-size:1.1rem}.input-with-unit .form-input{padding-right:35px}.input-unit-suffix{right:8px;font-size:.8rem}}