.ssh-section{--ssh-bg: #F5F3EF;--ssh-card: #FFFFFF;--ssh-card-alt: #FAF8F4;--ssh-border: #E0DDD8;--ssh-border-soft: #EBE8E2;--ssh-text: #0F0F12;--ssh-text-muted: #5A5A64;--ssh-text-subtle: #8A8680}.ssh-section{padding:2.25rem 1.5rem 2rem}.ssh-section__head{max-width:var(--ssh-max, 960px);margin:0 auto 1.1rem}.ssh-section__bar{max-width:var(--ssh-max, 960px);margin:0 auto}.ssh-section__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-accent);margin:0 0 .5rem}.ssh-section__heading{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--ssh-text);letter-spacing:-.015em;line-height:1.15;margin:0}.ssh{position:relative;width:100%}.ssh__input-wrap{position:relative;display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem .85rem 1.4rem;background:var(--ssh-card);border:1px solid var(--ssh-border);border-radius:16px;box-shadow:0 1px 2px #0f0f120a;transition:border-color .18s ease,box-shadow .18s ease}.ssh__input-wrap.is-focused{border-color:var(--theme-accent);box-shadow:0 0 0 4px rgba(var(--theme-accent-rgb),.15),0 8px 24px -8px #0f0f121f}.ssh__icon{flex-shrink:0;color:var(--ssh-text-subtle);transition:color .18s ease}.ssh__input-wrap.is-focused .ssh__icon{color:var(--theme-accent)}.ssh__field{position:relative;flex:1;min-width:0;display:flex;align-items:center}.ssh-section .ssh__input[type=text]{flex:1;min-width:0;width:100%;padding:.4rem 0;font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--ssh-text);background:transparent;border:none;border-radius:0;outline:none;box-shadow:none;letter-spacing:-.005em}.ssh__input-wrap.is-auto .ssh__input[type=text]{color:transparent;caret-color:transparent}.ssh-section .ssh__input[type=text]:focus{border:none;outline:none;box-shadow:none}.ssh-section .ssh__input::-moz-placeholder{color:var(--ssh-text-subtle);font-weight:400}.ssh-section .ssh__input::placeholder{color:var(--ssh-text-subtle);font-weight:400}.ssh__typewriter{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none;font-family:var(--font-display);font-size:1.25rem;font-weight:500;letter-spacing:-.005em;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1}.ssh__typewriter-text{color:var(--ssh-text);font-weight:500}.ssh__typewriter-cursor{color:var(--theme-accent);margin-left:1px;animation:ssh-blink 1s step-end infinite;font-weight:400}@keyframes ssh-blink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.ssh__typewriter-cursor{animation:none}}.ssh__kbd{flex-shrink:0;font-family:var(--font-display);font-size:11px;font-weight:500;color:var(--ssh-text-muted);background:var(--ssh-card-alt);border:1px solid var(--ssh-border);border-radius:5px;padding:2px 7px}.ssh__clear{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:none;background:var(--ssh-card-alt);color:var(--ssh-text-muted);cursor:pointer;transition:background .15s,color .15s}.ssh__clear:hover{background:var(--ssh-border);color:var(--ssh-text)}.ssh__panel{overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .32s cubic-bezier(.4,0,.2,1),opacity .22s ease,transform .22s ease,margin-top .22s ease;margin-top:0}.ssh__panel[data-state=open]{max-height:540px;opacity:1;transform:translateY(0);margin-top:.6rem}.ssh__suggestions{padding:1.1rem 1.25rem 1.25rem;background:var(--ssh-card);border:1px solid var(--ssh-border);border-radius:16px;box-shadow:0 8px 24px -12px #0f0f1214}.ssh__suggestions-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ssh-text-muted);margin-bottom:.65rem}.ssh__chips{display:flex;flex-wrap:wrap;gap:.5rem}.ssh__chip{--chip-delay: calc(var(--idx, 0) * 28ms);padding:8px 14px;font-family:var(--font-body);font-size:.8125rem;font-weight:600;color:var(--ssh-text-muted);background:var(--ssh-card-alt);border:1px solid var(--ssh-border);border-radius:999px;cursor:pointer;transition:all .18s ease;white-space:nowrap;animation:ssh-chip-in .32s cubic-bezier(.4,0,.2,1) backwards;animation-delay:var(--chip-delay)}.ssh__chip:hover{border-color:var(--chip-c, var(--theme-accent));color:var(--chip-c, var(--theme-accent));background:var(--ssh-card);transform:translateY(-1px);box-shadow:0 2px 6px #0f0f120f}.ssh__hint{margin:.85rem 0 0;font-size:.8125rem;color:var(--ssh-text-subtle)}.ssh__results{background:var(--ssh-card);border:1px solid var(--ssh-border);border-radius:16px;overflow:hidden;max-height:540px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--ssh-border) transparent;box-shadow:0 8px 24px -12px #0f0f1214}.ssh__results::-webkit-scrollbar{width:6px}.ssh__results::-webkit-scrollbar-thumb{background:var(--ssh-border);border-radius:3px}.ssh__result{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:.85rem;padding:.85rem 1.1rem;text-decoration:none;color:inherit;border-bottom:1px solid var(--ssh-border-soft);transition:background .12s ease;animation:ssh-result-in .28s cubic-bezier(.4,0,.2,1) backwards;animation-delay:calc(var(--idx, 0) * 24ms)}.ssh__result:last-of-type{border-bottom:none}.ssh__result:hover,.ssh__result.is-active{background:var(--ssh-card-alt)}.ssh__result-img{width:48px;height:48px;border-radius:8px;-o-object-fit:cover;object-fit:cover;background:var(--ssh-card-alt)}.ssh__result-img--placeholder{display:inline-flex;align-items:center;justify-content:center;color:var(--ssh-text-subtle);border:1px solid var(--ssh-border)}.ssh__result-body{min-width:0;display:flex;flex-direction:column;gap:2px}.ssh__result-title{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--ssh-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssh__result-excerpt{font-size:.8125rem;color:var(--ssh-text-muted);line-height:1.45;max-height:2.9em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ssh__result-excerpt mark{background:rgba(var(--theme-accent-rgb),.22);color:var(--ssh-text);padding:0 2px;border-radius:2px}.ssh__result-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ssh-text-muted);background:var(--ssh-card-alt);border:1px solid var(--ssh-border);border-radius:4px;padding:3px 7px;white-space:nowrap}.ssh__status{padding:1.25rem 1rem;text-align:center;font-size:.875rem;color:var(--ssh-text-subtle)}.ssh__status--empty{color:var(--ssh-text-muted)}.ssh__count{padding:.55rem 1.1rem .7rem;font-size:.6875rem;color:var(--ssh-text-subtle);text-align:right;letter-spacing:.05em;text-transform:uppercase;border-top:1px solid var(--ssh-border-soft)}@keyframes ssh-chip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ssh-result-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.ssh__panel,.ssh__chip,.ssh__result{transition:opacity .15s ease;animation:none}}@media(max-width:640px){.ssh-section{padding:1.5rem 0 .5rem}.ssh-section__head{padding:0 1rem .85rem}.ssh-section__bar{padding:0 1rem}.ssh-section__heading{font-size:1.25rem}.ssh__input{font-size:1rem}.ssh__kbd{display:none}.ssh__input-wrap{padding:.65rem .7rem .65rem 1rem;border-radius:12px}.ssh__panel[data-state=open]{max-height:60vh}.ssh__results{max-height:60vh;border-radius:12px}.ssh__suggestions{padding:.9rem 1rem 1rem;border-radius:12px}.ssh__result{grid-template-columns:40px 1fr auto;padding:.65rem .85rem;gap:.65rem}.ssh__result-img{width:40px;height:40px}.ssh__result-title{font-size:.875rem}.ssh__result-excerpt{font-size:.75rem}}.hero[data-astro-cid-j7pv25f6]{padding:2.5rem 1.5rem 1.5rem;background:var(--color-surface)}.hero__inner[data-astro-cid-j7pv25f6]{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.hero__prefix[data-astro-cid-j7pv25f6]{font-size:1rem;font-weight:600;color:var(--theme-accent);margin-bottom:.35rem;transition:color .3s;min-height:1.25rem}.hero__headline[data-astro-cid-j7pv25f6]{font-size:1.25rem;font-weight:500;line-height:1.4;color:var(--color-text-primary);margin-bottom:.5rem;min-height:2rem}.hero__typed[data-astro-cid-j7pv25f6]{color:var(--color-text-primary)}.hero__cursor[data-astro-cid-j7pv25f6]{color:var(--color-text-muted);animation:blink 1s step-end infinite;font-weight:300}@keyframes blink{50%{opacity:0}}.hero__pillar-name[data-astro-cid-j7pv25f6]{font-size:3rem;font-weight:700;font-family:var(--font-display);letter-spacing:-.025em;transition:color .3s;margin-bottom:1rem;line-height:.95}.hero__pills[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem;margin-bottom:1.25rem}.hero__pill[data-astro-cid-j7pv25f6]{padding:6px 8px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);font-size:.6875rem;font-weight:500;font-family:var(--font-body);cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__pill[data-astro-cid-j7pv25f6]:hover{border-color:var(--pill-c);color:var(--pill-c)}.hero__pill[data-astro-cid-j7pv25f6].is-active{background:var(--pill-c);border-color:var(--pill-c);color:var(--color-text-inverse)}.hero__image-wrap[data-astro-cid-j7pv25f6]{position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--color-surface-alt)}.hero__explore[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;gap:6px;margin-top:.85rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--theme-accent);text-decoration:none;transition:color .3s,transform .15s}.hero__explore[data-astro-cid-j7pv25f6]:hover{transform:translate(2px)}.hero__explore-arrow[data-astro-cid-j7pv25f6]{display:inline-block;transition:transform .15s}.hero__explore[data-astro-cid-j7pv25f6]:hover .hero__explore-arrow[data-astro-cid-j7pv25f6]{transform:translate(2px)}.hero__influencers[data-astro-cid-j7pv25f6]{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border-light)}.hero__influencers-eyebrow[data-astro-cid-j7pv25f6]{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .85rem}.hero__influencers-eyebrow[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{color:var(--theme-accent);transition:color .3s}.hero__creators[data-astro-cid-j7pv25f6]{width:100%;min-width:0}.hero__creators-row[data-astro-cid-j7pv25f6]{display:none;gap:.85rem;flex-wrap:wrap}.hero__creators-row[data-astro-cid-j7pv25f6].is-visible{display:flex}.hero__creator[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-decoration:none;transition:transform .15s;flex-shrink:0}.hero__creator[data-astro-cid-j7pv25f6]:hover{transform:translateY(-3px)}.hero__creator-avatar[data-astro-cid-j7pv25f6]{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--color-border);background:var(--color-surface-alt)}.hero__creator-name[data-astro-cid-j7pv25f6]{font-size:.6875rem;font-weight:600;color:var(--color-text-secondary);text-align:center;line-height:1.2;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero__image[data-astro-cid-j7pv25f6]{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .6s ease}.hero__image[data-astro-cid-j7pv25f6].is-visible{opacity:1}.home-articles[data-astro-cid-j7pv25f6]{padding:2rem 1.5rem 0}.home-articles__container[data-astro-cid-j7pv25f6]{max-width:960px;margin:0 auto}.home-articles__eyebrow[data-astro-cid-j7pv25f6]{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:1rem}.home-articles__row[data-astro-cid-j7pv25f6]{display:none;grid-template-columns:repeat(4,1fr);gap:1rem}.home-articles__row[data-astro-cid-j7pv25f6].is-visible{display:grid}.home-article-card[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;text-decoration:none;border-radius:8px;overflow:hidden;background:var(--color-surface-elevated);border:1px solid var(--color-border);transition:transform .2s,border-color .2s}.home-article-card[data-astro-cid-j7pv25f6]:hover{transform:translateY(-3px);border-color:var(--color-gray-300)}.home-article-card__img[data-astro-cid-j7pv25f6]{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--color-surface-alt)}.home-article-card__title[data-astro-cid-j7pv25f6]{padding:.75rem;font-size:.8125rem;font-weight:600;color:var(--color-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:900px){.hero__inner[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:1.5rem}.hero__right[data-astro-cid-j7pv25f6]{order:-1}.hero__pills[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}.hero__creators-row[data-astro-cid-j7pv25f6]{gap:.75rem;flex-wrap:wrap}.hero__creator-avatar[data-astro-cid-j7pv25f6]{width:48px;height:48px}.home-articles__row[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero[data-astro-cid-j7pv25f6]{padding:2rem 1rem 1rem}.hero__pillar-name[data-astro-cid-j7pv25f6]{font-size:2.25rem}.hero__pills[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(3,1fr);gap:.3rem}.hero__pill[data-astro-cid-j7pv25f6]{padding:5px 4px;font-size:.65rem}.hero__creator-avatar[data-astro-cid-j7pv25f6]{width:40px;height:40px}.home-articles__row[data-astro-cid-j7pv25f6]{grid-template-columns:1fr 1fr;gap:.75rem}.pillar-hub__grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:.6rem}}
