:root {
  --navy-950: #061326;
  --navy-900: #0b1f3a;
  --navy-800: #123257;
  --blue: #2563eb;
  --blue-light: #75a7ff;
  --teal: #14a38b;
  --gold: #f4b740;
  --ink: #122033;
  --muted: #5b6878;
  --line: #dce3eb;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(9, 31, 58, .12);
  --radius: 22px;
  --container: min(1180px, calc(100vw - 48px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.section { padding: 112px 0; }
.section-soft { background: var(--soft); }
.section-dark { position: relative; overflow: hidden; background: var(--navy-950); color: var(--white); }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 14px; background: var(--white); color: var(--navy-950); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.eyebrow { margin: 0 0 18px; color: #9cc2ff; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-blue { color: var(--blue); }
.eyebrow-teal { color: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(46px, 6vw, 80px); font-weight: 730; }
h1 span { color: var(--blue-light); }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4.2vw, 56px); font-weight: 720; }
h3 { font-size: 22px; }
.hero-lead, .section-heading > p:not(.eyebrow) { max-width: 680px; color: #b8c5d4; font-size: clamp(18px, 2vw, 21px); line-height: 1.7; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid transparent; border-radius: 11px; font-weight: 760; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 14px; }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 28px rgba(37, 99, 235, .25); }
.button-primary:hover { background: #1e55cf; }
.button-ghost { border-color: rgba(255,255,255,.22); color: var(--white); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.button-dark { margin-top: 18px; background: var(--navy-900); color: var(--white); }
.button-light { background: var(--white); color: var(--navy-950); }

.site-header { position: absolute; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(6, 19, 38, .96); box-shadow: 0 10px 36px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--white); font-size: 20px; font-weight: 780; letter-spacing: -.025em; }
.brand > span:last-child > span { color: var(--blue-light); }
.brand-mark { position: relative; display: inline-flex; width: 34px; height: 34px; align-items: flex-end; justify-content: center; gap: 2px; padding: 8px 6px; border-radius: 9px; background: linear-gradient(145deg, var(--blue), #4d87ff); }
.brand-mark i { display: block; width: 4px; border-radius: 3px; background: var(--white); transform: skew(-12deg); }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 13px; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a, .text-link, .language-link { position: relative; color: #d5deea; font-size: 14px; font-weight: 650; }
.nav-mobile-actions { display: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; background: var(--blue-light); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-link { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.2); }
.menu-toggle { display: none; }

.home-hero { min-height: 850px; padding: 180px 0 0; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(117,167,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(117,167,255,.13) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, #000, transparent 88%); pointer-events: none; }
.home-hero::before, .page-hero::before { position: absolute; width: 640px; height: 640px; right: -220px; top: -170px; border-radius: 50%; background: rgba(37, 99, 235, .28); filter: blur(110px); content: ""; pointer-events: none; }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 76px; }
.operations-visual { position: relative; min-height: 470px; }
.visual-glow { position: absolute; inset: 90px 25px 40px; border-radius: 50%; background: rgba(20,163,139,.2); filter: blur(70px); pointer-events: none; }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,.17); background: rgba(15, 44, 77, .84); box-shadow: 0 34px 80px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.main-card { inset: 42px 0 40px 36px; padding: 27px; border-radius: 24px; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg); }
.card-top { display: flex; align-items: center; gap: 10px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mini-brand { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: var(--blue); color: var(--white); font-weight: 850; }
.card-top b { font-size: 14px; }.status-dot { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #42dfb4; box-shadow: 0 0 0 5px rgba(66,223,180,.1); }
.metric-row { display: flex; align-items: flex-end; justify-content: space-between; margin: 35px 0 12px; color: #aebed0; font-size: 13px; }
.metric-row strong { color: var(--white); font-size: 36px; line-height: 1; }
.progress { height: 8px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.1); }.progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #62dbbd); }
.chart-bars { display: flex; height: 145px; align-items: flex-end; gap: 12px; margin-top: 28px; padding: 14px 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 100% 40px; }
.chart-bars i { flex: 1; min-height: 18px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, #2563eb, #6ca1ff); }
.card-footer { display: flex; justify-content: space-between; margin-top: 22px; color: #96a9bd; font-size: 12px; }.card-footer span:first-child { display: flex; align-items: center; gap: 10px; }.card-footer .status-dot { margin: 0; }
.float-card { z-index: 2; width: 154px; padding: 17px; border-radius: 16px; }.float-card span { display: block; color: #9fb2c7; font-size: 11px; }.float-card strong { display: inline-block; margin: 5px 7px 0 0; font-size: 25px; }.float-card small { color: #56deb7; }.float-one { top: 0; right: -24px; }.float-two { bottom: 0; left: -4px; }
.trust-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 110px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.13); }
.trust-row span { display: flex; align-items: center; gap: 11px; color: #c4cfdb; font-size: 13px; }.trust-row i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(20,163,139,.15); color: #54dbbd; font-style: normal; }

.section-heading { max-width: 750px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 58px; }
.feature-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card > span { color: var(--blue); font-size: 12px; font-weight: 850; }.feature-card h3 { margin-top: 55px; }.feature-card p { color: var(--muted); }.feature-card > i { position: absolute; right: 22px; bottom: 20px; color: var(--teal); font-size: 24px; font-style: normal; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }.split-heading > div { max-width: 770px; }.arrow-link { color: var(--blue); font-weight: 740; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; }.process-step { position: relative; padding: 30px 34px 20px 0; border-top: 2px solid var(--line); }.process-step::before { position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border: 3px solid var(--soft); border-radius: 50%; background: var(--blue); content: ""; }.process-step b { color: var(--blue); font-size: 12px; }.process-step h3 { margin-top: 36px; }.process-step p { color: var(--muted); }
.platform-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.dashboard-frame { display: flex; min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.dash-sidebar { display: flex; width: 76px; flex-direction: column; align-items: center; gap: 23px; padding-top: 26px; background: var(--navy-950); }.dash-sidebar > i { width: 24px; height: 6px; border-radius: 5px; background: #36506e; }.dash-sidebar > i:nth-child(3) { background: var(--blue-light); }
.dash-main { flex: 1; padding: 28px; background: #f7f9fc; }.dash-head { display: flex; justify-content: space-between; }.dash-head span { width: 120px; height: 13px; border-radius: 8px; background: #cfdae7; }.dash-head i { width: 34px; height: 34px; border-radius: 50%; background: #dce5ef; }
.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 28px; }.dash-stats > div { position: relative; padding: 18px; border: 1px solid #e2e7ee; border-radius: 13px; background: var(--white); }.dash-stats small { display: block; color: #718094; font-size: 10px; }.dash-stats strong { display: block; margin-top: 6px; font-size: 24px; }.dash-stats i { position: absolute; right: 15px; top: 18px; width: 20px; height: 20px; border-radius: 6px; background: #e5edff; }
.dash-content { display: grid; grid-template-columns: 1.3fr .7fr; gap: 13px; margin-top: 13px; }.dash-chart, .dash-list { min-height: 235px; padding: 20px; border: 1px solid #e2e7ee; border-radius: 13px; background: var(--white); }.dash-chart > span { display: block; width: 90px; height: 8px; border-radius: 5px; background: #d7e0eb; }.dash-chart svg { margin-top: 50px; }.dash-list p { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }.dash-list p i { width: 24px; height: 24px; border-radius: 7px; background: #e5edff; }.dash-list p span { width: 55%; height: 7px; border-radius: 5px; background: #dce4ed; }.dash-list p b { width: 18%; height: 7px; margin-left: auto; border-radius: 5px; background: #bfe8df; }
.partner-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }.partner-section .section-heading h2 { color: var(--white); }.partner-card { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.06); }.partner-logo { display: grid; width: 100px; height: 100px; place-items: center; border-radius: 25px; background: linear-gradient(145deg, #f4b740, #f17b36); font-size: 40px; font-weight: 850; }.partner-card h3 { margin-bottom: 5px; font-size: 30px; }.partner-card strong { color: #9fc3ff; }.partner-card p { margin: 16px 0 0; color: #b9c6d5; }
.cta-section { padding: 80px 0; }.cta-panel { display: flex; min-height: 240px; align-items: center; justify-content: space-between; gap: 50px; padding: 56px; overflow: hidden; border-radius: 26px; background: linear-gradient(125deg, var(--blue), #1d4fb8 70%, var(--teal)); color: var(--white); }.cta-panel h2 { max-width: 800px; margin: 0; font-size: clamp(30px, 4vw, 49px); }.cta-panel .eyebrow { color: #d8e6ff; }

.page-hero { min-height: 600px; padding: 185px 0 100px; }.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }.page-hero h1 { font-size: clamp(43px, 5.5vw, 72px); }.orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }.orb-one { width: 380px; height: 380px; top: 30px; right: 12%; background: rgba(37,99,235,.21); }.orb-two { width: 260px; height: 260px; bottom: -100px; left: 35%; background: rgba(20,163,139,.13); }
.signal-panel { position: relative; min-height: 320px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.05); transform: rotate(2deg); pointer-events: none; }.signal-top { display: flex; gap: 8px; }.signal-top span { width: 8px; height: 8px; border-radius: 50%; background: #466382; }.signal-line { width: 48%; height: 10px; margin-top: 22px; border-radius: 6px; background: #284a70; }.signal-line.wide { width: 72%; margin-top: 36px; }.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }.signal-grid i { height: 58px; border-radius: 10px; background: linear-gradient(145deg, rgba(37,99,235,.45), rgba(20,163,139,.12)); }.signal-footer { display: flex; justify-content: space-between; margin-top: 28px; color: #7f98b4; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.detail-list { border-top: 1px solid var(--line); }.detail-row { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 40px; padding: 58px 0; border-bottom: 1px solid var(--line); }.detail-number { color: var(--blue); font-size: 13px; font-weight: 800; }.detail-row h2 { max-width: 470px; margin: 0; font-size: clamp(28px, 3vw, 42px); }.detail-row ul { margin: 2px 0 0; padding: 0; list-style: none; }.detail-row li { position: relative; margin-bottom: 15px; padding-left: 25px; color: var(--muted); }.detail-row li::before { position: absolute; top: .55em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); content: ""; }
.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.profile-card { display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }.avatar { display: grid; height: 170px; place-items: center; overflow: hidden; border-radius: 16px; color: var(--white); font-size: 52px; font-weight: 800; }.avatar-1 { background: linear-gradient(145deg, #416d9e, #17314f); }.avatar-2 { background: linear-gradient(145deg, #248d7a, #0e443c); }.avatar-3 { background: linear-gradient(145deg, #c08d36, #654516); }.avatar-4 { background: linear-gradient(145deg, #6f5fb1, #342a65); }.verified { color: var(--teal); font-size: 11px; font-weight: 800; }.profile-card h2 { margin: 10px 0 5px; font-size: 26px; }.profile-card p { margin-bottom: 10px; color: var(--muted); }.profile-card strong, .profile-card small { display: block; }.profile-card small { margin-top: 8px; color: var(--muted); }.profile-note { margin: 25px 0 0; color: var(--muted); font-size: 13px; }
.policy-notice { padding: 25px; border-left: 4px solid var(--gold); background: #fff8e8; }.policy-notice p { margin: 5px 0 0; color: var(--muted); }.policy-section ol { margin: 50px 0; padding-left: 30px; }.policy-section li { margin-bottom: 24px; padding-left: 10px; font-size: 18px; }.updated { color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }.check-list { padding: 0; list-style: none; }.check-list li { position: relative; margin-bottom: 17px; padding-left: 30px; }.check-list li::before { position: absolute; left: 0; color: var(--teal); font-weight: 900; content: "✓"; }.card-form { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }.card-form label { display: block; margin-bottom: 20px; color: var(--ink); font-size: 13px; font-weight: 760; }.card-form input, .card-form textarea, .card-form select { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #bdc8d5; border-radius: 9px; background: var(--white); color: var(--ink); }.card-form input:focus, .card-form textarea:focus, .card-form select:focus { border-color: var(--blue); outline: 3px solid rgba(37,99,235,.13); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.consent { display: flex!important; align-items: flex-start; gap: 10px; font-weight: 500!important; }.consent input { width: auto; margin-top: 4px; }.form-trap { position: absolute!important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.form-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; }.login-section { background: var(--soft); }.login-gateway { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; max-width: 1040px; margin: -140px auto 0; position: relative; }.portal-choice { display: flex; min-width: 0; min-height: 330px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); flex-direction: column; }.portal-choice > span { color: var(--teal); font-size: 13px; font-weight: 850; letter-spacing: .15em; }.portal-choice h2 { margin: 22px 0 12px; font-size: clamp(25px,3vw,36px); }.portal-choice p { margin: 0 0 30px; color: var(--muted); }.portal-choice .button { margin-top: auto; align-self: flex-start; }.gateway-note { grid-column: 1 / -1; margin: 0; color: var(--muted); text-align: center; }.simple-state { padding: 0 0 110px; text-align: center; }

.form-error, .form-message { margin-bottom: 20px; padding: 13px 15px; border-left: 4px solid #dc3c55; background: #fff0f2; color: #921c31; font-size: 13px; }.form-message.success { border-color: var(--teal); background: #eaf8f4; color: #126854; }
.temporary-app { display: grid; min-height: 100vh; grid-template-columns: 260px 1fr; background: var(--soft); }.temporary-app > aside { padding: 28px 20px; background: var(--navy-950); }.temporary-app aside nav { display: grid; gap: 5px; margin-top: 45px; }.temporary-app aside nav a { padding: 10px 13px; border-radius: 8px; color: #adbed0; font-size: 14px; }.temporary-app aside nav a:hover, .temporary-app aside nav a[aria-current="page"] { background: #173a64; color: var(--white); }.temporary-app > section > header { display: flex; min-height: 76px; align-items: center; justify-content: flex-end; gap: 20px; padding: 0 35px; border-bottom: 1px solid var(--line); background: var(--white); }.temporary-app header div { display: grid; }.temporary-app header small { color: var(--muted); }.temporary-app header button { border: 0; background: transparent; color: var(--blue); cursor: pointer; }.temporary-app article { margin: 60px; padding: 45px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }.temporary-app article h1 { color: var(--ink); font-size: 48px; }.temporary-app article p { color: var(--muted); }.temporary-app dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 40px; }.temporary-app dl div { padding: 18px; border-radius: 10px; background: var(--soft); }.temporary-app dt { color: var(--muted); font-size: 11px; }.temporary-app dd { margin: 7px 0 0; font-weight: 750; }.app-state { display: grid; min-height: 100vh; place-content: center; padding: 30px; text-align: center; }.app-state h1 { font-size: 48px; }.app-state p { color: var(--muted); }.app-state .button { justify-self: center; margin-top: 20px; }

.dashboard-body { background: #f1f4f8; }
.dashboard-shell { display: grid; min-height: 100vh; grid-template-columns: 264px minmax(0, 1fr); }
.dashboard-sidebar { position: sticky; z-index: 25; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 26px 18px 18px; overflow-y: auto; background: #07172c; color: var(--white); }
.dashboard-brand { padding: 0 9px; font-size: 18px; }
.workspace-type { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; margin: 30px 0 21px; padding: 14px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.04); }
.workspace-type > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: linear-gradient(145deg, var(--blue), #3b7cf4); font-size: 15px; font-weight: 850; }
.workspace-type div { display: grid; min-width: 0; }.workspace-type strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.workspace-type small { color: #8296ad; font-size: 10px; }
.dashboard-sidebar nav { display: grid; gap: 4px; }.dashboard-sidebar nav a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 9px; color: #9fb0c3; font-size: 13px; font-weight: 640; transition: background .16s ease, color .16s ease; }.dashboard-sidebar nav a:hover, .dashboard-sidebar nav a[aria-current="page"] { background: #16375e; color: var(--white); }.dashboard-sidebar nav a[aria-current="page"] { box-shadow: inset 3px 0 var(--blue-light); }.dashboard-sidebar nav i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; background: rgba(255,255,255,.06); color: #8eb8ff; font-size: 11px; font-style: normal; font-weight: 820; }
.sidebar-foot { display: grid; margin-top: auto; padding: 16px 12px 4px; border-top: 1px solid rgba(255,255,255,.1); }.sidebar-foot span { font-size: 13px; font-weight: 750; }.sidebar-foot small { color: #8194aa; font-size: 10px; }
.dashboard-main { min-width: 0; }
.dashboard-topbar { position: sticky; z-index: 20; top: 0; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 34px; border-bottom: 1px solid #dfe5ec; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.environment-pill { display: inline-flex; align-items: center; gap: 8px; color: #67778a; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.environment-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(20,163,139,.12); }
.topbar-actions { display: flex; align-items: center; gap: 20px; }.topbar-actions a, .topbar-actions button { border: 0; background: none; color: #4b5e73; font-size: 12px; font-weight: 700; cursor: pointer; }.topbar-actions button { color: #b53047; }
.dashboard-menu { display: none; }
.dashboard-content { width: min(1480px, 100%); margin: 0 auto; padding: 42px 38px 70px; }
.dashboard-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }.dashboard-page-head p { margin-bottom: 5px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.dashboard-page-head h1 { margin: 0 0 8px; font-size: clamp(34px, 4vw, 46px); }.dashboard-page-head > div > span { color: #66768a; }.page-date { display: grid; min-width: 200px; justify-items: end; }.page-date small { color: #8b98a7; font-size: 10px; }.page-date strong { color: #46566a; font-size: 12px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-top: 32px; }.dashboard-metrics article { position: relative; min-height: 148px; padding: 22px; overflow: hidden; border: 1px solid #dde4eb; border-radius: 15px; background: var(--white); box-shadow: 0 8px 24px rgba(17,39,65,.045); }.dashboard-metrics article > span { display: block; color: #6b7a8d; font-size: 11px; font-weight: 700; }.dashboard-metrics article > strong { display: block; margin: 12px 0 5px; font-size: 31px; line-height: 1; letter-spacing: -.03em; }.dashboard-metrics article > small { color: #8895a5; font-size: 10px; }.metric-icon { position: absolute; width: 58px; height: 58px; right: -12px; top: -12px; border-radius: 50%; opacity: .18; }.tone-blue { background: var(--blue); }.tone-teal { background: var(--teal); }.tone-gold { background: var(--gold); }.tone-red { background: #dc3c55; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; align-items: start; margin-top: 18px; }
.data-panel, .insight-panel { border: 1px solid #dde4eb; border-radius: 16px; background: var(--white); box-shadow: 0 8px 24px rgba(17,39,65,.04); }.data-panel { min-width: 0; overflow: hidden; }.data-panel > header { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid #e4e9ef; }.panel-kicker { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; }.data-panel h2, .insight-panel h2 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.02em; }.record-count { padding: 5px 9px; border-radius: 20px; background: #edf3ff; color: #3261b2; font-size: 10px; font-weight: 750; }
.table-scroll { overflow-x: auto; }.data-panel table { width: 100%; border-collapse: collapse; font-size: 12px; white-space: nowrap; }.data-panel th { padding: 12px 18px; background: #f7f9fb; color: #778698; font-size: 9px; letter-spacing: .05em; text-align: left; text-transform: uppercase; }.data-panel td { max-width: 280px; padding: 15px 18px; overflow: hidden; border-top: 1px solid #edf0f4; color: #445468; text-overflow: ellipsis; }.data-panel tbody tr:hover { background: #f8fbff; }.data-panel td:first-child { color: #14263b; font-weight: 750; }.table-status { display: inline-flex; padding: 4px 8px; border-radius: 20px; background: #edf6f3; color: #167661; font-size: 10px; font-weight: 750; }
.empty-table { padding: 65px 25px; text-align: center; }.empty-table p { color: #7b8999; }
.insight-panel { padding: 24px; }.insight-panel ul { margin: 23px 0; padding: 0; list-style: none; }.insight-panel li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; margin-bottom: 17px; color: #526276; font-size: 12px; }.insight-panel li i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #e7f6f2; color: var(--teal); font-size: 9px; font-style: normal; font-weight: 900; }.synthetic-note { margin-top: 28px; padding: 15px; border-radius: 10px; background: #fff8e7; }.synthetic-note strong { color: #785b19; font-size: 10px; }.synthetic-note p { margin: 5px 0 0; color: #816f44; font-size: 10px; line-height: 1.55; }
.demo-action { margin-top: 25px; padding-top: 22px; border-top: 1px solid #e5eaf0; }.demo-action > strong { font-size: 12px; }.demo-action > p { margin: 4px 0 14px; color: #778699; font-size: 10px; }.demo-action label span { display: block; margin-bottom: 5px; color: #68788b; font-size: 9px; font-weight: 750; }.demo-action input { width: 100%; padding: 9px 10px; border: 1px solid #cbd5df; border-radius: 7px; color: #34475d; font-size: 11px; }.demo-action button { width: 100%; margin-top: 8px; padding: 9px 10px; border: 0; border-radius: 7px; background: var(--navy-900); color: var(--white); font-size: 10px; font-weight: 750; cursor: pointer; }.demo-action button:hover { background: var(--blue); }.action-flash { margin-bottom: 10px; padding: 8px; border-radius: 7px; background: #e9f8f4; color: #126854; font-size: 9px; }.action-flash.error { background: #fff0f2; color: #921c31; }.recent-actions { margin-top: 12px; }.recent-actions > span { color: #7a899a; font-size: 9px; font-weight: 750; }.recent-actions p { margin: 5px 0; color: #5a697a; font-size: 9px; }.recent-actions b { margin-right: 5px; color: var(--blue); }

.site-footer { padding: 75px 0 25px; background: var(--navy-950); color: #aebdce; }.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 70px; }.footer-grid > div:first-child p { max-width: 370px; margin-top: 24px; }.footer-grid strong { display: block; margin-bottom: 18px; color: var(--white); }.footer-grid a:not(.brand) { display: block; margin-bottom: 10px; font-size: 14px; }.footer-grid a:hover { color: var(--white); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: 12px; }

[data-motion="enhanced"] .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-motion="enhanced"] .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-nav { gap: 14px; }.site-nav a { font-size: 12px; }.text-link { display: none; }
  .home-hero-grid { gap: 35px; }.feature-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-grid { grid-template-columns: 1fr; }.section-heading { max-width: 760px; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }.dashboard-grid { grid-template-columns: 1fr; }.insight-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; }.insight-panel .panel-kicker, .insight-panel h2 { grid-column: 1 / -1; }.synthetic-note { margin: 0; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 34px, 680px); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 68px; }.menu-toggle { position: relative; z-index: 3; display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: transparent; color: var(--white); }.menu-toggle span { width: 18px; height: 2px; background: currentColor; }.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .site-nav { position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; gap: 0; padding: 100px 24px 30px; overflow-y: auto; background: var(--navy-950); pointer-events: none; transform: translateX(100%); transition: transform .22s ease, visibility 0s linear .22s; }.site-nav[data-open="true"] { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }.site-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; }.site-nav a::after { display: none; }.nav-mobile-actions { display: grid; width: 100%; gap: 8px; margin-top: 18px; }.nav-mobile-actions a { padding: 11px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; font-size: 14px; text-align: center; }.nav-mobile-actions a.mobile-primary { border-color: var(--blue); background: var(--blue); color: var(--white); }
  .header-actions .button, .header-actions .text-link { display: none; }.language-link { position: relative; z-index: 3; border: 0; padding: 0; }
  .home-hero { min-height: auto; padding-top: 140px; }.home-hero-grid, .page-hero-grid, .partner-grid, .form-grid, .login-gateway { grid-template-columns: 1fr; }.login-gateway { margin-top: -110px; }.gateway-note { grid-column: 1; }.portal-choice { min-height: 300px; padding: 30px; }.operations-visual { min-height: 440px; margin-top: 20px; }.main-card { left: 0; }.float-one { right: 0; }.trust-row { grid-template-columns: repeat(2, 1fr); margin-top: 65px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }.partner-grid { gap: 45px; }.partner-card { grid-template-columns: 80px 1fr; }.partner-logo { width: 80px; height: 80px; }
  .page-hero { min-height: auto; padding-top: 150px; }.signal-panel { display: none; }
  .detail-row { grid-template-columns: 45px 1fr; }.detail-row ul { grid-column: 2; }
  .profile-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.5fr 1fr; }.footer-bottom { gap: 20px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 38px; }
  .temporary-app { grid-template-columns: 1fr; }.temporary-app > aside { display: none; }.temporary-app article { margin: 24px; }.temporary-app dl { grid-template-columns: 1fr; }
  .dashboard-shell { grid-template-columns: 1fr; }.dashboard-sidebar { position: fixed; inset: 0 auto 0 0; width: min(300px, 88vw); transform: translateX(-102%); transition: transform .22s ease; }.dashboard-sidebar[data-open="true"] { transform: none; box-shadow: 30px 0 80px rgba(0,0,0,.25); }.dashboard-topbar { padding: 0 18px; }.dashboard-menu { display: flex; width: 40px; height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid #d6dee7; border-radius: 9px; background: var(--white); }.dashboard-menu span { width: 17px; height: 2px; background: var(--navy-900); }.dashboard-menu b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }.dashboard-content { padding: 30px 18px 60px; }.dashboard-page-head { align-items: flex-start; flex-direction: column; }.page-date { justify-items: start; }.topbar-actions a { display: none; }
}

@media (max-width: 560px) {
  h1 { font-size: 43px; }.home-hero h1 { font-size: 47px; }
  .header-inner { gap: 10px; }.brand { gap: 7px; font-size: 16px; }.brand-mark { width: 30px; height: 30px; padding: 7px 5px; }.header-actions { gap: 0; }.language-link { padding-left: 0; border-left: 0; font-size: 12px; }
  .feature-grid, .process-grid, .dash-stats, .field-row { grid-template-columns: 1fr; }.feature-card { min-height: 240px; }.process-step { padding-right: 0; }
  .operations-visual { min-height: 390px; }.main-card { right: 0; padding: 20px; }.float-card { width: 132px; }.chart-bars { height: 110px; }
  .trust-row { grid-template-columns: 1fr; }.dashboard-frame { min-height: 400px; }.dash-sidebar { width: 55px; }.dash-main { padding: 16px; }.dash-content { grid-template-columns: 1fr; }.dash-list { display: none; }
  .partner-card { grid-template-columns: 1fr; }.detail-row { grid-template-columns: 1fr; gap: 14px; }.detail-row ul { grid-column: 1; }.detail-number { margin-bottom: 8px; }
  .profile-card { grid-template-columns: 100px 1fr; }.avatar { height: 130px; }.card-form { padding: 24px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }.dashboard-metrics article { min-height: 126px; padding: 17px; }.dashboard-metrics article > strong { font-size: 26px; }.insight-panel { display: block; }.data-panel > header { align-items: flex-start; flex-direction: column; }.environment-pill { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
