body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.container{margin:0 auto;max-width:1400px;padding:0 16px}.App-header{background:linear-gradient(135deg,#2b6cb0,#3182ce);box-shadow:0 2px 10px #0000001a;color:#fff;padding:20px 0}.App-header h1{font-size:24px;font-weight:600;margin-bottom:12px;text-align:center}.header-actions{display:flex;gap:12px;justify-content:center}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.btn-header{background-color:#fff3;border:1px solid #ffffff4d;color:#fff}.btn-header:hover{background-color:#ffffff4d}.btn-danger{background-color:#e53e3e;color:#fff}.btn-danger:hover{background-color:#c53030}.btn-primary{background-color:#3182ce;color:#fff}.btn-primary:hover{background-color:#2c5282}.btn-sm{font-size:12px;padding:6px 12px}.main-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:400px 1fr;margin-top:20px;min-height:calc(100vh - 120px)}.input-panel{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.input-panel>h2{border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:16px;font-weight:600;margin:0;padding:16px 20px}.results-panel{display:flex;flex-direction:column;gap:20px}.financial-input-form{margin:0}.tabs{border-bottom:1px solid #e2e8f0;display:flex}.tab{background:none;border:none;color:#4a5568;cursor:pointer;flex:1 1;font-size:12px;font-weight:500;padding:12px 8px;text-align:center;transition:all .2s ease}.tab:hover{background-color:#f7fafc}.tab-active{background-color:#3182ce;color:#fff}.tab:disabled{cursor:not-allowed;opacity:.6}form{background:#fff;border-radius:0;box-shadow:none;margin:0;max-height:70vh;overflow-y:auto;padding:16px 20px}input,select{border:1px solid #cbd5e0;border-radius:4px;font-size:13px;margin-bottom:12px;padding:8px 12px;transition:border-color .2s ease;width:100%}input:focus,select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}label{color:#2d3748;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:0;padding:20px}.section-title{color:#2d3748;font-size:16px;font-weight:600;margin-bottom:16px}.financial-summary-widget-compact{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:0;overflow:hidden}.results-header{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:1px solid #e2e8f0;padding:16px 20px}.results-header h2{color:#2d3748;font-size:16px;font-weight:600;margin-bottom:8px}.summary-status-badge{border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.summary-status-badge.excellent{background-color:#38a169}.summary-status-badge.good{background-color:#3182ce}.summary-status-badge.fair{background-color:#d69e2e}.summary-status-badge.poor{background-color:#e53e3e}.results-content{padding:20px}.key-metrics{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.metric-card{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:6px;padding:16px;text-align:center}.metric-card .label{color:#4a5568;font-size:12px;margin-bottom:4px}.metric-card .value{color:#2d3748;font-size:18px;font-weight:700}.metric-card .subtext{color:#718096;font-size:11px;margin-top:2px}.cash-flow-analysis{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.cash-flow-analysis .section-title{font-size:16px;margin-bottom:16px}.analysis-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.analysis-section{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:6px;padding:16px}.analysis-section h3{align-items:center;color:#2d3748;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:12px}.analysis-section ul{list-style:none;margin:0;padding:0}.analysis-section li{color:#4a5568;font-size:13px;padding:4px 0}.analysis-section li:before{color:#3182ce;content:"•";margin-right:8px}.status-box{border-left-width:4px;border-radius:6px;font-size:13px;margin-bottom:16px;padding:12px 16px}.status-green{background-color:#f0fff4;border-left-color:#48bb78;color:#276749}.status-blue{background-color:#ebf8ff;border-left-color:#4299e1;color:#2c5282}.status-yellow{background-color:#fffaf0;border-left-color:#ecc94b;color:#975a16}.status-red{background-color:#fff5f5;border-left-color:#f56565;color:#c53030}.grid{grid-gap:12px;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.validation-errors{background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;font-size:13px;margin:16px 20px;padding:12px 16px}.validation-errors h4{color:#c53030;font-size:14px;margin-bottom:8px}.validation-errors ul{color:#c53030;margin:8px 0 12px 16px}.validation-errors li{margin-bottom:4px}.loading-indicator{background:#ebf8ff;border:1px solid #bee3f8;border-radius:6px;margin-bottom:16px;padding:16px;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3182ce;height:24px;margin:0 auto 8px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-card{background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;color:#c53030;font-size:13px;padding:16px}.error-card h3{font-size:14px;margin-bottom:8px}.report-exporter,.visualization-dashboard{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}@media (max-width:1024px){.main-layout{gap:16px;grid-template-columns:1fr}.input-panel{position:relative;top:0}.key-metrics{grid-template-columns:repeat(2,1fr)}.analysis-grid,.grid-cols-3{grid-template-columns:1fr}.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.container{padding:0 12px}.grid-cols-2,.key-metrics{grid-template-columns:1fr}.header-actions{align-items:center;flex-direction:column}form{max-height:none}}button:focus,input:focus,select:focus{outline:2px solid #3182ce;outline-offset:2px}@media (prefers-contrast:high){.financial-summary-widget-compact,.input-panel,.section{border:2px solid #000}.ad-banner-container{background:linear-gradient(135deg,#667eea,#764ba2);border-top:1px solid #e2e8f0;margin-top:2rem;padding:1rem 0;text-align:center}.ad-banner-placeholder{margin:0 auto;max-width:1200px;padding:0 1rem}.ad-banner-content{align-items:center;background:#fffffff2;border:2px dashed #6b7280;border-radius:.75rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;min-height:100px;padding:2rem;transition:all .3s ease}.ad-banner-content:hover{background:#fff;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.ad-banner-text{color:#4a5568;font-size:1.25rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ad-banner-link{background-color:#3182ce;border:2px solid #3182ce;border-radius:.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.ad-banner-link:hover{background-color:#2c5282;border-color:#2c5282;box-shadow:0 4px 12px #3182ce66;transform:translateY(-1px)}.app-footer{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-top:2px solid #e2e8f0;margin-top:4rem}.footer-content{padding:3rem 0 1rem}.footer-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.footer-section{background:#ffffffb3;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.footer-section:hover{background:#ffffffe6;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.footer-section-title{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.25rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem}.contact-section{background:#f4f9ffcc;border-left:4px solid #3182ce}.contact-item{margin-bottom:.75rem}.contact-label{color:#4a5568;display:block;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.contact-email{background:#fffc;border:1px solid #bee3f8;border-radius:.375rem;color:#3182ce;display:inline-block;font-size:1.1rem;font-weight:600;padding:.5rem;text-decoration:none;transition:all .2s ease}.contact-email:hover{background:#fff;border-color:#3182ce;box-shadow:0 2px 8px #3182ce33;transform:translateY(-1px)}.contact-note{color:#6b7280;font-size:.9rem;font-style:italic;margin:.75rem 0 0}.legal-section{background:#fff9f0cc;border-left:4px solid #f6ad55}.legal-links{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.legal-link{background:none;border:none;border-radius:.25rem;color:#975a16;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem;text-align:left;transition:all .2s ease}.legal-link:hover{background:#f6ad551a;color:#744210;transform:translateX(4px)}.legal-note{background:#fff9;border-left:3px solid #f6ad55;border-radius:.375rem;color:#975a16;font-size:.85rem;font-weight:500;margin:0;padding:.75rem}.about-section{background:#f0fff4cc;border-left:4px solid #48bb78}.about-text{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.social-links{margin-top:1rem}.social-placeholder{background:#fff9;border:1px dashed #d1d5db;border-radius:.25rem;color:#6b7280;display:inline-block;font-size:.9rem;font-style:italic;padding:.5rem}.copyright-bar{background:#fffc;border-top:2px solid #e2e8f0;padding:1.5rem 0}.copyright-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright-text{color:#4a5568;font-size:.95rem;font-weight:500}.version-info{color:#6b7280;font-size:.85rem;font-style:italic}@media (max-width:768px){.ad-banner-content{flex-direction:column;min-height:auto;padding:1.5rem}.ad-banner-text{font-size:1.1rem}.footer-content{padding:2rem 0 1rem}.footer-sections{gap:1.5rem;grid-template-columns:1fr}.footer-section{padding:1.25rem}.copyright-content{flex-direction:column;gap:.5rem;text-align:center}.legal-links{flex-direction:row;flex-wrap:wrap;gap:.25rem}.legal-link{flex:1 1;min-width:120px;text-align:center}}@media (max-width:480px){.ad-banner-container{padding:.75rem 0}.ad-banner-content{padding:1rem}.ad-banner-text{font-size:1rem}.footer-section{padding:1rem}.footer-section-title{font-size:1.1rem}.contact-email{display:block;font-size:1rem;text-align:center}}@media (prefers-reduced-motion:reduce){.ad-banner-content,.contact-email,.footer-section,.legal-link{transition:none}}@media (prefers-contrast:high){.app-footer{background:#fff}.footer-section{background:#fff;border:2px solid #000}.ad-banner-content{background:#fff;border:3px solid #000}.contact-email{border:2px solid #000}}.minimal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;margin-top:3rem}.ad-banner-minimal{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem;text-align:center}.ad-banner-minimal span{color:#fff;font-size:.95rem;font-weight:600}.ad-banner-minimal a{background:#fff;border:2px solid #0000;border-radius:6px;color:#667eea;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.ad-banner-minimal a:hover{border-color:#ffffff4d;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.footer-main{padding:2rem 0 1rem}.footer-row{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr;margin-bottom:1.5rem}.footer-brand{display:flex;flex-direction:column;gap:.25rem}.footer-brand h3{color:#2d3748;font-size:1.1rem;font-weight:700;margin:0}.footer-brand p{color:#6b7280;font-size:.9rem;font-weight:500;margin:0}.footer-contact{display:flex;flex-direction:column;gap:.5rem;text-align:center}.footer-contact span{color:#6b7280;font-size:.9rem;font-weight:500}.contact-button{background:#3182ce;border:2px solid #3182ce;border-radius:6px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.contact-button:hover{background:#2c5282;border-color:#2c5282;box-shadow:0 4px 12px #3182ce4d;transform:translateY(-1px)}.contact-button:focus{outline:3px solid #3182ce80;outline-offset:2px}.footer-legal{display:flex;gap:.75rem;justify-content:flex-end}.footer-legal button{background:none;border:1px solid #d1d5db;border-radius:4px;color:#6b7280;cursor:pointer;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .2s ease}.footer-legal button:hover{background:#3182ce0d;border-color:#3182ce;color:#3182ce;transform:translateY(-1px)}.footer-legal button:focus{border-color:#3182ce;outline:3px solid #3182ce80;outline-offset:2px}.footer-legal button:active{transform:translateY(0)}.copyright-minimal{border-top:1px solid #e5e7eb;color:#9ca3af;font-size:.8rem;font-weight:500;padding-top:1rem;text-align:center}.legal-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.legal-modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.legal-modal-header{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:2px solid #e2e8f0;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.legal-modal-header h2{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.legal-modal-close{align-items:center;background:none;border:2px solid #cbd5e0;border-radius:50%;color:#4a5568;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.legal-modal-close:hover{background-color:#fed7d7;border-color:#e53e3e;color:#e53e3e;transform:scale(1.1)}.legal-modal-close:focus{outline:3px solid #3182ce;outline-offset:2px}.legal-modal-body{flex:1 1;overflow-y:auto;padding:2rem}.legal-content{color:#2d3748;line-height:1.6}.legal-content h3{border-bottom:2px solid #bee3f8;color:#2b6cb0;font-size:1.5rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem}.legal-content h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem}.legal-text p{font-size:.95rem;margin-bottom:1rem}.legal-text ul{margin:.75rem 0 1rem 1.5rem;padding:0}.legal-text li{font-size:.95rem;margin-bottom:.5rem}.legal-text a{color:#3182ce;font-weight:600;text-decoration:none}.legal-text a:hover{color:#2c5282;text-decoration:underline}.disclaimer-highlight{background:linear-gradient(135deg,#fff5f5,#fed7d7);border:2px solid #f56565;border-radius:8px;margin:1.5rem 0;padding:1rem}.disclaimer-highlight p{color:#c53030;font-weight:600;margin:0}.legal-modal-footer{background:#f8f9fa;border-radius:0 0 12px 12px;border-top:1px solid #e2e8f0;display:flex;justify-content:center;padding:1rem 2rem}@media (max-width:768px){.footer-row{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-legal{justify-content:center}.ad-banner-minimal{flex-direction:column;gap:.5rem;padding:.75rem}.footer-main{padding:1.5rem 0 1rem}.legal-modal-overlay{padding:.5rem}.legal-modal-content{max-height:95vh}.legal-modal-header{padding:1rem 1.5rem}.legal-modal-body{padding:1.5rem}}@media (max-width:480px){.footer-brand h3{font-size:1rem}.footer-brand p{font-size:.8rem}.contact-button{font-size:.8rem;padding:.4rem .8rem}.footer-legal{flex-wrap:wrap;gap:.5rem}.footer-legal button{font-size:.75rem;padding:.3rem .6rem}.copyright-minimal{font-size:.75rem;line-height:1.4}.ad-banner-minimal span{font-size:.85rem}.ad-banner-minimal a{font-size:.8rem;padding:.4rem .8rem}.legal-modal-close{font-size:1rem;height:35px;width:35px}.legal-content h3{font-size:1.25rem}}@media (prefers-contrast:high){.minimal-footer{border-top:3px solid #000}.footer-legal button{border:2px solid #000}.contact-button,.legal-modal-content{border:3px solid #000}}@media (prefers-reduced-motion:reduce){.legal-modal-content{animation:none}.ad-banner-minimal a,.contact-button,.footer-legal button{transition:none}.contact-button:hover,.footer-legal button:hover{transform:none}}.legal-modal-content:focus{outline:none}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}
/*# sourceMappingURL=main.370a7718.css.map*/