@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0}body{font-family:var(--figma-font-family);background:var(--figma-bg-root);color:var(--figma-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--figma-bg-surface-muted)}::-webkit-scrollbar-thumb{background:var(--figma-border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--figma-text-muted)}.threat-intel-map-wrap{isolation:isolate;contain:layout style}.threat-intel-map-subtitle .pi,.threat-intel-map-title .pi{font-family:primeicons!important}.threat-intel-map-wrap>div>canvas{z-index:2!important;position:relative!important}.threat-intel-map-wrap>div>div{z-index:1!important;position:relative!important}.p-component{font-family:Inter,sans-serif}.p-datatable{background:transparent!important}.p-datatable .p-datatable-thead>tr>th{background:rgba(255,255,255,.04)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:1rem!important}.p-datatable .p-datatable-tbody>tr{background:transparent!important;border-color:var(--border-color)!important}.p-datatable .p-datatable-tbody>tr>td{border-color:var(--border-color)!important;color:var(--text-primary)!important;padding:.75rem 1rem!important}.p-datatable .p-datatable-tbody>tr:hover{background:rgba(255,255,255,.04)!important}.p-paginator{background:transparent!important;border:none!important;padding:1rem 0 0!important}.p-paginator .p-paginator-pages .p-paginator-page{color:var(--text-secondary)!important}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:var(--accent-blue)!important;border-color:var(--accent-blue)!important}.p-inputtext{background:rgba(255,255,255,.05)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.p-inputtext:enabled:focus{border-color:var(--accent-blue)!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)!important}.p-button{font-family:Inter,sans-serif}.p-button.p-button-text{color:var(--landing-topbar-text-muted)!important;font-weight:400!important;.p-button-label{font-weight:400!important}}.p-button.p-button-text:hover{background:rgba(255,255,255,.08)!important}.p-menu{background:#2e415c!important;border:1px solid #ebeff01a!important;border-radius:8px!important;padding:0}.p-menu .p-menuitem-link,.p-menuitem,.p-menuitem-content{color:#ffffff!important;border-radius:8px!important;background:#2e415c!important;font-size:.875rem}.p-menu .p-menuitem-link:hover{background:rgba(255,255,255,.08)!important}.p-panelmenu .p-panelmenu-header>a{background:transparent!important;color:var(--text-primary)!important;border-color:var(--border-color)!important;font-weight:500}.p-panelmenu .p-panelmenu-header>a:hover{background:rgba(255,255,255,.04)!important}.p-panelmenu .p-panelmenu-content{background:transparent!important;border:none!important}.p-panelmenu .p-panelmenu-content .p-menuitem-link{color:var(--text-secondary)!important;padding:.75rem 1rem .75rem 2.5rem!important}.p-panelmenu .p-panelmenu-content .p-menuitem-link:hover{background:rgba(255,255,255,.04)!important;color:var(--text-primary)!important}.p-breadcrumb{background:transparent!important;border:none!important;padding:0!important}.p-breadcrumb .p-breadcrumb-list{gap:.5rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{color:var(--text-secondary)!important;text-decoration:none}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{color:var(--text-muted)!important}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-link{color:var(--text-primary)!important}.p-tag{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.p-tag.p-tag-success{background:rgba(16,185,129,.15)!important;color:#10b981!important}.p-tag.p-tag-warning{background:rgba(245,158,11,.15)!important;color:#f59e0b!important}.p-tag.p-tag-danger{background:rgba(239,68,68,.15)!important;color:#ef4444!important}.p-tag.p-tag-info{background:rgba(59,130,246,.15)!important;color:#3b82f6!important}.p-badge{font-size:.65rem;min-width:18px;height:18px;line-height:18px}.p-avatar{background:linear-gradient(135deg,var(--accent-green) 0,#059669 100%)}.p-toast{opacity:1}.p-toast .p-toast-message{background:var(--glass-bg)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color)!important;border-radius:12px!important}.p-tooltip .p-tooltip-text{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;font-size:.875rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-blink{animation:blink 1.2s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes map-skeleton-pulse{0%,to{transform:scale(.9);opacity:.6}50%{transform:scale(1.05);opacity:1}}.animate-spin{animation:spin 1s linear infinite}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color)}.gradient-text{background:linear-gradient(135deg,var(--accent-blue) 0,var(--accent-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-page{min-height:0;padding-left:0;padding-right:0}.dashboard-section-1{flex-shrink:0}.dashboard-focus-strip{background:#f4faff;border-radius:10px;padding:1rem 1.25rem;margin-top:-24px}.dashboard-focus-strip-title-row{display:flex;align-items:center;gap:.5rem}.dashboard-section-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0}.dashboard-section-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;letter-spacing:.05em;text-transform:uppercase;margin:0}.dashboard-section-label{font-size:.8rem;font-weight:500;color:#a0aec0;letter-spacing:.02em;margin:.25rem 0 0 1rem}.dashboard-get-api-btn{padding:.5rem 1rem;border-radius:8px;background:#3b82f6;border:none;color:#ffffff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;flex-shrink:0}.dashboard-get-api-btn:hover{background:#2563eb}.dashboard-get-api-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.dashboard-section-2{padding:1rem;flex:1 1;min-height:0;margin-top:-29px}.dashboard-columns{min-height:0;width:100%}.dashboard-col-left{width:30%;min-height:0;overflow:hidden}.dashboard-col-center{width:32%;min-height:0;overflow:hidden;padding-left:1px}.dashboard-col-right{width:38%;min-height:0;overflow:hidden}.dashboard-card{background:#ffffff;border-radius:10px;box-shadow:0 1px 2px rgba(228,229,231,.24);padding:1rem 1.25rem}.threat-landscape-layout{height:207px;background:linear-gradient(180deg,#0f1419,#182230 50%,#1a2332);opacity:1;align-items:flex-start;margin-top:-24px}.threat-landscape-layout,.threat-landscape-layout-inner{width:100%;display:flex;justify-content:center;box-sizing:border-box}.threat-landscape-layout-inner{max-width:100%;padding:1rem}.threat-landscape-card-wrapper{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(180deg,#0f1419,#182230 50%,#1a2332);border-radius:14px;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 4px 24px rgba(0,0,0,.35);padding:1.5rem 2rem 2rem;box-sizing:border-box;opacity:1;min-height:149px}@media (max-width:1024px){.threat-landscape-card-wrapper{width:100%;max-width:min(1024px,100%);padding:1.25rem 1.5rem 1.5rem;gap:1.25rem;min-height:120px}}@media (max-width:768px){.threat-landscape-card-wrapper{width:100%;max-width:min(768px,100%);padding:1rem 1.25rem 1.25rem;gap:1rem;min-height:auto;border-radius:12px}}@media (max-width:640px){.threat-landscape-card-wrapper{width:100%;max-width:100%;padding:.875rem 1rem 1rem;gap:.875rem;border-radius:10px}}.threat-landscape-card-header{flex-shrink:0;display:flex;align-items:center;height:auto;font-size:.75rem;font-weight:600;color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;margin:0;padding:0;box-sizing:border-box}@media (max-width:640px){.threat-landscape-card-header{font-size:.6875rem;white-space:normal}}.threat-landscape-card-content{width:100%;min-height:80px;display:flex;flex-direction:row;align-items:stretch;gap:2rem;padding:0;box-sizing:border-box;opacity:1}@media (max-width:1024px){.threat-landscape-card-content{gap:1.5rem;min-height:72px}}@media (max-width:768px){.threat-landscape-card-content{flex-wrap:wrap;gap:1rem;min-height:auto}}@media (max-width:640px){.threat-landscape-card-content{flex-direction:column;gap:.75rem}}.threat-landscape-card-section{flex:1 1;min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1.25rem;padding:0 0 0 1rem;border-right:1.12px solid rgba(255,255,255,.08);box-sizing:border-box;opacity:1}.threat-landscape-card-section:first-child{padding-left:0}.threat-landscape-card-section--last{border-right:none}@media (max-width:1024px){.threat-landscape-card-section{gap:1rem;padding-left:.75rem}.threat-landscape-card-section:first-child{padding-left:0}}@media (max-width:768px){.threat-landscape-card-section{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.5rem);min-width:140px;padding:.5rem 0;border-right:none;border-bottom:1.12px solid rgba(255,255,255,.08)}.threat-landscape-card-section:nth-child(odd){padding-right:.5rem}.threat-landscape-card-section:nth-child(2n){padding-left:.5rem}.threat-landscape-card-section:last-child{border-bottom:none}}@media (max-width:640px){.threat-landscape-card-section{flex:1 1 100%;min-width:0;padding:.5rem 0;border-bottom:1.12px solid rgba(255,255,255,.08)}.threat-landscape-card-section:nth-child(2n),.threat-landscape-card-section:nth-child(odd){padding-left:0;padding-right:0}.threat-landscape-card-section:last-child{border-bottom:none}}.threat-landscape-metric-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem;min-width:0}.threat-landscape-icon-wrap{width:3rem;height:3rem;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.2)}.threat-landscape-icon-img{width:1.75rem;height:1.75rem;object-fit:contain;display:block}@media (max-width:768px){.threat-landscape-icon-wrap{width:2.5rem;height:2.5rem;border-radius:10px}.threat-landscape-icon-img{width:1.5rem;height:1.5rem}}@media (max-width:640px){.threat-landscape-icon-wrap{width:2.25rem;height:2.25rem;border-radius:8px}.threat-landscape-icon-img{width:1.25rem;height:1.25rem}}.threat-landscape-value{font-size:3rem;font-weight:700;color:#ffffff;line-height:1;letter-spacing:-.02em;margin:0;padding:0}@media (max-width:1024px){.threat-landscape-value{font-size:2.25rem}}@media (max-width:768px){.threat-landscape-value{font-size:1.875rem}}@media (max-width:640px){.threat-landscape-value{font-size:1.5rem}}.threat-landscape-label{font-size:1rem;font-weight:500;color:#b0b0b0;line-height:1.25;margin:0;padding:0}@media (max-width:768px){.threat-landscape-label{font-size:.9375rem}}@media (max-width:640px){.threat-landscape-label{font-size:.875rem}}.threat-landscape-header{display:flex;align-items:center;gap:2rem;background-color:#2a3042;background-image:radial-gradient(ellipse 120% 80% at 10% 50%,rgba(255,255,255,.05) 0,transparent 50%),radial-gradient(ellipse 80% 120% at 90% 50%,rgba(255,255,255,.04) 0,transparent 50%),url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");border-radius:12px;min-height:88px;padding:1.25rem 1.5rem}.threat-landscape-title{font-size:.875rem;font-weight:600;color:#ffffff;letter-spacing:.05em;white-space:nowrap;margin:0}.kpi-card{background:#ffffff;border-radius:10px;box-shadow:0 1px 2px rgba(228,229,231,.24)}.kpi-card-title{font-size:14px;font-weight:600;color:#1a1a1a;letter-spacing:.05em;text-transform:uppercase;text-align:center;padding:1rem}.kpi-card-separator{height:.5px;min-height:.5px;background:#e7ebec}.chart-card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.chart-card-title{font-size:14px;font-weight:500;color:#797979}.chart-card-description{font-size:13px;color:#1a1a1a;line-height:1.5;margin-bottom:12px}.chart-card-divider{height:1px;background:#e5e7eb;margin-bottom:12px}.chart-card-label{font-size:11px;font-weight:400;color:#797979;letter-spacing:.05em;text-transform:uppercase;margin-top:1rem}.dashboard-last-refreshed{font-size:12px;color:#797979;margin-top:16px;text-align:right}.dashboard-section-label-with-dot{font-size:12px;font-weight:600;color:#1a1a1a;letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px;display:flex;align-items:center;gap:8px}.insight-item-border{border-bottom:1px solid #e5e7eb}.top-insights-card{padding:1rem 1.25rem}.top-insights-header{display:flex;align-items:center;gap:8px;margin-bottom:1.35rem;flex-shrink:0}.top-insights-title{font-size:14px;font-weight:500;color:#797979}.top-insights-summary{font-size:15px;font-weight:600;color:#111827;line-height:1.5;margin-bottom:1rem}.top-insights-cards{display:flex;flex-direction:column;gap:.75rem;flex:1 1;min-height:0;overflow-y:auto}.insight-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:.875rem 1rem;box-shadow:0 1px 2px rgba(0,0,0,.04);flex-shrink:0}.insight-card-highlighted{background:#e7f0fa;border-color:#b8d4f0}.insight-card-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:6px}.insight-card-text{font-size:13px;font-weight:400;color:#1a1a1a;line-height:1.5}.insight-icon-wrap{width:28px;height:28px;border-radius:6px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insight-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:2px}.insight-text{font-size:12px;color:#6b7280;line-height:1.5}.insight-highlight{color:#2f7df2;font-weight:600}.dashboard-analyse-btn{padding:6px 12px;border-radius:24px;background:#f4f6f6;border:1px solid #f4f6f6;color:#1a1a1a;font-weight:600;font-size:12px;cursor:pointer;display:flex;align-items:center;flex-direction:row-reverse;gap:6px;text-transform:uppercase;letter-spacing:.03em}.dashboard-analyse-btn:hover{background:#e7f0fa;border-color:#e7f0fa}.threats-metric-change{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#dc2626}.threats-kpi-card .dashboard-analyse-btn{border-color:#9ca3af;color:#6b7280}.threats-kpi-card .dashboard-analyse-btn:hover{background:#f3f4f6;border-color:#6b7280;color:#374151}.threat-intel-map-wrap{max-width:100%;max-height:100%}.threat-intel-map-wrap>div{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.threat-intel-map-wrap canvas{max-width:100%!important;max-height:100%!important;position:relative!important}.threat-intel-map-subtitle{color:#1a1a1a!important}.base-modal-light.p-dialog .p-dialog-content,.base-modal-light.p-dialog .p-dialog-footer,.base-modal-light.p-dialog .p-dialog-header{background:#ffffff!important;color:#111827!important;border-color:#e5e7eb!important}.base-modal-light.p-dialog .p-dialog-header .p-dialog-header-icons .p-icon,.base-modal-light.p-dialog .p-dialog-header .p-dialog-title{color:#374151!important}.legal-modal.p-dialog{border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.legal-modal.p-dialog .p-dialog-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:1.125rem}.legal-modal.p-dialog .p-dialog-header .p-dialog-title{color:#111827}.legal-modal.p-dialog .p-dialog-header .p-dialog-header-icons{margin-left:auto}.legal-modal.p-dialog .p-dialog-header .p-dialog-header-icons .p-dialog-header-close{width:2rem;height:2rem;border-radius:8px;color:#6b7280}.legal-modal.p-dialog .p-dialog-header .p-dialog-header-close:hover{background:#f3f4f6;color:#111827}.legal-modal.p-dialog .p-dialog-footer{display:none}.legal-modal.p-dialog .p-dialog-content{border-radius:0 0 12px 12px}:root{--landing-topbar-bg:#111827;--landing-topbar-text:#ffffff;--landing-topbar-text-muted:rgba(255,255,255,0.7);--landing-cta-bg:#2f7df2;--landing-footer-bg:#1e293b;--landing-footer-text:#f1f5f9;--landing-footer-text-muted:rgba(241,245,249,0.8);--landing-topbar-height:60px}.base-layout-body{flex:1 1;display:flex;flex-direction:column;min-height:0;padding-top:var(--landing-topbar-height)}.landing-topbar{position:fixed;top:0;left:0;right:0;width:100%;display:flex;align-items:center;justify-content:space-between;min-height:var(--landing-topbar-height);height:var(--landing-topbar-height);background:var(--landing-topbar-bg)!important;border-bottom:1px solid rgba(255,255,255,.06);z-index:100;flex-shrink:0;padding:0 3rem;box-sizing:border-box;.logo{display:flex;align-items:center;gap:8px;.title{display:flex;flex-direction:row;align-items:center;gap:8px;text-decoration:none;cursor:pointer;.threat-intel-logo{height:clamp(3rem,17vh,28vh);width:auto;display:block}@media (max-width:1024px){.threat-intel-logo{height:clamp(2.75rem,18vh,22vh)}}@media (max-width:768px){.threat-intel-logo{height:clamp(4.5rem,9vh,18vh)}}@media (max-width:640px){.threat-intel-logo{height:clamp(4.25rem,8vh,16vh)}}.app-bar-brand-text{font-size:1.125rem}.app-bar-brand-text,.main-title{font-weight:700;color:var(--landing-topbar-text);line-height:1.2}.main-title{font-size:20px}.sub-title{font-weight:400;color:var(--landing-topbar-text);font-size:8px;line-height:1.2;letter-spacing:.07em}}}}.landing-topbar-text{color:var(--landing-topbar-text)!important}.landing-topbar-text-muted{color:var(--landing-topbar-text-muted)!important;text-decoration:none}.landing-topbar-text-muted:hover{color:#ffffff!important}.landing-cta{background:#256dec!important;color:var(--landing-topbar-text)!important;border:none;border-radius:4px;font-size:.875rem;box-shadow:0 1px 2px rgba(0,0,0,.05);.p-button-label{font-weight:400!important}}.landing-cta:hover{filter:brightness(1.08)}.landing-footer-wrap{background:var(--landing-footer-bg)!important;color:var(--landing-footer-text);padding-left:3rem;padding-right:3rem;border-top:1px solid rgba(255,255,255,.1);height:250px;.footer-details{display:flex;align-items:flex-start;justify-content:space-between;margin-top:40px;.footer-column{display:flex;align-items:flex-start;flex-direction:column;.landing-footer-heading{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--landing-footer-text-muted)!important}.branding-logo{height:24px;width:auto;object-fit:contain;margin-bottom:1.75rem}.branding-logo:last-child{margin-bottom:0}.footer-list{display:flex;align-items:flex-start;flex-direction:column;gap:.875rem;font-size:12px;font-weight:400;.landing-footer-link{font-size:.75rem;color:var(--landing-footer-text-muted);text-decoration:none;i{font-size:24px}}.landing-footer-link:hover{color:var(--landing-footer-text)}}}}.copyrights{margin-top:1.5rem;padding-top:1.25rem;text-align:center}}.landing-section-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box;background:transparent}.landing-hero-wrap{background:linear-gradient(#0f172a,#1e1b4b 30%,#312e81 60%,#f4faff 0,#f8fafc 88%,#f4faff);padding:2.5rem 3rem 4rem;position:relative;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}.landing-hero-particles{position:absolute;top:0;left:0;right:0;height:50%;background-image:radial-gradient(2px 2px at 12% 18%,rgba(255,255,255,.35),transparent),radial-gradient(2px 2px at 28% 42%,rgba(255,255,255,.25),transparent),radial-gradient(2px 2px at 55% 25%,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 72% 55%,rgba(255,255,255,.2),transparent),radial-gradient(2px 2px at 88% 35%,rgba(255,255,255,.28),transparent);background-size:220px 180px;pointer-events:none;z-index:0}.landing-hero-wrap>.flex,.landing-hero-wrap>.landing-hero-content{position:relative;z-index:1}.landing-hero-content{max-width:850px;display:flex;align-items:center;text-align:center;flex-direction:column;background:transparent;padding:0 2rem 2.5rem;border-radius:12px}.landing-hero-banner{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.1);border-radius:9999px;margin-bottom:1.5rem}.landing-hero-banner-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.landing-hero-banner-text{font-size:.875rem;font-weight:500;color:#ffffff}.landing-hero-heading{margin:0 0 1rem;line-height:1.2}.landing-hero-title-gradient{background:linear-gradient(90deg,#22d3ee,#38bdf8 35%,#2563eb 65%,#1d4ed8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;margin-bottom:-40px}.landing-hero-title-gradient,.landing-hero-title-white{display:block;font-size:clamp(2rem,5vw,3.25rem);font-weight:700}.landing-hero-title-white{color:#ffffff}.landing-hero-desc{font-size:1rem;color:rgba(255,255,255,.9);line-height:1.6;max-width:640px;text-align:center;margin:0 0 1.5rem}.landing-hero-highlight{color:#7dd3fc;font-weight:700;-webkit-text-fill-color:initial;text-fill-color:initial}.landing-hero-ctas{margin-bottom:2.5rem}.landing-hero-stats{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.landing-hero-stat-card{min-width:140px;padding:1rem 1.5rem;background:rgba(15,23,42,.6);border:1px solid rgba(255,255,255,.12);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:.25rem}.landing-hero-stat-value{font-size:1.75rem;font-weight:700;color:#ffffff;line-height:1.2}.landing-hero-stat-label{font-size:.8125rem;color:rgba(255,255,255,.7);text-align:center}.landing-hero-preview-wrap{position:relative;z-index:1;width:100%;max-width:1100px;margin:-1.5rem auto 0;padding:0 1.5rem 3rem;box-sizing:border-box}.landing-dashboard-preview-main.p-card .p-card-body{padding:0!important}.landing-dashboard-preview-main.p-card{background:#ffffff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 10px 25px -5px rgba(0,0,0,.15),0 20px 50px -12px rgba(0,0,0,.2)!important}.landing-dashboard-preview .p-card .p-card-body,.landing-dashboard-preview .p-card .p-card-content{padding:1.25rem 1.5rem;height:100%}.landing-dashboard-preview .p-card.flex{display:flex}.landing-dashboard-preview .p-card.flex .p-card-body{display:flex;flex-direction:column;flex:1 1;min-height:0}.landing-dashboard-preview .p-card.flex .p-card-content{flex:1 1;display:flex;flex-direction:column;min-height:0}.landing-dashboard-preview-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;width:100%;.p-card-content{display:flex;align-items:center;justify-content:space-between}}.landing-dashboard-preview-grid.grid-4{grid-template-columns:repeat(4,1fr)}.landing-dashboard-preview-grid>*{min-width:0;width:100%}.landing-dashboard-preview-single-row{grid-template-columns:1fr}@media (max-width:768px){.landing-dashboard-preview-grid{grid-template-columns:1fr!important;max-height:none}.landing-dashboard-preview-grid[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important}}.landing-cta-primary{background:#2563eb!important;color:#fff!important;border:none!important;border-radius:8px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.2)}.landing-cta-primary .p-button-icon{font-size:.75rem}.landing-cta-secondary{background:transparent!important;color:#7dd3fc!important;border:1px solid #7dd3fc!important;border-radius:8px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:none!important}.landing-cta-secondary:hover{background:rgba(125,211,252,.1)!important;color:#bae6fd!important;border-color:#bae6fd!important}.landing-cta-secondary .p-button-icon{font-size:.75rem}.w-30{width:30%}.fw-400{font-weight:400}.landing-section-title{font-size:36px;font-weight:600;color:#111827;letter-spacing:-.02em}.landing-ai-impact-section{padding:4rem 0}.landing-ai-impact-title{margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#000000;letter-spacing:-.02em;line-height:1.25}.landing-ai-impact-sup{font-size:.6em;vertical-align:super;font-weight:700}.landing-ai-impact-desc{margin:0 auto 2rem;font-size:1rem;font-weight:400;color:#374151;line-height:1.6;max-width:640px;text-align:center}.landing-ai-impact-img{width:100%;height:auto;max-height:258px;object-fit:contain;margin-top:1rem}.landing-section-desc{font-size:1rem;color:#1a1a1a;font-weight:400;line-height:1.6;max-width:640px;margin-bottom:1.5rem;text-align:center}.landing-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.landing-metric-value{font-size:1.75rem;font-weight:700;color:#111827}.landing-metric-label{font-size:.75rem;color:#1a1a1a;font-weight:500;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem}.landing-stakeholder-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}.landing-stakeholder-card.p-card .p-card-body,.landing-stakeholder-card.p-card .p-card-content,.landing-stakeholder-card.p-card .p-card-header{text-align:left;padding:.5rem 0 0}.landing-stakeholder-card.p-card .p-card-header{padding-top:0}.landing-stakeholder-card.p-card .p-card-footer{text-align:left;padding:1.5rem 0 0;margin-top:auto;a{text-decoration:none}a:hover{text-decoration:underline}}.landing-stakeholder-card.p-card{display:flex;flex-direction:column;align-items:stretch}.landing-stakeholder-card.p-card .p-card-body{flex:1 1;display:flex;flex-direction:column;align-items:flex-start}.landing-stakeholders-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;align-items:stretch}.landing-stakeholders-grid-item{min-width:0;display:flex}.landing-stakeholders-grid-item>*{width:100%}@media (max-width:640px){.landing-stakeholders-grid{grid-template-columns:1fr}}.landing-stakeholder-title{font-size:1.125rem;font-weight:700;color:#111827}.border-bottom{border-bottom:1px solid #e2e4e9}.landing-stakeholder-desc{font-size:.8rem;color:#797979;line-height:1.5}.landing-use-case-item{font-size:.875rem;color:#374151;display:flex;align-items:center;gap:.5rem}.landing-stakeholder-usecase-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#1a1a1a;background:#f4f6f8;border:1px solid #f4f6f8;border-radius:9999px;padding:.35rem .75rem;white-space:nowrap}.landing-stakeholder-usecase-pill .pi-check{color:#059669;font-size:.75rem}.landing-contribute-title{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:#111827;letter-spacing:-.02em}.landing-contribute-desc{font-size:1rem;color:#4b5563;line-height:1.6}.user-login{display:flex;align-items:center;gap:4px}.menu-hamburger{justify-content:flex-start;width:24px}button.logout-btn.p-button.p-component{display:flex;align-items:center;gap:4px;font-weight:500;border:1px solid #ebeff01a!important;border-radius:28px!important;background:#2e415c!important;padding:3px 10px;color:#ffffff!important;font-size:14px}button.logout-btn.p-button.p-component:focus{box-shadow:none}.products-page{width:100%;max-width:100%;margin:0;padding:0;background:linear-gradient(180deg,#eff6ff,#f8fafc);box-sizing:border-box}.products-page .products-section{width:100%;background:transparent;padding:2.5rem 1.5rem 3.5rem;box-sizing:border-box}.products-page .products-section>div{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box}.products-page .products-section .products-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#1e293b;letter-spacing:-.02em;margin-bottom:-.5rem}.products-page .products-section .products-section-desc{font-size:.9375rem;color:#475569}.products-page .products-stakeholders-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:100%;align-items:stretch}.products-page .products-stakeholders-grid>div{min-width:0;overflow:visible;display:flex;flex-direction:column}.products-page .products-stakeholders-grid>div .landing-stakeholder-card.p-card{flex:1 1 auto;width:100%;min-height:0}.products-page .products-stakeholders-grid .landing-stakeholder-card{overflow:visible;height:100%;display:flex;flex-direction:column}.products-page .products-stakeholders-grid .landing-stakeholder-card.p-card .p-card-body{flex:1 1;min-height:0;overflow:visible}.products-page .products-stakeholders-grid .landing-stakeholder-card.p-card .p-card-footer{flex-shrink:0;overflow:visible;padding:1rem 0 0}@media (max-width:768px){.products-page .products-stakeholders-grid{grid-template-columns:1fr}}.products-page .products-signal-section{width:100%;background:transparent;box-sizing:border-box;margin-top:-3.5rem;padding-left:1.5rem;padding-right:1.5rem}.products-page .products-signal-inner{gap:1.5rem;padding:2rem 0 3rem;max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box}.products-page .products-signal-title{font-size:2rem;font-weight:600;line-height:1.2;color:#101828;letter-spacing:-.04em;text-align:start}.products-page .products-signal-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;width:100%;align-items:stretch;border-radius:12px;overflow:hidden}.products-page .products-signal-card{box-sizing:border-box;min-width:0;min-height:0;padding:.75rem 1.25rem;gap:1.5rem;background:#fff;border:1px solid #ebeff0;border-radius:16px;box-shadow:0 1px 2px rgba(16,24,40,.04)}.products-page .products-signal-card-title{font-size:1.25rem;font-weight:700;line-height:1.3;color:#101828;white-space:normal}.products-page .products-signal-pill-list{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;flex:1 1 auto}.products-page .products-signal-pill{display:inline-flex;align-items:center;justify-content:flex-start;gap:.625rem;width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0;padding:.5rem .75rem .5rem .5rem;background:#f4f6f8;border-radius:40px;list-style:none}.products-page .products-signal-pill-icon{flex-shrink:0;width:1rem;height:1rem;font-size:.75rem;color:#059669;display:inline-flex;align-items:center;justify-content:center}.products-page .products-signal-pill-text{font-size:.875rem;font-weight:400;line-height:1.25;color:#1a1a1a;letter-spacing:-.006em;white-space:nowrap}.products-page .products-signal-pill-text--truncate{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.products-page .products-signal-pill--more .products-signal-pill-text{white-space:nowrap}.products-page .products-back-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem 2.5rem;box-sizing:border-box}.products-page .products-back-link{display:inline-block;margin-top:1rem;font-weight:500;font-size:.9375rem;color:#2563eb;text-decoration:none}.products-page .products-back-link:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:1100px){.products-page .products-signal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.products-page .products-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.products-page .products-section,.products-page .products-signal-section{padding-left:1rem;padding-right:1rem}.products-page .products-signal-title{font-size:clamp(1.5rem,3vw,2rem)}}@media (max-width:480px){.products-page .products-signal-section{margin-top:0;padding-left:.75rem;padding-right:.75rem}.products-page .products-signal-inner{padding:1.25rem 0 2rem}.products-page .products-signal-grid{grid-template-columns:1fr}.products-page .products-back-wrap{padding-left:.75rem;padding-right:.75rem}}.base-layout-body footer .p-paginator,.landing-footer-wrap .p-paginator,.products-page .p-paginator{display:none!important}.api-log-panel-wrap{position:fixed;bottom:0;right:0;z-index:9999;font-family:ui-monospace,monospace;font-size:.75rem}.api-log-panel-toggle{padding:.5rem .75rem;background:var(--figma-bg-surface-elevated,#1e1e2e);color:var(--figma-text-primary,#fff);border:1px solid var(--figma-border-light,#333);border-bottom:none;border-radius:8px 8px 0 0;cursor:pointer;box-shadow:0 -2px 8px rgba(0,0,0,.2)}.api-log-panel-toggle:hover{background:var(--figma-bg-surface,#252536)}.api-log-panel{width:min(420px,100vw);max-height:50vh;background:var(--figma-bg-surface-elevated,#1e1e2e);border:1px solid var(--figma-border-light,#333);border-bottom:none;border-radius:8px 8px 0 0;display:flex;flex-direction:column;box-shadow:0 -2px 12px rgba(0,0,0,.25)}.api-log-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--figma-border-light,#333);flex-shrink:0}.api-log-clear-btn{padding:.25rem .5rem;background:transparent;color:var(--figma-text-muted,#888);border:1px solid transparent;border-radius:4px;cursor:pointer;font-size:.7rem}.api-log-clear-btn:hover{color:var(--figma-text-primary,#fff);background:rgba(255,255,255,.08)}.api-log-list{overflow-y:auto;padding:.5rem;flex:1 1;min-height:0}.api-log-empty{color:var(--figma-text-muted,#888);padding:1rem;text-align:center}.api-log-entry{margin-bottom:.75rem;padding:.5rem;background:rgba(0,0,0,.2);border-radius:6px;border-left:3px solid var(--figma-border-light,#444)}.api-log-entry-error{border-left-color:var(--figma-status-danger,#e57373)}.api-log-entry-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.35rem}.api-log-method{font-weight:600;color:var(--figma-status-success,#81c784)}.api-log-url{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--figma-text-secondary,#b0b0b0)}.api-log-ssr{font-size:.65rem;padding:.1rem .3rem;background:rgba(255,193,7,.2);color:#ffc107;border-radius:4px}.api-log-at{font-size:.65rem;color:var(--figma-text-muted,#666)}.api-log-block{margin-top:.25rem}.api-log-block-label{display:block;font-size:.65rem;color:var(--figma-text-muted,#666);margin-bottom:.15rem}.api-log-pre{margin:0;padding:.35rem .5rem;background:rgba(0,0,0,.3);border-radius:4px;overflow-x:auto;white-space:pre-wrap;word-break:break-all;max-height:120px;overflow-y:auto;font-size:.7rem;line-height:1.35}:root,[data-theme=dark]{--theme-mode:dark;--figma-bg-root:#111827;--figma-bg-content:#f1f5f9;--figma-bg-shell:#111827;--figma-bg-shell-elevated:#1e293b;--figma-bg-shell-subtle:#334155;--figma-bg-card:#ffffff;--figma-bg-card-subtle:#f9fafb;--figma-bg-surface:#334155;--figma-bg-surface-subtle:#475569;--figma-bg-surface-muted:#64748b;--figma-text-primary-dark:#f1f5f9;--figma-text-secondary-dark:#94a3b8;--figma-text-muted-dark:#64748b;--figma-text-primary:#f1f5f9;--figma-text-secondary:#94a3b8;--figma-text-muted:#64748b;--figma-text-lighter:#9ca3af;--figma-text-on-surface:#111827;--figma-text-on-surface-muted:#6b7280;--figma-text-section-label:#6b7280;--figma-text-muted-inline:#9ca3af;--figma-border-dark:rgba(255,255,255,0.08);--figma-border-light:rgba(255,255,255,0.12);--figma-border-lighter:rgba(255,255,255,0.06);--figma-border-muted:rgba(255,255,255,0.1);--figma-border-card:#e5e7eb;--figma-border-card-light:#f3f4f6;--figma-primary:#2f7df2;--figma-primary-hover:#1d6de9;--figma-primary-muted:rgba(47,125,242,0.15);--figma-secondary:#8b5cf6;--figma-success:#059669;--figma-success-bg:#d1fae5;--figma-success-muted:rgba(5,150,105,0.12);--figma-warning:#f59e0b;--figma-error:#dc2626;--figma-info:#2f7df2;--figma-dot-indicator:#dc2626;--figma-accent-blue:#3b82f6;--figma-accent-purple:#8b5cf6;--figma-accent-green:#10b981;--figma-accent-amber:#f59e0b;--figma-accent-pink:#ec4899;--figma-accent-slate:#64748b;--figma-sidebar-width:280px;--figma-sidebar-width-collapsed:80px;--figma-topbar-height:56px;--figma-content-padding:24px;--figma-radius-sm:8px;--figma-radius-md:12px;--figma-radius-lg:16px;--figma-radius-xl:20px;--figma-font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--figma-font-size-xs:11px;--figma-font-size-sm:13px;--figma-font-size-base:14px;--figma-font-size-md:16px;--figma-font-size-lg:20px;--figma-font-size-xl:24px;--figma-font-size-2xl:36px;--figma-font-weight-normal:400;--figma-font-weight-medium:500;--figma-font-weight-semibold:600;--figma-font-weight-bold:700;--figma-letter-spacing-tight:-0.02em;--figma-letter-spacing-normal:0;--figma-letter-spacing-wide:0.05em;--figma-shadow-xs:0 1px 2px rgba(0,0,0,0.05);--figma-shadow-sm:0 1px 3px rgba(0,0,0,0.06);--figma-shadow-md:0 4px 12px rgba(0,0,0,0.08);--figma-shadow-lg:0 12px 24px rgba(0,0,0,0.08);--bg-primary:var(--figma-bg-shell);--bg-secondary:var(--figma-bg-shell-elevated);--bg-tertiary:var(--figma-bg-shell-subtle);--text-primary:var(--figma-text-primary-dark);--text-secondary:var(--figma-text-secondary-dark);--text-muted:var(--figma-text-muted-dark);--accent-blue:var(--figma-primary);--accent-purple:var(--figma-secondary);--accent-green:var(--figma-success);--accent-yellow:var(--figma-warning);--accent-red:var(--figma-error);--border-color:var(--figma-border-dark);--glass-bg:rgba(30,41,59,0.6);--sidebar-width:var(--figma-sidebar-width);--sidebar-collapsed-width:var(--figma-sidebar-width-collapsed)}[data-theme=light]{--theme-mode:light;--figma-bg-root:#f1f5f9;--figma-bg-content:#ffffff;--figma-bg-shell:#111827;--figma-bg-shell-elevated:#1e293b;--figma-bg-shell-subtle:#334155;--figma-bg-card:#ffffff;--figma-bg-card-subtle:#f9fafb;--figma-bg-surface:#f1f5f9;--figma-bg-surface-subtle:#e2e8f0;--figma-bg-surface-muted:#cbd5e1;--figma-text-primary-dark:#0f172a;--figma-text-secondary-dark:#475569;--figma-text-muted-dark:#64748b;--figma-text-primary:#0f172a;--figma-text-secondary:#475569;--figma-text-muted:#64748b;--figma-text-lighter:#94a3b8;--figma-text-on-surface:#111827;--figma-text-on-surface-muted:#6b7280;--figma-text-section-label:#6b7280;--figma-text-muted-inline:#9ca3af;--figma-border-dark:rgba(0,0,0,0.08);--figma-border-light:rgba(0,0,0,0.1);--figma-border-lighter:rgba(0,0,0,0.06);--figma-border-muted:rgba(0,0,0,0.08);--figma-border-card:#e5e7eb;--figma-border-card-light:#f3f4f6;--text-primary:var(--figma-text-primary-dark);--text-secondary:var(--figma-text-secondary-dark);--text-muted:var(--figma-text-muted-dark);--border-color:var(--figma-border-dark);--glass-bg:rgba(241,245,249,0.85)}