: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}.hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#111827;font-weight:700}.subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.tool-layout{display:grid;grid-template-columns:380px 1fr;gap:2rem;margin-bottom:4rem}@media (max-width: 1024px){.tool-layout{grid-template-columns:1fr}}.control-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;height:fit-content;position:sticky;top:20px;box-shadow:0 1px 3px #0000001a}.control-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.control-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.control-section h2{font-size:1rem;margin-bottom:1rem;color:#111827;font-weight:600}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#374151}.form-group input[type=text],.form-group input[type=number],.form-group select{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=color]{width:100%;height:44px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;padding:4px}.radio-group{display:flex;gap:1rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.radio-label input[type=radio]{cursor:pointer;width:16px;height:16px}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.hint{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.style-grid{display:grid;grid-template-columns:1fr;gap:.5rem;max-height:400px;overflow-y:auto;padding-right:4px}.style-grid::-webkit-scrollbar{width:6px}.style-grid::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.style-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.style-grid::-webkit-scrollbar-thumb:hover{background:#9ca3af}.style-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.style-option:hover{border-color:#3b82f6;background:#f9fafb}.style-option.active{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 3px #3b82f61a}.style-preview-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:6px;flex-shrink:0}.style-option.active .style-preview-icon{background:#fff}.style-info{display:flex;flex-direction:column;gap:.125rem;flex:1}.style-info strong{font-size:.875rem;color:#111827;font-weight:600}.style-info span{font-size:.75rem;color:#6b7280}.style-select{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s}.style-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s;background:#f9fafb}.upload-area:hover{border-color:#3b82f6;background:#eff6ff}.upload-area.dragover{border-color:#3b82f6;background:#dbeafe;transform:scale(1.02)}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b7280}.upload-placeholder svg{color:#9ca3af}.upload-placeholder p{margin:0;font-size:.875rem}.btn{padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f633}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.btn-large{width:100%;padding:.875rem 1.5rem;font-size:1rem}.poster-stats{font-size:.875rem;color:#6b7280}.preview-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.preview-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.preview-header h2{margin:0;font-size:1.125rem;color:#111827;font-weight:600}.preview-area{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.preview-wrapper{position:relative;display:inline-block}.preview-placeholder{text-align:center;color:#9ca3af}.preview-placeholder svg{margin-bottom:1rem}.preview-placeholder p{margin:0;font-size:.875rem}#preview-canvas{max-width:100%;max-height:600px;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;background:#fff}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:grid}.features{margin:4rem 0}.features h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.feature-card h3{font-size:1.125rem;margin-bottom:.75rem;color:#111827;font-weight:600}.feature-card p{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}.faq{margin:4rem 0}.faq h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:all .3s}.faq-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.faq-item h3{font-size:1.125rem;margin-bottom:.75rem;color:#111827;font-weight:600}.faq-item p{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}.content-section{max-width:800px;margin:0 auto 2rem}.content-section h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;color:#111827;font-weight:600}.content-section p{color:#374151;line-height:1.7;margin-bottom:1rem}.how-to-section{margin:4rem 0;background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:3rem 2rem;border-radius:12px}.how-to-section h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;transition:all .3s}.step-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-card h3{font-size:1.125rem;margin-bottom:.75rem;color:#111827;font-weight:600}.step-card p{color:#6b7280;line-height:1.6;margin:0}.best-practices{margin:4rem 0}.best-practices h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tip-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.tip-card h3{font-size:1.125rem;margin-bottom:1rem;color:#111827;font-weight:600}.tip-card p{color:#374151;line-height:1.6;margin-bottom:.75rem}.tip-card p:last-child{margin-bottom:0}.tip-card strong{color:#111827}.assembly-section{margin:4rem 0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem 2rem}.assembly-section h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.assembly-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.assembly-card{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;padding:1.5rem}.assembly-card strong{display:block;font-size:1rem;margin-bottom:.5rem;color:#111827;font-weight:600}.assembly-card p{color:#6b7280;line-height:1.6;margin:0;font-size:.875rem}.use-cases{margin:4rem 0}.use-cases h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.technical-specs{margin:4rem 0;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:3rem 2rem;border-radius:12px}.technical-specs h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#111827;font-weight:700}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.spec-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.spec-card h3{font-size:1.125rem;margin-bottom:1rem;color:#111827;font-weight:600}.spec-card p{color:#374151;line-height:1.7;margin-bottom:.75rem}.spec-card p:last-child{margin-bottom:0}.spec-card strong{color:#111827}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
