*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gray: #4a4a4a;--gray-deep: #2e2e2e;--red: #c0392b;--red-hov: #a93226;--red-glow: rgba(192, 57, 43, .35);--white: #ffffff;--off-white: #f8f8f8;--border: #e4e4e4;--muted: #999999;--green: #2e7d32;--green-bg: #f0faf2;--amber: #f57f17;--amber-bg: #fff8e1;--panel-w: 400px;--radius: 12px;--ease-out: cubic-bezier(.22, 1, .36, 1)}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--gray);background:var(--gray-deep);-webkit-font-smoothing:antialiased}.split{display:flex;min-height:100vh}.brand-panel{width:var(--panel-w);flex-shrink:0;background:#f9f9f9;border-right:1px solid var(--border);position:relative;overflow:hidden;display:flex;flex-direction:column;padding:48px 40px}.brand-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(70px)}.brand-orb-1{width:380px;height:380px;background:radial-gradient(circle,rgba(192,57,43,.18) 0%,transparent 70%);top:-100px;left:-100px;animation:orbDrift1 14s ease-in-out infinite alternate}.brand-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(192,57,43,.1) 0%,transparent 70%);bottom:100px;right:-80px;animation:orbDrift2 18s ease-in-out infinite alternate}.brand-orb-3{width:200px;height:200px;background:radial-gradient(circle,rgba(74,74,74,.06) 0%,transparent 70%);top:55%;left:20%;animation:orbDrift3 10s ease-in-out infinite alternate}@keyframes orbDrift1{0%{transform:translate(0) scale(1)}to{transform:translate(60px,90px) scale(1.15)}}@keyframes orbDrift2{0%{transform:translate(0) scale(1.1)}to{transform:translate(-50px,-70px) scale(.9)}}@keyframes orbDrift3{0%{transform:translate(0);opacity:.5}to{transform:translate(-30px,40px);opacity:1}}.brand-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(0,0,0,.08) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.brand-panel:after{content:"";position:absolute;top:15%;right:0;width:3px;height:70%;background:linear-gradient(to bottom,transparent,var(--red),transparent);border-radius:2px 0 0 2px}.brand-logo{position:relative;z-index:1;height:42px;width:auto;object-fit:contain;object-position:left center}.brand-content{position:relative;z-index:1;margin-top:auto;padding-bottom:16px}.brand-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:20px}.brand-eyebrow-dot{width:6px;height:6px;background:var(--red);border-radius:50%;animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.brand-headline{font-size:38px;font-weight:700;line-height:1.15;color:var(--gray);letter-spacing:-.02em;margin-bottom:28px}.brand-headline em{font-style:normal;color:var(--red);position:relative}.brand-trust{display:flex;flex-direction:column;gap:12px}.brand-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.brand-trust-icon{width:18px;height:18px;flex-shrink:0;color:#bbb}.brand-barcode{position:absolute;bottom:0;left:0;right:0;height:80px;background:repeating-linear-gradient(90deg,rgba(0,0,0,.06) 0px,rgba(0,0,0,.06) 2px,transparent 2px,transparent 6px,rgba(0,0,0,.03) 6px,rgba(0,0,0,.03) 8px,transparent 8px,transparent 14px,rgba(0,0,0,.06) 14px,rgba(0,0,0,.06) 16px,transparent 16px,transparent 22px);mask-image:linear-gradient(to top,rgba(0,0,0,.5),transparent);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.5),transparent);pointer-events:none}.form-panel{flex:1;background:var(--off-white);display:flex;align-items:center;justify-content:center;padding:48px 32px;position:relative}.form-card{background:var(--white);border-radius:var(--radius);box-shadow:0 1px 3px #0000000f,0 8px 32px #00000014,0 0 0 1px #0000000a;padding:48px 44px;width:100%;max-width:480px}.step-indicator{display:flex;align-items:center;gap:0;margin-bottom:36px}.step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;transition:all .3s var(--ease-out);flex-shrink:0}.step-dot.active{background:var(--red);color:#fff}.step-dot.done{background:var(--green);color:#fff}.step-dot.upcoming{background:var(--border);color:var(--muted)}.step-line{flex:1;height:2px;background:var(--border);margin:0 4px;transition:background .4s ease}.step-line.done{background:var(--green)}.card-header{margin-bottom:32px}.card-title{font-size:22px;font-weight:700;color:var(--gray);letter-spacing:-.01em;margin-bottom:6px}.card-sub{font-size:14px;color:var(--muted);line-height:1.5}.field{margin-bottom:20px}label{display:block;font-size:13px;font-weight:600;color:var(--gray);margin-bottom:6px}input[type=text],input[type=email]{width:100%;height:44px;padding:0 14px;border:1.5px solid var(--border);border-radius:8px;font-size:15px;color:var(--gray);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none}input[type=text]:focus,input[type=email]:focus{border-color:var(--red);box-shadow:0 0 0 3px #c0392b1f}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;background:var(--red);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;margin-top:8px;letter-spacing:.01em}.btn-primary:hover:not(:disabled){background:var(--red-hov);box-shadow:0 4px 16px #c0392b4d}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:8px;font-size:13.5px;line-height:1.5;margin-bottom:20px}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:var(--green-bg);color:var(--green);border:1px solid #a7d7a9}.alert-info{background:var(--amber-bg);color:var(--amber);border:1px solid #fdd68a}.bank-helper{margin-top:24px;padding:14px;background:var(--off-white);border-radius:8px;border:1px solid var(--border);font-size:12.5px;color:var(--muted);line-height:1.6}.bank-helper strong{color:var(--gray)}.identity-locked{display:flex;align-items:center;justify-content:space-between;background:var(--green-bg);border:1px solid #a7d7a9;border-radius:8px;padding:10px 14px;margin-bottom:4px;gap:12px}.identity-locked-info{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:var(--gray);min-width:0}.identity-locked-edit{background:none;border:none;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;padding:2px 4px;flex-shrink:0;text-decoration:underline;text-underline-offset:2px}.identity-locked-edit:hover{color:var(--gray)}.stripe-element-wrap{margin-bottom:24px}.success-page{min-height:100vh;background:var(--off-white);display:flex;align-items:center;justify-content:center;padding:32px}.success-card{background:#fff;border-radius:var(--radius);box-shadow:0 1px 3px #0000000f,0 8px 32px #00000014,0 0 0 1px #0000000a;padding:64px 56px;max-width:520px;width:100%;text-align:center}.success-logo{height:36px;width:auto;margin-bottom:40px}.checkmark-wrap{margin:0 auto 32px;width:80px;height:80px}.checkmark-svg{width:80px;height:80px}.checkmark-circle{stroke:var(--red);stroke-width:3;stroke-dasharray:226;stroke-dashoffset:226;fill:none;transform-origin:center;animation:strokeDraw .7s cubic-bezier(.65,0,.45,1) .2s forwards}.checkmark-check{stroke:var(--red);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:55;stroke-dashoffset:55;fill:none;animation:strokeDraw .35s cubic-bezier(.65,0,.45,1) .85s forwards}@keyframes strokeDraw{to{stroke-dashoffset:0}}@keyframes successFadeIn{0%{opacity:0;transform:translateY(32px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.confetti-wrap{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.confetti-piece{position:absolute;width:8px;height:8px;top:-10px;border-radius:2px;animation:confettiFall linear forwards}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:0}}.success-title{font-size:26px;font-weight:700;color:var(--gray);letter-spacing:-.01em;margin-bottom:12px}.success-sub{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:36px}.success-sub strong{color:var(--gray)}.success-badges{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:40px}.success-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--muted);background:var(--off-white);border:1px solid var(--border);border-radius:100px;padding:5px 12px}.success-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.success-divider{height:1px;background:var(--border);margin:0 -56px 32px}.success-footer{font-size:12px;color:var(--muted);line-height:1.6}.status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--off-white);padding:32px}.status-card{background:#fff;border-radius:var(--radius);box-shadow:0 8px 32px #00000014,0 0 0 1px #0000000a;padding:56px 48px;max-width:440px;width:100%;text-align:center}.loading-dots{display:flex;justify-content:center;gap:8px;margin:24px 0}.loading-dot{width:10px;height:10px;border-radius:50%;background:var(--red);animation:dotBounce 1.2s ease-in-out infinite}.loading-dot:nth-child(2){animation-delay:.15s}.loading-dot:nth-child(3){animation-delay:.3s}@keyframes dotBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@media (max-width: 800px){.split{flex-direction:column}.brand-panel{width:100%;min-height:220px;padding:32px 28px}.brand-content{margin-top:24px}.brand-headline{font-size:28px}.form-card{padding:36px 28px}.success-card{padding:48px 32px}.success-divider{margin:0 -32px 28px}}
