:root{--bg:#eef1f6;--surface:#ffffff;--line:#e4e8ee;--line-2:#d3d9e2;--text:#111828;--muted:#5c6675;--faint:#98a2b3;--tur:#0f9e90;--tur-hi:#13b3a3;--tur-deep:#0b7d72;--on-tur:#ffffff;--gold:#e8a200;--red:#d93a34}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}:focus-visible{outline:2px solid var(--tur);outline-offset:2px;border-radius:8px}.split{display:grid;grid-template-columns:1.05fr .95fr;min-height:100vh}@media(max-width:920px){.split{grid-template-columns:1fr}.brand{display:none}}.brand{position:relative;overflow:hidden;color:#fff;padding:54px 56px;display:flex;flex-direction:column;background:linear-gradient(152deg,var(--tur-hi) 0%,var(--tur-deep) 100%)}.brand .art{position:absolute;pointer-events:none}.brand .art.a1{right:-170px;top:-150px;width:520px;height:520px;opacity:.16;transform:rotate(12deg)}.brand .art.a2{left:-120px;bottom:-210px;width:520px;height:520px;opacity:.1;transform:rotate(-30deg)}.b-top{position:relative;display:flex;align-items:center;gap:13px}.b-top img{width:50px;height:50px;object-fit:contain;border-radius:13px;background:#0a0a0a;padding:5px;border:1px solid rgba(255,255,255,.22);flex:0 0 auto}.b-top .brand-mark{width:50px;height:50px;flex:0 0 auto;position:static}.mini-mark{display:inline-flex;width:44px;height:44px;border-radius:11px;padding:6px;flex:0 0 auto;background:linear-gradient(152deg,var(--tur-hi),var(--tur-deep))}.mini-mark svg{width:100%;height:100%}.b-top .t{display:flex;flex-direction:column;line-height:1.16}.b-top .t b{font-family:Sora,sans-serif;font-weight:700;font-size:17px;letter-spacing:-.01em}.b-top .t span{font-size:12px;color:#ffffffbf}.b-mid{position:relative;margin-top:auto;margin-bottom:auto;max-width:420px}.b-rule{width:44px;height:3px;border-radius:3px;background:var(--gold);margin-bottom:22px}.b-mid h2{font-family:Sora,sans-serif;font-weight:700;font-size:32px;line-height:1.2;letter-spacing:-.02em;margin:0 0 15px;text-wrap:balance}.b-mid p{font-size:15px;line-height:1.65;color:#ffffffd9;margin:0}.b-foot{position:relative;display:flex;align-items:center;gap:9px;font-size:12.5px;color:#ffffffb8}.b-foot .dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}.pane{position:relative;display:flex;align-items:center;justify-content:center;padding:44px 34px;background:var(--bg)}.card{width:100%;max-width:392px}.tribar{display:flex;height:5px;width:56px;border-radius:3px;overflow:hidden;margin-bottom:22px}.tribar i{flex:1}.tribar i:nth-child(1){background:var(--tur)}.tribar i:nth-child(2){background:var(--gold)}.tribar i:nth-child(3){background:var(--red)}.mini{display:none;align-items:center;gap:11px;margin-bottom:22px}.mini img{width:44px;height:44px;object-fit:contain;border-radius:11px;background:#0a0a0a;padding:4px;border:1px solid var(--line-2)}.mini b{font-family:Sora,sans-serif;font-weight:700;font-size:16px}@media(max-width:920px){.mini{display:flex}}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tur-deep);margin-bottom:9px}h1{font-family:Sora,sans-serif;font-weight:700;font-size:26px;letter-spacing:-.02em;margin:0 0 7px;text-wrap:balance}.sub{color:var(--muted);font-size:14px;margin-bottom:24px}form{display:flex;flex-direction:column}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}.field label{font-size:12.5px;font-weight:600}.ipt{position:relative;display:flex;align-items:center}.ipt svg{position:absolute;left:13px;width:17px;height:17px;color:var(--faint);pointer-events:none;transition:color .15s}.ipt:focus-within svg{color:var(--tur)}.ipt input{width:100%;height:48px;padding:0 14px 0 40px;border-radius:12px;border:1px solid var(--line-2);background:var(--surface);color:var(--text);font-size:14px;font-family:inherit;transition:border-color .15s,box-shadow .15s}.ipt input::placeholder{color:var(--faint)}.ipt input:focus{outline:none;border-color:var(--tur);box-shadow:0 0 0 4px #0f9e9024}.ipt.has-eye input{padding-right:44px}.eye{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:34px;height:34px;padding:0;border:0;background:transparent;color:var(--faint);border-radius:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.eye:hover{color:var(--tur);background:#0f9e9014}.eye svg{position:static;width:19px;height:19px;color:currentColor}.eye .off,.eye.is-on .on{display:none}.eye.is-on .off{display:block}.row{display:flex;align-items:center;justify-content:space-between;margin:5px 0 22px}.toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13.5px;color:var(--muted)}.toggle input{appearance:none;-webkit-appearance:none;margin:0;flex:0 0 auto;cursor:pointer;position:relative;width:38px;height:22px;border-radius:999px;background:var(--line-2);border:1px solid var(--line-2);transition:background .18s,border-color .18s}.toggle input:before{content:"";position:absolute;top:50%;left:2px;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #10182847;transition:left .18s}.toggle input:checked{background:var(--tur);border-color:var(--tur)}.toggle input:checked:before{left:calc(100% - 18px)}.btn{height:49px;border:0;border-radius:12px;color:var(--on-tur);font-weight:700;font-size:14.5px;font-family:Sora,sans-serif;letter-spacing:.01em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(180deg,var(--tur-hi),var(--tur));box-shadow:0 10px 22px -9px #0f9e9099;transition:filter .15s,transform .05s}.btn:hover{filter:brightness(1.05)}.btn:active{transform:translateY(1px)}.btn[disabled]{opacity:.8;cursor:default}.btn svg{width:16px;height:16px}.err{display:flex;gap:10px;align-items:flex-start;background:#fef3f2;color:#b42318;border:1px solid #fecdca;border-radius:12px;padding:11px 13px;font-size:13px;font-weight:500;margin-bottom:18px}.err svg{width:17px;height:17px;flex:0 0 17px;margin-top:1px}.legal{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:8px;font-size:12px;color:var(--faint)}.legal .lock{width:13px;height:13px;flex:0 0 auto;color:var(--tur)}.spin{display:inline-block;width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spin{animation:none}*{transition:none!important}}
