:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Apple Color Emoji","Helvetica Neue",sans-serif;font-size:16px;font-synthesis:none;--bg:#fff;--text:#000;--muted:#707579;--label:#9e9e9e;--accent:#3390ec;--border:#dadce0;--hover:#f4f4f5;--accent-hover:rgba(51,144,236,.08);--shadow:0 2px 10px #0003;color-scheme:light;color:var(--text);background:var(--bg)}
:root[data-theme=dark]{--bg:#212121;--text:#fff;--muted:#aaa;--label:#aaa;--accent:#8774e1;--border:#2f2f2f;--hover:#2b2b2b;--accent-hover:rgba(135,116,225,.08);--shadow:0 2px 10px #0006;color-scheme:dark}
*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;border:0;border-radius:16px;-webkit-tap-highlight-color:transparent}button:disabled{cursor:default;opacity:.5}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}[hidden]{display:none!important}
.login{width:100%;max-width:408px;margin:0 auto;padding:109px 24px 24px;text-align:center;position:relative}.logo{display:block;width:160px;height:160px;margin:0 auto 40px}h1{font-size:32px;font-weight:500;line-height:48px;margin:0 0 8px;overflow-wrap:anywhere}.description{font-size:16px;line-height:1.35;color:var(--muted);margin:0 0 48px}
form{text-align:start;min-height:420px}.field{position:relative;margin-bottom:18px;height:48px}.field>label{position:absolute;inset-inline-start:14px;top:-7px;background:var(--bg);padding:0 4px;color:var(--label);font-size:12px;line-height:14px;z-index:2;pointer-events:none;transition:color .15s}.field>input{width:100%;height:48px;border:1px solid var(--border);border-radius:16px;background:var(--bg);color:var(--text);padding:11px 18px;outline:none;line-height:20px}.field>input:hover{border-color:var(--muted)}.field>input:focus,.country-field.open>input{border:2px solid var(--accent);padding:10px 17px}.field:focus-within>label,.country-field.open>label{color:var(--accent)}.field.empty:not(:focus-within):not(.open)>label{font-size:16px;line-height:20px;top:14px;inset-inline-start:18px;padding:0}.field.invalid>input{border-color:#df3f40}.field.invalid>label{color:#df3f40}
.check{display:flex;gap:26px;align-items:center;height:48px;text-align:start;font-size:16px;padding:12px 18px;border-radius:16px;cursor:pointer;margin:0}.check:hover{background:var(--hover)}.check input{appearance:none;width:20px;height:20px;flex:none;margin:0;border:2px solid #9e9e9e;border-radius:3px;background:transparent;position:relative}.check input:checked{background:var(--accent);border-color:var(--accent)}.check input:checked:after{content:"";position:absolute;left:4px;top:0;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.check input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.primary,.text-button{display:flex;align-items:center;justify-content:center;width:100%;height:48px;font-size:16px;line-height:19.2px;font-weight:500;text-transform:uppercase;padding:8px}.primary{background:var(--accent);color:white;margin-top:40px}.primary:hover{filter:brightness(.97)}.text-button{background:transparent;color:var(--accent);margin-top:40px}.text-button:hover{background:var(--accent-hover)}.primary:not([hidden])+.text-button{margin-top:8px}.text-button+.text-button{margin-top:0}.suggestion{text-transform:none}
#country{padding-inline-end:50px}.country-toggle{position:absolute;inset-inline-end:4px;top:4px;width:40px;height:40px;border-radius:50%;background:transparent;color:var(--muted);display:grid;place-items:center}.country-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}.country-field.open .country-toggle{color:var(--accent)}.country-field.open .country-toggle svg{transform:rotate(180deg)}
#country-list{position:absolute;inset-inline:0;top:56px;max-height:376px;overflow:auto;overscroll-behavior:contain;background:var(--bg);border-radius:12px;box-shadow:var(--shadow);padding:8px;z-index:20;text-align:start;scrollbar-width:thin;scrollbar-color:var(--border) transparent}#country-list button{display:flex;align-items:center;gap:16px;width:100%;height:48px;padding:8px;border-radius:8px;background:transparent;color:var(--text);text-align:start;font-weight:500;font-size:16px}#country-list button:hover,#country-list button:focus{background:var(--hover);outline:none}#country-list .flag{font-size:32px;width:32px;flex-shrink:0;text-align:center;line-height:32px}#country-list .country-name{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#country-list .dial-code{color:var(--muted);white-space:nowrap;direction:ltr;font-weight:400;padding-right:4px}#country-list p{text-align:center;color:var(--muted);font-size:14px}#phone{direction:ltr;text-align:left}
#error{color:#df3f40;text-align:center;font-size:14px;line-height:20px;margin:16px 0 0}#error:empty{display:none}
.qr-page{padding-top:64px}.qr-frame{position:relative;width:280px;height:280px;max-width:100%;margin:0 auto;background:#fff;border-radius:24px;overflow:hidden}.qr{display:block;width:100%;height:100%}.qr-logo{position:absolute;left:calc(50% - 27px);top:calc(50% - 27px);width:54px;height:54px;border:4px solid white;border-radius:50%;background:white}.qr-heading{font-size:20px;line-height:30px;font-weight:500;margin:24px 0 16px}.qr-page ol{list-style:none;counter-reset:steps;padding:0 28px;text-align:start;line-height:24px;margin:16px 0;font-size:16px}.qr-page li{counter-increment:steps;display:flex;margin:12px 0;align-items:flex-start}.qr-page li:before{content:counter(steps);flex:none;display:grid;place-items:center;min-width:22px;height:22px;margin:1px 0 0;margin-inline-end:12px;background:var(--accent);color:#fff;border-radius:50%;font-size:14px}.qr-page strong{font-weight:500}.qr-page .text-button{margin-top:40px}.qr-page .text-button+.text-button{margin-top:0}
.icon-button{background:transparent;color:var(--muted);padding:8px;width:40px;height:40px;border-radius:50%}.icon-button svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.back{position:absolute;inset-inline-start:24px;top:48px}.eye{position:absolute;inset-inline-end:4px;top:4px}#secret{padding-inline-end:48px}.step-page form{min-height:0}
dialog{border:0;border-radius:16px;background:var(--bg);color:var(--text);box-shadow:var(--shadow);width:min(320px,calc(100% - 40px));padding:24px}dialog h2{font-size:20px;line-height:26px;font-weight:500;margin:0 0 16px}dialog::backdrop{background:#0007}dialog .text-button{width:auto;margin:0 0 0 auto;padding:0 16px}
@media(max-width:599px),(max-height:449px){.login{padding:96px 16px 16px}.logo{width:120px;height:120px;margin-bottom:28px}}@media(max-width:599px){h1{font-size:20px;line-height:20px}.description{font-size:14px;line-height:1.35;margin-bottom:40px}.qr-page{padding-top:96px}.qr-heading{line-height:20px}.qr-page ol{padding:0 28px}#country-list{max-height:min(376px,48dvh)}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
/* Web A submit progress and code-page phone editing. */
.submitting button:disabled{opacity:1}.submitting input:disabled{color:var(--text);-webkit-text-fill-color:var(--text);opacity:1}.primary.loading{position:relative;filter:none;opacity:1;padding-inline:48px;cursor:wait}.button-spinner{position:absolute;right:14px;top:calc(50% - 14.5px);width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:64 18;animation:button-spin 1s linear infinite}.phone-heading{display:flex;align-items:center;justify-content:center}.phone-heading button{display:flex;align-items:center;justify-content:center;background:transparent;color:inherit;font:inherit;line-height:inherit;padding:0;max-width:100%;border-radius:4px}.phone-heading #step-heading{overflow-wrap:anywhere}.edit-pencil{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;padding:8px;color:var(--muted);opacity:.75}.edit-pencil svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.phone-heading button:hover .edit-pencil,.phone-heading button:focus-visible .edit-pencil{opacity:1}@keyframes button-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.button-spinner{animation:none}}
.code-spinner{color:var(--accent)}
.monkey{position:relative}.monkey-fallback,.monkey-layer{position:absolute;inset:0;width:100%;height:100%}.monkey-layer{visibility:hidden}.monkey-ready .monkey-layer{visibility:visible}.monkey-ready .monkey-fallback{visibility:hidden}.monkey-layer svg{display:block;width:100%;height:100%}
