.cr-root{--purple:#7c3fd0;--purple-dark:#6330b1;--lav:#f2eafd;--bg:#f7f3fd;--surface:#fff;--ink:#101114;--muted:#5f6170;--line:#ddd8e5;--shadow:0 8px 24px #2a194421;--focus:0 0 0 3px #7c3fd045;background:var(--bg);min-height:100dvh;color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:normal}.cr-root *,.cr-root :before,.cr-root :after{box-sizing:border-box}.cr-root button,.cr-root select,.cr-root input{font:inherit}.cr-root .page{background:var(--surface);width:100%;max-width:430px;min-height:100dvh;padding:env(safe-area-inset-top) 24px calc(24px + env(safe-area-inset-bottom));margin:auto}.cr-root .header{text-align:center;padding:13px 36px 20px;position:relative}.cr-root .back{width:48px;height:48px;color:var(--purple);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;display:grid;position:absolute;top:4px;left:-8px}.cr-root .icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.cr-root .header h1{margin:0;font-family:inherit;font-size:25px;font-weight:800;line-height:32px}.cr-root .header p{color:#34343c;margin:7px 0 0;font-size:14px}.cr-root .host{background:var(--lav);border-radius:14px;grid-template-columns:48px 1fr 92px;align-items:center;gap:10px;height:88px;padding:11px 14px;display:grid;box-shadow:0 3px 9px #4a2b701c}.cr-root .avatar{background:#e5e2e8;border-radius:50%;place-items:center;width:44px;height:44px;font-size:22px;font-weight:700;display:grid}.cr-root .host-copy strong{font-size:17px;display:block}.cr-root .host-copy span{font-size:14px;display:block}.cr-root .brainy{object-fit:contain;align-self:end;width:92px;height:78px;animation:2s ease-in-out infinite cr-breathe}.cr-root .brainy-fallback{text-align:center;color:#211b29;background:#ff8b92;border:2px solid #221c29;border-radius:50%;place-items:center;width:86px;height:70px;font-size:10px;font-weight:900;display:grid}.cr-root .form{margin-top:22px}.cr-root .grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cr-root .field{min-width:0;margin-bottom:17px}.cr-root .label{align-items:center;gap:7px;height:27px;font-size:17px;font-weight:800;display:flex}.cr-root .label .icon{width:21px;height:21px}.cr-root .select-wrap{margin-top:4px;position:relative}.cr-root .select-wrap select{appearance:none;width:100%;height:44px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #cbc7d1;border-radius:9px;padding:0 35px 0 11px;font-size:14px}.cr-root .text-input{width:100%;height:44px;color:var(--ink);background:#fff;border:1px solid #cbc7d1;border-radius:9px;margin-top:4px;padding:0 11px;font-size:14px}.cr-root .text-input[aria-invalid=true]{border-color:#c5303a}.cr-root .error{color:#c5303a;margin:6px 0 0;font-size:13px;font-weight:700}.cr-root .chev{pointer-events:none;width:16px;height:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cr-root .segment{border:1px solid #cbc7d1;border-radius:9px;grid-template-columns:repeat(3,1fr);height:44px;margin-top:4px;display:grid;overflow:hidden}.cr-root .segment button{cursor:pointer;color:var(--ink);background:#fff;border:0;border-right:1px solid #ddd8e2}.cr-root .segment button:last-child{border-right:0}.cr-root .segment button.selected{background:var(--purple);color:#fff;font-weight:800}.cr-root .access-toggle{border:1px solid #cbc7d1;border-radius:9px;grid-template-columns:1fr 1fr;height:44px;margin-top:4px;display:grid;overflow:hidden}.cr-root .access-toggle button{color:var(--ink);cursor:pointer;background:#fff;border:0;justify-content:center;align-items:center;gap:7px;font-size:14px;display:flex}.cr-root .access-toggle button+button{border-left:1px solid #ddd8e2}.cr-root .access-toggle button.selected{background:var(--purple);color:#fff;font-weight:800}.cr-root .access-toggle .icon{width:18px;height:18px}.cr-root .access-help{color:#4a4b55;margin:7px 0 0;font-size:13px}.cr-root .fair{color:#292a31;align-items:center;gap:8px;margin:18px 0 20px;font-size:14px;display:flex}.cr-root .fair .icon{width:19px;height:19px;color:var(--purple)}.cr-root .primary{background:var(--purple);color:#fff;cursor:pointer;border:0;border-radius:10px;width:100%;height:50px;font-size:15px;font-weight:800}.cr-root .primary:hover{background:var(--purple-dark)}.cr-root .primary:disabled{opacity:.65;cursor:wait}.cr-root .cancel{width:100%;height:48px;color:var(--purple);cursor:pointer;background:0 0;border:0;font-size:16px;font-weight:700}.cr-root .status{text-align:center;min-height:20px;color:var(--muted);margin:9px 0 0;font-size:12px}.cr-root button:focus-visible,.cr-root select:focus-visible,.cr-root input:focus-visible{box-shadow:var(--focus);outline:0}@keyframes cr-breathe{50%{transform:translateY(-4px)}}@media (width>=600px){.cr-root{padding:26px}.cr-root .page{min-height:780px;box-shadow:var(--shadow);border-radius:24px}}@media (width<=350px){.cr-root .page{padding-left:16px;padding-right:16px}.cr-root .host{grid-template-columns:42px 1fr 72px}.cr-root .brainy{width:72px}.cr-root .grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.cr-root .brainy{animation:none}}
