.hero-block-wrapper-mobile{box-shadow:0 10px 30px #000,0 0 20px hsla(0,0%,100%,.05)}.hero-visual-mobile{display:block;grid-template-rows:1fr;padding-bottom:20px;height:auto;min-height:auto}.blog-wrapper{position:relative;z-index:5;background:transparent;min-height:100vh}.blog-layout{display:grid;grid-template-columns:1fr 280px;align-items:stretch;gap:40px;padding-bottom:80px}.blog-content{display:flex;flex-direction:column;gap:60px;margin-top:calc(var(--navbar-height) + 40px)}.blog-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--box-shadow-static);border:1px solid var(--border-color);background:rgba(5,5,5,.75);padding:50px}.blog-sidebar{position:relative}.toc-wrapper{position:fixed;top:calc(var(--navbar-height) + 40px);backdrop-filter:blur(10px);box-shadow:var(--box-shadow-static);border:1px solid var(--border-color);border-top:3px solid var(--accent);background:rgba(5,5,5,.75);padding:25px}.toc-title{display:block;margin-bottom:15px;color:#fff;font-weight:700;font-size:1rem;font-family:Chakra Petch,sans-serif;letter-spacing:1px}.toc-nav{display:flex;flex-direction:column;border-left:1px solid #333}.toc-link,.toc-sub-link{display:block;transition:.3s;margin-left:-1px;border-left:2px solid transparent;padding:10px 0 10px 15px;color:var(--text-dim);font-size:.8rem;text-decoration:none}.toc-sub-link{padding-left:30px;color:#888;font-size:.75rem}.toc-link{color:#fff;font-weight:600}.toc-link:first-child{margin-top:0}@media (hover:hover){.toc-link:hover,.toc-sub-link:hover{border-left-color:#555;color:#fff}}.toc-link.active,.toc-sub-link.active{border-left-color:var(--accent);color:var(--accent)}@media (min-width:1400px){.toc-link.is-active{transition:all .2s ease;border-left:2px solid var(--accent);padding-left:8px;color:var(--accent);font-weight:700}.toc-link{transition:all .2s ease;border-left:2px solid transparent}}.meta-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.sys-tag{border:1px solid var(--border-color);background:rgba(255,51,51,.05);padding:4px 10px;color:var(--accent);font-size:.75rem;font-family:Fira Code,monospace}.sys-tag.date{border-color:#333;background:transparent;color:var(--text-dim)}.sys-tag.updated{display:inline-flex;align-items:center;border-color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.08);color:#fff;font-weight:600;letter-spacing:.5px;text-shadow:0 0 8px hsla(0,0%,100%,.3)}.sys-tag.updated .mdi{margin-right:4px;font-size:1.2em;line-height:1}.article-header h1{margin-bottom:20px;color:#fff;font-size:2.2rem;line-height:1.2}.article-header .lead{border-left:3px solid var(--accent);padding-left:20px;color:#aaa;font-size:1.1rem;line-height:1.6}.tech-divider{position:relative;margin:30px 0;border:0;background:var(--border-color);height:1px}.tech-divider:after{position:absolute;top:-1px;left:0;background:var(--accent);width:50px;height:3px;content:""}.article-body{color:#ccc;font-size:.95rem;line-height:1.7}.article-body p{margin-bottom:20px;text-align:justify}.article-body h2{display:table;margin-top:50px;margin-bottom:20px;border-bottom:1px solid #333;padding-bottom:5px;color:#fff;font-size:1.5rem}.article-body h3{margin-top:30px;margin-bottom:10px;color:#fff;font-size:1.2rem}.article-body ul{margin-bottom:25px;padding-left:20px}.article-body ul li{margin-bottom:8px;color:#bbb}.article-body ul li::marker{content:">> ";color:var(--accent)}.tech-quote{margin:30px 0;border:1px solid var(--warning);border-left-width:4px;background:rgba(255,204,0,.05);padding:20px;color:#ddd;font-size:.9rem}.tech-quote .mdi{vertical-align:middle;margin-right:10px;color:var(--warning);font-size:1.2rem}.tech-quote strong{display:block;margin-bottom:5px;color:var(--warning);font-family:Chakra Petch;letter-spacing:1px}.code-block{margin:30px 0;border:1px solid var(--border-color);background:rgba(0,0,0,.8)}.code-header{border-bottom:1px solid var(--border-color);background:#111;padding:5px 15px;color:#666;font-size:.7rem;font-family:Chakra Petch}.code-block pre{margin:0;padding:15px;overflow-x:auto;color:var(--success);font-size:.8rem;line-height:1.5}.tech-table th{border-bottom:2px solid var(--border-color);background:rgba(255,51,51,.1);padding:15px;color:var(--accent);letter-spacing:1px;text-align:left;text-transform:uppercase}@media (min-width:1400px){.table-responsive{margin:30px 0;border:1px solid var(--border-color);background:rgba(0,0,0,.3);overflow-x:auto;-webkit-overflow-scrolling:touch}.tech-table{border-collapse:collapse;width:100%;color:#ccc;font-size:.85rem;font-family:Fira Code,monospace}.tech-table td{border-bottom:1px solid #222;padding:12px 15px}.tech-table td span{color:#888;font-size:.75rem}.tech-table tr:last-child td{border-bottom:none}.tech-table .price-col{color:#fff;font-weight:700;text-align:right;white-space:nowrap}.tech-table .wholesale-col{font-family:Fira Code,monospace;text-align:right;white-space:nowrap}.tech-table .min-col,.tech-table .wholesale-col{border-left:1px dashed #333;color:var(--text-dim)}.tech-table .min-col{text-align:center}.tech-table .note-row td{border-top:none;padding-top:5px;color:#666;font-style:italic;font-size:.75rem}}@media (hover:hover){.tech-table tr:hover{background:hsla(0,0%,100%,.03)}}.table-footer{border-top:1px solid var(--border-color);background:#000;padding:10px;color:#666;font-size:.75rem;text-align:right}.tech-math-block{margin:40px 0;border:1px solid var(--border-color);border-left:3px solid var(--accent);background:rgba(0,0,0,.6);padding:30px;font-family:Fira Code,monospace}.equation-display{margin-bottom:25px;border-bottom:1px dashed #333;padding-bottom:20px;color:#fff;font-weight:500;font-size:1.3rem;letter-spacing:0;text-align:center}.tech-math-block .equation-display:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.equation-display .math-op{margin:0 2px}.equation-display .long-eq{display:inline-block;transform:scaleX(1.5);margin:0 5px;color:var(--accent)}.equation-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;font-size:.9rem}.legend-item{display:flex;align-items:baseline;gap:10px;color:#ccc}.var-symbol{min-width:30px;color:var(--accent);font-weight:700;text-align:right}.var-desc{color:#888}ul.tech-list{margin:30px 0;border-top:1px solid #222;padding:0;list-style:none}ul.tech-list li::marker{content:none}ul.tech-list li{position:relative;transition:color .3s;border-bottom:1px solid #222;padding:12px 0 12px 30px;color:#ccc}ul.tech-list li:before{position:absolute;top:12px;left:0;transition:transform .3s ease,text-shadow .3s ease;content:">";color:var(--accent);font-weight:700;font-family:Fira Code,monospace}@media (hover:hover){ul.tech-list li:hover{color:#fff}ul.tech-list li:hover:before{transform:translateX(5px);text-shadow:0 0 8px var(--accent)}}.txt-em{background:rgba(255,51,51,.2);font-weight:700}.txt-mark{border-bottom:1px solid var(--accent);border-radius:2px;background:rgba(255,51,51,.15);padding:0 6px;color:#fff;white-space:nowrap}.tech-signature,.txt-mark{font-family:Fira Code,monospace}.tech-signature{display:block;margin-top:40px;border-top:1px solid #222;padding-top:10px;color:#666;font-size:.85rem;text-align:right}.tech-signature strong{color:#ccc;letter-spacing:.5px}.blog-figure{display:block;cursor:zoom-in;margin:40px 0}.blog-figure.no-zoom{cursor:default}.blog-figure figcaption{margin-top:10px;color:var(--text-dim);font-size:.75rem;font-family:Fira Code,monospace;text-align:center}.blog-figure figcaption a{color:var(--accent);font-size:.75rem}.blog-img-frame{position:relative;box-sizing:border-box;border:1px solid var(--border-color);background:rgba(0,0,0,.4);padding:10px;width:100%}.blog-img{display:block;border:1px solid #222;width:100%;height:auto;max-height:600px;-o-object-fit:contain;object-fit:contain}.blog-img-frame:after,.blog-img-frame:before{position:absolute;z-index:10;transition:all .3s cubic-bezier(.25,1,.5,1);border-style:solid;border-color:var(--accent);width:20px;height:20px;pointer-events:none;content:""}.blog-img-frame:before{top:-1px;left:-1px;border-width:2px 0 0 2px}.blog-img-frame:after{right:-1px;bottom:-1px;border-width:0 2px 2px 0}@media (hover:hover){.blog-img-frame:hover:before{top:-6px;left:-6px;width:30px;height:30px}.blog-img-frame:hover:after{right:-6px;bottom:-6px;width:30px;height:30px}}.video-container{position:relative;border:1px solid #333;background:#000;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;border:none;width:100%;height:100%}.plyr{--plyr-color-main:var(--accent);border-radius:0;font-family:Fira Code,monospace}.blog-img-frame .plyr{width:100%;height:100%}@media (max-width:1399px){.view-desktop{display:none!important}.view-mobile{display:block!important}.blog-layout{display:block;padding-bottom:40px}.blog-content{gap:30px;margin-top:0;padding-top:60px;width:100%}.blog-card{border-right:0;border-left:0;border-radius:0;background:rgba(5,5,5,.85);padding:25px 20px}.article-header h1{font-size:1.6rem;line-height:1.3;word-wrap:break-word}.article-header .lead{border-left-width:2px;padding-left:15px;font-size:.95rem}.article-body p{font-size:.9rem;text-align:left}.tech-table,.tech-table tbody,.tech-table td,.tech-table th,.tech-table thead,.tech-table tr{display:block;flex-wrap:wrap;width:100%}.tech-table tr{margin-bottom:20px;border:1px solid var(--border-color);background:rgba(0,0,0,.3)}.tech-table :is(td,th){display:flex;position:relative;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding:10px;width:auto;text-align:right}.tech-table td:first-of-type{justify-content:flex-start;text-align:left}.tech-table td span{flex-basis:100%;margin-top:8px;width:100%;color:#999;font-size:.8em;line-height:1.4;text-align:left}.tech-table :is(td,th):last-child{border-bottom:none}.tech-table td:before{margin-right:20px;content:attr(data-label);color:var(--accent);font-weight:700;font-family:Fira Code,monospace;text-align:left;text-transform:uppercase;white-space:nowrap}.tech-table td:first-of-type:before{content:none}.tech-table .price-col{color:#fff;font-weight:700}.tech-table .price-col,.tech-table .wholesale-col{border-left:none;text-align:right;white-space:nowrap}.tech-table .wholesale-col{color:var(--text-dim);font-family:Fira Code,monospace}.tech-table .min-col{border-left:none;color:var(--text-dim);text-align:right}.tech-table th:first-of-type{color:#fff}.tech-table thead .min-col,.tech-table thead .price-col,.tech-table thead .wholesale-col{justify-content:flex-end}.table-footer{border:1px solid var(--border-color);border-bottom:0}.table-footer:last-of-type{border-bottom:1px solid var(--border-color)}.tech-math-block{margin:25px 0;padding:15px;overflow-x:auto}.equation-display{font-size:1rem;text-align:left;white-space:nowrap}.equation-legend{grid-template-columns:1fr}.blog-figure{margin:25px 0}.blog-img-frame{padding:5px}.meta-tags{gap:5px}.sys-tag{padding:4px 8px;font-size:.65rem}.tech-quote{margin:20px 0;padding:15px;font-size:.85rem}}