.hero{min-height:100vh;display:flex;align-items:center;background:#0f172a;padding:2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%;top:-200px;right:-100px;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.025em}.gradient-text{color:#f1f5f9}.hero-subtitle{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;color:#cbd5e0;font-weight:400}.hero-cta{background:#3b82f6;color:#fff;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666;background:#2563eb}.hero-cta .arrow{transition:transform .2s ease}.hero-cta:hover .arrow{transform:translate(3px)}.hero-note{margin-top:1rem;font-size:.875rem;color:#94a3b8}.hero-visual{display:flex;justify-content:center;align-items:center}.mockup-card{background:#fff;border-radius:8px;box-shadow:0 20px 60px #00000080;width:100%;max-width:500px;overflow:hidden;border:1px solid #334155}.mockup-header{background:#1e293b;padding:1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #334155}.mockup-dots{display:flex;gap:.4rem}.mockup-dots span{width:10px;height:10px;border-radius:50%;background:#475569}.mockup-dots span:nth-child(1){background:#ef4444}.mockup-dots span:nth-child(2){background:#f59e0b}.mockup-dots span:nth-child(3){background:#10b981}.mockup-title{color:#94a3b8;font-size:.875rem;font-weight:500}.mockup-content{padding:3rem;min-height:300px;display:flex;align-items:center;justify-content:center;background:#f8fafc}.upload-animation{text-align:center}.upload-icon{font-size:3.5rem;color:#64748b;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.upload-progress{width:200px;height:3px;background:#e2e8f0;border-radius:2px;margin:1.5rem auto;overflow:hidden;position:relative}.upload-progress:after{content:"";position:absolute;left:0;top:0;height:100%;width:70%;background:#3b82f6;border-radius:2px;animation:progress 2s ease-in-out infinite}@keyframes progress{0%{width:0%}to{width:100%}}.upload-text{color:#64748b;font-size:.875rem;font-weight:500}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-visual{margin-top:2rem}}.before-after{padding:6rem 2rem;background:#f8fafc}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:4rem;color:#1e293b;letter-spacing:-.025em}.highlight{color:#3b82f6}.comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start}.comparison-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.comparison-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.card-header .icon{font-size:1.75rem}.card-header h3{font-size:1.25rem;font-weight:700;margin:0;letter-spacing:-.025em}.before-header h3{color:#dc2626}.after-header h3{color:#3b82f6}.task-list{list-style:none;padding:0;margin:0;position:relative}.task-item{display:flex;align-items:center;gap:.875rem;padding:.625rem 0;margin-bottom:.375rem;position:relative;transition:all .2s ease}.task-item:hover{padding-left:.25rem}.task-time{background:transparent;color:#64748b;padding:0;font-size:.8125rem;font-weight:500;min-width:48px;text-align:right;font-variant-numeric:tabular-nums}.task-name{color:#334155;font-size:.875rem;flex:1;line-height:1.5}.highlight-item{background:transparent;padding-left:0}.highlight-item .task-time{color:#3b82f6;font-weight:600}.highlight-item .task-name{color:#1e293b;font-weight:500}.auto-badge{display:flex;align-items:center;gap:.875rem}.badge{background:#f1f5f9;color:#64748b;padding:.125rem .5rem;border-radius:3px;font-size:.6875rem;font-weight:600;min-width:48px;text-align:center;text-transform:uppercase;letter-spacing:.025em;border:1px solid #e2e8f0}.total-time{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center;font-size:1.125rem;font-weight:600}.before-time{color:#dc2626}.after-time{color:#3b82f6}.vs-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-top:4rem}.vs-circle{width:56px;height:56px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;box-shadow:0 4px 12px #3b82f64d}.arrow-right{font-size:1.75rem;color:#3b82f6;animation:slideRight 1.5s ease-in-out infinite}@keyframes slideRight{0%,to{transform:translate(0)}50%{transform:translate(8px)}}@media (max-width: 968px){.comparison-grid{grid-template-columns:1fr}.vs-divider{flex-direction:row;padding-top:0}.arrow-right{transform:rotate(90deg)}.section-title{font-size:1.875rem}}.features{padding:6rem 2rem;background:#fff}.features-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.125rem;color:#64748b;margin-top:1rem;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.feature-card{background:transparent;border:none;border-radius:0;padding:0;transition:all .2s ease;position:relative}.feature-card:before{content:none}.feature-card:hover{transform:translateY(-2px)}.feature-icon{font-size:1.75rem;margin-bottom:.875rem;display:block;transition:transform .2s ease;line-height:1;opacity:.9}.feature-card:hover .feature-icon{transform:scale(1.1);opacity:1}.feature-title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.625rem;letter-spacing:-.025em}.feature-description{color:#64748b;line-height:1.6;font-size:.9375rem}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.sample-report{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.sample-report .section-subtitle{margin-bottom:3rem}.report-preview{max-width:1200px;margin:0 auto;background:#fff;border-radius:0;box-shadow:none;overflow:hidden;display:grid;grid-template-columns:250px 1fr;min-height:600px;border:1px solid #e5e7eb}.report-sidebar{background:#f8fafc;padding:2rem 1rem;border-right:1px solid #e5e7eb}.report-nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;margin-bottom:0;border-radius:0;cursor:pointer;transition:all .2s ease;color:#64748b;font-size:.875rem;border-left:2px solid transparent}.report-nav-item:hover{background:#f9fafb;color:#1e293b;border-left-color:#cbd5e0}.report-nav-item.active{background:transparent;color:#1e293b;font-weight:600;border-left-color:#3b82f6}.nav-icon{font-size:1.125rem}.report-content{padding:3rem;overflow-y:auto;color:#1e293b}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.company-name{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.025em}.report-badge{background:transparent;color:#94a3b8;padding:0;border:none;font-size:.8125rem;font-weight:500;letter-spacing:0}.report-section{margin-bottom:2.5rem}.report-section-title{font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:1rem;display:block;letter-spacing:.05em;text-transform:uppercase}.report-section-title:before{content:none}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.info-card{background:transparent;padding:0;border:none;transition:all .2s ease}.info-card:hover{transform:translateY(-1px)}.info-label{font-size:.75rem;color:#94a3b8;margin-bottom:.375rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1.5rem;font-weight:600;color:#0f172a;letter-spacing:-.025em}.summary-box{background:transparent;border:none;border-left:2px solid #cbd5e0;padding:0 0 0 1rem;margin-top:1.5rem}.summary-text{color:#475569;line-height:1.7;margin:0;font-size:.9375rem}.strength-list,.risk-list{list-style:none;padding:0;margin:0;color:#1e293b}.strength-item,.risk-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;margin-bottom:0;background:transparent;border:none;transition:all .2s ease;color:#1e293b}.strength-item:hover,.risk-item:hover{padding-left:.25rem}.strength-text{color:#334155!important;font-weight:400;font-size:.9375rem;line-height:1.6}.risk-item{color:#1e293b;font-size:.9375rem;line-height:1.6}.strength-icon{width:18px;height:18px;background:transparent;color:#10b981;border-radius:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.risk-badge{padding:.125rem .5rem;border-radius:3px;font-size:.6875rem;font-weight:600;flex-shrink:0;letter-spacing:.05em;text-transform:uppercase;min-width:56px;text-align:center}.risk-badge.high{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.risk-badge.medium{background:#fffbeb;color:#f59e0b;border:1px solid #fcd34d}.ai-badge-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center;color:#64748b;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.ai-icon{font-size:1.125rem}@media (max-width: 968px){.report-preview{grid-template-columns:1fr}.report-sidebar{border-right:none;border-bottom:1px solid #e5e7eb;padding:1.5rem 1rem}.report-nav-item{font-size:.8125rem}.report-content{padding:2rem 1.5rem}.company-name{font-size:1.5rem}}.cta{background:#0f172a;padding:6rem 2rem 0;color:#fff}.cta-container{max-width:1200px;margin:0 auto}.cta-content{text-align:center;margin-bottom:4rem}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;letter-spacing:-.025em}.cta-subtitle{font-size:1.125rem;color:#cbd5e0;line-height:1.7;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-button{padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s ease}.cta-button span{position:relative;z-index:1}.cta-button.primary{background:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666;background:#2563eb}.cta-button.secondary{background:transparent;color:#fff;border:1px solid #475569}.cta-button.secondary:hover{background:#1e293b;border-color:#64748b;transform:translateY(-2px)}.button-arrow,.upload-icon{transition:transform .2s ease}.cta-button:hover .button-arrow{transform:translate(3px)}.cta-button:hover .upload-icon{transform:translateY(-2px)}.cta-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;color:#cbd5e0}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.feature-check{font-weight:600}.cta-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:4rem 0;border-top:1px solid #334155}.stat-card{text-align:center;padding:0;background:transparent;border-radius:0;border:none;border-bottom:1px solid #334155;padding-bottom:2rem;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#f1f5f9;letter-spacing:-.025em}.stat-label{font-size:.9375rem;color:#94a3b8}.footer{background:#020617;padding:3rem 2rem 1.5rem;margin-top:4rem;margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);border-top:1px solid #1e293b}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem}.footer-brand{color:#fff}.brand-name{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.025em}.brand-tagline{color:#94a3b8;font-size:.9375rem;margin-bottom:1.5rem}.company-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #334155}.company-name{font-size:.875rem;font-weight:600;color:#cbd5e0;margin-bottom:.5rem}.company-detail{font-size:.8125rem;color:#64748b;margin-bottom:.375rem;line-height:1.5}.company-email{color:#94a3b8;text-decoration:none;transition:color .2s ease}.company-email:hover{color:#cbd5e0}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-title{font-size:.9375rem;font-weight:600;margin-bottom:.5rem;color:#f1f5f9}.footer-link{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:all .2s ease}.footer-link:hover{color:#f1f5f9;padding-left:3px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #1e293b;color:#64748b;font-size:.875rem}@media (max-width: 968px){.cta-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;justify-content:center}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}}.screen-home{width:100%;overflow-x:hidden}.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{font-size:1.375rem;font-weight:700;color:#111827;text-decoration:none;transition:color .2s ease;letter-spacing:-.025em}.header-logo:hover{color:#3b82f6}.header-nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .2s ease;padding:.5rem 0;position:relative}.nav-link:hover,.nav-link.active{color:#111827}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#3b82f6}.header-actions{display:flex;gap:1rem;align-items:center}.btn-primary,.btn-secondary{padding:.625rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d;background:#2563eb}.btn-secondary{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb;color:#111827;border-color:#cbd5e0}@media (max-width: 968px){.header-nav{display:none}.header-container{padding:1rem}.header-actions{gap:.5rem}.btn-primary,.btn-secondary{padding:.5rem 1rem;font-size:.85rem}}.upload-box{background:#fff;border:2px dashed #cbd5e0;border-radius:8px;padding:4rem 2rem;text-align:center;transition:all .2s ease;cursor:pointer;position:relative}.upload-box:hover{border-color:#3b82f6;background:#f9fafb}.upload-box.dragging{border-color:#3b82f6;background:#eff6ff;transform:scale(1.01)}.upload-box.uploaded{border-style:solid;border-color:#10b981;background:#f0fdf4}.upload-icon{font-size:3rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite;line-height:1;color:#64748b}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.upload-box-title{font-size:1.375rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;letter-spacing:-.025em}.upload-box-desc{color:#64748b;margin-bottom:2rem;font-size:.9375rem}.file-input{display:none}.btn-upload{display:inline-block;background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9375rem}.btn-upload:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d;background:#2563eb}.uploaded-file{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:6px}.file-icon{font-size:2.5rem}.file-info{flex:1;text-align:left}.file-name{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.9375rem}.file-size{color:#64748b;font-size:.875rem}.btn-remove{width:36px;height:36px;border-radius:50%;border:none;background:#fef2f2;color:#dc2626;font-size:1.125rem;cursor:pointer;transition:all .2s ease}.btn-remove:hover{background:#fca5a5;color:#fff}.analysis-options{margin:3rem 0}.options-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;letter-spacing:-.025em}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.option-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease}.option-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.option-card.active{border-color:#3b82f6;background:#eff6ff;box-shadow:0 4px 12px #3b82f633}.option-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;position:relative}.option-header input[type=radio]{width:18px;height:18px;cursor:pointer}.option-header h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.025em}.recommended-badge{position:absolute;right:0;top:-5px;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.6875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.option-desc{color:#64748b;font-size:.875rem;margin-bottom:1rem;line-height:1.6}.option-features{list-style:none;padding:0;margin:0 0 1rem}.option-features li{color:#475569;font-size:.875rem;padding:.375rem 0 .375rem 1.5rem;position:relative}.option-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.option-time{color:#3b82f6;font-size:.875rem;font-weight:600;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.loading-analysis{min-height:100vh;background:#0f172a;display:flex;align-items:center;justify-content:center;padding:2rem}.loading-container{max-width:600px;text-align:center;color:#fff}.loading-icon{position:relative;width:110px;height:110px;margin:0 auto 2rem}.spinner{position:absolute;width:100%;height:100%;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.document-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.75rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(.95)}}.loading-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.025em}.loading-subtitle{font-size:1.0625rem;color:#cbd5e0;margin-bottom:3rem}.loading-steps{background:#1e293b;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #334155}.step{display:flex;align-items:center;gap:1rem;padding:.75rem;margin-bottom:.5rem;opacity:.4;transition:all .3s ease}.step.active{opacity:1}.step-icon{width:26px;height:26px;background:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.step.active .step-icon{background:#3b82f6;color:#fff}.step span{font-size:.875rem;color:#cbd5e0}.loading-progress{margin-top:2rem}.progress-bar{width:100%;height:6px;background:#1e293b;border-radius:3px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:#3b82f6;border-radius:3px;animation:progress 3s ease-in-out;width:70%}@keyframes progress{0%{width:0%}to{width:70%}}.progress-text{font-size:.875rem;color:#94a3b8}.screen-upload{min-height:100vh;background:#fff}.upload-container{max-width:800px;margin:0 auto;padding:4rem 2rem}.upload-header{text-align:center;margin-bottom:3rem}.upload-title{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;letter-spacing:-.025em}.upload-subtitle{font-size:1.0625rem;color:#64748b}.upload-actions{text-align:center;margin:3rem 0}.btn-analyze{background:#3b82f6;color:#fff;padding:1rem 2.5rem;border-radius:6px;font-size:1.0625rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.btn-analyze:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666;background:#2563eb}.analyze-icon{font-size:1.375rem;transition:transform .2s ease}.btn-analyze:hover .analyze-icon{transform:scale(1.1)}.analyze-note{margin-top:1rem;color:#64748b;font-size:.875rem}.upload-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.feature-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem}.feature-icon{color:#10b981;font-weight:700}@media (max-width: 768px){.upload-title{font-size:1.875rem}.upload-features{flex-direction:column;align-items:center;gap:1rem}}.report-sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:calc(100vh - 73px);position:sticky;top:73px}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #e5e7eb}.company-name{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .625rem;letter-spacing:-.025em}.company-stage{display:inline-block;background:#1e293b;color:#f1f5f9;padding:.375rem .875rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.025em}.sidebar-nav{flex:1;padding:1rem 0}.nav-section{margin-bottom:2rem}.nav-section-title{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;padding:0 1.5rem;margin-bottom:.5rem}.nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.625rem 1.5rem;border:none;background:none;cursor:pointer;transition:all .15s ease;color:#6b7280;font-size:.875rem;text-align:left;position:relative}.nav-item:hover{background:#f9fafb;color:#111827}.nav-item.active{background:#f3f4f6;color:#111827;font-weight:600}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#3b82f6}.nav-item.action{color:#3b82f6;font-weight:500}.nav-icon{font-size:1.25rem}.nav-label{flex:1}.badge{background:#fc8181;color:#fff;padding:.15rem .5rem;border-radius:10px;font-size:.7rem;font-weight:700}.sidebar-footer{padding:1.5rem;border-top:1px solid #e5e7eb}.score-display{text-align:center}.score-label{font-size:.8125rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.score-value{font-size:2.5rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.75rem;letter-spacing:-.025em}.score-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.75rem}.score-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .5s ease}.score-recommendation{font-size:.8125rem;font-weight:600;color:#1e293b;padding:.5rem 1rem;background:#f1f5f9;border-radius:4px;display:inline-block;letter-spacing:.025em}@media (max-width: 1024px){.report-sidebar{height:auto;position:relative;top:0}}.one-pager{max-width:1200px}.report-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-start}.report-title{font-size:1.875rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;letter-spacing:-.025em}.report-subtitle{color:#64748b;font-size:1rem;font-weight:400}.btn-edit{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.375rem}.btn-edit:hover{border-color:#3b82f6;color:#3b82f6;background:#f8fafc}.btn-edit.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.editable-textarea,.editable-input,.editable-highlight{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.75rem;font-family:inherit;font-size:inherit;color:inherit;background:#f8fafc;transition:all .2s ease;line-height:inherit}.editable-textarea:focus,.editable-input:focus,.editable-highlight:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.editable-textarea{resize:vertical;min-height:80px}.editable-input{font-size:1.875rem;font-weight:700;letter-spacing:-.025em}.editable-input.growth{color:#059669}.editable-highlight{background:transparent;border:1px solid rgba(255,255,255,.2);color:#cbd5e0;font-size:.9375rem;padding:.5rem .75rem}.editable-highlight:focus{background:#ffffff0d;border-color:#fff6;box-shadow:none}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem}.info-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;transition:all .2s ease}.info-section:hover{border-color:#cbd5e0}.info-section.full-width{grid-column:1 / -1}.section-title{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.025em}.section-content{color:#334155;line-height:1.7;font-size:.9375rem}.metrics-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1.5rem}.metric-card{background:transparent;padding:0;border-radius:0;border:none;border-bottom:1px solid #e5e7eb;padding-bottom:1.25rem;transition:all .2s ease}.metric-card:hover{transform:translateY(-1px)}.metric-label{font-size:.8125rem;color:#64748b;margin-bottom:.75rem;font-weight:500}.metric-value{font-size:1.875rem;font-weight:700;color:#1e293b;letter-spacing:-.025em}.metric-value.growth{color:#059669}.highlights-section{background:#0f172a;border-radius:8px;padding:2rem}.highlights-section .section-title{color:#f1f5f9!important;border-bottom:1px solid #334155;padding-bottom:1rem;margin-bottom:1.5rem}.highlights-list{display:flex;flex-direction:column;gap:.75rem}.highlight-item{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 0;background:transparent;border:none;transition:all .2s ease}.highlight-item:hover{padding-left:.25rem}.highlight-number{min-width:24px;width:24px;height:24px;background:#ffffff1a;color:#94a3b8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;flex-shrink:0;font-size:.8125rem;border:1px solid rgba(255,255,255,.1)}.highlight-text{flex:1;line-height:1.6;padding-top:.125rem;font-size:.9375rem;font-weight:400;color:#cbd5e0}@media (max-width: 768px){.content-grid,.metrics-grid{grid-template-columns:1fr}.report-title{font-size:1.5rem}}.investment-snapshot{max-width:1200px}.investment-snapshot .report-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-start}.editable-score{width:60px;border:1px solid #cbd5e0;border-radius:4px;padding:.25rem .5rem;font-family:inherit;font-size:1.375rem;font-weight:700;text-align:center;background:#f8fafc;transition:all .2s ease}.editable-score:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.editable-score::-webkit-outer-spin-button,.editable-score::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.editable-score{-moz-appearance:textfield}.snapshot-grid{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;margin-bottom:2.5rem}.overall-score-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;text-align:center}.overall-score-card h3{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.025em}.overall-score-display{text-align:center;margin-bottom:1.5rem;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.score-number-large{font-size:4rem;font-weight:700;color:#111827;line-height:1;letter-spacing:-.025em}.score-label-large{font-size:1.25rem;color:#9ca3af;font-weight:500}.score-bar-large{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.score-bar-fill-large{height:100%;background:#3b82f6;border-radius:4px;transition:width .8s ease}.recommendation-badge{display:inline-block;background:#1e293b;color:#f1f5f9;padding:.625rem 1.75rem;border-radius:4px;font-size:1rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em}.confidence-level{color:#64748b;font-size:.875rem;font-weight:500}.scores-breakdown{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0}.scores-breakdown h3{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.025em}.score-items{display:flex;flex-direction:column;gap:1.25rem}.score-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.score-icon{font-size:1.25rem}.score-item-header .score-label{flex:1;font-weight:500;color:#334155;font-size:.875rem;text-transform:none}.score-item-header .score-value{font-size:1.375rem;font-weight:700;color:#1e293b}.score-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.score-bar-fill{height:100%;border-radius:3px;transition:width .8s ease;background:#3b82f6}.insights-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0}.insights-section h3{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.025em}.insights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.insight-card{padding:1.5rem 0;border-radius:0;display:flex;gap:1rem;border:none;border-left:2px solid}.insight-card.positive{background:transparent;border-color:#10b981;padding-left:1rem}.insight-card.warning{background:transparent;border-color:#f59e0b;padding-left:1rem}.insight-content ul{list-style:none;padding:0}.insight-content li:before{content:"• ";color:inherit;font-weight:700;margin-right:.5rem}.insight-icon{width:20px;height:20px;border-radius:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0;background:transparent}.insight-card.positive .insight-icon{color:#10b981}.insight-card.warning .insight-icon{color:#f59e0b}.insight-content h4{font-size:.9375rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.insight-content ul{margin:0;padding-left:1.25rem}.insight-content li{color:#475569;font-size:.875rem;line-height:1.6;margin-bottom:.5rem}@media (max-width: 968px){.snapshot-grid,.insights-grid{grid-template-columns:1fr}}.market-analysis{max-width:1200px}.market-analysis .report-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-start}.section-heading{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb;text-transform:uppercase;letter-spacing:.025em}.editable-market-value{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.5rem;font-family:inherit;font-size:2rem;font-weight:700;text-align:center;background:#f8fafc;transition:all .2s ease;letter-spacing:-.025em;color:#1e293b}.editable-market-value:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.editable-growth-rate{border:none;border-bottom:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-weight:700;padding:.125rem .5rem;font-size:inherit;width:auto;min-width:80px}.editable-growth-rate:focus{outline:none;border-bottom-color:#fff9}.market-size-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.market-size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem}.market-card{padding:1.5rem;border-radius:6px;text-align:center;border:1px solid;transition:all .2s ease}.market-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.market-card.tam{border-color:#3b82f6;background:#eff6ff}.market-card.sam{border-color:#059669;background:#f0fdf4}.market-card.som{border-color:#f59e0b;background:#fffbeb}.market-label{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.market-card.tam .market-label{color:#3b82f6}.market-card.sam .market-label{color:#059669}.market-card.som .market-label{color:#f59e0b}.market-label-full{font-size:.75rem;color:#9ca3af;margin-bottom:1rem;font-weight:500}.market-value{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.025em}.market-desc{font-size:.875rem;color:#64748b}.growth-rate-card{background:#0f172a;color:#f1f5f9;padding:1.125rem;border-radius:6px;text-align:center;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:600}.growth-icon{font-size:1.25rem}.trend-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.trend-card{background:#f8fafc;padding:1.5rem;border-radius:6px;border-left:3px solid #3b82f6}.trend-card p{color:#475569;line-height:1.7;margin:0;font-size:.9375rem}.competitors-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.competitors-table-wrapper{overflow-x:auto}.competitors-table{width:100%;border-collapse:collapse}.competitors-table thead{background:#f8fafc}.competitors-table th{padding:.875rem 1rem;text-align:left;font-weight:600;color:#475569;font-size:.875rem;border-bottom:1px solid #e5e7eb}.competitors-table td{padding:.875rem 1rem;color:#64748b;font-size:.875rem;border-bottom:1px solid #f1f5f9}.competitors-table tr:hover{background:#f9fafb}.competitors-table tr.our-company{background:#eff6ff}.competitors-table tr.our-company td{color:#3b82f6;font-weight:600}.competitive-advantage{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0}.advantage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.advantage-card{background:#f8fafc;padding:1.5rem;border-radius:6px;transition:all .2s ease;border:1px solid #e5e7eb}.advantage-card:hover{background:#f1f5f9;border-color:#cbd5e0}.advantage-icon{font-size:1.75rem;margin-bottom:1rem;line-height:1}.advantage-card ul{list-style:none;padding:0}.advantage-card li:before{content:"• ";color:#3b82f6;font-weight:700;margin-right:.5rem}.advantage-card h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.advantage-card ul{margin:0;padding-left:1.25rem}.advantage-card li{color:#475569;font-size:.875rem;line-height:1.7;margin-bottom:.5rem}@media (max-width: 968px){.market-size-grid,.advantage-grid{grid-template-columns:1fr}}.team-analysis{max-width:1200px}.team-analysis .report-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-start}.editable-stat-value{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.25rem .5rem;font-family:inherit;font-size:1.875rem;font-weight:700;text-align:center;background:#f8fafc;color:#1e293b;letter-spacing:-.025em}.editable-stat-value:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.editable-founder-name,.editable-founder-role,.editable-founder-background,.editable-founder-experience{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.5rem .75rem;font-family:inherit;background:#f8fafc;margin-bottom:.5rem}.editable-founder-name{font-size:1.125rem;font-weight:700;color:#1e293b}.editable-founder-role{font-size:.875rem;color:#3b82f6;font-weight:600}.editable-founder-background{font-size:.875rem;color:#475569}.editable-founder-experience{font-size:.8125rem;color:#64748b}.editable-founder-name:focus,.editable-founder-role:focus,.editable-founder-background:focus,.editable-founder-experience:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.note-item{position:relative}.editable-note{flex:1;border:1px solid #cbd5e0;border-radius:4px;padding:.375rem .625rem;font-family:inherit;font-size:.875rem;background:#f8fafc;color:#334155}.editable-note:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.btn-remove-note{width:24px;height:24px;border-radius:50%;border:1px solid #fca5a5;background:#fef2f2;color:#dc2626;font-size:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-remove-note:hover{background:#dc2626;color:#fff}.team-overview{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.team-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.stat-card{background:transparent;padding:0;border-radius:0;display:flex;align-items:center;gap:1rem;transition:all .2s ease;border:none;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.stat-card:hover{transform:translateY(-1px)}.stat-card.highlight{border-color:#3b82f6}.stat-icon{font-size:2.25rem}.stat-value{font-size:1.875rem;font-weight:700;color:#1e293b;line-height:1;margin-bottom:.25rem;letter-spacing:-.025em}.stat-card.highlight .stat-value{color:#3b82f6}.founders-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.founder-card{background:transparent;padding:1.5rem 0;border-radius:0;display:flex;gap:1.25rem;transition:all .2s ease;border:none;border-bottom:1px solid #e5e7eb}.founder-card:hover{padding-left:.25rem}.founder-card:last-child{border-bottom:none}.founder-avatar{width:72px;height:72px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;flex-shrink:0;border:2px solid #e5e7eb}.founder-name{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;letter-spacing:-.025em}.founder-role{font-size:.875rem;color:#3b82f6;font-weight:600;margin-bottom:.75rem}.founder-background{font-size:.875rem;color:#475569;line-height:1.6;margin-bottom:.5rem}.founder-experience{font-size:.8125rem;color:#64748b;padding:.25rem .75rem;background:#fff;border-radius:4px;display:inline-block;border:1px solid #e5e7eb}.special-notes-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.note-item{background:transparent;border:none;padding:.5rem 0;border-radius:0;display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#334155;font-weight:400}.note-icon{color:#10b981;font-weight:600;font-size:.8125rem;flex-shrink:0}.team-strengths{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.strengths-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.strength-card{padding:1.5rem 0;background:transparent;border-radius:0;border:none;border-bottom:1px solid #e5e7eb}.strength-icon{font-size:1.5rem;margin-bottom:.75rem;line-height:1}.strength-card h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.strength-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.75rem}.strength-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .8s ease}.strength-desc{font-size:.875rem;color:#64748b;line-height:1.6;margin:0}.team-concerns{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0}.concerns-list{display:flex;flex-direction:column;gap:.75rem}.concern-item{display:flex;align-items:center;gap:.875rem;padding:.75rem 0;border-radius:0;background:transparent;border:none}.concern-item.medium{border-left:2px solid #f59e0b;padding-left:1rem}.concern-item.low{border-left:2px solid #eab308;padding-left:1rem}.concern-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;flex-shrink:0;letter-spacing:.025em}.concern-item.medium .concern-badge{background:#fef3c7;color:#92400e}.concern-item.low .concern-badge{background:#fef9c3;color:#854d0e}.concern-text{color:#475569;font-size:.875rem}@media (max-width: 968px){.team-stats-grid,.founders-grid,.notes-grid,.strengths-grid{grid-template-columns:1fr}}.risk-analysis{max-width:1200px}.risk-analysis .report-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-start}.editable-category{border:1px solid #cbd5e0;border-radius:4px;padding:.25rem .5rem;font-family:inherit;font-size:1rem;font-weight:600;background:#f8fafc;color:#1e293b}.editable-category:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.risk-header-actions{display:flex;align-items:center;gap:.5rem}.editable-level-select{border:1px solid #cbd5e0;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;background:#f8fafc;cursor:pointer;letter-spacing:.025em}.editable-level-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.editable-risk-desc{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;background:#f8fafc;color:#1e293b;margin-bottom:.75rem}.editable-risk-desc:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.risk-impact-edit{display:flex;align-items:center;gap:.5rem}.editable-risk-impact{flex:1;border:1px solid #cbd5e0;border-radius:4px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;background:#f8fafc;color:#64748b}.editable-risk-impact:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.btn-remove-item{width:28px;height:28px;border-radius:50%;border:1px solid #fca5a5;background:#fef2f2;color:#dc2626;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-remove-item:hover{background:#dc2626;color:#fff}.btn-add-item{width:100%;padding:1rem;border:2px dashed #cbd5e0;border-radius:6px;background:transparent;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.btn-add-item:hover{border-color:#3b82f6;color:#3b82f6;background:#f8fafc}.risk-overview{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.risk-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.risk-summary-card{padding:1.5rem;border-radius:0;text-align:center;transition:all .2s ease;border:none;border-bottom:2px solid}.risk-summary-card:hover{transform:translateY(-1px)}.risk-summary-card.high{background:transparent;border-color:#dc2626}.risk-summary-card.medium{background:transparent;border-color:#f59e0b}.risk-summary-card.low{background:transparent;border-color:#eab308}.summary-number{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem;letter-spacing:-.025em}.risk-summary-card.high .summary-number{color:#dc2626}.risk-summary-card.medium .summary-number{color:#f59e0b}.risk-summary-card.low .summary-number{color:#eab308}.summary-label{font-size:.875rem;font-weight:600;color:#475569}.risks-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.risk-card{background:#fff;border-radius:8px;padding:1.75rem;border:1px solid #e2e8f0;border-left:4px solid;transition:all .2s ease}.risk-card:hover{box-shadow:0 2px 8px #00000014;border-color:#cbd5e0}.risk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.risk-category{display:flex;align-items:center;gap:.75rem}.category-icon{font-size:1.25rem}.category-text{font-size:1rem;font-weight:600;color:#1e293b}.risk-level-badge{padding:.375rem .875rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.025em}.risk-description{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.risk-impact{color:#64748b;font-size:.875rem;line-height:1.6;margin:0;margin-bottom:.75rem}.risk-mitigation{color:#475569;font-size:.875rem;line-height:1.6;margin:0;padding:.75rem;background:#f0fdf4;border-radius:4px;border-left:2px solid #10b981}.risk-mitigation-edit{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.editable-risk-mitigation{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.75rem;font-family:inherit;font-size:.875rem;background:#f8fafc;color:#475569;resize:vertical;min-height:60px}.editable-risk-mitigation:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.risk-score-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0}.risk-score-card{margin-bottom:1.5rem}.score-visual-horizontal{text-align:center;margin-bottom:1rem;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.score-number-large{font-size:3.5rem;font-weight:700;color:#10b981;line-height:1;letter-spacing:-.025em}.score-label-small{font-size:1.125rem;color:#9ca3af;font-weight:500}.score-bar-large{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:1rem}.score-bar-fill-large{height:100%;background:#10b981;border-radius:4px;transition:width .8s ease}.score-label-bottom{text-align:center;font-size:.875rem;color:#64748b;font-weight:500}.score-interpretation{background:#f8fafc;padding:1.5rem;border-radius:6px;border-left:2px solid #10b981}.score-interpretation h4{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}.score-interpretation p{color:#475569;line-height:1.7;font-size:.9375rem;margin:0}@media (max-width: 968px){.risk-summary-grid,.mitigation-grid{grid-template-columns:1fr}}.missing-info{max-width:1200px}.missing-info .report-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-start}.item-header{position:relative}.editable-severity,.editable-tag{padding:.125rem .5rem;border-radius:3px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid #cbd5e0;background:#f8fafc;cursor:pointer}.editable-severity:focus,.editable-tag:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.editable-item-text{width:100%;border:1px solid #cbd5e0;border-radius:4px;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;background:#f8fafc;color:#334155;font-weight:500}.editable-item-text:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.missing-summary{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.summary-stats{display:flex;justify-content:space-around;align-items:center}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem;letter-spacing:-.025em}.stat-number.high{color:#dc2626}.stat-number.medium{color:#f59e0b}.stat-number.low{color:#eab308}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.category-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2.5rem}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;border-left:4px solid;padding-left:1rem}.category-icon{font-size:1.75rem}.category-title{flex:1;font-size:1.125rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.025em}.category-count{background:#f1f5f9;color:#475569;padding:.375rem .875rem;border-radius:4px;font-size:.875rem;font-weight:600}.missing-items-list{display:flex;flex-direction:column;gap:.75rem}.missing-item{background:#f8fafc;padding:1.125rem;border-radius:6px;border-left:3px solid;transition:all .2s ease;border:1px solid #e5e7eb}.missing-item:hover{background:#f1f5f9;border-color:#cbd5e0}.item-header{display:flex;gap:.625rem;margin-bottom:.625rem}.severity-badge,.tag-badge{padding:.25rem .625rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.item-text{color:#334155;font-size:.875rem;font-weight:500;margin:0;line-height:1.6}.action-section{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0}.action-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.action-card{padding:2rem;border-radius:6px;transition:all .2s ease;text-align:center;border:1px solid}.action-card.primary{background:#eff6ff;border-color:#3b82f6}.action-card.secondary{background:#f0fdf4;border-color:#059669}.action-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.action-icon{font-size:2.25rem;margin-bottom:1rem;line-height:1}.action-card h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.action-card p{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.action-button{background:#fff;border:1px solid;padding:.625rem 1.25rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.875rem}.action-card.primary .action-button{color:#3b82f6;border-color:#3b82f6}.action-card.secondary .action-button{color:#059669;border-color:#059669}.action-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}@media (max-width: 968px){.action-cards{grid-template-columns:1fr}.summary-stats{flex-direction:column;gap:1.5rem}}.chat-toggle-btn{position:fixed;bottom:2rem;right:2rem;background:#3b82f6;color:#fff;border:none;border-radius:50px;padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #3b82f666;transition:all .2s ease;z-index:999}.chat-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680;background:#2563eb}.chat-toggle-btn.hidden{display:none}.chat-toggle-icon{font-size:1.25rem}.chat-toggle-text{letter-spacing:-.025em}.chat-window{position:fixed;bottom:2rem;right:2rem;width:400px;height:600px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:999;border:1px solid #e2e8f0;overflow:hidden}.chat-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-icon{font-size:1.5rem}.chat-title{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.125rem}.chat-status{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:.375rem}.status-dot{width:6px;height:6px;background:#10b981;border-radius:50%;display:inline-block}.btn-close{width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:#94a3b8;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-close:hover{background:#f1f5f9;color:#475569}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f8fafc}.chat-message{display:flex;align-items:flex-start;gap:.625rem}.chat-message.user{flex-direction:row-reverse}.message-avatar{font-size:1.5rem;line-height:1;flex-shrink:0}.message-bubble{max-width:75%;padding:.75rem 1rem;border-radius:12px;font-size:.875rem;line-height:1.5}.chat-message.bot .message-bubble{background:#fff;color:#334155;border:1px solid #e5e7eb;border-radius:12px 12px 12px 4px}.chat-message.user .message-bubble{background:#3b82f6;color:#fff;border-radius:12px 12px 4px}.chat-input-area{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;background:#fff}.chat-input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .2s ease}.chat-input:focus{border-color:#3b82f6}.chat-input::placeholder{color:#94a3b8}.btn-send{width:40px;height:40px;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-send:hover{background:#2563eb;transform:scale(1.05)}.btn-send:active{transform:scale(.95)}@media (max-width: 768px){.chat-window{width:calc(100vw - 2rem);height:calc(100vh - 2rem);bottom:1rem;right:1rem}.chat-toggle-btn{bottom:1.5rem;right:1.5rem}}.screen-report{min-height:100vh;background:#fff}.report-layout{display:grid;grid-template-columns:280px 1fr;max-width:1600px;margin:0 auto;min-height:calc(100vh - 73px)}.report-main{padding:2rem;overflow-y:auto}@media (max-width: 1024px){.report-layout{grid-template-columns:1fr}}.screen-qa{min-height:100vh;background:#fff}.qa-container{max-width:1200px;margin:0 auto;padding:2rem}.qa-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.qa-title{font-size:2rem;font-weight:800;color:#2d3748;margin-bottom:.5rem}.qa-subtitle{color:#718096;font-size:1.05rem}.btn-back{background:#fff;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#f7fafc;border-color:#cbd5e0}.qa-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-box{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000f}.stat-number{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:#718096;font-size:.95rem;font-weight:600}.qa-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.questions-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.question-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000f;border-left:6px solid #cbd5e0;transition:all .3s ease}.question-card:hover{box-shadow:0 4px 16px #0000001a}.question-card.answered{border-left-color:#48bb78;background:#f0fff4}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.question-meta{display:flex;gap:.75rem}.priority-badge{padding:.4rem 1rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.priority-badge.high{background:#fed7d7;color:#c53030}.priority-badge.medium{background:#feebc8;color:#c05621}.priority-badge.low{background:#fefcbf;color:#975a16}.category-badge{background:#edf2f7;color:#4a5568;padding:.4rem 1rem;border-radius:12px;font-size:.75rem;font-weight:600}.answered-badge{background:#9ae6b4;color:#22543d;padding:.4rem 1rem;border-radius:12px;font-size:.85rem;font-weight:700}.question-text{font-size:1.15rem;font-weight:600;color:#2d3748;line-height:1.6;margin-bottom:1.5rem}.answer-section{margin-top:1.5rem}.answer-box{background:#fff;padding:1.5rem;border-radius:12px;border:2px solid #9ae6b4;margin-bottom:1rem}.answer-label{display:block;font-size:.85rem;font-weight:700;color:#48bb78;text-transform:uppercase;margin-bottom:.75rem}.answer-text{color:#2d3748;line-height:1.7;font-size:.95rem;margin:0}.ai-verification{padding:1.25rem;border-radius:12px;border:2px solid}.ai-verification.verified{background:#f0fdf4;border-color:#9ae6b4}.ai-verification.needs_review{background:#fffaf0;border-color:#fbd38d}.verification-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.verification-icon{font-size:1rem;flex-shrink:0}.verification-label{font-weight:700;color:#2d3748;font-size:.9rem}.verification-note{color:#4a5568;font-size:.9rem;line-height:1.6;margin:0}.answer-input-section{margin-top:1rem}.answer-input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s ease}.answer-input:focus{outline:none;border-color:#667eea}.answer-actions{display:flex;gap:1rem;margin-top:1rem}.btn-save,.btn-skip{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-save:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-skip{background:#fff;border:1px solid #e2e8f0;color:#718096}.btn-skip:hover{background:#f7fafc}.qa-footer{display:flex;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:2px solid #e2e8f0}.btn-regenerate,.btn-update-score{padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-regenerate{background:#fff;border:2px solid #667eea;color:#667eea}.btn-regenerate:hover{background:#667eea;color:#fff}.btn-update-score{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.btn-update-score:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}@media (max-width: 768px){.qa-header{flex-direction:column;gap:1rem}.qa-stats{grid-template-columns:1fr}.qa-footer{flex-direction:column}}.screen-memo{min-height:100vh;background:#fff}.memo-container{max-width:1000px;margin:0 auto;padding:2rem}.memo-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.memo-title{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.025em}.memo-subtitle{color:#64748b;font-size:1rem}.header-actions{display:flex;gap:1rem}.memo-document{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem;min-height:800px}.document-header{text-align:center;padding-bottom:2rem;border-bottom:3px solid #2d3748;margin-bottom:3rem}.document-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem}.document-meta{color:#718096;font-size:1rem;display:flex;gap:.75rem;justify-content:center;align-items:center}.memo-section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.section-content{color:#4a5568;line-height:1.8;font-size:.95rem}.section-content p{margin-bottom:1rem}.section-content ul{margin:.75rem 0;padding-left:2rem}.section-content li{margin-bottom:.5rem}.highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.highlight-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 0;background:transparent;border:none;color:#334155;font-size:.875rem;line-height:1.6}.highlight-icon{color:#10b981;font-weight:600;font-size:.875rem;flex-shrink:0}.risk-table{display:flex;flex-direction:column;gap:.625rem}.risk-row{display:flex;align-items:center;gap:.875rem;padding:.625rem 0;background:transparent;border:none}.risk-level{padding:.125rem .5rem;border-radius:3px;font-size:.6875rem;font-weight:600;flex-shrink:0;text-transform:uppercase;letter-spacing:.025em;min-width:64px;text-align:center}.risk-level.high{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.risk-level.medium{background:#fffbeb;color:#f59e0b;border:1px solid #fcd34d}.risk-level.low{background:#fefce8;color:#eab308;border:1px solid #fde047}.risk-desc{flex:1;color:#334155;font-weight:400;font-size:.875rem;line-height:1.5}.financial-table,.terms-table{width:100%;border-collapse:collapse;margin:1rem 0}.financial-table th,.financial-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.financial-table thead{background:#f7fafc}.financial-table th{font-weight:700;color:#2d3748}.terms-table tr{border-bottom:1px solid #e2e8f0}.terms-table td{padding:1rem}.term-label{font-weight:600;color:#2d3748;width:200px}.recommendation-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;border-left:3px solid #3b82f6}.recommendation-badge{display:inline-block;background:#1e293b;color:#f1f5f9;padding:.375rem 1rem;border-radius:4px;font-weight:700;font-size:.8125rem;margin-bottom:1.5rem;letter-spacing:.05em;text-transform:uppercase}.recommendation-box p{color:#2d3748}.memo-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:2px solid #e2e8f0}.action-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.action-btn.primary{background:#3b82f6;color:#fff}.action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d;background:#2563eb}.action-btn.secondary{background:#fff;border:1px solid #e2e8f0;color:#64748b}.action-btn.secondary:hover{border-color:#cbd5e0;color:#334155;background:#f9fafb}@media (max-width: 768px){.memo-header{flex-direction:column;gap:1rem}.memo-document{padding:1.5rem}.highlight-grid{grid-template-columns:1fr}.memo-actions{flex-direction:column}}@media print{.screen-memo{background:#fff}.memo-header,.memo-actions{display:none}.memo-document{box-shadow:none}}.screen-dealflow{min-height:100vh;background:#fff}.dealflow-container{max-width:1400px;margin:0 auto;padding:2rem}.dealflow-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dealflow-title{font-size:2rem;font-weight:800;color:#2d3748;margin-bottom:.5rem}.dealflow-subtitle{color:#718096;font-size:1.05rem}.btn-upload{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-upload:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.dealflow-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.stat-card.highlight{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid #667eea}.stat-icon{font-size:2.5rem}.stat-value{font-size:2rem;font-weight:800;color:#2d3748;line-height:1;margin-bottom:.25rem}.stat-card.highlight .stat-value{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#718096;font-size:.9rem;font-weight:600}.dealflow-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{background:#fff;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#4a5568}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.deals-table{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:2fr 1fr 1fr .8fr 1fr 1fr 1.2fr;gap:1rem;padding:1.25rem 1.5rem;align-items:center}.table-header{background:#f7fafc;font-weight:700;color:#4a5568;font-size:.9rem;border-bottom:2px solid #e2e8f0}.table-row{border-bottom:1px solid #e2e8f0;transition:all .2s ease}.table-row:hover{background:#f7fafc}.table-row:last-child{border-bottom:none}.company-info{display:flex;flex-direction:column;gap:.25rem}.company-name{font-weight:700;color:#2d3748;font-size:1rem}.company-meta{font-size:.8rem;color:#a0aec0}.stage-badge{background:#edf2f7;color:#4a5568;padding:.4rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;display:inline-block}.score-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1rem;box-shadow:0 2px 4px #0000001a}.status-dropdown{position:relative}.status-badge{padding:.4rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border:1px solid transparent;transition:all .2s ease}.status-badge.clickable{cursor:pointer;border:1px solid currentColor;border-opacity:.2}.status-badge.clickable:hover{opacity:.8;transform:translateY(-1px)}.dropdown-arrow{font-size:.625rem;opacity:.6}.status-menu{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 16px #00000026;min-width:140px;z-index:100;overflow:hidden}.status-option{width:100%;padding:.75rem 1rem;border:none;background:#fff;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#334155;transition:all .15s ease}.status-option:hover{background:#f8fafc}.status-option.active{background:#eff6ff;color:#3b82f6;font-weight:600}.status-option:not(:last-child){border-bottom:1px solid #f1f5f9}.btn-view{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:.875rem}.btn-view:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.empty-state{text-align:center;padding:4rem 2rem;color:#718096}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.empty-state p{font-size:1rem}@media (max-width: 1200px){.dealflow-stats{grid-template-columns:repeat(2,1fr)}.deals-table{overflow-x:auto}.table-header,.table-row{min-width:900px}}@media (max-width: 768px){.dealflow-header{flex-direction:column;gap:1rem}.dealflow-stats{grid-template-columns:1fr}}.screen-pricing{min-height:100vh;background:#fff}.pricing-container{max-width:1400px;margin:0 auto;padding:2rem 2rem 4rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{font-size:3rem;font-weight:800;color:#2d3748;margin-bottom:1rem}.pricing-subtitle{font-size:1.25rem;color:#718096;line-height:1.8}.billing-toggle{display:flex;justify-content:center;gap:0;margin-bottom:3rem;background:#fff;padding:.5rem;border-radius:50px;box-shadow:0 2px 8px #0000000f;max-width:400px;margin-left:auto;margin-right:auto}.toggle-btn{flex:1;padding:.75rem 1.5rem;border:none;background:none;color:#4a5568;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.toggle-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.discount-badge{background:#48bb78;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.pricing-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:2px solid transparent;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.pricing-card.recommended{border-color:#667eea;box-shadow:0 12px 40px #667eea33}.recommended-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:700;font-size:.85rem}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-size:1.75rem;font-weight:800;color:#2d3748;margin-bottom:.75rem}.plan-description{color:#718096;font-size:.95rem;line-height:1.6}.plan-price{text-align:center;margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{font-size:1.1rem;color:#718096}.plan-cta{width:100%;padding:1rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.plan-cta.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.plan-cta.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.plan-cta.secondary{background:#fff;color:#667eea;border:2px solid #667eea}.plan-cta.secondary:hover{background:#667eea;color:#fff}.plan-features{border-top:2px solid #e2e8f0;padding-top:2rem}.features-title{font-size:.85rem;font-weight:700;color:#2d3748;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.5px}.features-title.limitations{margin-top:1.5rem;color:#a0aec0}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;color:#4a5568;font-size:.95rem;line-height:1.6}.feature-item.disabled{color:#a0aec0}.feature-icon{color:#48bb78;font-weight:700;flex-shrink:0;margin-top:.1rem;font-size:.9rem}.feature-item.disabled .feature-icon{color:#cbd5e0}.feature-item{font-size:.9rem;line-height:1.7}.pricing-faq{margin-bottom:4rem}.faq-title{text-align:center;font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 16px #0000001a}.faq-question{font-size:1.1rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.faq-answer{color:#718096;line-height:1.7;font-size:.95rem;margin:0}.pricing-cta-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:4rem 2rem;text-align:center;color:#fff}.cta-section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-section-subtitle{font-size:1.25rem;opacity:.95;margin-bottom:2.5rem}.cta-large-button{background:#fff;color:#667eea;padding:1.25rem 3rem;border-radius:50px;font-size:1.25rem;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003}.cta-large-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.cta-note{margin-top:1rem;opacity:.9;font-size:.95rem}@media (max-width: 1024px){.pricing-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.pricing-title{font-size:2rem}.cta-section-title{font-size:1.75rem}.cta-section-subtitle{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;overflow-x:hidden}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;background:#fff;color:#1e293b}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}p{margin:0}button{font-family:inherit}a{color:inherit;text-decoration:none}
