:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--bg-primary: #f8fafc;--bg-secondary: white;--bg-tertiary: #f1f5f9;--bg-input: white;--border-color: #e2e8f0;--border-color-light: #d1d5db;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #64748b;--text-label: #374151;--accent-color: #3b82f6;--accent-hover: #2563eb;--toggle-bg: #d1d5db;--scrollbar-track: #f1f5f9;--scrollbar-thumb: #cbd5e1;--scrollbar-thumb-hover: #94a3b8;--code-bg: #0f172a;--code-text: #e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-tertiary: #171717;--bg-input: #0a0a0a;--border-color: #262626;--border-color-light: #404040;--text-primary: #fafafa;--text-secondary: #d4d4d4;--text-muted: #a3a3a3;--text-label: #e5e5e5;--accent-color: #60a5fa;--accent-hover: #3b82f6;--toggle-bg: #404040;--scrollbar-track: #0a0a0a;--scrollbar-thumb: #404040;--scrollbar-thumb-hover: #525252;--code-bg: #000000;--code-text: #e5e5e5}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-tertiary: #171717;--bg-input: #0a0a0a;--border-color: #262626;--border-color-light: #404040;--text-primary: #fafafa;--text-secondary: #d4d4d4;--text-muted: #a3a3a3;--text-label: #e5e5e5;--accent-color: #60a5fa;--accent-hover: #3b82f6;--toggle-bg: #404040;--scrollbar-track: #0a0a0a;--scrollbar-thumb: #404040;--scrollbar-thumb-hover: #525252;--code-bg: #000000;--code-text: #e5e5e5}}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}#root{min-height:100vh}a{font-weight:500;color:var(--accent-color);text-decoration:none}a:hover{color:var(--accent-hover)}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.privacy-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}.privacy-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;position:sticky;top:0;z-index:100;transition:background-color .2s ease,border-color .2s ease}.privacy-header-content{max-width:800px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .15s ease}.back-link:hover{color:var(--accent-color)}.back-link svg{width:20px;height:20px}.privacy-main{flex:1;padding:2rem 1.5rem 4rem}.privacy-content{max-width:800px;margin:0 auto}.privacy-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.privacy-content .last-updated{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.privacy-content section{margin-bottom:2rem}.privacy-content h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.privacy-content p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.privacy-content ul{margin:0 0 1rem 1.5rem;color:var(--text-secondary)}.privacy-content li{font-size:1rem;line-height:1.7;margin-bottom:.5rem}.privacy-content a{color:var(--accent-color);text-decoration:none;transition:opacity .15s ease}.privacy-content a:hover{opacity:.8;text-decoration:underline}.privacy-content strong{color:var(--text-primary);font-weight:600}.privacy-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.5rem;text-align:center;transition:background-color .2s ease,border-color .2s ease}.privacy-footer p{margin:0;font-size:.875rem;color:var(--text-muted)}.privacy-footer a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.privacy-footer a:hover{color:var(--accent-color)}@media(max-width:640px){.privacy-content h1{font-size:1.5rem}.privacy-content h2{font-size:1.125rem}.privacy-content p,.privacy-content li{font-size:.9375rem}}.about-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}.about-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;position:sticky;top:0;z-index:100;transition:background-color .2s ease,border-color .2s ease}.about-header-content{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.about-main{flex:1;padding:2rem 1.5rem 4rem}.about-content{max-width:800px;margin:0 auto}.about-hero{text-align:center;margin-bottom:2rem}.about-hero-flag{width:80px;height:auto;margin-bottom:1.5rem}.about-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.about-content .tagline{font-size:1.125rem;color:var(--text-muted);margin-bottom:0}.about-intro{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);text-align:center;margin-bottom:1.5rem}.about-badges{display:flex;justify-content:center;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.about-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.about-content section{margin-bottom:3rem}.about-content h2{font-size:1.375rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.about-content p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.about-content a{color:var(--accent-color);text-decoration:none;transition:opacity .15s ease}.about-content a:hover{opacity:.8;text-decoration:underline}.about-content strong{color:var(--text-primary);font-weight:600}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.benefit-card{padding:1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;text-align:center;transition:border-color .15s ease,transform .15s ease}.benefit-card:hover{border-color:var(--accent-color);transform:translateY(-2px)}.benefit-icon{width:48px;height:48px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border-radius:12px;color:var(--accent-color)}.benefit-icon svg{width:24px;height:24px}.benefit-card h3{font-size:1rem;font-weight:600;margin-bottom:.375rem;color:var(--text-primary)}.benefit-card p{font-size:.875rem;line-height:1.5;color:var(--text-muted);margin:0}.feature-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;transition:border-color .15s ease}.feature-item:hover{border-color:var(--border-color-light)}.feature-item svg{width:24px;height:24px;flex-shrink:0;color:var(--accent-color);margin-top:2px}.feature-item div{display:flex;flex-direction:column;gap:.25rem}.feature-item strong{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.feature-item span{font-size:.875rem;color:var(--text-muted)}.dev-section{padding:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px}.dev-section h2{margin-bottom:1.25rem}.dev-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.25rem}.dev-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.dev-item svg{width:20px;height:20px;flex-shrink:0;color:var(--accent-color)}.dev-item span{font-size:.9375rem}.dev-section>p{margin-bottom:0;color:var(--text-muted)}.credits-section{padding:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px}.credits-section h2{margin-bottom:1rem}.credits-section p:last-child{margin-bottom:0}.showcase-cta-link{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:var(--accent-color);color:#fff!important;font-size:1rem;font-weight:600;text-decoration:none!important;border-radius:10px;transition:opacity .15s ease,transform .15s ease}.showcase-cta-link:hover{opacity:.9;transform:translateY(-1px);color:#fff!important}.showcase-cta-link svg{width:20px;height:20px}.showcase-cta-link span{color:#fff}.about-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.5rem;text-align:center;transition:background-color .2s ease,border-color .2s ease}.about-footer p{margin:0;font-size:.875rem;color:var(--text-muted)}.about-footer a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.about-footer a:hover{color:var(--accent-color)}@media(max-width:640px){.about-hero-flag{width:64px}.about-content h1{font-size:1.5rem}.about-content .tagline,.about-intro{font-size:1rem}.about-content h2{font-size:1.125rem}.about-content p{font-size:.9375rem}.benefit-grid,.dev-grid{grid-template-columns:1fr}.dev-section,.credits-section{padding:1.5rem}.feature-item{padding:.875rem 1rem}}.showcase-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}.showcase-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;position:sticky;top:0;z-index:100;transition:background-color .2s ease,border-color .2s ease}.showcase-header-content{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-nav-link{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.header-nav-link:hover{color:var(--accent-color)}.header-nav-link svg{width:16px;height:16px}.showcase-main{flex:1;padding:2rem 1.5rem 4rem}.showcase-content{max-width:800px;margin:0 auto}.showcase-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.showcase-content .tagline{font-size:1.125rem;color:var(--text-muted);margin-bottom:2.5rem}.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.showcase-card{display:flex;gap:1rem;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;text-decoration:none;color:inherit;transition:all .2s ease}.showcase-card:hover{border-color:var(--accent-color);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.showcase-card-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border-radius:10px;color:var(--text-muted)}.showcase-card-icon svg{width:28px;height:28px}.showcase-card-icon.has-logo{background:transparent}.showcase-card-icon img{width:48px;height:48px;object-fit:contain;border-radius:10px}.showcase-card-content{flex:1;min-width:0}.showcase-card h3{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:var(--text-primary)}.showcase-card-company{font-size:.875rem;color:var(--text-muted);margin:0 0 .5rem}.showcase-card-desc{font-size:.875rem;color:var(--text-secondary);margin:0 0 .75rem;line-height:1.5}.showcase-card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--accent-color)}.showcase-card-link svg{width:14px;height:14px}.showcase-cta{padding:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;text-align:center}.showcase-cta h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.showcase-cta p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin:0}.showcase-cta a{color:var(--accent-color);text-decoration:none;font-weight:500;transition:opacity .15s ease}.showcase-cta a:hover{opacity:.8;text-decoration:underline}.showcase-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.5rem;text-align:center;transition:background-color .2s ease,border-color .2s ease}.showcase-footer p{margin:0;font-size:.875rem;color:var(--text-muted)}.showcase-footer a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.showcase-footer a:hover{color:var(--accent-color)}@media(max-width:640px){.showcase-content h1{font-size:1.5rem}.showcase-content .tagline{font-size:1rem}.showcase-grid{grid-template-columns:1fr}.showcase-card{padding:1.25rem}.showcase-cta{padding:1.5rem}.showcase-cta h2{font-size:1.125rem}.showcase-cta p{font-size:.9375rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);transition:background-color .2s ease}.app-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;position:sticky;top:0;z-index:100;transition:background-color .2s ease,border-color .2s ease}.header-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem}.logo-flag{width:48px;height:auto}.logo h1{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.reset-button{padding:.5rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.reset-button:hover{background:var(--border-color);color:var(--text-primary)}.site-theme-toggle{display:flex;align-items:center;background:var(--bg-tertiary);border-radius:6px;padding:2px;border:1px solid var(--border-color)}.site-theme-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.site-theme-btn:hover{color:var(--text-primary)}.site-theme-btn.active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 2px #0000001a}.site-theme-btn svg{width:18px;height:18px}.app-main{flex:1;display:flex;max-width:1600px;margin:0 auto;width:100%}.sidebar{width:360px;background:var(--bg-secondary);border-right:1px solid var(--border-color);overflow-y:auto;height:calc(100vh - 80px);position:sticky;top:80px;transition:background-color .2s ease,border-color .2s ease}.content{flex:1;padding:1.5rem;overflow-y:auto}.customization-panel{padding:1rem}.panel-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.panel-section:last-child{border-bottom:none;margin-bottom:0}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem}.section-content{display:flex;flex-direction:column;gap:.75rem}.field{display:flex;flex-direction:column;gap:.375rem}.field-label{font-size:.8125rem;font-weight:500;color:var(--text-label);display:flex;justify-content:space-between;align-items:center}.field-value{font-size:.75rem;color:var(--text-muted);font-weight:400}.field-select,.field-input{padding:.5rem .75rem;border:1px solid var(--border-color-light);border-radius:6px;font-size:.875rem;color:var(--text-primary);background:var(--bg-input);transition:border-color .15s ease,box-shadow .15s ease,background-color .2s ease}.field-select:focus,.field-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a}.field-range{width:100%;height:6px;border-radius:3px;background:var(--border-color);appearance:none;cursor:pointer}.field-range::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent-color);cursor:pointer;transition:transform .15s ease}.field-range::-webkit-slider-thumb:hover{transform:scale(1.1)}.color-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.field-color{min-width:0}.color-input-wrapper{display:flex;gap:.5rem;align-items:center}.field-color-picker{width:36px;height:36px;padding:0;border:1px solid var(--border-color-light);border-radius:6px;cursor:pointer;flex-shrink:0}.field-color-picker::-webkit-color-swatch-wrapper{padding:2px}.field-color-picker::-webkit-color-swatch{border-radius:4px;border:none}.field-color-text{flex:1;padding:.5rem;border:1px solid var(--border-color-light);border-radius:6px;font-size:.75rem;font-family:monospace;min-width:0;background:var(--bg-input);color:var(--text-primary)}.field-toggle{flex-direction:row;justify-content:space-between;align-items:center}.toggle-button{background:none;border:none;cursor:pointer;padding:0}.toggle-track{display:block;width:44px;height:24px;background:var(--toggle-bg);border-radius:12px;position:relative;transition:background-color .2s ease}.toggle-button.active .toggle-track{background:var(--accent-color)}.toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.toggle-button.active .toggle-thumb{transform:translate(20px)}.preview-text{padding:.5rem;background:var(--bg-tertiary);border-radius:4px;font-size:.8125rem;color:var(--text-muted)}.icon-picker{display:flex;flex-direction:column;gap:.5rem}.icon-categories{display:flex;flex-wrap:wrap;gap:.25rem}.icon-category-btn{padding:.25rem .5rem;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:4px;font-size:.6875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.icon-category-btn:hover{border-color:var(--border-color-light);color:var(--text-secondary)}.icon-category-btn.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem}.icon-option{aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:.375rem;border:2px solid var(--border-color);background:var(--bg-tertiary);border-radius:6px;cursor:pointer;transition:all .15s ease}.icon-option:hover{border-color:var(--border-color-light);background:var(--bg-secondary)}.icon-option.selected{border-color:var(--accent-color);background:var(--bg-secondary)}.icon-option img{width:100%;height:100%;object-fit:contain}.icon-grid.bw-icons.light .bw-icon{filter:brightness(0)}.icon-grid.bw-icons.dark .bw-icon{filter:brightness(0) invert(1)}.preview-section{background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);margin-bottom:1.5rem;overflow:hidden;transition:background-color .2s ease,border-color .2s ease}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.preview-header h2{font-size:1rem;font-weight:600;color:var(--text-primary)}.preview-controls{display:flex;align-items:center;gap:.75rem}.preview-theme-toggle{display:flex;background:var(--bg-tertiary);border-radius:6px;padding:2px}.preview-custom-bg{display:flex;align-items:center;gap:.375rem}.preview-color-picker{width:28px;height:28px;padding:0;border:1px solid var(--border-color-light);border-radius:4px;cursor:pointer;flex-shrink:0}.preview-color-picker::-webkit-color-swatch-wrapper{padding:2px}.preview-color-picker::-webkit-color-swatch{border-radius:2px;border:none}.preview-color-input{width:90px;padding:.375rem .5rem;border:1px solid var(--border-color-light);border-radius:4px;font-size:.75rem;font-family:monospace;background:var(--bg-input);color:var(--text-primary);transition:border-color .15s ease}.preview-color-input:focus{outline:none;border-color:var(--accent-color)}.preview-color-input::placeholder{color:var(--text-muted)}.preview-color-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:var(--bg-tertiary);border-radius:4px;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;transition:all .15s ease}.preview-color-clear:hover{background:var(--border-color);color:var(--text-primary)}.theme-btn{padding:.375rem .75rem;border:none;background:transparent;border-radius:4px;font-size:.8125rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.theme-btn.active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 2px #0000000d}.preview-area{padding:3rem;display:flex;justify-content:center;align-items:center;min-height:200px;transition:background-color .2s ease}.preview-area.light{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.preview-area.dark{background:linear-gradient(135deg,#1e293b,#0f172a)}.preview-area.custom-bg{background:none}.preview-wrapper{max-width:100%}.preview-wrapper.banner-mode{width:100%}.code-section{background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;transition:background-color .2s ease,border-color .2s ease}.code-generator{display:flex;flex-direction:column}.code-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.code-header h3{font-size:1rem;font-weight:600;color:var(--text-primary)}.format-tabs{display:flex;gap:.5rem}.format-tab{padding:.375rem .75rem;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.format-tab:hover{border-color:var(--border-color-light);color:var(--text-secondary)}.format-tab.active{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary)}.code-content{position:relative}.code-block{margin:0;padding:1.5rem;background:var(--code-bg);color:var(--code-text);font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.6;overflow-x:auto;max-height:400px;overflow-y:auto}.code-block code{white-space:pre}.copy-button{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:var(--accent-color);color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.copy-button:hover{background:var(--accent-hover)}.app-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.5rem;transition:background-color .2s ease,border-color .2s ease}.footer-content{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-info{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:var(--text-muted)}.footer-info p{margin:0}.footer-info a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.footer-info a:hover{color:var(--accent-color)}.footer-nav{display:flex;align-items:center;gap:1.5rem}.footer-nav a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.footer-nav a:hover{color:var(--accent-color)}@media(max-width:1024px){.app-main{flex-direction:column}.sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--border-color);max-height:50vh}}@media(max-width:640px){.header-content{flex-direction:column;gap:1rem;text-align:center}.logo{flex-direction:column;gap:.5rem}.header-actions{width:100%;justify-content:center}.preview-area{padding:1.5rem}.preview-header{flex-direction:column;gap:.75rem}.preview-controls{flex-wrap:wrap;justify-content:center}.color-grid{grid-template-columns:1fr}.code-header{flex-direction:column;gap:1rem}.format-tabs{flex-wrap:wrap;justify-content:center}.icon-grid{display:flex;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.icon-option{flex:0 0 60px;width:60px;height:60px}.footer-info{flex-direction:column;gap:1rem}.footer-nav{gap:1rem}}
