:root{--bg-base: #f7f7f7;--bg-surface: #ffffff;--bg-surface-elevated: #e8e8e8;--bg-surface-soft: #f2f2f2;--text-primary: #111111;--text-secondary: #3f3f3f;--text-muted: #6b6b6b;--border-default: #d4d4d4;--border-subtle: #e7e7e7;--accent-primary: #111111;--accent-hover: #3a3a3a;--architecture-blue: #1d2f86;--max-content: 1160px;color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-base);color:var(--text-primary)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(180deg,#fbfbfb 0%,var(--bg-base) 34rem,#f4f4f4 100%);color:var(--text-primary)}body::selection{background:var(--text-primary);color:var(--bg-surface)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--architecture-blue);outline-offset:4px}[id]{scroll-margin-top:88px}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border-subtle);background:#f7f7f7e6;backdrop-filter:blur(16px)}.nav-shell,.footer-inner{width:min(var(--max-content),calc(100% - 40px));margin:0 auto}.nav-shell{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:24px}.brand-link{display:inline-flex;align-items:center;gap:10px;font-size:17px;font-weight:700;letter-spacing:0}.brand-icon{width:30px;height:30px;border-radius:8px}.nav-links,.footer-links{display:flex;align-items:center;gap:22px;color:var(--text-secondary);font-size:14px;font-weight:600}.nav-links a,.footer-links a{position:relative;padding-block:4px}.nav-links a:after,.footer-links a:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:currentColor;content:"";opacity:0;transform:scaleX(.4);transition:opacity .16s ease,transform .16s ease}.nav-links a:hover,.footer-links a:hover{color:var(--text-primary)}.nav-links a:hover:after,.footer-links a:hover:after{opacity:1;transform:scaleX(1)}.site-main{width:min(var(--max-content),calc(100% - 40px));margin:0 auto;overflow-x:hidden}.hero-section{position:relative;display:grid;justify-items:center;align-content:center;min-height:calc(100svh - 110px);padding:132px 0 118px;text-align:center;animation:page-rise .56s ease both}.hero-mark{display:grid;width:76px;height:76px;place-items:center;border:1px solid rgb(212 212 212 / .8);border-radius:20px;background:var(--bg-surface);box-shadow:0 18px 46px #1111110e}.hero-mark img{width:50px;height:50px;border-radius:13px}.eyebrow{margin:24px 0 0;color:var(--architecture-blue);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3,p{letter-spacing:0}h1{margin:16px 0 0;font-size:clamp(56px,9vw,118px);font-weight:820;line-height:.95}.hero-headline{max-width:980px;margin:26px 0 0;color:var(--text-primary);font-size:clamp(32px,5.4vw,64px);font-weight:780;line-height:1.02}.hero-copy{max-width:760px;margin:24px 0 0;color:var(--text-secondary);font-size:clamp(18px,2vw,22px);line-height:1.6}.cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:1px solid var(--accent-primary);border-radius:8px;padding:0 24px;font-size:15px;font-weight:800;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent-primary);color:var(--bg-surface)}.button-primary:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.button-secondary{background:transparent;color:var(--text-primary)}.button-secondary:hover{border-color:var(--border-default);background:var(--bg-surface)}.alpha-note{margin:18px 0 0;color:var(--text-muted);font-size:14px;font-weight:600}.section-block{border-top:1px solid var(--border-subtle);padding:120px 0}.section-heading{display:grid;gap:20px;max-width:820px;margin-bottom:48px}.section-heading.compact{max-width:820px}.section-heading .eyebrow,.security-section .eyebrow{margin:0}h2{margin:0;font-size:clamp(36px,5.2vw,66px);line-height:1.02;font-weight:780}.section-heading p:not(.eyebrow),.security-note p{margin:0;color:var(--text-secondary);font-size:18px;line-height:1.65}.architecture-frame{margin:0;padding:clamp(8px,2vw,18px) 0}.architecture-frame img{width:100%;max-width:1040px;height:auto;margin:0 auto}.point-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.point-card{min-height:100%;border-right:1px solid var(--border-subtle);background:transparent;padding:24px 24px 26px 0;transition:background-color .18s ease,padding-left .18s ease}.point-card+.point-card{padding-left:24px}.point-card:last-child{border-right:0}.point-card:hover{background:#ffffff6b}.point-card:first-child:hover{padding-left:18px}.point-card:not(:first-child):hover{padding-left:30px}.point-card h3{margin:0;font-size:20px;font-weight:820;line-height:1.22}.status-item h3{margin:0;line-height:1.25}.point-card p,.status-item p{margin:12px 0 0;color:var(--text-secondary);font-size:15px;line-height:1.6}.status-list{display:grid;border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}.status-item{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:24px;min-height:100%;border-top:1px solid var(--border-subtle);background:transparent;padding:26px 0;transition:background-color .18s ease,padding-inline .18s ease}.status-item:first-child{border-top:0}.status-item:hover{background:#ffffff75;padding-inline:18px}.status-item h3{color:var(--text-primary);font-size:16px;font-weight:820}.status-item:first-child h3{color:var(--architecture-blue)}.status-item p{margin:0}.security-section{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1fr);gap:64px;border-top:1px solid var(--border-subtle);padding:120px 0}.security-section h2{margin-top:16px}.security-notes{display:grid;gap:0;border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}.security-note{border-top:1px solid var(--border-subtle);padding:24px 0;transition:background-color .18s ease,padding-inline .18s ease}.security-note:first-child{border-top:0}.security-note:hover{background:#ffffff75;padding-inline:18px}.security-note h3{margin:0 0 8px;font-size:18px;line-height:1.3}.site-footer{border-top:1px solid var(--border-subtle);padding:36px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand{color:var(--text-primary)}@media(max-width:900px){.nav-shell,.footer-inner,.site-main{width:min(100% - 32px,var(--max-content))}.nav-shell{align-items:flex-start;flex-direction:column;gap:12px;padding:14px 0}.nav-links{flex-wrap:wrap;gap:12px 18px}.hero-section{min-height:auto;padding:92px 0 86px}.point-grid,.security-section{grid-template-columns:1fr}.point-grid{border-bottom:0}.point-card,.point-card+.point-card{border-right:0;border-bottom:1px solid var(--border-subtle);padding:22px 0}.point-card:hover{padding-left:12px}.point-card:not(:first-child):hover{padding-left:12px}.status-item{grid-template-columns:1fr;gap:10px}.security-section{gap:20px;padding:92px 0}}@media(max-width:540px){.nav-shell,.footer-inner,.site-main{width:min(100% - 24px,var(--max-content))}.hero-mark{width:70px;height:70px;border-radius:18px}.hero-mark img{width:46px;height:46px}h1{font-size:52px}.hero-headline{font-size:34px}.hero-copy,.section-heading p:not(.eyebrow),.security-note p{font-size:16px}.cta-row,.button{width:100%}.section-block,.security-section{padding:76px 0}.architecture-frame{margin-inline:-2px;padding:6px 0}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap;gap:12px 18px}}@keyframes page-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
