body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f5f5f5;color:#333;overflow-x:hidden;position:relative;height:100vh;overflow-y:auto}.app-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.app-nav{background-color:#2c3e50;padding:15px 20px;display:flex;gap:20px}.app-nav a{color:#fff;text-decoration:none;padding:8px 12px;border-radius:4px;transition:background-color .3s}.app-nav a:hover{background-color:#34495e}.main-content{display:flex;flex:1;padding:20px;gap:20px;flex-direction:column;height:calc(100vh - 60px);max-height:100%;overflow:hidden}@media (min-width: 768px){.main-content{flex-direction:row;overflow:hidden}}@media (max-width: 992px){.main-content{flex-direction:column;height:auto;overflow:visible}}.chat-section{flex:3;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px;display:flex;flex-direction:column;height:calc(100vh - 100px);max-height:800px;overflow:hidden;position:sticky;top:20px}.dashboard-section{flex:2;display:flex;flex-direction:column;height:calc(100vh - 100px);overflow-y:auto;position:relative;padding-right:10px;min-width:300px;max-width:1200px}.conversation-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.messages{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px;margin-bottom:20px;scroll-behavior:smooth}.message{padding:10px 15px;border-radius:18px;max-width:80%;word-wrap:break-word}.message.user{align-self:flex-end;background-color:#0084ff;color:#fff;border-bottom-right-radius:4px}.message.ai{align-self:flex-start;background-color:#e5e5ea;color:#333;border-bottom-left-radius:4px}.message.loading .dots{display:inline-block;animation:dots 1.5s infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.input-form{display:flex;gap:10px;padding:10px 0}.input-form input{flex:1;padding:12px 15px;border:1px solid #ddd;border-radius:20px;font-size:16px;outline:none}.input-form button{padding:12px 20px;background-color:#0084ff;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:16px;transition:background-color .3s}.input-form button:hover{background-color:#0073e6}.input-form button:disabled{background-color:#ccc;cursor:not-allowed}.dashboard{background:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000000d;height:fit-content;overflow-y:visible}.dashboard h1{color:#2c3e50;margin-bottom:20px;font-size:1.8rem;border-bottom:2px solid #e0e0e0;padding-bottom:10px}.metrics,.insights{margin-top:20px}.metrics h2,.insights h2{color:#2c3e50;border-bottom:2px solid #eee;padding-bottom:10px}.metrics ul{list-style-type:none;padding:0}.metrics li{padding:10px;margin:8px 0;background:#f9f9f9;border-radius:4px;font-size:15px;border-left:4px solid #3498db}.recommendations{margin-top:20px;height:auto;max-height:none;margin-bottom:30px;background:linear-gradient(to bottom right,#fff,#f0f9ff);overflow:visible}.recommendations h2{color:#2c3e50;border-bottom:2px solid #eee;padding-bottom:10px}.recommendations ul{list-style-type:none;padding:0}.recommendations li{padding:15px;margin:10px 0;background:#f9f9f9;border-radius:4px;border-left:4px solid #27ae60}.message .bullet-point{padding-left:10px;margin:4px 0}.recommendations-list{display:flex;flex-direction:column;gap:15px}.recommendation-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-bottom:10px}.recommendation-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#f5f9ff;cursor:pointer;transition:background-color .2s}.recommendation-header:hover{background-color:#e5f0ff}.recommendation-title{font-size:16px;font-weight:500}.recommendation-roi{font-size:14px;color:#2c3e50}.recommendation-toggle{font-size:20px;font-weight:700;color:#3498db;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.recommendation-details{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 15px}.recommendation-details.expanded{max-height:none!important;height:auto;padding:15px}.options-list{list-style-type:none;padding:0}.options-list li{padding:12px;margin:8px 0;background:#f9f9f9;border-radius:6px;border-left:4px solid #3498db}.option-name{font-weight:600;margin-bottom:4px}.option-details{font-size:14px;color:#555;margin-bottom:4px}.option-roi{font-size:14px;color:#27ae60;font-weight:500}.message strong{display:block;margin-top:8px;margin-bottom:4px;color:#2c3e50}.message br{display:block;content:"";margin-top:4px}.empty-dashboard,.empty-recommendations{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-dashboard h3,.empty-recommendations h3{color:#2c3e50;margin-bottom:15px}.empty-dashboard p,.empty-recommendations p{color:#7f8c8d;margin-bottom:10px;max-width:400px;line-height:1.6}.dashboard-card{background-color:#fff;border-radius:12px;box-shadow:0 3px 12px #00000014;padding:20px;margin-bottom:25px;transition:all .3s ease;border:1px solid #f0f0f0}.dashboard-card:hover{box-shadow:0 5px 15px #0000001f;transform:translateY(-3px)}.dashboard-card h2{color:#34495e;font-size:1.4rem;margin-bottom:16px;font-weight:600;border-bottom:2px solid #f5f5f5;padding-bottom:10px}.dashboard-card h3{font-size:1.1rem;color:#505a68;margin:12px 0 8px}.financial-summary{background:linear-gradient(to bottom right,#fff,#f8fbff)}.net-worth{background:linear-gradient(to bottom right,#fff,#f5fff8)}.investment-profile{background:linear-gradient(to bottom right,#fff,#fff8f5)}.financial-health{background:linear-gradient(to bottom right,#fff,#f5f5ff)}.insights{background:linear-gradient(to bottom right,#fff,#fffaf0)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-bottom:16px}.three-columns{grid-template-columns:repeat(3,1fr)}.metric-item{display:flex;flex-direction:column;padding:12px 15px;background-color:#f8f9fa;border-radius:6px;transition:background-color .2s}.metric-item:hover{background-color:#edf2f7}.metric-item.highlight{background-color:#e8f4fd;border-left:4px solid #2196F3}.metric-label{font-size:.9rem;color:#64748b;margin-bottom:6px}.metric-value{font-size:1.3rem;font-weight:600;color:#334155}.highlight-text{color:#2563eb}.risk-profile{font-weight:700}.savings-progress{margin-top:16px;padding-top:10px;border-top:1px solid #f0f0f0}.progress-container{height:12px;background-color:#e9ecef;border-radius:6px;margin:10px 0;overflow:hidden}.progress-bar{height:100%;color:#fff;text-align:center;font-size:.7rem;font-weight:600;line-height:12px;transition:width .5s ease}.progress-label{font-size:.85rem;color:#64748b;margin-top:5px;text-align:right}.health-status{display:flex;align-items:center;padding:12px 16px;border-radius:8px;margin:10px 0}.health-status.good{background-color:#e6f7ed;border-left:5px solid #4CAF50}.health-status.needs-improvement{background-color:#fff5f5;border-left:5px solid #F44336}.status-icon{font-size:1.5rem;margin-right:12px}.good .status-icon{color:#4caf50}.needs-improvement .status-icon{color:#f44336}.status-text{font-size:1rem;font-weight:500;color:#374151}.insights-text{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:16px}.recommendation-box{background-color:#f0f9ff;border-left:4px solid #3b82f6;padding:12px 16px;border-radius:6px;margin-top:16px}.recommendation-box h3{color:#1e40af;margin:0 0 8px;font-size:1.1rem}.recommendation-box p{color:#334155;margin:0;font-weight:500}@media (max-width: 992px){.metrics-grid,.three-columns{grid-template-columns:1fr}.chat-section{height:70vh;max-height:70vh;position:relative;top:0;width:100%;max-width:100%;margin-bottom:20px}.dashboard-section{height:auto;overflow:visible;width:100%;max-width:100%;padding-right:0}.main-content{padding:15px}.dashboard-card{padding:15px;margin-bottom:15px}}@media (max-width: 768px){.metrics-grid,.three-columns{grid-template-columns:1fr}.dashboard-card{padding:14px}.metric-item{padding:10px}.metric-value{font-size:1.2rem}.chat-section,.dashboard-section{height:auto;position:static}.main-content{flex-direction:column-reverse}.recommendations{margin-bottom:20px}}@media (max-width: 576px){.chat-section{height:60vh;max-height:60vh;padding:15px}.recommendation-header{flex-direction:column;align-items:flex-start}.recommendation-roi{margin-top:5px}.input-form{flex-direction:column}.input-form input{width:100%;margin-bottom:10px}.input-form button{width:100%}}html,body{scroll-behavior:smooth;overflow-x:hidden}.chat-section h2{position:sticky;top:0;background:#fff;margin-top:0;padding:10px 0;z-index:10}.financial-tools-container{max-width:1200px;margin:0 auto;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014}.financial-tools-container h1{color:#2c3e50;font-size:2rem;margin-bottom:15px;text-align:center}.tools-description{text-align:center;color:#5d6778;margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.calculator-selector{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px;margin-bottom:30px}.calculator-option{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;padding:16px;cursor:pointer;transition:all .3s ease;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center}.calculator-option:hover{border-color:#4dabf7;box-shadow:0 5px 15px #00000014;transform:translateY(-2px)}.calculator-option.active{border-color:#228be6;background:linear-gradient(to bottom,#f1f9ff,#fff);box-shadow:0 5px 15px #0000001a}.calculator-option h3{color:#343a40;font-size:1.1rem;margin-bottom:8px;font-weight:600}.calculator-option p{color:#6c757d;font-size:.9rem;margin:0}.calculator-container{background-color:#f9f9fb;border-radius:10px;padding:25px;margin-bottom:20px;box-shadow:inset 0 2px 8px #0000000d}.calculator{max-width:1000px;margin:0 auto}.calculator h2{text-align:center;color:#2c3e50;font-size:1.6rem;margin-bottom:25px;position:relative;padding-bottom:12px}.calculator h2:after{content:"";display:block;width:60px;height:3px;background:#3498db;position:absolute;bottom:0;left:50%;transform:translate(-50%);border-radius:3px}.calculator-form{background:#fff;border-radius:10px;padding:20px;margin-bottom:25px;box-shadow:0 2px 8px #0000000a}.form-section{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eaeaea}.form-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.form-section h3{color:#495057;font-size:1.1rem;margin-bottom:15px}.form-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.form-group{flex:1;min-width:200px}.form-group label{display:block;margin-bottom:6px;color:#495057;font-weight:500;font-size:.9rem}.form-group input[type=range]{width:100%;margin-bottom:8px;accent-color:#3498db}.range-value{display:flex;justify-content:flex-end}.range-value input{width:100px;text-align:right;padding:4px 8px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem}.calculator-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-bottom:25px;background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #0000000a}.result-item{padding:15px;border-radius:8px;background:#f8f9fa;text-align:center}.result-item h4{margin-top:0;margin-bottom:8px;color:#495057;font-size:.9rem;font-weight:500}.result-value{font-size:1.3rem;font-weight:700;color:#343a40}.result-item.highlight{background-color:#e9f7fe;border-left:4px solid #3498db}.result-item.highlight-positive{background-color:#e9fef0;border-left:4px solid #27ae60}.result-item.highlight-negative{background-color:#ffeaea;border-left:4px solid #e74c3c}.result-item.total{background-color:#f0f7ff;border-left:4px solid #4b6cb7}.chart-container{background:#fff;border-radius:10px;padding:20px;margin-bottom:25px;box-shadow:0 2px 8px #0000000a}.calculator table{width:100%;border-collapse:collapse;margin-top:15px;font-size:.9rem}.calculator table th{background-color:#f8f9fa;color:#495057;font-weight:600;padding:10px;text-align:left;border-bottom:2px solid #dee2e6}.calculator table td{padding:10px;border-bottom:1px solid #e9ecef;color:#343a40}.calculator table tr:last-child td{border-bottom:none}.calculator table tr:nth-child(2n){background-color:#f8f9fa}.goal-insights,.fd-info,.loan-tips,.retirement-insights,.sip-insights{background:#f8f9fb;border-radius:10px;padding:20px;margin-top:20px;border-left:4px solid #3498db}.goal-insights h3,.fd-info h3,.loan-tips h3,.retirement-insights h3,.sip-insights h3{color:#2c3e50;margin-top:0;margin-bottom:15px;font-size:1.1rem}.goal-insights ul,.fd-info ul,.loan-tips ul,.retirement-insights ul,.sip-insights ul{margin:0;padding-left:20px}.goal-insights li,.fd-info li,.loan-tips li,.retirement-insights li,.sip-insights li{margin-bottom:8px;line-height:1.5;color:#4a5568}.retirement-summary{margin-bottom:25px}.retirement-status{display:flex;align-items:center;padding:20px;border-radius:10px;margin-bottom:20px}.retirement-status.adequate{background-color:#ebfbee;border-left:5px solid #38c172}.retirement-status.inadequate{background-color:#fff5f5;border-left:5px solid #e53e3e}.status-icon{font-size:24px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px}.adequate .status-icon{background-color:#38c172;color:#fff}.inadequate .status-icon{background-color:#e53e3e;color:#fff}.status-details{flex:1}.status-details h3{margin-top:0;margin-bottom:5px;color:#2c3e50}.status-details p{margin:0;color:#4a5568}.additional-contribution-needed{background-color:#fef5e7;border-left:4px solid #f39c12;padding:15px;border-radius:8px;margin-bottom:20px}.additional-contribution-needed h3{color:#e67e22;margin-top:0;margin-bottom:10px;font-size:1.1rem}.additional-contribution-needed p{margin:0;color:#4a5568}.chart-legend{display:flex;justify-content:center;gap:20px;margin-top:15px}.legend-item{display:flex;align-items:center;font-size:.9rem}.legend-color{width:16px;height:16px;border-radius:4px;margin-right:6px}.legend-line{width:16px;height:3px;margin-right:6px}.calculator-disclaimer{text-align:center;color:#6c757d;font-size:.9rem;margin-top:30px;padding:0 20px}@media (max-width: 768px){.calculator-selector{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.calculator-form{padding:15px}.form-row{flex-direction:column;gap:10px}.calculator-results{grid-template-columns:1fr}.form-group{min-width:100%}.chart-container{padding:10px;height:auto}.calculator table{font-size:.8rem}.calculator table th,.calculator table td{padding:8px 5px}}.dashboard-container{background-color:#fff;border-radius:12px;box-shadow:0 3px 12px #00000014;padding:25px;margin-bottom:25px}.dashboard-container h2{color:#2c3e50;font-size:1.6rem;margin-bottom:20px;position:relative;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.metrics-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin-bottom:25px}.metric-card{background-color:#f8f9fa;border-radius:8px;padding:15px;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{transform:translateY(-3px);box-shadow:0 4px 6px #0000001a}.metric-card h3{font-size:.9rem;color:#64748b;margin-bottom:8px;font-weight:500}.metric-card .metric-value{font-size:1.3rem;font-weight:600;color:#334155}.insights-panel{background:linear-gradient(to bottom right,#fff,#fffaf0);border-radius:10px;padding:20px;margin-bottom:25px;border-left:4px solid #f59e0b}.insights-panel h3{color:#92400e;margin-top:0;margin-bottom:10px}.insights-panel p{color:#4b5563;margin:0;line-height:1.6}.growth-projection{background-color:#fff;border-radius:12px;padding:25px;box-shadow:0 3px 12px #00000014}.growth-projection h3{color:#2c3e50;margin-top:0;margin-bottom:20px}.chart-bars{display:flex;align-items:flex-end;height:250px;gap:8px;padding:20px 10px;border-bottom:1px solid #e5e7eb;margin-bottom:10px}.chart-column{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.chart-value-investment{width:100%;background-color:#3b82f6;border-top-left-radius:4px;border-top-right-radius:4px}.chart-value-growth{width:100%;background-color:#10b981;border-top-left-radius:4px;border-top-right-radius:4px}.chart-label{position:absolute;bottom:-25px;font-size:.8rem;color:#6b7280}.legend-color.investment{background-color:#3b82f6}.legend-color.growth{background-color:#10b981}.projection-summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-top:30px}.summary-item{background-color:#f8f9fa;padding:15px;border-radius:8px;text-align:center}.summary-label{font-size:.9rem;color:#64748b;margin-bottom:8px}.summary-value{font-size:1.2rem;font-weight:600;color:#334155}@media (max-width: 768px){.metrics-container{grid-template-columns:repeat(2,1fr)}.chart-bars{height:200px;gap:4px}.projection-summary{grid-template-columns:1fr}}@media (max-width: 576px){.metrics-container{grid-template-columns:1fr}.chart-bars{overflow-x:auto}.chart-column{min-width:40px}}.recommendations-container{background:#fff;border-radius:12px;padding:20px 25px;box-shadow:0 3px 12px #00000014;margin-bottom:25px}.recommendations-container h3{color:#2c3e50;font-size:1.4rem;margin-bottom:20px;position:relative;padding-bottom:10px}.recommendations-container h3:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:60px;background:linear-gradient(to right,#3498db,#5dade2);border-radius:3px}.allocation-chart{display:flex;flex-direction:column;gap:10px;margin-bottom:25px;background:#f8f9fa;border-radius:8px;padding:20px}.allocation-bar{display:flex;justify-content:space-between;align-items:center;border-radius:6px;padding:12px 15px;color:#fff;font-weight:500;transition:transform .2s ease;box-shadow:0 2px 5px #0000001a;min-width:50px}.allocation-bar:hover{transform:translate(5px)}.asset-name{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allocation-percent{font-size:1rem;font-weight:700;margin-left:8px}.recommendations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:30px}.recommendation-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.recommendation-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.card-header{padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.card-header h4{color:#2c3e50;font-size:1.1rem;margin:0;font-weight:600}.allocation-badge{background:#ffffffe6;color:#2c3e50;padding:4px 10px;border-radius:20px;font-weight:700;font-size:.9rem}.card-body{padding:15px 20px}.card-body p{color:#5d6778;font-size:.95rem;margin-bottom:15px;line-height:1.5}.expected-returns{background-color:#f8f9fa;border-radius:6px;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.9rem}.return-value{color:#2563eb;font-weight:700;font-size:1rem}.card-body h5{color:#2c3e50;font-size:1rem;margin-top:20px;margin-bottom:15px;border-bottom:1px solid #f0f0f0;padding-bottom:8px}.options-list{display:flex;flex-direction:column;gap:12px}.option-item{border-left:3px solid #3498db;padding:10px 15px;background-color:#f9f9f9;border-radius:0 6px 6px 0;transition:transform .2s ease}.option-item:hover{transform:translate(5px);background-color:#f0f7ff}.option-name{font-weight:600;color:#2c3e50;margin-bottom:5px}.option-details{font-size:.85rem;color:#64748b;margin-bottom:5px}.option-roi{font-size:.9rem;color:#059669;font-weight:600}.recommendations-container.empty{min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.recommendations-container.empty h3{margin-bottom:10px;font-size:1.3rem}.recommendations-container.empty p{color:#64748b;max-width:300px}@media (max-width: 768px){.recommendations-list{grid-template-columns:1fr}.allocation-bar{width:100%!important}}.chart-area{background:#fff;border-radius:10px;padding:10px;margin-bottom:20px;box-shadow:inset 0 0 5px #0000000d;position:relative}.chart-header{display:flex;justify-content:space-between;padding:0 10px;margin-bottom:5px}.chart-year-label,.chart-value-label{font-size:.8rem;color:#64748b;font-weight:500}.area-chart-container{width:100%;overflow:hidden;position:relative;border-bottom:1px solid #e5e7eb}.data-point:hover{transform:translateY(-3px)}.data-point circle{transition:r .2s ease}.data-point:hover circle{r:6}.value-indicator text{opacity:.9;filter:drop-shadow(0 1px 1px rgba(255,255,255,.8))}.chart-legend{display:flex;justify-content:center;gap:30px;margin:15px 0 25px;padding:10px;background:#f8f9fa;border-radius:8px}.legend-item{display:flex;align-items:center;font-size:.9rem;color:#4b5563}.legend-color{width:20px;height:10px;border-radius:3px;margin-right:8px;position:relative}.legend-color.investment{background:linear-gradient(180deg,#3b82f6cc,#3b82f633);border:1px solid #3b82f6}.legend-color.growth{background:linear-gradient(180deg,#10b981cc,#10b98133);border:1px solid #10b981}@media (max-width: 768px){.area-chart{height:180px}.value-indicator text{font-size:10px}}@media (max-width: 576px){.chart-legend{flex-direction:column;align-items:center;gap:10px}.area-chart{height:150px}}.allocation-chart{margin:30px 0}.allocation-bar-container{display:flex;align-items:center;margin-bottom:8px;position:relative}.allocation-bar{height:32px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#fff;font-weight:500;transition:all .3s ease;position:relative;min-width:3%}.allocation-bar.small-bar{min-width:3%;padding:0}.external-label{display:flex;justify-content:space-between;margin-left:10px;font-weight:500;width:85%}.asset-name{white-space:nowrap}.allocation-percent{margin-left:10px;font-weight:700}.chart-area{background:#fff;border-radius:12px;padding:18px;margin-bottom:20px;box-shadow:inset 0 0 5px #0000000d;position:relative}.chart-header{display:flex;justify-content:space-between;padding:0 10px;margin-bottom:10px}.chart-year-label,.chart-value-label{font-size:.9rem;color:#475569;font-weight:600}.area-chart-container{width:100%;overflow:hidden;position:relative;padding-bottom:30px}.area-chart{filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));overflow:visible}.investment-area,.growth-area{transition:opacity .3s ease}.investment-area:hover,.growth-area:hover{opacity:.9}.data-point{transition:transform .2s ease}.data-point:hover{transform:translateY(-3px) scale(1.1);z-index:10}.total-point{transition:r .2s ease}.data-point:hover .total-point{r:7}.year-marker text{transition:font-size .2s ease,fill .2s ease}.year-marker:hover text{font-size:13px;fill:#1e293b;font-weight:600}.value-bubble{transition:all .3s ease}.value-indicator:hover .value-bubble{width:95px;height:24px}.value-indicator:hover .value-text{font-size:12px;font-weight:700}.grid-lines line{stroke-dasharray:4 4}.chart-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin:22px 0;padding:15px;background:#f8fafc;border-radius:10px;box-shadow:0 1px 3px #0000000d}.legend-item{display:flex;align-items:center;font-size:.95rem;color:#334155;min-width:120px}.legend-color{width:24px;height:24px;border-radius:6px;margin-right:10px;position:relative;display:flex;align-items:center;justify-content:center}.legend-indicator{width:12px;height:12px;border-radius:3px}.legend-color.investment{background-color:#3867d626;border:1px solid rgba(56,103,214,.3)}.legend-color.growth{background-color:#20bf6b26;border:1px solid rgba(32,191,107,.3)}.legend-color.total{background-color:#2d37481a;border:1px solid rgba(45,55,72,.2)}.legend-color.investment .legend-indicator{background-color:#3867d6}.legend-color.growth .legend-indicator{background-color:#20bf6b}.legend-color.total .legend-indicator{background-color:#2d3748}.legend-text{display:flex;flex-direction:column}.legend-label{font-weight:500;font-size:.85rem;color:#64748b}.legend-value{font-weight:600;color:#334155;font-size:.9rem}.projection-summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin-top:10px}.summary-item{background-color:#f8fafc;padding:18px;border-radius:10px;text-align:center;box-shadow:0 2px 4px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.summary-item:hover{transform:translateY(-3px);box-shadow:0 6px 12px #00000014}.summary-label{font-size:.9rem;color:#64748b;margin-bottom:8px;font-weight:500}.summary-value{font-size:1.3rem;font-weight:600;color:#334155}.summary-item.total-value{background-color:#f0f9ff;border-left:4px solid #3867d6}.summary-item.total-value .summary-value{color:#1e40af}@media (max-width: 768px){.chart-legend{gap:15px;padding:12px}.legend-item{min-width:100px}}@media (max-width: 576px){.chart-legend{flex-direction:column;align-items:flex-start;gap:10px}.projection-summary{grid-template-columns:1fr}}.modern-chart{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:20px;margin-bottom:30px}.chart-wrapper{height:400px;position:relative}.chart-js-tooltip{background-color:#fffffff2!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important;padding:12px!important;border:1px solid rgba(226,232,240,.8)!important;color:#334155!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.projection-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:25px}.summary-item{background:linear-gradient(to bottom right,#fff,#f9fafb);border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;border:1px solid #f1f5f9;text-align:center}.summary-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.summary-label{font-size:.9rem;color:#64748b;margin-bottom:10px;font-weight:500;letter-spacing:.01em}.summary-value{font-size:1.5rem;font-weight:700;color:#334155;letter-spacing:-.01em}.summary-item.total-value{background:linear-gradient(to bottom right,#f0f9ff,#fff);border-left:4px solid #0ea5e9}.summary-item.total-value .summary-value{color:#0369a1}@media (max-width: 768px){.chart-wrapper{height:300px}.projection-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 576px){.chart-wrapper{height:250px}.projection-summary{grid-template-columns:1fr}.summary-value{font-size:1.3rem}}
