pn-first-visit-popup{display:contents}
.pn-welcome{--pn-welcome-ink:#1a1a1a;--pn-welcome-green:#3c4c43;position:fixed;inset:0;box-sizing:border-box;width:600px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);padding:0;margin:auto;border:0;border-radius:24px;background:#fff;color:var(--pn-welcome-ink);overflow:auto;overscroll-behavior:contain;box-shadow:0 0 30px rgb(0 0 0 / .15);font:16px/1.4 Arial,Helvetica,sans-serif;text-align:center;scrollbar-width:thin}
.pn-welcome:not([open]){display:none}
.pn-welcome[open]{animation:pn-welcome-enter .35s ease both}
.pn-welcome::backdrop{background:rgba(20,20,20,.6);animation:pn-welcome-enter .35s ease both}
.pn-welcome *{box-sizing:border-box}
.pn-welcome [hidden]{display:none!important}
.pn-welcome__layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:400px}
.pn-welcome__close{position:absolute;right:4px;top:4px;display:grid;place-items:center;z-index:2;width:44px;height:44px;border:0;padding:0;background:transparent;color:#111;cursor:pointer;border-radius:50%}
.pn-welcome__content{display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-width:0;padding:40px 30px 50px}
.pn-welcome__logo{display:block;width:120px;height:auto;max-width:100%;margin:0 auto 27px}
.pn-welcome__title{font-family:"Arial Black",Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:-.8px;font-size:26px;line-height:1.05;margin:0;color:#000;text-transform:none}
.pn-welcome__title span{display:block;font-weight:900}
.pn-welcome__title strong{display:block;white-space:nowrap;font-size:62px;font-weight:900;letter-spacing:-2.8px;line-height:1.02;margin-top:0}
.pn-welcome__order{font:14px/1.2 Arial,Helvetica,sans-serif;color:#111;margin:9px 0 32px;letter-spacing:0}
.pn-welcome__button{display:block;appearance:none;width:100%;min-height:40px;padding:9px 12px;border:0;border-radius:15px;background:var(--pn-welcome-green);color:#fff;font:700 16px/22px Arial,Helvetica,sans-serif;letter-spacing:2px;text-align:center;cursor:pointer;transition:background-color .18s ease}
.pn-welcome__button:hover{background:#214933}
.pn-welcome__button:disabled{opacity:.7;cursor:wait}
.pn-welcome__decline{appearance:none;display:block;width:100%;min-height:38px;padding:7px 0 0;border:0;background:none;color:#000;font:12px/12px Arial,Helvetica,sans-serif;letter-spacing:2px;cursor:pointer}
.pn-welcome__decline:hover{text-decoration:underline;text-underline-offset:3px}
.pn-welcome__media{position:relative;min-width:0;overflow:hidden;border-radius:0 24px 24px 0}
.pn-welcome__media img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.pn-welcome[data-step="signup"] .pn-welcome__content{padding:20px 26px}
.pn-welcome[data-step="signup"] .pn-welcome__logo{margin-bottom:17px}
.pn-welcome__signup{animation:pn-welcome-enter .18s ease both}
.pn-welcome__signup h2{margin:0;font:bold 25px/1.25 Georgia,"Times New Roman",serif;letter-spacing:-.6px;text-transform:none;color:#1a1a1a;text-wrap:balance}
.pn-welcome__invitation{margin:20px 0 16px;font:20px/1.3 Georgia,"Times New Roman",serif;letter-spacing:0}
.pn-welcome__form{margin:0}
.pn-welcome__form input:not([type="hidden"]):not([type="checkbox"]){appearance:none;display:block;width:100%;min-height:40px;margin:0 0 10px;padding:8px 12px;background:#fff;color:#1a1a1a;border:1px solid #657168;border-radius:10px;font:16px/22px Arial,Helvetica,sans-serif;letter-spacing:1.5px;box-shadow:none}
.pn-welcome__form input::placeholder{opacity:1;color:#727272}
.pn-welcome__consent{display:flex;gap:8px;align-items:flex-start;margin:6px 0 14px;text-align:left;font:11px/1.45 Arial,Helvetica,sans-serif;letter-spacing:0}
.pn-welcome__consent input{flex:0 0 17px;appearance:auto;width:17px;height:17px;margin:2px 0 0;accent-color:var(--pn-welcome-green)}
.pn-welcome__consent a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.pn-welcome__error{margin:0 0 12px;text-align:left;font:13px/1.4 Arial,Helvetica,sans-serif;color:#8c2424}
.pn-welcome__error ul{padding-left:18px;margin:0}
.pn-welcome__success h3{font:700 25px/1.25 Georgia,serif;margin:8px 0 18px}
.pn-welcome__success p{font:14px/1.5 Arial,sans-serif;letter-spacing:0;margin:12px 0}
.pn-welcome__success label{display:block;text-align:left;font:12px/1.4 Arial,sans-serif;margin-bottom:6px}
.pn-welcome__code{display:flex;gap:8px;align-items:flex-start}
.pn-welcome__code button{background:var(--pn-welcome-green);color:#fff;border:0;border-radius:10px;min-height:40px;padding:8px 12px;font:14px/1.4 Arial,sans-serif;cursor:pointer}
.pn-welcome__copy-status{min-height:1.5em}
.pn-welcome :is(button,a,input):focus-visible{outline:2px solid #214933;outline-offset:3px}
.pn-welcome :is(h2,h3,[role="status"],[role="alert"]):focus{outline:none;box-shadow:none}
.pn-welcome__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pn-welcome ::selection{background:#d5d9d6;color:#1a1a1a}
@keyframes pn-welcome-enter{from{opacity:0}to{opacity:1}}
@media(max-width:640px){
 .pn-welcome{width:300px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}
 .pn-welcome__layout{grid-template-columns:minmax(0,1fr);min-height:324px}
 .pn-welcome__content{padding:12px 30px 14px}
 .pn-welcome__logo{margin-bottom:27px}
 .pn-welcome__media{display:none}
 .pn-welcome__order{margin-bottom:32px}
 .pn-welcome[data-step="signup"] .pn-welcome__content{padding:22px 26px}
 .pn-welcome[data-step="signup"] .pn-welcome__logo{margin-bottom:18px}
 .pn-welcome__signup h2{font-size:24px}
}
@media(max-height:480px) and (min-width:641px){.pn-welcome__content{padding-top:24px;padding-bottom:24px}.pn-welcome__layout{min-height:360px}}
@media(prefers-reduced-motion:reduce){.pn-welcome[open],.pn-welcome::backdrop,.pn-welcome__signup{animation:none}.pn-welcome__button{transition:none}}

.pn-welcome__close:focus-visible{outline-offset:-4px}
