*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}.container,body{min-height:100vh}.container{max-width:800px;margin:0 auto;padding:20px;display:flex;align-items:center;justify-content:center}.screen{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px rgba(0,0,0,.1);min-height:500px;animation:fadeIn .5s ease-in;width:100%;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1{font-size:2.5em;line-height:1.2}h1,h2{color:#2d3748;margin-bottom:20px}h2{font-size:2em}h3{font-size:1.8em;margin-bottom:15px}p{font-size:1.2em;color:#4a5568;margin-bottom:20px}.question{font-size:1.4em;color:#2d3748;font-weight:600;margin-bottom:30px}.button-group{display:flex;flex-direction:column;gap:15px;margin-top:30px}button{background:#667eea;color:#fff;border:none;padding:18px 30px;font-size:1.1em;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:600;text-align:center;width:100%}button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}button.secondary{background:#cbd5e0;color:#2d3748;margin-top:10px}button.secondary:hover{background:#a0aec0;box-shadow:0 5px 15px rgba(160,174,192,.4)}.back-button{background:transparent;color:#667eea;padding:10px 15px;font-size:1em;width:auto;margin-bottom:20px;box-shadow:none}.back-button:hover{background:#f7fafc;transform:translateX(-3px);box-shadow:none}.input-group{margin:30px 0}.input-group label{font-size:1.2em;font-weight:600;display:block;margin-bottom:10px}input[type=number],input[type=text]{width:100%;padding:15px;font-size:1.2em;border:2px solid #e2e8f0;border-radius:10px;transition:border-color .3s}input[type=number]:focus,input[type=text]:focus{outline:none;border-color:#667eea}.stat-box{background:#f7fafc;border-left:4px solid #667eea;padding:20px;margin:20px 0;border-radius:5px}.stat-number{font-size:3em;font-weight:700;color:#667eea;margin-bottom:10px}.stat-label{font-size:1.1em;color:#4a5568}.timeline{margin:30px 0}.timeline-item{padding:20px;border-left:3px solid #667eea;margin-left:20px;margin-bottom:20px;position:relative}.timeline-item:before{content:"";position:absolute;left:-8px;top:25px;width:12px;height:12px;border-radius:50%;background:#667eea}.timeline-year{font-size:1.5em;font-weight:700;color:#667eea;margin-bottom:5px}.timeline-desc{color:#4a5568;font-size:1.1em}.highlight{background:#fef5e7;padding:25px;border-radius:10px;margin:20px 0;border:2px solid #f39c12}.highlight strong{color:#e67e22;font-size:1.2em}.cta-section{background:#667eea;color:#fff;padding:30px;border-radius:15px;margin-top:40px}.cta-section h3{color:#fff}.cta-section p{color:#e6e9ff;margin-bottom:20px}.cta-section ul{list-style:none;margin:20px 0}.cta-section li{padding:10px 0 10px 30px;position:relative;color:#e6e9ff}.cta-section li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700;font-size:1.3em}.action-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-top:25px}.action-buttons a{background:#fff;color:#667eea;padding:15px 25px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}.action-buttons a:hover{transform:translateY(-2px);box-shadow:0 5px 15px hsla(0,0%,100%,.3)}.data-source{margin-top:40px;padding:20px;background:#f7fafc;border-radius:10px;font-size:.9em;color:#718096}.error{color:#e53e3e;margin-top:10px;font-size:1em}.calculator-options{display:flex;flex-direction:column;gap:30px;margin:30px 0}.calculator-option{background:#f7fafc;padding:30px;border-radius:15px;border:2px solid #e2e8f0;transition:all .3s}.calculator-option:hover{border-color:#667eea;box-shadow:0 5px 15px rgba(102,126,234,.1)}.calculator-option h3{font-size:1.5em;color:#2d3748;margin-bottom:10px}.calculator-option p{font-size:1em;color:#718096;margin-bottom:20px}.divider{text-align:center;font-size:1.2em;font-weight:600;color:#a0aec0;margin:10px 0}@media (max-width:600px){.container{padding:10px}.screen{padding:25px}h1{font-size:1.8em}h2{font-size:1.5em}.stat-number{font-size:2.5em}.action-buttons{flex-direction:column}.action-buttons a{width:100%;text-align:center}}