/* One shared card stage for names and printed cards. Loaded after both page skins. */
body:has(.ns-app),body.gk-tinder-pagina{background:#fff4f6}
.ns-header,.swipe-header{height:72px;padding:0 20px;border-bottom:1px solid #eadce2;background:#fff}
.ns-header-inner,.swipe-header-row{height:71px;width:100%;max-width:932px;margin:0 auto}
.ns-app,.gk-tinder{width:min(100%,440px);height:calc(100dvh - 72px);min-height:420px;margin:0 auto;padding:24px 20px max(18px,env(safe-area-inset-bottom));display:flex;flex-direction:column}
.ns-stage,.gk-tinder-stapel{flex:1;min-height:130px;max-height:none;margin:0 0 24px}
.ns-card,.gk-tinder-kaart{border:1px solid #eedde4;border-radius:22px;background:#fff;box-shadow:0 10px 28px #79364e0a;transform-origin:50% 50%}
.ns-card{min-height:0}
.ns-card.ns-back,.gk-tinder-kaart:not(.gk-boven){background:#f8edf2;border-color:#eedde4;box-shadow:none}
.gk-tinder-kaart:not(.gk-boven)>.gk-tinder-beeld,.gk-tinder-kaart:not(.gk-boven)>.gk-tinder-tekst{opacity:1}
.gk-tinder-kaart:not(.gk-boven)>.gk-tinder-stempel{opacity:0;visibility:hidden}
.gk-tinder-kaart:not(.gk-boven) .gk-tinder-beeld{background:transparent}
.ns-card.ns-back.ns-promoting,.gk-tinder-kaart.gk-promoting{background:#fff}
.ns-actions,.gk-tinder-knoppen{flex:none;min-height:91px;gap:12px}
.ns-action{min-height:90px;gap:7px}.ns-action-icon,.gk-tinder-knop{width:60px;height:60px}
@media(max-width:350px){.ns-actions,.gk-tinder-knoppen{gap:6px}.ns-action-icon,.gk-tinder-knop{width:56px;height:56px}}
@media(display-mode:standalone){.ns-header,.swipe-header{height:calc(72px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.ns-app,.gk-tinder{height:calc(100dvh - 72px - env(safe-area-inset-top));min-height:420px}}

.gk-tinder-knoppen>div>span{line-height:24px}

.ns-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.ns-action>span:last-child{line-height:24px}
@media(max-width:350px){.ns-actions,.gk-tinder-knoppen{margin-inline:-4px;grid-template-columns:.85fr .85fr 1.15fr 1.15fr}}
