html{scroll-behavior:smooth}.btn-ghost{border-radius:2rem;padding:.55rem 1.6rem;font-weight:700;transition:transform .2s}.btn-ghost:hover,.btn-ghost:focus{transform:translateY(-2px)}.hero-games{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--page-bg) 0%,#051e2a 50%,#042518 100%)}.hero-orb{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,0.14) 0%,transparent 70%);top:-60px;right:-80px;pointer-events:none;animation:orbBreath 10s ease-in-out infinite}@keyframes orbBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.1) translateY(-18px)}}.feature-card,.note-card,.stat-card{border-radius:1.1rem;transition:transform .25s,box-shadow .25s}.feature-card:hover,.note-card:hover,.stat-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(0,0,0,0.35)}.icon-circle{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.marquee-wrap{overflow:hidden;white-space:nowrap;padding:.7rem 0}.marquee-inner{display:inline-flex;gap:2rem;animation:marqueeRun 30s linear infinite}.marquee-wrap:hover .marquee-inner{animation-play-state:paused}@keyframes marqueeRun{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.image-frame{border-radius:1rem;overflow:hidden;margin:0}.image-frame img{display:block;width:100%;height:auto}.gradient-title{}.timeline-step{display:flex;gap:1.25rem;padding-bottom:2rem;position:relative}.timeline-step:not(:last-child)::before{content:'';position:absolute;left:1.4rem;top:3.2rem;width:2px;height:calc(100% - 1.8rem);border-left:2px dashed rgba(20,184,166,0.35)}.timeline-num{flex-shrink:0;width:2.8rem;height:2.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.shortcut-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shortcut-scroll::-webkit-scrollbar{display:none}.shortcut-row{display:flex;gap:.75rem;padding:.25rem .1rem}.shortcut-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem 1rem;border-radius:.85rem;min-width:5rem;transition:transform .2s}.shortcut-item:hover{transform:translateY(-3px)}.shortcut-item i{font-size:1.6rem}.shortcut-item span{font-size:.78rem;font-weight:600;white-space:nowrap}.reveal{opacity:1;transform:translateY(16px);transition:transform .5s ease}.reveal.is-visible{transform:none}.back-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 16px rgba(20,184,166,0.4)}@media(max-width:767px){.hero-orb{width:200px;height:200px}}
