:root{--brand: #7b66ff;--brand-ink: #6a54f0;--accent-a: #667eea;--accent-b: #764ba2;--logo-orange: #f5a623;--text: #1f2937;--text-strong: #111827;--muted: #6b7280;--muted-2: #4b5563;--border: #e5e7eb;--border-strong: #d1d5db;--surface: #ffffff;--surface-2: #f9fafb;--surface-3: #f3f4f6;--container: 1200px;--radius: .75rem;--radius-sm: .375rem;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--header-h: 58px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}body{font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text);background:var(--surface)}a{color:var(--brand);text-decoration:none;transition:color .2s}a:hover{color:var(--brand-ink)}img{max-width:100%;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem;width:100%}.site-header{position:sticky;top:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:.5rem 0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px;color:var(--text)}.logo:hover{color:var(--text)}.logo-image{height:42px;width:auto;display:block}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text);margin:0;line-height:1.2}.nav-toggle{position:absolute;opacity:0;pointer-events:none}.nav-toggle-button{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle-button span{width:18px;height:2px;border-radius:999px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.header-right{display:flex;align-items:center;gap:2rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--muted);font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--accent-a)}.nav-link[aria-current=page],.nav-link-active{color:var(--brand)}.header-actions{display:flex;gap:1rem;align-items:center}.header-actions .btn{display:inline-block;line-height:normal;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;font-family:inherit}.btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-2);color:#374151;border-color:#9ca3af}.btn-primary{background:var(--brand);color:#fff;border:none;font-weight:600;box-shadow:var(--shadow-sm)}.btn-primary:hover{filter:brightness(.97);color:#fff}.page{min-height:100vh;display:flex;flex-direction:column}.page-main{flex:1;width:100%;padding:2.5rem 0 4rem}.blog-head{margin-bottom:2rem}.blog-head h1{font-size:1.75rem;font-weight:700;color:var(--text-strong);letter-spacing:-.01em}.blog-head p{color:var(--muted);margin-top:.35rem;font-size:1rem}.with-rail{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:3rem;align-items:start}.rail{position:sticky;top:calc(var(--header-h) + 1.5rem);display:flex;flex-direction:column;gap:2rem}.featured{display:grid;grid-template-columns:1.1fr 1fr;gap:1.75rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);margin-bottom:2.5rem}.featured-media{aspect-ratio:16 / 10;overflow:hidden;background:var(--surface-3)}.featured-media img{width:100%;height:100%;object-fit:cover}.featured-body{padding:1.5rem 1.75rem 1.5rem 0}.featured-body .cat{margin-bottom:.75rem}.featured-body h2{font-size:1.6rem;line-height:1.25;color:var(--text-strong);letter-spacing:-.01em}.featured-body h2 a{color:inherit}.featured-body h2 a:hover{color:var(--brand)}.featured-body .excerpt{color:var(--muted-2);margin-top:.6rem}.read-more{display:inline-block;margin-top:.9rem;font-weight:600;color:var(--brand)}.filter-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.tag-filters{display:flex;gap:.5rem;flex-wrap:wrap}.chip{display:inline-block;padding:.3rem .7rem;font-size:.8125rem;font-weight:500;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:var(--surface);transition:all .15s}.chip:hover{border-color:var(--brand);color:var(--brand)}.chip.active{background:#7b66ff1a;border-color:transparent;color:var(--brand-ink)}.sort{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.8125rem}.sort .seg{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.sort .seg a{padding:.3rem .7rem;color:var(--muted);font-weight:500}.sort .seg a.active{background:var(--surface-3);color:var(--text)}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}.post-card{display:flex;flex-direction:column}.post-card .media{aspect-ratio:16 / 9;border-radius:var(--radius);overflow:hidden;background:var(--surface-3);border:1px solid var(--border)}.post-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.post-card:hover .media img{transform:scale(1.03)}.post-card .cat{margin:.9rem 0 .4rem}.post-card h3{font-size:1.075rem;line-height:1.3;color:var(--text-strong);letter-spacing:-.005em}.post-card h3 a{color:inherit}.post-card h3 a:hover{color:var(--brand)}.post-card .excerpt{color:var(--muted);font-size:.9rem;margin-top:.35rem}.post-card .meta{margin-top:.6rem;color:#9ca3af;font-size:.8125rem}.cat{text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700;color:var(--brand)}.rail-box h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.9rem;font-weight:700}.popular-list{display:flex;flex-direction:column;gap:.9rem}.popular-item{display:flex;gap:.75rem;align-items:flex-start}.popular-item .rank{font-size:1.1rem;font-weight:700;color:var(--border-strong);line-height:1.2;width:1.1rem;flex-shrink:0}.popular-item .thumb{width:52px;height:40px;flex-shrink:0;border-radius:.35rem;overflow:hidden;background:var(--surface-3)}.popular-item .thumb img{width:100%;height:100%;object-fit:cover}.popular-item .p-body{min-width:0}.popular-item .p-title{font-size:.85rem;font-weight:600;color:var(--text);line-height:1.3}.popular-item a.p-title:hover{color:var(--brand)}.popular-item .p-reads{font-size:.75rem;color:#9ca3af;margin-top:.15rem;font-variant-numeric:tabular-nums}.tag-cloud{display:flex;flex-wrap:wrap;gap:.4rem}.toc ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.toc a{color:var(--muted);font-size:.875rem;line-height:1.35}.toc a:hover{color:var(--brand)}.breadcrumb{color:var(--muted);font-size:.85rem;margin-bottom:1rem}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--brand)}.article-header{max-width:760px}.article-header h1{font-size:2.35rem;line-height:1.15;color:var(--text-strong);letter-spacing:-.02em;margin:.5rem 0 .6rem}.article-header .deck{font-size:1.15rem;color:var(--muted-2)}.byline{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;color:var(--muted);font-size:.9rem}.byline .avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--surface-3);flex-shrink:0}.byline .avatar img{width:100%;height:100%;object-fit:cover}.byline .who{color:var(--text);font-weight:600}.byline .dot{color:var(--border-strong)}.article-hero{margin:1.75rem 0 2.25rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--surface-3)}.article-hero img{width:100%;max-height:460px;object-fit:cover}.prose{max-width:720px;color:var(--text);font-size:1.075rem;line-height:1.75}.prose>*+*{margin-top:1.25rem}.prose h2{font-size:1.5rem;font-weight:700;color:var(--text-strong);margin-top:2.5rem;letter-spacing:-.01em;scroll-margin-top:calc(var(--header-h) + 1rem)}.prose h3{font-size:1.2rem;font-weight:700;color:var(--text-strong);margin-top:1.75rem}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.4rem}.prose blockquote{border-left:3px solid var(--brand);padding:.25rem 0 .25rem 1.25rem;color:var(--muted-2);font-size:1.2rem;line-height:1.5;font-weight:500}.prose img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border)}.prose figure{margin:1.5rem 0}.prose figure img{margin:0}.prose figure figcaption{color:var(--muted);font-size:.85rem;margin-top:.5rem;text-align:center}.prose code{font-family:var(--mono);font-size:.9em;background:var(--surface-3);padding:.15em .4em;border-radius:.3rem}.prose pre{background:#0f172a;color:#e2e8f0;padding:1.1rem 1.25rem;border-radius:var(--radius);overflow-x:auto}.prose pre code{background:none;padding:0;color:inherit}.article-foot{max-width:720px;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.share-links{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;color:var(--muted);font-size:.8125rem}.share-label{font-weight:500}.share-action{color:var(--muted);font-weight:500;text-decoration:none;background:none;border:none;padding:0;font:inherit;cursor:pointer;transition:color .2s}.share-action:hover,.share-copy.is-copied{color:var(--brand)}.share-sep{color:var(--border-strong);user-select:none}.author-card{max-width:720px;margin-top:1.75rem;display:flex;gap:1rem;align-items:center;padding:1.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.author-card .avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;background:var(--surface-3);flex-shrink:0}.author-card .avatar img{width:100%;height:100%;object-fit:cover}.author-card .name{font-weight:700;color:var(--text)}.author-card .role{color:var(--muted);font-size:.9rem}.read-next{margin-top:3.5rem}.read-next h2{font-size:1.3rem;font-weight:700;color:var(--text-strong);margin-bottom:1.25rem}.read-next .card-grid{grid-template-columns:repeat(3,1fr)}.newsletter{margin-top:3.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.newsletter h3{font-size:1.25rem;color:var(--text-strong);font-weight:700}.newsletter p{color:var(--muted);margin-top:.3rem}.newsletter form{display:flex;gap:.6rem;justify-content:center;margin-top:1.1rem;flex-wrap:wrap}.newsletter input{padding:.55rem .9rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;min-width:260px}.newsletter input:focus{outline:none;border-color:var(--brand)}.site-footer{background:var(--surface-2);border-top:1px solid var(--border);padding:2.5rem 0;margin-top:2rem}.footer-content{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:.6rem;max-width:320px}.footer-brand .logo-text{font-size:1.2rem}.footer-brand p{color:var(--muted);font-size:.875rem}.footer-sections{display:flex;gap:3rem;flex-wrap:wrap}.footer-section-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.75rem;font-weight:700}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--muted-2);font-size:.9rem}.footer-link:hover{color:var(--brand)}.footer-copy{color:#9ca3af;font-size:.8125rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}@media(max-width:900px){.with-rail{grid-template-columns:1fr}.rail{position:static;flex-direction:row;flex-wrap:wrap;gap:2rem}.rail-box{flex:1;min-width:240px}.featured{grid-template-columns:1fr}.featured-media{aspect-ratio:16 / 9}.featured-body{padding:1.25rem 1.5rem 1.5rem}.read-next .card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.header-content{position:relative;flex-wrap:wrap;padding:.25rem 0}.nav-toggle-button{display:inline-flex;flex-shrink:0}.header-right{display:none;width:100%;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 0 .25rem}.nav{flex-direction:column;align-items:stretch;gap:.25rem}.nav-link{display:block;padding:.75rem 0;border-bottom:1px solid var(--border)}.header-actions{flex-direction:column;align-items:stretch}.header-actions .btn{text-align:center}.nav-toggle:checked+.nav-toggle-button+.header-right{display:flex}.nav-toggle:checked+.nav-toggle-button span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle:checked+.nav-toggle-button span:nth-child(2){opacity:0}.nav-toggle:checked+.nav-toggle-button span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}
