.home-animations-root *{box-sizing:border-box;margin:0;padding:0}.home-animations-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);min-height:100vh;color:#fff}.home-animations-root .container{max-width:900px;margin:0 auto;padding:2rem}.home-animations-root h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#00d9ff,#00ff88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-animations-root .subtitle{text-align:center;color:#888;margin-bottom:3rem;font-size:1.1rem}.home-animations-root .roadmap{position:relative;padding:2rem 0}.home-animations-root .roadmap-row{position:relative;display:flex;justify-content:center;padding-bottom:60px}.home-animations-root .roadmap-row:last-child{padding-bottom:0}.home-animations-root .phase-card{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;width:320px;transition:all .5s ease;position:relative;overflow:hidden;opacity:.3;transform:scale(.95)}.home-animations-root .phase-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--phase-color);transform:scaleX(0);transition:transform .5s ease}.home-animations-root .roadmap-card{z-index:2}.home-animations-root .card-left{margin-right:auto;margin-left:30px}.home-animations-root .card-right{margin-left:auto;margin-right:30px}.home-animations-root .card-active{opacity:1;transform:scale(1)}.home-animations-root .card-active:before{transform:scaleX(1)}.home-animations-root .card-highlight{border-color:var(--phase-color);box-shadow:0 0 20px rgba(255,255,255,.15),0 0 40px var(--phase-color),0 0 80px var(--phase-color),inset 0 0 20px rgba(255,255,255,.03);animation:cardGlow 1s ease-in-out}@keyframes cardGlow{0%{transform:scale(1);box-shadow:0 0 0 rgba(255,255,255,0)}50%{transform:scale(1.02);box-shadow:0 0 30px rgba(255,255,255,.2),0 0 60px var(--phase-color),0 0 100px var(--phase-color)}to{transform:scale(1);box-shadow:0 0 20px rgba(255,255,255,.15),0 0 40px var(--phase-color),0 0 80px var(--phase-color)}}.home-animations-root .phase-number{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;background:var(--phase-color);border-radius:50%;font-weight:700;font-size:1.3rem;margin-bottom:1rem;box-shadow:0 4px 15px rgba(0,0,0,.3)}.home-animations-root .phase-title{font-size:1.4rem;font-weight:600;margin-bottom:.75rem;color:#fff}.home-animations-root .phase-description{color:#aaa;font-size:.9rem;line-height:1.6}.home-animations-root .phase-tasks{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.home-animations-root .phase-tasks h4{font-size:.85rem;color:#888;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.home-animations-root .phase-tasks ul{list-style:none}.home-animations-root .phase-tasks li{font-size:.85rem;color:#ccc;padding:.25rem 0 .25rem 1rem;position:relative}.home-animations-root .phase-tasks li:before{content:"→";position:absolute;left:0;color:var(--phase-color)}.home-animations-root .roadmap-path{position:absolute;width:200px;height:60px;bottom:0;z-index:1;overflow:visible}.home-animations-root .path-left{left:calc(30px + 320px)}.home-animations-root .path-right{right:calc(30px + 320px)}.home-animations-root .path-line{stroke-dasharray:1;stroke-dashoffset:1;opacity:.2;transition:opacity .5s ease}.home-animations-root .path-animated{animation:drawPath 1.2s ease forwards;opacity:1}.home-animations-root .path-glow-active{filter:drop-shadow(0 0 8px currentColor) drop-shadow(0 0 15px currentColor)}.home-animations-root .path-glowing{z-index:5}@keyframes drawPath{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@media (max-width:768px){.home-animations-root h1{font-size:1.8rem}.home-animations-root .container{padding:1rem}.home-animations-root .phase-card{width:100%;max-width:320px}.home-animations-root .card-left,.home-animations-root .card-right{margin:0 auto}.home-animations-root .roadmap-path{display:none}.home-animations-root .roadmap-row{padding-bottom:1.5rem}}