.post-module__fFuUMG__page{background:var(--bg-primary);min-height:100vh}.post-module__fFuUMG__blogNav{z-index:1000;background:var(--glass);height:52px;-webkit-backdrop-filter:var(--glass-blur);border-bottom:.5px solid var(--border);box-shadow:var(--glass-shadow);justify-content:space-between;align-items:center;padding:0 clamp(1.25rem,4vw,4rem);display:flex;position:fixed;top:0;left:0;right:0}.post-module__fFuUMG__blogNavLeft{align-items:center;gap:1.25rem;display:flex}.post-module__fFuUMG__logo{background-color:var(--blue,#0071e3);color:#fff;border-radius:20%;justify-content:center;align-items:center;width:40px;height:40px;font-family:system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:800;text-decoration:none;transition:transform .2s;display:flex}.post-module__fFuUMG__logo:hover{transform:scale(1.05)}.post-module__fFuUMG__backLink{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.74rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.post-module__fFuUMG__backLink:hover{color:var(--blue)}.post-module__fFuUMG__themeToggle{border:.5px solid var(--border);background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:34px;height:34px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.post-module__fFuUMG__themeToggle:hover{border-color:var(--blue-border);color:var(--blue);background:var(--blue-soft)}.post-module__fFuUMG__layout{min-height:calc(100vh - 52px);margin-top:52px;display:flex}.post-module__fFuUMG__sidebar{border-right:.5px solid var(--border);background:var(--bg-surface);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:100;width:280px;padding:2.5rem 1.5rem 2.5rem 2rem;position:fixed;top:52px;bottom:0;left:0;overflow-y:auto}.post-module__fFuUMG__sidebar::-webkit-scrollbar{width:2px}.post-module__fFuUMG__sidebar::-webkit-scrollbar-track{background:0 0}.post-module__fFuUMG__sidebar::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:2px}.post-module__fFuUMG__tocProgress{background:var(--border);border-radius:var(--radius-full);height:3px;margin-bottom:1.75rem;overflow:hidden}.post-module__fFuUMG__tocProgressBar{background:var(--blue);border-radius:var(--radius-full);width:0%;height:100%;transition:width .15s}.post-module__fFuUMG__tocLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--text-caption);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.6rem;font-weight:700;display:flex}.post-module__fFuUMG__tocLabel:before{content:"";background:var(--blue);border-radius:1px;width:16px;height:2px;display:inline-block}.post-module__fFuUMG__tocList{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.post-module__fFuUMG__tocItem{position:relative}.post-module__fFuUMG__tocLink{color:var(--text-tertiary);border-radius:var(--radius-sm);transition:all .25s var(--ease-apple);align-items:flex-start;gap:.6rem;padding:.5rem .75rem;font-size:.76rem;line-height:1.4;text-decoration:none;display:flex;position:relative}.post-module__fFuUMG__tocLink:before{content:"";background:var(--border);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.35rem;transition:all .25s}.post-module__fFuUMG__tocLink:hover{color:var(--text-primary);background:var(--glass)}.post-module__fFuUMG__tocLink:hover:before{background:var(--blue);box-shadow:0 0 8px var(--blue-glow)}.post-module__fFuUMG__tocLinkActive{font-weight:600;color:var(--blue)!important;background:var(--blue-soft)!important}.post-module__fFuUMG__tocLinkActive:before{width:8px;height:8px;margin-top:.28rem;background:var(--blue)!important;box-shadow:0 0 10px var(--blue-glow)!important}.post-module__fFuUMG__tocLinkSub{padding-left:1.6rem;font-size:.7rem}.post-module__fFuUMG__tocLinkSub:before{width:4px;height:4px}.post-module__fFuUMG__articleMain{flex:1;max-width:none;margin-left:280px;padding:3rem clamp(2.5rem,4vw,4rem) 5rem}.post-module__fFuUMG__articleContent{max-width:860px}.post-module__fFuUMG__breadcrumb{text-transform:uppercase;letter-spacing:.12em;color:var(--blue);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.64rem;font-weight:600;display:inline-flex}.post-module__fFuUMG__breadcrumb a{color:inherit;text-decoration:none;transition:opacity .2s}.post-module__fFuUMG__breadcrumb a:hover{opacity:.7}.post-module__fFuUMG__coverStrip{border-radius:var(--radius-full);max-width:140px;height:4px;margin-bottom:1.75rem}.post-module__fFuUMG__meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.post-module__fFuUMG__category{background:var(--blue);color:#fff;letter-spacing:.04em;border-radius:var(--radius-full);text-transform:uppercase;padding:.2rem .7rem;font-size:.58rem;font-weight:600}.post-module__fFuUMG__metaText{color:var(--text-tertiary);font-size:.7rem;font-weight:500}.post-module__fFuUMG__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.12}.post-module__fFuUMG__excerpt{color:var(--text-secondary);letter-spacing:-.01em;border-bottom:.5px solid var(--border);margin-bottom:2.5rem;padding-bottom:2rem;font-size:1.1rem;line-height:1.7}.post-module__fFuUMG__body{color:var(--text-primary);letter-spacing:-.01em;font-size:1.125rem;line-height:1.85}.post-module__fFuUMG__body h2{letter-spacing:-.04em;color:var(--text-primary);margin-top:3.5rem;margin-bottom:1.25rem;scroll-margin-top:80px;font-size:1.85rem;font-weight:700}.post-module__fFuUMG__body h3{letter-spacing:-.03em;color:var(--text-primary);margin-top:2.75rem;margin-bottom:.85rem;scroll-margin-top:80px;font-size:1.4rem;font-weight:600}.post-module__fFuUMG__body h4{letter-spacing:-.02em;color:var(--text-primary);margin-top:2rem;margin-bottom:.65rem;scroll-margin-top:80px;font-size:1.15rem;font-weight:600}.post-module__fFuUMG__body p{color:var(--text-secondary);margin-bottom:1.5rem}.post-module__fFuUMG__body strong{color:var(--text-primary);font-weight:600}.post-module__fFuUMG__body ul,.post-module__fFuUMG__body ol{margin-bottom:1.35rem;padding-left:1.5rem}.post-module__fFuUMG__body li{color:var(--text-secondary);margin-bottom:.45rem;line-height:1.75}.post-module__fFuUMG__body code{font-family:var(--font-mono);background:var(--blue-soft);border:.5px solid var(--blue-border);border-radius:var(--radius-xs);color:var(--blue);padding:.15rem .5rem;font-size:.85em}.post-module__fFuUMG__codeBlock{border-radius:var(--radius-lg);border:.5px solid var(--border);box-shadow:var(--shadow-lg);margin:1.75rem 0;overflow:hidden}.post-module__fFuUMG__codeHeader{background:#2a2a2e;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.65rem 1.15rem;display:flex}.post-module__fFuUMG__codeDot{border-radius:50%;width:10px;height:10px}.post-module__fFuUMG__codeDotRed{background:#ff5f56}.post-module__fFuUMG__codeDotYellow{background:#ffbd2e}.post-module__fFuUMG__codeDotGreen{background:#27c93f}.post-module__fFuUMG__codeLang{text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;font-size:.58rem;font-weight:600;font-family:var(--font-mono);margin-left:auto}.post-module__fFuUMG__codeBody{font-family:var(--font-mono);color:#e5e5ea;tab-size:4;white-space:pre;background:#1c1c1e;padding:1.25rem 1.5rem;font-size:.82rem;line-height:1.75;overflow-x:auto}.post-module__fFuUMG__codeBody code{color:inherit;font-size:inherit;line-height:inherit;background:0 0;border:none;padding:0}.post-module__fFuUMG__body table{border-collapse:collapse;border-radius:var(--radius-md);border:.5px solid var(--border);width:100%;margin:1.75rem 0;font-size:.88rem;overflow:hidden}.post-module__fFuUMG__body th{text-align:left;background:var(--blue-soft);border-bottom:1px solid var(--blue-border);color:var(--blue);text-transform:uppercase;letter-spacing:.04em;padding:.7rem 1.15rem;font-size:.72rem;font-weight:600}.post-module__fFuUMG__body td{border-bottom:.5px solid var(--border);color:var(--text-secondary);padding:.7rem 1.15rem}.post-module__fFuUMG__body tr:last-child td{border-bottom:none}.post-module__fFuUMG__body tr:hover td{background:var(--glass)}.post-module__fFuUMG__body hr{border:none;border-top:.5px solid var(--border);margin:2.5rem 0}.post-module__fFuUMG__body blockquote{border-left:4px solid var(--blue);background:var(--blue-soft);border-radius:0 var(--radius-md)var(--radius-md)0;color:var(--text-primary);letter-spacing:-.01em;margin:2rem 0;padding:1.5rem 2rem;font-size:1.2rem;font-style:italic;font-weight:500;line-height:1.6}.post-module__fFuUMG__authorFooter{margin-top:3.5rem;padding:2rem 0 0}.post-module__fFuUMG__authorDivider{background:var(--border);height:.5px;margin-bottom:2rem}.post-module__fFuUMG__authorInfo{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.post-module__fFuUMG__authorAvatar{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:700;display:flex}.post-module__fFuUMG__authorName{color:var(--text-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.post-module__fFuUMG__authorMeta{color:var(--text-tertiary);font-size:.75rem;font-weight:400}.post-module__fFuUMG__authorCopyright{color:var(--text-caption);letter-spacing:.02em;font-size:.68rem;font-weight:400}.post-module__fFuUMG__backCta{background:var(--glass);border:.5px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);transition:all .25s var(--ease-apple);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;gap:.5rem;margin-top:3.5rem;padding:.65rem 1.5rem;font-size:.78rem;font-weight:500;text-decoration:none;display:inline-flex}.post-module__fFuUMG__backCta:hover{border-color:var(--blue-border);color:var(--blue);background:var(--blue-soft);transform:translate(-4px)}@media (max-width:900px){.post-module__fFuUMG__sidebar{display:none}.post-module__fFuUMG__articleMain{margin-left:0;padding:2rem 1.25rem 4rem}}@media (max-width:480px){.post-module__fFuUMG__title{font-size:1.5rem}}
