:root{--theme:#232323;--entry:#2d2d2d;--primary-light:#F5E6A0;--primary:#FEE2AD;--primary-mid:#FFC7A7;--primary-dark:#FF9A56;--secondary:#cccccc;--tertiary:#3d3d3d;--content:#e8e8e8;--secondary-content:#a0a0a0;--hljs-bg:#2d2d2d;--code-bg:#2d2d2d;--border:#4a4a4a;--primary-rgb:200 200 200;--primary-mid-rgb:160 160 160;--link:#cccccc;--link-hover:#ffffff;--selection-bg:#4a4a4a;--selection-color:#ffffff}[data-theme=light]{--theme:#F6F1E9;--entry:#F6F1E9;--primary-light:#ffae03ff;--primary:#e67f0dff;--primary-dark:#e9190fff;--primary-mid:#fe4e00ff;--secondary:#ff0f80ff;--tertiary:rgb(255 174 3 / 0.1);--content:#000000;--secondary-content:#666666;--hljs-bg:#f9f9f9;--code-bg:#f5f5f5;--border:#cccccc;--primary-rgb:230 127 13;--primary-mid-rgb:254 78 0;--link:#e67f0dff;--link-hover:#e9190fff;--selection-bg:#ffae03ff;--selection-color:#000000}::selection{background:var(--selection-bg);color:var(--selection-color)}h1,h2,h3,h4,h5,h6{color:var(--content)}[data-theme=dark] h1{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 35%,var(--primary-mid) 65%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#e8e8e8}[data-theme=light] h1{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 50%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6{color:var(--primary-dark)}[data-theme=dark] .markdown-body h2{color:#e8e8e8 !important}[data-theme=dark] .markdown-body h3{color:#e8e8e8 !important}[data-theme=dark] .markdown-body h4{color:#e8e8e8 !important}[data-theme=dark] .markdown-body h5{color:#e8e8e8 !important}[data-theme=dark] .markdown-body h6{color:#ccc !important;opacity:.9}[data-theme=light] .blog-title{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 50%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}a{color:var(--link);transition:color .2s ease}a:hover{color:var(--link-hover)}strong,b{color:var(--primary-dark);font-weight:600}[data-theme=dark] strong,[data-theme=dark] b{color:#fff;font-weight:600}code{background:var(--code-bg);color:var(--primary);padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:Consolas,fira code,source code pro,ui-monospace,SFMono-Regular,Menlo,Monaco,liberation mono,courier new,monospace}[data-theme=dark] code{background:var(--code-bg);color:#ccc}pre code{color:var(--content);background:0 0;font-family:Consolas,fira code,source code pro,ui-monospace,SFMono-Regular,Menlo,Monaco,liberation mono,courier new,monospace}pre,kbd,samp,tt,.chroma{font-family:Consolas,fira code,source code pro,ui-monospace,SFMono-Regular,Menlo,Monaco,liberation mono,courier new,monospace}.post-content p code,.markdown-body p code{background:rgb(var(--primary-rgb)/.14);color:var(--content);border:1px solid rgb(var(--primary-rgb)/.28);padding:.15em .5em;border-radius:4px;font-weight:600;font-size:.9em}[data-theme=dark] .post-content p code,[data-theme=dark] .markdown-body p code{background:rgba(255,255,255,8%);color:#e8e8e8;border:1px solid rgba(255,255,255,.15)}[data-theme=light] .post-content p code,[data-theme=light] .markdown-body p code{background:var(--primary);color:#fefcf7}.post-content p code:hover,.markdown-body p code:hover{background:rgb(var(--primary-rgb)/.22);color:var(--content)}[data-theme=dark] .post-content p code:hover,[data-theme=dark] .markdown-body p code:hover{background:rgba(255,255,255,.12);color:#fff}button,.button{background:var(--primary);color:#1a1a1a;border:none;transition:all .2s ease}button:hover,.button:hover{background:var(--primary-light);color:#1a1a1a;transform:translateY(-1px);box-shadow:0 2px 8px rgb(var(--primary-rgb)/.4)}[data-theme=light] button,[data-theme=light] .button{background:var(--primary);color:#fefcf7}[data-theme=light] button:hover,[data-theme=light] .button:hover{background:var(--primary-dark);color:#fefcf7}[data-theme=dark] button,[data-theme=dark] .button{background:rgb(var(--primary-rgb)/.16);color:var(--content);border:1px solid rgb(var(--primary-rgb)/.32)}[data-theme=dark] button:hover,[data-theme=dark] .button:hover{background:rgb(var(--primary-rgb)/.24);color:var(--content);box-shadow:none}.post-tags a,.tag,.badge{background:var(--tertiary);color:var(--content);padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s ease;display:inline-block}[data-theme=light] .post-tags a,[data-theme=light] .tag,[data-theme=light] .badge{background:var(--tertiary);color:var(--primary-dark)}.post-tags a:hover,.tag:hover,.badge:hover{background:var(--primary);color:#1a1a1a;transform:translateY(-1px);box-shadow:0 2px 8px rgb(var(--primary-rgb)/.3)}blockquote{border-left:4px solid var(--primary);background:var(--entry);padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0}[data-theme=dark] blockquote{border-left:4px solid #666;background:var(--entry)}blockquote p{color:var(--secondary-content)}table th{background:var(--primary);color:var(--theme)}[data-theme=dark] table th{background:#3d3d3d;color:#e8e8e8}table tr:hover{background:var(--hljs-bg)}.card,.panel{border:1px solid var(--border);background:var(--entry);transition:all .2s ease}.card:hover,.panel:hover{border-color:var(--primary);box-shadow:0 4px 12px rgb(var(--primary-rgb)/.1)}[data-theme=dark] .card:hover,[data-theme=dark] .panel:hover{border-color:#666;box-shadow:0 4px 12px rgba(255,255,255,5%)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--theme)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}header a{text-decoration:none !important;color:inherit}header a:hover,header a:active,header a:focus,header a:focus-visible{text-decoration:none !important;color:var(--primary);font-weight:700}header a:visited{color:inherit;text-decoration:none !important}header a.active,header a[aria-current=page]{font-weight:700;color:inherit;text-decoration:none !important}button#theme-toggle{display:none !important}.theme-slider-toggle{background:0 0 !important;border:none;padding:0;cursor:pointer;display:flex !important;align-items:center;justify-content:center;margin:auto 8px;width:32px;height:32px;border-radius:50%;color:inherit}.theme-slider-toggle .icon{width:18px;height:18px;display:inline-block}.theme-slider-toggle .icon-sun{display:inline-block;color:var(--primary-dark)}.theme-slider-toggle .icon-moon{display:none}[data-theme=dark] .theme-slider-toggle .icon-sun{display:none}[data-theme=dark] .theme-slider-toggle .icon-moon{display:inline-block;color:var(--primary)}.theme-slider-toggle:hover{opacity:1;box-shadow:0 0 0 2px var(--border)}.theme-slider-toggle:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:none}.theme-slider-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px var(--primary)}button#theme-toggle svg{display:block;stroke:var(--content);fill:none;transition:none}[data-theme=dark] button#theme-toggle svg{stroke:var(--content)}[data-theme=light] button#theme-toggle svg{stroke:var(--content)}.active,[aria-current=page]{color:var(--primary);font-weight:600}*::selection{background:var(--primary);color:#1a1a1a}*::-moz-selection{background:var(--primary);color:#1a1a1a}h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection{background:var(--primary) !important;color:#1a1a1a !important;-webkit-text-fill-color:#1a1a1a !important}h1::-moz-selection,h2::-moz-selection,h3::-moz-selection,h4::-moz-selection,h5::-moz-selection,h6::-moz-selection{background:var(--primary) !important;color:#1a1a1a !important}@keyframes pulse-yellow{0%,100%{opacity:1}50%{opacity:.6}}.pulse{animation:pulse-yellow 2s ease-in-out infinite}.hero-section,.featured-section{background:linear-gradient(135deg,rgb(var(--primary-mid-rgb)/.08) 0%,rgb(var(--primary-rgb)/.06) 100%)}[data-theme=light] .hero-section,[data-theme=light] .featured-section{background:linear-gradient(135deg,rgb(var(--primary-mid-rgb)/.06) 0%,rgb(var(--primary-rgb)/.04) 100%)}body:has(.post-single):has([style*="Projects Loading"]) .page-header,body:has(.post-single):has([style*="Work in Progress"]) .page-header,body:has(.post-single):has([style*="Under Construction"]) .page-header,body:has(.post-single):has([style*="Projects Loading"]) .post-header,body:has(.post-single):has([style*="Work in Progress"]) .post-header,body:has(.post-single):has([style*="Under Construction"]) .post-header{display:none}.page-wip .page-header,.page-wip .post-header,.page-wip .breadcrumbs,.page-wip .toc{display:none !important}