.dual-entry-card{position:relative;isolation:isolate;overflow:clip;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(circle at 50% -8%,rgba(139,92,246,.18),transparent 42%),linear-gradient(135deg,#0a1628,#12102a 48%,#0d1424);box-shadow:0 20px 60px rgba(0,0,0,.35);min-height:320px}.dual-entry-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(96,165,250,.14),transparent 55%);pointer-events:none}.dual-entry-card__panels{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1px 1fr;min-height:320px}.dual-entry-card__divider{background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.22) 18%,rgba(139,92,246,.45) 50%,rgba(59,130,246,.45) 0,hsla(0,0%,100%,.22) 82%,transparent);opacity:.55}.dual-entry-card__panel{position:relative;display:flex;min-height:0;overflow:hidden}.dual-entry-card__panel-link{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;width:100%;border:0;padding:1.35rem 1.5rem 1.25rem;text-align:left;text-decoration:none;color:inherit;background:transparent;cursor:pointer;transition:transform .28s ease,background .32s ease}.dual-entry-card__panel-link:active{transform:scale(.985)}.dual-entry-card__panel-bg{position:absolute;inset:0;opacity:.42;transition:opacity .32s ease,transform .45s ease;pointer-events:none}.dual-entry-card__panel-glow{position:absolute;inset:0;opacity:0;transition:opacity .32s ease;pointer-events:none}.dual-entry-card__panel--rules .dual-entry-card__panel-bg{background:radial-gradient(circle at 82% 88%,rgba(59,130,246,.16),transparent 34%),linear-gradient(30deg,rgba(59,130,246,.06) 12%,transparent 12.5%,transparent 87%,rgba(59,130,246,.06) 87.5%),linear-gradient(150deg,rgba(59,130,246,.06) 12%,transparent 12.5%,transparent 87%,rgba(59,130,246,.06) 87.5%);background-size:auto,28px 48px,28px 48px}.dual-entry-card__panel--rules .dual-entry-card__panel-bg:after{content:"";position:absolute;right:-8%;bottom:-12%;width:58%;height:58%;border:1px solid rgba(59,130,246,.12);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.08),transparent 68%),repeating-conic-gradient(from 0deg,rgba(59,130,246,.04) 0deg 18deg,transparent 18deg 36deg);transform:perspective(600px) rotateX(58deg);opacity:.7}.dual-entry-card__panel--memory .dual-entry-card__panel-bg{background:radial-gradient(circle at 18% 82%,rgba(139,92,246,.18),transparent 34%),radial-gradient(circle at 72% 24%,rgba(167,139,250,.1),transparent 28%)}.dual-entry-card__panel--rules .dual-entry-card__panel-glow{background:radial-gradient(circle at 50% 100%,rgba(59,130,246,.28),transparent 62%)}.dual-entry-card__panel--memory .dual-entry-card__panel-glow{background:radial-gradient(circle at 50% 100%,rgba(139,92,246,.3),transparent 62%)}.dual-entry-card__panel--rules:focus-within .dual-entry-card__panel-link,.dual-entry-card__panel--rules:hover .dual-entry-card__panel-link{transform:translateY(-3px)}.dual-entry-card__panel--memory:focus-within .dual-entry-card__panel-link,.dual-entry-card__panel--memory:hover .dual-entry-card__panel-link{transform:translateY(-2px) scale(1.008)}.dual-entry-card__panel--rules:focus-within .dual-entry-card__panel-bg,.dual-entry-card__panel--rules:hover .dual-entry-card__panel-bg{opacity:.88}.dual-entry-card__panel--memory:focus-within .dual-entry-card__panel-bg,.dual-entry-card__panel--memory:hover .dual-entry-card__panel-bg{opacity:.92;transform:scale(1.02)}.dual-entry-card__panel--memory:focus-within .dual-entry-card__panel-glow,.dual-entry-card__panel--memory:hover .dual-entry-card__panel-glow,.dual-entry-card__panel--rules:focus-within .dual-entry-card__panel-glow,.dual-entry-card__panel--rules:hover .dual-entry-card__panel-glow{opacity:1}.dual-entry-card__icon{display:grid;height:44px;width:44px;place-items:center;border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.06);backdrop-filter:blur(8px);transition:transform .32s ease,box-shadow .32s ease,background .32s ease}.dual-entry-card__panel--rules .dual-entry-card__icon{color:#93c5fd;box-shadow:0 0 0 rgba(59,130,246,0)}.dual-entry-card__panel--memory .dual-entry-card__icon{color:#c4b5fd;box-shadow:0 0 0 rgba(139,92,246,0)}.dual-entry-card__panel--rules:focus-within .dual-entry-card__icon,.dual-entry-card__panel--rules:hover .dual-entry-card__icon{transform:rotate(5deg);background:rgba(59,130,246,.16);box-shadow:0 0 24px rgba(59,130,246,.38)}.dual-entry-card__panel--memory:focus-within .dual-entry-card__icon,.dual-entry-card__panel--memory:hover .dual-entry-card__icon{background:rgba(139,92,246,.18);box-shadow:0 0 24px rgba(139,92,246,.42)}.dual-entry-card__title{margin-top:.85rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5.45vw,3.75rem);font-weight:900;line-height:1.05;color:#f8fafc}.dual-entry-card__subtitle{margin-top:.3rem;font-size:.78rem;font-weight:700;line-height:1.45;color:rgba(226,232,240,.68)}.dual-entry-card__list{margin:.85rem 0 0;flex:1;padding:0;list-style:none;display:grid;gap:.28rem}@media (min-width:768px){.dual-entry-card__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.22rem .65rem}}.dual-entry-card__list li{position:relative;padding-left:.85rem;font-size:.72rem;font-weight:700;line-height:1.45;color:rgba(226,232,240,.78)}.dual-entry-card__list li:before{content:"";position:absolute;left:0;top:.48em;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.65}.dual-entry-card__panel--rules .dual-entry-card__list li{color:rgba(191,219,254,.82)}.dual-entry-card__panel--memory .dual-entry-card__list li{color:rgba(221,214,254,.82)}.dual-entry-card__cta{display:inline-flex;margin-top:.9rem;min-height:56px;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;gap:.35rem;border-radius:14px;padding:0 1.2rem;font-size:clamp(1rem,2.3vw,1.5625rem);font-weight:900;line-height:1;color:#fff;transition:transform .24s ease,box-shadow .28s ease}.dual-entry-card__cta--rules{background:linear-gradient(135deg,#60a5fa,#3b82f6 52%,#2563eb);box-shadow:0 10px 24px rgba(37,99,235,.28),inset 0 1px 0 hsla(0,0%,100%,.18)}.dual-entry-card__cta--memory{background:linear-gradient(135deg,#a78bfa,#8b5cf6 52%,#7c3aed);box-shadow:0 10px 24px rgba(124,58,237,.28),inset 0 1px 0 hsla(0,0%,100%,.18)}.dual-entry-card__panel--rules:focus-within .dual-entry-card__cta--rules,.dual-entry-card__panel--rules:hover .dual-entry-card__cta--rules{box-shadow:0 14px 32px rgba(59,130,246,.48),inset 0 1px 0 hsla(0,0%,100%,.24)}.dual-entry-card__panel--memory:focus-within .dual-entry-card__cta--memory,.dual-entry-card__panel--memory:hover .dual-entry-card__cta--memory{box-shadow:0 14px 32px rgba(139,92,246,.5),inset 0 1px 0 hsla(0,0%,100%,.24)}.dual-entry-card__neural{position:absolute;inset:0;opacity:.28;transition:opacity .35s ease;pointer-events:none}.dual-entry-card__panel--memory:focus-within .dual-entry-card__neural,.dual-entry-card__panel--memory:hover .dual-entry-card__neural{opacity:.72}.dual-entry-card__neural-line{fill:none;stroke:rgba(167,139,250,.42);stroke-width:1.2;stroke-linecap:round;stroke-dasharray:6 10}.dual-entry-card__neural-node{fill:rgba(196,181,253,.55)}.dual-entry-card__float-digit{position:absolute;font-size:.68rem;font-weight:900;color:rgba(196,181,253,.34);letter-spacing:.08em;pointer-events:none}.dual-entry-card__float-digit--a{right:14%;top:18%}.dual-entry-card__float-digit--b{right:28%;top:42%}.dual-entry-card__float-digit--c{right:10%;bottom:28%}@media (prefers-reduced-motion:no-preference){.dual-entry-card__panel--memory:focus-within .dual-entry-card__neural-line,.dual-entry-card__panel--memory:hover .dual-entry-card__neural-line{animation:dual-entry-neural-flow 2.8s linear infinite}.dual-entry-card__float-digit--a{animation:dual-entry-float-a 4.6s ease-in-out infinite}.dual-entry-card__float-digit--b{animation:dual-entry-float-b 5.2s ease-in-out infinite}.dual-entry-card__float-digit--c{animation:dual-entry-float-c 4.9s ease-in-out infinite}}@keyframes dual-entry-neural-flow{to{stroke-dashoffset:-32}}@keyframes dual-entry-float-a{0%,to{transform:translateY(0);opacity:.34}50%{transform:translateY(-6px);opacity:.62}}@keyframes dual-entry-float-b{0%,to{transform:translateY(0);opacity:.28}50%{transform:translateY(-8px);opacity:.55}}@keyframes dual-entry-float-c{0%,to{transform:translateY(0);opacity:.3}50%{transform:translateY(-5px);opacity:.58}}@media (max-width:767px){.dual-entry-card{max-height:none}.dual-entry-card__panels{grid-template-columns:1fr;grid-template-rows:1fr 1px 1fr;min-height:auto;max-height:none}.dual-entry-card__divider{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.22) 18%,rgba(139,92,246,.45) 50%,rgba(59,130,246,.45) 0,hsla(0,0%,100%,.22) 82%,transparent)}.dual-entry-card__panel-link{padding:1.2rem 1.15rem 1.1rem}.dual-entry-card__cta{min-height:48px;width:100%}}