*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background-color:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;min-height:100vh}.header{background-color:#1e293b;color:#f1f5f9;padding:12px 24px;box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:100;border-bottom:1px solid #334155}.logo{display:flex;align-items:center;gap:12px}.logo-text{font-size:18px;font-weight:600;letter-spacing:.5px;color:#f1f5f9}.main-content{flex:1;padding:20px;display:flex;flex-direction:column}.split-container{display:flex;gap:20px;flex:1;min-height:0}.left-panel,.right-panel{flex:1;display:flex;flex-direction:column;background-color:#1e293b;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.3);overflow:hidden;border:1px solid #334155}.panel-header{background-color:#334155;border-bottom:1px solid #475569;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.panel-header h3{font-size:14px;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.5px}.editor-textarea{flex:1;padding:16px;border:none;outline:none;resize:none;font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1.6;color:#e2e8f0;background-color:#1e293b}.editor-textarea::placeholder{color:#64748b}.html-preview{flex:1;padding:26px;overflow-y:auto;font-size:14px;line-height:1.6;color:#000;background-color:#fff}.html-preview h1,.html-preview h2,.html-preview h3,.html-preview h4,.html-preview h5,.html-preview h6{margin:16px 0 8px 0;font-weight:600;color:#000}.html-preview h1{font-size:24px}.html-preview h2{font-size:20px}.html-preview h3{font-size:18px}.html-preview h4{font-size:16px}.html-preview p{margin:8px 0}.html-preview code{background-color:#334155;padding:2px 6px;border-radius:4px;font-family:'Courier New',Courier,monospace;font-size:13px;color:#f87171}.html-preview pre{background-color:#0f172a;color:#e2e8f0;padding:12px;border-radius:6px;overflow-x:auto;margin:12px 0;border:1px solid #334155}.html-preview pre code{background-color:transparent;color:inherit;padding:0}.html-preview ul,.html-preview ol{margin:8px 0;padding-left:24px}.html-preview li{margin:4px 0}.html-preview blockquote{border-left:4px solid #3b82f6;padding-left:16px;margin:12px 0;color:#000;font-style:italic}.html-preview a{color:#00f;text-decoration:none}.html-preview a:hover{text-decoration:underline;color:#000}.html-preview hr{border:none;border-top:2px solid #334155;margin:16px 0}.copy-button{position:absolute;top:12px;right:16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 2px 4px rgba(59,130,246,.3)}.copy-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px rgba(59,130,246,.4)}.copy-button:active{transform:translateY(0)}.copy-button.copied{background-color:#10b981}.right-panel{position:relative}.footer{background-color:#1e293b;color:#94a3b8;text-align:center;padding:16px;font-size:13px;border-top:1px solid #334155}@media (max-width:768px){.split-container{flex-direction:column}.main-content{padding:12px}}.seo-content{background-color:#1e293b;padding:60px 20px;margin-top:40px;border-top:1px solid #334155}.seo-container{max-width:1280px;margin:0 auto;color:#e2e8f0}.seo-title{font-size:32px;font-weight:700;color:#f1f5f9;margin-bottom:24px;line-height:1.3}.seo-subtitle{font-size:24px;font-weight:600;color:#f1f5f9;margin-top:40px;margin-bottom:16px;line-height:1.4}.seo-intro,.seo-howto,.seo-about,.seo-benefits,.seo-syntax,.seo-faq,.seo-conclusion{margin-bottom:32px}.seo-intro p,.seo-about p,.seo-howto p,.seo-conclusion p{font-size:16px;line-height:1.7;color:#cbd5e1;margin-bottom:16px}.seo-features ul,.seo-benefits ul,.seo-howto ol{list-style:none;padding-left:0}.seo-features li,.seo-benefits li{font-size:16px;line-height:1.7;color:#cbd5e1;margin-bottom:12px;padding-left:28px;position:relative}.seo-features li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:bold;font-size:18px}.seo-benefits li:before{content:"→";position:absolute;left:0;color:#8b5cf6;font-weight:bold;font-size:18px}.seo-howto ol{counter-reset:step-counter}.seo-howto li{font-size:16px;line-height:1.7;color:#cbd5e1;margin-bottom:12px;padding-left:40px;position:relative;counter-increment:step-counter}.seo-howto li:before{content:counter(step-counter);position:absolute;left:0;top:0;background-color:#3b82f6;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:14px}.seo-syntax{background-color:#0f172a;padding:24px;border-radius:8px;border:1px solid #334155}.seo-syntax h3{font-size:18px;font-weight:600;color:#f1f5f9;margin-top:24px;margin-bottom:12px}.seo-syntax h3:first-child{margin-top:0}.seo-syntax pre{background-color:#1e293b;padding:16px;border-radius:6px;overflow-x:auto;margin:12px 0;border:1px solid #334155}.seo-syntax code{font-family:'Courier New',Courier,monospace;font-size:14px;color:#e2e8f0;line-height:1.6}.seo-faq{background-color:#0f172a;padding:32px;border-radius:8px;border:1px solid #334155}.faq-item{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #334155}.faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.faq-item h3{font-size:18px;font-weight:600;color:#60a5fa;margin-bottom:12px}.faq-item p{font-size:16px;line-height:1.7;color:#cbd5e1}.seo-conclusion{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);padding:32px;border-radius:8px;text-align:center}.seo-conclusion .seo-subtitle{color:#fff;margin-top:0}.seo-conclusion p{color:rgba(255,255,255,.95);font-size:17px;line-height:1.7}@media (max-width:768px){.seo-content{padding:40px 16px}.seo-title{font-size:26px}.seo-subtitle{font-size:20px}.seo-intro p,.seo-features li,.seo-benefits li,.seo-howto li,.seo-about p,.faq-item p,.seo-conclusion p{font-size:15px}.seo-faq{padding:24px 20px}}