:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-tertiary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-muted: #6a6a6a;--border-color: #2a2a2a;--accent-color: #1d9bf0;--accent-hover: #1a8cd8;--success-color: #22c55e;--warning-color: #f59e0b;--danger-color: #ef4444}[data-astro-cid-xmtt7qhv]{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}header[data-astro-cid-xmtt7qhv]{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content[data-astro-cid-xmtt7qhv]{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-xmtt7qhv]{font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none}nav[data-astro-cid-xmtt7qhv]{display:flex;gap:1.5rem}nav[data-astro-cid-xmtt7qhv] a[data-astro-cid-xmtt7qhv]{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}nav[data-astro-cid-xmtt7qhv] a[data-astro-cid-xmtt7qhv]:hover{color:var(--text-primary)}main[data-astro-cid-xmtt7qhv]{max-width:1200px;margin:0 auto;padding:2rem}h1[data-astro-cid-xmtt7qhv]{font-size:2rem;margin-bottom:.5rem}.subtitle[data-astro-cid-xmtt7qhv]{color:var(--text-secondary);margin-bottom:2rem}.generator-container[data-astro-cid-xmtt7qhv]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 900px){.generator-container[data-astro-cid-xmtt7qhv]{grid-template-columns:1fr}}.panel[data-astro-cid-xmtt7qhv]{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.panel-header[data-astro-cid-xmtt7qhv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-title[data-astro-cid-xmtt7qhv]{font-size:1.1rem;font-weight:600}.form-group[data-astro-cid-xmtt7qhv]{margin-bottom:1rem}.form-group[data-astro-cid-xmtt7qhv] label[data-astro-cid-xmtt7qhv]{display:block;color:var(--text-secondary);font-size:.85rem;margin-bottom:.5rem}.form-group[data-astro-cid-xmtt7qhv] input[data-astro-cid-xmtt7qhv],.form-group[data-astro-cid-xmtt7qhv] select[data-astro-cid-xmtt7qhv],.form-group[data-astro-cid-xmtt7qhv] textarea[data-astro-cid-xmtt7qhv]{width:100%;padding:.75rem;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:.9rem;font-family:inherit}.form-group[data-astro-cid-xmtt7qhv] input[data-astro-cid-xmtt7qhv]:focus,.form-group[data-astro-cid-xmtt7qhv] select[data-astro-cid-xmtt7qhv]:focus,.form-group[data-astro-cid-xmtt7qhv] textarea[data-astro-cid-xmtt7qhv]:focus{outline:none;border-color:var(--accent-color)}.form-group[data-astro-cid-xmtt7qhv] textarea[data-astro-cid-xmtt7qhv]{min-height:80px;resize:vertical}.form-row[data-astro-cid-xmtt7qhv]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.char-count[data-astro-cid-xmtt7qhv]{font-size:.75rem;color:var(--text-muted);text-align:right;margin-top:.25rem}.char-count[data-astro-cid-xmtt7qhv].warning{color:var(--warning-color)}.char-count[data-astro-cid-xmtt7qhv].danger{color:var(--danger-color)}.btn[data-astro-cid-xmtt7qhv]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary[data-astro-cid-xmtt7qhv]{background-color:var(--accent-color);color:#fff}.btn-primary[data-astro-cid-xmtt7qhv]:hover{background-color:var(--accent-hover)}.btn-secondary[data-astro-cid-xmtt7qhv]{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary[data-astro-cid-xmtt7qhv]:hover{background-color:var(--border-color)}.btn-sm[data-astro-cid-xmtt7qhv]{padding:.4rem .8rem;font-size:.8rem}.button-group[data-astro-cid-xmtt7qhv]{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.card-type-selector[data-astro-cid-xmtt7qhv]{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.card-type-btn[data-astro-cid-xmtt7qhv]{padding:.75rem 1.25rem;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.85rem;transition:all .2s;flex:1;text-align:center;min-width:140px}.card-type-btn[data-astro-cid-xmtt7qhv]:hover{color:var(--text-primary);border-color:var(--text-muted)}.card-type-btn[data-astro-cid-xmtt7qhv].active{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.card-type-btn[data-astro-cid-xmtt7qhv] small[data-astro-cid-xmtt7qhv]{display:block;font-size:.7rem;margin-top:.25rem;opacity:.8}.twitter-preview-container[data-astro-cid-xmtt7qhv]{background-color:#000;padding:16px;border-radius:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.twitter-card-summary[data-astro-cid-xmtt7qhv]{display:flex;border:1px solid #2f3336;border-radius:16px;overflow:hidden;background-color:#000;max-width:504px}.summary-image[data-astro-cid-xmtt7qhv]{width:125px;height:125px;flex-shrink:0;background-color:#2f3336;display:flex;align-items:center;justify-content:center;overflow:hidden}.summary-image[data-astro-cid-xmtt7qhv] img[data-astro-cid-xmtt7qhv]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.summary-content[data-astro-cid-xmtt7qhv]{padding:12px;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.summary-domain[data-astro-cid-xmtt7qhv]{font-size:13px;color:#71767b;margin-bottom:2px;display:flex;align-items:center;gap:4px}.summary-title[data-astro-cid-xmtt7qhv]{font-size:15px;font-weight:400;color:#e7e9ea;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:2px}.summary-description[data-astro-cid-xmtt7qhv]{font-size:15px;color:#71767b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.twitter-card-large[data-astro-cid-xmtt7qhv]{border:1px solid #2f3336;border-radius:16px;overflow:hidden;background-color:#000;max-width:504px}.large-image[data-astro-cid-xmtt7qhv]{width:100%;aspect-ratio:2 / 1;background-color:#2f3336;display:flex;align-items:center;justify-content:center;overflow:hidden}.large-image[data-astro-cid-xmtt7qhv] img[data-astro-cid-xmtt7qhv]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.large-content[data-astro-cid-xmtt7qhv]{padding:12px}.large-domain[data-astro-cid-xmtt7qhv]{font-size:13px;color:#71767b;margin-bottom:2px;display:flex;align-items:center;gap:4px}.large-title[data-astro-cid-xmtt7qhv]{font-size:15px;font-weight:400;color:#e7e9ea;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:2px}.large-description[data-astro-cid-xmtt7qhv]{font-size:15px;color:#71767b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-placeholder[data-astro-cid-xmtt7qhv]{color:#71767b;font-size:.85rem}.preview-card[data-astro-cid-xmtt7qhv]{display:none}.preview-card[data-astro-cid-xmtt7qhv].active{display:block}.code-output[data-astro-cid-xmtt7qhv]{margin-top:1.5rem}.code-output-header[data-astro-cid-xmtt7qhv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.code-output-label[data-astro-cid-xmtt7qhv]{font-size:.85rem;color:var(--text-secondary)}.code-block[data-astro-cid-xmtt7qhv]{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;padding:1rem;overflow-x:auto}.code-block[data-astro-cid-xmtt7qhv] pre[data-astro-cid-xmtt7qhv]{margin:0;font-family:Monaco,Menlo,Courier New,monospace;font-size:.8rem;color:var(--text-primary);white-space:pre-wrap;word-break:break-all}.info-box[data-astro-cid-xmtt7qhv]{background-color:#1d9bf01a;border:1px solid rgba(29,155,240,.3);border-radius:6px;padding:1rem;margin-bottom:1.5rem}.info-box[data-astro-cid-xmtt7qhv] p[data-astro-cid-xmtt7qhv]{font-size:.85rem;color:var(--text-secondary);margin:0}.info-box[data-astro-cid-xmtt7qhv] strong[data-astro-cid-xmtt7qhv]{color:var(--accent-color)}.tips-section[data-astro-cid-xmtt7qhv]{margin-top:1.5rem;padding:1rem;background-color:var(--bg-tertiary);border-radius:6px}.tips-title[data-astro-cid-xmtt7qhv]{font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:var(--warning-color)}.tips-list[data-astro-cid-xmtt7qhv]{list-style:none;font-size:.85rem;color:var(--text-secondary)}.tips-list[data-astro-cid-xmtt7qhv] li[data-astro-cid-xmtt7qhv]{margin-bottom:.5rem;padding-left:1.25rem;position:relative}.tips-list[data-astro-cid-xmtt7qhv] li[data-astro-cid-xmtt7qhv]:before{content:"•";position:absolute;left:0;color:var(--warning-color)}.privacy-notice[data-astro-cid-xmtt7qhv]{margin-top:3rem;padding:1.5rem;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px}.privacy-notice[data-astro-cid-xmtt7qhv] h2[data-astro-cid-xmtt7qhv]{font-size:1.1rem;margin-bottom:.5rem}.privacy-notice[data-astro-cid-xmtt7qhv] p[data-astro-cid-xmtt7qhv]{color:var(--text-secondary);font-size:.9rem}.seo-content[data-astro-cid-xmtt7qhv]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.seo-content[data-astro-cid-xmtt7qhv] h2[data-astro-cid-xmtt7qhv]{font-size:1.3rem;margin-bottom:1rem}.seo-content[data-astro-cid-xmtt7qhv] h3[data-astro-cid-xmtt7qhv]{font-size:1.1rem;margin:1.5rem 0 .75rem}.seo-content[data-astro-cid-xmtt7qhv] p[data-astro-cid-xmtt7qhv],.seo-content[data-astro-cid-xmtt7qhv] li[data-astro-cid-xmtt7qhv]{color:var(--text-secondary);margin-bottom:.75rem}.seo-content[data-astro-cid-xmtt7qhv] ul[data-astro-cid-xmtt7qhv],.seo-content[data-astro-cid-xmtt7qhv] ol[data-astro-cid-xmtt7qhv]{margin-left:1.5rem;margin-bottom:1rem}.seo-content[data-astro-cid-xmtt7qhv] code[data-astro-cid-xmtt7qhv]{background-color:var(--bg-tertiary);padding:.2rem .4rem;border-radius:4px;font-size:.85em}.seo-content[data-astro-cid-xmtt7qhv] pre[data-astro-cid-xmtt7qhv]{background-color:var(--bg-tertiary);padding:1rem;border-radius:6px;overflow-x:auto;margin:1rem 0}.seo-content[data-astro-cid-xmtt7qhv] pre[data-astro-cid-xmtt7qhv] code[data-astro-cid-xmtt7qhv]{background:none;padding:0}footer[data-astro-cid-xmtt7qhv]{text-align:center;padding:2rem;color:var(--text-muted);font-size:.85rem;border-top:1px solid var(--border-color);margin-top:3rem}footer[data-astro-cid-xmtt7qhv] a[data-astro-cid-xmtt7qhv]{color:var(--text-secondary);text-decoration:none}footer[data-astro-cid-xmtt7qhv] a[data-astro-cid-xmtt7qhv]:hover{color:var(--text-primary)}
