.scrollytelling-root{--st-bg:#0a0a0a;--st-bg-card:#141414;--st-text:#fafafa;--st-text-muted:#d4d4d8;--st-text-dim:#a1a1aa;--st-border:#27272a;--st-accent:#3b82f6;--st-accent-hover:#2563eb;--st-micro:#22c55e;--st-macro:#f59e0b;--st-mega:#ec4899;--public-header-h:56px;--st-header-h:48px;--st-header-stack-h:calc(var(--public-header-h) + var(--st-header-h));background:var(--st-bg);min-height:100vh;color:var(--st-text);font-family:var(--font-sans)}@media (max-width:640px){.scrollytelling-root{--st-header-h:0px;--st-header-stack-h:var(--public-header-h)}}.st-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.st-empty-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.st-empty-text{color:var(--st-text-muted);margin-bottom:2rem}.st-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.st-loading-spinner{border:2px solid var(--st-border);border-top-color:var(--st-accent);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite st-spin}@keyframes st-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.scrollytelling-root *{transition:none!important;animation:none!important}}.scrollytelling-root ::-webkit-scrollbar{width:8px;height:8px}.scrollytelling-root ::-webkit-scrollbar-track{background:var(--st-bg)}.scrollytelling-root ::-webkit-scrollbar-thumb{background:var(--st-border);border-radius:4px}.scrollytelling-root ::-webkit-scrollbar-thumb:hover{background:var(--st-text-dim)}.st-hero{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.st-hero-bg{display:none}.st-hero-bg:after{content:"";position:absolute;inset:0}.st-hero-content{z-index:2;max-width:100%;padding:0 1rem;position:relative}.st-hero-back{color:var(--st-text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:3rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.st-hero-back:hover{color:var(--st-text)}.st-hero-label{color:var(--st-text-muted);margin-bottom:.75rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400}.st-hero-title{letter-spacing:-.03em;color:var(--st-text);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.5rem;font-size:clamp(2rem,8vw,6rem);font-weight:800;line-height:1.05}.st-hero-tagline{color:var(--st-text-dim);margin-bottom:4rem;font-size:clamp(1.125rem,3vw,1.75rem);font-style:italic;font-weight:300}.st-hero-scroll{border:1px solid var(--st-border);width:3.5rem;height:3.5rem;color:var(--st-text-muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;transition:all .3s;display:flex}.st-hero-scroll:hover{border-color:var(--st-text-muted);color:var(--st-text);transform:translateY(4px)}.st-hero-scroll-icon{width:1.5rem;height:1.5rem;animation:2s infinite st-bounce}@keyframes st-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}.st-container{height:100vh;padding-top:var(--st-header-h,48px);scroll-behavior:smooth;background-color:var(--st-bg);position:relative;overflow:hidden auto}.st-background-image{z-index:0;width:100%;max-width:none;height:100vh;margin-top:calc(-1*var(--st-header-h,48px));object-fit:cover;object-position:center top;pointer-events:none;-webkit-user-select:none;user-select:none;margin-bottom:-100vh;display:block;position:sticky;top:0}.st-scenes-wrapper{z-index:1;width:100%;position:relative}.st-scene{z-index:1;min-height:100vh;scroll-margin-top:var(--st-header-h,48px);flex-direction:column;justify-content:center;padding:4rem 2rem;display:flex;position:relative}.st-trend-legacy-anchor{pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0}.st-scene-content{width:100%;max-width:800px;margin:0 auto}.st-scene:target .st-scene-content,.st-trend-legacy-anchor:target+.st-scene-content{animation:1.2s ease-out st-trend-target-focus}@keyframes st-trend-target-focus{0%{outline-offset:1.5rem;outline:1px solid #fff0}18%{outline-offset:.85rem;outline:1px solid #ffffff8c}to{outline-offset:1.5rem;outline:1px solid #fff0}}.st-progress-dot{background:var(--st-border);cursor:pointer;border:none;border-radius:50%;width:.75rem;height:.75rem;padding:0;transition:all .3s}.st-progress-dot.active{background:var(--st-accent);transform:scale(1.25)}.st-progress-dot:hover{background:var(--st-text-muted)}.st-trend-scope{text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;font-weight:700;display:inline-flex}.st-trend-scope.micro{color:var(--st-micro)}.st-trend-scope.macro{color:var(--st-macro)}.st-trend-scope.mega{color:var(--st-mega)}.st-trend-scope:before{content:"";background:currentColor;border-radius:50%;width:.625rem;height:.625rem;display:block}.st-trend-title{letter-spacing:-.03em;color:var(--st-text);text-wrap:balance;margin-bottom:2rem;font-size:clamp(2rem,5.5vw,4.5rem);font-weight:800;line-height:1.08}.st-trend-description{color:var(--st-text-muted);margin-bottom:2.5rem;font-size:clamp(1.125rem,3vw,1.7rem);line-height:1.65}.st-trend-categories{flex-wrap:wrap;gap:.625rem;margin-bottom:2rem;display:flex}.st-category-badge{background:var(--st-bg-card);border:1px solid var(--st-border);color:var(--st-text-muted);border-radius:1.5rem;padding:.5rem 1rem;font-size:.9375rem}.st-trend-meta{flex-wrap:wrap;gap:.5rem;width:fit-content;max-width:100%;margin:-.5rem 0 2rem;display:inline-flex}.st-trend-meta-item{min-height:1.75rem;color:var(--st-text-dim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fff1;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:.45rem;padding:.25rem .625rem;font-size:.75rem;line-height:1.2;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.st-trend-meta-label{color:#ffffff94}.st-trend-meta-value{color:#ffffffd6;font-weight:700}.st-trend-meta-item--observations{flex-wrap:wrap}.st-trend-meta-observation-range{align-items:center;gap:.35rem;display:inline-flex}.st-trend-meta-separator{color:#ffffff5c}.st-trend-sources{border-top:2px solid var(--trend-color,var(--st-border));padding-top:2rem}.st-sources-label{color:var(--st-text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem}.st-source-link{color:var(--st-text-muted);padding:.625rem 0;font-size:1rem;text-decoration:none;transition:color .2s;display:block}.st-source-link:hover{color:var(--st-accent)}.st-source-domain{color:var(--st-text-dim);margin-left:.5rem}.st-trend-sources--variant-1{border-top:none;border-left:3px solid var(--trend-color,var(--st-border));-webkit-backdrop-filter:blur(18px)saturate(1.12);background:#060608bd;border-top:1px solid #ffffff24;border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;border-radius:.875rem;margin-top:2rem;padding:1rem 1.125rem 1rem 1.375rem;box-shadow:0 18px 44px #00000057,inset 0 1px #ffffff0a}.st-trend-sources--variant-1 .st-sources-label{margin-bottom:.625rem}.st-trend-sources--variant-2{border-top:none;border:1px solid var(--trend-color,var(--st-border));background:#ffffff08;border-radius:1rem;margin-top:2rem;padding:1.5rem}.st-trend-sources--variant-2 .st-sources-label{color:var(--trend-color,var(--st-text-dim))}.st-trend-sources--variant-3{border-top:2px solid var(--trend-color,var(--st-border));padding-top:2rem;position:relative}.st-trend-sources--variant-3:before{content:"";background:linear-gradient(to right,var(--trend-color),transparent);filter:blur(6px);opacity:.8;width:40%;height:2px;position:absolute;top:-1px;left:0}.st-trend-sources--variant-4{border-top:none;margin-top:2.5rem;padding-top:0}.st-trend-sources--variant-4 .st-sources-label{color:var(--trend-color,var(--st-text-dim));background:var(--trend-color);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.st-trend-sources--variant-4 .st-sources-label{background:color-mix(in srgb,var(--trend-color)15%,transparent)}}.st-trend-sources--variant-4 .st-sources-label{border:1px solid var(--trend-color);border-radius:.5rem;margin-bottom:1.25rem}@supports (color:color-mix(in lab, red, red)){.st-trend-sources--variant-4 .st-sources-label{border:1px solid color-mix(in srgb,var(--trend-color)30%,transparent)}}@media (min-width:1024px){.st-split-container{height:100vh;padding-top:var(--st-header-h,48px);display:flex;overflow:hidden}.st-split-main{scroll-behavior:smooth;background-color:var(--st-bg);flex:1;height:100%;padding:0 2rem 0 3rem;position:relative;overflow:hidden auto}.st-split-main .st-scene{align-items:center;min-height:100vh;display:flex}.st-split-main .st-background-image{width:calc(100% + 5rem);margin-top:0;margin-left:-3rem}.st-split-main .st-scene-content{width:100%;max-width:900px}.st-split-sidebar{background:var(--st-bg-card);border-left:1px solid var(--st-border);flex-direction:column;flex-shrink:0;width:380px;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.st-sidebar-progress{border-bottom:1px solid var(--st-border);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.st-progress-vertical{flex-wrap:wrap;flex:1;gap:.375rem;min-width:0;display:flex}.st-progress-vertical .st-progress-dot{width:.625rem;height:.625rem}.st-progress-vertical .st-progress-dot.passed{background:var(--st-text-dim)}.st-progress-count{color:var(--st-text);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;font-size:.875rem;font-weight:600}.st-sidebar-title{color:var(--st-text-dim);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem}.st-sidebar-list{flex:1;overflow-y:auto}.st-sidebar-card{background:var(--st-bg);border:1px solid #0000;border-radius:.5rem;margin-bottom:.5rem;padding:.875rem 1rem;transition:all .2s}.st-sidebar-card:hover{background:#ffffff08}.st-sidebar-card.active{border-color:var(--st-accent);background:#3b82f614}.st-sidebar-card-title{color:var(--st-text);margin-bottom:.25rem;font-size:.8125rem;font-weight:600;line-height:1.4}.st-sidebar-card-scope{text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:600}}@media (min-width:1440px){.st-split-main{padding:0 3rem 0 5rem}.st-split-main .st-scene-content{max-width:1000px}.st-split-main .st-background-image{width:calc(100% + 8rem);margin-left:-5rem}.st-trend-title{font-size:clamp(2.5rem,5.5vw,5rem)}.st-trend-description{max-width:800px;font-size:1.7rem}}@media (min-width:1920px){.st-split-main{padding:0 6rem 0 10rem}.st-split-main .st-scene-content{max-width:1200px}.st-split-main .st-background-image{width:calc(100% + 16rem);margin-left:-10rem}.st-trend-description{max-width:900px}}.st-button{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.st-button-primary{background:var(--st-accent);color:#fff}.st-button-primary:hover{background:var(--st-accent-hover)}.st-button-secondary{background:var(--st-bg-card);border:1px solid var(--st-border);color:var(--st-text)}.st-button-secondary:hover{background:var(--st-border)}.st-header{z-index:100;background:linear-gradient(to bottom,var(--st-bg),transparent);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.st-header-logo{color:var(--st-text-muted);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.st-header-logo:hover{color:var(--st-text)}.st-header-industry{color:var(--st-text-dim);font-size:.875rem}.st-sticky-header{top:var(--public-header-h,56px);z-index:200;height:var(--st-header-h,48px);-webkit-backdrop-filter:blur(12px);background:#0a0a0aeb;border-bottom:1px solid #ffffff0f;position:fixed;left:0;right:0}.st-sticky-header-shell{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;height:100%;display:grid}.st-sticky-header-left{align-items:center;gap:.625rem;min-width:0;display:flex}.st-sticky-header-context{letter-spacing:.08em;text-transform:uppercase;color:var(--st-text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.st-admin-edit-link{color:#ffffff73;border-radius:.375rem;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.st-admin-edit-link:hover{color:#ffffffd9;background:#ffffff14}.st-admin-edit-icon{width:.8rem;height:.8rem}.st-admin-edit-label{font-weight:500}.st-sticky-header-center{justify-content:center;display:flex}.st-sticky-header-podcast{cursor:pointer;white-space:nowrap;background:#3b82f60f;border:1px solid #3b82f626;border-radius:2rem;align-items:center;gap:.5rem;padding:.3rem .75rem;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.st-sticky-header-podcast:hover{background:#3b82f61a;border-color:#3b82f64d}.st-sticky-header-podcast-glow{pointer-events:none;background:radial-gradient(#3b82f614 0%,#0000 70%);position:absolute;inset:0}.st-sticky-header-podcast-icon{color:#60a5fae6;flex-shrink:0;width:.8rem;height:.8rem;position:relative}.st-sticky-header-podcast-bars{align-items:end;gap:2px;height:12px;display:flex}.st-sticky-header-podcast-bar{background:#60a5fa80;border-radius:1px;width:1.5px;height:3px;transition:background .2s;animation:1.2s ease-in-out infinite podcastWaveHeader}.st-sticky-header-podcast:hover .st-sticky-header-podcast-bar{background:#60a5facc}@keyframes podcastWaveHeader{0%,to{height:3px}50%{height:11px}}.st-sticky-header-podcast-label{color:#93c5fdcc;letter-spacing:.02em;white-space:nowrap;font-size:.75rem;font-weight:500;position:relative}.st-sticky-header-podcast:hover .st-sticky-header-podcast-label{color:#93c5fd}.st-sticky-header-related{justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.st-sticky-header-related-label{color:var(--st-text-dim);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.6875rem}.st-sticky-header-related-link{color:var(--st-text-muted);border:1px solid var(--st-border);white-space:nowrap;text-overflow:ellipsis;border-radius:1rem;padding:.25rem .625rem;font-size:.75rem;text-decoration:none;transition:all .2s;overflow:hidden}.st-sticky-header-related-link:hover{color:var(--st-text);border-color:var(--st-text-dim)}@media (max-width:768px){.st-sticky-header-podcast-label,.st-sticky-header-related-label{display:none}.st-sticky-header-context{max-width:220px}.st-sticky-header-related-link{padding:.2rem .5rem;font-size:.6875rem}}@media (max-width:640px){.st-sticky-header{display:none}}.st-podcast-player-bar{top:var(--st-header-stack-h,104px);z-index:150;-webkit-backdrop-filter:blur(24px);background:#0a0a0af2;border-bottom:1px solid #ffffff0f;position:fixed;left:0;right:0}@media (min-width:1024px){.st-podcast-player-bar{right:380px}}.st-volume-slider{appearance:none;cursor:pointer;background:#ffffff0f;border-radius:9999px;outline:none}.st-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#d4d4d8;border-radius:50%;width:10px;height:10px;transition:background .15s}.st-volume-slider:hover::-webkit-slider-thumb{background:#fafafa}.st-volume-slider::-moz-range-thumb{cursor:pointer;background:#d4d4d8;border:none;border-radius:50%;width:10px;height:10px}.st-volume-slider::-moz-range-track{background:#ffffff0f;border-radius:9999px;height:4px}.st-hero--vf{position:relative;overflow:hidden}.st-hero-vf-rings{pointer-events:none;position:absolute;top:50%;left:calc(3rem + 100px);transform:translate(-50%,-50%)}.st-hero-vf-ring{border:1px solid #3b82f64d;border-radius:50%;width:280px;height:280px;position:absolute;transform:translate(-50%,-50%)}.st-hero-vf-layout{z-index:2;align-items:center;gap:2rem;width:100%;padding:0;display:flex;position:relative}.st-hero-vf-count-card{background:linear-gradient(135deg,#3b82f626,#3b82f60d);border:1px solid #3b82f64d;border-radius:1rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:clamp(120px,15vw,200px);height:clamp(120px,15vw,200px);margin-left:1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.st-hero-vf-count{color:var(--st-text);font-size:clamp(5rem,12vw,8rem);font-weight:900;line-height:.9}.st-hero-vf-count-label{color:var(--st-text-muted);letter-spacing:.3em;text-transform:uppercase;font-size:1rem;font-weight:600}.st-hero-vf-count-glow{pointer-events:none;background:radial-gradient(circle,#3b82f633 0%,#0000 50%);width:200%;height:200%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.st-hero-vf-main{text-align:left;flex:1;width:100%;min-width:0;padding:1rem 1rem 1rem 0;container-type:inline-size}.st-hero-vf-eyebrow{color:var(--st-text-dim);letter-spacing:.15em;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8125rem;font-weight:600;display:flex}.st-hero-vf-eyebrow-icon{width:1.125rem;height:1.125rem;color:var(--st-accent)}.st-hero-vf-code{background:var(--st-bg-card);border:1px solid var(--st-border);color:var(--st-text-muted);font-variant-numeric:tabular-nums;border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.st-hero-vf-title{letter-spacing:-.03em;color:var(--st-text);text-align:left;overflow-wrap:break-word;text-wrap:balance;-webkit-hyphens:auto;hyphens:auto;margin-bottom:2rem;font-size:clamp(1.75rem,13cqi,5.5rem);font-weight:800;line-height:1}.st-hero-vf-indicators{gap:1.5rem;display:flex}.st-hero-vf-indicator{color:var(--st-text-dim);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.st-hero-vf-indicator-dot{border-radius:50%;width:.5rem;height:.5rem}.st-hero-vf-indicator--mikro .st-hero-vf-indicator-dot{background:var(--st-micro)}.st-hero-vf-indicator--makro .st-hero-vf-indicator-dot{background:var(--st-macro)}.st-hero-vf-indicator--mega .st-hero-vf-indicator-dot{background:var(--st-mega)}.st-hero-vf-podcast-trigger{color:var(--st-text-muted);cursor:pointer;letter-spacing:.01em;background:#3b82f614;border:1px solid #3b82f633;border-radius:2rem;align-items:center;gap:.625rem;margin-top:1.75rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .25s;display:inline-flex}.st-hero-vf-podcast-trigger:hover{color:var(--st-text);background:#3b82f624;border-color:#3b82f659}.st-hero-vf-podcast-icon{width:1rem;height:1rem;color:var(--st-accent)}.st-hero-vf-podcast-arrow{color:var(--st-text-dim);font-size:.8125rem;transition:transform .2s}.st-hero-vf-podcast-trigger:hover .st-hero-vf-podcast-arrow{transform:translate(3px)}.st-hero-scroll--vf{border:1px solid var(--st-border);background:#ffffff08;width:3.5rem;height:3.5rem;transition:all .3s;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.st-hero-scroll--vf:hover{border-color:var(--st-text-muted);background:#ffffff14;transform:translate(-50%)translateY(4px)}.st-hero-scroll--vf .st-hero-scroll-icon{color:var(--st-text-muted);transition:color .3s}.st-hero-scroll--vf:hover .st-hero-scroll-icon{color:var(--st-text)}.st-hero-vf-back-link{color:var(--st-text-dim);align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.st-hero-vf-back-link:hover{color:var(--st-text)}.st-hero-vf-back-icon{width:.875rem;height:.875rem}.st-hero-vf-title-separator{color:var(--st-text-dim)}.st-hero-vf-title-omrade{color:var(--st-text-dim);font-weight:600}@media (max-width:768px){.st-hero-vf-layout{flex-direction:column;gap:2rem}.st-hero-vf-count-card{width:160px;height:160px;margin-left:0}.st-hero-vf-main{text-align:left;padding:0 2rem 2rem}.st-hero-vf-title{text-align:left}.st-hero-vf-rings{top:20%;left:50%}}.st-landing{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.st-landing-content{text-align:center;width:100%;max-width:600px}.st-landing-title{letter-spacing:-.02em;background:linear-gradient(to right,var(--st-text),var(--st-text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:700}.st-landing-subtitle{color:var(--st-text-muted);margin-bottom:3rem;font-size:1.125rem}.st-search-wrapper{margin-bottom:2rem;position:relative}.st-search-input{background:var(--st-bg-card);border:1px solid var(--st-border);width:100%;color:var(--st-text);border-radius:.75rem;outline:none;padding:1rem 1rem 1rem 3rem;font-size:1.125rem;transition:border-color .2s,box-shadow .2s}.st-search-input:focus{border-color:var(--st-accent);box-shadow:0 0 0 3px #3b82f626}.st-search-input::placeholder{color:var(--st-text-dim)}.st-search-icon{color:var(--st-text-dim);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.st-search-results{background:var(--st-bg-card);border:1px solid var(--st-border);z-index:50;border-radius:.75rem;max-height:320px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto}.st-search-result{cursor:pointer;text-align:left;border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;padding:1rem;transition:background-color .15s;display:flex}.st-search-result:last-child{border-bottom:none}.st-search-result:hover,.st-search-result.highlighted{background:#3b82f61a}.st-search-result-label{color:var(--st-text);font-weight:500}.st-search-result-code{color:var(--st-text-muted);margin-top:.25rem;font-size:.875rem}.st-search-result-badge{background:var(--st-border);color:var(--st-text-muted);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem}.st-categories-title{color:var(--st-text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem}.st-categories{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.st-category-chip{background:var(--st-bg-card);border:1px solid var(--st-border);color:var(--st-text-muted);cursor:pointer;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.st-category-chip:hover{background:var(--st-border);color:var(--st-text)}.st-area-card{background:var(--st-bg-card);border:1px solid var(--st-border);cursor:pointer;isolation:isolate;border-radius:1rem;flex-direction:column;justify-content:flex-end;height:280px;text-decoration:none;transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.st-area-card.area-card-filter-surface{background:var(--area-card-filter-background)}.st-area-card:hover{border-color:#3b82f680;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px -15px #00000080,0 0 0 1px #3b82f633,inset 0 1px #ffffff0d}.st-area-card--compact{height:180px}.st-area-card--large{height:360px}.st-area-card-image{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .6s,transform .6s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.st-area-card-color-wash{z-index:2;pointer-events:none;position:absolute;inset:0}.st-area-card-image--loaded{opacity:1}.st-area-card:hover .st-area-card-image{transform:scale(1.05)}.st-area-card-overlay{z-index:3;pointer-events:none;background:linear-gradient(#0000 0% 28%,#0000002e 76%,#00000075 100%);position:absolute;inset:0}.st-area-card-vignette{box-shadow:none;z-index:4;pointer-events:none;position:absolute;inset:0}.st-area-card-pattern{background:linear-gradient(135deg,var(--st-bg-card)0%,#141414 100%),repeating-linear-gradient(45deg,transparent,transparent 2px,#ffffff03 2px,#ffffff03 4px);z-index:1;position:absolute;inset:0}.st-area-card-grain{opacity:.15;z-index:5;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.st-area-card-freshness-badge{z-index:7;max-width:calc(100% - 1.5rem);min-height:1.5rem;color:var(--st-text);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;-webkit-backdrop-filter:blur(8px);background:#0a0a0c8f;border:1px solid #fff3;border-radius:999px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:.75rem;right:.75rem;overflow:hidden;box-shadow:0 8px 24px #0000003d}.st-area-card-content{z-index:6;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex;position:relative}.st-area-card-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--st-accent);-webkit-backdrop-filter:blur(4px);background:#3b82f626;border:1px solid #3b82f640;border-radius:.25rem;align-self:flex-start;margin-bottom:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.st-area-card-title{color:var(--st-text);letter-spacing:-.01em;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;text-shadow:0 2px 8px #0006;margin:0;font-size:1.25rem;font-weight:700;line-height:1.25}.st-area-card-tagline{color:var(--st-text-muted);-webkit-line-clamp:2;opacity:.9;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.st-area-card-glow{opacity:0;z-index:0;pointer-events:none;background:linear-gradient(135deg,#3b82f64d 0%,#0000 50%,#3b82f61a 100%);border-radius:1rem;transition:opacity .4s;position:absolute;inset:-1px}.st-area-card:hover .st-area-card-glow{opacity:1}.st-area-card--compact .st-area-card-content{padding:1rem}.st-area-card--compact .st-area-card-title{font-size:1rem}.st-area-card--compact .st-area-card-tagline{display:none}.st-area-card--large .st-area-card-content{padding:2rem}.st-area-card--large .st-area-card-title{font-size:1.75rem}.st-area-card--skeleton{pointer-events:none}.st-area-card-pattern--skeleton{background:linear-gradient(90deg,var(--st-bg-card)0%,#27272acc 50%,var(--st-bg-card)100%);background-size:200% 100%;animation:1.5s ease-in-out infinite st-skeleton-shimmer}.st-area-card-skeleton-badge{background:var(--st-border);border-radius:.25rem;width:60px;height:20px;animation:1.5s ease-in-out infinite st-skeleton-pulse}.st-area-card-skeleton-title{background:var(--st-border);border-radius:.25rem;width:80%;height:24px;animation:1.5s ease-in-out .1s infinite st-skeleton-pulse}.st-area-card-skeleton-tagline{background:var(--st-border);border-radius:.25rem;width:60%;height:16px;animation:1.5s ease-in-out .2s infinite st-skeleton-pulse}@keyframes st-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes st-skeleton-pulse{0%,to{opacity:.4}50%{opacity:.7}}.st-section-header{margin-bottom:2rem}.st-section-title{color:var(--st-text);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.st-section-subtitle{color:var(--st-text-muted);margin:0;font-size:1rem}.st-featured-section{padding:3rem 0;position:relative}.st-featured-section:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--st-border)50%,transparent 100%);width:80%;max-width:800px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.st-featured-grid{grid-template-columns:1fr;gap:1rem;display:grid}.st-featured-grid-hero{grid-column:span 1}@media (min-width:640px){.st-featured-grid{grid-template-columns:repeat(2,1fr)}.st-featured-grid-hero{grid-column:span 1}}@media (min-width:1024px){.st-featured-grid{grid-template-columns:repeat(3,1fr)}.st-featured-grid-hero{grid-column:span 1}}@media (min-width:1280px){.st-featured-grid{grid-template-columns:repeat(4,1fr)}}.st-popular-section{padding:3rem 0;position:relative}.st-similar-section{background:var(--st-bg-card);z-index:1;margin-top:2rem;padding:4rem 2rem;position:relative;background-image:none!important}.st-similar-section .st-section-header{max-width:900px;margin-left:auto;margin-right:auto}.st-similar-section .st-popular-scroll{max-width:1180px;margin-left:auto;margin-right:auto}.st-popular-section:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--st-border)50%,transparent 100%);width:80%;max-width:800px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.st-popular-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;margin-bottom:-1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.st-popular-scroll::-webkit-scrollbar{height:6px}.st-popular-scroll::-webkit-scrollbar-track{background:var(--st-bg);border-radius:3px}.st-popular-scroll::-webkit-scrollbar-thumb{background:var(--st-border);border-radius:3px}.st-popular-scroll>*{scroll-snap-align:start;flex:0 0 280px}@media (min-width:1024px){.st-popular-scroll{scroll-snap-type:none;grid-template-columns:repeat(4,1fr);margin-bottom:0;padding-bottom:0;display:grid;overflow-x:visible}.st-popular-scroll>*{flex:none}}.st-topics-section{padding:3rem 0;position:relative}.st-topics-section:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--st-border)50%,transparent 100%);width:80%;max-width:800px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.st-topics-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.st-topics-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.st-topics-grid{grid-template-columns:repeat(3,1fr)}}.st-random-button{border:1px solid var(--st-border);color:var(--st-text-muted);cursor:pointer;background:0 0;border-radius:2rem;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .3s;display:inline-flex}.st-random-button:hover:not(:disabled){border-color:var(--st-text-muted);color:var(--st-text);background:#ffffff0d;transform:translateY(-2px)}.st-random-button:disabled{cursor:not-allowed;opacity:.7}.st-random-button-icon{width:1.25rem;height:1.25rem}.st-random-button-icon--spinning{animation:1s linear infinite st-spin}.st-random-button-text{letter-spacing:.02em}.st-category-browser{padding:3rem 0;position:relative}.st-category-browser:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--st-border)50%,transparent 100%);width:80%;max-width:800px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.st-category-chips-wrapper{margin-bottom:2rem;position:relative}.st-category-chips{flex-wrap:wrap;gap:.5rem;display:flex}.st-category-chip--active{background:var(--st-accent);border-color:var(--st-accent);color:#fff}.st-category-chip--active:hover{background:var(--st-accent-hover);color:#fff}.st-category-carousel-wrapper{margin:0 -2rem;padding:0 2rem;position:relative}.st-category-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:.5rem 0;display:flex;overflow-x:auto}.st-category-carousel::-webkit-scrollbar{display:none}.st-category-carousel>*{scroll-snap-align:start;flex:0 0 280px}.st-category-carousel-nav{background:var(--st-bg-card);border:1px solid var(--st-border);width:2.5rem;height:2.5rem;color:var(--st-text-muted);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.st-category-carousel-nav:hover{background:var(--st-border);color:var(--st-text)}.st-category-carousel-nav--left{left:.5rem}.st-category-carousel-nav--right{right:.5rem}.st-category-carousel-empty{min-height:180px;color:var(--st-text-muted);flex:1;justify-content:center;align-items:center;font-size:.9375rem;display:flex}@media (min-width:768px){.st-category-carousel-nav--left{left:-.5rem}.st-category-carousel-nav--right{right:-.5rem}}.st-hierarchy-section{padding:3rem 0;position:relative}.st-hierarchy-section:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--st-border)50%,transparent 100%);width:80%;max-width:800px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.st-hierarchy-loading{color:var(--st-text-muted);justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.st-hierarchy-accordion{border:1px solid var(--st-border);border-radius:.75rem;overflow:hidden}.st-hierarchy-sector{border-bottom:1px solid var(--st-border)}.st-hierarchy-sector:last-child{border-bottom:none}.st-hierarchy-trigger{background:var(--st-bg-card);width:100%;color:var(--st-text);text-align:left;cursor:pointer;border:none;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background-color .2s;display:flex}.st-hierarchy-trigger:hover{background:#ffffff08}.st-hierarchy-trigger-icon{color:var(--st-text-muted);flex-shrink:0}.st-hierarchy-trigger-code{color:var(--st-accent);font-variant-numeric:tabular-nums;background:#3b82f61a;border-radius:.25rem;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.st-hierarchy-trigger-label{flex:1;font-size:.9375rem;font-weight:600}.st-hierarchy-trigger-count{color:var(--st-text-dim);flex-shrink:0;font-size:.75rem}.st-hierarchy-content{background:var(--st-bg);border-top:1px solid var(--st-border)}.st-hierarchy-group{border-bottom:1px solid #27272a80}.st-hierarchy-group:last-child{border-bottom:none}.st-hierarchy-group-trigger{width:100%;color:var(--st-text-muted);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem .75rem 2.5rem;transition:background-color .2s;display:flex}.st-hierarchy-group-trigger:hover{color:var(--st-text);background:#ffffff05}.st-hierarchy-group-code{color:var(--st-text-dim);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.6875rem;font-weight:600}.st-hierarchy-group-label{flex:1;font-size:.875rem}.st-hierarchy-industries{padding:.25rem 0 .75rem}.st-hierarchy-industry{padding:0 1.25rem 0 3.5rem}.st-hierarchy-industry-link{color:var(--st-text);border-radius:.5rem;align-items:center;gap:.5rem;margin:.125rem 0;padding:.5rem .75rem;font-size:.8125rem;text-decoration:none;transition:all .2s;display:flex}.st-hierarchy-industry-link:hover{background:#3b82f61a}.st-hierarchy-industry-link--muted{color:var(--st-text-muted)}.st-hierarchy-industry-link--muted:hover{color:var(--st-text)}.st-hierarchy-industry-code{color:var(--st-text-dim);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.6875rem;font-weight:600}.st-hierarchy-industry-label{flex:1}.st-hierarchy-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--st-border);color:var(--st-text-dim);border-radius:1rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex}.st-hierarchy-badge--active{color:var(--st-micro);background:#22c55e26}.st-related-areas{border-top:1px solid var(--st-border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:1.5rem 0;display:flex}.st-related-areas-label{color:var(--st-text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.st-related-areas-links{flex-wrap:wrap;gap:.5rem;display:flex}.st-related-area-link{color:var(--st-text-muted);background:var(--st-bg-card);border:1px solid var(--st-border);border-radius:1rem;padding:.375rem .875rem;font-size:.8125rem;text-decoration:none;transition:all .2s}.st-related-area-link:hover{color:var(--st-text);border-color:var(--st-text-muted)}.st-landing-enhanced{flex-direction:column;min-height:100vh;display:flex}.st-discovery-hero{text-align:center;background:var(--st-bg);flex-direction:column;align-items:center;padding:6rem 2rem 4rem;display:flex;position:relative}.st-discovery-hero-content{width:100%;max-width:700px}.st-discovery-hero-title{letter-spacing:-.02em;color:var(--st-text);justify-content:center;align-items:center;gap:1rem;margin:0 0 1rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:800;display:flex}.st-discovery-hero-icon{width:clamp(2rem,6vw,3rem);height:clamp(2rem,6vw,3rem);color:var(--st-accent)}.st-discovery-hero-subtitle{color:var(--st-text-muted);margin:0 0 2.5rem;font-size:1.125rem;line-height:1.6}.st-discovery-hero-content .st-search-wrapper{max-width:560px;margin:0 auto 1.5rem}.st-discovery-hero-content .st-random-button{margin:0 auto}.st-discovery-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.st-discovery-category-link{color:var(--st-text-muted);font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s}.st-discovery-category-link:hover{color:var(--st-text)}.st-discovery-content{max-width:var(--trend-shell-max,1600px);flex:1;width:100%;margin:0 auto;padding:0 2rem 4rem}@media (min-width:1024px){.st-discovery-hero{padding:8rem 4rem 5rem}.st-discovery-content{padding:0 4rem 6rem}}@media (min-width:1440px){.st-discovery-content{padding:0 6rem 6rem}}.st-category-page{background:var(--st-bg);min-height:100vh}.st-category-hero{align-items:center;min-height:min(34rem,100svh - 9rem);padding:4rem 0 2.5rem;display:flex;position:relative;overflow:hidden}.st-category-hero:before{content:"";pointer-events:none;display:none;position:absolute;inset:0}.st-category-hero--index:before{display:none}.st-category-hero--index{min-height:0;padding:4rem 0}.st-category-hero--index .st-category-hero-inner{max-width:var(--trend-shell-max,1600px)}.st-category-hero--index .st-category-eyebrow{width:fit-content;color:var(--trend-amber,#fbbf24);text-transform:none;letter-spacing:0;background:#f59e0b0f;border:1px solid #f59e0b33;border-radius:999px;margin-bottom:1.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600}.st-category-hero-inner{width:100%;max-width:var(--trend-shell-max,1600px);padding-left:var(--trend-shell-px,1.5rem);padding-right:var(--trend-shell-px,1.5rem);margin:0 auto;position:relative}.st-category-topline{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-bottom:2rem;display:flex}.st-category-back{color:var(--st-text-muted);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.st-category-back:hover{color:var(--st-text)}.st-category-back-icon,.st-category-eyebrow-icon{width:1rem;height:1rem}.st-category-eyebrow{color:var(--st-accent);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.st-category-hero-grid{grid-template-columns:minmax(0,1fr);align-items:end;gap:2.5rem;display:grid}.st-category-hero-copy{max-width:850px}.st-category-title{max-width:58rem;color:var(--st-text);font-family:var(--trend-font-sans,inherit);letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.15}.st-category-lede{max-width:640px;color:var(--st-text-muted);margin:1.5rem 0 0;font-size:1.125rem;line-height:1.7}.st-category-hero-note{max-width:46rem;color:var(--st-text-dim);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;font-size:.875rem;line-height:1.5;display:flex}.st-category-hero-note-icon{width:1.5rem;height:1.5rem;color:var(--trend-amber,#fbbf24);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.st-category-hero-note-svg{width:.75rem;height:.75rem}.st-category-hero-cta{max-width:66rem;color:var(--st-text-muted);background:#3b82f60f;border:1px solid #3b82f633;border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.5;display:inline-flex}.st-category-hero-cta-link{color:#93c5fd;font-weight:600;text-decoration:none;transition:color .2s}.st-category-hero-cta-link:hover{color:#bfdbfe}.st-category-stats{border-top:1px solid #ffffff29;align-items:flex-end;gap:1.75rem;padding-top:1.25rem;display:flex}.st-category-stat{flex-direction:column;justify-content:flex-end;min-width:0;display:flex}.st-category-stat+.st-category-stat{border-left:1px solid #ffffff1f;padding-left:1.75rem}.st-category-stat-value{color:var(--st-text);font-size:3.5rem;font-weight:800;line-height:.9;display:block}.st-category-stat-label{color:var(--st-text-dim);text-transform:uppercase;letter-spacing:.1em;margin-top:.35rem;font-size:.75rem;font-weight:700;display:block}.st-category-content{max-width:var(--trend-shell-max,1600px);padding:3rem var(--trend-shell-px,1.5rem)6rem;margin:0 auto}.st-category-section{margin-bottom:5rem}.st-category-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:.75rem;display:grid}.st-category-tile{border-radius:var(--trend-radius-md,.75rem);min-height:8.5rem;color:var(--st-text);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;justify-content:flex-end;gap:.875rem;padding:1rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.st-category-tile:hover{background:#ffffff0d;border-color:#ffffff24;transform:translateY(-1px)}.st-category-tile-label{max-width:calc(100% - 2rem);color:var(--st-text);font-size:1.05rem;font-weight:650;line-height:1.25}.st-category-tile-meta{color:var(--st-text-dim);flex-wrap:wrap;gap:.5rem;font-size:.8125rem;display:flex}.st-category-tile-meta span{background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:1.45rem;padding:.125rem .5rem;display:inline-flex}.st-category-tile-arrow{width:1rem;height:1rem;color:var(--st-text-dim);transition:color .2s,transform .2s;position:absolute;top:1rem;right:1rem}.st-category-tile:hover .st-category-tile-arrow{color:var(--st-accent);transform:translate(2px)}.st-category-area-card-wrap{flex:none;position:relative}.st-category-section .st-area-card{border-radius:.5rem}.st-category-trend-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr));gap:.75rem;display:grid}.st-category-trend{min-height:16rem;color:var(--st-text);background:linear-gradient(#ffffff0a,#ffffff05),#ffffff03;border:1px solid #ffffff17;border-radius:.5rem;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.25rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.st-category-trend:before{content:"";background:var(--st-accent);opacity:.48;width:3px;position:absolute;inset:0 auto 0 0}.st-category-trend:hover{background:linear-gradient(#ffffff0f,#ffffff06),#ffffff05;border-color:#ffffff2e;transform:translateY(-2px)}.st-category-trend-topline,.st-category-trend-footer{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.st-category-trend-scope{border:1px solid var(--st-border);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:800}.st-category-trend-scope--micro{color:var(--st-micro);background:#22c55e14;border-color:#22c55e40}.st-category-trend-scope--macro{color:var(--st-macro);background:#f59e0b14;border-color:#f59e0b40}.st-category-trend-scope--mega{color:var(--st-mega);background:#ec489914;border-color:#ec489940}.st-category-trend-area{color:var(--st-text-dim);font-size:.75rem;font-weight:650}.st-category-trend-title{color:var(--st-text);letter-spacing:0;margin:1rem 0 0;font-size:1.375rem;font-weight:800;line-height:1.1}.st-category-trend-description{color:var(--st-text-muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:.875rem 0 0;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.st-category-trend-footer{color:var(--st-text-dim);font-size:.8125rem;font-weight:650}.st-category-trend-icon,.st-category-trend-arrow{align-items:center;display:inline-flex}.st-category-trend-icon-svg,.st-category-trend-arrow{width:.95rem;height:.95rem}.st-category-trend-arrow{color:var(--st-text-dim);margin-left:auto;transition:color .2s,transform .2s}.st-category-trend:hover .st-category-trend-arrow{color:var(--st-text);transform:translate(2px)}@media (min-width:1024px){.st-category-hero{padding:5.5rem 0 3rem}.st-category-hero--index{padding:5rem 0}.st-category-hero-grid{grid-template-columns:minmax(0,1fr) minmax(20rem,28rem)}.st-category-lede{font-size:1.25rem}.st-category-stat-value{font-size:4.5rem}.st-category-content{padding-top:3.5rem;padding-bottom:7rem}}@media (min-width:1440px){.st-category-content{padding-left:var(--trend-shell-px,3rem);padding-right:var(--trend-shell-px,3rem)}}.st-scene--stream{border-bottom:1px solid var(--st-border);padding:3rem 2rem;min-height:auto!important}.st-scene--stream:last-of-type{border-bottom:none}.st-scene--stream .st-trend-title{margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2.5rem)}.st-scene--stream .st-trend-description{margin-bottom:1.5rem;font-size:clamp(.9375rem,2.5vw,1.25rem)}.st-scene--stream .st-trend-scope{margin-bottom:1rem;font-size:.8125rem}.st-scene--stream .st-trend-categories{gap:.375rem;margin-bottom:1rem}.st-scene--stream .st-category-badge{padding:.25rem .625rem;font-size:.75rem}.st-scene--stream .st-trend-meta{margin:-.25rem 0 1.25rem}.st-scene--stream .st-trend-meta-item{min-height:1.5rem;padding:.2rem .5rem;font-size:.6875rem}.st-scene--stream .st-trend-sources{margin-top:1.5rem;padding-top:1.5rem}.st-mode-toggle{border:1px solid var(--st-border);color:var(--st-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:1.5rem;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.st-mode-toggle:hover{border-color:var(--st-text-dim);color:var(--st-text);background:#ffffff0a}.st-mode-toggle-icon{width:.875rem;height:.875rem}.st-mode-toggle-label{display:none}@media (min-width:768px){.st-mode-toggle-label{display:inline}}@media (min-width:1024px){.st-split-main--stream .st-scene{align-items:flex-start;min-height:auto!important}}.cn-e-trigger{color:var(--st-text-muted);cursor:pointer;background:#3b82f614;border:1px solid #3b82f633;border-radius:2rem;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.cn-e-trigger:hover{color:var(--st-text);background:#3b82f624;border-color:#3b82f659}.cn-e-trigger-icon{width:1rem;height:1rem}.cn-e-header-trigger{border:1px solid var(--st-border);width:1.75rem;height:1.75rem;color:var(--st-text-muted);cursor:pointer;background:0 0;border-radius:.375rem;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.cn-e-header-trigger:hover{border-color:var(--st-text-dim);color:var(--st-text);background:#ffffff0a}.cn-e-header-trigger-icon{width:.875rem;height:.875rem}.cn-e-backdrop{z-index:250;background:#00000080;position:fixed;inset:0}.cn-e-panel{top:var(--st-header-stack-h,104px);z-index:260;background:var(--st-bg-card);border-left:1px solid var(--st-border);flex-direction:column;width:320px;padding:1.5rem;display:flex;position:fixed;bottom:0;right:0;overflow-y:auto}@media (min-width:1024px){.cn-e-panel{right:380px}}.cn-e-panel-header{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.cn-e-panel-title{color:var(--st-text);font-size:1rem;font-weight:600}.cn-e-close{width:2rem;height:2rem;color:var(--st-text-dim);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.cn-e-close:hover{color:var(--st-text);background:#ffffff0f}.cn-e-close-icon{width:1.125rem;height:1.125rem}.cn-e-list{flex-direction:column;gap:.25rem;display:flex}.cn-e-link{color:var(--st-text-muted);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.cn-e-link:hover{color:var(--st-text);background:#ffffff0a}.cn-e-link--active{color:var(--st-text);background:#3b82f61a;border:1px solid #3b82f633}.cn-e-link--all{color:var(--st-accent);margin-bottom:.5rem;font-weight:600}.cn-e-count{color:var(--st-text-dim);font-variant-numeric:tabular-nums;background:#ffffff0f;border-radius:1rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}@media (max-width:767px){.cn-e-panel{border-left:none;border-top:1px solid var(--st-border);border-radius:1rem 1rem 0 0;width:100%;max-height:70vh;inset:auto 0 0}}
