.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:62px;background:#f7faf8eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.navbar-logo{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--green);cursor:pointer;letter-spacing:-.01em;transition:opacity .15s}.navbar-logo:hover{opacity:.8}.navbar-logo span{color:var(--charcoal)}.navbar-links{display:flex;align-items:center;gap:28px}.navbar-link{font-size:13px;font-weight:500;color:var(--text-3);transition:color .15s;position:relative}.navbar-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--green);border-radius:1px;transform:scaleX(0);transition:transform .2s}.navbar-link:hover{color:var(--green)}.navbar-link.active{color:var(--green);font-weight:600}.navbar-link.active:after{transform:scaleX(1)}.navbar-cta{display:flex;gap:8px;align-items:center}@media(max-width:768px){.navbar{padding:0 16px}.navbar-links{display:none}}.landing{padding-top:62px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1120px;margin:0 auto;padding:72px 32px 60px;position:relative}.hero-bg{position:absolute;top:-80px;right:-100px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(29,158,117,.07) 0%,transparent 65%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:100px;background:var(--green-light);color:var(--green-dark);margin-bottom:20px}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse-dot 2s infinite}.hero-title{font-family:var(--font-display);font-size:52px;font-weight:300;line-height:1.08;color:var(--charcoal);margin-bottom:18px;letter-spacing:-.02em}.hero-title em{font-style:italic;color:var(--green);display:block}.hero-sub{font-size:15px;color:var(--text-2);line-height:1.75;margin-bottom:28px;max-width:400px}.hero-actions{display:flex;gap:10px;margin-bottom:40px}.hero-stats{display:flex;gap:32px}.stat-val{font-family:var(--font-display);font-size:28px;color:var(--green);font-weight:300;animation:countUp .6s .4s both}.stat-label{font-size:11px;color:var(--text-3);font-weight:500;margin-top:2px}.hero-visual{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:var(--shadow-xl);position:relative}.hero-visual:before{content:"";position:absolute;top:-1px;left:24px;right:24px;height:3px;background:linear-gradient(to right,var(--green),var(--green-mid));border-radius:0 0 3px 3px}.hv-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hv-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.hv-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:12px 14px;margin-bottom:8px}.hv-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.hv-emp{font-size:11px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.hv-quote{font-size:12px;color:var(--text-2);font-style:italic;margin-bottom:8px;line-height:1.5}.hv-bar-row{display:flex;align-items:center;gap:8px}.hv-bar-label{font-size:11px;color:var(--text-3);width:36px}.hv-bar-track{flex:1;height:5px;background:var(--bg-2);border-radius:3px;overflow:hidden}.hv-bar-fill{height:100%;border-radius:3px;transition:width .8s ease}.hv-bar-val{font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px}.hv-footer{background:var(--charcoal);border-radius:12px;padding:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.hv-score-label{font-size:11px;color:#6b8a70;margin-right:auto}.hv-score-val{font-family:var(--font-display);font-size:24px;color:var(--green-mid)}.hv-score-meta{display:flex;gap:6px}.features-section{padding:72px 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{text-align:center;margin-bottom:44px}.section-sub{font-size:14px;color:var(--text-2);max-width:440px;margin:10px auto 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}.feature-title{font-size:14px;font-weight:600;color:var(--charcoal);margin-bottom:6px}.feature-desc{font-size:12px;color:var(--text-2);line-height:1.65}.how-section{background:var(--charcoal);padding:72px 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.step{position:relative}.step-num{font-family:var(--font-display);font-size:40px;font-weight:300;color:var(--green);opacity:.5;margin-bottom:10px}.step-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:8px}.step-desc{font-size:12px;color:#7a9a80;line-height:1.65}.step-arrow{position:absolute;top:24px;right:-16px;font-size:18px;color:var(--green);opacity:.4}.cta-band{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);border-radius:24px;padding:44px 48px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin:60px 0;box-shadow:0 16px 48px #1d9e7540}.cta-title{font-family:var(--font-display);font-size:28px;font-weight:300;color:#fff;margin-bottom:6px}.cta-sub{font-size:13px;color:#ffffffbf}.cta-band .btn-primary{background:#fff;color:var(--green-dark);white-space:nowrap}.cta-band .btn-primary:hover{background:var(--green-light)}.footer{background:var(--charcoal);padding:32px 40px}.footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-logo{font-family:var(--font-display);font-size:20px;color:var(--green-mid)}.footer-links{display:flex;gap:20px}.footer-link{font-size:12px;color:#5a7a5f;cursor:pointer;transition:color .15s}.footer-link:hover{color:var(--green-mid)}.footer-copy{font-size:11px;color:#3d5040}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:36px;padding:48px 16px 40px}.hero-title{font-size:38px}.features-grid,.steps-grid{grid-template-columns:1fr 1fr}.cta-band{flex-direction:column;text-align:center;padding:32px 24px}.footer-inner{flex-direction:column;text-align:center;gap:16px}}.analyser-page{min-height:100vh}.page-header{margin-bottom:28px}.panel-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--charcoal);margin-bottom:16px}.panel-num{width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.analyser-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:22px;box-shadow:var(--shadow)}.drop-zone{border:2px dashed var(--border);border-radius:var(--r-lg);padding:32px 20px;text-align:center;cursor:pointer;background:var(--bg);transition:all .2s;margin-bottom:12px}.drop-zone:hover,.drop-zone.dragover{border-color:var(--green);background:var(--green-light)}.drop-zone.loading{cursor:default;opacity:.85}.drop-icon{width:46px;height:46px;border-radius:14px;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--green);margin:0 auto 10px;font-weight:700}.drop-title{font-size:14px;font-weight:600;color:var(--charcoal);margin-bottom:4px}.drop-sub{font-size:12px;color:var(--text-3);margin-bottom:14px}.cols-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.progress-block{margin-top:16px;padding:14px 16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-file{font-size:12px;font-weight:600;color:var(--charcoal)}.progress-track{height:6px;background:var(--bg-2);border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-fill{height:6px;border-radius:3px;background:linear-gradient(to right,var(--green),var(--green-mid));transition:width .3s ease}.progress-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--text-3)}.batch-summary{display:flex;align-items:center;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.bs-item{text-align:center}.bs-val{display:block;font-family:var(--font-display);font-size:20px}.bs-label{font-size:10px;color:var(--text-3)}.analyze-row{display:flex;gap:8px;margin:10px 0;align-items:center}.result-panel{margin-top:14px;padding:14px 16px;background:var(--bg);border:1.5px solid var(--green);border-radius:var(--r-lg)}.result-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.result-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px}.result-row:last-of-type{border:none}.rl{color:var(--text-2)}.reco-box{border-radius:var(--r-md);padding:9px 12px;font-size:12px;line-height:1.55;margin-top:10px}.reco-red{background:var(--red-light);color:#8b2a10}.reco-amber{background:var(--amber-light);color:#7a4a00}.reco-green{background:var(--green-light);color:var(--green-dark)}.churn-bar-wrap{margin-top:10px}.churn-track{height:8px;background:var(--bg-2);border-radius:4px;overflow:hidden}.churn-fill{height:8px;border-radius:4px;transition:width .6s ease}.examples-block{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.example-item{display:flex;gap:8px;align-items:flex-start;padding:9px 11px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;font-size:12px;color:var(--text-2);transition:border-color .15s}.example-item:hover{border-color:var(--green);background:var(--green-light)}.error-box{margin-top:10px;padding:10px 12px;background:var(--red-light);border-radius:var(--r-md);font-size:12px;color:#8b2a10;line-height:1.6}.error-box code{font-family:var(--font-mono);font-size:11px}@media(max-width:768px){.analyser-grid{grid-template-columns:1fr}}.dashboard-page{min-height:100vh}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;flex-wrap:wrap;gap:12px}.dash-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.kpi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:18px 20px;box-shadow:var(--shadow);transition:transform .2s}.kpi-card:hover{transform:translateY(-2px)}.kpi-val{font-family:var(--font-display);font-size:30px;font-weight:300;margin-bottom:2px}.kpi-label{font-size:11px;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.kpi-delta{font-size:11px;color:var(--text-3);margin-top:4px}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.chart-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:18px 20px;box-shadow:var(--shadow)}.chart-title{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px}.donut-wrap{display:flex;align-items:center;gap:16px}.donut-legend{flex:1}.legend-row{display:flex;align-items:center;gap:7px;margin-bottom:7px}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-label{font-size:12px;color:var(--text-2);width:56px}.legend-bar{flex:1;height:4px;background:var(--bg-2);border-radius:2px;overflow:hidden}.legend-pct{font-size:11px;font-weight:700;width:36px;text-align:right}.corr-box{margin-top:10px;padding-top:10px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.dept-alert-note{margin-top:8px;padding:7px 10px;background:var(--red-light);border-radius:var(--r-md);font-size:11px;color:#8b2a10}.bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.risk-table{width:100%;border-collapse:collapse;font-size:12px}.risk-table th{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-3);padding:0 0 10px;text-align:left}.risk-table td{padding:7px 0;border-bottom:1px solid var(--bg-2);color:var(--text-2)}.risk-table tr:last-child td{border:none}.theme-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.theme-label{font-size:12px;color:var(--text-2);width:120px}.theme-bar-wrap{display:flex;align-items:center;gap:8px;flex:1}.theme-track{flex:1;height:6px;background:var(--bg-2);border-radius:3px;overflow:hidden}.theme-fill{height:100%;border-radius:3px;transition:width .6s ease}.theme-pct{font-size:11px;color:var(--text-3);width:28px;text-align:right}@media(max-width:900px){.kpi-grid{grid-template-columns:1fr 1fr}.charts-row,.bottom-row{grid-template-columns:1fr}.dash-header{flex-direction:column}}.rapport-page{min-height:100vh}.page-sub{font-size:14px;color:var(--text-2);margin-top:4px}.rapport-grid{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.report-preview{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow)}.rp-header{background:var(--charcoal);padding:24px 28px}.rp-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.rp-logo{font-family:var(--font-display);font-size:22px;font-weight:300;color:var(--green-mid)}.rp-slogan{font-size:11px;color:#5a7a5f;font-style:italic;margin-top:4px}.rp-meta{font-size:11px;color:#5a7a5f;text-align:right;line-height:1.8}.rp-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.rp-kpi{background:#ffffff0f;border-radius:var(--r-md);padding:10px;text-align:center}.rp-kpi-val{font-family:var(--font-display);font-size:20px;font-weight:300;margin-bottom:3px}.rp-kpi-label{font-size:10px;color:#5a7a5f}.rp-body{padding:20px 24px}.rp-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:10px}.rp-reco-item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;background:var(--bg);border-radius:var(--r-md);margin-bottom:7px}.rp-reco-item p{font-size:12px;color:var(--text-2);line-height:1.6}.rp-insight{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--text-2);margin-bottom:6px;line-height:1.6}.rp-arrow{color:var(--green);font-weight:700;flex-shrink:0}.rp-model-row{display:flex;flex-direction:column;gap:6px}.rp-model-item{display:flex;gap:10px;font-size:12px;color:var(--text-2)}.rp-model-label{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);padding:1px 7px;border-radius:4px;flex-shrink:0;align-self:flex-start;margin-top:1px}.export-sidebar{display:flex;flex-direction:column;gap:10px}.export-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:16px 18px;box-shadow:var(--shadow)}.export-featured{background:var(--green-light);border-color:var(--green)}.export-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.export-card-title{font-size:13px;font-weight:600;color:var(--charcoal)}.export-card-sub{font-size:11px;color:var(--text-3);margin-bottom:12px}.share-row{display:flex;gap:6px}.share-input{flex:1;font-family:var(--font-mono);font-size:11px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-md);padding:7px 10px;color:var(--text-3);outline:none}.schedule-card{background:var(--bg-2);border-radius:var(--r-lg);padding:12px 14px;font-size:12px;color:var(--text-3);line-height:1.8}.schedule-title{font-size:12px;font-weight:600;color:var(--charcoal);margin-bottom:4px}@media(max-width:900px){.rapport-grid{grid-template-columns:1fr}.rp-kpis{grid-template-columns:repeat(2,1fr)}}:root{--green: #1D9E75;--green-dark: #085041;--green-mid: #9FE1CB;--green-light: #E1F5EE;--green-glow: rgba(29,158,117,.15);--red: #D85A30;--red-light: #FAECE7;--amber: #EF9F27;--amber-light: #FAEEDA;--charcoal: #1A2E22;--text: #1A2E22;--text-2: #3D5445;--text-3: #7A9482;--border: #D8E5DC;--bg: #F7FAF8;--bg-2: #EEF4F0;--white: #FFFFFF;--font-display: "Fraunces", Georgia, serif;--font-ui: "Syne", sans-serif;--font-mono: "JetBrains Mono", monospace;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--shadow: 0 2px 12px rgba(26,46,34,.07);--shadow-lg: 0 8px 40px rgba(26,46,34,.12);--shadow-xl: 0 20px 60px rgba(26,46,34,.16)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-ui);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--font-ui)}input,select,textarea{font-family:var(--font-ui)}img{max-width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes countUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.anim-fade-up{animation:fadeUp .55s cubic-bezier(.22,1,.36,1) both}.anim-fade-up-1{animation:fadeUp .55s .08s cubic-bezier(.22,1,.36,1) both}.anim-fade-up-2{animation:fadeUp .55s .16s cubic-bezier(.22,1,.36,1) both}.anim-fade-up-3{animation:fadeUp .55s .24s cubic-bezier(.22,1,.36,1) both}.anim-fade-up-4{animation:fadeUp .55s .32s cubic-bezier(.22,1,.36,1) both}.anim-fade-in{animation:fadeIn .4s ease both}.btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-ui);font-weight:600;font-size:13px;border:none;border-radius:100px;cursor:pointer;transition:all .2s cubic-bezier(.22,1,.36,1);white-space:nowrap}.btn-primary{background:var(--green);color:#fff;padding:10px 22px;box-shadow:0 4px 16px #1d9e7540}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #1d9e7559}.btn-ghost{background:transparent;color:var(--green);padding:9px 20px;border:1.5px solid var(--green)}.btn-ghost:hover{background:var(--green-light)}.btn-outline{background:transparent;color:var(--text-2);padding:8px 18px;border:1px solid var(--border)}.btn-outline:hover{border-color:var(--green);color:var(--green)}.btn-sm{font-size:12px;padding:7px 16px}.btn-lg{font-size:15px;padding:13px 30px}.btn-block{width:100%;justify-content:center;border-radius:var(--r-lg)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 9px;border-radius:100px;letter-spacing:.03em;text-transform:uppercase}.badge-green{background:var(--green-light);color:var(--green-dark)}.badge-red{background:var(--red-light);color:#8b2a10}.badge-amber{background:var(--amber-light);color:#7a4a00}.badge-gray{background:var(--bg-2);color:var(--text-3)}.badge-dark{background:var(--charcoal);color:var(--green-mid)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px;box-shadow:var(--shadow)}.card-hover{transition:transform .2s,box-shadow .2s}.card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.input{width:100%;font-family:var(--font-ui);font-size:13px;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r-md);padding:10px 14px;outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.input::placeholder{color:var(--text-3)}select.input{cursor:pointer}textarea.input{resize:vertical;min-height:90px;line-height:1.6}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.section-title{font-family:var(--font-display);font-size:34px;font-weight:400;line-height:1.15;color:var(--charcoal)}.divider{border:none;border-top:1px solid var(--border);margin:16px 0}.mono{font-family:var(--font-mono)}.alert-bar{display:flex;align-items:center;gap:10px;background:var(--red-light);border-left:3px solid var(--red);border-radius:0 var(--r-md) var(--r-md) 0;padding:10px 16px;font-size:12px;color:#8b2a10}.spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}.page-wrap{max-width:1120px;margin:0 auto;padding:36px 32px}@media(max-width:768px){.page-wrap{padding:24px 16px}}
