```html Interactive Endocrine System Simulation

Interactive Human Endocrine System Simulation

Customize inputs for State A, and optionally enable comparison with State B to see how they affect the endocrine system. Simulate to visualize gland activations per factor and compare hormone changes with quantifiable magnitudes (out of 10, with variability). Also view aggregated health effects on physical and mental health. Interact with the graph by zooming, panning, and clicking nodes for details. Health effects open in a separate window.

Disclaimer: This is a simplified educational tool based on general research. Results vary by individual (e.g., by age, sex); magnitudes are estimates with sources where available. Not medical advice; consult a doctor for personal health.

State A Controls
``` .btn-reset:hover { background-color: #5a6268; transform: scale(1.02); } .card { box-shadow: 0 4px 8px rgba(0,0,0,0.1); transition: box-shadow 0.3s, transform 0.2s; border: none; border-radius: 12px; } .card:hover { box-shadow: 0 6px 12px rgba(0,0,0,0.15); transform: translateY(-2px); } .description { font-size: 0.95rem; color: #6c757d; margin-bottom: 15px; } .label { font-size: 14px; pointer-events: none; fill: #495057; text-shadow: 1px 1px 2px white; transition: font-size 0.3s; } .link-label { font-size: 12px; fill: #6c757d; pointer-events: none; transition: fill 0.3s; } .link-label:hover { fill: #007bff; } .disclaimer { font-size: 0.9rem; color: #6c757d; text-align: center; margin-bottom: 2rem; padding: 10px; background: #e9ecef; border-radius: 8px; } #factor-select select { transition: background-color 0.3s; } #factor-select select:hover { background-color: #f1f3f5; } .hormone-label { font-size: 10px; fill: #000; pointer-events: none; text-anchor: middle; dominant-baseline: middle; }

Interactive Human Endocrine System Simulation

Customize inputs for State A, and optionally enable comparison with State B to see how they affect the endocrine system. Simulate to visualize gland activations per factor and compare hormone changes with quantifiable magnitudes (out of 10, with variability). Also view aggregated health effects on physical and mental health. Interact with the graph by zooming, panning, and clicking nodes for details. Health effects open in a separate window.

Disclaimer: This is a simplified educational tool based on general research. Results vary by individual (e.g., by age, sex); magnitudes are estimates with sources where available. Not medical advice; consult a doctor for personal health.

State A Controls
```