.rhoh__timeline-title{text-align:center;color:var(--color-text,white);font-size:1.5rem;margin:0 0 2rem 0}.rhoh__timeline-line{position:relative;padding-left:42px;max-width:900px;margin:0 auto}.rhoh__timeline-line::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent 0%,#0073e6 10%,#0073e6 90%,transparent 100%)}.rhoh__timeline-item{position:relative;margin-bottom:3rem;opacity:0;transform:translateX(-20px);transition:all 0.6s ease-out}.rhoh__timeline-item.visible{opacity:1;transform:translateX(0)}.rhoh__timeline-dot{position:absolute;left:-42px;top:0;width:42px;height:42px;background:rgba(0,115,230,0.2);border:3px solid #0073e6;border-radius:50%;transition:all 0.3s ease}.rhoh__timeline-dot::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#0073e6;border-radius:50%;transition:all 0.3s ease}.rhoh__timeline-item:hover .rhoh__timeline-dot{background:rgba(0,115,230,0.3);transform:scale(1.1)}.rhoh__timeline-item:hover .rhoh__timeline-dot::after{width:16px;height:16px}.rhoh__timeline-content{background:rgba(255,255,255,0.05);border:2px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;border-left:4px solid #0073e6;margin-left:1rem;transition:all 0.3s ease}.rhoh__timeline-item:hover .rhoh__timeline-content{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.2);transform:translateX(5px)}.rhoh__timeline-date{display:inline-block;background:rgba(0,115,230,0.2);color:#0073e6;padding:0.35rem 0.75rem;border-radius:20px;font-size:0.85rem;font-weight:600;margin-bottom:0.75rem}.rhoh__timeline-item-title{color:var(--color-text,white);font-size:1.15rem;margin:0 0 0.75rem 0;font-weight:600}.rhoh__timeline-item-desc{color:var(--color-text-secondary,rgba(255,255,255,0.85));line-height:1.6;font-size:0.95rem;margin:0}[data-theme="light"] .rhoh__timeline-dot{background:rgba(0,115,230,0.08)}[data-theme="light"] .rhoh__timeline-content{background:rgba(0,0,0,0.03);border-color:rgba(0,0,0,0.1)}[data-theme="light"] .rhoh__timeline-item:hover .rhoh__timeline-content{background:rgba(0,0,0,0.05);border-color:rgba(0,0,0,0.15)}@media (max-width:768px){.rhoh__timeline-line{padding-left:34px}.rhoh__timeline-line::before{left:15px}.rhoh__timeline-dot{left:-34px;width:32px;height:32px;border-width:2px}.rhoh__timeline-dot::after{width:10px;height:10px}.rhoh__timeline-content{padding:1.25rem;margin-left:0.5rem}.rhoh__timeline-item{margin-bottom:2.5rem}.rhoh__timeline-item-title{font-size:1.05rem}.rhoh__timeline-item-desc{font-size:0.9rem}}@media (prefers-reduced-motion:reduce){.rhoh__timeline-item{opacity:1;transform:none;transition:none}.rhoh__timeline-dot,.rhoh__timeline-content{transition:none}}