.app-information { width: min(480px, calc(100vw - 2rem)); max-height: calc(100dvh - 3rem); box-sizing: border-box; margin: auto; padding: 1.5rem; overflow-y: auto; border: 0; border-radius: 20px; background: #fff; color: #17243b; box-shadow: 0 20px 70px #0004; font-size: 1rem; line-height: 1.5; }
.app-information::backdrop { background: #06132ab3; backdrop-filter: blur(4px); }
.app-information__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.app-information__heading p { margin: 0 0 .2rem; color: #0046c8; font-size: .8rem; font-weight: 700; letter-spacing: .06em; }
.app-information__heading h2 { margin: 0; font-size: 1.6rem; }
.app-information .app-information__close { display: grid; place-items: center; width: 44px; height: 44px; margin: 0; padding: 0; border: 0; border-radius: 50%; color: #17243b; background: #eef2f8; font: 1.8rem/1 Arial,sans-serif; cursor: pointer; }
.app-information .app-information__link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: .75rem 0; padding: 1rem; border: 1px solid #dce5f2; border-radius: 12px; color: #17243b; text-decoration: none; font-weight: 700; }
.app-information__link small { display: block; color: #526178; font-size: .8rem; font-weight: 400; }
.app-information a:focus-visible, .app-information button:focus-visible { outline: 3px solid #0046c8; outline-offset: 3px; }
html:has(.app-information[open]) { overflow: hidden; }
