.hosted-body{min-height:100vh;font-family:var(--h-font-body), system-ui, -apple-system, sans-serif;background-color:var(--bg,hsl(var(--h-bg)));color:var(--text,hsl(var(--h-text)));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.7;overflow-x:hidden}.hosted-skip-link{z-index:9999;background:hsl(var(--h-primary));color:hsl(var(--h-bg));border-radius:var(--h-radius,8px);padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:top .15s;position:absolute;top:-100%;left:1rem}.hosted-skip-link:focus{top:1rem}.hosted-main:focus{outline:none}.hosted-body :focus-visible{outline:2px solid hsl(var(--h-primary));outline-offset:2px}.hosted-body .shipam-compare-handle:focus-visible{outline:none}.hosted-body *,.hosted-body :before,.hosted-body :after{box-sizing:border-box}.hosted-scroll-progress{z-index:100;pointer-events:none;background:0 0;height:2px;position:fixed;top:0;left:0;right:0}.hosted-scroll-progress-bar{transform-origin:0;will-change:transform;background:linear-gradient(90deg, hsl(var(--h-primary)), hsl(var(--h-accent)));width:100%;height:100%;transform:scaleX(0)}.hosted-header{z-index:50;background:var(--bg,hsl(var(--h-bg)));border-bottom:1px solid var(--line-soft,hsl(var(--h-border)));position:sticky;top:2px}.hosted-header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-width:72rem;margin:0 auto;padding:22px 1.5rem;display:grid}.hosted-header-brand{color:var(--text,hsl(var(--h-text)));letter-spacing:-.025em;justify-self:start;align-items:center;gap:12px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.hosted-header-mark{background:linear-gradient(135deg, var(--accent,hsl(var(--h-primary))), var(--accent-2,hsl(var(--h-accent))));width:22px;height:22px;box-shadow:0 0 0 1px var(--line-strong,hsl(var(--h-border-strong)));border-radius:4px;flex-shrink:0}.hosted-header-logo{-o-object-fit:contain;object-fit:contain;width:auto;height:28px}.hosted-header-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.025em;color:var(--text,hsl(var(--h-text)));font-size:16px;font-weight:700}.hosted-header-sep{background:var(--line-strong,hsl(var(--h-border-strong)));width:1px;height:14px}.hosted-header-suffix{color:var(--text-2,hsl(var(--h-text-muted)));letter-spacing:-.015em;font-size:14.5px;font-weight:500}.hosted-header-nav{color:var(--text-2,hsl(var(--h-text-muted)));justify-content:center;align-items:center;gap:28px;font-size:14px;display:flex}.hosted-header-link{color:inherit;padding:8px 0;font-weight:500;text-decoration:none;transition:color .18s}.hosted-header-link:hover{color:var(--text,hsl(var(--h-text)))}.hosted-header-tools{justify-self:end;align-items:center;gap:10px;display:flex}.hosted-header-search{border-radius:var(--radius,4px);border:1px solid var(--line,hsl(var(--h-border)));background:var(--surface,hsl(var(--h-bg)));color:var(--text-3,hsl(var(--h-text-muted)));font-family:var(--font-mono,ui-monospace, SFMono-Regular, monospace);letter-spacing:.04em;cursor:pointer;align-items:center;gap:6px;min-height:32px;padding:6px 10px;font-size:11px;transition:border-color .18s,color .18s;display:inline-flex}.hosted-header-search:hover{border-color:var(--line-strong,hsl(var(--h-border-strong)));color:var(--text-2,hsl(var(--h-text-muted)))}.hosted-header-search svg{width:12px;height:12px}.hosted-header-search-hint{opacity:.7;gap:2px;display:inline-flex}.hosted-header-search-hint kbd{background:0 0;border:0;padding:0;font-family:inherit;font-size:10px}.hosted-main{max-width:72rem;min-height:calc(100vh - 200px);margin:0 auto;padding:0 1.5rem}.hosted-hero{text-align:center;padding:4rem 1rem 2rem}.hosted-hero-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.03em;background:linear-gradient(135deg, hsl(var(--h-text)), hsl(var(--h-primary)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.hosted-hero-description{color:hsl(var(--h-text-muted));max-width:36rem;margin:0 auto;font-size:1.0625rem;line-height:1.6}.hosted-reveal{opacity:0;transform:translateY(var(--h-anim-distance,16px));transition:opacity var(--h-anim-duration,.5s) cubic-bezier(.22, 1, .36, 1), transform var(--h-anim-duration,.5s) cubic-bezier(.22, 1, .36, 1);transition-delay:var(--reveal-delay,0s)}.hosted-reveal.hosted-visible{opacity:1;transform:translateY(0)}.hosted-reveal-hero{opacity:0;transform:translateY(var(--h-anim-distance,16px)) scale(var(--h-anim-hero-scale,.98));transition:opacity calc(var(--h-anim-duration,.5s) * 1.3) cubic-bezier(.16, 1, .3, 1), transform calc(var(--h-anim-duration,.5s) * 1.3) cubic-bezier(.16, 1, .3, 1);transition-delay:var(--reveal-delay,0s)}.hosted-reveal-hero.hosted-visible{opacity:1;transform:translateY(0)scale(1)}@media (scripting:none){.hosted-reveal,.hosted-reveal-hero{opacity:1;transform:none}}.hosted-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:100px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.hosted-badge:hover{transform:translateY(-1px)}.hosted-badge-sm{padding:.1875rem .5rem;font-size:.625rem}.hosted-badge-feature{background:hsl(var(--h-primary) / .12);color:hsl(var(--h-primary));border:1px solid hsl(var(--h-primary) / .2)}.hosted-badge-improvement{background:hsl(var(--h-accent) / .12);color:hsl(var(--h-accent));border:1px solid hsl(var(--h-accent) / .2)}.hosted-badge-fix{color:#20b65f;background:#20b65f1f;border:1px solid #20b65f33}.hosted-badge-announcement{color:#308ce8;background:#308ce81f;border:1px solid #308ce833}.hosted-badge-breaking{color:#e14747;background:#e147471f;border:1px solid #e1474733}.hosted-badge-default{background:hsl(var(--h-text) / .06);color:hsl(var(--h-text-muted));border:1px solid hsl(var(--h-border))}.hosted-tag{color:hsl(var(--h-text-muted));background:hsl(var(--h-text) / .04);border:1px solid hsl(var(--h-border));border-radius:100px;padding:.125rem .5rem;font-size:.75rem;text-decoration:none;transition:color .15s,border-color .15s,background .15s,transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s;display:inline-flex}.hosted-tag:hover{color:hsl(var(--h-text));border-color:hsl(var(--h-border-strong));background:hsl(var(--h-text) / .08);box-shadow:0 2px 8px hsl(var(--h-text) / .06);transform:translateY(-1px)}.hosted-tag-lg{padding:.25rem .75rem;font-size:.8125rem}.hosted-pinned-indicator{color:hsl(var(--h-accent));display:inline-flex}.hosted-pinned-indicator-light{color:#f6c155}.hosted-byline{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hosted-byline-authors{align-items:center;gap:.5rem;display:flex}.hosted-byline-avatars{display:flex}.hosted-byline-avatar{border:2px solid hsl(var(--h-bg));border-radius:50%;width:28px;height:28px;margin-left:-6px;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s;overflow:hidden}.hosted-byline-avatar:first-child{margin-left:0}.hosted-byline-avatar:hover{box-shadow:0 0 0 3px hsl(var(--h-glow-primary));z-index:1;transform:scale(1.12)}.hosted-byline-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hosted-byline-avatar-fallback{background:hsl(var(--h-primary) / .12);width:100%;height:100%;color:hsl(var(--h-primary));justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:flex}.hosted-byline-names{flex-direction:column;display:flex}.hosted-byline-name{color:hsl(var(--h-text));font-size:.8125rem;font-weight:600}.hosted-byline-role{color:hsl(var(--h-text-muted));font-size:.6875rem}.hosted-byline-date{color:hsl(var(--h-text-muted));align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.hosted-byline-date-relative{opacity:.7}.hosted-byline-date-relative:before{content:"·";margin-right:.375rem}.hosted-timeline{max-width:52rem;margin:0 auto;padding:1rem 0 4rem;position:relative}.hosted-timeline-line{background:linear-gradient(180deg, hsl(var(--h-primary) / .3), hsl(var(--h-accent) / .15), hsl(var(--h-primary) / .05));border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:1.5rem}.hosted-timeline-line-glow{background:linear-gradient(180deg, hsl(var(--h-primary) / .15), transparent 40%, transparent 60%, hsl(var(--h-accent) / .1));filter:blur(6px);pointer-events:none;position:absolute;inset:0 -4px}.hosted-timeline-group{margin-bottom:2.5rem;padding-left:7.5rem;position:relative}.hosted-timeline-marker{align-items:center;gap:.75rem;display:flex;position:absolute;left:1.5rem}.hosted-timeline-marker-dot{background:hsl(var(--h-primary));border:3px solid hsl(var(--h-bg));width:12px;height:12px;box-shadow:0 0 0 2px hsl(var(--h-primary) / .3), 0 0 12px hsl(var(--h-primary) / .2);z-index:1;border-radius:50%;flex-shrink:0;margin-left:-6px;animation:3s ease-in-out infinite hosted-dot-pulse}@keyframes hosted-dot-pulse{0%,to{box-shadow:0 0 0 2px hsl(var(--h-primary) / .3), 0 0 12px hsl(var(--h-primary) / .2)}50%{box-shadow:0 0 0 4px hsl(var(--h-primary) / .15), 0 0 20px hsl(var(--h-primary) / .3)}}.hosted-timeline-marker-label{font-family:var(--h-font-heading), system-ui, sans-serif;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--h-text-muted));white-space:nowrap;font-size:.75rem;font-weight:700}.hosted-timeline-entry{border-radius:var(--h-radius-lg);border:1px solid hsl(var(--h-border));background:hsl(var(--h-bg));margin-top:1.5rem;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.hosted-timeline-entry:hover{border-color:hsl(var(--h-border-strong));box-shadow:0 4px 24px -4px hsl(var(--h-glow-primary)), 0 0 0 1px hsl(var(--h-primary) / .06);transform:translateY(-2px)}.hosted-timeline-entry-link{color:inherit;text-decoration:none;display:block}.hosted-timeline-cover{max-height:280px;overflow:hidden}.hosted-timeline-cover-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1)}.hosted-timeline-entry:hover .hosted-timeline-cover-img{transform:scale(1.02)}.hosted-timeline-entry-body{padding:1.25rem 1.5rem 1.5rem}.hosted-timeline-entry-meta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.hosted-timeline-emoji{font-size:1.25rem}.hosted-timeline-entry-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.02em;color:hsl(var(--h-text));margin:0 0 .5rem;font-size:1.375rem;font-weight:700;line-height:1.3}.hosted-timeline-entry-excerpt{color:hsl(var(--h-text-muted));-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hosted-timeline-tags{flex-wrap:wrap;gap:.375rem;margin-top:.75rem;display:flex}.hosted-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;padding:1rem 0 4rem;display:grid}.hosted-card{border-radius:var(--h-radius-lg);border:1px solid hsl(var(--h-border));background:hsl(var(--h-bg));transition:border-color .2s,box-shadow .25s,transform .25s cubic-bezier(.22,1,.36,1);overflow:hidden}.hosted-card:hover{border-color:hsl(var(--h-primary) / .2);box-shadow:0 8px 32px -8px hsl(var(--h-glow-primary)), 0 0 0 1px hsl(var(--h-primary) / .08);transform:translateY(-4px)}.hosted-card-pinned{grid-column:1/-1;max-width:100%}@media (min-width:768px){.hosted-card-pinned{grid-template-columns:1fr 1fr;display:grid}}.hosted-card-link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.hosted-card-pinned .hosted-card-link{display:contents}.hosted-card-cover{aspect-ratio:16/9;background:linear-gradient(135deg, hsl(var(--h-primary) / .08), hsl(var(--h-accent) / .08));position:relative;overflow:hidden}.hosted-card-cover-empty{justify-content:center;align-items:center;display:flex}.hosted-card-emoji{font-size:3rem}.hosted-card-cover-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1)}.hosted-card:hover .hosted-card-cover-img{transform:scale(1.04)}.hosted-card-cover-overlay{z-index:1;position:absolute;bottom:.75rem;left:.75rem}.hosted-card-body{flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem;display:flex}.hosted-card-meta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.hosted-card-date{color:hsl(var(--h-text-faint));font-size:.75rem}.hosted-card-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.01em;color:hsl(var(--h-text));margin:0 0 .375rem;font-size:1.125rem;font-weight:700;line-height:1.3}.hosted-card-excerpt{color:hsl(var(--h-text-muted));-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hosted-card-tags{flex-wrap:wrap;gap:.25rem;margin-top:.75rem;display:flex}.hosted-card-authors{border-top:1px solid hsl(var(--h-border));gap:.625rem;margin-top:.75rem;padding-top:.75rem;display:flex}.hosted-card-author{align-items:center;gap:.375rem;display:flex}.hosted-card-author-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:20px;height:20px}.hosted-card-author-avatar-fallback{background:hsl(var(--h-primary) / .12);color:hsl(var(--h-primary));justify-content:center;align-items:center;font-size:.5625rem;font-weight:700;display:flex}.hosted-card-author-name{color:hsl(var(--h-text-muted));font-size:.75rem}.hosted-magazine{padding:1rem 0 4rem}.hosted-magazine-hero{border-radius:var(--h-radius-xl);border:1px solid hsl(var(--h-border));margin-bottom:2.5rem;transition:box-shadow .3s;overflow:hidden}.hosted-magazine-hero:hover{box-shadow:0 12px 48px -12px hsl(var(--h-glow-primary))}.hosted-magazine-hero-link{color:inherit;text-decoration:none;display:block;position:relative}.hosted-magazine-hero-cover{aspect-ratio:21/9;background:linear-gradient(135deg, hsl(var(--h-primary) / .15), hsl(var(--h-accent) / .1));position:relative;overflow:hidden}.hosted-magazine-hero-cover-empty{justify-content:center;align-items:center;min-height:320px;display:flex}.hosted-magazine-hero-emoji{z-index:1;font-size:5rem;position:relative}.hosted-magazine-hero-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.hosted-magazine-hero:hover .hosted-magazine-hero-img{transform:scale(1.02)}.hosted-magazine-hero-gradient{background:linear-gradient(0deg, hsl(var(--h-bg) / .95) 0%, hsl(var(--h-bg) / .6) 30%, transparent 60%);position:absolute;inset:0}.hosted-magazine-hero-content{padding:2rem 2.5rem 2.5rem;position:relative}.hosted-magazine-hero-meta{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.hosted-magazine-hero-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.03em;color:hsl(var(--h-text));margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.hosted-magazine-hero-excerpt{color:hsl(var(--h-text-muted));max-width:40rem;margin:0 0 1.25rem;font-size:1.0625rem;line-height:1.6}.hosted-magazine-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.hosted-magazine-item{border-radius:var(--h-radius-lg);border:1px solid hsl(var(--h-border));background:hsl(var(--h-bg));transition:border-color .2s,box-shadow .25s,transform .25s cubic-bezier(.22,1,.36,1);overflow:hidden}.hosted-magazine-item:hover{border-color:hsl(var(--h-border-strong));box-shadow:0 8px 24px -8px hsl(var(--h-glow-primary));transform:translateY(-3px)}.hosted-magazine-item-link{color:inherit;text-decoration:none;display:block}.hosted-magazine-item-cover{aspect-ratio:16/9;overflow:hidden}.hosted-magazine-item-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1)}.hosted-magazine-item:hover .hosted-magazine-item-img{transform:scale(1.03)}.hosted-magazine-item-body{padding:1rem 1.25rem 1.25rem}.hosted-magazine-item-meta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.hosted-magazine-item-date{color:hsl(var(--h-text-faint));font-size:.75rem}.hosted-magazine-item-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.01em;margin:0 0 .375rem;font-size:1.125rem;font-weight:700;line-height:1.3}.hosted-magazine-item-excerpt{color:hsl(var(--h-text-muted));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hosted-magazine-item-author{margin-top:.75rem}.hosted-magazine-item-author-name{color:hsl(var(--h-text-muted));font-size:.75rem;font-weight:500}.hosted-entry{max-width:48rem;margin:0 auto;padding-bottom:4rem}.hosted-entry-hero{aspect-ratio:21/9;border-radius:0 0 var(--h-radius-xl) var(--h-radius-xl);margin:-1.5rem -1.5rem 0;position:relative;overflow:hidden}@media (min-width:768px){.hosted-entry-hero{border-radius:var(--h-radius-xl);margin:1.5rem -2rem 0}}.hosted-entry-hero-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hosted-entry-hero-overlay{background:linear-gradient(0deg, hsl(var(--h-bg) / .3) 0%, transparent 50%);position:absolute;inset:0}.hosted-entry-header{border-bottom:1px solid hsl(var(--h-border));margin-bottom:2rem;padding:2rem 0 1.5rem}.hosted-entry-header-meta{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.hosted-entry-header-emoji{font-size:2rem}.hosted-entry-title{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.03em;color:hsl(var(--h-text));margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.hosted-entry-header-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.hosted-prose{color:hsl(var(--h-text));font-size:1rem;line-height:1.8}.hosted-prose h1,.hosted-prose h2,.hosted-prose h3,.hosted-prose h4{font-family:var(--h-font-heading), system-ui, sans-serif;letter-spacing:-.02em;color:hsl(var(--h-text));margin:2em 0 .75em;font-weight:700;line-height:1.3}.hosted-prose h1{font-size:1.75rem}.hosted-prose h2{font-size:1.375rem}.hosted-prose h3{font-size:1.125rem}.hosted-prose h4{font-size:1rem}.hosted-prose p{margin:0 0 1.25em}.hosted-prose a{color:hsl(var(--h-primary));background-image:linear-gradient(hsl(var(--h-primary)), hsl(var(--h-primary)));background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;padding-bottom:1px;text-decoration:none;transition:background-size .25s cubic-bezier(.22,1,.36,1)}.hosted-prose a:hover{background-size:100% 1px}.hosted-prose img{border-radius:var(--h-radius);border:1px solid hsl(var(--h-border));max-width:100%;height:auto;margin:1.5em 0}.hosted-prose pre{background:hsl(var(--h-text) / .04);border:1px solid hsl(var(--h-border));border-radius:var(--h-radius);font-family:var(--h-font-code), "JetBrains Mono", monospace;margin:1.5em 0;padding:1.25rem 1.5rem;font-size:.875rem;line-height:1.7;overflow-x:auto}.hosted-prose code{font-family:var(--h-font-code), "JetBrains Mono", monospace;background:hsl(var(--h-text) / .06);border-radius:4px;padding:.15em .4em;font-size:.875em}.hosted-prose pre code{font-size:inherit;background:0 0;padding:0}.hosted-prose blockquote{border-left:3px solid hsl(var(--h-primary) / .4);color:hsl(var(--h-text-muted));margin:1.5em 0;padding:.5em 0 .5em 1.25em;font-style:italic}.hosted-prose hr{background:hsl(var(--h-border));border:none;height:1px;margin:2.5em 0}.hosted-prose ul,.hosted-prose ol{margin:1em 0;padding-left:1.5em}.hosted-prose li{margin:.375em 0}.hosted-prose table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.875rem}.hosted-prose th,.hosted-prose td{border:1px solid hsl(var(--h-border));text-align:left;padding:.625rem 1rem}.hosted-prose th{background:hsl(var(--h-text) / .03);font-weight:600}.hosted-reactions{border-top:1px solid hsl(var(--h-border));margin-top:2rem;padding:1.5rem 0}.hosted-reactions-inner{flex-wrap:wrap;gap:.5rem;display:flex}.hosted-reaction-btn{border-radius:var(--h-radius,.5rem);border:1px solid hsl(var(--h-border));color:hsl(var(--h-text-muted));cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;line-height:1.4;transition:all .15s;display:inline-flex}.hosted-reaction-btn:hover:not(:disabled){border-color:hsl(var(--h-border-strong,var(--h-text) / .25));background:hsl(var(--h-text) / .04);color:hsl(var(--h-text))}.hosted-reaction-btn:focus-visible{outline:2px solid hsl(var(--h-primary));outline-offset:2px}.hosted-reaction-btn:disabled{opacity:.5;cursor:default}.hosted-reaction-active{border-color:hsl(var(--h-primary) / .4);background:hsl(var(--h-primary) / .1);color:hsl(var(--h-text))}.hosted-reaction-active:hover:not(:disabled){border-color:hsl(var(--h-primary) / .6);background:hsl(var(--h-primary) / .15)}.hosted-reaction-emoji{font-size:1rem;line-height:1}.hosted-reaction-count{font-variant-numeric:tabular-nums;text-align:center;min-width:.75rem;font-size:.8125rem;font-weight:500}.hosted-entry-tags{border-top:1px solid hsl(var(--h-border));flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding:2rem 0;display:flex}.hosted-entry-nav{border-top:1px solid hsl(var(--h-border));grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem 0;display:grid}@media (max-width:640px){.hosted-entry-nav{grid-template-columns:1fr}}.hosted-entry-nav-link{border:1px solid hsl(var(--h-border));border-radius:var(--h-radius);color:inherit;flex-direction:column;gap:.375rem;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.hosted-entry-nav-link:hover{border-color:hsl(var(--h-primary) / .25);box-shadow:0 0 0 3px hsl(var(--h-glow-primary));transform:translateY(-1px)}.hosted-entry-nav-next{text-align:right;align-items:flex-end}.hosted-entry-nav-direction{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--h-text-muted));align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.hosted-entry-nav-title{font-family:var(--h-font-heading), system-ui, sans-serif;color:hsl(var(--h-text));align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;display:flex}.hosted-entry-nav-emoji{font-size:1rem}.hosted-share{align-items:center;gap:.625rem;display:flex}.hosted-share-label{color:hsl(var(--h-text-faint));text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.hosted-share-buttons{gap:.25rem;display:flex}.hosted-share-btn{border-radius:var(--h-radius-sm);border:1px solid hsl(var(--h-border));width:32px;height:32px;color:hsl(var(--h-text-muted));cursor:pointer;background:0 0;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;transition:all .15s;display:flex}.hosted-share-btn:hover{color:hsl(var(--h-text));border-color:hsl(var(--h-border-strong));background:hsl(var(--h-text) / .04);transform:translateY(-1px)}.hosted-entry-back{padding:1.5rem 0}.hosted-entry-back-link{color:hsl(var(--h-text-muted));border-radius:var(--h-radius);border:1px solid hsl(var(--h-border));align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.hosted-entry-back-link:hover{color:hsl(var(--h-text));border-color:hsl(var(--h-border-strong));background:hsl(var(--h-text) / .03)}.hosted-filters{padding:1rem 0 1.5rem}.hosted-filters-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.hosted-filters-group{flex-wrap:wrap;gap:.375rem;display:flex}.hosted-filter-pill{border:1px solid hsl(var(--h-border));color:hsl(var(--h-text-muted));cursor:pointer;white-space:nowrap;background:0 0;border-radius:100px;padding:.375rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s}.hosted-filter-pill:hover{color:hsl(var(--h-text));border-color:hsl(var(--h-border-strong))}.hosted-filter-pill-active{background:hsl(var(--h-primary));color:hsl(var(--h-bg));border-color:hsl(var(--h-primary))}.hosted-filter-pill-active:hover{color:hsl(var(--h-bg));opacity:.9}.hosted-filter-pill-sm{padding:.25rem .625rem;font-size:.75rem}.hosted-filter-tag{border:1px solid hsl(var(--h-border));background:hsl(var(--h-text) / .02);color:hsl(var(--h-text-muted));cursor:pointer;border-radius:100px;padding:.25rem .625rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.hosted-filter-tag:hover{border-color:hsl(var(--h-border-strong));color:hsl(var(--h-text))}.hosted-filter-tag-active{background:hsl(var(--h-accent) / .12);color:hsl(var(--h-accent));border-color:hsl(var(--h-accent) / .3)}.hosted-filter-clear{color:hsl(var(--h-text-faint));cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.375rem;font-family:inherit;font-size:.75rem;font-weight:500;text-decoration:underline}.hosted-filter-clear:hover{color:hsl(var(--h-text-muted))}.hosted-filters-tags{border-left:1px solid hsl(var(--h-border));padding-left:.5rem}.hosted-search-overlay{z-index:200;background:hsl(var(--h-bg) / .6);-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:flex-start;padding:10vh 1rem;animation:.15s hosted-overlay-in;display:flex;position:fixed;inset:0}@keyframes hosted-overlay-in{0%{opacity:0}to{opacity:1}}.hosted-search-dialog{background:hsl(var(--h-bg));border:1px solid hsl(var(--h-border));border-radius:var(--h-radius-lg);width:100%;max-width:36rem;box-shadow:0 16px 64px -16px hsl(var(--h-text) / .25), 0 0 0 1px hsl(var(--h-text) / .05);animation:.2s cubic-bezier(.22,1,.36,1) hosted-dialog-in;overflow:hidden}@keyframes hosted-dialog-in{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.hosted-search-input-wrap{border-bottom:1px solid hsl(var(--h-border));align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.hosted-search-icon{color:hsl(var(--h-text-muted));flex-shrink:0}.hosted-search-input{color:hsl(var(--h-text));background:0 0;border:none;flex:1;font-family:inherit;font-size:1rem}.hosted-search-input:focus-visible{outline:none}.hosted-search-input::placeholder{color:hsl(var(--h-text-faint))}.hosted-search-esc{background:hsl(var(--h-text) / .06);border:1px solid hsl(var(--h-border));color:hsl(var(--h-text-faint));border-radius:4px;padding:2px 6px;font-family:inherit;font-size:.6875rem}.hosted-search-results{max-height:360px;padding:.375rem;overflow-y:auto}.hosted-search-empty{text-align:center;color:hsl(var(--h-text-muted));padding:2rem 1rem;font-size:.875rem}.hosted-search-result{border-radius:var(--h-radius-sm);cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:.75rem;padding:.625rem .75rem;font-family:inherit;transition:background .1s;display:flex}.hosted-search-result:hover,.hosted-search-result-active{background:hsl(var(--h-text) / .04)}.hosted-search-result-emoji{flex-shrink:0;font-size:1.25rem}.hosted-search-result-body{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.hosted-search-result-title{color:hsl(var(--h-text));white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.hosted-search-result-excerpt{color:hsl(var(--h-text-muted));white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.hosted-search-result-date{color:hsl(var(--h-text-faint));flex-shrink:0;font-size:.6875rem}.hosted-search-highlight{background:hsl(var(--h-accent) / .2);color:hsl(var(--h-accent));border-radius:2px;padding:0 2px}.hosted-empty{text-align:center;padding:6rem 1rem}.hosted-empty-icon{color:hsl(var(--h-text-faint));margin-bottom:1.5rem}.hosted-empty-title{font-family:var(--h-font-heading), system-ui, sans-serif;color:hsl(var(--h-text));margin:0 0 .5rem;font-size:1.375rem;font-weight:700}.hosted-empty-text{color:hsl(var(--h-text-muted));margin:0;font-size:.9375rem}.hosted-footer{border-top:1px solid var(--line-soft,hsl(var(--h-border)));margin-top:2rem;padding:32px 0 56px}.hosted-footer-inner{flex-direction:column;gap:18px;max-width:72rem;margin:0 auto;padding:0 1.5rem;display:flex}.hosted-footer-row{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.16em;text-transform:uppercase;color:var(--text-4,hsl(var(--h-text-muted)));grid-template-columns:auto 1fr auto;align-items:center;gap:24px;font-size:11px;display:grid}.hosted-footer-copyright{color:var(--text-4,hsl(var(--h-text-muted)))}.hosted-footer-legal{color:var(--text-3,hsl(var(--h-text-muted)));flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;display:flex}.hosted-footer-legal a,.hosted-footer-legal-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;transition:color .18s}.hosted-footer-legal a:hover,.hosted-footer-legal-button:hover{color:var(--text,hsl(var(--h-text)))}.hosted-footer-rss{align-items:center;gap:.3rem;display:inline-flex}.hosted-footer-badge{color:var(--text-3,hsl(var(--h-text-muted)));justify-self:end;align-items:center;gap:8px;text-decoration:none;transition:color .18s;display:inline-flex}.hosted-footer-badge:hover{color:var(--text,hsl(var(--h-text)))}.hosted-footer-badge svg{flex-shrink:0;width:14px;height:14px}.hosted-footer-badge .brand-word{font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.hosted-footer-badge .brand-word .i-spark{color:var(--accent,hsl(var(--h-primary)))}.hosted-footer-socials{justify-content:center;gap:.375rem;display:flex}.hosted-footer-social-link{border-radius:var(--radius,var(--h-radius-sm));width:32px;height:32px;color:var(--text-3,hsl(var(--h-text-muted)));justify-content:center;align-items:center;transition:all .15s;display:flex}.hosted-footer-social-link:hover{color:var(--text,hsl(var(--h-text)));background:var(--surface,hsl(var(--h-text) / .06))}@media (max-width:720px){.hosted-footer-row{text-align:center;grid-template-columns:1fr;gap:12px}.hosted-footer-legal,.hosted-footer-badge{justify-content:center;justify-self:center}}.hosted-cookie-banner{z-index:50;border:1px solid hsl(var(--h-border));border-radius:calc(var(--h-radius) + 2px);background:hsl(var(--h-surface) / .96);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:min(38rem,100vw - 2rem);box-shadow:0 24px 60px hsl(var(--h-shadow) / .24);padding:1rem;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.hosted-cookie-banner-title{font-family:var(--h-font-heading), system-ui, sans-serif;color:hsl(var(--h-text));margin:0;font-weight:700}.hosted-cookie-banner-body{color:hsl(var(--h-text-muted));margin:.5rem 0 0;font-size:.875rem;line-height:1.6}.hosted-cookie-banner-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.hosted-cookie-banner-btn{border-radius:var(--h-radius-sm);border:1px solid hsl(var(--h-border));font:inherit;cursor:pointer;padding:.625rem .95rem;transition:transform .15s,border-color .15s,background .15s}.hosted-cookie-banner-btn:hover{transform:translateY(-1px)}.hosted-cookie-banner-btn-secondary{color:hsl(var(--h-text-muted));background:0 0}.hosted-cookie-banner-btn-primary{background:hsl(var(--h-accent));color:hsl(var(--h-accent-foreground));border-color:hsl(var(--h-accent))}.hosted-subscribe-input-group{border:1px solid hsl(var(--h-border));border-radius:var(--h-radius);background:hsl(var(--h-bg));align-items:center;gap:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.hosted-subscribe-input-group:focus-within{border-color:hsl(var(--h-primary) / .5);box-shadow:0 0 0 3px hsl(var(--h-glow-primary))}.hosted-subscribe-icon{color:hsl(var(--h-text-faint));flex-shrink:0;margin-left:.75rem}.hosted-subscribe-input{min-width:0;color:hsl(var(--h-text));background:0 0;border:none;flex:1;padding:.625rem .75rem;font-family:inherit;font-size:.875rem}.hosted-subscribe-input:focus-visible{outline:none}.hosted-subscribe-input::placeholder{color:hsl(var(--h-text-faint))}.hosted-subscribe-btn{background:hsl(var(--h-primary));color:hsl(var(--h-bg));cursor:pointer;border:none;flex-shrink:0;padding:.625rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:opacity .15s}.hosted-subscribe-btn:hover{opacity:.9}.hosted-subscribe-btn:disabled{opacity:.6;cursor:not-allowed}.hosted-subscribe-error{color:#e14747;margin:.375rem 0 0;font-size:.75rem}.hosted-subscribe-success{color:#20b65f;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.hosted-shipam-badge{z-index:40;background:hsl(var(--h-bg) / .65);-webkit-backdrop-filter:blur(16px)saturate(1.8);border:1px solid hsl(var(--h-border));color:hsl(var(--h-text-muted));letter-spacing:.01em;box-shadow:0 2px 12px hsl(var(--h-text) / .06);border-radius:100px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.6875rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.hosted-shipam-badge:hover{color:hsl(var(--h-text));border-color:hsl(var(--h-primary) / .3);box-shadow:0 4px 20px hsl(var(--h-glow-primary)), 0 0 0 1px hsl(var(--h-primary) / .1);transform:translateY(-2px)}.hosted-shipam-badge-icon{opacity:.6;flex-shrink:0}.hosted-shipam-badge:hover .hosted-shipam-badge-icon{opacity:1}.hosted-shipam-badge-text strong{font-weight:700}.shipam-metric{text-align:center;margin:1.5em 0;display:block}.shipam-metric,.shipam-metric-hydrated{border-radius:var(--radius,var(--h-radius-lg));background:radial-gradient(500px 200px at 50% 0%, var(--accent-wash,hsl(var(--h-primary) / .08)), transparent 70%), var(--surface,hsl(var(--h-surface)));border:1px solid var(--line,hsl(var(--h-border)));flex-direction:column;align-items:center;gap:.5rem;padding:48px 40px;display:flex;position:relative;overflow:hidden}.shipam-metric-hydrated:before{content:"";background:linear-gradient(to bottom, var(--accent,hsl(var(--h-primary))), transparent);pointer-events:none;width:1px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.shipam-metric-value{font-family:var(--font-heading,var(--h-font-heading,system-ui, sans-serif));letter-spacing:-.05em;color:var(--text,hsl(var(--h-text)));font-variant-numeric:tabular-nums;-webkit-text-fill-color:currentColor;background:0 0;-webkit-background-clip:border-box;background-clip:border-box;font-size:clamp(64px,9vw,108px);font-weight:800;line-height:1}.shipam-metric-label{color:var(--text-2,hsl(var(--h-text)));letter-spacing:-.012em;margin-top:16px;font-size:18px;font-weight:500}.shipam-metric-previous{font-family:var(--font-mono,ui-monospace, SFMono-Regular, monospace);letter-spacing:.2em;text-transform:uppercase;color:var(--text-3,hsl(var(--h-text-faint)));margin-top:8px;font-size:11px}.shipam-compare{border-radius:var(--h-radius-lg);border:1px solid hsl(var(--h-border));background:hsl(var(--h-surface));margin:1.5em 0;overflow:hidden}.shipam-compare-static{aspect-ratio:16/9;grid-template-columns:repeat(2,minmax(0,1fr));min-height:18rem;display:grid}.shipam-compare-static-pane{min-height:100%;position:relative}.shipam-compare-static-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.shipam-compare-container{-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:ew-resize;aspect-ratio:16/9;min-height:18rem;position:relative;overflow:hidden}.shipam-compare-after{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.shipam-compare-clip{position:absolute;top:0;bottom:0;left:0;overflow:hidden}.shipam-compare-before{-o-object-fit:cover;object-fit:cover;width:100%;max-width:none;height:100%;display:block}.shipam-compare-handle{z-index:2;justify-content:center;align-items:center;width:0;display:flex;position:absolute;top:0;bottom:0;left:50%}.shipam-compare-handle:focus-visible{outline:none}.shipam-compare-handle:focus-visible .shipam-compare-handle-grip{box-shadow:0 0 0 3px hsl(var(--h-primary) / .4), 0 2px 8px hsl(var(--h-text) / .2)}.shipam-compare-handle-line{width:2px;box-shadow:0 0 4px hsl(var(--h-text) / .3);background:#fff;position:absolute;top:0;bottom:0}.shipam-compare-handle-grip{width:32px;height:32px;box-shadow:0 2px 8px hsl(var(--h-text) / .2);z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:box-shadow .15s;display:flex;position:relative}.shipam-compare-handle-grip:before,.shipam-compare-handle-grip:after{content:"";border-style:solid;width:0;height:0;position:absolute}.shipam-compare-handle-grip:before{border-width:4px 5px 4px 0;border-color:transparent hsl(var(--h-text) / .4) transparent transparent;left:6px}.shipam-compare-handle-grip:after{border-width:4px 0 4px 5px;border-color:transparent transparent transparent hsl(var(--h-text) / .4);right:6px}.shipam-compare-labels{background:hsl(var(--h-bg));border-top:1px solid hsl(var(--h-border));justify-content:space-between;padding:.5rem .75rem;display:flex}.shipam-compare-label{color:hsl(var(--h-text-muted));text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.shipam-compare-empty,.shipam-screenshot-empty{letter-spacing:.08em;text-transform:uppercase;min-height:100%;color:hsl(var(--h-text-muted));background:linear-gradient(135deg, hsl(var(--h-text) / .03), hsl(var(--h-text) / .08));justify-content:center;align-items:center;padding:1rem;font-size:.8125rem;display:flex}.shipam-video{border-radius:var(--h-radius-lg);border:1px solid hsl(var(--h-border));background:hsl(var(--h-text) / .03);margin:1.5em 0;overflow:hidden}.shipam-video-fallback,.shipam-video-hydrated{aspect-ratio:16/9;width:100%;position:relative}.shipam-video-fallback{color:inherit;background:hsl(var(--h-text) / .04);justify-content:center;align-items:center;text-decoration:none;display:flex}.shipam-video-fallback-copy{letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--h-text-muted));font-size:.8125rem}.shipam-video-player{-o-object-fit:contain;object-fit:contain;background:#000;width:100%;height:100%;display:block}.shipam-video-iframe{border:none;width:100%;height:100%}.shipam-video-poster-wrap{cursor:pointer;background:hsl(var(--h-text) / .04);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.shipam-video-poster{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.shipam-video-play{cursor:pointer;color:hsl(var(--h-text));background:0 0;border:none;padding:0;transition:transform .2s cubic-bezier(.22,1,.36,1);position:absolute}.shipam-video-play:hover{transform:scale(1.1)}.shipam-screenshot{border-radius:var(--h-radius-lg);border:1px solid hsl(var(--h-border));background:hsl(var(--h-surface));min-height:18rem;margin:1.5em 0;overflow:hidden}.shipam-screenshot-img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;min-height:18rem;transition:transform .4s cubic-bezier(.22,1,.36,1);display:block}.shipam-screenshot-zoomable .shipam-screenshot-img:hover{transform:scale(1.02)}.shipam-screenshot-caption{color:hsl(var(--h-text-muted));text-align:center;border-top:1px solid hsl(var(--h-border));background:hsl(var(--h-text) / .02);padding:.625rem 1rem;font-size:.8125rem}.shipam-lightbox{z-index:300;background:hsl(var(--h-bg) / .85);-webkit-backdrop-filter:blur(12px);cursor:zoom-out;justify-content:center;align-items:center;padding:2rem;animation:.25s cubic-bezier(.22,1,.36,1) shipam-lightbox-in;display:flex;position:fixed;inset:0}@keyframes shipam-lightbox-in{0%{opacity:0}to{opacity:1}}.shipam-lightbox-closing{animation:.2s forwards shipam-lightbox-out}@keyframes shipam-lightbox-out{0%{opacity:1}to{opacity:0}}.shipam-lightbox-img{border-radius:var(--h-radius-lg);max-width:90vw;max-height:90vh;box-shadow:0 16px 64px hsl(var(--h-text) / .25);animation:.3s cubic-bezier(.22,1,.36,1) shipam-lightbox-img-in}@keyframes shipam-lightbox-img-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.shipam-lightbox-close{background:hsl(var(--h-text) / .15);width:2.5rem;height:2.5rem;color:hsl(var(--h-text));cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.shipam-lightbox-close:hover{background:hsl(var(--h-text) / .3)}.shipam-copy-btn{border-radius:var(--h-radius-sm);border:1px solid hsl(var(--h-border));background:hsl(var(--h-bg) / .8);-webkit-backdrop-filter:blur(8px);width:28px;height:28px;color:hsl(var(--h-text-muted));cursor:pointer;opacity:0;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:opacity .15s,color .15s,border-color .15s;display:flex;position:absolute;top:.625rem;right:.625rem}.hosted-prose pre:hover .shipam-copy-btn,.hosted-prose pre:focus-within .shipam-copy-btn,.shipam-copy-btn:focus-visible{opacity:1}@media (hover:none){.shipam-copy-btn{opacity:1}}.shipam-copy-btn:hover{color:hsl(var(--h-text));border-color:hsl(var(--h-border-strong))}.shipam-copy-btn-success{color:#20b65f;border-color:#20b65f4d}@media (max-width:640px){.hosted-header-inner{padding:.75rem 1rem}.hosted-header-search-hint{display:none}.hosted-main{padding:0 1rem}.hosted-hero{padding:2.5rem .5rem 1.5rem}.hosted-timeline{padding-left:0}.hosted-timeline-line{left:.75rem}.hosted-timeline-group{padding-left:2.5rem}.hosted-timeline-marker{left:.75rem}.hosted-cards{grid-template-columns:1fr}.hosted-magazine-hero-content{padding:1.25rem 1.5rem 1.5rem}.hosted-magazine-grid{grid-template-columns:1fr}.hosted-footer-inner{padding:0 1rem}.hosted-shipam-badge{bottom:.75rem;right:.75rem}.hosted-cookie-banner{width:auto;left:1rem;right:1rem;transform:none}}@media (prefers-reduced-motion:reduce){.hosted-reveal,.hosted-reveal-hero{opacity:1;transition:none;transform:none}.hosted-scroll-progress-bar,.hosted-timeline-entry,.hosted-card,.hosted-magazine-item,.hosted-magazine-hero,.hosted-entry-nav-link,.hosted-share-btn,.hosted-shipam-badge,.hosted-tag,.hosted-badge,.hosted-byline-avatar,.hosted-timeline-cover-img,.hosted-card-cover-img,.hosted-magazine-hero-img,.hosted-magazine-item-img,.shipam-screenshot-img{transition:none}.hosted-timeline-entry:hover,.hosted-card:hover,.hosted-magazine-item:hover,.hosted-tag:hover,.hosted-badge:hover,.shipam-screenshot-zoomable .shipam-screenshot-img:hover{transform:none}.hosted-timeline-marker-dot{animation:none}.hosted-prose a{text-decoration:underline;-webkit-text-decoration-color:hsl(var(--h-primary) / .3);text-decoration-color:hsl(var(--h-primary) / .3);background-image:none;transition:none}.hosted-prose a:hover{-webkit-text-decoration-color:hsl(var(--h-primary));text-decoration-color:hsl(var(--h-primary))}.shipam-lightbox,.shipam-lightbox-img{animation:none}.shipam-video-play{transition:none}}@media print{.hosted-scroll-progress,.hosted-shipam-badge,.hosted-share,.hosted-filters,.hosted-header-search,.hosted-footer-subscribe{display:none!important}.hosted-reveal,.hosted-reveal-hero{opacity:1;transform:none}.hosted-body{color:#000;background:#fff}.hosted-roadmap-board{flex-direction:column}}.hosted-roadmap-board{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem;display:grid}.hosted-roadmap-column{flex-direction:column;gap:.75rem;display:flex}.hosted-roadmap-column-header{border-bottom:1px solid hsl(var(--h-border) / .3);align-items:center;gap:.5rem;padding-bottom:.75rem;display:flex}.hosted-roadmap-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hosted-roadmap-status-planned{background-color:hsl(var(--h-accent,220 80% 60%))}.hosted-roadmap-status-in_progress{background-color:#f4af25}.hosted-roadmap-status-shipped{background-color:#2eb873}.hosted-roadmap-column-title{font-family:var(--h-font-heading), var(--h-font-body), system-ui, sans-serif;color:hsl(var(--h-text));margin:0;font-size:.875rem;font-weight:600}.hosted-roadmap-column-count{color:hsl(var(--h-text-muted));margin-left:auto;font-size:.75rem}.hosted-roadmap-column-items{flex-direction:column;gap:.5rem;display:flex}.hosted-roadmap-card{border:1px solid hsl(var(--h-border) / .3);border-radius:var(--h-radius,8px);background-color:hsl(var(--h-card-bg,var(--h-bg)));padding:1rem;transition:border-color .2s}.hosted-roadmap-card:hover{border-color:hsl(var(--h-border) / .6)}.hosted-roadmap-card-title{font-family:var(--h-font-heading), var(--h-font-body), system-ui, sans-serif;color:hsl(var(--h-text));margin:0 0 .25rem;font-size:.875rem;font-weight:600;line-height:1.4}.hosted-roadmap-card-description{color:hsl(var(--h-text-muted));margin:0;font-size:.8125rem;line-height:1.5}.hosted-roadmap-card-footer{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.hosted-roadmap-card-category{color:hsl(var(--h-text-muted));border:1px solid hsl(var(--h-border) / .3);border-radius:calc(var(--h-radius,8px) / 2);padding:.125rem .5rem;font-size:.6875rem}.hosted-roadmap-card-link{color:hsl(var(--h-accent,220 80% 60%));margin-left:auto;font-size:.75rem;text-decoration:none;transition:opacity .2s}.hosted-roadmap-card-link:hover{opacity:.8}.hosted-roadmap-card-body{align-items:flex-start;gap:.75rem;display:flex}.hosted-roadmap-card-content{flex:1;min-width:0}.hosted-roadmap-upvote{border:1px solid hsl(var(--h-border) / .3);border-radius:calc(var(--h-radius,8px) / 2);color:hsl(var(--h-text-muted));cursor:pointer;background:0 0;flex-direction:column;flex-shrink:0;align-items:center;gap:.125rem;padding:.375rem .5rem;font-size:.6875rem;font-weight:600;line-height:1;transition:all .15s;display:flex}.hosted-roadmap-upvote:hover{border-color:hsl(var(--h-accent,220 80% 60%) / .4);color:hsl(var(--h-accent,220 80% 60%));background:hsl(var(--h-accent,220 80% 60%) / .06)}.hosted-roadmap-upvote-active{border-color:hsl(var(--h-accent,220 80% 60%) / .5);color:hsl(var(--h-accent,220 80% 60%));background:hsl(var(--h-accent,220 80% 60%) / .1)}.hosted-roadmap-sort{justify-content:center;gap:.25rem;max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex}.hosted-roadmap-sort-btn{border-radius:calc(var(--h-radius,8px) / 2);color:hsl(var(--h-text-muted));cursor:pointer;background:0 0;border:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.hosted-roadmap-sort-btn:hover{color:hsl(var(--h-text));background:hsl(var(--h-border) / .15)}.hosted-roadmap-sort-btn-active{color:hsl(var(--h-text));background:hsl(var(--h-border) / .2)}@media (max-width:768px){.hosted-roadmap-board{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1rem 3rem}}
