.arhar-welcome{box-sizing:border-box;width:min(500px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:38px 40px 36px;border:1px solid #ded7c9;border-radius:28px;background:#faf8f3;color:#242723;box-shadow:0 26px 90px #181b1933;overflow:auto;text-align:left;font-family:inherit}
.arhar-welcome:not([open]){display:none}
.arhar-welcome::backdrop{background:rgb(31 35 32 / 43%);backdrop-filter:blur(3px)}
.arhar-welcome[open]{animation:arhar-welcome-enter .28s ease-out both}
.arhar-welcome-close{position:absolute;right:15px;top:15px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ddd6c8;border-radius:50%;background:#fff;color:#343830;font:28px/1 Arial,sans-serif;cursor:pointer}
.arhar-welcome-mark{display:block;width:76px;height:76px;object-fit:contain;margin:0 0 16px -8px}
.arhar-welcome .arhar-welcome-kicker{font-size:10px;font-weight:700;letter-spacing:.16em;line-height:1.5;margin:0 0 12px;color:#767a70}
.arhar-welcome h2{font-size:clamp(26px,4.6vw,34px);font-weight:600;line-height:1.15;letter-spacing:-.025em;margin:0 0 19px;color:#242723}
.arhar-welcome p{font-size:16px;line-height:1.65;margin:0 0 14px;color:#5f655c}
.arhar-welcome .arhar-welcome-wish{margin-bottom:25px}
.arhar-welcome-continue{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:56px;width:100%;padding:16px 22px;border:0;border-radius:16px;background:#f7931d;color:#242723;font-weight:600;font-size:15px;line-height:1.4;font-family:inherit;cursor:pointer}
.arhar-welcome-continue span{font-size:23px;line-height:1}
.arhar-welcome-continue:hover{background:#ed880e}
.arhar-welcome button:focus-visible{outline:3px solid #4d5748;outline-offset:4px}
html.arhar-welcome-open{overflow:hidden}
@keyframes arhar-welcome-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:480px){.arhar-welcome{padding:28px 25px 26px;border-radius:24px}.arhar-welcome-mark{width:62px;height:62px;margin-bottom:14px}.arhar-welcome p{font-size:15px}.arhar-welcome-close{right:12px;top:12px}}
@media(prefers-reduced-motion:reduce){.arhar-welcome[open]{animation:none}}
