.rm-hero{padding:6.5rem 2rem 2.5rem;text-align:center;border-bottom:1px solid var(--border)}.rm-hero h1{font-size:clamp(2.2rem, 4.5vw, 3.2rem);font-weight:900;letter-spacing:-.03em}.rm-hero p{font-size:1.02rem;color:var(--gray);max-width:46ch;margin:1rem auto 0;line-height:1.7}.rm-wrap{max-width:880px;margin:0 auto;padding:3rem 1.5rem 5rem}.rm-stats{display:flex;flex-wrap:wrap;background:var(--white);border:1px solid var(--border);border-radius:10px;margin-bottom:2.5rem;overflow:hidden}.rm-stat{flex:1;min-width:150px;padding:1.1rem 1.3rem;border-left:1px solid var(--border)}.rm-stat:first-child{border-left:none}.rm-stat-label{font:500 0.68rem/1 var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--concrete);margin-bottom:.5rem}.rm-stat-value{font:800 1.7rem/1 var(--font-ui);letter-spacing:-.03em;color:var(--dark)}.rm-stat-value.accent{color:var(--yellow-dk)}.rm-section-title{font:700 1.1rem/1.2 var(--font-ui);letter-spacing:-.02em;color:var(--dark);margin:2.4rem 0 1rem;display:flex;align-items:center;gap:.6rem}.rm-section-title .rm-count{font:500 0.72rem/1 var(--font-mono);color:var(--concrete);text-transform:none}.rm-today{display:flex;align-items:center;gap:1rem;margin:2.8rem 0 2rem}.rm-today-bar{height:4px;width:90px;background:var(--yellow);border-radius:2px}.rm-today-label{display:flex;align-items:center;gap:.5rem;font:800 0.9rem/1 var(--font-ui);letter-spacing:.02em;color:var(--dark);white-space:nowrap}.rm-today-dot{width:9px;height:9px;border-radius:50%;background:var(--yellow);position:relative;flex-shrink:0}.rm-today-dot::after{content:'';position:absolute;inset:0;border-radius:50%;background:var(--yellow);animation:rmPulse 1.8s ease-out infinite}@keyframes rmPulse{0%{transform:scale(1);opacity:.55}100%{transform:scale(2.6);opacity:0}}.rm-today-line{flex:1;height:2px;background:var(--dark)}.rm-today-hint{font:500 0.72rem/1 var(--font-mono);color:var(--concrete);white-space:nowrap}.rm-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.15rem 1.3rem 1.05rem;margin-bottom:.9rem;position:relative;overflow:hidden}.rm-card.is-progress{border-left:3px solid var(--yellow);padding-left:calc(1.3rem - 2px)}.rm-card-top{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.55rem}.rm-tag{font:500 0.68rem/1 var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--concrete)}.rm-sep{width:1px;height:12px;background:var(--border)}.rm-spacer{flex:1}.rm-pill{font:500 0.66rem/1 var(--font-mono);letter-spacing:.06em;text-transform:uppercase;padding:.28rem .55rem;border-radius:5px;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}.rm-pill--type{background:var(--yellow-lt);color:var(--yellow-dk)}.rm-pill--type.is-fix,.rm-pill--type.is-improve{background:var(--gray-lt);color:var(--steel)}.rm-pill--version{background:var(--dark);color:var(--bg)}.rm-pill--status{background:var(--white);border:1px solid var(--border);color:var(--steel)}.rm-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--concrete)}.rm-pill-dot.is-active{background:var(--yellow)}.rm-card-title{font:700 1.08rem/1.3 var(--font-ui);letter-spacing:-.015em;color:var(--dark);margin-bottom:.35rem}.rm-card-desc{font-size:.92rem;color:var(--gray);line-height:1.55;max-width:62ch}.rm-card-bottom{display:flex;align-items:center;gap:.9rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border);flex-wrap:wrap}.rm-card-meta{font:500 0.72rem/1 var(--font-mono);color:var(--steel);display:flex;align-items:center;gap:.4rem}.rm-card-meta.muted{color:var(--concrete)}.rm-bar{height:6px;background:var(--gray-lt);border-radius:999px;overflow:hidden;flex:1;min-width:90px;max-width:220px}.rm-bar-fill{height:100%;background:var(--yellow);border-radius:999px}.rm-month{font:700 0.95rem/1 var(--font-ui);letter-spacing:-.01em;color:var(--dark);margin:1.8rem 0 .8rem}.rm-empty{text-align:center;padding:3rem 0;color:var(--concrete);font-size:.95rem}.rm-fallback{text-align:center;padding:2.5rem 1.5rem;color:var(--gray);font-size:.92rem;background:var(--white);border:1px dashed var(--border);border-radius:10px}@media (max-width:640px){.rm-stat{min-width:45%}.rm-today-hint{display:none}}