:root{--bg-color: #0d1117;--card-bg-color: rgba(22, 27, 34, .7);--border-color: #30363d;--text-color: #c9d1d9;--text-color-secondary: #8b949e;--primary-color: #2f81f7;--primary-color-hover: #1f6eeb;--secondary-color: #21262d;--secondary-color-hover: #30363d;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);margin:0}.main-container.svelte-490hh4{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}.hero-section.svelte-490hh4{text-align:center;padding:2.5rem 0}.hero-title.svelte-490hh4{font-size:3.75rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:1rem}.gradient-text.svelte-490hh4{background-image:linear-gradient(to right,#3b82f6,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle.svelte-490hh4{font-size:1.25rem;color:var(--text-color-secondary);max-width:48rem;margin:0 auto 2rem;text-align:left}.hero-actions.svelte-490hh4{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem}.btn.svelte-490hh4{font-weight:700;padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease-in-out}.btn.svelte-490hh4:hover{transform:scale(1.05)}.btn-primary.svelte-490hh4{background-color:var(--primary-color);color:#fff}.btn-primary.svelte-490hh4:hover{background-color:var(--primary-color-hover)}.btn-secondary.svelte-490hh4{background-color:var(--secondary-color);color:#fff}.btn-secondary.svelte-490hh4:hover{background-color:var(--secondary-color-hover)}.hero-stats.svelte-490hh4{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;color:#fff}.stat-item.svelte-490hh4{display:flex;align-items:center;gap:.5rem;font-weight:600}.stat-item.svelte-490hh4 .fa-star:where(.svelte-490hh4){color:#facc15}.stat-item.svelte-490hh4 .fa-eye:where(.svelte-490hh4),.stat-item.svelte-490hh4 .fa-code-fork:where(.svelte-490hh4){color:var(--text-color-secondary)}.section-container.svelte-490hh4{padding:4rem 0}.section-title.svelte-490hh4{font-size:2.25rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1rem}.section-subtitle.svelte-490hh4{font-size:1rem;color:var(--text-color-secondary);max-width:42rem;margin:0 auto 3rem;text-align:left}.card.svelte-490hh4{background-color:var(--card-bg-color);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .3s ease-in-out;padding:1.5rem}.features-grid.svelte-490hh4{display:grid;gap:2rem}.feature-card.svelte-490hh4{text-align:center;display:flex;align-items:center}.feature-card.svelte-490hh4:hover{transform:scale(1.05);border-color:#2f81f780}.feature-icon.svelte-490hh4{font-size:2.5rem;margin-bottom:1rem;background-color:transparent}.feature-title.svelte-490hh4{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature-description.svelte-490hh4{color:var(--text-color-secondary)}.tabs-wrapper.svelte-490hh4{max-width:56rem;margin:0 auto}.tabs-container.svelte-490hh4{display:flex;gap:.5rem;padding:.25rem;background-color:#161b22;border-radius:.5rem;margin-bottom:1rem}.tab-button.svelte-490hh4{flex:1;text-align:center;padding:.625rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600;color:var(--text-color-secondary);background-color:transparent;border:none;cursor:pointer;transition:all .2s ease-in-out}.tab-button.active.svelte-490hh4{background-color:var(--primary-color);color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.tab-content.svelte-490hh4{padding:.25rem .75rem}.tab-panel.svelte-490hh4{animation:svelte-490hh4-fadeIn .5s ease-in-out}.tab-panel-title.svelte-490hh4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.tab-panel-description.svelte-490hh4{color:var(--text-color-secondary);margin-bottom:.5rem}.kbd.svelte-490hh4{background-color:#30363d;padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem}.code-block-wrapper.svelte-490hh4{background-color:#161b22;border-radius:.5rem;margin:1rem 0;overflow:hidden;border:1px solid var(--border-color)}.code-block-header.svelte-490hh4{display:flex;justify-content:space-between;align-items:center;background-color:#21262d;padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:var(--text-color-secondary);text-transform:uppercase}.copy-button.svelte-490hh4{background-color:#30363d;color:var(--text-color);border:none;cursor:pointer;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:.375rem;transition:background-color .2s;display:flex;align-items:center;gap:.3rem}.copy-button.svelte-490hh4:hover{background-color:#444c56}.code-block.svelte-490hh4{padding:1rem;font-size:.875rem;font-family:var(--font-mono);overflow-x:auto;line-height:1.6;color:var(--text-color);background-color:#0d1117}.accordion-wrapper.svelte-490hh4{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.accordion-item.svelte-490hh4{border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;padding:0}.accordion-header.svelte-490hh4{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background-color:#161b22;cursor:pointer}.accordion-header.svelte-490hh4:hover{background-color:#21262d80}.accordion-header.svelte-490hh4 h4:where(.svelte-490hh4){font-size:1.25rem;font-weight:600;color:#fff;margin:0}.accordion-arrow.svelte-490hh4{color:var(--text-color-secondary);transition:transform .3s ease-in-out}details[open].svelte-490hh4>.accordion-header:where(.svelte-490hh4) .accordion-arrow:where(.svelte-490hh4){transform:rotate(180deg)}.accordion-content.svelte-490hh4{padding:0 1.25rem .5rem;background-color:#0d11171a}.tool-item.svelte-490hh4{padding:1rem 0;border-bottom:1px solid var(--border-color)}.tool-item.svelte-490hh4:last-child{border-bottom:none}.tool-name.svelte-490hh4{font-weight:600;color:#fff;font-family:var(--font-mono);margin:0}.tool-desc.svelte-490hh4{color:var(--text-color-secondary);font-size:.875rem;margin:.375rem 0}.tool-params.svelte-490hh4{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.no-params.svelte-490hh4{font-size:.875rem;color:#6e7681}.param-badge.svelte-490hh4{display:inline-block;background-color:#21262d;color:var(--text-color);font-size:.75rem;font-family:var(--font-mono);padding:.25rem .5rem;border-radius:9999px}@media (min-width: 768px){.main-container.svelte-490hh4{padding:3rem}.hero-section.svelte-490hh4{padding:5rem 0}.features-grid.svelte-490hh4{grid-template-columns:repeat(3,1fr)}.tab-content.svelte-490hh4{padding:.25rem 1rem}}@keyframes svelte-490hh4-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}summary.svelte-490hh4{list-style:none}summary.svelte-490hh4::-webkit-details-marker{display:none}
