*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg1);color:var(--fg1);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}.kyc-page{min-height:100vh;position:relative;overflow:hidden}.kyc-page:before,.kyc-page:after{content:"";filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.kyc-page:before{background:#2eb8aa1a;width:540px;height:540px;top:-180px;left:-160px}.kyc-page:after{background:#4799eb12;width:620px;height:620px;bottom:-260px;left:35%}.kyc-grain{pointer-events:none;z-index:0;mix-blend-mode:multiply;background-image:radial-gradient(#00000005 1px,#0000 1px);background-size:3px 3px;position:absolute;inset:0}.kyc-shell{z-index:1;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);align-items:stretch;gap:0;max-width:1440px;min-height:100vh;margin:0 auto;padding:56px 64px;display:grid;position:relative}.kyc-col{flex-direction:column;min-width:0;display:flex}.kyc-col--hero{justify-content:space-between;padding-right:80px}.kyc-col--card{justify-content:center;align-items:stretch}.kyc-brand{align-self:flex-start;align-items:center;gap:12px;width:fit-content;margin-bottom:64px;display:flex}.kyc-brand__wm{letter-spacing:-.01em;font-size:18px;font-weight:700}.kyc-brand__muted{color:var(--fg2);font-weight:500}.kyc-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--accent-teal);background:#2eb8aa0f;border:1px solid #2eb8aa40;border-radius:9999px;align-items:center;gap:10px;margin-bottom:36px;padding:7px 14px 7px 12px;font-size:11px;font-weight:500;display:inline-flex}.kyc-eyebrow__dot{background:var(--accent-teal);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2eb8aa2e}.kyc-h1{letter-spacing:-.025em;text-wrap:balance;max-width:14ch;margin:0 0 24px;font-size:clamp(2.4rem,4.6vw,4rem);font-weight:700;line-height:1.02}.kyc-h1__fade{color:var(--fg2)}.kyc-lede{color:var(--fg2);max-width:52ch;margin:0 0 44px;font-size:17px;line-height:1.6}.kyc-bullets{gap:22px;max-width:56ch;margin:0 0 48px;padding:0;list-style:none;display:grid}.kyc-bullet{grid-template-columns:36px 1fr;align-items:flex-start;gap:16px;display:grid}.kyc-bullet__icon{background:var(--bg2);border:1px solid var(--border1);width:36px;height:36px;color:var(--fg1);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.kyc-bullet:nth-child(2) .kyc-bullet__icon{color:var(--accent-blue)}.kyc-bullet:nth-child(3) .kyc-bullet__icon{color:var(--accent-teal)}.kyc-bullet__title{letter-spacing:-.005em;margin-bottom:4px;font-size:15px;font-weight:600;line-height:1.35}.kyc-bullet__body{color:var(--fg2);max-width:46ch;font-size:14px;line-height:1.55}.kyc-trust{border:1px solid var(--border1);background:var(--bg2);color:var(--fg2);box-shadow:var(--shadow-soft);border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px 18px;width:fit-content;max-width:100%;padding:14px 20px;font-size:13px;display:flex}.kyc-trust__item{white-space:nowrap}.kyc-trust__item strong{font-family:var(--font-mono);color:var(--fg1);margin-right:4px;font-size:16px;font-weight:700}.kyc-trust__sep{background:var(--border1);width:1px;height:18px}.kyc-foot{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--fg2);align-items:center;gap:18px;margin-top:48px;font-size:11px;display:flex}.kyc-foot a:hover{color:var(--fg1)}.kyc-foot__sep{opacity:.4;background:currentColor;border-radius:50%;width:4px;height:4px}.kyc-card{background:var(--bg2);border:1px solid var(--border1);width:100%;max-width:460px;box-shadow:var(--shadow-medium);border-radius:24px;margin:0 auto;padding:44px 40px 36px;position:relative}.kyc-card:before{content:"";pointer-events:none;background:linear-gradient(225deg,#2eb8aa1a,#0000 65%);border-top-right-radius:24px;width:64px;height:64px;position:absolute;top:0;right:0}.kyc-card__head{margin-bottom:28px}.kyc-card__title{letter-spacing:-.02em;margin:0 0 8px;font-size:26px;font-weight:700;line-height:1.15}.kyc-card__sub{color:var(--fg2);margin:0;font-size:14px;line-height:1.5}.kyc-form{flex-direction:column;gap:14px;display:flex}.kyc-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--fg2);margin-bottom:2px;font-size:11px;font-weight:500}.kyc-input-wrap{background:var(--bg1);border:1px solid var(--border1);transition:border-color .2s var(--easing), box-shadow .2s var(--easing);border-radius:10px;align-items:center;display:flex;position:relative}.kyc-input-wrap:focus-within{border-color:var(--fg1);box-shadow:0 0 0 4px #1a1a1a0f}.kyc-input-wrap.is-error{border-color:#df2020}.kyc-input-wrap.is-error:focus-within{box-shadow:0 0 0 4px #df20201a}.kyc-input-icon{color:var(--fg2);padding-left:14px;display:inline-flex}.kyc-input-wrap input{font-family:var(--font-sans);color:var(--fg1);letter-spacing:-.005em;background:0 0;border:0;outline:none;flex:1;padding:14px 16px 14px 12px;font-size:15px}.kyc-input-wrap input::placeholder{color:#999}.kyc-input-wrap input:disabled{opacity:.5}.kyc-helper{margin:-4px 0 0;font-size:12.5px;line-height:1.4}.kyc-helper--error{color:#b62020}.kyc-btn{height:50px;font-family:var(--font-sans);letter-spacing:-.005em;cursor:pointer;transition:all .25s var(--easing);border:0;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:0 22px;font-size:14.5px;font-weight:500;display:inline-flex}.kyc-btn:disabled{cursor:not-allowed;opacity:.55}.kyc-btn--primary{background:var(--bg-inv);color:var(--fg-inv);box-shadow:0 8px 22px -10px #00000073}.kyc-btn--primary:not(:disabled):hover{background:#2e2e2e;transform:translateY(-1px);box-shadow:0 12px 28px -10px #0000008c}.kyc-btn--ghost{color:var(--fg1);border:1px solid var(--border1);background:0 0}.kyc-btn--ghost:hover{border-color:var(--border-strong)}.kyc-btn--link{color:var(--fg1);background:0 0;border-bottom:1px solid;border-radius:0;align-self:center;width:auto;height:auto;padding:0;font-size:13.5px;font-weight:500}.kyc-btn--link:hover{color:var(--accent-blue)}.kyc-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite kyc-spin}@keyframes kyc-spin{to{transform:rotate(360deg)}}.kyc-microcopy{color:var(--fg2);margin:8px 0 0;font-size:12.5px;line-height:1.55}.kyc-microcopy--center{text-align:center;margin-top:18px}.kyc-microcopy a{color:var(--accent-blue);border-bottom:1px solid}.kyc-card__foot{border-top:1px solid var(--border1);flex-direction:column;gap:4px;margin-top:28px;padding-top:24px;display:flex}.kyc-foot-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--accent-teal);font-size:10.5px;font-weight:500}.kyc-foot-text{color:var(--fg2);font-size:13px;line-height:1.55}.kyc-state{text-align:left;animation:kyc-fade-up .5s var(--easing) both;flex-direction:column;display:flex}@keyframes kyc-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kyc-state__icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:22px;display:inline-flex}.kyc-state__icon--ok{color:var(--accent-teal);background:#2eb8aa1a;border:1px solid #2eb8aa40}.kyc-state__icon--warn{color:#cb7b0b;background:#f2930d1a;border:1px solid #f2930d4d}.kyc-state__lede{color:var(--fg2);margin:8px 0 24px;font-size:14.5px;line-height:1.6}.kyc-state__lede strong{color:var(--fg1);font-weight:600}.kyc-state__actions{align-items:center;gap:14px;margin-top:8px;display:flex}.kyc-state__actions--stack{flex-direction:column;align-items:stretch}.kyc-timer{background:var(--bg1);border:1px solid var(--border1);border-radius:12px;margin-bottom:24px;padding:14px 16px}.kyc-timer__row{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.kyc-timer__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--fg2);font-size:11px}.kyc-timer__value{font-family:var(--font-mono);letter-spacing:-.01em;color:var(--fg1);font-size:22px;font-weight:600}.kyc-timer__bar{background:var(--border1);border-radius:9999px;height:4px;overflow:hidden}.kyc-timer__fill{background:var(--accent-teal);border-radius:9999px;height:100%;transition:width 1s linear}@media (max-width:1080px){.kyc-shell{grid-template-columns:1fr;gap:56px;padding:40px 32px}.kyc-col--hero{padding-right:0}.kyc-h1{max-width:22ch}}@media (max-width:640px){.kyc-shell{padding:28px 20px}.kyc-card{border-radius:18px;padding:32px 24px 28px}.kyc-h1{font-size:2rem}.kyc-trust{flex-wrap:wrap;gap:10px 14px}.kyc-foot{flex-wrap:wrap;gap:10px}}
