*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#f1f5f9;color:#0f172a;line-height:1.5}.container{max-width:1280px;margin:0 auto;padding:0 20px}.hero{text-align:center;padding:40px 0 30px}h1{font-size:2rem;font-weight:800;letter-spacing:-0.02em;margin-bottom:16px;color:#0f172a}@media(min-width:768px){h1{font-size:3rem}}h1 span{background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-desc{font-size:1rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.6}.hero-desc strong{color:#1e40af}.hero-desc i{margin:0 2px}@media(min-width:768px){.hero-desc{font-size:1.2rem}}.stats{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:36px 0 0}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:12px 20px;min-width:115px;text-align:center;transition:all .3s}@media(min-width:640px){.stat-card{padding:16px 28px;min-width:140px}}.stat-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.stat-icon{font-size:1.5rem;margin-bottom:6px;color:#1e40af}@media(min-width:768px){.stat-icon{font-size:1.8rem}}.stat-value{font-size:.95rem;font-weight:700;color:#1e40af}.stat-label{font-size:.65rem;color:#64748b;margin-top:4px}.download-card{background:#fff;border-radius:32px;padding:28px 20px;margin:30px 0;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.04)}@media(min-width:768px){.download-card{padding:40px;border-radius:40px;margin:40px 0}}.store-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:28px}.store-tab{background:#f8fafc;border:1px solid #e2e8f0;padding:8px 16px;border-radius:60px;font-weight:600;font-size:.75rem;cursor:pointer;color:#475569;transition:all .2s}@media(min-width:768px){.store-tab{padding:10px 28px;font-size:.9rem}}.store-tab.active{background:#1e40af;border-color:#1e40af;color:#fff;box-shadow:0 4px 12px rgba(30,64,175,.3)}.store-tab i{margin-right:6px}.input-row{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(min-width:768px){.input-row{flex-direction:row;gap:20px;margin-bottom:28px}}.input-field{flex:2;background:#f8fafc;border:1px solid #e2e8f0;border-radius:80px;display:flex;align-items:center;padding:4px 18px;gap:8px;transition:all .2s}.input-field:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);background:#fff}.input-field i{color:#3b82f6;font-size:1rem}.input-field input{background:transparent;border:none;padding:14px 0;flex:1;min-width:0;color:#0f172a;font-size:.9rem;font-family:'Courier New','SF Mono',monospace;font-weight:600;outline:none;letter-spacing:.3px}@media(min-width:768px){.input-field input{padding:18px 0;font-size:1rem}}.input-field input::placeholder{color:#94a3b8;font-size:.75rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-weight:400;letter-spacing:normal}.format-group{display:flex;background:#f8fafc;border:1px solid #e2e8f0;border-radius:80px;padding:4px;gap:6px;justify-content:center}@media(min-width:768px){.format-group{padding:6px;gap:8px;min-width:200px}}.format-option{padding:8px 20px;border-radius:60px;font-weight:600;cursor:pointer;background:transparent;color:#475569;font-size:.8rem;text-align:center;transition:all .2s;white-space:nowrap}@media(min-width:768px){.format-option{padding:14px 24px;font-size:.9rem}}.format-option.active{background:#1e40af;color:#fff}.format-option i{margin-right:6px}.download-btn{background:linear-gradient(135deg,#f97316,#ea580c);border:none;padding:16px 24px;border-radius:80px;font-weight:800;font-size:1rem;color:#fff;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;box-shadow:0 8px 20px rgba(234,88,12,.3);letter-spacing:.5px}@media(min-width:768px){.download-btn{padding:18px 40px;font-size:1.2rem}}.download-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-3px);box-shadow:0 12px 28px rgba(234,88,12,.4)}.download-btn:active{transform:translateY(0)}.download-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#f97316,#ea580c)}.history-section{background:#fff;border-radius:32px;padding:28px 20px;margin:30px 0;border:1px solid #e2e8f0}@media(min-width:768px){.history-section{padding:40px;margin:40px 0}}.history-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.history-title{font-size:1.2rem;font-weight:700;color:#0f172a}.history-title i{margin-right:8px;color:#1e40af}.clear-history-btn{background:#f1f5f9;border:1px solid #e2e8f0;padding:8px 16px;border-radius:40px;font-size:.75rem;cursor:pointer;color:#64748b;transition:all .2s}.clear-history-btn:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.clear-history-btn i{margin-right:6px}.history-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.history-empty{text-align:center;padding:40px;color:#94a3b8}.history-empty i{font-size:3rem;margin-bottom:12px;opacity:.5}.history-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;transition:all .2s}.history-item:hover{background:#eff6ff;border-color:#3b82f6}.history-item-info{display:flex;align-items:center;gap:12px;flex:1}.history-item-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;font-size:1.2rem}.history-item-details{flex:1}.history-item-name{font-weight:700;font-size:.9rem;color:#0f172a;margin-bottom:4px}.history-item-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.65rem;color:#64748b}.history-item-meta i{margin-right:4px}.history-item-actions{display:flex;gap:8px}.history-download-btn{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:8px 16px;border-radius:30px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(234,88,12,.3)}.history-download-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-1px);box-shadow:0 4px 10px rgba(234,88,12,.4)}.history-remove-btn{background:#f1f5f9;color:#ef4444;border:1px solid #e2e8f0;padding:6px 10px;border-radius:30px;font-size:.7rem;cursor:pointer;transition:all .2s}.history-remove-btn:hover{background:#fee2e2;border-color:#ef4444}.section-title{font-size:1.4rem;font-weight:700;margin:40px 0 20px;color:#0f172a}@media(min-width:768px){.section-title{font-size:1.8rem;margin:60px 0 28px}}.ext-list{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:40px}@media(min-width:500px){.ext-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.ext-list{grid-template-columns:repeat(3,1fr)}}.ext-item{background:#fff;border-radius:20px;padding:14px 18px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .3s;border:1px solid #e2e8f0}.ext-item:hover{background:#eff6ff;border-color:#3b82f6;transform:translateX(4px)}.ext-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:12px;font-size:1.5rem}.ext-icon i{font-size:1.8rem}.ext-info{flex:1}.ext-name{font-weight:800;font-size:.9rem;margin-bottom:4px;color:#0f172a}.ext-detail{font-size:.7rem;color:#64748b;line-height:1.4}.ext-badge{background:rgba(59,130,246,.1);padding:3px 10px;border-radius:30px;font-size:.6rem;font-weight:700;color:#2563eb;display:inline-block;margin-top:6px}.ext-badge i{margin-right:4px;font-size:.6rem}.ext-downloads{font-size:.65rem;color:#64748b;margin-top:6px;display:flex;align-items:center;gap:4px}.features{background:#fff;border-radius:32px;padding:28px 20px;margin:40px 0;border:1px solid #e2e8f0}@media(min-width:768px){.features{padding:40px}}.features-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{text-align:center;padding:24px 20px;background:#f8fafc;border-radius:24px;border:1px solid #e2e8f0;transition:all .3s}.feature-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.feature-card i{font-size:2.2rem;margin-bottom:12px;color:#1e40af}.feature-card h4{font-size:1rem;font-weight:700;margin-bottom:8px;color:#0f172a}.feature-card p{font-size:.75rem;color:#64748b;line-height:1.5}.faq-section{background:#fff;border-radius:32px;padding:28px 20px;margin:40px 0;border:1px solid #e2e8f0}@media(min-width:768px){.faq-section{padding:40px}}.faq-title{text-align:center;font-size:1.6rem;font-weight:700;margin-bottom:32px;color:#0f172a}.faq-title i{margin-right:10px;color:#1e40af}.faq-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.faq-grid{grid-template-columns:repeat(3,1fr)}}.faq-item{background:#f8fafc;border-radius:20px;padding:20px;border:1px solid #e2e8f0;transition:all .3s;cursor:pointer}.faq-item:hover{border-color:#3b82f6;background:#eff6ff}.faq-question{font-weight:700;font-size:.95rem;color:#1e40af;margin-bottom:10px;display:flex;align-items:center;gap:10px}.faq-question i{font-size:1.1rem}.faq-answer{font-size:.8rem;color:#475569;line-height:1.5;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:300px;margin-top:10px}.faq-item .faq-question .fa-chevron-down{margin-left:auto;transition:transform .3s ease}.faq-item.open .faq-question .fa-chevron-down{transform:rotate(180deg)}.guide{background:#fff;border-radius:32px;padding:28px 20px;margin:40px 0;border:1px solid #e2e8f0}@media(min-width:768px){.guide{padding:40px}}.guide-title{text-align:center;font-size:1.6rem;font-weight:700;margin-bottom:12px;color:#0f172a}.guide-sub{text-align:center;color:#64748b;margin-bottom:36px;font-size:.9rem}.steps{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.steps{grid-template-columns:repeat(4,1fr)}}.step{background:#f8fafc;padding:24px 20px;border-radius:24px;text-align:center;border:1px solid #e2e8f0;transition:all .3s}.step:hover{transform:translateY(-5px);border-color:#3b82f6}.step .step-icon{width:60px;height:60px;background:#fff;border-radius:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.8rem;color:#1e40af;border:1px solid #e2e8f0}.step h4{font-size:1rem;font-weight:700;margin-bottom:8px;color:#0f172a}.step p{font-size:.75rem;color:#64748b;line-height:1.4}.why-section{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:32px;padding:40px 28px;margin:40px 0;color:#fff}@media(min-width:768px){.why-section{padding:50px 40px}}.why-title{text-align:center;font-size:1.6rem;font-weight:700;margin-bottom:16px}.why-title i{margin-right:10px}.why-sub{text-align:center;opacity:.9;margin-bottom:40px;font-size:.95rem}.why-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{text-align:center;padding:24px;background:rgba(255,255,255,.1);border-radius:24px;backdrop-filter:blur(10px);transition:all .3s}.why-card:hover{background:rgba(255,255,255,.2);transform:translateY(-5px)}.why-card i{font-size:2.5rem;margin-bottom:16px}.why-card h4{font-size:1rem;font-weight:700;margin-bottom:8px}.why-card p{font-size:.75rem;opacity:.9;line-height:1.5}.seo-text{background:#fff;border-radius:32px;padding:28px 20px;margin:40px 0;border:1px solid #e2e8f0}@media(min-width:768px){.seo-text{padding:40px}}.seo-text h3{font-size:1.3rem;margin-bottom:16px;color:#1e40af;display:flex;align-items:center;gap:10px}.seo-text p{font-size:.85rem;color:#475569;line-height:1.6;margin-bottom:16px}.seo-text ul{list-style:none;margin-left:0}.seo-text li{margin:10px 0;display:flex;align-items:center;gap:10px;font-size:.85rem;color:#475569}.seo-text li i{color:#10b981;font-size:1rem}footer{text-align:center;padding:30px 0 40px;border-top:1px solid #e2e8f0;font-size:.7rem;color:#64748b}footer a{color:#2563eb;text-decoration:none}.toast-container{position:fixed;top:16px;right:16px;left:16px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none}@media(min-width:768px){.toast-container{top:24px;right:24px;left:auto;max-width:380px}}.toast{pointer-events:auto;background:#fff;border-radius:16px;padding:14px 18px;display:flex;gap:12px;box-shadow:0 8px 20px rgba(0,0,0,.1);border-left:4px solid;animation:slideInRight .3s ease}.toast.success{border-left-color:#10b981}.toast.error{border-left-color:#ef4444}.toast.info{border-left-color:#3b82f6}@keyframes slideInRight{from{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.history-list::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}