:root {
	--evergreen: #071d24;
	--evergreen-2: #0d2b33;
	--evergreen-3: #123a42;
	--ink: #10201f;
	--ink-soft: #384b48;
	--slate: #627571;
	--mist: #d8e2df;
	--line: #d8e2df;
	--ivory: #eef5f2;
	--ivory-deep: #dcf2ea;
	--paper: #f5f8f7;
	--white: #fff;
	--brass: #64d8b3;
	--brass-soft: #c8f4e5;
	--pale: #c8f4e5;
	--green: #248669;
	--amber: #ad7c2a;
	--red: #a94c43;
	--shadow: 0 24px 70px rgb(7 29 36 / 12%);
	--shadow-soft: 0 12px 35px rgb(7 29 36 / 9%);
	--radius: 18px;
	--content: 1200px;
	--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--serif: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 1.2em; height: 1.2em; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
p { color: var(--ink-soft); }
.content { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--green);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.eyebrow.light { color: var(--pale, #c8f4e5); }
.eyebrow.light span { width: 22px; height: 1px; background: var(--brass); }

.site-header {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	width: 100%;
	color: white;
}
.nav-wrap {
	width: min(calc(100% - 56px), 1360px);
	height: 88px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(255 255 255 / 14%);
}
.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: inherit;
	font-size: 19px;
	font-weight: 680;
	letter-spacing: -.02em;
}
.brand-mark { width: 31px; height: 31px; flex: 0 0 auto; }
.brand-mark .signal { fill: var(--brass); }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav > a {
	position: relative;
	color: rgb(255 255 255 / 72%);
	font-size: 15px;
	font-weight: 570;
	transition: color .2s ease;
}
.site-nav > a:hover, .site-nav > a.active { color: white; }
.site-nav > a.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	height: 2px;
	background: var(--brass);
}
.site-nav .nav-login {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 16px;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 999px;
	color: white;
}
.site-nav .nav-login::after { display: none; }
.site-nav .nav-login svg { transition: transform .2s ease; }
.site-nav .nav-login:hover svg { transform: translateX(3px); }
.nav-toggle, .portal-menu { display: none; border: 0; background: transparent; color: inherit; }
.page-status .site-header, .page-access-received .site-header { color: var(--evergreen); background: var(--ivory); }
.page-status .nav-wrap, .page-access-received .nav-wrap { border-bottom-color: rgb(7 29 36 / 14%); }
.page-status .site-nav > a, .page-access-received .site-nav > a { color: rgb(7 29 36 / 68%); }
.page-status .site-nav > a:hover, .page-status .site-nav > a.active,
.page-access-received .site-nav > a:hover, .page-access-received .site-nav > a.active { color: var(--evergreen); }
.page-status .site-nav .nav-login, .page-access-received .site-nav .nav-login { color: var(--evergreen); border-color: rgb(7 29 36 / 24%); }

.button {
	display: inline-flex;
	min-height: 49px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 21px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button svg { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); }
.button-ivory { color: var(--evergreen); background: var(--pale); }
.button-ivory:hover { background: white; }
.button-ghost { color: white; border-color: rgb(255 255 255 / 28%); background: rgb(255 255 255 / 4%); }
.button-ghost:hover { border-color: rgb(255 255 255 / 55%); }
.button-dark { background: var(--evergreen); color: white; }
.button-dark:hover { background: var(--evergreen-3); }
.button-outline { border-color: var(--line); color: var(--evergreen); background: white; }
.button-small { min-height: 41px; padding: 0 17px; font-size: 14px; }
.button-full { width: 100%; }
.text-button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--evergreen);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.hero {
	position: relative;
	min-height: 860px;
	overflow: hidden;
	color: white;
	background:
		radial-gradient(circle at 78% 39%, rgb(100 216 179 / 16%), transparent 29%),
		linear-gradient(128deg, #071d24 0%, #09252d 52%, #0d2b33 100%);
}
.hero-glow {
	position: absolute;
	width: 700px;
	height: 700px;
	right: -200px;
	top: 50px;
	border: 1px solid rgb(255 255 255 / 7%);
	border-radius: 50%;
	box-shadow: 0 0 0 120px rgb(255 255 255 / 1.5%), 0 0 0 240px rgb(255 255 255 / 1%);
}
.hero-grid {
	position: absolute;
	inset: 0;
	opacity: .1;
	background-image: linear-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, transparent, black 65%, transparent);
}
.hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.03fr .97fr;
	gap: 70px;
	align-items: center;
	min-height: 730px;
	padding-top: 100px;
}
.hero-copy h1 {
	max-width: 680px;
	margin: 26px 0 27px;
	font-family: var(--serif);
	font-size: clamp(50px, 4.2vw, 64px);
	font-weight: 650;
	line-height: 1.01;
	letter-spacing: -.055em;
}
.hero-copy h1 em { display: block; color: var(--brass-soft); font-style: normal; font-weight: 500; }
.hero-copy p { max-width: 620px; color: rgb(255 255 255 / 72%); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 38px; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgb(255 255 255 / 10%); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 365px; height: 365px; border-style: dashed; animation: slow-spin 50s linear infinite; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes signal-pulse { 50% { opacity: .58; box-shadow: 0 0 0 8px rgb(100 216 179 / 4%); } }
.vault-card {
	position: relative;
	z-index: 2;
	width: min(440px, 90%);
	padding: 24px;
	border: 1px solid rgb(255 255 255 / 15%);
	border-radius: 22px;
	background: rgb(13 43 51 / 82%);
	box-shadow: 0 32px 80px rgb(0 0 0 / 25%);
	backdrop-filter: blur(18px);
}
.vault-card-head { display: flex; align-items: center; gap: 11px; padding-bottom: 19px; border-bottom: 1px solid rgb(255 255 255 / 12%); font-size: 15px; font-weight: 650; }
.vault-card-head small { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: var(--brass-soft); }
.vault-card-head small i { width: 7px; height: 7px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 5px rgb(100 216 179 / 10%); animation: signal-pulse 2.8s ease-in-out infinite; }
.mini-mark {
	display: inline-grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 9px;
	color: var(--brass-soft);
	background: rgb(255 255 255 / 9%);
}
.mini-mark .brand-mark { width: 21px; height: 21px; }
.vault-value { padding: 26px 0 23px; }
.vault-value small, .vault-value span { display: block; color: rgb(255 255 255 / 50%); font-size: 13px; }
.vault-value strong { display: block; margin: 6px 0 2px; font-family: var(--serif); font-size: 34px; font-weight: 650; letter-spacing: -.035em; }
.control-feed { display: grid; gap: 8px; }
.control-feed > div { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: center; min-height: 58px; padding: 9px 11px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 12px; background: rgb(255 255 255 / 4%); }
.control-feed > div > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.control-feed strong { font-size: 14px; font-weight: 650; }
.control-feed small { color: rgb(255 255 255 / 50%); font-size: 13px; }
.control-feed b { display: inline-flex; align-items: center; gap: 7px; color: var(--brass-soft); font-size: 13px; font-weight: 650; }
.control-feed b::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }
.control-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: var(--brass-soft); background: rgb(100 216 179 / 9%); }
.control-icon svg { width: 18px; height: 18px; }
.allocation > div:not(.bar) { display: flex; align-items: center; justify-content: space-between; margin: 13px 0 6px; font-size: 13px; }
.allocation > div span { display: flex; align-items: center; gap: 8px; color: rgb(255 255 255 / 70%); }
.asset { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.asset.btc { background: var(--brass); }.asset.eth { background: #82a79e; }.asset.usdc { background: #b8c6e4; }
.bar { height: 3px; overflow: hidden; border-radius: 3px; background: rgb(255 255 255 / 9%); }
.bar i { display: block; height: 100%; border-radius: inherit; }
.allocation-btc { width: 48.5%; background: var(--brass); }.allocation-eth { width: 31.2%; background: #82a79e; }.allocation-usdc { width: 20.3%; background: #b8c6e4; }
.vault-policy { display: flex; align-items: center; gap: 11px; margin-top: 24px; padding: 14px; border-radius: 13px; background: rgb(0 0 0 / 15%); }
.vault-policy > span:first-child { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: var(--brass-soft); background: rgb(255 255 255 / 8%); }
.vault-policy div { display: flex; flex-direction: column; }
.vault-policy small { color: rgb(255 255 255 / 45%); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.vault-policy strong { font-size: 14px; }
.policy-live { margin-left: auto; padding: 4px 8px; border-radius: 999px; color: var(--brass-soft); background: rgb(100 216 179 / 12%); font-size: 13px; }
.floating-chip {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 13px;
	background: rgb(7 29 36 / 90%);
	box-shadow: 0 18px 40px rgb(0 0 0 / 20%);
	font-size: 14px;
	backdrop-filter: blur(12px);
}
.floating-chip span { display: flex; flex-direction: column; font-weight: 650; }
.floating-chip small { color: rgb(255 255 255 / 45%); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.floating-chip > i { width: 8px; height: 8px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 5px rgb(100 216 179 / 12%); animation: signal-pulse 2.8s ease-in-out infinite; }
.floating-chip > svg { color: var(--brass-soft); }
.chip-one { top: 74px; right: -4px; }.chip-two { bottom: 73px; left: -15px; }
.hero-proof {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 42px;
	min-height: 130px;
	border-top: 1px solid rgb(255 255 255 / 12%);
	color: rgb(255 255 255 / 44%);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .13em;
}
.hero-proof div { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hero-proof b { color: rgb(255 255 255 / 70%); font-size: 15px; font-weight: 550; letter-spacing: .03em; text-transform: none; }
.access-cta { padding: 86px 0; color: white; background: var(--evergreen); }
.access-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.access-cta-inner > div { max-width: 760px; }
.access-cta h2 { margin: 15px 0 13px; font-size: clamp(38px, 4vw, 56px); line-height: 1.05; }
.access-cta p { margin: 0; color: rgb(255 255 255 / 65%); font-size: 18px; }
.access-cta .button { flex: 0 0 auto; }

.intro-section { background: var(--paper); }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; margin-bottom: 65px; }
.split-intro h2, .section-heading h2, .callout-copy h2 {
	margin: 14px 0 0;
	font-family: var(--serif);
	font-size: clamp(42px, 4vw, 62px);
	font-weight: 650;
	line-height: 1.03;
}
.split-intro > p { margin: 0; font-size: 17px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card {
	position: relative;
	min-height: 460px;
	overflow: hidden;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: white;
}
.feature-card.feature-dark { color: white; border-color: transparent; background: var(--evergreen); }
.feature-number { color: var(--slate); font-size: 12px; letter-spacing: .15em; }
.feature-dark .feature-number { color: rgb(255 255 255 / 45%); }
.feature-icon { display: grid; width: 55px; height: 55px; place-items: center; margin: 46px 0 33px; border-radius: 16px; color: var(--evergreen); background: var(--ivory); }
.feature-icon svg { width: 25px; height: 25px; }
.feature-card h3 { font-family: var(--serif); font-size: 29px; font-weight: 650; }
.feature-card p { max-width: 320px; font-size: 16px; line-height: 1.75; }
.feature-dark p { color: rgb(255 255 255 / 60%); }
.feature-card > a, .feature-link { position: absolute; z-index: 2; bottom: 27px; display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--evergreen); background: transparent; font-size: 14px; font-weight: 700; cursor: pointer; }
.feature-dark > a, .feature-dark > .feature-link { color: white; }
.vault-lines { position: absolute; right: -60px; bottom: -60px; width: 280px; height: 280px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 50%; box-shadow: 0 0 0 50px rgb(255 255 255 / 2.5%), 0 0 0 100px rgb(255 255 255 / 2%); }
.mini-transfer { position: absolute; right: 26px; bottom: 78px; left: 26px; padding: 15px; border-radius: 12px; background: var(--paper); }
.mini-transfer span { display: flex; align-items: center; gap: 8px; color: var(--slate); font-size: 14px; }.mini-transfer span i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }.mini-transfer b { display: block; margin-top: 5px; font-size: 15px; }
.mini-chart { position: absolute; right: 30px; bottom: 74px; left: 30px; height: 60px; display: flex; align-items: end; gap: 8px; }
.mini-chart i { flex: 1; border-radius: 4px 4px 0 0; background: #dfe8e4; }.mini-chart i:nth-child(1){height:34%}.mini-chart i:nth-child(2){height:52%}.mini-chart i:nth-child(3){height:43%}.mini-chart i:nth-child(4){height:76%;background:#8aada2}.mini-chart i:nth-child(5){height:64%}.mini-chart i:nth-child(6){height:87%;background:var(--evergreen)}.mini-chart i:nth-child(7){height:73%}
.operating-section { color: white; background: var(--evergreen); }
.section-heading.centered { text-align: center; }
.section-heading.centered h2 { margin-top: 20px; }
.operating-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgb(255 255 255 / 13%); }
.operating-steps article { position: relative; padding: 38px 48px 0 0; }
.operating-steps article:not(:last-child) { border-right: 1px solid rgb(255 255 255 / 13%); }
.operating-steps article:not(:first-child) { padding-left: 48px; }
.operating-steps article > span { position: absolute; top: -12px; left: 0; padding-right: 11px; color: rgb(255 255 255 / 35%); background: var(--evergreen); font-size: 12px; }
.operating-steps article:not(:first-child) > span { left: 48px; }
.step-symbol { display: grid; width: 57px; height: 57px; place-items: center; margin: 25px 0 42px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; color: var(--brass-soft); }
.step-symbol svg { width: 25px; height: 25px; }
.operating-steps h3 { font-family: var(--serif); font-size: 27px; font-weight: 480; }
.operating-steps p { max-width: 290px; color: rgb(255 255 255 / 52%); font-size: 15px; line-height: 1.75; }
.operations-callout { background: var(--ivory); }
.callout-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.callout-copy p { max-width: 520px; margin: 25px 0 31px; font-size: 16px; line-height: 1.8; }
.operations-console { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgb(255 255 255 / 72%); box-shadow: var(--shadow-soft); }
.console-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; }.console-head span { display: flex; align-items: center; gap: 8px; }.console-head span i { width: 7px; height: 7px; border-radius: 50%; background: #4d9c74; }.console-head small { color: var(--slate); }
.console-message { max-width: 84%; margin-top: 19px; padding: 13px 15px; border-radius: 13px; font-size: 14px; }
.console-message.user { margin-left: auto; color: white; background: var(--evergreen); border-bottom-right-radius: 4px; }
.console-message.agent { display: flex; gap: 11px; padding-left: 0; }.console-message.agent p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.console-tags { display: flex; gap: 7px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }.console-tags span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); font-size: 11px; }

.sub-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: white;
	background: radial-gradient(circle at 85% 30%, rgb(61 135 119 / 25%), transparent 30%), var(--evergreen);
}
.sub-hero::after { content: ""; position: absolute; width: 650px; height: 650px; right: -230px; top: 20px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; box-shadow: 0 0 0 100px rgb(255 255 255 / 2%), 0 0 0 200px rgb(255 255 255 / 1.5%); }
.sub-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; padding-top: 85px; }
.sub-hero h1, .narrow-hero h1 {
	max-width: 700px;
	margin: 24px 0;
	font-family: var(--serif);
	font-size: clamp(52px, 5vw, 74px);
	font-weight: 450;
	line-height: 1;
}
.sub-hero p, .narrow-hero p { max-width: 590px; color: rgb(255 255 255 / 62%); font-size: 17px; line-height: 1.75; }
.architecture-visual { position: relative; min-height: 350px; }
.arch-center { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 125px; height: 125px; transform: translate(-50%,-50%); display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 22%); border-radius: 50%; background: rgb(255 255 255 / 7%); box-shadow: 0 0 0 42px rgb(255 255 255 / 3%), 0 0 0 84px rgb(255 255 255 / 2%); }
.arch-center svg { width: 42px; height: 42px; color: var(--brass-soft); }.arch-center span { margin-top: -25px; font-size: 12px; color: rgb(255 255 255 / 55%); }
.arch-node { position: absolute; padding: 9px 13px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 999px; background: rgb(0 0 0 / 10%); font-size: 12px; }
.node-a { top: 8%; left: 15%; }.node-b { top: 15%; right: 10%; }.node-c { bottom: 13%; left: 8%; }.node-d { right: 7%; bottom: 8%; }
.section-heading { margin-bottom: 55px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.detail-grid article { padding: 38px 45px 20px 0; }.detail-grid article:not(:last-child) { border-right: 1px solid var(--line); }.detail-grid article:not(:first-child) { padding-left: 45px; }
.detail-index { color: var(--slate); font-size: 12px; }.detail-grid h3 { margin: 45px 0 17px; font-family: var(--serif); font-size: 28px; font-weight: 520; }.detail-grid p { font-size: 16px; line-height: 1.75; }
.detail-grid ul { list-style: none; margin: 24px 0 0; padding: 0; }.detail-grid li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 14px; }.detail-grid li::before { content: "—"; margin-right: 9px; color: var(--green); }
.statement-section { text-align: center; color: white; background: var(--evergreen); }.statement-section blockquote { max-width: 900px; margin: 0 auto 28px; font-family: var(--serif); font-size: clamp(36px, 4vw, 54px); font-weight: 400; line-height: 1.2; }.statement-section span { color: rgb(255 255 255 / 48%); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.transfer-hero { min-height: 660px; }.transfer-flow { display: grid; grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1fr; align-items: center; }.transfer-flow div { padding: 18px 10px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 13px; text-align: center; background: rgb(255 255 255 / 5%); }.transfer-flow div span { display: block; color: var(--brass-soft); font-size: 12px; }.transfer-flow div strong { display: block; margin: 8px 0 3px; font-size: 14px; }.transfer-flow div small { color: rgb(255 255 255 / 43%); font-size: 11px; }.transfer-flow > i { height: 1px; background: rgb(255 255 255 / 20%); }
.workflow-list { border-top: 1px solid var(--line); }.workflow-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 30px; align-items: center; padding: 31px 0; border-bottom: 1px solid var(--line); }.workflow-list article > span { color: var(--slate); font-size: 12px; }.workflow-list h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 24px; font-weight: 520; }.workflow-list p { margin: 0; font-size: 15px; }.workflow-list b { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: 12px; }
.security-hero { min-height: 590px; text-align: center; }.narrow-hero { position: relative; z-index: 2; width: min(calc(100% - 48px), 900px); margin: 80px auto 0; }.narrow-hero h1, .narrow-hero p { margin-inline: auto; }.narrow-hero h1 { font-size: clamp(62px, 7vw, 95px); }.narrow-hero p { max-width: 680px; }
.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }.security-grid article { min-height: 310px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }.security-grid article:nth-child(3n) { border-right: 0; }.security-grid article:nth-child(n+4) { border-bottom: 0; }.security-grid .security-lead { grid-row: span 2; min-height: 620px; color: white; background: var(--evergreen); }.security-lead h2 { margin-top: 25px; font-family: var(--serif); font-size: 43px; font-weight: 450; line-height: 1.08; }.security-lead p { margin-top: 30px; color: rgb(255 255 255 / 55%); line-height: 1.8; }.security-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; color: var(--evergreen); background: var(--ivory); }.security-icon svg { width: 23px; height: 23px; }.security-grid article h3 { margin-top: 48px; font-family: var(--serif); font-size: 25px; font-weight: 520; }.security-grid article p { font-size: 15px; line-height: 1.7; }
.control-band { padding: 80px 0; color: white; background: #111918; }.control-band .content { display: grid; grid-template-columns: repeat(4, 1fr); }.control-band .content div { padding-left: 30px; border-left: 1px solid rgb(255 255 255 / 15%); }.control-band strong { display: block; font-family: var(--serif); font-size: 39px; font-weight: 480; }.control-band span { color: rgb(255 255 255 / 45%); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.developer-hero { min-height: 660px; }.code-card { overflow: hidden; border: 1px solid rgb(255 255 255 / 15%); border-radius: 18px; background: #0b1917; box-shadow: 0 30px 70px rgb(0 0 0 / 25%); }.code-head { display: flex; align-items: center; gap: 6px; padding: 13px 16px; border-bottom: 1px solid rgb(255 255 255 / 10%); }.code-head > span { width: 7px; height: 7px; border-radius: 50%; background: rgb(255 255 255 / 20%); }.code-head small { margin-left: 8px; color: rgb(255 255 255 / 35%); font-size: 12px; }.code-card pre { margin: 0; padding: 30px; overflow-x: auto; color: #b9d4cb; font: 14px/1.8 ui-monospace, SFMono-Regular, Menlo, monospace; }
.developer-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.developer-cards article { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }.developer-cards article > span { color: var(--green); font: 12px ui-monospace, monospace; letter-spacing: .12em; }.developer-cards h3 { margin: 48px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 520; }.developer-cards p { min-height: 70px; font-size: 15px; line-height: 1.7; }.developer-cards code { display: block; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--slate); font-size: 12px; }

.status-hero { padding: 170px 0 80px; background: var(--ivory); }.status-title { display: flex; align-items: center; gap: 19px; margin-top: 20px; }.status-title h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 68px); font-weight: 450; }.large-status-dot { width: 17px; height: 17px; border: 4px solid #d5e8dd; border-radius: 50%; background: #4b996f; }.status-hero p { margin: 15px 0 0 36px; }
.status-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }.status-list { border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; }.status-list-head { display: flex; align-items: center; justify-content: space-between; padding: 26px; border-bottom: 1px solid var(--line); }.status-list-head h2 { margin: 0; font-family: var(--serif); font-size: 24px; }.status-list-head span { color: var(--slate); font-size: 12px; }.status-list article { display: grid; grid-template-columns: 190px 1fr auto; gap: 20px; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--line); }.status-list article:last-child { border: 0; }.status-list article > div { display: flex; align-items: center; gap: 12px; }.network-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: var(--evergreen); font-size: 13px; }.status-list article p { margin: 0; font-size: 13px; }.network-state, .good-state { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 12px; }.network-state i, .good-state i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }.network-state.monitoring { color: var(--amber); }
.status-aside { padding: 27px; border-radius: var(--radius); color: white; background: var(--evergreen); }.status-aside h3 { font-family: var(--serif); font-size: 27px; font-weight: 480; }.status-aside > p { color: rgb(255 255 255 / 58%); font-size: 14px; }.status-aside .button { margin: 13px 0 33px; color: var(--evergreen); background: white; }.status-aside > div { padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 14%); }.status-aside > div span, .status-aside > div strong { display: block; }.status-aside > div span { color: rgb(255 255 255 / 40%); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }.status-aside > div strong { margin-top: 7px; font-size: 13px; }

.page-login .site-header, .page-login .chat-launcher { display: none; }
.login-page { min-height: 100vh; display: grid; grid-template-columns: minmax(430px, .9fr) minmax(560px, 1.1fr); }
.login-brand-panel { min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 46px 7vw 52px; color: white; background: radial-gradient(circle at 80% 85%, rgb(70 148 127 / 25%), transparent 35%), var(--evergreen); }.login-brand-panel > div:not(.login-proof) { max-width: 580px; }.login-brand-panel h1 { margin: 23px 0; font-family: var(--serif); font-size: clamp(46px, 4.5vw, 70px); font-weight: 430; line-height: 1.03; }.login-brand-panel p { color: rgb(255 255 255 / 58%); font-size: 15px; line-height: 1.75; }.login-proof { display: flex; align-items: center; gap: 15px; max-width: 430px; padding: 18px 0 0; border-top: 1px solid rgb(255 255 255 / 15%); }.login-proof > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: 50%; color: var(--brass-soft); }.login-proof p { margin: 0; display: flex; flex-direction: column; font-size: 13px; }.login-proof strong { color: white; }
.login-form-panel { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 70px 30px; background: var(--paper); }.login-back { position: absolute; top: 36px; left: 40px; display: inline-flex; align-items: center; gap: 8px; color: var(--slate); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }.login-box { width: min(440px, 100%); }.login-heading { text-align: center; }.login-heading .mini-mark { width: 47px; height: 47px; color: var(--evergreen); background: var(--ivory-deep); }.login-heading .mini-mark svg { width: 29px; height: 29px; }.login-heading h2 { margin: 22px 0 8px; font-family: var(--serif); font-size: 38px; font-weight: 500; }.login-heading p { font-size: 15px; }.auth-form { display: grid; gap: 18px; margin-top: 34px; }.auth-form label { position: relative; display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 650; }.auth-form label > span { position: absolute; right: 0; }.auth-form label a { color: var(--green); }.auth-form input, .case-form-panel input, .case-form-panel textarea, .case-form-panel select { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: white; font-size: 15px; transition: border .2s, box-shadow .2s; }.auth-form input:focus, .case-form-panel textarea:focus, .case-form-panel select:focus { border-color: #6d9b8d; box-shadow: 0 0 0 4px rgb(66 123 105 / 9%); }.auth-form .totp-input { font-size: 24px; letter-spacing: .35em; text-align: center; }.login-error { margin: 20px 0 -15px; padding: 11px 13px; border: 1px solid #e5c3bd; border-radius: 9px; color: #8f3f36; background: #fff5f3; font-size: 13px; }.auth-back { justify-content: center; }.login-assurance { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); text-align: center; color: var(--slate); font-size: 12px; }.login-assurance span { display: inline-flex; align-items: center; gap: 6px; }.login-legal { position: absolute; bottom: 30px; color: var(--slate); font-size: 12px; }.login-legal a { text-decoration: underline; }
.auth-form[hidden] { display: none; }

.access-page {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	padding: 148px 0 100px;
	color: white;
	background:
		radial-gradient(circle at 18% 34%, rgb(100 216 179 / 15%), transparent 28%),
		linear-gradient(135deg, #071d24, #0c3035 68%, #123a42);
}
.access-grid {
	position: absolute;
	inset: 0;
	opacity: .1;
	background-image: linear-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, black, transparent 62%);
}
.access-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.access-intro { position: sticky; top: 120px; padding-top: 28px; }
.access-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 70px; color: rgb(255 255 255 / 58%); font-size: 14px; font-weight: 650; }
.access-back svg { transform: rotate(180deg); }
.access-intro h1 { max-width: 590px; margin: 23px 0 25px; font-size: clamp(48px, 5vw, 70px); line-height: 1.01; }
.access-intro > p { max-width: 580px; color: rgb(255 255 255 / 70%); font-size: 19px; line-height: 1.7; }
.access-principles { display: grid; gap: 22px; margin-top: 45px; }
.access-principles > div { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; }
.access-principles > div > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgb(255 255 255 / 14%); border-radius: 13px; color: var(--brass-soft); background: rgb(255 255 255 / 5%); }
.access-principles svg { width: 21px; height: 21px; }
.access-principles p { margin: 0; color: rgb(255 255 255 / 57%); font-size: 15px; line-height: 1.55; }
.access-principles strong { display: block; margin-bottom: 2px; color: white; font-size: 16px; }
.access-card { padding: 40px; border: 1px solid rgb(255 255 255 / 32%); border-radius: 24px; color: var(--ink); background: rgb(250 252 251 / 98%); box-shadow: 0 35px 90px rgb(0 0 0 / 25%); }
.access-card-heading { display: flex; gap: 16px; align-items: center; margin-bottom: 30px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.access-card-heading .mini-mark { width: 48px; height: 48px; flex: 0 0 auto; color: var(--evergreen); background: var(--ivory-deep); }
.access-card-heading .mini-mark svg { width: 29px; height: 29px; }
.access-card-heading h2 { margin: 5px 0 0; font-size: 30px; }
.access-error { margin-bottom: 24px; padding: 14px 16px; border: 1px solid #e5c3bd; border-radius: 10px; color: #853b33; background: #fff5f3; font-size: 15px; }
.access-form { display: grid; gap: 22px; }
.access-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.access-form > label, .access-form-row label { display: grid; gap: 8px; color: var(--ink); font-size: 15px; font-weight: 700; }
.access-form label small { margin-left: 5px; color: var(--slate); font-size: 13px; font-weight: 500; }
.access-form input[type="text"], .access-form input[type="email"], .access-form select, .access-form textarea {
	width: 100%;
	min-height: 54px;
	padding: 0 15px;
	border: 1px solid #cbd7d3;
	border-radius: 10px;
	outline: none;
	color: var(--ink);
	background: white;
	font-size: 16px;
	transition: border-color .2s, box-shadow .2s;
}
.access-form textarea { min-height: 120px; padding-top: 13px; resize: vertical; line-height: 1.5; }
.access-form input:focus, .access-form select:focus, .access-form textarea:focus { border-color: #5a907e; box-shadow: 0 0 0 4px rgb(66 123 105 / 10%); }
.access-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.access-form legend { margin-bottom: 10px; color: var(--ink); font-size: 15px; font-weight: 700; }
.access-options { display: flex; flex-wrap: wrap; gap: 9px; }
.access-options label { position: relative; cursor: pointer; }
.access-options input { position: absolute; opacity: 0; pointer-events: none; }
.access-options span { display: block; padding: 10px 13px; border: 1px solid #cbd7d3; border-radius: 999px; color: var(--ink-soft); background: white; font-size: 14px; font-weight: 650; transition: .2s; }
.access-options input:checked + span { border-color: #43836e; color: var(--evergreen); background: var(--ivory-deep); box-shadow: inset 0 0 0 1px #43836e; }
.access-options input:focus-visible + span { outline: 3px solid rgb(100 216 179 / 45%); outline-offset: 2px; }
.access-privacy { margin: -5px 5px 0; color: var(--slate); font-size: 13px; line-height: 1.55; text-align: center; }
.access-privacy a { color: var(--green); text-decoration: underline; }
.access-received { min-height: 82vh; display: grid; place-items: center; padding: 160px 24px 90px; background: radial-gradient(circle at 50% 30%, var(--ivory-deep), transparent 30%), var(--paper); }
.access-received-card { max-width: 720px; text-align: center; }
.received-mark { display: grid; width: 76px; height: 76px; place-items: center; margin: 0 auto 25px; border-radius: 24px; color: var(--evergreen); background: var(--brass-soft); box-shadow: var(--shadow-soft); }
.received-mark svg { width: 36px; height: 36px; }
.access-received h1 { margin: 19px 0; font-size: clamp(46px, 6vw, 72px); line-height: 1.02; }
.access-received p { max-width: 610px; margin: 0 auto 32px; font-size: 18px; line-height: 1.7; }
.access-received-card > div { display: flex; justify-content: center; gap: 12px; margin-bottom: 25px; }
.access-received .text-button { justify-content: center; }

.legal-hero { padding: 180px 0 80px; color: white; background: var(--evergreen); }.legal-hero h1 { margin: 18px 0 0; font-family: var(--serif); font-size: 64px; font-weight: 450; }.legal-hero p { color: rgb(255 255 255 / 45%); }
.legal-page { padding: 90px 0 120px; }.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 90px; align-items: start; }.legal-layout aside { position: sticky; top: 30px; display: grid; }.legal-layout aside a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 13px; }.legal-layout article { max-width: 760px; }.legal-layout h2 { margin: 0 0 18px; padding-top: 35px; font-family: var(--serif); font-size: 30px; font-weight: 520; }.legal-layout h2:first-child { padding-top: 0; }.legal-layout p { font-size: 16px; line-height: 1.85; }.legal-layout article a { color: var(--green); text-decoration: underline; }
.site-footer { padding: 80px 0 25px; color: white; background: #0e1716; }.footer-main, .footer-bottom { width: min(calc(100% - 48px), var(--content)); margin: auto; }.footer-main { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; padding-bottom: 65px; }.brand-light { color: white; }.footer-brand p { max-width: 310px; margin-top: 22px; color: rgb(255 255 255 / 44%); font-size: 14px; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }.footer-links div { display: grid; align-content: start; gap: 10px; }.footer-links strong { margin-bottom: 9px; color: rgb(255 255 255 / 40%); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }.footer-links a { color: rgb(255 255 255 / 70%); font-size: 13px; }.footer-links a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgb(255 255 255 / 11%); color: rgb(255 255 255 / 32%); font-size: 12px; }.not-found { min-height: 80vh; display: grid; place-items: center; padding-top: 90px; text-align: center; }.not-found span { color: var(--brass); font-family: var(--serif); font-size: 90px; }.not-found h1 { font-family: var(--serif); font-size: 45px; font-weight: 450; }.not-found p { margin-bottom: 30px; }

.cookie-notice {
	position: fixed;
	z-index: 120;
	right: 20px;
	bottom: 20px;
	left: 20px;
	width: min(calc(100% - 40px), 760px);
	margin: auto;
	display: grid;
	grid-template-columns: 48px 1fr auto;
	align-items: center;
	gap: 17px;
	padding: 18px;
	border: 1px solid #d3d9d5;
	border-radius: 17px;
	background: white;
	box-shadow: 0 18px 65px rgb(13 35 31 / 20%);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: var(--evergreen); background: var(--ivory); }
.cookie-notice-mark svg { width: 23px; height: 23px; }
.cookie-notice strong { font-size: 16px; }
.cookie-notice p { margin: 3px 0 0; font-size: 14px; line-height: 1.55; }
.cookie-notice p a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cookie-notice .button { min-width: 102px; }

.chat-widget { position: fixed; z-index: 100; right: 24px; bottom: 22px; }
.chat-launcher { display: flex; min-width: 268px; align-items: center; gap: 12px; padding: 12px 15px 12px 12px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 18px; color: white; background: #102e2b; box-shadow: 0 15px 50px rgb(0 0 0 / 20%); cursor: pointer; }.chat-launch-icon, .chat-agent-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--brass-soft); background: rgb(255 255 255 / 9%); }.chat-launch-icon svg, .chat-agent-mark svg { width: 26px; height: 26px; }.chat-launch-copy { display: flex; flex-direction: column; align-items: start; }.chat-launch-copy strong { font-size: 16px; }.chat-launch-copy small, .chat-agent small { display: flex; align-items: center; gap: 6px; color: rgb(255 255 255 / 68%); font-size: 14px; }.chat-launch-copy small i, .chat-agent small i { width: 7px; height: 7px; border-radius: 50%; background: #5dba8d; }.chat-launcher > svg { margin-left: auto; color: rgb(255 255 255 / 45%); }
.chat-panel {
	width: min(440px, calc(100vw - 28px));
	height: min(720px, calc(100vh - 40px));
	height: min(720px, calc(100dvh - 40px));
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #d6dcd8;
	border-radius: 22px;
	background: var(--paper);
	box-shadow: 0 28px 90px rgb(0 0 0 / 24%);
}
.chat-panel[hidden] { display: none; }
.chat-header {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	color: white;
	background: var(--evergreen);
}
.chat-agent { display: flex; align-items: center; gap: 12px; min-width: 0; }
.chat-agent-mark { width: 44px; height: 44px; flex: 0 0 auto; }
.chat-agent > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.chat-agent strong { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.icon-button {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	border: 0;
	border-radius: 50%;
	color: rgb(255 255 255 / 78%);
	background: rgb(255 255 255 / 8%);
	cursor: pointer;
}
.chat-context {
	flex: 0 0 auto;
	padding: 10px 18px;
	border-bottom: 1px solid var(--line);
	color: var(--slate);
	background: white;
	font-size: 13px;
	font-weight: 650;
	text-transform: uppercase;
	letter-spacing: .07em;
}
.chat-messages {
	min-height: 0;
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 20px 18px;
	scroll-behavior: smooth;
}
.chat-bubble { display: flex; gap: 10px; max-width: 92%; margin: 0 0 17px; animation: message-in .25s ease both; }
.chat-bubble.user { margin-left: auto; justify-content: end; }
.chat-bubble .bubble-mark { display: grid; flex: 0 0 31px; width: 31px; height: 31px; place-items: center; border-radius: 8px; color: var(--evergreen); background: var(--ivory-deep); }
.chat-bubble .bubble-mark svg { width: 20px; }
.chat-bubble p { margin: 0; padding: 12px 14px; border-radius: 13px 13px 13px 3px; color: var(--ink-soft); background: white; box-shadow: 0 2px 7px rgb(0 0 0 / 5%); font-size: 15px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.chat-bubble.user p { border-radius: 13px 13px 3px 13px; color: white; background: var(--evergreen); }
.chat-bubble.delivery-unknown { flex-wrap: wrap; }
.chat-bubble.delivery-unknown p { opacity: .78; }
.delivery-status { flex-basis: 100%; margin-top: -7px; color: var(--slate); font-size: 14px; text-align: right; }
.chat-bubble.typing p { display: flex; gap: 4px; padding: 15px; }
.chat-bubble.typing i { width: 6px; height: 6px; border-radius: 50%; background: #8e9b97; animation: typing 1s infinite ease-in-out; }
.chat-bubble.typing i:nth-child(2){animation-delay:.15s}.chat-bubble.typing i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}@keyframes message-in{from{transform:translateY(7px);opacity:0}}
.chat-prompts { flex: 0 0 auto; display: flex; gap: 8px; overflow-x: auto; padding: 0 16px 12px; scrollbar-width: none; }
.chat-prompts[hidden] { display: none; }
.chat-prompts button { min-height: 38px; flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--evergreen); background: white; font-size: 13px; font-weight: 600; cursor: pointer; }
.chat-form { flex: 0 0 auto; display: flex; align-items: end; gap: 9px; margin: 0 14px; padding: 9px 9px 9px 13px; border: 1px solid #c4cfca; border-radius: 15px; background: white; }
.chat-form:focus-within { border-color: #739b8e; box-shadow: 0 0 0 3px rgb(79 131 114 / 10%); }
.chat-form textarea { flex: 1; max-height: 110px; resize: none; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; line-height: 1.45; overflow-y: auto; }
.chat-form button { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 10px; color: white; background: var(--evergreen); cursor: pointer; }
.chat-foot { min-height: 42px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; padding: 9px 16px 11px; color: #6f7d79; font-size: 13px; line-height: 1.35; text-align: center; }
.chat-launcher:focus-visible, .icon-button:focus-visible, .chat-prompts button:focus-visible, .chat-form button:focus-visible { outline: 3px solid var(--brass-soft); outline-offset: 2px; }
.chat-widget.open .chat-launcher { display: none; }

.portal-shell { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; background: #f4f6f3; }
.portal-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 17px 19px; color: white; background: #102b28; }.portal-brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 24px; border-bottom: 1px solid rgb(255 255 255 / 10%); }.portal-brand .brand-mark { width: 31px; color: var(--brass-soft); }.portal-brand > span { display: flex; flex-direction: column; }.portal-brand strong { font-size: 16px; }.portal-brand small { color: rgb(255 255 255 / 40%); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }.portal-nav { display: grid; gap: 4px; margin-top: 20px; }.portal-nav a { display: flex; align-items: center; gap: 12px; min-height: 43px; padding: 0 12px; border-radius: 10px; color: rgb(255 255 255 / 55%); font-size: 13px; transition: .2s; }.portal-nav a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }.portal-nav a:hover { color: white; background: rgb(255 255 255 / 5%); }.portal-nav a.active { color: white; background: rgb(255 255 255 / 9%); }.portal-side-foot { margin-top: auto; }.portal-side-foot > a { display: flex; align-items: center; gap: 8px; padding: 14px 8px; border-bottom: 1px solid rgb(255 255 255 / 10%); color: rgb(255 255 255 / 48%); font-size: 12px; }.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #5fbc8d; }.portal-user { display: flex; align-items: center; gap: 10px; padding: 17px 6px 10px; }.avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; color: var(--evergreen); background: var(--brass-soft); font-size: 12px; font-weight: 700; }.portal-user > span:last-child { min-width: 0; display: flex; flex-direction: column; }.portal-user strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.portal-user small { overflow: hidden; color: rgb(255 255 255 / 38%); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.portal-side-foot .text-button { padding: 5px 7px; color: rgb(255 255 255 / 45%); font-size: 12px; }
.portal-main { min-width: 0; }.portal-topbar { min-height: 91px; display: flex; align-items: center; justify-content: space-between; padding: 17px 34px; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 88%); backdrop-filter: blur(12px); }.portal-topbar h1 { margin: 2px 0 0; font-family: var(--serif); font-size: 26px; font-weight: 520; }.topbar-actions { display: flex; align-items: center; gap: 12px; }.secure-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); background: white; font-size: 11px; }.secure-badge svg { width: 13px; }.portal-content { max-width: 1370px; margin: auto; padding: 31px 34px 70px; }.notice-banner { margin-bottom: 20px; padding: 12px 15px; border: 1px solid #c6ddd2; border-radius: 10px; color: #2f6950; background: #f0faf5; font-size: 12px; }
.dashboard-summary { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }.dashboard-summary > div:first-child { display: flex; flex-direction: column; }.dashboard-summary span { color: var(--slate); font-size: 12px; }.dashboard-summary strong { margin: 4px 0; font-family: var(--serif); font-size: 41px; font-weight: 520; letter-spacing: -.03em; }.dashboard-summary small { color: var(--green); font-size: 12px; }.summary-actions { display: flex; gap: 8px; }
.dashboard-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; margin-bottom: 18px; }.lower-grid { grid-template-columns: 1.15fr .85fr; }.panel { border: 1px solid #dfe4e0; border-radius: 16px; background: white; box-shadow: 0 5px 18px rgb(17 42 36 / 3%); }.panel-head { display: flex; align-items: center; justify-content: space-between; padding: 21px 22px; border-bottom: 1px solid #e7ebe8; }.panel-head h2 { margin: 3px 0 0; font-family: var(--serif); font-size: 19px; font-weight: 540; }.panel-head a { color: var(--green); font-size: 12px; font-weight: 700; }.subtle { color: var(--slate); font-size: 11px; }
.donut-wrap { min-height: 250px; display: flex; align-items: center; justify-content: center; gap: 35px; padding: 25px; }.donut { width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--brass) 0 48.5%, #82a79e 48.5% 79.7%, #b8c6e4 79.7%); }.donut::before { content: ""; grid-area: 1/1; width: 103px; height: 103px; border-radius: 50%; background: white; }.donut > div { z-index: 1; grid-area: 1/1; display: flex; flex-direction: column; align-items: center; }.donut strong { font-family: var(--serif); font-size: 27px; }.donut span { color: var(--slate); font-size: 11px; }.legend { min-width: 120px; display: grid; gap: 17px; }.legend div { display: flex; justify-content: space-between; gap: 22px; font-size: 12px; }.legend div span { display: flex; align-items: center; gap: 7px; color: var(--slate); }
.activity-list a { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; min-height: 70px; padding: 0 21px; border-bottom: 1px solid #edf0ee; }.activity-list a:last-child { border: 0; }.activity-icon { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 9px; color: var(--green); background: #edf5f1; }.activity-icon.outbound { transform: rotate(35deg); }.activity-icon.inbound { transform: rotate(-145deg); }.activity-icon svg { width: 16px; }.activity-list a > span { display: flex; flex-direction: column; }.activity-list a > span:last-child { text-align: right; }.activity-list strong { font-size: 12px; }.activity-list small { color: var(--slate); font-size: 11px; }.transfer-state { margin-top: 3px; }.transfer-state.policy.review, .transfer-state.compliance.hold { color: var(--amber); }.transfer-state.confirming { color: #567e9f; }.transfer-state.completed { color: var(--green); }
.vault-row { display: grid; grid-template-columns: 40px 1fr auto; gap: 13px; align-items: center; min-height: 76px; padding: 0 22px; border-bottom: 1px solid #edf0ee; }.vault-row:last-child { border: 0; }.vault-row-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--evergreen); background: var(--ivory); }.vault-row-icon svg { width: 19px; }.vault-row > span:nth-child(2) { display: flex; flex-direction: column; }.vault-row strong { font-size: 12px; }.vault-row small { color: var(--slate); font-size: 11px; }
.operations-links > * { width: 100%; min-height: 80px; display: grid; grid-template-columns: 32px 1fr 16px; gap: 13px; align-items: center; padding: 0 21px; border: 0; border-bottom: 1px solid #edf0ee; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }.operations-links > *:last-child { border: 0; }.operations-links > * > svg:first-child { color: var(--green); }.operations-links span { display: flex; flex-direction: column; }.operations-links strong { font-size: 12px; }.operations-links small { color: var(--slate); font-size: 11px; }.operations-links > * > svg:last-child { color: var(--slate); }
.page-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 26px; }.page-intro h2 { margin: 6px 0 4px; font-family: var(--serif); font-size: 31px; font-weight: 520; }.page-intro p { margin: 0; font-size: 13px; }.vault-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.client-vault-card { padding: 24px; border: 1px solid #dfe4e0; border-radius: 16px; background: white; }.client-vault-head { display: flex; justify-content: space-between; }.client-vault-card h3 { margin: 21px 0 1px; font-family: var(--serif); font-size: 24px; }.client-vault-card > p { color: var(--slate); font-size: 11px; }.vault-assets { margin-top: 25px; border-top: 1px solid var(--line); }.vault-assets > div { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #edf0ee; }.vault-assets span { display: grid; grid-template-columns: 16px auto; }.vault-assets span .asset { grid-row: span 2; align-self: center; }.vault-assets strong { font-size: 12px; }.vault-assets small { color: var(--slate); font-size: 11px; }.vault-assets > div > span:last-child { display: flex; flex-direction: column; text-align: right; }.vault-card-foot { display: flex; justify-content: space-between; padding-top: 16px; color: var(--slate); font-size: 11px; }.vault-card-foot strong { color: var(--ink); }
.table-panel { overflow: hidden; }.table-tools { display: flex; gap: 10px; padding: 16px 18px; border-bottom: 1px solid var(--line); }.table-search, .table-filter { min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--slate); background: white; font-size: 11px; }.table-search { flex: 1; }.table-search svg { width: 15px; flex: 0 0 auto; }.table-search input, .table-filter select { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }.table-filter { min-width: 160px; justify-content: space-between; }.table-filter select { appearance: none; }.table-filter svg { width: 13px; }.data-table { min-width: 900px; }.table-panel { overflow-x: auto; }.table-row { display: grid; grid-template-columns: 1.35fr .6fr 1fr .8fr .65fr; gap: 17px; align-items: center; min-height: 74px; padding: 0 21px; border-bottom: 1px solid #edf0ee; font-size: 11px; }.table-row > span { display: flex; flex-direction: column; }.table-row strong { font-size: 12px; }.table-row small { color: var(--slate); font-size: 11px; }.table-header { min-height: 44px; color: var(--slate); background: #f7f8f6; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.table-status { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--green); }.table-status.policy.review, .table-status.compliance.hold { background: var(--amber); }
.transfer-row[hidden] { display: none; }
.policy-grid, .integration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.policy-card, .integration-card { padding: 24px; }.policy-card > div:first-child, .integration-card > div:first-child { display: flex; justify-content: space-between; }.policy-symbol, .integration-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; color: var(--evergreen); background: var(--ivory); }.policy-card h3, .integration-card h3 { margin: 27px 0 20px; font-family: var(--serif); font-size: 24px; }.policy-card dl, .integration-card dl { margin: 0; }.policy-card dl div, .integration-card dl div { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid #edf0ee; font-size: 11px; }.policy-card dt, .integration-card dt { color: var(--slate); }.policy-card dd, .integration-card dd { margin: 0; font-weight: 650; }.policy-card .text-button { margin-top: 20px; }.integration-card > p { color: var(--slate); font-size: 12px; }
.cases-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: start; }.case-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 86px; padding: 0 22px; border-bottom: 1px solid #edf0ee; }.case-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--evergreen); background: var(--ivory); }.case-list article > span { min-width: 0; display: flex; flex-direction: column; }.case-list article > span:last-child { text-align: right; }.case-list strong { font-size: 12px; }.case-list small { max-width: 100%; overflow: hidden; color: var(--slate); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.case-form-panel { padding: 24px; }.case-form-panel h2 { margin: 8px 0; font-family: var(--serif); font-size: 24px; }.case-form-panel p { font-size: 12px; }.case-form-panel form { display: grid; gap: 15px; margin-top: 20px; }.case-form-panel label { display: grid; gap: 7px; font-size: 11px; font-weight: 650; }.case-form-panel textarea { min-height: 120px; padding-top: 12px; resize: vertical; }

.security-lead h2,
.status-title h1,
.login-brand-panel h1,
.legal-hero h1,
.not-found h1 {
	font-weight: 650;
}
.login-brand-panel {
	background: radial-gradient(circle at 80% 85%, rgb(100 216 179 / 18%), transparent 35%), var(--evergreen);
}
.login-brand-panel p { color: rgb(255 255 255 / 64%); font-size: 16px; }
.login-proof p { font-size: 14px; }
.site-footer { background: #05171d; }
.control-band { background: var(--evergreen); }
.chat-launcher { min-width: 292px; background: var(--evergreen-2); }
.portal-shell { background: var(--paper); }
.portal-sidebar { background: var(--evergreen-2); }

.vault-card-head small,
.floating-chip small,
.feature-number,
.operating-steps article > span,
.console-head small,
.console-tags span,
.arch-center span,
.arch-node,
.detail-index,
.statement-section span,
.transfer-flow div span,
.transfer-flow div small,
.workflow-list article > span,
.workflow-list b,
.control-band span,
.code-head small,
.developer-cards article > span,
.developer-cards code,
.status-list-head span,
.network-state,
.good-state,
.status-aside > div span,
.login-assurance,
.login-legal,
.footer-links strong,
.footer-bottom {
	font-size: 13px;
}

.portal-brand small,
.portal-side-foot > a,
.avatar,
.portal-user strong,
.portal-user small,
.portal-side-foot .text-button,
.secure-badge,
.notice-banner,
.dashboard-summary span,
.dashboard-summary small,
.panel-head a,
.subtle,
.donut span,
.legend div,
.activity-list small,
.vault-row small,
.operations-links small,
.client-vault-card > p,
.vault-assets small,
.vault-card-foot,
.table-search,
.table-filter,
.table-row,
.table-row small,
.table-header,
.policy-card dl div,
.integration-card dl div,
.integration-card > p,
.case-list small,
.case-form-panel p,
.case-form-panel label {
	font-size: 13px;
}

.activity-list strong,
.vault-row strong,
.operations-links strong,
.vault-assets strong,
.table-row strong,
.case-list strong {
	font-size: 14px;
}

@media (max-width: 1050px) {
	.site-nav { gap: 16px; }
	.hero-content { gap: 25px; }
	.hero-visual { transform: scale(.9); }
	.feature-grid { grid-template-columns: 1fr 1fr; }
	.feature-card:last-child { grid-column: span 2; min-height: 340px; }
	.callout-grid { gap: 50px; }
	.sub-hero-grid { gap: 40px; }
	.security-grid { grid-template-columns: 1fr 1fr; }
	.security-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
	.security-grid article:nth-child(2n) { border-right: 0; }
	.security-grid .security-lead { grid-row: span 2; }
	.portal-shell { grid-template-columns: 235px 1fr; }
	.dashboard-grid, .lower-grid { grid-template-columns: 1fr; }
	.access-layout { gap: 45px; }
	.access-card { padding: 30px; }
}

@media (max-width: 900px) {
	.content { width: min(calc(100% - 32px), var(--content)); }
	.section { padding: 80px 0; }
	.nav-wrap { width: calc(100% - 32px); height: 72px; }
	.nav-toggle { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; }
	.nav-toggle svg { width: 24px; height: 24px; }
	.site-nav { position: absolute; top: 72px; right: 16px; left: 16px; display: none; padding: 17px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; background: #12322f; box-shadow: var(--shadow); }
	.site-nav.open { display: grid; }
	.site-nav > a { padding: 9px; }.site-nav > a.active::after { display: none; }
	.page-status .site-nav > a, .page-status .site-nav .nav-login,
	.page-access-received .site-nav > a, .page-access-received .site-nav .nav-login { color: rgb(255 255 255 / 72%); }
	.page-status .site-nav > a:hover, .page-status .site-nav > a.active,
	.page-access-received .site-nav > a:hover, .page-access-received .site-nav > a.active { color: white; }
	.page-status .site-nav .nav-login, .page-access-received .site-nav .nav-login { border-color: rgb(255 255 255 / 28%); }
	.hero { min-height: auto; }
	.hero-content { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 60px; }
	.hero-copy h1 { font-size: clamp(46px, 11.5vw, 68px); }
	.hero-visual { min-height: 520px; transform: none; }
	.hero-proof { display: grid; gap: 16px; padding: 25px 0; }.hero-proof div { grid-template-columns: 1fr 1fr; }
	.split-intro, .callout-grid, .sub-hero-grid { grid-template-columns: 1fr; gap: 45px; }
	.feature-grid { grid-template-columns: 1fr; }.feature-card:last-child { grid-column: auto; min-height: 440px; }
	.operating-steps { grid-template-columns: 1fr; border: 0; }.operating-steps article, .operating-steps article:not(:first-child) { padding: 25px 0 35px; border-right: 0; border-top: 1px solid rgb(255 255 255 / 13%); }.operating-steps article > span, .operating-steps article:not(:first-child) > span { top: 15px; right: 0; left: auto; background: transparent; }
	.sub-hero { min-height: auto; padding: 130px 0 70px; }.sub-hero-grid { padding-top: 0; }.sub-hero h1 { font-size: 52px; }
	.architecture-visual { min-height: 330px; }
	.detail-grid { grid-template-columns: 1fr; }.detail-grid article, .detail-grid article:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.transfer-flow { grid-template-columns: 1fr; gap: 7px; }.transfer-flow > i { width: 1px; height: 16px; margin: auto; }
	.security-grid { grid-template-columns: 1fr; }.security-grid article, .security-grid article:nth-child(2n), .security-grid article:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--line); }.security-grid .security-lead { min-height: 430px; }
	.control-band .content { grid-template-columns: 1fr 1fr; gap: 35px; }
	.developer-cards { grid-template-columns: 1fr; }
	.status-layout { grid-template-columns: 1fr; }.status-list article { grid-template-columns: 1fr auto; }.status-list article p { grid-row: 2; grid-column: 1 / -1; }
	.login-page { grid-template-columns: 1fr; }.login-brand-panel { min-height: 500px; padding: 35px 30px; }.login-form-panel { min-height: 650px; }
	.legal-layout { grid-template-columns: 1fr; gap: 30px; }.legal-layout aside { position: static; grid-template-columns: 1fr 1fr; }
	.footer-main { grid-template-columns: 1fr; }.footer-links { grid-template-columns: 1fr 1fr; }
	.access-cta-inner { align-items: start; flex-direction: column; gap: 30px; }
	.access-page { padding-top: 125px; }
	.access-layout { grid-template-columns: 1fr; }
	.access-intro { position: static; padding-top: 0; }
	.access-back { margin-bottom: 50px; }
	.access-principles { grid-template-columns: 1fr 1fr; }
	.portal-shell { display: block; }.portal-sidebar { position: fixed; z-index: 80; left: -280px; width: 260px; visibility: hidden; pointer-events: none; transition: left .25s ease, visibility 0s linear .25s; }.portal-sidebar.open { left: 0; visibility: visible; pointer-events: auto; transition-delay: 0s; box-shadow: 20px 0 60px rgb(0 0 0 / 20%); }.portal-menu { display: grid; width: 35px; height: 35px; place-items: center; margin-right: 10px; }.portal-topbar { justify-content: flex-start; padding: 14px 18px; }.topbar-actions { margin-left: auto; }.secure-badge { display: none; }.portal-content { padding: 24px 18px 60px; }
	.vault-card-grid, .policy-grid, .integration-grid, .cases-layout { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
	.hero-actions, .summary-actions { flex-direction: column; align-items: stretch; }
	.hero-visual { min-height: 520px; }.vault-card { width: 100%; padding: 19px; }.floating-chip { display: none; }.orbit-one { width: 360px; height: 360px; }.orbit-two { width: 280px; height: 280px; }
	.vault-value strong { font-size: 30px; }
	.control-feed > div { grid-template-columns: 32px 1fr auto; gap: 8px; padding-inline: 8px; }
	.control-feed small { font-size: 13px; }
	.hero-proof div { grid-template-columns: 1fr; }
	.workflow-list article { grid-template-columns: 35px 1fr; }.workflow-list article b { display: none; }
	.control-band .content { grid-template-columns: 1fr; }
	.status-title { align-items: start; }.status-title h1 { font-size: 44px; }.status-list article { padding: 17px; }
	.footer-links { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; gap: 8px; }
	.access-page { padding-bottom: 55px; }
	.access-intro h1 { font-size: 46px; }
	.access-intro > p { font-size: 17px; }
	.access-principles { grid-template-columns: 1fr; }
	.access-card { padding: 24px 18px; border-radius: 18px; }
	.access-card-heading h2 { font-size: 25px; }
	.access-form-row { grid-template-columns: 1fr; }
	.access-options span { padding: 10px 12px; font-size: 13px; }
	.access-received-card > div { align-items: stretch; flex-direction: column; }
	.cookie-notice { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; width: calc(100% - 16px); grid-template-columns: 40px 1fr; gap: 12px; padding: 15px; }.cookie-notice-mark { width: 40px; height: 40px; }.cookie-notice .button { grid-column: 1 / -1; width: 100%; }
	.login-brand-panel h1 { font-size: 45px; }.login-back { top: 24px; left: 20px; }.login-form-panel { padding-inline: 20px; }.login-legal { width: calc(100% - 40px); text-align: center; }
	.chat-widget { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); }
	.chat-panel { width: calc(100vw - 16px); height: calc(100vh - 16px); height: calc(100dvh - 16px); border-radius: 18px; }
	.chat-header { padding: 15px; }
	.chat-agent-mark { width: 42px; height: 42px; }
	.chat-agent strong { font-size: 16px; }
	.chat-context { padding: 9px 15px; }
	.chat-messages { padding: 17px 14px; }
	.chat-bubble { max-width: 95%; }
	.chat-prompts { padding-inline: 13px; }
	.chat-form { margin-inline: 11px; }
	.chat-foot { min-height: 46px; padding-inline: 12px; }
	.portal-topbar h1 { font-size: 20px; }.topbar-actions .button { width: auto; min-height: 40px; padding: 0 12px; font-size: 0; }.topbar-actions .button::after { content: "Operator"; font-size: 13px; }
	.dashboard-summary { align-items: start; flex-direction: column; gap: 18px; }.dashboard-summary strong { font-size: 33px; }.donut-wrap { flex-direction: column; }.page-intro { align-items: start; flex-direction: column; gap: 15px; }
}

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