#auto-entry{
 position:relative;gap:18px;min-height:84px;padding:16px 24px;
 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:72px;gap:12px;padding:12px 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}}

.manual-entries{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.manual-entries .manual-entry{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:12px 20px;margin:0;border:1px solid #f5a5c1;border-radius:14px;background:#fff3f8;color:#c42660;text-decoration:none;font-size:18px;font-weight:700;box-shadow:0 3px 10px #df246b0d}
.manual-entries .manual-entry:hover{background:#ffe3ee;border-color:#ee679a}
.manual-entries .manual-entry:focus-visible{outline:3px solid #a71951;outline-offset:3px}
@media(max-width:480px){.manual-entries{gap:10px;margin-top:16px}.manual-entries .manual-entry{min-height:48px;padding:10px 14px;font-size:16px}}
