:root{--navy:#18366f;--blue:#2868a6;--ink:#17243b;--muted:#60708a;--bg:#f1f5fb;--line:#dce4ef;--soft:#eaf2ff;--danger:#b83b45;--success:#167356}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.backdrop{position:fixed;border-radius:50%;background:#dce5f2;opacity:.6;z-index:-1}.orb-left{width:360px;height:430px;left:-145px;top:-15px}.orb-right{width:360px;height:360px;right:-145px;bottom:-115px}.brand{display:flex;justify-content:center;gap:10px;align-items:center;padding:72px 0 30px;color:#20364b}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border:3px solid #2871ab;color:#2871ab;font-weight:800;font-size:13px}.brand strong{font-size:16px;line-height:13px;letter-spacing:.2px}.brand small{display:block;color:#6f7d8d;font-size:7px;letter-spacing:.65px;margin-top:3px}main{display:grid;place-items:center;padding:0 16px 25px}.card{width:min(100%,500px);background:#fff;border:1px solid #e7edf5;border-radius:27px;box-shadow:0 15px 35px #233d6612;overflow:hidden}.content{padding:30px 28px 28px}.step{font-size:12px;color:var(--blue);font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px}.title{font-size:24px;line-height:1.2;margin:0 0 8px;color:#1c3567}.sub{color:var(--muted);line-height:1.55;margin:0 0 24px}.role-tabs{display:flex;background:#f5f7fa;border:1px solid #edf0f4;border-radius:10px;padding:3px;margin:18px 0 24px}.role-tabs button{flex:1;border:0;background:transparent;color:#455166;padding:8px 3px;border-radius:7px;font:inherit}.role-tabs button.active{background:var(--blue);color:#fff;box-shadow:0 2px 5px #234b8333}label{display:block;font-weight:750;font-size:11px;letter-spacing:.08em;color:#566276;margin:16px 0 7px;text-transform:uppercase}input{width:100%;border:1px solid #d7e0ec;background:#f8fbff;border-radius:8px;padding:13px 14px;font:inherit;color:var(--ink);outline-color:var(--blue)}.password-wrap{position:relative}.password-wrap button{position:absolute;right:8px;top:7px;border:0;background:transparent;color:var(--blue);padding:7px;font-size:12px}.row{display:flex;justify-content:space-between;align-items:center;gap:14px}.link{border:0;background:none;padding:0;color:#23639e;font:inherit;cursor:pointer;text-decoration:none}.primary,.secondary{border:0;border-radius:9px;padding:14px 18px;width:100%;font:700 15px inherit;cursor:pointer}.primary{background:var(--navy);color:#fff;margin-top:28px}.primary:hover{background:#102b5d}.secondary{background:#eef5ff;color:#1d548d;margin-top:10px}.notice{margin:0;background:#fff9eb;border:1px solid #f6e3ae;color:#69511b;padding:13px 16px;text-align:center;font-weight:650}.code{display:flex;gap:7px;justify-content:center;margin:25px 0}.code input{width:45px;height:54px;padding:0;text-align:center;font-size:24px;font-weight:700;background:#fff}.code.single input{width:100%;height:auto;padding:13px;text-align:left;font-size:15px;font-weight:400}.qr{display:grid;place-items:center;width:165px;height:165px;margin:18px auto;background:repeating-linear-gradient(90deg,#152c55 0 6px,#fff 6px 10px),repeating-linear-gradient(#152c55 0 7px,#fff 7px 13px);background-blend-mode:multiply;border:10px solid white;outline:1px solid var(--line)}.manual{background:#f5f8fc;border-radius:9px;padding:12px;text-align:center;font-family:monospace;letter-spacing:.14em;font-weight:700}.panel{border:1px solid var(--line);background:#fbfdff;padding:16px;border-radius:12px;margin:17px 0}.panel strong{display:block;margin-bottom:5px}.good{color:var(--success)}.error{color:var(--danger);font-size:13px;margin:12px 0 0}.codes{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:18px 0}.codes code{padding:8px;background:#f4f7fb;border-radius:6px;color:#203b6b}.actions{display:flex;gap:10px}.actions button{margin-top:18px}.settings{border-top:1px solid var(--line);padding:22px 28px;background:#fbfdff}.settings h3{margin:0 0 4px}.settings p{color:var(--muted);margin:0 0 14px;line-height:1.5}.settings .secondary{margin:0}.signed{padding:42px 30px;text-align:center}.signed .check{display:grid;place-items:center;margin:0 auto 18px;width:52px;height:52px;background:#e6f7f0;color:var(--success);border-radius:50%;font-size:27px;font-weight:800}footer{text-align:center;color:#6e7a8c;font-size:12px;padding:0 10px 35px}@media(max-width:540px){.brand{padding:28px 0 22px}.card{border-radius:20px}.content{padding:26px 20px}.role-tabs{display:none}.mobile-badge{display:inline-block;background:#e6f1ff;color:#1f5d99;padding:5px 9px;border-radius:20px;font-size:11px;font-weight:750;margin-bottom:11px}.code input{width:39px;height:49px}.settings{padding:20px}.actions{flex-direction:column}.actions button{margin-top:0}.codes{grid-template-columns:1fr}.orb-left{width:240px;height:310px}}
