.social-scripts.svelte-v74fp{display:grid;grid-template-columns:1fr 1.5fr;gap:1.5rem;min-height:600px}@media(max-width:900px){.social-scripts.svelte-v74fp{grid-template-columns:1fr}}.script-browser.svelte-v74fp{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--bg-secondary);border-radius:1rem;border:1px solid var(--border-default)}.categories.svelte-v74fp{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn.svelte-v74fp{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s}.category-btn.svelte-v74fp:hover{border-color:var(--accent-tertiary);color:var(--text-primary)}.category-btn.active.svelte-v74fp{background:#f973161a;border-color:#f97316;color:#f97316}.cat-icon.svelte-v74fp{font-size:1rem}.script-list.svelte-v74fp{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.script-item.svelte-v74fp{text-align:left;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border-default);background:var(--bg-primary);cursor:pointer;transition:all .2s}.script-item.svelte-v74fp:hover{border-color:var(--accent-tertiary)}.script-item.active.svelte-v74fp{border-color:#f97316;background:#f973160d}.script-title.svelte-v74fp{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.script-situation.svelte-v74fp{font-size:.8125rem;color:var(--text-tertiary)}.saved-section.svelte-v74fp{border-top:1px solid var(--border-default);padding-top:1rem}.saved-section.svelte-v74fp h3:where(.svelte-v74fp){font-size:.875rem;font-weight:600;color:var(--text-secondary);margin:0 0 .75rem}.saved-list.svelte-v74fp{display:flex;flex-direction:column;gap:.375rem}.saved-item.svelte-v74fp{display:flex;align-items:center;gap:.5rem}.saved-btn.svelte-v74fp{flex:1;text-align:left;padding:.5rem .75rem;border-radius:.375rem;border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:all .2s}.saved-btn.svelte-v74fp:hover{border-color:var(--accent-primary)}.delete-btn.svelte-v74fp{width:1.75rem;height:1.75rem;border-radius:.25rem;border:none;background:transparent;color:var(--text-tertiary);font-size:1.25rem;cursor:pointer}.delete-btn.svelte-v74fp:hover{background:#ef44441a;color:#ef4444}.add-custom-btn.svelte-v74fp{padding:.75rem;border-radius:.5rem;border:2px dashed var(--border-default);background:transparent;color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all .2s}.add-custom-btn.svelte-v74fp:hover{border-color:var(--accent-tertiary);color:var(--accent-tertiary)}.script-editor.svelte-v74fp{padding:1.5rem;background:var(--bg-secondary);border-radius:1rem;border:1px solid var(--border-default)}.editor-header.svelte-v74fp h3:where(.svelte-v74fp){font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.editor-desc.svelte-v74fp{color:var(--text-secondary);font-size:.9375rem;margin:0 0 1rem}.editor-textarea.svelte-v74fp,.content-input.svelte-v74fp{width:100%;padding:1rem;border-radius:.75rem;border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-primary);font-size:.9375rem;font-family:JetBrains Mono,monospace;line-height:1.6;resize:vertical;margin-bottom:1rem}.editor-textarea.svelte-v74fp:focus,.content-input.svelte-v74fp:focus{outline:none;border-color:var(--accent-primary)}.editor-actions.svelte-v74fp{display:flex;gap:.75rem;margin-bottom:1.5rem}.copy-btn.svelte-v74fp{flex:1;padding:.75rem 1.5rem;border-radius:.5rem;border:none;background:#f97316;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.copy-btn.svelte-v74fp:hover{background:#ea580c}.clear-btn.svelte-v74fp{padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid var(--border-default);background:transparent;color:var(--text-secondary);font-weight:500;cursor:pointer}.clear-btn.svelte-v74fp:hover{border-color:var(--text-primary);color:var(--text-primary)}.tips-section.svelte-v74fp{padding:1rem 1.25rem;background:#f973161a;border-radius:.75rem;border:1px solid rgba(249,115,22,.2)}.tips-section.svelte-v74fp h4:where(.svelte-v74fp){font-size:.875rem;font-weight:600;color:#f97316;margin:0 0 .5rem}.tips-section.svelte-v74fp ul:where(.svelte-v74fp){margin:0;padding-left:1.25rem;color:var(--text-secondary);font-size:.9375rem}.tips-section.svelte-v74fp li:where(.svelte-v74fp){margin-bottom:.375rem}.custom-form.svelte-v74fp h3:where(.svelte-v74fp){font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.title-input.svelte-v74fp{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-primary);font-size:1rem;margin-bottom:1rem}.title-input.svelte-v74fp:focus{outline:none;border-color:var(--accent-primary)}.form-actions.svelte-v74fp{display:flex;justify-content:flex-end}.save-btn.svelte-v74fp{padding:.75rem 2rem;border-radius:.5rem;border:none;background:var(--accent-primary);color:#fff;font-weight:600;cursor:pointer}.save-btn.svelte-v74fp:hover{background:var(--accent-primary-hover)}.empty-state.svelte-v74fp{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;color:var(--text-tertiary)}.empty-icon.svelte-v74fp{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state.svelte-v74fp h3:where(.svelte-v74fp){font-size:1.25rem;color:var(--text-secondary);margin:0 0 .5rem}.empty-state.svelte-v74fp p:where(.svelte-v74fp){font-size:.9375rem;max-width:280px}.tool-page[data-astro-cid-57g2bgci]{--color-gold: #FFCF55;--color-coral: #FF6B5B;--font-display: "Fraunces", Georgia, serif;--font-body: "Atkinson Hyperlegible", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}.tool-header[data-astro-cid-57g2bgci]{position:relative;padding:3rem 0 4rem;overflow:hidden}.header-bg[data-astro-cid-57g2bgci]{position:absolute;inset:0}.dot-pattern[data-astro-cid-57g2bgci]{position:absolute;inset:0;background-image:radial-gradient(var(--text-primary) 1px,transparent 1px);background-size:24px 24px;opacity:.04}.shape[data-astro-cid-57g2bgci]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.tool-header[data-astro-cid-57g2bgci].gold .shape-1[data-astro-cid-57g2bgci]{width:400px;height:400px;background:var(--color-gold);top:-150px;right:-100px}.header-inner[data-astro-cid-57g2bgci]{position:relative;z-index:1}.breadcrumb[data-astro-cid-57g2bgci] ol[data-astro-cid-57g2bgci]{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0 0 2rem;font-family:var(--font-mono);font-size:.8125rem}.breadcrumb[data-astro-cid-57g2bgci] li[data-astro-cid-57g2bgci]{display:flex;align-items:center;gap:.5rem}.breadcrumb[data-astro-cid-57g2bgci] li[data-astro-cid-57g2bgci]:not(:last-child):after{content:"/";color:var(--text-tertiary)}.breadcrumb[data-astro-cid-57g2bgci] a[data-astro-cid-57g2bgci]{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.breadcrumb[data-astro-cid-57g2bgci] a[data-astro-cid-57g2bgci]:hover{color:var(--color-coral)}.breadcrumb[data-astro-cid-57g2bgci] span[data-astro-cid-57g2bgci][aria-current]{color:var(--color-gold);font-weight:500}.header-content[data-astro-cid-57g2bgci]{display:flex;gap:1.5rem;align-items:flex-start}.header-icon[data-astro-cid-57g2bgci]{flex-shrink:0;width:4rem;height:4rem;background:var(--text-primary);border:3px solid var(--text-primary);display:flex;align-items:center;justify-content:center;box-shadow:4px 4px 0 var(--color-gold)}.header-icon[data-astro-cid-57g2bgci] svg[data-astro-cid-57g2bgci]{width:2rem;height:2rem;color:var(--bg-primary)}.tool-label[data-astro-cid-57g2bgci]{display:inline-block;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold);margin-bottom:.5rem}.header-text[data-astro-cid-57g2bgci] h1[data-astro-cid-57g2bgci]{font-family:var(--font-display);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.header-text[data-astro-cid-57g2bgci] p[data-astro-cid-57g2bgci]{font-family:var(--font-body);color:var(--text-secondary);font-size:1.0625rem;line-height:1.6;margin:0;max-width:600px}.tool-content[data-astro-cid-57g2bgci]{padding:3rem 0}.tool-info[data-astro-cid-57g2bgci]{padding:3rem 0 4rem;background:var(--bg-secondary);border-top:3px solid var(--border-default)}.tool-info[data-astro-cid-57g2bgci] h2[data-astro-cid-57g2bgci]{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.tool-info[data-astro-cid-57g2bgci] p[data-astro-cid-57g2bgci]{font-family:var(--font-body);color:var(--text-secondary);line-height:1.7;margin:0 0 1rem}.tool-info[data-astro-cid-57g2bgci] ul[data-astro-cid-57g2bgci]{font-family:var(--font-body);color:var(--text-secondary);line-height:1.7;margin:0 0 1.5rem;padding-left:1.5rem}.tool-info[data-astro-cid-57g2bgci] li[data-astro-cid-57g2bgci]{margin-bottom:.5rem}.tool-info[data-astro-cid-57g2bgci] strong[data-astro-cid-57g2bgci]{color:var(--text-primary)}.privacy-note[data-astro-cid-57g2bgci]{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#ffcf5526;border:2px solid var(--color-gold);font-size:.9375rem}.privacy-note[data-astro-cid-57g2bgci] svg[data-astro-cid-57g2bgci]{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--color-gold);margin-top:.125rem}@media(max-width:640px){.tool-header[data-astro-cid-57g2bgci]{padding:2rem 0 3rem}.header-content[data-astro-cid-57g2bgci]{flex-direction:column;gap:1rem}.header-icon[data-astro-cid-57g2bgci]{width:3rem;height:3rem}.header-icon[data-astro-cid-57g2bgci] svg[data-astro-cid-57g2bgci]{width:1.5rem;height:1.5rem}}
