.kiway-release-gate {
    position: fixed;
    z-index: 2147483647;
    inset: 0 0 auto;
    padding: 1.25rem;
    background: #fff;
    color: #202124;
    box-shadow: 0 2px 18px #0003;
    font: 1rem/1.5 system-ui, sans-serif;
    text-align: center;
}
.kiway-release-gate[hidden], .kiway-release-gate button[hidden] { display: none; }
.kiway-release-gate p { max-width: 52rem; margin: 0 auto 1rem; }
.kiway-release-gate button {
    margin: .25rem;
    padding: .6rem 1rem;
    border: 1px solid #555;
    border-radius: .4rem;
    background: #fff;
    color: #202124;
    cursor: pointer;
    font: inherit;
}
.kiway-release-gate button:focus-visible { outline: 3px solid #245bc4; outline-offset: 2px; }
