:root{--background-color:#fff;--text-color:#000;--border-color:#e0e0e0;--button-bg:#000;--button-text:#fff}body{background-color:var(--background-color);color:var(--text-color);margin:0;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container{width:100%;max-width:800px;margin:0 auto}header{text-align:center;margin-bottom:2rem}header h1{margin:0;font-size:2.5rem}header p{color:#666;font-size:1.1rem}.converter{flex-direction:column;gap:1rem;display:flex}textarea{border:1px solid var(--border-color);resize:vertical;box-sizing:border-box;border-radius:6px;width:100%;min-height:200px;padding:1rem;font-size:1rem}textarea:focus{border-color:#000;outline:none}#resultText{background-color:#f9f9f9}.controls{gap:.5rem;display:flex}select,button{border:1px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:6px;padding:.75rem 1rem;font-size:1rem}select{flex-grow:1}button{color:#000;background-color:#f0f0f0;border:1px solid #ddd;border-radius:6px;padding:8px 16px;font-weight:500;transition:background-color .2s}button:hover{background-color:#e5e5e5}#clearButton{color:#000;background-color:#f0f0f0}#clearButton:hover{background-color:#e5e5e5}#statistics{text-align:center;color:#666;margin-top:1rem;font-size:.9rem}footer{text-align:center;color:#999;margin-top:3rem}footer a{color:#000;text-decoration:none}footer a:hover{text-decoration:underline}@media (max-width:600px){body{padding:1rem}.controls{flex-direction:column}header h1{font-size:2rem}}.mt-5{margin-top:1rem}.skip-link{color:#fff;z-index:100;background:#4f46e5;padding:8px;text-decoration:none;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero{text-align:center;margin-bottom:2rem;padding:1rem 0}.hero h1{color:#1f2937;margin:0 0 1rem;font-size:2.2rem;line-height:1.3}.hero .highlight{color:#4f46e5}.hero .subtitle{color:#6b7280;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.help-text{color:#9ca3af;margin:-.5rem 0 .5rem;font-size:.85rem}#statistics{text-align:center;color:#6b7280;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.features{margin:3rem 0;padding:2rem 0}.features h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.8rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.feature-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-card h3{color:#1f2937;margin:0 0 .75rem;font-size:1.1rem}.feature-card p{color:#6b7280;margin:0;font-size:.95rem;line-height:1.5}.case-types{margin:3rem 0;padding:2rem 0}.case-types h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.8rem}.case-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.case-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.case-card:hover{border-color:#4f46e5;box-shadow:0 2px 8px #4f46e51a}.case-card h3{color:#4f46e5;margin:0 0 .5rem;font-size:1.1rem}.case-card p{color:#6b7280;margin:0 0 .75rem;font-size:.9rem;line-height:1.5}.case-card code{color:#374151;background:#f3f4f6;border-radius:4px;padding:.5rem;font-family:Monaco,Menlo,monospace;font-size:.85rem;display:block}.use-cases{margin:3rem 0;padding:2rem 0}.use-cases h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.8rem}.use-case-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.use-case h3{color:#1f2937;margin:0 0 1rem;font-size:1.1rem}.use-case ul{color:#6b7280;margin:0;padding-left:1.25rem}.use-case li{margin-bottom:.5rem;line-height:1.5}.how-to-use{background:#f9fafb;border-radius:12px;margin:3rem 0;padding:2rem}.how-to-use h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.8rem}.steps{counter-reset:step-counter;margin:0;padding:0;list-style:none}.steps li{margin-bottom:1.5rem;padding-left:3rem;position:relative}.steps li:before{counter-increment:step-counter;content:counter(step-counter);color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.steps strong{color:#1f2937;margin-bottom:.25rem;display:block}.steps p{color:#6b7280;margin:0;font-size:.95rem}.faq{margin:3rem 0;padding:2rem 0}.faq h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.8rem}.faq-list{max-width:800px;margin:0 auto}.faq-list dt{color:#1f2937;cursor:pointer;border-bottom:1px solid #e5e7eb;margin-top:1.5rem;margin-bottom:.5rem;padding:.5rem 0;font-weight:600}.faq-list dd{color:#6b7280;margin:0 0 1rem;padding-left:0;line-height:1.6}.related-tools{border-top:1px solid #e5e7eb;margin:3rem 0;padding:2rem 0}.related-tools h2{text-align:center;color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem}.tool-list{flex-wrap:wrap;justify-content:center;gap:1rem;padding:0;list-style:none;display:flex}.tool-list li{color:#6b7280}.tool-list a{color:#4f46e5;font-weight:500;text-decoration:none}.tool-list a:hover{text-decoration:underline}.site-footer{background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:3rem;padding:3rem 0 1.5rem}.footer-content{flex-direction:column;gap:2rem;margin-bottom:2rem;display:flex}.footer-brand{max-width:400px}.footer-brand strong{color:#1f2937;font-size:1.3rem}.footer-brand p{color:#6b7280;margin-top:.5rem;font-size:.95rem;line-height:1.5}.footer-sections{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;display:grid}.footer-section h4{color:#374151;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.footer-section nav{flex-direction:column;gap:.5rem;display:flex}.footer-section a{color:#6b7280;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#4f46e5}.footer-bottom{border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.copyright{color:#6b7280;margin:0;font-size:.85rem}.copyright a{color:#6b7280;text-decoration:none}.copyright a:hover{text-decoration:underline}.footer-share a{color:#4f46e5;font-size:.85rem;text-decoration:none}.footer-share a:hover{text-decoration:underline}@media (max-width:640px){.footer-sections{grid-template-columns:repeat(2,1fr)}.footer-bottom{text-align:center;flex-direction:column}}.before-after-section{margin:3rem 0;padding:2rem 0}.before-after-section h2{text-align:center;color:#1f2937;margin-bottom:.5rem;font-size:1.8rem}.before-after-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.before-after-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.before-after-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.before-after-card h3{color:#1f2937;margin:0 0 1rem;font-size:1.1rem}.before-after-card .comparison{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.before-after-card .before-box,.before-after-card .after-box{background:#f9fafb;border-radius:6px;padding:.75rem;font-family:Monaco,Menlo,monospace;font-size:.85rem}.before-after-card .before-box{border-left:3px solid #ef4444}.before-after-card .after-box{border-left:3px solid #10b981}.before-after-card .label{text-transform:uppercase;color:#6b7280;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.before-after-card .before-box .label{color:#ef4444}.before-after-card .after-box .label{color:#10b981}.before-after-card code{color:#374151;word-break:break-word;line-height:1.4;display:block}.before-after-card .arrow{text-align:center;color:#4f46e5;font-size:1.25rem;font-weight:700}.before-after-card .example-link{color:#4f46e5;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.before-after-card .example-link:hover{text-decoration:underline}@media (max-width:768px){.hero h1{font-size:1.6rem}.before-after-grid{grid-template-columns:1fr}.before-after-card{padding:1rem}.hero .subtitle{font-size:1rem}.features h2,.case-types h2,.use-cases h2,.how-to-use h2,.faq h2{font-size:1.4rem}.footer-content{text-align:center;flex-direction:column}.footer-brand p{max-width:100%}.footer-links{justify-content:center}}.content-section{margin:2rem 0}.content-section h2{color:#1f2937;margin-bottom:1rem;font-size:1.6rem}.content-section h3{color:#374151;margin:1.5rem 0 .75rem;font-size:1.2rem}.content-section p,.content-section ul{color:#6b7280;line-height:1.7}.content-section ul{margin:.5rem 0;padding-left:1.5rem}.content-section li{margin-bottom:.5rem}.converter-section{margin:2rem 0}
