#auto-entry{
 position:relative;gap:18px;min-height:108px;padding:24px 28px;
 border:1px solid #ff70a4;border-radius:22px;
 background:linear-gradient(115deg,#f33c7b 0%,#df246b 100%);
 color:#fff;box-shadow:0 8px 0 #b91d58,0 18px 30px rgba(218,37,103,.24),inset 0 1px 0 rgba(255,255,255,.35);
 transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
#auto-entry::before{content:'↗';display:grid;place-items:center;flex:0 0 48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:15px;background:rgba(255,255,255,.16);font-size:32px;font-weight:600;line-height:1}
#auto-entry .entrance-title{color:#fff;font-size:24px;font-weight:800;line-height:1.5;letter-spacing:.3px;text-shadow:0 1px 2px rgba(110,10,50,.16)}
#auto-entry .arrow{background:#fff;color:#df246b;box-shadow:0 4px 12px rgba(125,12,56,.16);font-size:28px;flex-shrink:0}
#auto-entry .entry-subtitle{display:block;margin-top:4px;color:#fff;font-size:14px;font-weight:500;line-height:1.5;white-space:nowrap}
#auto-entry:hover:not(:disabled){transform:translateY(-3px);filter:brightness(1.05);box-shadow:0 11px 0 #b91d58,0 23px 34px rgba(218,37,103,.3)}
#auto-entry:active:not(:disabled){transform:translateY(5px);box-shadow:0 3px 0 #b91d58,0 8px 16px rgba(218,37,103,.22)}
#auto-entry:focus-visible{outline:3px solid #a71951;outline-offset:6px}
#auto-entry:disabled{opacity:.75;box-shadow:0 3px 0 #b91d58;transform:translateY(3px)}
@media(max-width:480px){#auto-entry{min-height:92px;gap:12px;padding:18px 16px;border-radius:18px}#auto-entry::before{flex-basis:36px;height:36px;border-radius:11px;font-size:25px}#auto-entry .entrance-title{font-size:17px;letter-spacing:0}#auto-entry .arrow{width:28px;height:28px;flex-basis:28px;font-size:20px}}
@media(prefers-reduced-motion:reduce){#auto-entry{transition:none}#auto-entry:hover:not(:disabled){transform:none}}
