*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%}body{font-family:Consolas,Monaco,Courier New,monospace;background:#000;line-height:1.6}.blog-shell,body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blog-shell{background:#0a0a0a;min-height:100vh}.blog-header{padding:28px 0;border-bottom:1px solid #1c1c1c;display:flex;justify-content:space-between;align-items:center}.blog-header-title{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff}.blog-header-link{font-size:12px;color:#555;text-decoration:none;letter-spacing:.04em;transition:color .15s ease}.blog-header-link:hover{color:#aaa}.category-pill{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#aaa;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;padding:3px 10px;margin-bottom:16px}.featured-post{display:grid;grid-template-columns:1fr 46%;grid-gap:0;gap:0;margin:20px 0 0;min-height:380px;background:#111;border:1px solid #1e1e1e;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s ease}.featured-post:hover{border-color:#2e2e2e}.featured-post:hover .feat-img-inner{transform:scale(1.03)}.featured-post:hover .feat-title{color:#e0e0e0}.featured-post:hover .feat-arrow{letter-spacing:.1em;color:#888}.feat-img{position:relative;overflow:hidden;background:#0d0d0d}.feat-img-inner{position:absolute;inset:0;transition:transform .65s cubic-bezier(.25,.46,.45,.94)}.feat-text{padding:40px 44px;display:flex;flex-direction:column;justify-content:space-between}.feat-title{font-size:28px;font-weight:700;color:#fff;line-height:1.25;letter-spacing:-.02em;margin-bottom:14px;transition:color .2s ease}.feat-excerpt{font-size:14px;color:#777;line-height:1.7;max-width:48ch}.feat-date{display:flex;justify-content:space-between;align-items:center;margin-top:32px;font-size:12px;color:#555;letter-spacing:.02em}.feat-arrow{font-size:12px;font-weight:500;color:#444;letter-spacing:.06em;transition:color .2s ease,letter-spacing .2s ease}.section-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#444;padding:36px 0 16px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.post-card{display:flex;flex-direction:column;background:#111;border:1px solid #1e1e1e;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s ease}.post-card:hover{border-color:#2e2e2e}.post-card:hover .card-img-inner{transform:scale(1.03)}.post-card:hover .card-title{color:#fff}.card-img{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#0d0d0d;flex-shrink:0}.card-img-inner{position:absolute;inset:0;transition:transform .65s cubic-bezier(.25,.46,.45,.94)}.card-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1 1}.card-title{font-size:16px;font-weight:600;color:#e0e0e0;line-height:1.4;letter-spacing:-.01em;margin-bottom:10px;transition:color .2s ease;flex:1 1}.card-excerpt{font-size:13px;color:#777;line-height:1.6;margin-bottom:16px}.card-date{font-size:11px;color:#555;letter-spacing:.02em}.blog-footer{margin-top:64px;padding:28px 0;border-top:1px solid #1c1c1c;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#444;letter-spacing:.04em}.blog-footer a{color:#444;text-decoration:none;transition:color .15s ease}.blog-footer a:hover{color:#888}.post-cover{position:relative;width:100%;aspect-ratio:21/8;overflow:hidden;background:#111}.post-content{max-width:720px;margin:0 auto;padding:56px 32px 120px}.post-back{display:inline-block;font-size:13px;font-weight:500;letter-spacing:.04em;color:#555;text-decoration:none;margin-bottom:44px;transition:color .15s ease}.post-back:hover{color:#ccc}.post-meta-line{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#555;margin-bottom:18px}.post-title{font-size:40px;font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:20px}.post-lead{font-size:17px;color:#888;line-height:1.75;font-weight:400;margin-bottom:48px;max-width:56ch}.post-rule{border:none;border-top:1px solid #1e1e1e;margin-bottom:44px}.post-body p{font-size:17px;color:#b0b0b0;line-height:1.85;margin-bottom:1.6em;max-width:66ch}.post-body h2{font-size:22px;font-weight:600;color:#e8e8e8;letter-spacing:-.01em;line-height:1.3;margin:2.5em 0 .9em}.post-body strong{color:#e0e0e0;font-weight:600}.post-body pre{background:#141414;border:1px solid #252525;border-radius:6px;padding:24px 28px;overflow-x:auto;margin:2em 0;font-size:13px;line-height:1.7}.post-body code,.post-body pre{font-family:Consolas,Monaco,Courier New,monospace;color:#c0c0c0}.post-body code{font-size:.85em;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:3px;padding:2px 7px}.post-body pre code{background:transparent;border:none;padding:0;color:inherit}.post-bottom-nav{margin-top:80px;padding-top:32px;border-top:1px solid #1e1e1e;display:flex;justify-content:space-between;align-items:center}@media (max-width:960px){.featured-post{grid-template-columns:1fr;min-height:auto}.feat-img{aspect-ratio:16/9;position:relative}.feat-text{padding:28px 28px 32px}.feat-title{font-size:22px}.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.card-grid{grid-template-columns:1fr}.post-title{font-size:30px}.feat-title{font-size:20px}.post-body p,.post-lead{font-size:16px}}