:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8f6;--surface:#fff;--surface-muted:#eef0ec;--text:#19201a;--muted:#60675f;--border:#c6cbc3;--primary:#16845b;--primary-dark:#106a49;--schedule:#2878c7;--caution:#b86b00;--danger:#c43a3a;--radius:16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--text);margin:0}button,input,select{font:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid color-mix(in srgb, var(--schedule) 55%, transparent);outline-offset:2px}.loginPage{place-items:center;min-height:100vh;padding:24px;display:grid}.loginCard{background:var(--surface);border:1px solid var(--border);border-radius:22px;width:min(440px,100%);padding:32px;box-shadow:0 16px 44px #19201a14}.stack{gap:16px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--muted);font-size:14px;font-weight:700}.field input,.field select{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);border-radius:10px;padding:0 12px}.button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:10px;min-height:44px;padding:0 18px;font-weight:750}.button:hover{background:var(--primary-dark)}.button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.error{color:var(--danger)}.shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:#13251c;flex-direction:column;gap:28px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.brand{letter-spacing:-.02em;padding:0 10px;font-size:24px;font-weight:850}.nav{gap:5px;display:grid}.nav a{color:#d8e5dd;border-radius:10px;align-items:center;min-height:44px;padding:0 12px;display:flex}.nav a:hover{color:#fff;background:#ffffff17}.sidebarFooter{color:#d8e5dd;gap:12px;margin-top:auto;font-size:14px;display:grid}.main{min-width:0}.topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:72px;padding:0 32px;display:flex}.content{gap:24px;padding:32px;display:grid}.pageHeader{justify-content:space-between;align-items:end;gap:16px;display:flex}.pageHeader h1,.card h2{margin:0}.muted{color:var(--muted)}.kpis{grid-template-columns:repeat(5,minmax(130px,1fr));gap:16px;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:0 5px 20px #19201a0a}.kpiValue{margin:8px 0 0;font-size:30px;font-weight:850}.toolbar{flex-wrap:wrap;gap:12px;display:flex}.toolbar form{flex:1;gap:8px;display:flex}.toolbar input{border:1px solid var(--border);border-radius:10px;flex:1;min-width:220px;min-height:44px;padding:0 12px}.tableWrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--surface-muted);white-space:nowrap;padding:13px 12px}th{color:var(--muted);font-size:13px}.badge{background:var(--surface-muted);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:750;display:inline-flex}.badgeWarn{background:color-mix(in srgb, var(--caution) 16%, var(--surface));color:var(--caution)}.badgeDanger{background:color-mix(in srgb, var(--danger) 14%, var(--surface));color:var(--danger)}.chip{border:1px solid var(--border);min-height:38px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.chip:hover{border-color:var(--primary);color:var(--primary)}.chipActive{background:var(--primary);border-color:var(--primary);color:#fff}.rowBetween{justify-content:space-between;align-items:center;gap:12px;display:flex}code{background:var(--surface-muted);border-radius:6px;padding:2px 6px;font-size:12px}.empty{text-align:center;color:var(--muted);padding:48px 20px}.legalShell{min-height:100vh}.legalHeader{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:0 max(24px,50vw - 460px);display:flex}.legalBrand{color:#0757c9;letter-spacing:-.03em;font-size:24px;font-weight:850}.legalNav{color:var(--muted);flex-wrap:wrap;gap:18px;font-size:14px;font-weight:700;display:flex}.legalNav a:hover,.legalArticle a{color:#0757c9}.legalContent{width:min(920px,100% - 40px);margin:40px auto}.legalArticle{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:clamp(24px,5vw,56px);line-height:1.7;box-shadow:0 16px 44px #19201a0f}.legalArticle h1{letter-spacing:-.035em;margin:0 0 8px;font-size:clamp(30px,5vw,46px)}.legalArticle h2{margin:32px 0 8px;font-size:21px}.legalArticle li+li{margin-top:8px}.legalUpdated{color:var(--muted)}.legalAction{background:#0757c9;border-radius:10px;align-items:center;min-height:44px;padding:0 18px;font-weight:750;display:inline-flex;color:#fff!important}.siteShell{color:#111b29;background:radial-gradient(circle at 85% 5%,#0757c926,#0000 32rem),#f8faff;min-height:100vh;overflow:hidden}.siteHeader{justify-content:space-between;align-items:center;gap:28px;width:min(1180px,100% - 40px);min-height:88px;margin:0 auto;display:flex}.siteLogo{align-items:center;display:inline-flex}.siteLogo img{object-fit:contain;width:auto;height:60px}.siteNav,.siteFooter nav{color:#3f4d61;align-items:center;gap:24px;font-size:14px;font-weight:750;display:flex}.siteNav a:hover,.siteFooter a:hover{color:#0757c9}.siteNavAction,.sitePrimaryAction,.siteSecondaryAction{border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;display:inline-flex}.siteNavAction,.sitePrimaryAction{background:#0757c9;box-shadow:0 12px 30px #0757c933;color:#fff!important}.siteHero{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:60px;width:min(1180px,100% - 40px);min-height:620px;margin:0 auto;padding:68px 0 100px;display:grid}.siteHeroCopy{justify-items:start;display:grid}.siteEyebrow{color:#0757c9;letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:850}.siteHero h1{letter-spacing:-.06em;max-width:780px;margin:18px 0 24px;font-size:clamp(48px,7vw,84px);line-height:.98}.siteHeroCopy>p{color:#4a586b;max-width:650px;margin:0;font-size:clamp(18px,2vw,22px);line-height:1.6}.siteActions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.siteSecondaryAction{color:#26364d;background:#ffffffb3;border:1px solid #b9c6d8}.siteHeroVisual{aspect-ratio:1;background:#ffffff94;border:1px solid #0757c91f;border-radius:50%;place-items:center;display:grid;position:relative;box-shadow:0 36px 100px #0730701f}.siteHeroVisual:before,.siteHeroVisual:after{content:"";border:1px solid #0757c924;border-radius:50%;position:absolute}.siteHeroVisual:before{inset:9%}.siteHeroVisual:after{inset:21%}.siteHeroVisual img{z-index:1;width:82%;height:auto;position:relative}.siteSection{color:#fff;background:#111b29;padding:110px max(20px,50% - 590px)}.siteSectionHeading{max-width:760px;margin-bottom:52px}.siteSectionHeading h2,.siteCta h2{letter-spacing:-.045em;margin:14px 0 0;font-size:clamp(34px,5vw,56px);line-height:1.05}.siteCapabilityGrid{background:#314055;border:1px solid #314055;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.siteCapability{background:#172335;min-height:250px;padding:30px}.siteCapability>span{color:#4c8ff1;letter-spacing:.1em;font-size:13px;font-weight:850}.siteCapability h3{margin:48px 0 10px;font-size:23px}.siteCapability p{color:#acb8c9;margin:0;line-height:1.65}.siteCta{justify-content:space-between;align-items:end;gap:40px;width:min(1180px,100% - 40px);margin:0 auto;padding:110px 0;display:flex}.siteCta>div{max-width:760px}.siteFooter{color:#687589;border-top:1px solid #d7dfeb;justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 40px);min-height:96px;margin:0 auto;font-size:14px;display:flex}@media (max-width:1050px){.kpis{grid-template-columns:repeat(2,1fr)}.siteHero{grid-template-columns:1fr}.siteHeroVisual{justify-self:center;width:min(580px,100%)}.siteCapabilityGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.nav{grid-template-columns:repeat(2,1fr)}.topbar,.content{padding-left:18px;padding-right:18px}.kpis{grid-template-columns:1fr}.legalHeader{flex-direction:column;align-items:flex-start;padding-top:18px;padding-bottom:18px}.siteHeader,.siteFooter,.siteCta{flex-direction:column;align-items:flex-start}.siteHeader{padding:18px 0}.siteNav{flex-wrap:wrap;align-items:flex-start;gap:14px 20px;width:100%}.siteNavAction{width:100%}.siteHero{min-height:auto;padding:64px 0 80px}.siteHero h1{font-size:clamp(46px,15vw,66px)}.siteCapabilityGrid{grid-template-columns:1fr}.siteCapability{min-height:220px}.siteCta,.siteFooter{padding:72px 0}.siteFooter nav{flex-wrap:wrap}}
