#kc-welcome{box-sizing:border-box;width:calc(100% - 32px);max-width:408px;max-height:calc(100dvh - 32px);margin:auto;padding:28px;border:1px solid #dce5ed;border-radius:20px;background:#fff;color:#0f416c;box-shadow:0 24px 80px #07233c30;font-family:inherit;overflow:auto;}
#kc-welcome:not([open]){display:none;}
#kc-welcome::backdrop{background:rgba(7,27,45,.52);backdrop-filter:blur(3px);}
#kc-welcome .kc-welcome-brand{font-size:13px;font-weight:800;letter-spacing:.14em;margin-bottom:22px;}
#kc-welcome .kc-welcome-brand span{color:#00abc4;}
#kc-welcome h2{font-family:inherit;font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.025em;margin:0 0 10px;}
#kc-welcome #kc-welcome-description{font-size:14px;line-height:1.5;color:#52677a;margin:0 0 24px;}
#kc-welcome label{display:block;font-size:13px;font-weight:600;line-height:1.4;margin-bottom:8px;}
#kc-welcome select{box-sizing:border-box;display:block;width:100%;min-height:48px;padding:10px 12px;border:1px solid #c9d7e3;border-radius:9px;background:#fff;color:#0f416c;font:inherit;font-size:16px;line-height:1.5;appearance:auto;}
#kc-welcome .kc-welcome-hint{font-size:12px;line-height:1.4;color:#52677a;min-height:17px;margin:7px 0 18px;}
#kc-welcome button[type=submit]{box-sizing:border-box;width:100%;min-height:48px;padding:12px 16px;border:0;border-radius:9px;background:#0f416c;color:#fff;font:inherit;font-size:15px;line-height:1.5;font-weight:600;cursor:pointer;}
#kc-welcome button[type=submit]:hover{background:#195681;}
#kc-welcome button:disabled{opacity:.65;cursor:wait;}
#kc-welcome :is(select,button):focus-visible{outline:3px solid #1477ba;outline-offset:3px;}
#kc-welcome .kc-welcome-note{font-size:12px;line-height:1.5;color:#52677a;text-align:center;margin:14px 0 0;}
#kc-welcome-error{color:#a62d26;font-size:13px;line-height:1.4;margin:0 0 14px;}
html.kc-welcome-open{overflow:hidden;}
@media(max-width:359px){#kc-welcome{padding:22px;}#kc-welcome h2{font-size:22px;}}
