.blog-detail-page{background:var(--bg-primary,#0a0a0f);flex:1 0 auto;min-height:calc(100vh - 328px);padding:120px 24px 100px}.blog-detail-page:before{background:radial-gradient(ellipse 60% 50% at 50% -10%,rgba(0,255,228,.06),transparent);content:"";height:400px;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.blog-detail-page .blog-detail-shell{margin:0 auto;max-width:720px;position:relative;z-index:1}.blog-detail-page .blog-not-found{padding:120px 24px;text-align:center}.blog-detail-page .blog-not-found h1{color:var(--text-primary,#fff);font-size:28px;font-weight:700;letter-spacing:-.01em;margin:0 0 12px}.blog-detail-page .blog-not-found p{color:var(--text-secondary,hsla(0,0%,100%,.6));font-size:15px;line-height:1.6;margin:0 0 28px}.blog-detail-page .blog-not-found .back-link{align-items:center;background:var(--primary-color,#00ffe4);border-radius:8px;color:#000;display:inline-flex;font-size:14px;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .2s ease}.blog-detail-page .blog-not-found .back-link:hover{box-shadow:0 4px 16px rgba(0,255,228,.3);transform:translateY(-1px)}.blog-detail-page .blog-breadcrumb{align-items:center;display:flex;font-size:13px;gap:10px;margin-bottom:40px}.blog-detail-page .blog-breadcrumb a{color:var(--primary-color,#00ffe4);font-weight:500;text-decoration:none;transition:opacity .2s ease}.blog-detail-page .blog-breadcrumb a:hover{opacity:.75}.blog-detail-page .blog-breadcrumb .breadcrumb-sep{color:var(--text-tertiary,hsla(0,0%,100%,.3));font-size:11px}.blog-detail-page .blog-breadcrumb .breadcrumb-current{color:var(--text-tertiary,hsla(0,0%,100%,.5));max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-detail-page .blog-article .article-header{border-bottom:1px solid hsla(0,0%,100%,.06);margin-bottom:48px;padding-bottom:32px}.blog-detail-page .blog-article .article-title{color:var(--text-primary,#fff);font-size:40px;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0 0 20px}.blog-detail-page .blog-article .article-summary{color:var(--text-secondary,hsla(0,0%,100%,.65));font-size:18px;font-weight:400;line-height:1.7;margin:0 0 24px}.blog-detail-page .blog-article .article-meta{align-items:center;color:var(--text-tertiary,hsla(0,0%,100%,.45));display:flex;font-size:13px;gap:16px}.blog-detail-page .blog-article .article-meta .meta-dot{display:none}.blog-detail-page .blog-article .article-meta .article-category{align-items:center;background:rgba(0,255,228,.1);border-radius:4px;color:var(--primary-color,#00ffe4);display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.06em;padding:5px 12px;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.blog-detail-page .blog-article .article-meta .article-category:hover{background:rgba(0,255,228,.18)}.blog-detail-page .blog-article .article-meta time{font-weight:450}.blog-detail-page .blog-article .article-cover{background:hsla(0,0%,100%,.02);border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.2);margin-bottom:48px;overflow:hidden}.blog-detail-page .blog-article .article-cover img{display:block;height:auto;width:100%}.blog-detail-page .blog-article .article-content{color:var(--text-secondary,hsla(0,0%,100%,.82));font-size:17px;font-weight:400;line-height:1.85}.blog-detail-page .blog-article .article-content h1,.blog-detail-page .blog-article .article-content h2,.blog-detail-page .blog-article .article-content h3,.blog-detail-page .blog-article .article-content h4,.blog-detail-page .blog-article .article-content h5,.blog-detail-page .blog-article .article-content h6{color:var(--text-primary,#fff);font-weight:700;letter-spacing:-.02em;line-height:1.35;scroll-margin-top:96px}.blog-detail-page .blog-article .article-content h1{font-size:2em;margin:2.4em 0 .9em;position:relative}.blog-detail-page .blog-article .article-content h2{border-bottom:1px solid hsla(0,0%,100%,.08);font-size:1.6em;margin:2.2em 0 .8em;padding-bottom:.5em}.blog-detail-page .blog-article .article-content h3{font-size:1.3em;margin:2em 0 .7em}.blog-detail-page .blog-article .article-content h4{font-size:1.15em;margin:1.8em 0 .6em}.blog-detail-page .blog-article .article-content h5{font-size:1.05em;letter-spacing:.04em;margin:1.6em 0 .5em;text-transform:uppercase}.blog-detail-page .blog-article .article-content h6{color:var(--text-secondary,hsla(0,0%,100%,.7));font-size:1em;margin:1.5em 0 .5em}.blog-detail-page .blog-article .article-content>h1:first-child,.blog-detail-page .blog-article .article-content>h2:first-child,.blog-detail-page .blog-article .article-content>h3:first-child,.blog-detail-page .blog-article .article-content>h4:first-child{margin-top:0}.blog-detail-page .blog-article .article-content p{margin:1.5em 0}.blog-detail-page .blog-article .article-content p:first-child{margin-top:0}.blog-detail-page .blog-article .article-content p:last-child{margin-bottom:0}.blog-detail-page .blog-article .article-content a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;color:var(--primary-color,#00ffe4);text-decoration:none;transition:background-size .3s ease,opacity .2s ease}.blog-detail-page .blog-article .article-content a:hover{background-size:100% 1px}.blog-detail-page .blog-article .article-content a[href^=http]:not([href*="sizemarker.com"]):after{content:"↗";font-size:.75em;margin-left:.2em;opacity:.6}.blog-detail-page .blog-article .article-content ol,.blog-detail-page .blog-article .article-content ul{list-style:none;margin:1.5em 0;padding-left:0}.blog-detail-page .blog-article .article-content ol li,.blog-detail-page .blog-article .article-content ul li{line-height:1.75;margin:.8em 0;padding-left:1.8em;position:relative}.blog-detail-page .blog-article .article-content ul>li:before{background:var(--primary-color,#00ffe4);border-radius:50%;content:"";height:6px;left:0;opacity:.7;position:absolute;top:.7em;width:6px}.blog-detail-page .blog-article .article-content ol{counter-reset:list-counter}.blog-detail-page .blog-article .article-content ol>li{counter-increment:list-counter}.blog-detail-page .blog-article .article-content ol>li:before{color:var(--primary-color,#00ffe4);content:counter(list-counter) ".";font-size:.9em;font-weight:600;left:0;opacity:.8;position:absolute;top:0}.blog-detail-page .blog-article .article-content ol ol,.blog-detail-page .blog-article .article-content ol ul,.blog-detail-page .blog-article .article-content ul ol,.blog-detail-page .blog-article .article-content ul ul{margin:.5em 0}.blog-detail-page .blog-article .article-content ul ul>li:before{background:transparent;border:1.5px solid var(--primary-color,#00ffe4);height:5px;width:5px}.blog-detail-page .blog-article .article-content li>input[type=checkbox]{appearance:none;border:2px solid hsla(0,0%,100%,.3);border-radius:4px;cursor:pointer;height:16px;left:0;margin:0;position:absolute;top:.35em;transition:all .2s ease;width:16px}.blog-detail-page .blog-article .article-content li>input[type=checkbox]:checked{background:var(--primary-color,#00ffe4);border-color:var(--primary-color,#00ffe4)}.blog-detail-page .blog-article .article-content li>input[type=checkbox]:checked:after{color:#000;content:"✓";font-size:10px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.blog-detail-page .blog-article .article-content li:has(>input[type=checkbox]):before{display:none}.blog-detail-page .blog-article .article-content blockquote{background:rgba(0,255,228,.04);border-left:4px solid var(--primary-color,#00ffe4);border-radius:0 12px 12px 0;color:var(--text-secondary,hsla(0,0%,100%,.75));font-size:.98em;margin:2em 0;padding:1.4em 1.8em;position:relative}.blog-detail-page .blog-article .article-content blockquote:before{color:var(--primary-color,#00ffe4);content:'"';font-family:Georgia,serif;font-size:4em;left:20px;line-height:1;opacity:.15;position:absolute;top:-10px}.blog-detail-page .blog-article .article-content blockquote p{margin:.8em 0;position:relative}.blog-detail-page .blog-article .article-content blockquote p:first-child{margin-top:0}.blog-detail-page .blog-article .article-content blockquote p:last-child{margin-bottom:0}.blog-detail-page .blog-article .article-content blockquote strong:first-child{align-items:center;display:inline-flex;gap:.4em;margin-right:.3em}.blog-detail-page .blog-article .article-content code{background:rgba(0,255,228,.1);border-radius:5px;color:var(--primary-color,#00ffe4);font-family:JetBrains Mono,SF Mono,Fira Code,Monaco,Consolas,monospace;font-size:.875em;font-weight:500;padding:.2em .5em;word-break:break-word}.blog-detail-page .blog-article .article-content pre{background:#1a1b26;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;margin:2em 0;overflow:hidden;padding:0;position:relative}.blog-detail-page .blog-article .article-content pre code{background:none;border-radius:0;color:#a9b1d6;display:block;font-size:.875em;font-weight:400;line-height:1.7;overflow-x:auto;padding:1.5em 1.8em;word-break:normal}.blog-detail-page .blog-article .article-content pre code::-webkit-scrollbar{height:8px}.blog-detail-page .blog-article .article-content pre code::-webkit-scrollbar-track{background:hsla(0,0%,100%,.03)}.blog-detail-page .blog-article .article-content pre code::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:4px}.blog-detail-page .blog-article .article-content pre code::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.25)}.blog-detail-page .blog-article .article-content pre[data-language]:before{background:hsla(0,0%,100%,.05);border-radius:0 12px 0 8px;color:hsla(0,0%,100%,.4);content:attr(data-language);font-size:11px;font-weight:600;letter-spacing:.05em;padding:6px 14px;position:absolute;right:0;text-transform:uppercase;top:0}.blog-detail-page .blog-article .article-content img{border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.3);display:block;height:auto;margin:2em auto;max-width:100%;transition:transform .3s ease,box-shadow .3s ease}.blog-detail-page .blog-article .article-content img:hover{box-shadow:0 12px 40px rgba(0,0,0,.4);transform:translateY(-2px)}.blog-detail-page .blog-article .article-content figure{margin:2.5em 0;text-align:center}.blog-detail-page .blog-article .article-content figure img{margin:0 auto 1em}.blog-detail-page .blog-article .article-content figure figcaption{color:var(--text-tertiary,hsla(0,0%,100%,.5));font-size:.9em;font-style:italic;line-height:1.5;margin:0 auto;max-width:80%}.blog-detail-page .blog-article .article-content hr{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.15),transparent);border:none;height:1px;margin:3em 0}.blog-detail-page .blog-article .article-content .table-wrapper{border:1px solid hsla(0,0%,100%,.08);border-radius:12px;margin:2em 0;overflow-x:auto}.blog-detail-page .blog-article .article-content .table-wrapper::-webkit-scrollbar{height:8px}.blog-detail-page .blog-article .article-content .table-wrapper::-webkit-scrollbar-track{background:hsla(0,0%,100%,.02)}.blog-detail-page .blog-article .article-content .table-wrapper::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.blog-detail-page .blog-article .article-content table{border:1px solid hsla(0,0%,100%,.08);border-collapse:collapse;border-radius:12px;font-size:.95em;margin:2em 0;overflow:hidden;width:100%}.blog-detail-page .blog-article .article-content table td,.blog-detail-page .blog-article .article-content table th{border-bottom:1px solid hsla(0,0%,100%,.06);padding:14px 18px;text-align:left}.blog-detail-page .blog-article .article-content table th{background:hsla(0,0%,100%,.05);color:var(--text-primary,#fff);font-size:.85em;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.blog-detail-page .blog-article .article-content table tbody tr:nth-child(2n){background:hsla(0,0%,100%,.02)}.blog-detail-page .blog-article .article-content table tbody tr{transition:background .2s ease}.blog-detail-page .blog-article .article-content table tbody tr:hover{background:rgba(0,255,228,.04)}.blog-detail-page .blog-article .article-content table tbody tr:last-child td{border-bottom:none}.blog-detail-page .blog-article .article-content table td:has(>:only-child:is(code)){font-variant-numeric:tabular-nums}.blog-detail-page .blog-article .article-content b,.blog-detail-page .blog-article .article-content strong{color:var(--text-primary,#fff);font-weight:650}.blog-detail-page .blog-article .article-content em,.blog-detail-page .blog-article .article-content i{font-style:italic}.blog-detail-page .blog-article .article-content mark{background:rgba(0,255,228,.25);border-radius:3px;color:inherit;padding:.1em .3em}.blog-detail-page .blog-article .article-content del,.blog-detail-page .blog-article .article-content s{opacity:.6;text-decoration:line-through}.blog-detail-page .blog-article .article-content kbd{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:5px;box-shadow:0 2px 0 hsla(0,0%,100%,.1);color:var(--text-primary,#fff);display:inline-block;font-family:inherit;font-size:.85em;padding:.2em .5em}.blog-detail-page .blog-article .article-content abbr[title]{cursor:help;text-decoration:underline dotted;text-underline-offset:3px}.blog-detail-page .blog-article .article-content sub,.blog-detail-page .blog-article .article-content sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}.blog-detail-page .blog-article .article-content sup{top:-.5em}.blog-detail-page .blog-article .article-content sub{bottom:-.25em}.blog-detail-page .blog-article .article-content dl{margin:1.5em 0}.blog-detail-page .blog-article .article-content dt{color:var(--text-primary,#fff);font-weight:600;margin-top:1em}.blog-detail-page .blog-article .article-content dt:first-child{margin-top:0}.blog-detail-page .blog-article .article-content dd{color:var(--text-secondary,hsla(0,0%,100%,.8));margin:.3em 0 0 1.5em}.blog-detail-page .blog-article .article-content details{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;margin:1.5em 0;padding:1em 1.4em}.blog-detail-page .blog-article .article-content details summary{align-items:center;color:var(--text-primary,#fff);cursor:pointer;display:flex;font-weight:600;gap:.5em;list-style:none}.blog-detail-page .blog-article .article-content details summary::-webkit-details-marker{display:none}.blog-detail-page .blog-article .article-content details summary:before{content:"▶";font-size:.7em;transition:transform .2s ease}.blog-detail-page .blog-article .article-content details[open] summary:before{transform:rotate(90deg)}.blog-detail-page .blog-article .article-content details>:not(summary){margin-top:1em}.blog-detail-page .blog-article .article-content iframe,.blog-detail-page .blog-article .article-content video{border-radius:12px;margin:2em 0;max-width:100%}.blog-detail-page .blog-article .article-content .video-wrapper{border-radius:12px;height:0;margin:2em 0;overflow:hidden;padding-bottom:56.25%;position:relative}.blog-detail-page .blog-article .article-content .video-wrapper iframe{border-radius:0;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.blog-detail-page .blog-footer{border-top:1px solid hsla(0,0%,100%,.06);margin-top:64px;padding-top:32px}.blog-detail-page .blog-footer .back-to-blog{align-items:center;color:var(--text-secondary,hsla(0,0%,100%,.7));display:inline-flex;font-size:14px;font-weight:500;gap:10px;padding:10px 0;text-decoration:none;transition:color .2s ease}.blog-detail-page .blog-footer .back-to-blog:hover{color:var(--primary-color,#00ffe4)}.blog-detail-page .blog-footer .back-to-blog svg{height:18px;transition:transform .2s ease;width:18px}.blog-detail-page .blog-footer .back-to-blog:hover svg{transform:translateX(-4px)}[data-theme=light] .blog-detail-page{background:#f8fafc}[data-theme=light] .blog-detail-page:before{background:radial-gradient(ellipse 60% 50% at 50% -10%,rgba(0,161,194,.05),transparent)}[data-theme=light] .blog-detail-page .blog-not-found h1{color:#1e293b}[data-theme=light] .blog-detail-page .blog-not-found p{color:#64748b}[data-theme=light] .blog-detail-page .blog-not-found .back-link{background:var(--primary-color-light-mode,#00a1c2);color:#fff}[data-theme=light] .blog-detail-page .blog-not-found .back-link:hover{box-shadow:0 4px 16px rgba(0,161,194,.25)}[data-theme=light] .blog-detail-page .blog-breadcrumb a{color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-breadcrumb .breadcrumb-sep{color:#cbd5e1}[data-theme=light] .blog-detail-page .blog-breadcrumb .breadcrumb-current{color:#94a3b8}[data-theme=light] .blog-detail-page .blog-article .article-header{border-bottom-color:rgba(0,0,0,.08)}[data-theme=light] .blog-detail-page .blog-article .article-title{color:#1e293b}[data-theme=light] .blog-detail-page .blog-article .article-summary{color:#64748b}[data-theme=light] .blog-detail-page .blog-article .article-meta{color:#94a3b8}[data-theme=light] .blog-detail-page .blog-article .article-meta .article-category{background:rgba(0,161,194,.1);color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-meta .article-category:hover{background:rgba(0,161,194,.15)}[data-theme=light] .blog-detail-page .blog-article .article-cover{background:#e2e8f0;box-shadow:0 4px 24px rgba(0,0,0,.08)}[data-theme=light] .blog-detail-page .blog-article .article-content{color:#475569}[data-theme=light] .blog-detail-page .blog-article .article-content h1,[data-theme=light] .blog-detail-page .blog-article .article-content h2,[data-theme=light] .blog-detail-page .blog-article .article-content h3,[data-theme=light] .blog-detail-page .blog-article .article-content h4,[data-theme=light] .blog-detail-page .blog-article .article-content h5,[data-theme=light] .blog-detail-page .blog-article .article-content h6{color:#1e293b}[data-theme=light] .blog-detail-page .blog-article .article-content h2{border-bottom-color:rgba(0,0,0,.08)}[data-theme=light] .blog-detail-page .blog-article .article-content h6{color:#64748b}[data-theme=light] .blog-detail-page .blog-article .article-content a{color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content ul>li:before{background:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content ul ul>li:before{background:transparent;border-color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content ol>li:before{color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content li>input[type=checkbox]{border-color:#cbd5e1}[data-theme=light] .blog-detail-page .blog-article .article-content li>input[type=checkbox]:checked{background:var(--primary-color-light-mode,#00a1c2);border-color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content blockquote{background:rgba(0,161,194,.05);border-left-color:var(--primary-color-light-mode,#00a1c2);color:#64748b}[data-theme=light] .blog-detail-page .blog-article .article-content blockquote:before{color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content code{background:rgba(0,161,194,.1);color:var(--primary-color-light-mode,#00a1c2)}[data-theme=light] .blog-detail-page .blog-article .article-content pre{background:#1e293b;border-color:rgba(0,0,0,.08)}[data-theme=light] .blog-detail-page .blog-article .article-content pre code{color:#e2e8f0}[data-theme=light] .blog-detail-page .blog-article .article-content img{box-shadow:0 8px 32px rgba(0,0,0,.1)}[data-theme=light] .blog-detail-page .blog-article .article-content img:hover{box-shadow:0 12px 40px rgba(0,0,0,.15)}[data-theme=light] .blog-detail-page .blog-article .article-content figure figcaption{color:#64748b}[data-theme=light] .blog-detail-page .blog-article .article-content hr{background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}[data-theme=light] .blog-detail-page .blog-article .article-content table{border-color:#e2e8f0}[data-theme=light] .blog-detail-page .blog-article .article-content table td,[data-theme=light] .blog-detail-page .blog-article .article-content table th{border-bottom-color:#e2e8f0}[data-theme=light] .blog-detail-page .blog-article .article-content table th{background:#f1f5f9;color:#1e293b}[data-theme=light] .blog-detail-page .blog-article .article-content table tbody tr:nth-child(2n){background:#f8fafc}[data-theme=light] .blog-detail-page .blog-article .article-content table tbody tr:hover{background:rgba(0,161,194,.05)}[data-theme=light] .blog-detail-page .blog-article .article-content b,[data-theme=light] .blog-detail-page .blog-article .article-content strong{color:#1e293b}[data-theme=light] .blog-detail-page .blog-article .article-content mark{background:rgba(0,161,194,.2)}[data-theme=light] .blog-detail-page .blog-article .article-content kbd{background:#f1f5f9;border-color:#e2e8f0;box-shadow:0 2px 0 #e2e8f0;color:#1e293b}[data-theme=light] .blog-detail-page .blog-article .article-content dt{color:#1e293b}[data-theme=light] .blog-detail-page .blog-article .article-content dd{color:#475569}[data-theme=light] .blog-detail-page .blog-article .article-content details{background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .blog-detail-page .blog-article .article-content details summary{color:#1e293b}[data-theme=light] .blog-detail-page .blog-footer{border-top-color:rgba(0,0,0,.08)}[data-theme=light] .blog-detail-page .blog-footer .back-to-blog{color:#64748b}[data-theme=light] .blog-detail-page .blog-footer .back-to-blog:hover{color:var(--primary-color-light-mode,#00a1c2)}@media(max-width:640px){.blog-detail-page{padding:104px 16px 60px}.blog-detail-page .blog-breadcrumb{font-size:12px;margin-bottom:28px}.blog-detail-page .blog-breadcrumb .breadcrumb-current{max-width:180px}.blog-detail-page .blog-article .article-header{margin-bottom:32px;padding-bottom:24px}.blog-detail-page .blog-article .article-title{font-size:28px}.blog-detail-page .blog-article .article-summary{font-size:16px}.blog-detail-page .blog-article .article-meta{flex-wrap:wrap;gap:10px}.blog-detail-page .blog-article .article-cover{border-radius:8px;margin-bottom:32px}.blog-detail-page .blog-article .article-content{font-size:16px;line-height:1.8}.blog-detail-page .blog-article .article-content h1{font-size:1.6em}.blog-detail-page .blog-article .article-content h2{font-size:1.4em}.blog-detail-page .blog-article .article-content h3{font-size:1.2em}.blog-detail-page .blog-article .article-content h4{font-size:1.1em}.blog-detail-page .blog-article .article-content ol>li,.blog-detail-page .blog-article .article-content ul>li{padding-left:1.5em}.blog-detail-page .blog-article .article-content blockquote{margin-left:0;margin-right:0;padding:1.2em 1.4em}.blog-detail-page .blog-article .article-content blockquote:before{font-size:3em;left:15px;top:-5px}.blog-detail-page .blog-article .article-content pre{border-left:none;border-radius:0;border-right:none;margin-left:-16px;margin-right:-16px}.blog-detail-page .blog-article .article-content pre code{padding:1.2em 16px}.blog-detail-page .blog-article .article-content img{border-radius:8px}.blog-detail-page .blog-article .article-content table{display:block;font-size:.9em;overflow-x:auto;white-space:nowrap}.blog-detail-page .blog-article .article-content table td,.blog-detail-page .blog-article .article-content table th{padding:10px 14px}.blog-detail-page .blog-footer{margin-top:48px}}@media(min-width:641px)and (max-width:860px){.blog-detail-page .blog-article .article-title{font-size:34px}.blog-detail-page .blog-article .article-content{font-size:16.5px}}