.guide-container{max-width:800px;margin:0 auto;padding:120px 20px 80px;color:#333}.guide-header{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.guide-title{font-size:2.5em;font-weight:800;margin-bottom:20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.3}.guide-intro{font-size:1.2em;color:#666;white-space:pre-line;line-height:1.6}.guide-step{margin-bottom:80px;background:white;padding:40px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);animation:fadeInUp .8s ease-out;border:1px solid rgba(0,0,0,.05)}.step-title{font-size:1.8em;font-weight:700;margin-bottom:20px;color:#333}.step-content{font-size:1.1em;color:#555;margin-bottom:20px;line-height:1.7}.step-links{display:flex;gap:15px;flex-wrap:wrap;margin-top:20px}.step-link{display:inline-block;padding:12px 24px;background:#f0f2f5;color:#333;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease}.step-link:hover{background:#e1e4e8;transform:translateY(-2px)}.gpt-link{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.gpt-link:hover{background:linear-gradient(135deg,#764ba2,#667eea);color:white;box-shadow:0 5px 15px rgba(102,126,234,.4)}.step-note{font-size:.9em;color:#888;margin-top:10px;font-style:italic}.step-quote{background:#f8f9fa;padding:20px;border-left:4px solid #667eea;border-radius:0 10px 10px 0;margin:20px 0;font-style:italic;color:#555}.step-result{background:#e8f5e9;padding:15px 20px;border-radius:10px;color:#2e7d32;margin-top:15px;font-weight:500}.step-image{margin-top:30px;border-radius:15px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.1)}.step-image img{width:100%;height:auto;display:block}.step-list{list-style:none;margin-top:20px}.step-list li{margin-bottom:12px;padding-left:20px;position:relative}.step-list li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.pro-tip{background:linear-gradient(135deg,#fff8e1,#ffecb3);padding:30px;border-radius:20px;margin-bottom:60px;border:1px solid #ffe082}.tip-title{font-size:1.2em;font-weight:700;color:#f57f17;margin-bottom:10px;display:flex;align-items:center;gap:10px}.tip-content{color:#5d4037}.guide-footer{text-align:center;font-size:1.5em;font-weight:700;color:#333;margin-top:60px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.guide-step:first-child{animation-delay:.1s}.guide-step:nth-child(2){animation-delay:.2s}.guide-step:nth-child(3){animation-delay:.3s}.guide-step:nth-child(4){animation-delay:.4s}.guide-step:nth-child(5){animation-delay:.5s}@media (max-width:768px){.guide-container{padding:100px 20px 60px}.guide-title{font-size:2em}.guide-step{padding:25px;margin-bottom:40px}.step-title{font-size:1.5em}}