:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101828;background-color:#f5f5f5;line-height:1.5}body{margin:0}#app{min-height:100vh;padding:2rem;box-sizing:border-box;display:flex;justify-content:center}.app-shell{width:min(1100px,100%);background:#fff;box-shadow:0 12px 32px #0f172a1f;border-radius:16px;padding:32px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px}header h1{margin:0 0 .25rem;font-size:1.9rem}.brand-wrapper{display:flex;flex-direction:column;gap:6px}.brand{display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit}.brand img{flex-shrink:0}.brand h1{margin:0 0 4px;font-size:1.9rem;color:#101828}.brand:hover h1{color:#7f56d9}.tagline{margin:0;color:#475467}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.control-card{background:#f9fafb;padding:16px;border-radius:12px;border:1px solid #eaecf0;display:flex;flex-direction:column;gap:12px}.control-card h2{margin:0;font-size:1rem;color:#1d2939}.file-input{border:2px dashed #d0d5dd;border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:border-color .2s ease;background:#fff}.file-input:hover{border-color:#7f56d9}.radio-group{display:flex;flex-wrap:wrap;gap:8px}.radio-group label{padding:8px 12px;border:1px solid #d0d5dd;border-radius:8px;cursor:pointer;transition:all .2s ease}.radio-group input[type=radio]{display:none}.radio-group input[type=radio]:checked+span{background:#7f56d9;color:#fff;border-color:#7f56d9}.slider{display:flex;align-items:center;gap:8px}.slider input[type=range]{flex:1}.preview{background:#0b1225;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px}.preview canvas{width:100%;max-height:460px;object-fit:contain;background:repeating-conic-gradient(from 45deg,#f5f5f5,#f5f5f5 90deg,#e4e4e7 90deg,#e4e4e7 180deg);border-radius:8px}.preview-meta{color:#f9fafb;font-size:.95rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.actions{display:flex;flex-wrap:wrap;gap:12px}button.primary{background:#7f56d9;border:none;color:#fff;padding:12px 18px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .2s ease}button.primary:disabled{background:#d0d5dd;cursor:not-allowed}button.secondary{background:transparent;border:1px solid #7f56d9;color:#7f56d9;padding:12px 18px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}button.secondary:hover{background:#7f56d914}.status{margin-top:8px;color:#475467;font-size:.9rem}.seo{background:#f9fafb;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:32px;color:#101828}.seo h2,.seo h3{margin:0 0 12px;color:#1d2939}.seo p{margin:0;color:#475467}.seo-intro p{font-size:1rem}.seo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.seo-grid article{background:#fff;border-radius:12px;padding:20px;border:1px solid #eaecf0;box-shadow:0 6px 16px #0f172a0f}.seo-grid ul,.seo-highlight ol,.seo-compare ul{list-style:none;padding:0;margin:0}.seo-highlight{background:#fff;border-radius:12px;padding:24px;border:1px solid #eaecf0}.seo-highlight ol{display:grid;row-gap:12px}.seo-highlight li strong{color:#1d2939}.tip{margin-top:16px;font-style:italic;color:#7f56d9}.seo-compare{background:#fff;border-radius:12px;padding:24px;border:1px solid #eaecf0}.seo-faq{display:grid;gap:12px}.seo-faq details{background:#fff;border:1px solid #eaecf0;border-radius:10px;padding:16px}.seo-faq summary{cursor:pointer;font-weight:600;color:#1d2939}.seo-faq p{margin-top:12px;color:#475467;line-height:1.6}@media (max-width: 720px){#app{padding:16px}.app-shell{padding:24px 20px}.preview canvas{max-height:300px}.seo{padding:24px;gap:24px}}.site-footer{margin-top:4rem;padding:3rem 0 2rem;background:#f9fafb;border-top:1px solid #e5e7eb}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content h3{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#111827;text-align:center}.footer-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.footer-tool-link{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;text-decoration:none;transition:all .2s ease}.footer-tool-link:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a;transform:translateY(-2px)}.footer-tool-link strong{font-size:1rem;font-weight:600;color:#111827}.footer-tool-link span{font-size:.875rem;color:#6b7280}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}.footer-bottom p{margin:.5rem 0;font-size:.875rem;color:#6b7280}@media (max-width: 768px){.footer-tools{grid-template-columns:1fr}}.preset-btn,.aspect-btn{padding:.75rem .5rem;background:#fff;border:2px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-align:center}.preset-btn:hover,.aspect-btn:hover{border-color:#3b82f6;background:#eff6ff}.preset-btn.active,.aspect-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.aspect-btn small{display:block;font-size:.75rem;font-weight:400;margin-top:.25rem;opacity:.8}.main-nav{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#111827;font-weight:600;font-size:1.125rem}.brand img{display:block}.brand-name{display:none}@media (min-width: 640px){.brand-name{display:inline}}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{padding:.5rem .875rem;border-radius:.375rem;text-decoration:none;color:#4b5563;font-size:.875rem;font-weight:500;transition:all .15s ease;white-space:nowrap}.nav-link:hover{background:#f3f4f6;color:#111827}.nav-link.active{background:#3b82f6;color:#fff}.nav-link.active:hover{background:#2563eb}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0}.hamburger{position:relative;width:24px;height:2px;background:#111827;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:#111827;transition:all .3s ease}.hamburger:before{top:-7px}.hamburger:after{bottom:-7px}.mobile-menu-toggle.open .hamburger{background:transparent}.mobile-menu-toggle.open .hamburger:before{top:0;transform:rotate(45deg)}.mobile-menu-toggle.open .hamburger:after{bottom:0;transform:rotate(-45deg)}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-links{position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:.5rem;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px #0000001a;max-height:0;overflow:hidden;opacity:0;transition:all .3s ease}.nav-links.open{max-height:500px;opacity:1}.nav-link{width:100%;padding:.75rem 1rem;border-radius:.375rem}}.breadcrumb{padding:1rem 0}.breadcrumb ol{display:flex;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.875rem;color:#6b7280}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:not(:last-child):after{content:"›";margin-left:.5rem;color:#9ca3af}.breadcrumb a{color:#3b82f6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb [aria-current=page]{color:#111827;font-weight:500}.related-tools{margin-top:4rem;padding:2rem 0;border-top:1px solid #e5e7eb}.related-tools h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.tool-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.tool-card{display:block;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;text-decoration:none;transition:all .2s ease}.tool-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px #3b82f61a;transform:translateY(-2px)}.tool-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.tool-card p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}
