.cheai-root .onb-shell{z-index:2;background:var(--auth-card);border:1px solid var(--line-2);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:24px;grid-template-columns:1fr;width:100%;max-width:560px;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 120px -40px #000000b3,inset 0 1px #ffffff0f}.cheai-root .onb-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.cheai-root .onb-top .logo{font-size:18px}.cheai-root .onb-top .logo svg,.cheai-root .onb-top .logo img{width:25px;height:25px;display:block}.cheai-root .onb-top-links{align-items:center;gap:8px;display:flex}.cheai-root .onb-body{padding:28px 24px 32px}.cheai-root .onb-progress{margin-bottom:26px}.cheai-root .onb-progress-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.cheai-root .onb-progress-label{font-family:var(--f-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--blue-lt);font-size:11.5px}.cheai-root .onb-progress-count{font-family:var(--f-mono);letter-spacing:.08em;color:var(--ink-dim);font-size:11.5px}.cheai-root .onb-segments{gap:6px;display:flex}.cheai-root .onb-segments .seg{background:var(--track);border-radius:99px;flex:1;height:5px;transition:background .3s,box-shadow .3s}.cheai-root .onb-segments .seg.done{background:linear-gradient(90deg, var(--blue), var(--blue-2));box-shadow:0 0 0 1px #2d8cff66}.cheai-root .onb-segments .seg.current{background:linear-gradient(90deg, var(--blue-lt), var(--blue));box-shadow:0 0 14px -2px var(--glow)}.cheai-root .onb-head{margin-bottom:24px}.cheai-root .onb-head h1{font-family:var(--f-display);letter-spacing:-.02em;color:var(--ink);font-size:26px;font-weight:600;line-height:1.12}.cheai-root .onb-head .sub{color:var(--ink-dim);margin-top:10px;font-size:14px;line-height:1.55}.cheai-root .onb-form{flex-direction:column;gap:4px;display:flex}.cheai-root .field select{background:var(--auth-input);border:1px solid var(--line-2);width:100%;color:var(--ink);font-family:var(--f-body);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7793' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:12px;padding:14px 40px 14px 16px;font-size:16px;transition:border-color .2s,background-color .2s,box-shadow .2s}.cheai-root .field select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px #2d8cff21}.cheai-root .field select option{color:#0c1730}.cheai-root .onb-group{margin-bottom:18px}.cheai-root .onb-group>.onb-group-label{color:var(--ink-soft);margin-bottom:10px;font-size:13px;font-weight:600;display:block}.cheai-root .onb-choices{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cheai-root .onb-choices.stack{grid-template-columns:1fr}.cheai-root .onb-choice{border:1px solid var(--line-2);background:var(--panel);color:var(--ink-soft);cursor:pointer;border-radius:12px;align-items:center;gap:11px;padding:13px 14px;font-size:14px;font-weight:600;transition:border-color .2s,background .2s,color .2s,box-shadow .2s,transform .15s;display:flex;position:relative}.cheai-root .onb-choice:hover{border-color:var(--blue);transform:translateY(-1px)}.cheai-root .onb-choice input{opacity:0;width:0;height:0;position:absolute}.cheai-root .onb-choice .tick{border:1.5px solid var(--line-2);color:#0000;border-radius:6px;flex:none;place-items:center;width:22px;height:22px;transition:all .2s;display:grid}.cheai-root .onb-choice.radio .tick{border-radius:999px}.cheai-root .onb-choice input:checked~.tick{background:linear-gradient(180deg, var(--blue), var(--blue-2));color:#fff;border-color:#0000}.cheai-root .onb-choice input:checked~.ctext{color:var(--ink)}.cheai-root .onb-choice:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 1px #2d8cff40, 0 10px 26px -16px var(--glow);background:#2d8cff12}.cheai-root .onb-choice input:focus-visible~.tick{box-shadow:0 0 0 4px #2d8cff33}.cheai-root .onb-choice .ctext{line-height:1.35}.cheai-root .onb-actions{grid-template-columns:.8fr 1.2fr;gap:10px;margin-top:14px;display:grid}.cheai-root .onb-actions .btn{justify-content:center;width:100%}.cheai-root .onb-actions.single{grid-template-columns:1fr}.cheai-root .onb-error{color:#ff9a9a;background:#ff7a7a1a;border:1px solid #ff7a7a4d;border-radius:12px;align-items:center;gap:9px;margin:4px 0 8px;padding:12px 14px;font-size:13.5px;display:flex}.cheai-root .onb-error:before{content:"";background:#ff7a7a;border-radius:999px;flex:none;width:7px;height:7px}html[data-theme=light] .cheai-root .onb-error{color:#c62f2f;background:#c62f2f14;border-color:#c62f2f40}html[data-theme=light] .cheai-root .onb-error:before{background:#c62f2f}.cheai-root .onb-notice{color:var(--ink-soft);margin:4px 0 8px;font-size:13.5px}.cheai-root .onb-foot{text-align:center;color:var(--ink-dim);margin-top:22px;font-size:14px}.cheai-root .onb-foot a,.cheai-root .onb-foot .onb-linkbtn{color:var(--blue-lt);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.cheai-root .onb-foot .onb-linkbtn:disabled{cursor:not-allowed;opacity:.6}.cheai-root .onb-otp{--input-bg:var(--auth-input);--input-border-color:var(--line-2);--input-text-color:var(--ink);--input-focus-color:var(--blue);--input-focus-ring:#2d8cff33;justify-content:center;margin:4px 0 18px;display:flex}@media (min-width:860px){.cheai-root .onb-shell{border-radius:28px;max-width:600px}.cheai-root .onb-top{padding:20px 30px}.cheai-root .onb-body{padding:40px 44px 44px}.cheai-root .onb-head h1{font-size:30px}}@media (max-width:440px){.cheai-root .onb-choices,.cheai-root .onb-actions{grid-template-columns:1fr}}

.cheai-root{isolation:isolate;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;min-height:100dvh;position:relative}html[data-theme=light] .cheai-root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.cheai-root:after{content:"";z-index:-2;background:var(--bg);pointer-events:none;position:fixed;inset:0}.cheai-root input,.cheai-root textarea,.cheai-root select,.cheai-root button{font-family:inherit}.cheai-root .g-spin{border:2px solid #1f27334d;border-top-color:#1f2733;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite che-gspin}@keyframes che-gspin{to{transform:rotate(360deg)}}.cheai-root .pw-label-row{justify-content:space-between;align-items:baseline;display:flex}.cheai-root .pw-label-row a{color:var(--blue-lt);font-size:12.5px;font-weight:600}
