@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#1f2937}.app{min-height:100vh;padding:20px}.app-header{text-align:center;margin-bottom:40px;color:#fff}.app-header h1{font-size:3rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.app-header p{font-size:1.2rem;opacity:.9}.app-main{max-width:1400px;margin:0 auto}.config-panel{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.config-panel h2{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#1f2937}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.config-item{display:flex;flex-direction:column}.config-item label{font-weight:500;margin-bottom:8px;color:#374151}.config-item input{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s}.config-item input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.config-item .readonly-input{background-color:#f9fafb;color:#6b7280;cursor:not-allowed;border-color:#d1d5db}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.summary-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:transform .2s,box-shadow .2s}.summary-card:hover{transform:translateY(-2px);box-shadow:0 25px 50px -12px #00000040}.card-header{display:flex;align-items:center;margin-bottom:16px}.card-icon{width:24px;height:24px;margin-right:12px}.card-header h3{font-size:1rem;font-weight:500;color:#6b7280}.card-value{font-size:2rem;font-weight:700;color:#1f2937}.summary-card.blue .card-icon{color:#3b82f6}.summary-card.purple .card-icon{color:#8b5cf6}.summary-card.red .card-icon{color:#ef4444}.summary-card.green .card-icon{color:#10b981}.chart-container{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.chart-title{font-size:1.25rem;font-weight:600;margin-bottom:20px;color:#1f2937}.table-container{background:#fff;border-radius:16px;padding:30px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.table-title{font-size:1.25rem;font-weight:600;margin-bottom:20px;color:#1f2937}.table-wrapper{overflow-x:auto}.projection-table{width:100%;border-collapse:collapse;font-size:.875rem}.projection-table th{background:#f9fafb;padding:12px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.projection-table td{padding:12px;border-bottom:1px solid #e5e7eb;color:#1f2937}.projection-table tr:hover{background:#f9fafb}@media (max-width: 768px){.app{padding:10px}.app-header h1{font-size:2rem}.config-grid,.summary-cards{grid-template-columns:1fr}.chart-container,.table-container{padding:20px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
