:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body,#root{min-height:100vh;background:#f7fafc;font-family:Inter,sans-serif;color:#333d4b;display:flex;justify-content:center;align-items:center;padding:40px 20px}.app-container{background:#fff;max-width:720px;width:100%;border-radius:12px;padding:40px 50px 50px;box-shadow:0 8px 20px #32325d1a,0 4px 6px #00000012}.title{font-size:2.4rem;font-weight:700;margin-bottom:12px;color:#1e293b;text-align:center}.subtitle{font-size:1rem;font-weight:400;color:#64748b;margin-bottom:30px;text-align:center;line-height:1.5}.form-group{margin-bottom:24px}label{display:block;font-weight:600;margin-bottom:8px;color:#334155}input[type=number]{width:100%;padding:12px 14px;border-radius:10px;border:1.5px solid #cbd5e1;font-size:1rem;color:#1e293b;background-color:#fff;transition:border-color .3s ease}input[type=number]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #3b82f633}.separator{text-align:center;margin:10px 0 24px;color:#94a3b8;font-weight:600;letter-spacing:1.2px}button.simulate{width:100%;padding:16px 0;background:#2563eb;border:none;border-radius:12px;font-weight:700;font-size:1.15rem;color:#fff;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 15px #2563eb66}button.simulate:hover{background:#1e40af}.results-container{margin-top:36px;display:flex;gap:30px;justify-content:space-between;flex-wrap:wrap}.card{flex:1 1 45%;background:#f1f5f9;border-radius:16px;padding:30px 28px;box-shadow:0 4px 16px #64748b1a;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease}.card:hover{transform:translateY(-6px)}.card-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:20px;text-align:center;line-height:1.3}.price{font-size:2.2rem;font-weight:700;color:#1e293b;margin-top:22px;text-align:center}.progress-bar{width:100%;height:18px;background:#e2e8f0;border-radius:10px;overflow:hidden;box-shadow:inset 0 2px 6px #0000001a}.progress-fill{height:100%;border-radius:10px;transition:width .8s ease-in-out}.progress-past{background:linear-gradient(90deg,#2563eb,#3b82f6)}.progress-future{background:linear-gradient(90deg,#16a34a,#22c55e)}@media (max-width: 650px){.results-container{flex-direction:column}.card{flex:1 1 100%}}
