:root{--auth-ink:#20243a;--auth-blue:#1178f2;--auth-coral:#f26f72;--auth-purple:#9b6de3;--auth-line:#e3e8f2;--auth-muted:#78839a}
.access-page{min-height:100vh;padding:18px 20px 16px;background:radial-gradient(circle at 12% 12%,#fff 0,#fff0 30%),linear-gradient(135deg,#edf4ff 0%,#f2f1ff 52%,#faefff 100%);color:var(--auth-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;display:flex;flex-direction:column;overflow:hidden;position:relative}
.access-page *{box-sizing:border-box}.access-page a{text-decoration:none}
.access-nav{width:min(1120px,100%);height:64px;margin:0 auto;padding:0 10px 0 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ffffffc7;border-radius:18px;background:#ffffffe0;box-shadow:0 14px 40px #506a9410;backdrop-filter:blur(18px);position:relative;z-index:5}
.access-brand{display:flex;align-items:center;gap:10px;color:var(--auth-ink);font-size:14px;font-weight:800}.access-brand .logo-mark{width:32px;height:32px;border-radius:10px}
.access-home{height:42px;padding:0 14px 0 11px;display:flex;align-items:center;gap:7px;border:1px solid var(--auth-line);border-radius:12px;background:#fff;color:#667187;font-size:11px;font-weight:750;transition:transform .2s,border-color .2s,color .2s,box-shadow .2s}.access-home svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.access-home:hover{color:var(--auth-blue);border-color:#bcd8fb;box-shadow:0 8px 20px #1178f214;transform:translateX(-2px)}
.access-stage{width:min(1120px,100%);margin:16px auto 0;padding:56px 24px;min-height:calc(100vh - 140px);border:1px solid #ffffffa8;border-radius:30px;background:radial-gradient(circle at 50% 44%,#ffffffed 0,#ffffff9e 34%,#ffffff20 65%);display:grid;place-items:center;position:relative;isolation:isolate}
.access-stage:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:radial-gradient(#7184a718 1px,transparent 1px);background-size:19px 19px;mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 75%,transparent);z-index:-2}
.access-orb{position:absolute;border-radius:50%;filter:blur(1px);z-index:-1}.access-orb-one{width:260px;height:260px;left:-90px;top:18%;background:#a7d0ff40}.access-orb-two{width:300px;height:300px;right:-115px;bottom:-105px;background:#dcbaff4d}
.access-card{width:min(480px,100%);padding:39px 40px 30px;border:1px solid #fff;border-radius:24px;background:#fffffff2;box-shadow:0 30px 80px #455b831c,0 3px 12px #455b8308;backdrop-filter:blur(22px);position:relative;z-index:2}.access-card-wide{width:min(580px,100%)}
.access-card-heading{text-align:center}.access-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #dce8fa;border-radius:999px;background:#f7faff;color:#71809a;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.access-kicker i{width:7px;height:7px;border-radius:50%;background:var(--auth-blue);box-shadow:0 0 0 4px #1178f214}.access-card h1{margin-top:16px;font-family:Georgia,"Times New Roman",serif;font-size:38px;line-height:1.05;letter-spacing:-.045em}.access-card-heading>p{max-width:420px;margin:11px auto 0;color:var(--auth-muted);font-size:12px;line-height:1.65}
.access-form{margin-top:25px}.access-form label{display:block;margin-top:14px}.access-form label:first-child{margin-top:0}.access-form label>span{display:block;margin:0 0 7px;color:#505b70;font-size:10px;font-weight:750}.access-form input{width:100%;height:48px;padding:0 14px;border:1px solid #dce2ed;border-radius:11px;background:#fbfcff;color:var(--auth-ink);font:inherit;font-size:12px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.access-form input::placeholder{color:#a8b0c0}.access-form input:hover{border-color:#c5cfdf;background:#fff}.access-form input:focus{border-color:#73aef4;background:#fff;box-shadow:0 0 0 4px #1178f212}.access-form input[readonly]{color:#747e92;background:#f2f5f9;cursor:not-allowed}.access-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.access-form-row>label{margin-top:0}
.access-submit{width:100%;height:50px;margin-top:21px;padding:0 14px 0 18px;border:0;border-radius:12px;background:linear-gradient(135deg,#167ff5,#0868da);color:#fff;display:flex;align-items:center;justify-content:space-between;font:inherit;font-size:12px;font-weight:800;box-shadow:0 12px 26px #1178f229;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.access-submit svg{width:28px;height:28px;padding:6px;border-radius:8px;background:#ffffff1c;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.access-submit:hover{transform:translateY(-2px);box-shadow:0 16px 31px #1178f23b}.access-submit:active{transform:translateY(0)}
.access-switch{margin-top:22px;padding-top:19px;border-top:1px solid #e9edf4;display:flex;align-items:center;justify-content:center;gap:6px;color:#8a93a5;font-size:10px}.access-switch a{color:var(--auth-blue);font-weight:800}.access-switch a:hover{text-decoration:underline}
.access-error{margin:20px 0 -5px;padding:11px 12px;display:flex;align-items:flex-start;gap:9px;border:1px solid #ffd3ca;border-radius:11px;background:#fff5f2;color:#9f4736}.access-error>span{width:19px;height:19px;flex:none;display:grid;place-items:center;border-radius:50%;background:#f26f72;color:#fff;font-size:10px;font-weight:900}.access-error p{font-size:10px;line-height:1.55}.access-error a{color:inherit;font-weight:850;text-decoration:underline}
.access-note{position:absolute;z-index:1;width:195px;padding:13px 14px;display:flex;align-items:center;gap:10px;border:1px solid #fff;border-radius:15px;background:#ffffffc9;box-shadow:0 17px 38px #52668717;backdrop-filter:blur(14px);transform:rotate(-2deg)}.access-note-left{left:6%;top:34%}.access-note-right{right:5%;bottom:29%;transform:rotate(2deg)}.access-note>div{min-width:0;display:flex;flex-direction:column}.access-note b{font-size:9px}.access-note small{margin-top:3px;color:#8993a5;font-size:7px;white-space:nowrap}.access-note-dot{width:12px;height:12px;flex:none;border-radius:50%;box-shadow:0 0 0 5px #f26f7214}.access-note-dot.coral{background:var(--auth-coral)}.access-note-dot.blue{background:var(--auth-blue);box-shadow:0 0 0 5px #1178f214}.access-note-check,.access-note-spark{width:28px;height:28px;flex:none;display:grid;place-items:center;border-radius:9px;background:#e9f9df;color:#55a03c;font-size:13px;font-weight:900}.access-note-spark{background:#f1eaff;color:var(--auth-purple)}
.access-footnote{margin:12px auto 0;color:#8993a7;font-size:8px;font-weight:650;letter-spacing:.03em;text-align:center}
@media(max-width:900px){.access-note{display:none}.access-stage{padding:45px 20px}.access-card{width:min(520px,100%)}}
@media(max-width:600px){.access-page{padding:10px}.access-nav{height:58px;border-radius:15px}.access-home{height:38px;padding:0 11px}.access-stage{min-height:calc(100vh - 102px);margin-top:8px;padding:22px 10px;border-radius:21px;background:#ffffff4f}.access-card{padding:31px 22px 24px;border-radius:20px}.access-card h1{font-size:33px}.access-card-heading>p{font-size:11px}.access-form-row{grid-template-columns:1fr}.access-form-row label+label{margin-top:14px}.access-footnote{display:none}}
@media(max-width:390px){.access-card{padding-left:17px;padding-right:17px}.access-switch{flex-direction:column;gap:4px}}
@media(prefers-reduced-motion:reduce){.access-home,.access-submit{transition:none}}
