/* The public eLoadX identity. Scoped so analytical screens retain their layout. */
.landing { --lx-ink:#102b36; --lx-teal:#087f78; --lx-muted:#53666d; --lx-line:#dce5e0; background:#fafbf8; color:var(--lx-ink); }
.landing .wrap { max-width:1320px; padding-left:40px; padding-right:40px; }
.landing .site-main { padding-top:0; }
.landing section[id], .landing details[id] { scroll-margin-top:100px; }
.landing a { color:var(--lx-teal); }
.landing a:focus-visible,.landing button:focus-visible,.landing select:focus-visible,.landing summary:focus-visible,.landing [tabindex]:focus-visible { outline:3px solid #087f78; outline-offset:5px; }
.landing .skip-link { position:fixed; top:-100px; left:20px; z-index:99; padding:12px 20px; background:white; }
.landing .skip-link:focus { top:12px; }
.lx-header { background:rgba(250,251,248,.97); border-bottom:1px solid var(--lx-line); position:sticky; top:0; z-index:30; }
.lx-nav { display:flex; height:84px; gap:24px; align-items:center; justify-content:space-between; }
.landing .lx-brand { display:flex; align-items:center; gap:10px; font-size:26px; font-weight:750; letter-spacing:-1.3px; color:var(--lx-ink); text-decoration:none; }
.lx-x { color:var(--lx-teal); }
.lx-links,.lx-access { display:flex; align-items:center; gap:28px; }
.landing .lx-links a,.landing .lx-login { color:var(--lx-muted); font-size:13px; font-weight:550; }
.landing .lx-button { display:inline-flex; align-items:center; justify-content:center; gap:30px; background:var(--lx-ink); color:#fff; border:1px solid var(--lx-ink); border-radius:7px; padding:15px 21px; font-size:14px; font-weight:600; text-decoration:none; min-height:48px; transition:background .18s ease,transform .18s ease; }
.landing .lx-button:hover { background:#174e59; transform:translateY(-2px); }
.landing .lx-button-small { min-height:40px; padding:10px 16px; font-size:13px; gap:20px; }
.lx-hero { display:grid; grid-template-columns:1.03fr 1fr; gap:62px; align-items:center; padding:88px 0 76px; }
.lx-kicker { display:flex; align-items:center; gap:9px; color:var(--lx-teal); font-size:12px; font-weight:650; letter-spacing:.06em; margin:0 0 22px; }
.lx-dot { display:inline-block; width:7px; height:7px; flex:0 0 7px; border-radius:50%; background:#168d78; }
.landing .lx-hero h1 { font-size:clamp(44px,4.9vw,68px); line-height:1.055; font-weight:550; letter-spacing:-3.4px; margin:0 0 27px; color:var(--lx-ink); }
.lx-hero h1 span { color:var(--lx-teal); }
.lx-intro { font-size:20px; line-height:1.55; max-width:450px; margin:0 0 17px; letter-spacing:-.3px; }
.lx-hero-detail { color:var(--lx-muted); max-width:440px; font-size:15px; line-height:1.75; }
.lx-actions { display:flex; flex-wrap:wrap; align-items:center; gap:26px; margin-top:29px; }
.landing .lx-text-link { font-size:14px; font-weight:600; color:var(--lx-ink); display:inline-flex; align-items:center; gap:12px; }
.lx-micro { color:var(--lx-muted); font-size:12px; margin:19px 0 0; }
.lx-preview { position:relative; padding:25px; background:#e8f0ec; border:1px solid #d2e1d9; border-radius:14px; transform:rotate(-1deg); }
.lx-preview-top { display:flex; justify-content:space-between; align-items:center; gap:12px; font-size:12px; border-bottom:1px solid #cbdcd3; padding-bottom:17px; }
.lx-preview-top>span:first-child { display:flex; gap:8px; align-items:center; font-weight:600; }
.lx-label { font-size:11px; letter-spacing:.065em; color:var(--lx-muted); }
.lx-preview-heading { display:flex; align-items:center; justify-content:space-between; padding-top:24px; }
.lx-preview-heading h2 { font-size:27px; line-height:1.2; font-weight:550; letter-spacing:-.9px; margin:5px 0 22px; }
.lx-building-id { font-size:52px; color:#819f93; font-weight:300; letter-spacing:-3px; }
.lx-mini-metrics { display:flex; gap:38px; margin-bottom:24px; }
.lx-mini-metrics>div { display:flex; flex-direction:column; }
.lx-mini-metrics strong { font-size:27px; font-weight:550; letter-spacing:-1px; font-variant-numeric:tabular-nums; }
.lx-mini-metrics small { font-size:12px; letter-spacing:0; font-weight:450; }
.lx-mini-metrics span { font-size:11px; color:var(--lx-muted); }
.lx-preview-chart { padding:14px 10px 4px; background:white; border-radius:8px; overflow:hidden; }
.lx-preview-chart img { width:100%; height:auto; display:block; }
.lx-preview-foot { display:flex; align-items:center; gap:8px; font-size:11px; margin-top:17px; }
.lx-preview-foot a { margin-left:auto; font-size:20px; min-width:30px; text-align:center; }
.lx-validation { display:flex; justify-content:space-between; align-items:center; gap:25px; padding:30px 0; border-top:1px solid var(--lx-line); border-bottom:1px solid var(--lx-line); }
.lx-validation p { font-size:12px; line-height:1.8; margin:0; color:var(--lx-muted); }
.lx-validation p strong { color:var(--lx-ink); font-weight:550; }
.lx-validation>div { display:flex; flex-direction:column; }
.lx-validation>div strong { font-size:30px; font-weight:500; line-height:1.2; letter-spacing:-1px; }
.lx-validation>div span { font-size:11px; color:var(--lx-muted); margin-top:5px; }
.lx-validation .lx-validation-note { text-align:right; font-size:11px; }
.lx-explore { padding:95px 0 25px; }
.lx-section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:35px; }
.lx-section-heading .lx-kicker { margin-bottom:15px; }
.landing .lx-section-heading h2,.landing .lx-evidence h2,.landing .lx-final-cta h2 { font-size:43px; line-height:1.12; font-weight:500; letter-spacing:-1.8px; margin:0; }
.lx-section-heading>p { font-size:14px; line-height:1.8; color:var(--lx-muted); max-width:405px; margin-bottom:3px; }
.lx-explorer { border:1px solid #cbdad2; border-radius:12px; background:white; overflow:hidden; }
.lx-explorer-toolbar { padding:19px 24px; display:flex; justify-content:space-between; align-items:center; gap:20px; background:#102b36; color:#fff; }
.lx-dataset { display:flex; gap:9px; align-items:center; font-size:13px; font-weight:550; }
.lx-dataset>span:last-child { color:#b9cec9; font-weight:400; }
.lx-select-wrap { display:flex; align-items:center; gap:12px; }
.lx-select-wrap label { font-size:12px; color:#b9cec9; }
.landing .lx-select-wrap select { border:1px solid #587077; background:#183c47; color:#fff; padding:9px 34px 9px 12px; min-height:40px; font-size:13px; border-radius:5px; }
.lx-view-buttons { display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid var(--lx-line); background:#f5f8f5; }
.landing .lx-view-buttons button { color:var(--lx-muted); background:transparent; border:0; border-radius:0; border-bottom:2px solid transparent; padding:18px 10px; font-size:13px; font-weight:500; min-height:54px; cursor:pointer; box-shadow:none; }
.lx-view-buttons button span { font-size:11px; margin-right:6px; opacity:.75; }
.landing .lx-view-buttons button[aria-pressed="true"] { background:white; color:var(--lx-teal); border-bottom-color:var(--lx-teal); }
.landing .lx-view-buttons button:hover { background:#e7f2ed; }
.landing .lx-view-buttons button:disabled { cursor:default; opacity:.75; }
.lx-explorer-body { display:grid; grid-template-columns:290px minmax(0,1fr); min-height:360px; }
.lx-insight { padding:32px 25px; border-right:1px solid var(--lx-line); }
.lx-insight .lx-kicker { font-size:11px; margin-bottom:12px; }
.landing .lx-insight h3 { color:var(--lx-ink); font-size:24px; font-weight:550; line-height:1.2; letter-spacing:-.6px; margin:0 0 15px; }
.lx-insight>p:not(.lx-kicker) { font-size:13px; line-height:1.75; color:var(--lx-muted); min-height:115px; }
.lx-insight-stat { display:flex; flex-direction:column; margin-top:24px; padding-top:18px; border-top:1px solid var(--lx-line); }
.lx-insight-stat strong { font-size:30px; color:var(--lx-teal); font-weight:500; letter-spacing:-1px; font-variant-numeric:tabular-nums; }
.lx-insight-stat span { font-size:11px; color:var(--lx-muted); }
.lx-main-figure { margin:0; padding:27px 20px 18px; display:flex; flex-direction:column; justify-content:center; min-width:0; }
.lx-chart-scroll { overflow-x:auto; }
.lx-main-figure img { display:block; width:100%; height:auto; }
.lx-main-figure figcaption { font-size:11px; line-height:1.8; color:var(--lx-muted); margin:17px 14px 0; }
.lx-explorer-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid var(--lx-line); padding:15px 24px; font-size:11px; color:var(--lx-muted); }
.lx-explorer-bottom a { font-weight:550; white-space:nowrap; }
.lx-source-row { display:flex; justify-content:space-between; gap:20px; padding-top:18px; font-size:11px; color:var(--lx-muted); }
.lx-source-row p { margin:0; }
.lx-source-row a { white-space:nowrap; }
.lx-source { font-size:12px; color:var(--lx-muted); }
.lx-source:empty { display:none; }
.lx-method { border-bottom:1px solid var(--lx-line); font-size:12px; color:var(--lx-muted); padding:15px 0; }
.lx-method summary { cursor:pointer; color:var(--lx-ink); font-weight:550; padding:6px 0; }
.lx-method p { max-width:95ch; margin:14px 0; line-height:1.8; }
.lx-workflow { padding:82px 0; }
.lx-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:42px; margin-top:45px; }
.lx-steps article { border-top:1px solid #b9d0c5; padding-top:18px; }
.lx-step-number { color:var(--lx-teal); font-size:12px; font-weight:600; }
.lx-schematic { height:84px; margin:25px 0 24px; display:flex; align-items:center; }
.lx-schematic svg { width:100%; height:84px; }
.lx-check { flex-direction:column; gap:10px; align-items:flex-start; justify-content:center; padding:0 18px; }
.lx-check i { height:6px; width:100%; background:repeating-linear-gradient(90deg,#087f78 0 45px,transparent 45px 52px); opacity:.55; }
.lx-check i:nth-child(2) { width:80%; opacity:.8; }.lx-check i:nth-child(3) { width:95%; }.lx-check i:nth-child(4) { width:65%; }
.landing .lx-steps h3 { margin:0 0 12px; font-weight:550; font-size:19px; color:var(--lx-ink); letter-spacing:-.4px; }
.lx-steps p { font-size:14px; line-height:1.8; color:var(--lx-muted); }
.lx-step-detail { display:block; font-size:11px; margin-top:22px; color:var(--lx-teal); }
.lx-diagram-note { margin-top:26px; font-size:11px; color:var(--lx-muted); }
.lx-evidence { display:grid; grid-template-columns:1fr 1fr; gap:90px; padding:66px 0 72px; border-top:1px solid var(--lx-line); }
.lx-evidence>div>p:not(.lx-kicker) { color:var(--lx-muted); font-size:15px; line-height:1.8; max-width:450px; margin:24px 0; }
.lx-principles article { display:flex; gap:20px; padding:21px 0; border-bottom:1px solid var(--lx-line); }
.lx-principles article:first-child { padding-top:0; }
.lx-principles article>span { color:var(--lx-teal); font-size:12px; padding-top:5px; }
.landing .lx-principles h3 { font-size:17px; font-weight:550; margin:0 0 7px; color:var(--lx-ink); }
.lx-principles p { color:var(--lx-muted); font-size:13px; line-height:1.7; }
.lx-final-cta { background:#e7f2ed; padding:48px; border-radius:12px; display:flex; align-items:center; justify-content:space-between; gap:40px; }
.lx-final-cta p:not(.lx-kicker) { color:var(--lx-muted); max-width:490px; margin-top:20px; font-size:14px; line-height:1.8; }
.lx-final-actions { display:flex; flex-direction:column; gap:20px; flex-shrink:0; align-items:flex-start; }
.lx-final-actions .lx-button { min-width:230px; justify-content:space-between; }
.lx-final-actions .lx-text-link { font-size:12px; }
.lx-tariffs { margin-top:35px; }.lx-tariffs .card { box-shadow:none; border:0; padding:20px 0; background:transparent; }
.landing .site-footer { background:transparent; box-shadow:none; }
.landing .footer { font-size:12px; }.landing .footer .muted { color:var(--lx-muted); }
@media (min-width:1500px) { .lx-hero { padding-top:105px; padding-bottom:95px; } }
@media (max-width:1100px) { .landing .wrap { padding-left:28px;padding-right:28px; }.lx-hero { gap:32px; }.landing .lx-hero h1 { font-size:54px; }.lx-explorer-body { grid-template-columns:250px minmax(0,1fr); }.lx-links { gap:18px; }.lx-evidence { gap:45px; }.lx-validation-note { display:none; }.lx-main-figure img { min-width:590px; } }
@media (max-width:850px) { .lx-links { display:none; }.lx-hero { grid-template-columns:1fr; padding:55px 0 48px; gap:40px; }.lx-hero-copy { max-width:610px; }.landing .lx-hero h1 { font-size:64px; }.lx-intro,.lx-hero-detail { max-width:550px; }.lx-preview { transform:none; max-width:600px; width:100%; }.lx-validation { flex-wrap:wrap; }.lx-validation>p:first-child { width:100%; }.lx-explorer-body { grid-template-columns:1fr; }.lx-insight { border-right:0; border-bottom:1px solid var(--lx-line); display:grid; grid-template-columns:1fr 140px; gap:0 25px; }.lx-insight .lx-kicker,.lx-insight h3,.lx-insight>p { grid-column:1; }.lx-insight>p:not(.lx-kicker) { min-height:0; margin:0; }.lx-insight-stat { grid-column:2; grid-row:1/4; justify-content:center; border-top:0; border-left:1px solid var(--lx-line); padding:0 0 0 20px; margin:0; }.lx-explore { padding-top:65px; }.lx-section-heading { align-items:flex-start; flex-direction:column; gap:18px; }.lx-steps { gap:23px; }.lx-evidence { grid-template-columns:1fr; }.lx-final-cta { padding:32px; flex-direction:column; align-items:flex-start; }.lx-final-actions { flex-direction:row; align-items:center; }.lx-source-row { flex-wrap:wrap; gap:8px; }.lx-main-figure img { min-width:0; } }
@media (max-width:580px) { .landing .wrap { padding-left:20px; padding-right:20px; }.lx-nav { height:72px; gap:12px; }.landing .lx-brand { font-size:24px; }.lx-access { gap:14px; }.landing .lx-button-small { padding:8px 12px; gap:10px; }.landing .lx-hero h1 { font-size:clamp(38px,10.5vw,58px); letter-spacing:-2px; }.lx-hero { padding-top:40px; }.lx-intro { font-size:18px; }.lx-actions { gap:20px; }.lx-preview { padding:18px; }.lx-preview-heading h2 { font-size:25px; }.lx-building-id { font-size:42px; }.lx-preview-top { font-size:11px; }.lx-preview-top .lx-label { font-size:10px; }.lx-mini-metrics { gap:28px; }.lx-validation { gap:20px 14px; }.lx-validation>div { width:calc(50% - 14px); }.lx-validation>div:last-of-type { width:100%; }.lx-validation>div strong { font-size:27px; }.landing .lx-section-heading h2,.landing .lx-evidence h2,.landing .lx-final-cta h2 { font-size:34px; letter-spacing:-1.3px; }.lx-explorer-toolbar { padding:17px; flex-direction:column; align-items:flex-start; gap:13px; }.lx-select-wrap { width:100%; }.lx-select-wrap select { flex:1; min-width:0; }.lx-view-buttons { grid-template-columns:1fr 1fr; }.landing .lx-view-buttons button { font-size:12px; padding:13px 6px; }.lx-insight { display:block; padding:24px 20px; }.lx-insight-stat { border-left:0; padding:14px 0 0; margin-top:18px; border-top:1px solid var(--lx-line); }.lx-main-figure { padding:18px 8px; }.lx-main-figure figcaption { margin:12px 12px 0; font-size:12px; }.lx-main-figure img { min-width:0; }.lx-preview-chart { overflow-x:auto; }.lx-preview-chart img { min-width:0; }.lx-explorer-bottom { flex-direction:column; align-items:flex-start; padding:16px 20px; gap:9px; font-size:12px; }.lx-source-row,.lx-method,.lx-source,.lx-diagram-note { font-size:12px; }.lx-steps { grid-template-columns:1fr; gap:35px; }.lx-schematic { max-width:320px; }.lx-workflow { padding:55px 0; }.lx-evidence { padding-top:45px; }.lx-final-cta { padding:28px 22px; }.lx-final-actions { flex-direction:column; align-items:flex-start; }.landing .footer-grid { gap:10px; } }
@media (prefers-reduced-motion:reduce) { .landing *, .landing *::before, .landing *::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; }.landing .lx-button:hover { transform:none; } }
@media print { .lx-header,.lx-access,.lx-actions,.lx-final-actions { display:none; }.lx-preview { transform:none; }.lx-main-figure img,.lx-preview-chart img { min-width:0; }.lx-explorer,.lx-preview { break-inside:avoid; } }

/* Original eLoadX artwork, displayed as one horizontal brand signature. */
.lx-brand-art { display:block; width:100%; height:auto; overflow:visible; }
.landing .lx-brand { width:174px; flex-shrink:0; }
.lx-hero-brand { width:340px; max-width:90%; margin:0 0 26px -4px; }
.lx-hero { padding-top:62px; }
.lx-hero-copy>.lx-kicker { margin-bottom:16px; }
.landing .lx-hero h1 { font-size:clamp(44px,4.7vw,64px); }
@media(max-width:580px) { .landing .lx-brand { width:136px; }.lx-hero-brand { width:280px; margin-bottom:24px; }.landing .lx-hero h1 { font-size:clamp(38px,10.5vw,58px); }.lx-hero { padding-top:36px; } }
@media(max-width:380px) { .landing .lx-brand { width:110px; }.lx-access { gap:10px; }.landing .lx-login,.landing .lx-button-small { white-space:nowrap; font-size:12px; }.landing .lx-button-small { padding:8px; gap:6px; } }

/* Brand-led product explanations; all panels remain readable without JavaScript. */
.landing [hidden] { display:none!important; }
.lx-product-visual { width:100%; height:auto; display:block; }
.lx-product-chips { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 24px; }
.lx-product-chips span { font-size:12px; border:1px solid #bfd3c8; border-radius:5px; padding:7px 10px; color:var(--lx-ink); }
.lx-product-toolbar-note { color:#c5d9d2; font-size:12px; }
.lx-product-panel + .lx-product-panel { border-top:1px solid var(--lx-line); }
.lx-product-panel .lx-insight .lx-product-detail { min-height:0; color:var(--lx-teal); border-top:1px solid var(--lx-line); padding-top:18px; margin:20px 0 0; font-size:12px; }
.lx-product-panel .lx-product-visual { max-width:540px; margin:auto; }
.lx-product-panel figcaption { font-size:13px; }
@media(max-width:850px) { .lx-product-panel .lx-insight { display:block; }.lx-product-panel .lx-product-visual { max-width:500px; }.lx-product-toolbar-note { display:none; } }
