.rm-hero,.rm-board,.rm-footer{--rm-live:var(--dv-accent, #2dd4bf);--rm-live-rgb:var(--dv-accent-rgb, 45 212 191);--rm-next:var(--dv-accent-alt, #facc15);--rm-next-rgb:var(--dv-accent-alt-rgb, 250 204 21);--rm-text:rgb(var(--color-neutral-200));--rm-text-muted:rgb(var(--color-neutral-400));--rm-text-dim:rgb(var(--color-neutral-500));--rm-surface:rgb(var(--color-neutral-900) / 0.55);--rm-surface-hover:rgb(var(--color-neutral-900) / 0.8);--rm-border:rgb(var(--color-neutral-700) / 0.5);--rm-radius:var(--dv-radius-lg, 12px)}.rm-hero{position:relative;padding:4rem 1.5rem 3rem;text-align:center;overflow:hidden;border-bottom:1px solid var(--rm-border);background:radial-gradient(ellipse 80% 60% at 30% 20%,rgb(var(--rm-live-rgb)/.1) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 80%,rgb(var(--rm-next-rgb)/.08) 0%,transparent 60%)}.rm-hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgb(var(--rm-live-rgb)/.06) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--rm-live-rgb)/.06) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 60% 80% at 50% 40%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 60% 80% at 50% 40%,black 30%,transparent 80%);pointer-events:none}.rm-hero__inner{position:relative;max-width:56rem;margin:0 auto}.rm-hero__eyebrow{display:inline-block;font-family:var(--dv-font-mono);font-size:.72rem;letter-spacing:.25em;color:var(--rm-live);padding:.35rem .9rem;border:1px solid rgb(var(--rm-live-rgb)/.3);border-radius:999px;background:rgb(var(--rm-live-rgb)/.05);margin-bottom:1.25rem}.rm-hero__title{font-family:var(--dv-font-display);font-size:clamp(1.75rem,4vw + .5rem,2.75rem);font-weight:700;line-height:1.2;margin:0 0 1rem;color:var(--rm-text);background:linear-gradient(135deg,var(--rm-text) 0%,var(--rm-live) 50%,var(--rm-next) 120%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.rm-hero__subtitle{max-width:38rem;margin:0 auto 1.75rem;color:var(--rm-text-muted);font-size:1rem;line-height:1.65}.rm-hero__legend{display:inline-flex;align-items:center;gap:.85rem;font-family:var(--dv-font-mono);font-size:.78rem;color:var(--rm-text-muted)}.rm-legend{display:inline-flex;align-items:center;gap:.4rem}.rm-legend__dot{width:8px;height:8px;border-radius:50%;display:inline-block}.rm-legend__dot--live{background:var(--rm-live);box-shadow:0 0 0 3px rgb(var(--rm-live-rgb)/.18);animation:rm-pulse 2s ease-in-out infinite}.rm-legend__dot--next{background:0 0;border:1.5px dashed rgb(var(--rm-next-rgb)/.6)}.rm-legend__sep{opacity:.4}.rm-board{padding:2.5rem 1.25rem 3rem}.rm-board__inner{max-width:78rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.rm-column{min-width:0}.rm-column__head{display:flex;align-items:center;justify-content:space-between;padding:.6rem .25rem 1rem;margin-bottom:1rem;border-bottom:1px solid var(--rm-border)}.rm-column__label{display:inline-flex;align-items:center;gap:.55rem}.rm-column__title{font-family:var(--dv-font-display);font-size:1.05rem;font-weight:600;letter-spacing:.02em;color:var(--rm-text)}.rm-column--live .rm-column__title{color:var(--rm-live)}.rm-column--next .rm-column__title{color:var(--rm-next)}.rm-column__count{font-family:var(--dv-font-mono);font-size:.78rem;color:var(--rm-text-dim);padding:.15rem .55rem;border:1px solid var(--rm-border);border-radius:999px}.rm-pulse{position:relative;width:10px;height:10px;display:inline-block}.rm-pulse::before,.rm-pulse::after{content:'';position:absolute;inset:0;border-radius:50%;background:var(--rm-live)}.rm-pulse::before{animation:rm-ping 1.8s cubic-bezier(0,0,.2,1)infinite;opacity:.5}.rm-pulse::after{box-shadow:0 0 8px rgb(var(--rm-live-rgb)/.6)}.rm-dot{width:10px;height:10px;border-radius:50%;border:1.5px dashed rgb(var(--rm-next-rgb)/.7);display:inline-block}.rm-cards{display:flex;flex-direction:column;gap:1rem}.rm-card{position:relative;padding:1.25rem 1.25rem 1.1rem;background:var(--rm-surface);border:1px solid var(--rm-border);border-radius:var(--rm-radius);transition:transform .25s ease,border-color .25s ease,background .25s ease;overflow:hidden}.rm-card:hover{transform:translateY(-2px);background:var(--rm-surface-hover)}.rm-card--live{border-color:rgb(var(--rm-live-rgb)/.35);box-shadow:inset 0 0 0 1px rgb(var(--rm-live-rgb)/.05)}.rm-card--live::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--rm-live),rgb(var(--rm-live-rgb)/.15))}.rm-card--live:hover{border-color:rgb(var(--rm-live-rgb)/.6)}.rm-card--next{border-style:dashed;border-color:rgb(var(--rm-next-rgb)/.3)}.rm-card--next:hover{border-color:rgb(var(--rm-next-rgb)/.55)}.rm-card__beam{position:absolute;top:0;left:-30%;width:40%;height:2px;background:linear-gradient(90deg,transparent,var(--rm-live),transparent);opacity:.7;animation:rm-beam 4.5s ease-in-out infinite}.rm-card__top{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:flex-start}.rm-card__icon{width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.3rem;background:rgb(var(--rm-live-rgb)/.08);border:1px solid rgb(var(--rm-live-rgb)/.2)}.rm-card--next .rm-card__icon{background:rgb(var(--rm-next-rgb)/.06);border-color:rgb(var(--rm-next-rgb)/.2)}.rm-card__heading{min-width:0}.rm-card__title{margin:0 0 .2rem;font-family:var(--dv-font-display);font-size:1.08rem;font-weight:600;color:var(--rm-text);line-height:1.35}.rm-card__tagline{margin:0;font-size:.82rem;color:var(--rm-text-muted);line-height:1.4}.rm-chip{font-family:var(--dv-font-mono);font-size:.68rem;letter-spacing:.03em;padding:.25rem .55rem;border-radius:6px;white-space:nowrap}.rm-chip--phase{color:var(--rm-live);background:rgb(var(--rm-live-rgb)/.1);border:1px solid rgb(var(--rm-live-rgb)/.25)}.rm-card__desc{margin:.9rem 0 .75rem;font-size:.9rem;line-height:1.6;color:var(--rm-text)}.rm-card__bullets{list-style:none;margin:0 0 .85rem;padding:.7rem .85rem;background:rgb(var(--color-neutral-950)/.4);border-left:2px solid rgb(var(--rm-live-rgb)/.35);border-radius:0 6px 6px 0}.rm-card__bullets li{position:relative;padding-left:1rem;font-size:.84rem;line-height:1.6;color:var(--rm-text-muted)}.rm-card__bullets li+li{margin-top:.3rem}.rm-card__bullets li::before{content:'›';position:absolute;left:0;color:var(--rm-live);font-weight:700}.rm-card__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.5rem}.rm-card__tags{display:flex;flex-wrap:wrap;gap:.35rem}.rm-tag{font-family:var(--dv-font-mono);font-size:.7rem;color:var(--rm-text-dim);padding:.15rem .5rem;border-radius:4px;background:rgb(var(--color-neutral-800)/.45)}.rm-card__link{font-family:var(--dv-font-mono);font-size:.78rem;color:var(--rm-live);text-decoration:none;border-bottom:1px dashed rgb(var(--rm-live-rgb)/.4);transition:color .2s,border-color .2s}.rm-card__link:hover{color:var(--rm-next);border-bottom-color:rgb(var(--rm-next-rgb)/.8)}.rm-footer{max-width:56rem;margin:1rem auto 3rem;padding:1.75rem 1.5rem;text-align:center;border-top:1px dashed var(--rm-border)}.rm-footer__note{margin:0 0 .85rem;font-size:.92rem;color:var(--rm-text-muted);line-height:1.65}.rm-footer__meta{margin:0;font-family:var(--dv-font-mono);font-size:.78rem;color:var(--rm-text-dim)}.rm-footer__sep{margin:0 .5rem;opacity:.5}.rm-footer a{color:var(--rm-live);text-decoration:none}.rm-footer a:hover{color:var(--rm-next)}.rm-reveal{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--rm-delay,0ms)}.rm-reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.rm-reveal{opacity:1;transform:none;transition:none}.rm-legend__dot--live,.rm-pulse::before,.rm-card__beam{animation:none}}@keyframes rm-pulse{0%,100%{box-shadow:0 0 0 3px rgb(var(--rm-live-rgb)/.18)}50%{box-shadow:0 0 0 6px rgb(var(--rm-live-rgb)/.05)}}@keyframes rm-ping{0%{transform:scale(1);opacity:.6}75%,100%{transform:scale(2.4);opacity:0}}@keyframes rm-beam{0%,100%{left:-30%;opacity:0}20%{opacity:.7}80%{opacity:.7}50%{left:90%;opacity:.8}}@media(max-width:860px){.rm-board__inner{grid-template-columns:1fr;gap:2rem}.rm-hero{padding:3rem 1.25rem 2.25rem}.rm-hero__title{font-size:clamp(1.5rem,6vw,2.25rem)}.rm-card{padding:1.1rem}}:root:not(.dark) .rm-hero,:root:not(.dark) .rm-board,:root:not(.dark) .rm-footer{--rm-text:rgb(var(--color-neutral-800));--rm-text-muted:rgb(var(--color-neutral-700));--rm-text-dim:rgb(var(--color-neutral-600));--rm-surface:rgb(255 255 255 / 0.75);--rm-surface-hover:rgb(255 255 255 / 0.95);--rm-border:rgb(var(--color-neutral-300) / 0.9)}:root:not(.dark) .rm-card{box-shadow:0 1px 2px rgb(0 0 0/4%),0 4px 12px rgb(0 0 0/4%)}:root:not(.dark) .rm-card--live{background:rgb(var(--rm-live-rgb)/.04);border-color:rgb(var(--rm-live-rgb)/.4)}:root:not(.dark) .rm-card--next{background:rgb(255 255 255/.6);border-color:rgb(var(--rm-next-rgb)/.5)}:root:not(.dark) .rm-card__title,:root:not(.dark) .rm-column__title{color:rgb(var(--color-neutral-900))}:root:not(.dark) .rm-hero__title{background:linear-gradient(135deg,rgb(var(--color-primary-700)),rgb(var(--color-primary-500)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}