.home-screen{--home-screen-accent:#1746a2;box-sizing:border-box;color:#18243b;width:calc(100% - 40px);max-width:380px;max-height:calc(100dvh - 40px);font:inherit;text-align:center;background:radial-gradient(at top,#eaf1ff,#0000 60%),#fff;border:1px solid #fff;border-radius:24px;margin:auto;padding:0;overflow-y:auto;box-shadow:0 24px 80px #10234433}.home-screen:not([open]),.home-screen[hidden],.home-screen [hidden]{display:none!important}.home-screen::backdrop{backdrop-filter:blur(4px);background:#101c3059}.home-screen-content{padding:32px 24px 20px}.home-screen-logo{border-radius:22px;margin:0 auto 20px;display:block;box-shadow:0 8px 24px #173e7d12}.home-screen h2{font:inherit;color:#18243b;margin:0 0 10px;padding:0;font-size:21px;font-weight:700;line-height:1.6}.home-screen-content p{color:#627089;font:inherit;margin:0;font-size:14px;line-height:1.9}.home-screen-content .home-screen-guide{color:#254675;background:#edf3fc;border-radius:12px;margin-top:20px;padding:12px}.home-screen-actions{gap:6px;margin-top:26px;display:grid}.home-screen-actions button{width:100%;min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:12px;padding:10px 16px;font-size:14px}.home-screen-primary{background:var(--home-screen-accent);color:#fff;font-weight:600!important}.home-screen-primary:hover{background:#123a89}.home-screen-primary:disabled{opacity:.65;cursor:wait}.home-screen-dismiss{color:#627089;background:0 0}.home-screen-dismiss:hover{background:#f1f4f8}.home-screen :focus-visible{outline:2px solid var(--home-screen-accent);outline-offset:3px}.home-screen-content [role=status]:empty{display:none}@media (display-mode:standalone){.home-screen{display:none}}