.entry-assist{position:fixed;z-index:95;right:24px;bottom:24px;width:min(390px,calc(100% - 32px));max-height:calc(100dvh - 48px);overflow-y:auto;padding:25px 25px 9px;border:1px solid #d8dfcd;border-radius:22px;background:#fffdf7;color:#293323;box-shadow:0 16px 60px -18px #39452c38;animation:entry-assist-in .24s cubic-bezier(.22,1,.36,1)}
.entry-assist[hidden]{display:none!important}
.entry-assist-brand{display:flex;align-items:center;gap:9px;padding-right:34px;margin-bottom:17px;font-size:12px;color:#56664a}
.entry-assist-brand>img{width:26px;height:21px;flex:none}
.entry-assist h2{font-size:27px;line-height:1.2;font-weight:550;letter-spacing:-.045em;padding-right:18px}
.entry-assist>p{font-size:15px;line-height:1.6;color:#606a54;margin-top:9px}
.entry-assist-close{position:absolute;right:11px;top:10px;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#536647;cursor:pointer}
.entry-assist-close .icon{width:21px;height:21px;rotate:45deg}
.entry-assist-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:20px}
.entry-assist-choices>a{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:60px;padding:13px;border:1px solid #d8e0cb;border-radius:12px;background:#eef2e6;font-size:14px;font-weight:500;line-height:1.45;color:#3f5730;transition:background .16s ease-out,transform .16s ease-out;overflow-wrap:break-word}
.entry-assist-choices .icon{width:16px;height:16px;flex:none}
.entry-assist-later{display:block;margin:9px auto 0;min-height:44px;padding:9px 12px;border:0;border-radius:9px;background:transparent;color:#5c6752;font:inherit;font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.entry-assist :is(a,button):focus-visible{outline:3px solid #667f4b;outline-offset:3px}
.entry-assist :is(a,button):active{transform:translateY(1px)}
.entry-assist-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@keyframes entry-assist-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(hover:hover) and (pointer:fine){.entry-assist-choices>a:hover{background:#e1e9d3}.entry-assist-close:hover,.entry-assist-later:hover{background:#f0f3e9}}
@media(max-width:760px){.entry-assist{left:12px;right:12px;bottom:calc(88px + env(safe-area-inset-bottom));width:auto;max-height:calc(100dvh - 175px);border-radius:19px;padding:20px 18px 5px}.entry-assist-brand{display:none}.entry-assist h2{font-size:25px;padding-right:32px}.entry-assist>p{font-size:14px;margin-top:7px}.entry-assist-choices{margin-top:15px;gap:8px}.entry-assist-choices>a{min-height:54px;padding:11px;font-size:14px;gap:7px}.entry-assist-close{top:8px;right:8px}.entry-assist-later{margin-top:5px}}
@media(prefers-reduced-motion:reduce){.entry-assist{animation:none}.entry-assist-choices>a{transition:none}}
