:root{color-scheme:light;--access-ink:#132541;--access-muted:#5d6c82;--access-blue:#175cd3;--access-line:#d7e0ec;--access-bg:#f4f7fc}
*{box-sizing:border-box}
body{margin:0;background:var(--access-bg);color:var(--access-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:var(--access-blue);text-underline-offset:4px;text-decoration:none}
a:hover{text-decoration:underline}
button,input,select{font:inherit}
button,a,input,select{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #3387ed;outline-offset:4px}
.access-header{max-width:1504px;margin:auto;height:86px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.access-brand{display:flex;align-items:center;flex-shrink:0}
.access-brand img{display:block;width:122px;height:auto}
.access-header-label{display:flex;align-items:center;gap:8px;color:#4f627d;font-size:.8rem;font-weight:600}
.access-header-label svg{width:17px;height:17px;stroke:#4675ac}
.access-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;max-width:1440px;margin:0 auto 20px;padding:12px;background:#fff;border:1px solid #e1e8f1;border-radius:28px;box-shadow:0 12px 48px #18396608;min-height:calc(100svh - 148px)}
.access-form-panel{display:flex;align-items:center;justify-content:center;min-width:0;padding:48px 40px}
.access-form-inner{width:100%;max-width:400px;outline:none;animation:access-arrive .45s ease both}
.access-register .access-form-inner{max-width:490px}
.access-register .access-form-panel{padding-block:32px}
.access-eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 14px;font-size:.7rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase;color:#35629b}
.access-eyebrow::before{content:"";width:22px;height:2px;background:#2480e4}
.access-heading{font-size:clamp(1.9rem,2.7vw,2.5rem);line-height:1.16;letter-spacing:-.045em;font-weight:750;margin:0 0 10px}
.access-caption{margin:0 0 27px;color:var(--access-muted);font-size:.925rem;line-height:1.65;max-width:42ch}
.access-broker-labels{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;margin:0 0 27px;color:#556a86;font-size:.75rem;font-weight:500;line-height:1.6}
.access-broker-labels span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.access-broker-labels span::before{content:"";width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#2675d1}
.access-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f0f4fa;border:1px solid #e8edf5;border-radius:12px;margin-bottom:26px;gap:4px}
.access-tabs a{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px;color:#607089;font-size:.85rem;font-weight:650;border-radius:8px;text-decoration:none}
.access-tabs a[aria-current="page"]{color:#154eaa;background:#fff;box-shadow:0 2px 7px #1b416515}
.access-tabs a:hover{color:#154eaa;background:#ffffffa6}
.access-form{display:grid;gap:19px}
.access-register .access-form{gap:16px}
.access-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}
.access-phone{grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr)}
.access-field{min-width:0}
.access-label{display:block;margin:0 0 7px;font-size:.8125rem;font-weight:650;color:#293f5b}
.access-input{display:block;width:100%;min-width:0;height:50px;padding:12px 14px;border:1px solid var(--access-line);border-radius:10px;background:#fcfdff;color:var(--access-ink);font-size:1rem;transition:border-color .15s,box-shadow .15s,background .15s}
.access-input::placeholder{color:#78869a;opacity:1;font-size:.875rem}
.access-input:hover{border-color:#aabdd4}
.access-input:focus{border-color:#2474db;outline:none;background:#fff;box-shadow:0 0 0 4px #2474db12}
.access-input.is-invalid,.access-input[aria-invalid="true"]{border-color:#c54559}
select.access-input{padding-right:30px;text-overflow:ellipsis}
.access-password{position:relative}
.access-password .access-input{padding-right:63px}
.access-reveal{position:absolute;right:4px;top:5px;bottom:5px;padding:0 10px;color:#47648a;border:0;border-radius:6px;background:transparent;font-size:.75rem;font-weight:700;cursor:pointer}
.access-reveal:hover{color:var(--access-blue);background:#edf4fd}
.access-between{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.8125rem}
.access-between a{font-weight:600}
.access-check{display:flex;align-items:flex-start;gap:10px;font-size:.8125rem;line-height:1.55;color:#435570}
.access-check input{flex:0 0 18px;width:18px;height:18px;margin:1px 0 0;accent-color:var(--access-blue);cursor:pointer}
.access-check label{cursor:pointer}
.access-submit{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:50px;padding:13px 18px;border:1px solid #175cd3;border-radius:10px;background:#175cd3;color:#fff;font-size:.9rem;font-weight:650;cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s;box-shadow:0 5px 14px #175cd320;text-align:center}
.access-submit::after{content:"";width:7px;height:7px;flex-shrink:0;border-right:1.5px solid currentColor;border-top:1.5px solid currentColor;transform:rotate(45deg)}
.access-submit:hover{background:#104aaf;transform:translateY(-1px);box-shadow:0 7px 18px #175cd329;text-decoration:none}
.access-submit:disabled{opacity:.75;cursor:wait;transform:none}
.access-submit:disabled::after{display:none}
.access-switch{margin:25px 0 0;padding-top:22px;border-top:1px solid #e5ebf3;text-align:center;font-size:.825rem;color:var(--access-muted)}
.access-switch a{font-weight:650;margin-left:3px}
.access-help{margin:6px 0 0;color:var(--access-muted);font-size:.75rem}
.access-error{display:block;margin-top:5px;color:#a12235;font-size:.8125rem}
.access-message{border-radius:10px;padding:13px 15px;margin-bottom:22px;font-size:.85rem;overflow-wrap:anywhere}
.access-message p{margin:0 0 5px;font-weight:650}
.access-message ul{margin:0;padding-left:18px}
.access-message-error{border:1px solid #efc7ce;background:#fff4f5;color:#972638}
.access-message-success{border:1px solid #bfe1d2;background:#effaf4;color:#216342}
.access-art{position:sticky;top:12px;align-self:start;isolation:isolate;height:calc(100svh - 174px);min-height:620px;max-height:1000px;overflow:hidden;border-radius:19px;background:#075cdb;color:#fff}
.access-art img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}
.access-art::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#052b644d 0%,transparent 48%,transparent 72%,#03296694 100%);z-index:-1;pointer-events:none}
.access-art-copy{position:absolute;left:clamp(24px,3.2vw,52px);right:28px;top:clamp(25px,3.4vw,54px)}
.access-art-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;color:#fff;font-size:.67rem;font-weight:600;letter-spacing:.17em}
.access-art-kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:#a1e9ff;box-shadow:0 0 0 4px #d8f5ff20}
.access-art h2{margin:0;font-size:clamp(1.9rem,3.1vw,3rem);font-weight:600;line-height:1.15;letter-spacing:-.04em;text-wrap:balance;max-width:12ch}
.access-art-footer{position:absolute;bottom:30px;left:clamp(24px,3.2vw,52px);right:clamp(24px,3.2vw,52px);display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:18px;border-top:1px solid #ffffff45;font-size:.75rem;color:#fff}
.access-art-footer span:last-child{letter-spacing:.12em;font-size:.6rem}
.access-footer{max-width:1440px;margin:auto;padding:0 20px 22px;display:flex;justify-content:space-between;gap:12px;color:#637189;font-size:.7rem}
.access-back{display:inline-flex;align-items:center;gap:8px;font-size:.825rem;font-weight:600}
.access-back::before{content:"";width:6px;height:6px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}
.access-state-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;background:#eef5ff;color:#2264bc;border:1px solid #dce9fc;border-radius:16px;margin-bottom:24px}
.access-state-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.access-note{margin:23px 0 0;padding:14px 16px;background:#f6f8fc;border:1px solid #e5ebf3;border-radius:10px;color:#5c6d84;font-size:.8125rem;line-height:1.65}
.access-text-button{padding:8px 12px;border:0;background:none;color:var(--access-blue);font-size:.825rem;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.access-secondary-form{margin-top:18px;text-align:center}
.access-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.access-skip{position:fixed;top:-100px;left:15px;z-index:10;background:#fff;border:1px solid var(--access-blue);padding:10px 16px;border-radius:6px}
.access-skip:focus{top:10px}
@keyframes access-arrive{from{opacity:.6;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1550px){.access-shell{min-height:calc(100svh - 168px);margin-top:10px}.access-art{height:calc(100svh - 194px)}}
@media(max-width:1490px){.access-shell{margin-inline:24px}.access-header{padding-inline:38px}.access-footer{padding-inline:38px}}
@media(max-width:1100px){.access-form-panel{padding:38px 26px}.access-art h2{font-size:2.1rem}.access-shell{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.access-register .access-grid{gap:12px}.access-art-kicker{margin-bottom:14px}}
@media(max-width:850px){.access-header{height:76px;padding-inline:28px}.access-shell{display:block;max-width:620px;margin:0 auto 20px;min-height:calc(100svh - 145px);border-radius:22px;padding:0}.access-art{display:none}.access-form-panel{min-height:inherit;padding:42px 40px}.access-form-inner{max-width:410px}.access-register .access-form-inner{max-width:500px}.access-footer{max-width:620px;padding-inline:8px}.access-heading{font-size:2rem}}
@media(max-width:660px){.access-shell{margin-inline:16px}.access-header{padding-inline:24px}.access-brand img{width:112px}.access-header-label{font-size:.7rem}.access-form-panel{padding:34px 24px}.access-footer{padding-inline:24px}.access-heading{font-size:1.95rem}.access-caption{font-size:.875rem}.access-register .access-form-panel{padding:30px 22px}}
@media(max-width:440px){.access-register .access-grid{grid-template-columns:minmax(0,1fr);gap:16px}.access-register .access-phone{grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr)}.access-heading{font-size:1.85rem}.access-tabs{margin-bottom:23px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
