:root{--bg-color:#fff;--text-color:#333;--text-muted:#666;--border-color:#eee;--border-color-light:#f5f5f5;--sidebar-bg:#f9f9f9;--code-bg:#f4f4f4;--code-border:#e5e5e5;--link-color:#0066cc;--link-hover:#0052a3;--shadow:rgba(0, 0, 0, 0.1);--highlight-bg:#fff3cd;--highlight-border:#ffeaa7}[data-theme=dark]{--bg-color:#1a1a1a;--text-color:#e4e4e4;--text-muted:#a0a0a0;--border-color:#333;--border-color-light:#2a2a2a;--sidebar-bg:#242424;--code-bg:#2d2d2d;--code-border:#404040;--link-color:#4a9eff;--link-hover:#6bb0ff;--shadow:rgba(0, 0, 0, 0.3);--highlight-bg:#2a2a1a;--highlight-border:#4a4a2a}[data-theme=toxic]{--bg-color:#0f0f0f;--text-color:#ccff00;--text-muted:#99cc00;--border-color:#ccff00;--border-color-light:#1a1a1a;--sidebar-bg:#0a0a0a;--code-bg:#000000;--code-border:#ccff00;--link-color:#ddff33;--link-hover:#eeff55;--shadow:rgba(204, 255, 0, 0.3);--highlight-bg:#1a1a0a;--highlight-border:#ccff00}[data-theme=matrix]{--bg-color:#000000;--text-color:#00ff00;--text-muted:#00cc00;--border-color:#00ff00;--border-color-light:#001100;--sidebar-bg:#000000;--code-bg:#000000;--code-border:#00ff00;--link-color:#00ff44;--link-hover:#00ff66;--shadow:rgba(0, 255, 0, 0.3);--highlight-bg:#001100;--highlight-border:#00ff00}[data-theme=cyberpunk]{--bg-color:#0d0d0d;--text-color:#ff00ff;--text-muted:#cc00cc;--border-color:#ff00ff;--border-color-light:#1a0d1a;--sidebar-bg:#0a0a0a;--code-bg:#000000;--code-border:#ff00ff;--link-color:#ff44ff;--link-hover:#ff66ff;--shadow:rgba(255, 0, 255, 0.3);--highlight-bg:#1a0d1a;--highlight-border:#ff00ff}[data-theme=fallout]{--bg-color:#0a0a0a;--text-color:#ffb000;--text-muted:#cc8800;--border-color:#ffb000;--border-color-light:#1a1a0a;--sidebar-bg:#0f0f0a;--code-bg:#000000;--code-border:#ffb000;--link-color:#ffcc44;--link-hover:#ffdd66;--shadow:rgba(255, 176, 0, 0.3);--highlight-bg:#1a1a0a;--highlight-border:#ffb000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.6;color:var(--text-color);background:var(--bg-color);font-size:16px;transition:color .3s ease,background-color .3s ease}.container{max-width:1200px;margin:0 auto;padding:20px}.site-header{margin-bottom:40px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}.site-header nav{overflow:hidden;white-space:nowrap;position:relative}.site-header nav:after{content:"";display:table;clear:both}.site-info{float:left;display:inline-block;vertical-align:middle}.site-info>*{display:inline-block;vertical-align:middle}.site-info>*:not(:last-child){margin-right:12px}.site-title{font-size:24px;font-weight:700;text-decoration:none;color:var(--text-color);animation:text-iridescent 8s ease-in-out infinite}.site-author{font-size:10px;color:var(--text-muted);font-weight:500;font-style:normal;vertical-align:super;margin-left:-6px}.site-header .nav-links{float:right;display:inline-block;vertical-align:middle;white-space:nowrap}.site-header .nav-links a{display:inline-block;text-decoration:none;color:var(--text-muted);font-weight:500;transition:color .3s ease;margin-left:12px;vertical-align:middle;white-space:nowrap}.site-header .nav-links a:hover{color:var(--text-color)}.theme-toggle{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-color);padding:4px 8px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease;text-decoration:none;white-space:nowrap;display:inline-block;vertical-align:middle;margin-left:12px;box-shadow:0 1px 3px var(--shadow)}@media(max-width:480px){.site-header nav{flex-direction:column;gap:10px}.site-header .nav-links{justify-content:center}}@media(max-width:600px){.site-header .nav-links{flex-wrap:wrap;gap:8px}.theme-toggle{order:1;margin-top:5px}}.theme-toggle:hover{background:var(--border-color-light);border-color:var(--text-color);transform:translateY(-1px);box-shadow:0 2px 6px var(--shadow)}.theme-toggle:focus{outline:2px solid var(--link-color);outline-offset:2px}.theme-toggle:active{transform:translateY(0);box-shadow:0 1px 3px var(--shadow)}.layout{display:flex;gap:40px;margin-bottom:60px}.sidebar{width:300px;flex-shrink:0;position:sticky;top:20px;align-self:flex-start;height:fit-content}.content{flex:1;min-width:0}.sidebar-section{margin-bottom:30px;padding:20px;background:var(--sidebar-bg);border-radius:5px;transition:background-color .3s ease}.sidebar-section h3{margin-bottom:15px;font-size:18px;color:var(--text-color);border-bottom:2px solid var(--border-color);padding-bottom:8px}.sidebar-section p{color:var(--text-muted);font-size:14px;line-height:1.5}.recent-posts{list-style:none}.recent-posts li{margin-bottom:8px}.recent-posts a{text-decoration:none;color:var(--link-color);font-size:14px;display:block;line-height:1.4;transition:color .3s ease}.recent-posts a:hover{color:var(--link-hover)}.tag-cloud{display:flex;flex-wrap:wrap;gap:5px}.tag-cloud .tag{text-decoration:none;color:var(--link-color);background:var(--border-color-light);padding:3px 8px;border-radius:3px;font-size:12px;white-space:nowrap;transition:all .3s ease}.tag-cloud .tag:hover{background:var(--border-color);color:var(--link-hover)}.sidebar .social-links{list-style:none;padding:0;margin:0}.sidebar .social-links a{text-decoration:none;color:var(--link-color);font-size:14px;display:block;line-height:1.4;margin-bottom:8px;transition:color .3s ease}.sidebar .social-links a:hover{color:var(--link-hover)}.tags-list{margin:30px 0}.tag-inline{display:inline-block;margin-right:15px;margin-bottom:8px;font-size:16px}.tag-inline a{text-decoration:none;color:#06c}.tag-inline a:hover{color:#333}.tagged-posts{margin:30px 0}.back-to-tags{margin:40px 0}.back-to-tags a{text-decoration:none;color:#06c}.back-to-tags a:hover{color:#333}.intro{margin-bottom:30px;text-align:center;padding:20px 0;border-bottom:1px solid #eee}.intro h1{font-size:28px;margin-bottom:8px;color:var(--text-color)}.intro p{font-size:16px;color:var(--text-muted);margin:0}.posts{margin-bottom:40px}.year-group{margin-bottom:30px}.year-header{font-size:24px;font-weight:700;color:var(--text-color);margin-bottom:15px;padding-bottom:8px;border-bottom:2px dashed var(--border-color)}.year-posts{margin-left:0}.post-item{margin-bottom:8px;font-size:16px;line-height:1.5}.post-item time{color:var(--text-muted);font-family:monospace;width:85px;display:inline-block;font-size:14px}.post-item a{text-decoration:none;color:var(--text-color);transition:color .3s ease}.post-item a:hover{color:var(--link-color)}.post{margin-bottom:60px;max-width:800px}.post-header{margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid var(--border-color-light)}.post-title{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:8px;color:var(--text-color);letter-spacing:-.5px}.post-meta{display:flex;align-items:center;gap:16px;padding-top:8px;border-top:1px solid var(--border-color-light)}.post-date{font-size:14px;color:var(--text-muted);font-weight:500}.meta-separator{color:var(--text-muted);font-size:14px;font-weight:500}.post-tags{display:flex;gap:8px;flex-wrap:wrap}.tag-link{color:var(--link-color);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.tag-link:hover{color:var(--link-hover)}.tag-link:not(:last-child)::after{content:", ";color:var(--text-muted);margin-right:4px}.post-content{line-height:1.6;font-size:16px;color:var(--text-color);font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:40px 0 20px;color:var(--text-color);font-weight:600;line-height:1.3}.post-content h1{font-size:32px;margin-top:50px;border-bottom:3px solid #f0f0f0;padding-bottom:10px}.post-content h2{font-size:26px;margin-top:45px}.post-content h3{font-size:22px;margin-top:35px}.post-content h4{font-size:19px;margin-top:30px}.post-content p{margin-bottom:8px;line-height:1.6}.post-content a{color:var(--link-color);text-decoration:none;transition:color .2s ease}.post-content a:hover{color:var(--link-hover)}.post-content strong{font-weight:600;color:var(--text-color)}.post-content em{font-style:italic;color:var(--text-muted)}.post-content ul,.post-content ol{margin:8px 0;padding-left:32px}.post-content li{line-height:1.6}.post-content blockquote{margin:32px 0;padding:24px 28px;background:#f8f9fa;border-left:4px solid #06c;color:#555;font-style:italic;border-radius:0 4px 4px 0}.post-content blockquote p:last-child{margin-bottom:0}.post-content code{background:#f5f5f5;color:#d63384;padding:2px 6px;border-radius:4px;font-family:jetbrains mono,fira code,monaco,menlo,monospace;font-size:.875em;font-weight:500;border:1px solid #e0e0e0}.post-content pre{background:#1e1e1e;margin:12px 0;border-radius:8px;overflow:hidden;border:1px solid #333;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);position:relative}.post-content pre::before{content:'';display:block;height:30px;background:linear-gradient(135deg,#2d2d2d 0%,#1e1e1e 100%);border-bottom:1px solid #404040;position:relative}.post-content pre::after{content:'';position:absolute;top:12px;left:12px;width:6px;height:6px;border-radius:50%;background:#6b7280;box-shadow:12px 0 #6b7280,24px 0 #6b7280}.post-content pre code{display:block;background:0 0 !important;padding:1rem;color:#e5e7eb !important;font-size:.875rem;line-height:1.5;font-family:jetbrains mono,fira code,monaco,menlo,monospace;overflow-x:auto;font-weight:400;border:none !important;border-radius:0 !important}.post-content pre code .keyword{color:#ff79c6;font-weight:600}.post-content pre code .string{color:#f1fa8c}.post-content pre code .comment{color:#6272a4;font-style:italic}.post-content pre code .function{color:#50fa7b;font-weight:500}.post-content pre code .number{color:#bd93f9}.post-content pre code .operator{color:#ff79c6}.post-content pre code .variable{color:#8be9fd}.post-content pre code .type{color:#ffb86c}.post-content pre code .constant{color:#bd93f9;font-weight:500}.post-content pre code .tag{color:#ff79c6}.post-content pre code .attribute{color:#50fa7b}.post-content pre code .property{color:#8be9fd}.post-content pre code .punctuation{color:#f8f8f2}.post-content pre code .bracket{color:#f8f8f2}.post-content pre code .builtin{color:#ffb86c;font-weight:500}.post-content pre code .shell-command{color:#50fa7b;font-weight:500}.post-content pre code .shell-path{color:#8be9fd}.post-content pre code .shell-flag{color:#ff79c6}.post-content pre code .regex{color:#f1fa8c}.post-content pre code .url{color:#8be9fd}.code-block-wrapper{position:relative}.copy-button{position:absolute;top:2px;right:2px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:6px 10px;font-size:11px;font-weight:500;color:#9ca3af;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;z-index:10;backdrop-filter:blur(4px)}.copy-button:hover{background:rgba(255,255,255,.15);color:#e5e7eb;border-color:rgba(255,255,255,.3)}.copy-button.copied{background:rgba(34,197,94,.2);border-color:rgba(34,197,94,.4);color:#22c55e}.copy-button svg{width:12px;height:12px;margin-right:4px;vertical-align:-1px}.post-content pre::after{content:'';position:absolute;top:12px;left:12px;width:8px;height:8px;border-radius:50%;background:#ff5f56;box-shadow:14px 0 #ffbd2e,28px 0 #27ca3f}.post-content pre[data-lang]::before{content:attr(data-lang);position:absolute;top:12px;right:16px;font-size:11px;font-weight:500;color:#7d8590;text-transform:uppercase;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}.post-content table{width:100%;border-collapse:collapse;margin:32px 0;border:1px solid #e1e4e8;border-radius:6px;overflow:hidden}.post-content th,.post-content td{border-bottom:1px solid #e1e4e8;padding:12px 16px;text-align:left}.post-content th{background:#f6f8fa;font-weight:600;color:#24292e}.post-content tr:last-child td{border-bottom:none}.post-content .callout{margin:16px 0;padding:16px;border-radius:8px;border-left:4px solid;background:#f8f9fa;font-size:15px;line-height:1.6}.post-content .callout p:last-child{margin-bottom:0}.post-content .callout-title{font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.post-content .callout-note{border-left-color:#3b82f6;background:#eff6ff}.post-content .callout-note .callout-title{color:#1e40af}.post-content .callout-tip{border-left-color:#10b981;background:#ecfdf5}.post-content .callout-tip .callout-title{color:#047857}.post-content .callout-warning{border-left-color:#f59e0b;background:#fffbeb}.post-content .callout-warning .callout-title{color:#b45309}.post-content .callout-danger{border-left-color:#ef4444;background:#fef2f2}.post-content .callout-danger .callout-title{color:#dc2626}.post-content .callout-info{border-left-color:#06b6d4;background:#ecfeff}.post-content .callout-info .callout-title{color:#0891b2}.error-page{display:flex;align-items:center;justify-content:center;min-height:50vh;text-align:center}.error-content{max-width:500px;padding:40px 20px}.yoda-quote{margin-top:30px;margin-bottom:0;padding:20px;background:#f8f9fa;border-left:4px solid #06c;border-radius:8px;max-width:400px;margin-left:auto;margin-right:auto}.quote-text{font-size:16px;color:#333;font-style:italic;line-height:1.5;margin:0 0 10px}.quote-author{font-size:14px;color:#666;font-weight:600;text-align:right;margin:0}.error-code{font-size:120px;font-weight:900;color:#06c;margin:0 0 20px;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1);animation:text-iridescent 8s ease-in-out infinite}.error-message{font-size:32px;font-weight:700;color:#333;margin:0 0 16px;line-height:1.2}.error-description{font-size:18px;color:#666;margin:0 0 32px;line-height:1.5}.error-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:24px 0}.simple-link{display:inline-block;color:#06c;text-decoration:none;font-size:16px;font-weight:500;padding:10px 20px;border:2px solid #06c;border-radius:6px;transition:all .3s ease;background:0 0}@keyframes iridescent{0%{background:linear-gradient(45deg,#ff006e,#8338ec,#3a86ff,#06ffa5,#ffbe0b,#fb5607);background-size:400% 400%;background-position:0}25%{background-position:100%}50%{background-position:100% 100%}75%{background-position:0 100%}100%{background-position:0}}@keyframes text-iridescent{0%{color:#4d79a4}16%{color:#5a7db3}33%{color:#7d5ba8}50%{color:#a6537b}66%{color:#4d9b8e}83%{color:#b5985a}100%{color:#4d79a4}}.simple-link:hover{background:linear-gradient(45deg,#ff006e,#8338ec,#3a86ff,#06ffa5,#ffbe0b,#fb5607);background-size:400% 400%;color:#fff;animation:iridescent 2s ease-in-out infinite;filter:saturate(1.5)}body.hacker-mode{color:#00ff41}body.hacker-mode .container{background:rgba(0,0,0,.8);backdrop-filter:blur(1px);border:1px solid #00ff41;border-radius:8px;box-shadow:0 0 20px rgba(0,255,65,.3)}body.hacker-mode .sidebar-section{background:rgba(0,20,0,.9);border:1px solid #00ff41;box-shadow:0 0 10px rgba(0,255,65,.2)}body.hacker-mode .sidebar-section h3{color:#00ff41;border-bottom-color:#00ff41;text-shadow:0 0 5px #00ff41}body.hacker-mode .post-title{color:#00ff41;text-shadow:0 0 10px #00ff41}body.hacker-mode .post-content h1,body.hacker-mode .post-content h2,body.hacker-mode .post-content h3,body.hacker-mode .post-content h4{color:#00ff41;text-shadow:0 0 5px #00ff41}body.hacker-mode .post-content{color:#cfc}body.hacker-mode .post-content a{color:#6f6;text-shadow:0 0 3px #6f6}body.hacker-mode .post-content a:hover{color:#00ff41;text-shadow:0 0 5px #00ff41}body.hacker-mode .tag-link{background:rgba(0,255,65,.2);color:#00ff41;border-color:#00ff41;text-shadow:0 0 3px #00ff41}body.hacker-mode .tag-link:hover{background:rgba(0,255,65,.4);box-shadow:0 0 10px rgba(0,255,65,.5)}body.hacker-mode .nav-link{color:#00ff41;text-shadow:0 0 3px #00ff41}body.hacker-mode .year-header{color:#00ff41;text-shadow:0 0 5px #00ff41;border-bottom-color:#00ff41}body.hacker-mode .site-title{color:#00ff41;text-shadow:0 0 8px #00ff41}body.hacker-mode .site-header .nav-links a{color:#00ff41;text-shadow:0 0 3px #00ff41}body.hacker-mode .post-content blockquote{background:rgba(0,20,0,.6);border-left-color:#00ff41;color:#cfc;box-shadow:0 0 10px rgba(0,255,65,.1)}body.hacker-mode .post-content table{border-color:#00ff41;background:rgba(0,20,0,.3)}body.hacker-mode .post-content th{background:rgba(0,255,65,.2);color:#00ff41;text-shadow:0 0 3px #00ff41}body.hacker-mode .post-content td{border-color:#00ff41;color:#cfc}.post-navigation{margin:30px 0 20px;padding:15px 0;border-top:2px solid var(--border-color);background:var(--sidebar-bg);border-radius:8px}.post-navigation .nav-links{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:0 15px}.post-navigation .nav-previous{text-align:left}.post-navigation .nav-next{text-align:right}.post-navigation .nav-previous:only-child{grid-column:1}.post-navigation .nav-next:only-child{grid-column:2}.post-navigation .nav-label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.post-navigation .nav-link{display:block;font-size:15px;font-weight:500;color:var(--text-color);text-decoration:none;line-height:1.3;transition:color .2s ease;padding:2px 0;border-radius:4px}.post-navigation .nav-link:hover{color:var(--link-color)}.pagination{display:flex;justify-content:space-between;margin:40px 0;padding:20px 0;border-top:1px solid #eee}.pagination a{text-decoration:none;color:#06c;padding:8px 15px;border:1px solid #ddd;border-radius:3px}.pagination a:hover{background:#f5f5f5}.site-footer{padding-top:20px;border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);font-size:14px}.site-footer .social-links{margin-bottom:15px}.site-footer .social-links a{text-decoration:none;color:var(--text-muted);margin:0 10px;transition:color .3s ease}.site-footer .social-links a:hover{color:var(--text-color)}.print-button{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:4px 8px;font-size:12px;cursor:pointer;color:#666;margin-left:8px;transition:all .2s ease;float:right}.print-button:hover{background:#e9e9e9;border-color:#bbb;color:#333}.print-button:active{background:#ddd}.search-page{max-width:800px;margin:0 auto}.search-form-container{margin:30px 0}.search-form{display:flex;justify-content:center}.search-input-wrapper{display:flex;width:100%;max-width:600px;background:#fff;border:2px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.search-input{flex:1;padding:12px 16px;font-size:16px;border:none;outline:none;background:0 0;color:#333}.search-input:disabled{color:#999;cursor:not-allowed}.search-button{padding:12px 24px;background:#06c;color:#fff;border:none;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s ease}.search-button:hover{background:#0052a3}.search-button:disabled{background:#ccc;cursor:not-allowed}.search-container{margin:20px 0}.search-results{background:#fff;border:1px solid #ddd;border-radius:8px;max-height:500px;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.search-result{padding:20px;border-bottom:1px solid #eee;transition:background .2s ease}.search-result:last-child{border-bottom:none}.search-result:hover{background:#f9f9f9}.search-result-title{margin:0 0 8px;font-size:18px;font-weight:600}.search-result-title a{color:#333;text-decoration:none}.search-result-title a:hover{color:#06c}.search-result-excerpt{margin:0 0 12px;font-size:14px;line-height:1.5;color:#666}.search-result-excerpt mark{background:#ffeb3b;padding:1px 2px;border-radius:2px;font-weight:500}.search-result-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#999}.search-result-date{font-family:monospace;font-weight:500}.search-tags{display:flex;gap:4px;flex-wrap:wrap}.search-tag{background:#f0f0f0;color:#666;padding:2px 6px;border-radius:3px;font-size:11px;font-weight:500}.search-no-results{padding:40px 20px;text-align:center;color:#666;font-size:16px}.search-error{padding:20px;background:#fee;color:#c33;border-radius:4px;text-align:center}.search-help{margin:40px 0;padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #06c}.search-help h3{margin:0 0 12px;font-size:18px;color:#333}.search-help ul{margin:0;padding-left:20px}.search-help li{margin-bottom:8px;color:#666;line-height:1.5}.about-search-delimiter{border:none;border-top:1px solid var(--border-color);margin:16px 0;width:100%}.sidebar-search{position:relative;margin:0 0 12px}.sidebar-search-input{width:100%;padding:8px 12px;font-size:14px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-color);color:var(--text-color);transition:border-color .2s ease}.sidebar-search-input:focus{outline:none;border-color:var(--link-color)}.sidebar-search-input:disabled{background:var(--border-color-light);color:var(--text-muted);cursor:not-allowed}.sidebar-search-results{position:absolute;top:100%;left:0;right:0;background:var(--bg-color);border:1px solid var(--border-color);border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;box-shadow:0 4px 6px var(--shadow);z-index:1000}.sidebar-search-result{padding:8px 12px;border-bottom:1px solid var(--border-color);cursor:pointer;transition:background .2s ease}.sidebar-search-result:last-child{border-bottom:none}.sidebar-search-result:hover{background:var(--sidebar-bg)}.sidebar-search-result-title{font-size:14px;font-weight:500;color:var(--text-color);margin-bottom:2px}.sidebar-search-result-excerpt{font-size:12px;color:var(--text-muted);line-height:1.3}.sidebar-search-result mark{background:var(--highlight-bg);border:1px solid var(--highlight-border);padding:1px 2px;border-radius:2px;font-weight:500}.search-link{margin:0;font-size:12px}.search-link a{color:var(--link-color);text-decoration:none;font-weight:500;transition:color .3s ease}.search-link a:hover{color:var(--link-hover)}@media(max-width:1024px){.layout{gap:30px}.sidebar{width:250px}}@media(max-width:768px){.container{padding:15px}.layout{flex-direction:column;gap:20px}.sidebar{width:100%;order:-1;position:static;height:auto}.sidebar-section{padding:15px;margin-bottom:20px}.site-header nav{flex-direction:column;gap:15px}.site-header .nav-links{gap:12px;flex-wrap:wrap;justify-content:center}.theme-toggle{margin-left:0;margin-top:0}.intro h1{font-size:28px}.intro p{font-size:16px}.year-header{font-size:20px}.year-posts{margin-left:0}.post h1{font-size:28px}.content h1{font-size:24px}.content h2{font-size:20px}.content h3{font-size:18px}.pagination,.post-nav{flex-direction:column;gap:10px}.post-nav .prev,.post-nav .next{margin:0}}@media(max-width:480px){.container{padding:10px}.site-title{font-size:20px}.site-header .nav-links{flex-direction:column;text-align:center;gap:10px}.intro h1{font-size:24px}.post-item h2 a{font-size:18px}.post h1{font-size:24px}}@media print{*{background:#fff !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}@page{margin:2cm;size:A4}.sidebar,.site-header nav,.search-container,.search-results,.sidebar-search,.post-navigation,.pagination,.site-footer,.site-header .nav-links,.copy-button,.search-link,.social-links,.recent-posts,.tag-cloud,.connect,.sidebar-section,.header-search,.search-form,.search-help,.back-to-tags,.error-actions,script,noscript{display:none !important}.container{max-width:none !important;margin:0 !important;padding:0 !important}.layout{display:block !important;margin:0 !important;gap:0 !important}.content{width:100% !important;margin:0 !important;padding:0 !important}.site-header{border-bottom:2px solid #000 !important;margin-bottom:1cm !important;padding-bottom:.5cm !important}.site-title{font-size:24pt !important;font-weight:700 !important;color:#000 !important;text-decoration:none !important;animation:none !important}.site-author{font-size:12pt !important;color:#000 !important;font-style:italic !important;display:block !important;margin-top:.2cm !important}body{font-family:times new roman,Times,serif !important;font-size:12pt !important;line-height:1.4 !important;color:#000 !important}h1,h2,h3,h4,h5,h6{page-break-after:avoid !important;font-weight:700 !important;color:#000 !important;margin-top:1cm !important;margin-bottom:.5cm !important}h1{font-size:18pt !important;border-bottom:2px solid #000 !important;padding-bottom:.2cm !important}h2{font-size:16pt !important;border-bottom:1px solid #000 !important;padding-bottom:.1cm !important}h3{font-size:14pt !important}h4,h5,h6{font-size:12pt !important}.post{margin:0 !important;max-width:none !important}.post-header{margin-bottom:1cm !important;padding-bottom:.5cm !important;border-bottom:1px solid #000 !important}.post-title{font-size:20pt !important;font-weight:700 !important;line-height:1.2 !important;margin-bottom:.5cm !important;color:#000 !important;page-break-after:avoid !important}.post-meta{font-size:10pt !important;color:#000 !important;margin-bottom:.5cm !important;display:block !important}.post-date{font-weight:700 !important}.post-tags{display:inline !important;margin-left:1em !important}.post-tags::before{content:"Tags: " !important;font-weight:700 !important}.tag-link{color:#000 !important;text-decoration:none !important}.tag-link::after{content:" " !important}p{margin-bottom:.5cm !important;text-align:justify !important;orphans:3 !important;widows:3 !important}ul,ol{margin:.5cm 0 !important;padding-left:1cm !important}li{margin-bottom:.2cm !important;page-break-inside:avoid !important}a{color:#000 !important;text-decoration:underline !important}a[href]:after{content:" (" attr(href)")" !important;font-size:10pt !important;color:#666 !important}a[href^="#"]:after,a[href^="/"]:after{content:"" !important}pre{background:#f5f5f5 !important;border:1px solid #000 !important;padding:.5cm !important;margin:.5cm 0 !important;font-family:courier new,Courier,monospace !important;font-size:10pt !important;line-height:1.2 !important;page-break-inside:avoid !important;white-space:pre-wrap !important;word-wrap:break-word !important}pre::before,pre::after{display:none !important}code{font-family:courier new,Courier,monospace !important;font-size:10pt !important;background:#f5f5f5 !important;padding:.1cm !important;border:1px solid #ccc !important;color:#000 !important}table{border-collapse:collapse !important;width:100% !important;margin:.5cm 0 !important;page-break-inside:avoid !important}th,td{border:1px solid #000 !important;padding:.2cm !important;text-align:left !important;font-size:11pt !important}th{background:#f0f0f0 !important;font-weight:700 !important}blockquote{margin:.5cm 1cm !important;padding:.3cm !important;border-left:3px solid #000 !important;font-style:italic !important;background:#f9f9f9 !important;page-break-inside:avoid !important}img{max-width:100% !important;height:auto !important;page-break-inside:avoid !important;display:block !important;margin:.5cm auto !important}.page-break{page-break-before:always !important}.post-header,.post-title,.callout,.notice,.search-page,.intro{page-break-inside:avoid !important}.callout,.notice{border:2px solid #000 !important;padding:.5cm !important;margin:.5cm 0 !important;background:#f9f9f9 !important;page-break-inside:avoid !important}.callout-title{font-weight:700 !important;font-size:12pt !important;margin-bottom:.2cm !important}.year-group{page-break-inside:avoid !important;margin-bottom:1cm !important}.year-header{font-size:16pt !important;font-weight:700 !important;border-bottom:1px solid #000 !important;padding-bottom:.1cm !important;margin-bottom:.5cm !important}.post-item{margin-bottom:.2cm !important;page-break-inside:avoid !important}.post-item time{font-family:courier new,Courier,monospace !important;font-weight:700 !important;margin-right:.5cm !important}.no-print{display:none !important}.print-only{display:block !important;page-break-before:avoid !important;margin-top:1cm !important}.print-footer{position:fixed !important;bottom:0 !important;left:0 !important;right:0 !important;text-align:center !important;font-size:10pt !important;border-top:1px solid #000 !important;padding-top:.2cm !important;background:#fff !important}.print-url:after{content:"URL: " attr(data-url) !important;font-size:10pt !important;color:#666 !important;display:block !important;margin-top:.5cm !important;text-align:center !important}}