:root{--bg:#0d0f12;--bg2:#13161c;--bg3:#1a1f2b;--bg4:#0a0c0f;--border:rgba(255,255,255,0.07);--border2:rgba(255,255,255,0.12);--blue:#3b82f6;--blue-lt:#60a5fa;--blue-dk:#1d4ed8;--white:#f1f5f9;--muted:rgba(255,255,255,0.52);--dim:rgba(255,255,255,0.28);--green:#22c55e;--purple:#a78bfa;--teal:#2dd4bf;--amber:#fbbf24;--pink:#f472b6;--red:#f87171;--font:'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;--mono:'JetBrains Mono', 'Fira Code', monospace;--shadow:0 4px 24px rgba(0,0,0,0.4);--shadow-lg:0 8px 48px rgba(0,0,0,0.6)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{background:var(--bg);color:var(--white);font-family:var(--font);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input{font-family:inherit;font-size:inherit}button{cursor:pointer}h1{font-size:clamp(28px,4.5vw,44px);font-weight:800;line-height:1.18;letter-spacing:-.6px}.eyebrow,h2{font-weight:700}h1,h2{color:var(--white)}h2{font-size:clamp(22px,3.5vw,32px);line-height:1.25;letter-spacing:-.4px}p{color:var(--muted);line-height:1.78;margin-bottom:1rem}.eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:10px;margin-bottom:14px}.eyebrow::before{content:"";display:block;width:28px;height:1.5px;background:linear-gradient(90deg,var(--blue),transparent);flex-shrink:0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-center{text-align:center}.py-56{padding:56px 0}.mb-32{margin-bottom:32px}#site-header,.border-bottom{border-bottom:1px solid var(--border)}#site-header{position:sticky;top:0;z-index:200;background:rgb(13 15 18/.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:box-shadow .3s}.nav-logo,.nav-wrap{display:flex;align-items:center}.nav-wrap{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px;height:60px}.nav-logo{gap:2px;font-size:16px;font-weight:800;color:var(--white);letter-spacing:-.5px;flex-shrink:0}.nav-logo .accent{color:var(--blue)}.nav-actions,.nav-menu{display:flex;align-items:center;gap:4px}.nav-menu a{font-size:13px;color:var(--dim);font-weight:500;padding:6px 12px;border-radius:6px;transition:color .15s,background .15s;position:relative}.nav-menu a:hover{color:var(--white);background:rgb(255 255 255/.05)}.nav-actions{gap:10px}.nav-subscribe{background:var(--blue);color:#fff;font-size:12px;font-weight:700;padding:8px 18px;border-radius:6px;border:0;transition:background .15s;letter-spacing:.2px;white-space:nowrap}.nav-subscribe:hover{background:var(--blue-dk)}.nav-toggle{display:none;background:0 0;border:0;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all .25s}.breadcrumb{border-bottom:1px solid var(--border);padding:12px 0;font-size:12px;color:var(--dim)}.breadcrumb .bc-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:0;flex-wrap:wrap}.breadcrumb a{color:var(--dim);transition:color .15s}.breadcrumb a:hover,.issue-row:hover .issue-title{color:var(--blue-lt)}.breadcrumb .bc-sep{margin:0 8px;opacity:.3;display:inline-flex;align-items:center}.breadcrumb .bc-current{color:rgb(255 255 255/.55)}.icon-blue{background:rgb(59 130 246/.12)}.icon-purple{background:rgb(139 92 246/.12)}.icon-green{background:rgb(16 185 129/.12)}.icon-amber{background:rgb(245 158 11/.12)}.icon-pink{background:rgb(236 72 153/.12)}.icon-teal{background:rgb(20 184 166/.12)}.nl-hero{padding:80px 0 60px;text-align:center;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.nl-hero-glow{position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgb(59 130 246/.1),transparent 70%);pointer-events:none}.sub-form-wrap{max-width:500px;margin:0 auto 22px}.sub-form{display:flex;gap:9px;margin-bottom:12px;flex-wrap:wrap}.sub-input{flex:1;background:var(--bg2);border:1px solid var(--border2);border-radius:10px;padding:14px 20px;color:var(--white);font-size:15px;outline:0;min-width:200px;transition:border-color .18s}.sub-input:focus{border-color:var(--blue)}.sub-btn{background:var(--blue);color:#fff;border:0;border-radius:10px;padding:14px 26px;font-size:15px;cursor:pointer;font-weight:700;white-space:nowrap;transition:all .18s}.sub-btn:hover{background:var(--blue-dk);transform:translateY(-1px)}.sub-privacy{font-size:12px;color:var(--dim);text-align:center}.social-proof,.sp-item{display:flex;align-items:center}.social-proof{justify-content:center;gap:28px;margin-top:32px;flex-wrap:wrap}.sp-item{gap:8px;font-size:13px;color:var(--muted)}.sp-stars{color:#f59e0b;font-size:13px;letter-spacing:2px}.sp-divider{width:1px;height:22px;background:var(--border2)}.wi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wi-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:22px}.wi-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.wi-card-title{font-size:15px;font-weight:700;color:var(--white);margin-bottom:7px}.wi-card-desc{font-size:12px;color:var(--muted);line-height:1.65}.issues-list{display:flex;flex-direction:column}.issue-row{display:flex;align-items:flex-start;gap:18px;padding:22px 0;border-bottom:1px solid rgb(255 255 255/.05);text-decoration:none;transition:opacity .15s}.issue-num{font-size:12px;color:rgb(255 255 255/.18);min-width:44px;padding-top:2px;font-family:var(--mono);font-weight:500}.issue-title{font-size:16px;font-weight:700;color:var(--white);margin-bottom:7px;transition:color .15s}.issue-excerpt{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:10px}.issue-meta{display:flex;gap:14px;font-size:12px;color:var(--dim);align-items:center;flex-wrap:wrap}.issue-tag{font-size:10px;padding:2px 8px;border-radius:4px;font-weight:700}.issue-row .tag-auto,.issue-tag.tag-auto{background:rgb(59 130 246/.12);color:#60a5fa}.issue-row .tag-ai,.issue-tag.tag-ai{background:rgb(139 92 246/.12);color:#a78bfa}.issue-row .tag-career,.issue-tag.tag-career{background:rgb(245 158 11/.12);color:#fbbf24}.issue-row .tag-python,.issue-tag.tag-python{background:rgb(16 185 129/.12);color:#34d399}.issue-row .tag-tools,.issue-tag.tag-tools{background:rgb(236 72 153/.12);color:#f472b6}.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.t-card{background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:26px}.t-quote{font-size:14px;color:var(--muted);line-height:1.78;margin-bottom:18px;font-style:italic}.t-author,.t-avatar{display:flex;align-items:center}.t-author{gap:12px}.t-avatar{width:36px;height:36px;border-radius:50%;justify-content:center;font-size:12px;font-weight:700}.ta1{background:rgb(59 130 246/.15);color:#60a5fa}.ta2{background:rgb(139 92 246/.15);color:#a78bfa}.ta3{background:rgb(16 185 129/.15);color:#34d399}.t-name{font-size:13px;color:var(--white);font-weight:600}.t-role{font-size:11px;color:var(--dim);margin-top:2px}#site-footer{border-top:1px solid var(--border);padding:52px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:32px;margin-bottom:44px}.footer-brand-name{font-size:18px;font-weight:800;color:var(--white);margin-bottom:12px;letter-spacing:-.3px}.footer-brand-name .accent{color:var(--blue)}.footer-tagline{font-size:13px;color:var(--muted);line-height:1.75;margin-bottom:20px}.footer-socials{display:flex;gap:8px;flex-wrap:wrap}.f-social,.footer-links a{color:var(--dim);text-decoration:none}.f-social{width:34px;height:34px;border-radius:8px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all .18s;cursor:pointer}.f-social:hover{border-color:var(--blue);color:var(--blue-lt);background:rgb(59 130 246/.07)}.footer-col-title{font-size:11px;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:13px;transition:color .2s}.footer-legal a:hover,.footer-links a:hover{color:var(--white)}.footer-links a svg{opacity:.5;width:14px!important;height:14px!important}.footer-bottom{padding-top:26px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.footer-copy,.footer-legal a{font-size:12px;color:var(--dim)}.footer-legal{display:flex;gap:20px}.footer-legal a{transition:color .15s}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-menu{display:none}.nav-toggle{display:flex}.t-grid,.wi-grid{grid-template-columns:minmax(0,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:minmax(0,1fr)}}.footer-links a svg,.sub-privacy svg{display:inline-flex;flex-shrink:0;vertical-align:middle}.wi-icon svg{width:22px!important;height:22px!important}.f-social svg{width:15px!important;height:15px!important}.search-overlay,.sub-privacy{display:flex;justify-content:center}.sub-privacy{align-items:center;gap:6px}.sub-privacy svg{width:12px!important;height:12px!important;opacity:.5}.sp-item svg{width:16px!important;height:16px!important;opacity:.6}.search-overlay{position:fixed;inset:0;z-index:500;background:rgb(13 15 18/.97);backdrop-filter:blur(20px);align-items:flex-start;padding-top:120px;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.search-overlay-inner{width:100%;max-width:680px;padding:0 24px}.search-overlay-label{font-size:11px;font-weight:700;color:var(--dim);text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}.search-overlay-form{display:flex;align-items:center;gap:0;background:var(--bg2);border:1px solid var(--border2);border-radius:12px;overflow:hidden;transition:border-color .18s}.search-overlay-form:focus-within{border-color:var(--blue)}.search-overlay-form svg{width:20px;height:20px;margin:0 16px;opacity:.4;flex-shrink:0}.search-overlay-input{flex:1;background:#fff0;border:0;outline:0;color:var(--white);font-size:20px;padding:18px 0;font-family:var(--font)}.search-overlay-input::placeholder{color:var(--dim)}.search-overlay-submit{background:var(--blue);color:#fff;border:0;padding:18px 24px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s;font-family:inherit}.search-overlay-submit:hover{background:var(--blue-dk)}.search-overlay-close{position:absolute;top:24px;right:24px;background:var(--bg2);border:1px solid var(--border);color:var(--muted);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .15s}.nav-search-btn:hover,.search-overlay-close:hover{border-color:var(--border2);color:var(--white)}.search-overlay-hint{font-size:12px;color:var(--dim);margin-top:12px;display:flex;gap:16px;flex-wrap:wrap}.search-overlay-hint span{display:flex;align-items:center;gap:5px}.nav-search-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#fff0;color:var(--dim);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.nav-search-btn svg{width:15px!important;height:15px!important;max-width:15px!important}@media (max-width:768px){body{overflow-x:hidden}*{max-width:100%}}