.usage-guide-page{min-height:100vh;position:relative}.usage-guide-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;background:linear-gradient(180deg,#FBF1EC,#FFFFFF 46%)}.usage-guide-hero{position:relative;z-index:1;padding:100px 0 70px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.usage-guide-hero-title{font-size:60px;line-height:70px}.usage-guide-hero-subtitle,.usage-guide-hero-title{font-family:Montserrat,sans-serif;font-weight:600;color:#000000;text-align:center;margin:0}.usage-guide-hero-subtitle{font-size:21px;line-height:26px}.usage-guide-sections{display:flex;flex-direction:column}.ug-section{width:100%;padding:0 20px;margin-bottom:60px}.ug-section:last-child{margin-bottom:0}.ug-section-container{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:36px;opacity:0;transition:opacity 1.2s ease-out}.ug-section-visible .ug-section-container{opacity:1}.ug-section-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;opacity:0;transform:translateY(24px)}.ug-section-visible .ug-section-header{animation:ugSlideUp .6s ease .1s forwards}.ug-section-title{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;font-size:38px;font-weight:600;line-height:56px;text-align:center;color:#000000;margin:0}.ug-section-subtitle{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;line-height:28px;text-align:center;color:rgba(0,0,0,.5);margin:0}.ug-items-list{display:flex;flex-direction:column;gap:4px;width:100%;opacity:0;transform:translateY(24px)}.ug-section-visible .ug-items-list{animation:ugSlideUp .6s ease .2s forwards}.ug-item{display:block;cursor:pointer;text-align:left;width:100%;font:inherit;transition:background .2s ease}.ug-item-active{text-decoration:underline;text-decoration-color:#F3A04C;text-decoration-thickness:1px;text-underline-offset:7px}.ug-item-colon,.ug-item-label{font-size:16px;font-weight:500;color:#000}.ug-item-colon,.ug-item-content,.ug-item-label{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:28px}.ug-item-content{font-size:14px;font-weight:400;color:rgba(0,0,0,.8)}.ug-image-area{position:relative;width:100%;max-width:1000px;opacity:0;transform:translateY(24px)}.ug-section-visible .ug-image-area{animation:ugSlideUp .6s ease .3s forwards}.ug-image-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:rgba(0,0,0,.03);color:rgba(0,0,0,.5);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;z-index:1}.ug-image-arrow-left{left:12px}.ug-image-arrow-right{right:12px}.ug-image-arrow:hover:not(:disabled){background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.25)}.ug-image-arrow:disabled{opacity:.3;cursor:not-allowed}.ug-image-wrapper{position:relative;width:100%;aspect-ratio:1000/337;overflow:hidden}.ug-image-slide{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;display:flex;align-items:center;justify-content:center}.ug-image-slide-active{opacity:1}.ug-image-img{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top}.ug-dots{position:static;width:auto;height:auto;border-radius:97px;opacity:0;transform:translateY(60px);display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px;gap:16px;background:rgba(0,0,0,.03);z-index:2;transition:opacity .5s ease,transform .5s ease}.ug-section-visible .ug-dots{animation:ugFadeInUp .8s ease .6s forwards}.ug-dot{position:static;width:16px;height:16px;border-radius:50%;opacity:1;background:rgba(0,0,0,.05);border:none;cursor:pointer;padding:0;z-index:0;transition:background-color .2s ease}.ug-dot:hover:not(.active){background:rgba(0,0,0,.1)}.ug-dot.active{background:#000000}.usage-guide-footer-cta{position:relative;z-index:2;overflow:hidden;padding:200px 0;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.usage-guide-footer-gradient{position:absolute;left:50%;top:566px;width:100%;max-width:1200px;min-width:360px;height:420px;opacity:.3;filter:blur(200px);z-index:0;transform:translateX(-50%);background:linear-gradient(270deg,#FF4C10,#FFE017,#1BD1B3,#7C3BFF,#FF0000,#FF4C10);background-size:400% 400%;animation:gradient-flow 8s ease-in-out infinite}.usage-guide-footer-desc,.usage-guide-footer-title{position:relative;z-index:1}.usage-guide-footer-title{font-family:Montserrat,sans-serif;font-size:38px;line-height:56px;font-weight:600;color:#000000;text-align:center;margin:0}.usage-guide-footer-desc{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:28px;font-weight:400;color:rgba(0,0,0,.5);text-align:center;margin:0}.usage-guide-footer-desc a{color:rgba(0,0,0,.7);text-decoration:none}.usage-guide-footer-desc a:hover{text-decoration:underline}@media (max-width:768px){.usage-guide-hero{padding:60px 24px 50px;gap:12px}.usage-guide-hero-title{font-size:48px;line-height:56px}.usage-guide-hero-subtitle{font-size:17px;line-height:24px}.ug-section{padding:0 24px;margin-bottom:48px}.ug-section-container{gap:28px}.ug-section-header{gap:8px}.ug-section-title{font-size:32px;line-height:44px}.ug-section-subtitle{font-size:16px;line-height:24px}.ug-items-list{gap:2px}.ug-item-colon,.ug-item-label{font-size:15px;line-height:26px}.ug-item-content{font-size:13px;line-height:24px}.ug-image-arrow{width:44px;height:44px;font-size:20px}.ug-image-arrow-left{left:8px}.ug-image-arrow-right{right:8px}.ug-dots{padding:10px;gap:12px;transform:translateY(40px)}.ug-dot{width:12px;height:12px}.usage-guide-footer-cta{padding:120px 24px 100px;gap:16px}.usage-guide-footer-title{font-size:32px;line-height:44px}.usage-guide-footer-desc{font-size:16px;line-height:26px}}@media (max-width:480px){.usage-guide-hero{padding:48px 16px 40px;gap:10px}.usage-guide-hero-title{font-size:32px;line-height:40px}.usage-guide-hero-subtitle{font-size:14px;line-height:22px}.ug-section{padding:0 16px;margin-bottom:40px}.ug-section-container{gap:24px}.ug-section-header{gap:6px}.ug-section-title{font-size:26px;line-height:36px}.ug-section-subtitle{font-size:14px;line-height:22px}.ug-items-list{gap:0}.ug-item-colon,.ug-item-label{font-size:14px;line-height:24px}.ug-item-content{font-size:13px;line-height:22px}.ug-item-active{text-underline-offset:5px}.ug-image-arrow{width:40px;height:40px;font-size:18px}.ug-image-arrow-left{left:6px}.ug-image-arrow-right{right:6px}.ug-dots{padding:8px;gap:10px;transform:translateY(32px)}.ug-dot{width:10px;height:10px}.usage-guide-footer-cta{padding:80px 16px 60px;gap:12px}.usage-guide-footer-title{font-size:26px;line-height:36px}.usage-guide-footer-desc{font-size:14px;line-height:22px}}@keyframes ugSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes ugFadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}