:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5;color:#333}.hero{text-align:center;padding:40px 20px 30px;background:#fff;border-bottom:1px solid #e0e0e0}.hero-title{font-size:2.5rem;margin-bottom:12px;font-weight:600;color:#1a1a2e}.hero-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.main-content{flex:1;padding:40px 20px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1000px;margin:0 auto}.feature-card{background:#fff;border-radius:16px;padding:30px 24px;text-align:center;border:1px solid #e0e0e0;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.feature-icon{font-size:48px;margin-bottom:20px}.feature-title{font-size:1.4rem;margin-bottom:12px;font-weight:600;color:#1a1a2e}.feature-description{color:#666;margin-bottom:24px;line-height:1.5}.instructions{text-align:left;margin-top:20px}.instruction-step{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.instruction-step:last-child{border-bottom:none}.step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#1a1a2e;color:#fff;border-radius:50%;margin-right:12px;font-size:14px;font-weight:600;flex-shrink:0}.btn{padding:10px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#1a1a2e;color:#fff}.btn-primary:hover{background:#2d2d44}.btn-secondary{background:#f0f0f0;color:#333;border:1px solid #ddd}.btn-secondary:hover{background:#e0e0e0}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.tips-section{max-width:1000px;margin:40px auto 0;padding:30px;background:#fff;border-radius:16px;border:1px solid #e0e0e0}.tips-title{text-align:center;font-size:1.5rem;margin-bottom:30px;font-weight:600;color:#1a1a2e}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.tip{text-align:center;padding:16px;background:#fafafa;border-radius:12px}.tip h4{font-size:1.1rem;margin-bottom:8px;color:#1a1a2e}.tip p{color:#666;font-size:.9rem;line-height:1.4}.footer{text-align:center;padding:30px 20px;background:#fff;border-top:1px solid #e0e0e0;margin-top:20px}.footer-text{margin-bottom:12px;color:#666}@media(max-width:768px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px 20px}.tips-section{padding:20px}.tips-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#6a11cb,#2575fc);color:#333;line-height:1.6}#root,.app{min-height:100vh}.btn{padding:14px 28px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;min-width:160px;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea99}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f8f9fa;color:#333;border:2px solid #dee2e6}.btn-secondary:hover{background:#e9ecef;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#20bf6b,#01baef);color:#fff;box-shadow:0 4px 15px #20bf6b66}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 20px #20bf6b99}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.container{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column}@media(max-width:768px){.container{padding:15px}.btn{width:100%;margin-bottom:12px}}
