:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#1c2338;background:#f4f6fb;font-synthesis:none}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}button,input{font:inherit}button{cursor:pointer}.portal-body{min-height:100vh}.portal-shell{position:relative;min-height:100vh;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(44px,7vw,112px);padding:clamp(44px,7vw,96px);overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(95,111,243,.18),transparent 33%),radial-gradient(circle at 86% 78%,rgba(116,83,240,.14),transparent 34%),linear-gradient(140deg,#f9faff,#eef1fa 54%,#f8f7ff)}.portal-shell:before,.portal-shell:after{content:"";position:absolute;border:1px solid rgba(83,101,190,.12);border-radius:50%;pointer-events:none}.portal-shell:before{width:510px;height:510px;top:-290px;right:-120px}.portal-shell:after{width:360px;height:360px;bottom:-240px;left:26%}.portal-hero,.portal-panel{position:relative;z-index:1}.portal-hero{max-width:650px}.portal-badge{display:flex;align-items:center;gap:12px;color:#5f687e;font-size:16px;font-weight:650;letter-spacing:.03em}.portal-badge span{padding:9px 12px;border-radius:11px;color:#fff;background:linear-gradient(135deg,#506ff2,#8259ed);box-shadow:0 9px 24px #4f6ef23d}.portal-hero h1{max-width:640px;margin:34px 0 22px;font-size:clamp(48px,5.2vw,76px);line-height:1.08;letter-spacing:-.055em;color:#171e35}.portal-hero>p{max-width:600px;margin:0;color:#707990;font-size:19px;line-height:1.85}.portal-feature-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.portal-feature-list span{padding:10px 15px;border:1px solid rgba(90,105,174,.14);border-radius:999px;color:#566078;background:#ffffffad;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.portal-feature-list span:before{content:"✓";margin-right:7px;color:#4f6ef2}.portal-panel{width:100%;max-width:700px;justify-self:end}.unlock-card,.navigation-card{border:1px solid rgba(98,111,164,.14);border-radius:28px;background:#ffffffe8;box-shadow:0 30px 80px #1f274e24;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.unlock-card{max-width:540px;margin-left:auto;padding:46px}.navigation-card{padding:36px}.lock-mark{width:58px;height:58px;display:grid;place-items:center;margin-bottom:26px;border-radius:19px;color:#fff;font-size:25px;background:linear-gradient(145deg,#506ff2,#7c59ed);box-shadow:0 15px 35px #4f6ef24d}.eyebrow{margin:0 0 9px;color:#6677d8;font-size:12px;font-weight:800;letter-spacing:.16em}.portal-panel h2{margin:0;color:#1b2237;font-size:31px;letter-spacing:-.025em}.panel-copy{margin:13px 0 28px;color:#7a8296;font-size:14px;line-height:1.7}.unlock-card label{display:block;margin-bottom:9px;color:#444d63;font-size:13px;font-weight:700}.password-field{height:52px;display:flex;align-items:center;border:1px solid #dfe3ed;border-radius:13px;background:#f9faff;transition:border-color .2s,box-shadow .2s}.password-field:focus-within{border-color:#607bf1;box-shadow:0 0 0 4px #4f6ef21a}.password-field input{min-width:0;flex:1;height:100%;padding:0 16px;border:0;outline:0;color:#252c42;background:transparent}.show-password{height:100%;padding:0 16px;border:0;color:#6472c6;background:transparent;font-size:13px}.primary-action{width:100%;height:52px;margin-top:17px;border:0;border-radius:13px;color:#fff;background:linear-gradient(135deg,#4f6ef2,#7059e8);font-weight:700;box-shadow:0 13px 28px #4f6ef23d}.primary-action:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.portal-error{margin:13px 0 0;color:#d84455;font-size:13px;line-height:1.55}.navigation-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.lock-again{padding:8px 12px;border:0;border-radius:9px;color:#687188;background:#f0f2f7;font-size:12px}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.role-card{position:relative;min-height:112px;display:flex;align-items:center;gap:14px;padding:18px;overflow:hidden;text-align:left;border:1px solid #e9ebf2;border-radius:17px;color:#252d43;background:#fff;transition:transform .18s,border-color .18s,box-shadow .18s}.role-card:hover{transform:translateY(-2px);border-color:#cdd5f7;box-shadow:0 12px 25px #2b335817}.role-card:disabled{cursor:wait;opacity:.65}.role-icon{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#516eed;background:#edf1ff;font-size:23px;font-weight:750}.role-content{min-width:0;display:flex;flex-direction:column}.role-content strong{color:#283047;font-size:16px}.role-content small{margin-top:4px;color:#68728b;font-size:12px}.role-content em{margin-top:7px;overflow:hidden;color:#9aa1b0;font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.role-arrow{position:absolute;top:14px;right:14px;color:#a7adbb;font-size:15px}.role-card.blue .role-icon{color:#2083c9;background:#eaf7ff}.role-card.violet .role-icon{color:#7652df;background:#f1edff}.role-card.coral .role-icon{color:#e05d75;background:#fff0f3}.role-card.green .role-icon{color:#158967;background:#e9faf4}@media(max-width:1000px){.portal-shell{grid-template-columns:1fr;align-content:center;padding:42px 24px}.portal-hero{max-width:700px;margin:0 auto;text-align:center}.portal-hero h1{margin-left:auto;margin-right:auto;font-size:clamp(40px,8vw,62px)}.portal-hero>p{margin:0 auto}.portal-badge,.portal-feature-list{justify-content:center}.portal-panel{max-width:700px;justify-self:center}.unlock-card{margin:0 auto}}@media(max-width:620px){.portal-shell{align-content:start;gap:34px;padding:30px 16px}.portal-hero h1{margin-top:22px;font-size:40px}.portal-hero>p{font-size:16px}.portal-feature-list{display:none}.unlock-card,.navigation-card{padding:25px 20px;border-radius:21px}.role-grid{grid-template-columns:1fr}}
