.quick-start-page{min-height:100vh;padding:2rem 0;background:var(--background-primary)}.quick-start-container{max-width:1000px;margin:0 auto;padding:0 2rem}.quick-start-header{text-align:center;margin-bottom:3rem}.quick-start-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.quick-start-header p{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.steps-section{margin-bottom:4rem}.steps-section h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.steps-list{display:flex;flex-direction:column;gap:2rem}.step-item{display:flex;gap:2rem;padding:2rem;background:var(--background-secondary);border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease}.step-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:var(--primary-color)}.step-number{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.step-icon{font-size:2rem;padding:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.step-num{background:var(--primary-color);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.step-content h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.step-content p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.step-tips h4{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.step-tips ul{list-style:none;padding:0;margin:0}.step-tips li{font-size:.9rem;color:var(--text-tertiary);margin-bottom:.25rem;padding-left:1rem;position:relative}.step-tips li:before{content:"•";color:var(--primary-color);position:absolute;left:0;font-weight:700}.features-overview{margin-bottom:4rem}.features-overview h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;position:relative}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000026;border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.feature-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.feature-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.feature-badge.free{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.feature-badge.premium{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.troubleshooting-section{margin-bottom:4rem}.troubleshooting-section h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.troubleshooting-list{display:flex;flex-direction:column;gap:1.5rem}.troubleshooting-item{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease}.troubleshooting-item:hover{border-color:var(--primary-color);transform:translateY(-1px)}.issue,.solution{margin-bottom:.5rem}.issue strong,.solution strong{color:var(--text-primary)}.issue{color:#ef4444}.solution{color:var(--text-secondary)}.next-steps h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.next-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.next-step-card{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.next-step-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:var(--primary-color)}.next-step-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.next-step-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.cta-link{display:inline-block;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.75rem 1.5rem;border-radius:20px;text-decoration:none;font-weight:600;transition:all .3s ease}.cta-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff00004d;text-decoration:none}@media(max-width:768px){.quick-start-container{padding:0 1rem}.quick-start-header h1{font-size:2rem}.step-item{flex-direction:column;text-align:center;gap:1rem}.step-number{flex-direction:row;justify-content:center}.features-grid,.next-steps-grid{grid-template-columns:1fr}.steps-section h2,.features-overview h2,.troubleshooting-section h2,.next-steps h2{font-size:1.5rem}}
