:root {
    color-scheme: light;
}

.vs-pwa-bootstrap {
    position: fixed;
    inset: 0;
    z-index: 100000;
    box-sizing: border-box;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: max(24px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));
    overflow: auto;
    background: radial-gradient(circle at 50% 0, #e6f1ff 0, #f4f7fb 48%, #edf2f7 100%);
    color: #172b3d;
    font-family: Inter, "Segoe UI", system-ui, sans-serif;
}

.vs-pwa-bootstrap[hidden] {
    display: none;
}

.vs-pwa-bootstrap-card {
    box-sizing: border-box;
    width: min(430px, 100%);
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 30px 26px;
    border: 1px solid #dce5ef;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16, 42, 67, .16);
    text-align: center;
}

.vs-pwa-bootstrap-icon {
    width: 96px;
    height: 96px;
    border-radius: 22px;
}

.vs-pwa-bootstrap-brand {
    color: #1467d9;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vs-pwa-bootstrap :is(h1, p) {
    margin: 0;
}

.vs-pwa-bootstrap h1 {
    color: #102a43;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
}

.vs-pwa-bootstrap p {
    color: #63788d;
    line-height: 1.55;
}

.vs-pwa-bootstrap button {
    width: 100%;
    min-height: 50px;
    margin-top: 6px;
    border: 0;
    border-radius: 12px;
    background: #1467d9;
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.vs-pwa-bootstrap-actions {
    width: 100%;
    display: grid;
    gap: 10px;
}

.vs-pwa-bootstrap button.vs-pwa-bootstrap-secondary {
    border: 1px solid #1467d9;
    background: #fff;
    color: #1467d9;
}

.vs-pwa-bootstrap button:disabled {
    opacity: .65;
    cursor: wait;
}

.vs-pwa-bootstrap-open {
    box-sizing: border-box;
    display: inline-grid;
    place-items: center;
    width: 100%;
    min-height: 50px;
    border: 1px solid #1467d9;
    border-radius: 12px;
    color: #1467d9;
    font-weight: 750;
    text-decoration: none;
}

.vs-pwa-bootstrap-open[hidden] {
    display: none;
}

.vs-pwa-bootstrap small {
    color: #63788d;
    line-height: 1.45;
}
