.article-container{width:100%;margin:auto auto 10rem;padding:0 10px;position:relative;overflow-x:hidden}.article-container header{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px;max-width:726px;margin-left:auto;margin-right:auto}@media(max-width:768px){.article-container header{padding:30px}}@media(max-width:600px){.article-container header .tags{display:none}}.article-container header .back a{display:flex;align-items:center;gap:10px;justify-content:space-evenly}.article-container header .back a svg{transform:rotate(180deg);width:14px;height:14px}.article-container header .socials{display:flex;gap:15px}.article-container header .socials .social-item{background:#0439d7;width:37px;height:37px;padding:10px;border-radius:50%}.article-container .article-layout{max-width:726px;margin:0 auto}.article-container .article-body-wrapper{display:grid;grid-template-columns:minmax(0,726px) 280px;gap:3rem;align-items:start;margin-right:calc(-280px - 3rem)}@media(max-width:1080px){.article-container .article-body-wrapper{grid-template-columns:1fr;margin-right:0}}.article-container .article-sidebar{width:280px}@media(max-width:1080px){.article-container .article-sidebar{display:none}}.article-container .article-content{max-width:726px;width:100%;overflow-x:hidden}.article-container .article-content .header h1{font-size:48px;text-align:center;line-height:62px;font-weight:500;margin-bottom:46px}@media(max-width:768px){.article-container .article-content .header h1{font-size:32px;text-align:center;line-height:45px}}.article-container .article-content .header figure{margin-bottom:3rem}.article-container .article-content .header figure img{width:100%;height:auto;border-radius:12px;object-fit:contain}.article-container .article-content .header .article-authors{display:flex;flex-direction:column;align-items:center;margin:0 auto 3rem;border-bottom:1px solid #080808;max-width:fit-content}.article-container .article-content .header .article-authors .author{display:flex;align-items:center;gap:10px;margin-bottom:0;line-height:1.3}.article-container .article-content .header .article-authors .author:not(:last-child){margin-bottom:10px}.article-container .article-content .header .article-authors .author img{border-radius:50%;margin:0;display:block}.article-container .article-content .header .article-authors .author .author-info{display:flex;flex-direction:column;gap:2px;line-height:1.3}.article-container .article-content .header .article-authors .author .author-info .author-name{font-size:14px;font-weight:500;margin:0;line-height:1.3;color:#fff}.article-container .article-content .header .article-authors .author .author-info .author-role{font-size:12px;color:#626262;margin:0;line-height:1.3}.article-container .article-content .date{font-size:14px;color:#626262;margin-bottom:1rem}.article-container .article-content img{margin:3rem auto;border-radius:10px;max-width:100%;height:auto}.article-container .article-content video{margin:3rem auto;border-radius:10px}.article-container .article-content .article-content{margin-bottom:3rem;font-size:18px;line-height:1.5rem}.article-container .article-content .article-content .quote{border:2px solid #1b1b1b;border-radius:12px;background-color:#0b0b0b;padding:80px 64px;margin:3rem auto}@media(max-width:768px){.article-container .article-content .article-content .quote{padding:30px}}.article-container .article-content .article-content .quote .quote-text{display:block;font-size:32px;font-weight:400;text-align:center;line-height:2.7rem}@media(max-width:768px){.article-container .article-content .article-content .quote .quote-text{font-size:24px;line-height:2.3rem}}.article-container .article-content .article-content .quote .quote-author-img-container{display:flex;align-items:center;justify-content:center;margin-top:2.5rem}.article-container .article-content .article-content .quote .quote-author-img-container img{width:50px;height:auto;border-radius:50%;margin:0 2rem 0 0}.article-container .article-content .article-content .quote .quote-author-img-container .quote-author-container{display:flex;flex-direction:column;align-items:center}.article-container .article-content .article-content .quote .quote-author-img-container .quote-author-container .quote-author{font-size:16px;font-weight:500}.article-container .article-content .article-content .quote .quote-author-img-container .quote-author-container .quote-author-role{font-size:14px;color:#626262}.article-container .article-content .article-content a.strong-link{color:#fff;text-decoration:underline}.article-container .article-content .article-content h2{margin-bottom:2rem;font-size:24px;font-weight:600}.article-container .article-content .article-content h2:not(:first-of-type){margin-top:4rem}.article-container .article-content .article-content h3{margin-top:3rem;margin-bottom:1.5rem;font-size:18px;font-weight:600}.article-container .article-content .article-content p{margin-bottom:1rem;line-height:1.7rem}.article-container .article-content .article-content strong{font-weight:600}.article-container .article-content .article-content code{background:#222;color:#fff;font-family:monospace}.article-container .article-content .article-content code.inline-code{border-radius:12px;padding:4px 6px;margin:0 3px;border:1px solid #444}.article-container .article-content .article-content .code-block{width:100%;padding:25px;background:#222;border-radius:12px;margin-bottom:1rem;border:1px solid #444;overflow-x:auto}.article-container .article-content .article-content .code-block::-webkit-scrollbar{height:8px}.article-container .article-content .article-content .code-block::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.article-container .article-content .article-content .code-block::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.article-container .article-content .article-content .code-block::-webkit-scrollbar-thumb:hover{background:#555}.article-container .article-content .article-content .code-block pre{margin:0;white-space:pre;word-wrap:normal}.article-container .article-content .article-content ul{margin-bottom:2rem;margin-left:1rem;padding-left:.5rem}.article-container .article-content .article-content ul li{list-style:disc;margin-bottom:.3rem}.article-container .article-content .article-content ol{margin-bottom:.5rem;margin-left:1rem;padding-left:.5rem}.article-container .article-content .article-content ol li{list-style:decimal;margin-bottom:.3rem}.article-container .article-content .article-content .tldr-box{background:linear-gradient(135deg,rgba(4,57,215,.1),rgba(4,57,215,.05));border:1px solid rgba(4,57,215,.3);border-radius:12px;padding:20px 24px;margin-bottom:2rem;font-size:15px;line-height:1.6;color:#b0b0b0}.article-container .article-content .article-content .tldr-box strong{color:#6b9aff;font-weight:600}.article-container .article-content .article-content .comparison-table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:16px;border-radius:12px;overflow:hidden;border:1px solid #333}.article-container .article-content .article-content .comparison-table thead{background:#1a1a1a}.article-container .article-content .article-content .comparison-table thead th{padding:14px 16px;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #333}.article-container .article-content .article-content .comparison-table thead th:first-child{border-top-left-radius:12px}.article-container .article-content .article-content .comparison-table thead th:last-child{border-top-right-radius:12px}.article-container .article-content .article-content .comparison-table tbody tr{background:#111;transition:background .2s ease}.article-container .article-content .article-content .comparison-table tbody tr:hover{background:#1a1a1a}.article-container .article-content .article-content .comparison-table tbody tr.highlight{background:rgba(4,57,215,.15)}.article-container .article-content .article-content .comparison-table tbody tr.highlight:hover{background:rgba(4,57,215,.25)}.article-container .article-content .article-content .comparison-table tbody tr.highlight td{color:#6b9aff;font-weight:500}.article-container .article-content .article-content .comparison-table tbody tr td{padding:12px 16px;border-bottom:1px solid #222;color:#ccc}.article-container .article-content .article-content .comparison-table tbody tr td:first-child{font-weight:500;color:#fff}.article-container .article-content .article-content .comparison-table tbody tr:last-child td{border-bottom:none}.article-container .article-content .article-content .comparison-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.article-container .article-content .article-content .comparison-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}@media(max-width:600px){.article-container .article-content .article-content .comparison-table{font-size:14px}.article-container .article-content .article-content .comparison-table tbody td,.article-container .article-content .article-content .comparison-table thead th{padding:10px 12px}}.table-of-contents{top:100px;max-height:calc(100vh - 120px);overflow-y:auto;padding:1.5rem;border:1px solid hsla(0,0%,100%,.15);border-radius:12px;background:rgba(0,0,0,0);min-width:250px;max-width:280px;align-self:flex-start;transition:opacity .3s ease}.table-of-contents.sticky{position:fixed}@media(max-width:1080px){.table-of-contents{display:none}}.table-of-contents::-webkit-scrollbar{width:4px}.table-of-contents::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-of-contents::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.table-of-contents::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.table-of-contents .toc-header{display:flex;align-items:center;gap:8px;margin-bottom:1rem;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.9)}.table-of-contents .toc-header svg{width:18px;height:18px;color:hsla(0,0%,100%,.6)}.table-of-contents .toc-list{list-style:none;padding:0;margin:0}.table-of-contents .toc-list .toc-item{margin-bottom:.5rem}.table-of-contents .toc-list .toc-item a{display:block;font-size:13px;line-height:1.4;color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .2s ease;padding:4px 0}.table-of-contents .toc-list .toc-item a:hover{color:hsla(0,0%,100%,.8)}.table-of-contents .toc-list .toc-item.active a{color:#fff;font-weight:500}.table-of-contents .toc-list .toc-item.toc-level-3{padding-left:1rem}.table-of-contents .toc-list .toc-item.toc-level-3 a{font-size:12px}