@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--primary:#0d9488;--primary-dark:#0f766e;--secondary:#f1f5f9;--accent:#0ea5e9;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--bg-primary:#fff;--bg-secondary:#f8fafc;--border:#e2e8f0;--shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--gradient:linear-gradient(135deg,#0d9488,#0ea5e9)}[data-theme=dark]{--primary:#14b8a6;--primary-dark:#0d9488;--secondary:#1e293b;--accent:#38bdf8;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--bg-primary:#0f172a;--bg-secondary:#1e293b;--border:#334155;--shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 2px -1px rgba(0,0,0,.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -4px rgba(0,0,0,.3)}*{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-primary);transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-hero{max-width:auto;margin:0 0 0 200px;padding:0}.header{position:-webkit-sticky;position:sticky;top:0;background:var(--bg-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100;transition:all .3s ease}.nav{justify-content:space-between;padding:1rem 0}.logo,.nav{display:flex;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;gap:.5rem}.nav-menu{list-style:none;gap:2rem}.header-actions,.nav-menu{display:flex;align-items:center}.header-actions{gap:1rem}.mobile-theme-toggle{display:none}.hamburger{display:flex;flex-direction:column;width:20px;height:16px;position:relative;cursor:pointer}.hamburger span{display:block;height:2px;width:100%;background:var(--text-primary);border-radius:1px;transition:all .3s ease;position:absolute}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger-open span:first-child{transform:rotate(45deg) translateY(7px);top:0}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translateY(-7px);bottom:0}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:color .3s ease;position:relative}.nav-link.active,.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.nav-link.active:after,.nav-link:hover:after{width:100%}.theme-toggle{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease;font-size:1.2rem}.theme-toggle:hover{background:var(--secondary);color:var(--primary)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem}.hero{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);color:#fff;padding:6rem 0 0;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(148,163,184,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');animation:float 30s ease-in-out infinite}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:2;overflow:hidden}.hero-content{max-width:768px}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;animation:slideInLeft .8s ease}.hero p{font-size:1.2rem;color:hsla(0,0%,100%,.9);line-height:1.7;margin-bottom:2.5rem;animation:slideInLeft .8s ease .2s both}.hero-buttons{display:flex;gap:1rem;animation:slideInLeft .8s ease .4s both}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.btn-primary{background:#0ea5e9;color:#fff;border:2px solid #0ea5e9}.btn-primary:hover{background:#0284c7;border-color:#0284c7;transform:translateY(-2px);box-shadow:0 8px 25px rgba(14,165,233,.3)}.btn-secondary{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.2);display:flex;align-items:center}.btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.hero-illustration{display:flex;justify-content:flex-start;align-items:center;animation:slideInRight .8s ease .3s both;position:relative;overflow:hidden}.illustration-svg{width:900px;height:500px;min-height:300px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.4));margin-left:calc(-30% + 40px);flex-shrink:0}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main{padding:4rem 0}.content-grid{display:grid;grid-template-columns:1fr 300px;grid-gap:3rem;gap:3rem}.posts-section h2{font-size:2rem;margin-bottom:2rem;color:var(--text-primary)}.post-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:1rem;overflow:hidden;margin-bottom:2rem;transition:all .3s ease;box-shadow:var(--shadow)}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.post-image{width:100%;height:200px;position:relative;overflow:hidden;border-radius:.5rem .5rem 0 0;background:var(--gradient)}.post-content{padding:1.5rem}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:var(--text-muted)}.post-tag{background:var(--secondary);color:var(--primary);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.post-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.post-title a{text-decoration:none;color:inherit;transition:color .3s ease}.post-title a:hover{color:var(--primary)}.post-excerpt{color:var(--text-secondary);margin-bottom:1rem;line-height:1.7}.read-more{color:var(--primary);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;transition:gap .3s ease}.read-more:hover{gap:.5rem}.sidebar{display:flex;flex-direction:column;gap:2rem}.widget{background:var(--bg-secondary);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.widget h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-cloud .post-tag{cursor:pointer;transition:all .3s ease}.tag-cloud .post-tag:hover{background:var(--primary);color:#fff}.recent-posts{list-style:none}.recent-posts li{padding:.75rem 0;border-bottom:1px solid var(--border)}.recent-posts li:last-child{border-bottom:none}.recent-posts a{text-decoration:none;color:var(--text-secondary);font-size:.9rem;transition:color .3s ease}.recent-posts a:hover{color:var(--primary)}.article-header{text-align:center;padding:2rem 0;background:var(--bg-secondary);margin-bottom:3rem}.article-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.article-meta{display:flex;align-items:center;justify-content:center;gap:2rem;color:var(--text-muted);font-size:.9rem}.article-content{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{margin:2rem 0 1rem;color:var(--text-primary);font-weight:600;line-height:1.3}.article-content h1{font-size:2.25rem;border-bottom:3px solid var(--primary);padding-bottom:.75rem;margin-top:3rem}.article-content h2{font-size:1.875rem;border-bottom:2px solid var(--border);padding-bottom:.5rem;margin-top:2.5rem}.article-content h3{font-size:1.5rem;margin-top:2rem}.article-content h4{font-size:1.25rem;margin-top:1.5rem}.article-content h5{font-size:1.125rem;margin-top:1.5rem}.article-content h6{font-size:1rem;margin-top:1.5rem;font-weight:500;color:var(--text-secondary)}.article-content p{margin-bottom:1.5rem;color:var(--text-secondary)}.article-content a{color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.article-content a:hover{color:var(--primary-dark);border-bottom-color:var(--primary)}.article-content ol,.article-content ul{margin:1.5rem 0;padding-left:2rem;color:var(--text-secondary)}.article-content ul{list-style-type:disc}.article-content ol{list-style-type:decimal}.article-content li{margin-bottom:.5rem;line-height:1.7}.article-content li>ol,.article-content li>ul{margin:.5rem 0}.article-content ul ul{list-style-type:circle}.article-content ul ul ul{list-style-type:square}.article-content em{font-style:italic;color:var(--text-primary)}.article-content strong{font-weight:600;color:var(--text-primary)}.article-content pre{background:var(--bg-secondary);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;margin:2rem 0;overflow-x:auto;line-height:1.5}.article-content code,.article-content pre{font-family:JetBrains Mono,monospace;font-size:.9rem}.article-content code{background:var(--secondary);color:var(--primary);padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.article-content pre code{background:none;color:var(--text-primary);padding:0;font-weight:400}.article-content blockquote{border-left:4px solid var(--primary);background:var(--bg-secondary);padding:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-muted);border-radius:0 .5rem .5rem 0}.article-content blockquote p{margin-bottom:0}.article-content blockquote p:not(:last-child){margin-bottom:1rem}.article-content img{max-width:100%;height:auto;border-radius:.5rem;margin:2rem 0;box-shadow:var(--shadow);transition:transform .3s ease}.article-content img:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem;box-shadow:var(--shadow);border-radius:.5rem;overflow:hidden}.article-content td,.article-content th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.article-content th{background:var(--bg-secondary);font-weight:600;color:var(--text-primary)}.article-content td{color:var(--text-secondary)}.article-content tr:hover{background:var(--bg-secondary)}.article-content tr:last-child td{border-bottom:none}.article-content hr{border:none;height:2px;background:var(--border);margin:3rem 0;border-radius:1px}.article-content dl{margin:1.5rem 0}.article-content dt{font-weight:600;color:var(--text-primary);margin-top:1rem}.article-content dd{margin-left:2rem;margin-bottom:.5rem;color:var(--text-secondary)}.article-content mark{background:linear-gradient(120deg,transparent 0,transparent 40%,var(--primary) 40%,var(--primary) 60%,transparent 60%);padding:.1rem .2rem}.article-content small{font-size:.85rem;color:var(--text-muted)}.article-content sub,.article-content sup{font-size:.75rem;line-height:0;position:relative;vertical-align:baseline}.article-content sup{top:-.5em}.article-content sub{bottom:-.25em}.article-content figure{margin:2rem 0;text-align:center}.article-content figcaption{font-size:.9rem;color:var(--text-muted);font-style:italic;margin-top:.5rem;padding:0 1rem}.article-content details{margin:1.5rem 0;border:1px solid var(--border);border-radius:.5rem;padding:1rem;background:var(--bg-secondary)}.article-content summary{font-weight:600;color:var(--text-primary);cursor:pointer;margin-bottom:.5rem;transition:color .3s ease}.article-content summary:hover{color:var(--primary)}.article-content details[open] summary{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.article-content kbd{border:1px solid var(--border);border-radius:.25rem;padding:.2rem .4rem;font-family:JetBrains Mono,monospace;font-size:.85rem;color:var(--text-primary);box-shadow:0 1px 1px rgba(0,0,0,.1)}.article-content kbd,.footer{background:var(--bg-secondary)}.footer{border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.footer-section li,.footer-section p{color:var(--text-secondary);margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}.social-link{color:var(--text-secondary);text-decoration:none;margin-right:1rem;transition:color .3s ease}.social-link:hover{color:var(--primary)}.footer-tag{font-size:.8rem;background:var(--bg-secondary);color:var(--text-secondary);padding:.25rem .5rem;border-radius:.25rem;text-decoration:none;transition:all .3s ease;border:1px solid var(--border);font-weight:500;display:inline-block}.footer-tag:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.footer-section .footer-tag:hover,.footer-tag:hover{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important;font-weight:300!important;transform:translateY(-1px);text-decoration:none!important}.footer-section .footer-tag:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}@media (max-width:768px){.container{padding:0 1rem}.container-hero{margin:0;padding:0 1rem}.nav-menu{position:fixed;top:72px;left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:99;box-shadow:var(--shadow-lg)}.nav-menu-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link,.nav-menu li{width:100%}.nav-link{display:block;padding:1rem 1.5rem;border-bottom:1px solid var(--border);transition:all .3s ease}.nav-link.active,.nav-link:hover{background:var(--bg-secondary);color:var(--primary)}.nav-link:after{display:none}.mobile-theme-toggle{display:block;padding:1rem 1.5rem;border-top:1px solid var(--border)}.header-actions .theme-toggle{display:none}.mobile-menu-btn{display:block}.hero{padding:3rem 0;min-height:auto}.hero,.hero-grid{text-align:center}.hero-grid{grid-template-columns:1fr;gap:0}.hero-content{max-width:100%;padding:0 1rem}.hero h1{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1rem;margin-bottom:2rem;line-height:1.6}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.hero-illustration,.illustration-svg{display:none}.content-grid{grid-template-columns:1fr;gap:2rem}.sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.post-card{margin-bottom:1.5rem}.post-content{padding:1.25rem}.post-meta{flex-wrap:wrap;gap:.5rem}.post-title{font-size:1.25rem;line-height:1.4}.article-title{font-size:2rem}.article-meta{flex-direction:column;gap:.5rem}.widget{padding:1.25rem}.widget h3{font-size:1.1rem;margin-bottom:.75rem}.tag-cloud{gap:.4rem}.tag-cloud .post-tag{font-size:.7rem;padding:.2rem .6rem}}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.featured-card{background:var(--card-bg);border-radius:1rem;overflow:hidden;color:#fff;position:relative;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;box-shadow:var(--shadow-lg);transition:all .3s ease;text-decoration:none}.featured-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.2);color:#fff}.regular-card{background:var(--card-bg);border-radius:1rem;overflow:hidden;color:#fff;min-height:240px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;box-shadow:var(--shadow);transition:all .3s ease;text-decoration:none}.regular-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:#fff}.share-link{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease}.share-link:hover{color:var(--primary-dark)}.article-content .table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:.5rem;box-shadow:var(--shadow)}.article-content .table-wrapper table{margin:0;box-shadow:none}.article-content pre code[class*=language-]{color:var(--text-primary)}.article-content .language-bash,.article-content .language-shell{color:var(--primary)}.article-content .language-javascript,.article-content .language-json,.article-content .language-typescript{color:var(--text-primary)}.article-content .language-markdown{color:var(--text-secondary)}.article-content .language-env{background:#2d3748;color:#e2e8f0}html{scroll-behavior:smooth;scroll-padding-top:6rem}.article-content h1[id],.article-content h2[id],.article-content h3[id],.article-content h4[id],.article-content h5[id],.article-content h6[id]{scroll-margin-top:6rem;position:relative}.article-content h1[id]:hover:before,.article-content h2[id]:hover:before,.article-content h3[id]:hover:before,.article-content h4[id]:hover:before,.article-content h5[id]:hover:before,.article-content h6[id]:hover:before{content:"#";position:absolute;left:-2rem;color:var(--primary);font-weight:400;opacity:.7;transition:opacity .2s ease}@media (max-width:1024px){.toc-sidebar{position:static!important;margin-top:2rem;margin-bottom:2rem}}@media (max-width:768px){.toc-sidebar{padding:1rem!important}.toc-sidebar .share-buttons{flex-direction:column}.toc-sidebar .share-button{width:100%;justify-content:flex-start;gap:.5rem}}.toc-sidebar{position:-webkit-sticky;position:sticky;top:2rem;background:var(--bg-secondary);border-radius:.75rem;padding:1.5rem;max-height:calc(100vh - 4rem);overflow-y:auto;border:1px solid var(--border);box-shadow:var(--shadow)}.toc-section{margin-bottom:2rem}.toc-title{font-size:.9rem;font-weight:700;color:var(--text-secondary);margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.toc-nav{display:flex;flex-direction:column;gap:.25rem}.toc-item{text-align:left;background:none;border:none;padding:.5rem 0;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:color .2s ease;line-height:1.4}.toc-item.active,.toc-item:hover{color:var(--primary)}.toc-item.active{font-weight:600}.share-section{padding-top:1.5rem;border-top:1px solid var(--border)}.share-title{font-size:.9rem;font-weight:700;color:var(--text-secondary);margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.share-buttons{display:flex;gap:.5rem}.share-button{background:var(--bg-primary);border:1px solid var(--border);border-radius:.5rem;padding:.75rem;cursor:pointer;transition:all .2s ease;color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.share-button:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px)}.toc-sidebar::-webkit-scrollbar{width:4px}.toc-sidebar::-webkit-scrollbar-track{background:transparent}.toc-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.toc-sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.post-layout{grid-template-columns:1fr 300px}.post-main,.post-sidebar{min-width:0}.post-layout:has(.post-sidebar:empty){grid-template-columns:1fr}@media (max-width:1024px){.post-layout{grid-template-columns:1fr!important;gap:2rem!important}.post-sidebar{order:-1}}.code-block-wrapper{margin:2rem 0;border-radius:.75rem;overflow:hidden;background:var(--code-bg,#2d3748);border:1px solid var(--border);box-shadow:var(--shadow)}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--code-header-bg,#1a202c);border-bottom:1px solid var(--border);font-size:.875rem}.code-language{font-weight:500;text-transform:uppercase;letter-spacing:.05em}.code-language,.copy-code-btn{color:var(--text-muted,#a0a0a0)}.copy-code-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.copy-code-btn:hover{color:var(--primary);background:var(--bg-secondary)}.code-block{margin:0;padding:1.5rem;background:var(--code-bg,#2d3748);color:var(--code-text,#e2e8f0);font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4}.code-block code{background:none;color:inherit;padding:0;font-size:inherit;font-family:inherit;border-radius:0}.code-block .token.cdata,.code-block .token.comment,.code-block .token.doctype,.code-block .token.prolog{color:#90a4ae;font-style:italic}.code-block .token.punctuation{color:#9e9e9e}.code-block .token.boolean,.code-block .token.constant,.code-block .token.deleted,.code-block .token.number,.code-block .token.property,.code-block .token.symbol,.code-block .token.tag{color:#f07178}.code-block .token.attr-name,.code-block .token.builtin,.code-block .token.char,.code-block .token.inserted,.code-block .token.selector,.code-block .token.string{color:#c3e88d}.code-block .language-css .token.string,.code-block .style .token.string,.code-block .token.entity,.code-block .token.operator,.code-block .token.url{color:#89ddff}.code-block .token.atrule,.code-block .token.attr-value,.code-block .token.keyword{color:#c792ea}.code-block .token.class-name,.code-block .token.function{color:#82aaff}.code-block .token.important,.code-block .token.regex,.code-block .token.variable{color:#f78c6c}.code-block .token.tag .token.punctuation,.code-block .token.tag .token.tag{color:#f07178}.code-block .token.attr-name{color:#ffcb6b}.code-block .token.attr-value,.code-block .token.attr-value .token.punctuation{color:#c3e88d}.code-block .token.function{color:#82aaff}.code-block .token.parameter{color:#ffcb6b}[data-theme=dark] .code-block-wrapper{--code-bg:#1a202c;--code-header-bg:#2d3748;--code-text:#e2e8f0}[data-theme=light] .code-block-wrapper{--code-bg:#f8fafc;--code-header-bg:#e2e8f0;--code-text:#1e293b;border:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}[data-theme=light] .code-block-header{border-bottom:1px solid #cbd5e1;background:var(--code-header-bg)}[data-theme=light] .code-language{color:#475569;font-weight:500}[data-theme=light] .copy-code-btn{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}[data-theme=light] .copy-code-btn:hover{color:#334155;background:#e2e8f0;border-color:#94a3b8}[data-theme=light] .code-block{background:var(--code-bg);color:var(--code-text)}[data-theme=light] .code-block .token.cdata,[data-theme=light] .code-block .token.comment,[data-theme=light] .code-block .token.doctype,[data-theme=light] .code-block .token.prolog{color:#6b7280;font-style:italic}[data-theme=light] .code-block .token.punctuation{color:#374151}[data-theme=light] .code-block .token.boolean,[data-theme=light] .code-block .token.constant,[data-theme=light] .code-block .token.deleted,[data-theme=light] .code-block .token.number,[data-theme=light] .code-block .token.property,[data-theme=light] .code-block .token.symbol,[data-theme=light] .code-block .token.tag{color:#dc2626;font-weight:500}[data-theme=light] .code-block .token.attr-name,[data-theme=light] .code-block .token.builtin,[data-theme=light] .code-block .token.char,[data-theme=light] .code-block .token.inserted,[data-theme=light] .code-block .token.selector,[data-theme=light] .code-block .token.string{color:#059669;font-weight:500}[data-theme=light] .code-block .language-css .token.string,[data-theme=light] .code-block .style .token.string,[data-theme=light] .code-block .token.entity,[data-theme=light] .code-block .token.operator,[data-theme=light] .code-block .token.url{color:#0369a1;font-weight:500}[data-theme=light] .code-block .token.atrule,[data-theme=light] .code-block .token.attr-value,[data-theme=light] .code-block .token.keyword{color:#7c3aed;font-weight:600}[data-theme=light] .code-block .token.class-name,[data-theme=light] .code-block .token.function{color:#0d9488;font-weight:600}[data-theme=light] .code-block .token.important,[data-theme=light] .code-block .token.regex,[data-theme=light] .code-block .token.variable{color:#ea580c;font-weight:500}[data-theme=light] .code-block .token.tag .token.punctuation,[data-theme=light] .code-block .token.tag .token.tag{color:#dc2626;font-weight:600}[data-theme=light] .code-block .token.attr-name{color:#0369a1;font-weight:500}[data-theme=light] .code-block .token.attr-value,[data-theme=light] .code-block .token.attr-value .token.punctuation{color:#059669;font-weight:500}[data-theme=light] .code-block .token.function{color:#0d9488;font-weight:600}[data-theme=light] .code-block .token.parameter{color:#7c3aed;font-weight:500}[data-theme=light] .code-block .language-bash .token.builtin{color:#dc2626;font-weight:600}[data-theme=light] .code-block .language-bash .token.operator{color:#374151;font-weight:600}[data-theme=light] .code-block .language-json .token.property{color:#0369a1;font-weight:500}[data-theme=light] .code-block .language-json .token.string{color:#059669}[data-theme=light] .code-block .language-json .token.number{color:#dc2626;font-weight:500}[data-theme=light] .code-block .language-apache .token.directive,[data-theme=light] .code-block .language-nginx .token.directive{color:#7c3aed;font-weight:600}[data-theme=light] .code-block .language-yaml .token.key{color:#0369a1;font-weight:500}[data-theme=light] .code-block .language-yaml .token.boolean{color:#dc2626;font-weight:600}[data-theme=light] .code-block::-webkit-scrollbar{height:8px;width:8px}[data-theme=light] .code-block::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}[data-theme=light] .code-block::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;border:1px solid #e2e8f0}[data-theme=light] .code-block::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=light] .copy-code-btn.copied{color:#059669;background:#ecfdf5;border-color:#a7f3d0}[data-theme=light] .code-block code{line-height:1.6;letter-spacing:.025em}[data-theme=light] .code-block .highlight-line{background:#fef3c7;border-left:3px solid #f59e0b;padding-left:1rem;margin-left:-1rem}@media (max-width:768px){.code-block{padding:1rem;font-size:.8rem}.code-block-header{padding:.5rem 1rem}}.code-block::-webkit-scrollbar{height:8px}.code-block::-webkit-scrollbar-track{background:var(--code-bg)}.code-block::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.code-block::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.article-content pre code[class*=language-]{background:none;padding:0;font-weight:400}.article-content .code-block-wrapper+p,.article-content p+.code-block-wrapper{margin-top:1.5rem}.post-layout{display:grid;grid-template-columns:1fr 280px;grid-gap:3rem;gap:3rem;align-items:start}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}.__variable_e8ce0c{--font-inter:"__Inter_e8ce0c","__Inter_Fallback_e8ce0c"}