:root{--radius:14px;--radius-sm:10px;--bg:#d8e6f3;--text:#102338;--text-muted:#324a63;--heading:#0c2138;--nav-bg:rgba(34, 76, 101, 0.9);--nav-bg-strong:rgba(24, 60, 83, 0.96);--surface:rgba(255, 255, 255, 0.93);--surface-soft:rgba(243, 248, 253, 0.95);--border:rgba(19, 51, 72, 0.24);--link:#1f5f9a;--link-hover:#174d7f;--focus:#2b7bc3;--shadow:0 16px 34px rgba(4, 16, 28, 0.22)}html.dark{--bg:#0b1824;--text:#edf4ff;--text-muted:#c4d4e7;--heading:#f4f9ff;--nav-bg:rgba(24, 54, 76, 0.9);--nav-bg-strong:rgba(16, 40, 58, 0.97);--surface:rgba(7, 17, 28, 0.9);--surface-soft:rgba(11, 23, 36, 0.93);--border:rgba(214, 231, 255, 0.2);--link:#8cc5ff;--link-hover:#b5daff;--focus:#5ea8ee;--shadow:0 16px 36px rgba(0, 0, 0, 0.45)}@media(prefers-color-scheme:dark){html:not(.light){--bg:#0b1824;--text:#edf4ff;--text-muted:#c4d4e7;--heading:#f4f9ff;--nav-bg:rgba(24, 54, 76, 0.9);--nav-bg-strong:rgba(16, 40, 58, 0.97);--surface:rgba(7, 17, 28, 0.9);--surface-soft:rgba(11, 23, 36, 0.93);--border:rgba(214, 231, 255, 0.2);--link:#8cc5ff;--link-hover:#b5daff;--focus:#5ea8ee;--shadow:0 16px 36px rgba(0, 0, 0, 0.45)}}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;color:var(--text);font-family:segoe ui,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;line-height:1.68;background-color:var(--bg);background-image:url(/images/bg-image.JPG);background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:fixed}.wrapper{width:96vw;max-width:980px;margin-right:auto;margin-left:auto;padding-right:16px;padding-left:16px}a{color:var(--link);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--link-hover)}a:focus,.menu .menu-link:focus,#mode:focus{outline:3px solid var(--focus);outline-offset:2px}h1,h2,h3,h4,h5,h6,strong,b{color:var(--heading);font-weight:600}.navbar{width:96vw;max-width:980px;margin:8px auto 0;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--nav-bg);box-shadow:var(--shadow);overflow:hidden;position:sticky;top:8px;z-index:50}.navbar .menu{display:flex;align-items:center;width:100%}.navbar .logo{display:inline-flex;align-items:center;margin:0;padding:8px 10px;background:rgba(14,38,56,.42)}.navbar .logo .logo-image{display:block;height:54px;width:auto;max-width:330px}.navbar .trigger{display:flex;align-items:center;margin-left:auto;padding-right:8px;gap:10px}.navbar .trigger-container{list-style:none;display:flex;align-items:center;margin:0;padding:0;gap:2px}.menu .menu-link{display:inline-flex;align-items:center;color:#f4f9ff;text-decoration:none;font-weight:500;font-size:.95rem;line-height:1.2;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);padding:9px 11px}.menu .menu-link:hover,.menu .menu-link.active{background:rgba(255,255,255,.28);border-color:rgba(255,255,255,.35);color:#fff}#mode{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.18);color:#fff;text-decoration:none;font-size:1rem}#mode .mode-sunny{display:none}html.dark #mode .mode-sunny{display:inline}html.dark #mode .mode-moon{display:none}@media(prefers-color-scheme:dark){html:not(.light) #mode .mode-sunny{display:inline}html:not(.light) #mode .mode-moon{display:none}}.list-page,.wrapper.post{margin-top:18px}.header{margin:0 0 14px}.header .header-title{margin:0;font-size:1.75rem;line-height:1.22}.wrapper.post article,.post-item,.post-nav,.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.wrapper.post article{padding:18px 20px}.header .header-inner{display:flex;align-items:center;gap:16px}.header .header-logo{display:block;width:120px;height:auto;border-radius:12px;border:1px solid var(--border);background:var(--surface-soft);padding:4px}.header .header-content{display:flex;flex-direction:column;gap:8px;min-width:0}.header .header-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px}.header .post-meta,.meta__reading-time,.post-item .post-item-date,.post-nav .post-nav-item .nav-arrow,.footer_copyright{color:var(--text-muted)}.taxonomy-links{display:flex;flex-wrap:wrap;gap:6px}.tax-pill{display:inline-block;font-size:.78rem;font-weight:500;line-height:1;color:var(--text);text-decoration:none;border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;padding:6px 9px}.tax-pill:hover,.tax-pill:focus{color:var(--link-hover);border-color:var(--link)}.tax-pill--section{background:var(--nav-bg);color:#fff}.page-content{color:var(--text)}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{color:var(--heading);font-weight:600;margin-top:1.5rem;margin-bottom:.35rem;line-height:1.3}.page-content p{margin:0;padding:8px 0}.page-content ul,.page-content ol{margin:8px 0 12px 20px}.page-content blockquote{margin:14px 0;padding:6px 0 6px 12px;color:var(--text-muted);border-left:4px solid var(--link);background:var(--surface-soft);border-radius:0 8px 8px 0}.page-content pre{overflow-x:auto;background:#07131f;color:#e8f1fc;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.15);padding:10px 12px}.page-content code{font-family:Consolas,Monaco,monospace}.page-content p code,.page-content li code{background:var(--surface-soft);border:1px solid var(--border);border-radius:5px;padding:1px 5px}.list-main{display:grid;gap:10px}.post-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px}.post-item-body{display:flex;flex-direction:column;gap:8px;min-width:0}.post-item .post-item-title{margin:0;font-size:1rem;font-weight:500}.post-item .post-item-title a{color:var(--heading);text-decoration:none}.post-item .post-item-title a:hover,.post-item .post-item-title a:focus{color:var(--link-hover);text-decoration:underline}.empty-state{margin:0;padding:14px}.post-nav{margin-top:14px;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px}.post-nav .post-nav-item{color:var(--heading);font-weight:500;text-decoration:none}.post-nav .post-nav-item:hover,.post-nav .post-nav-item:focus{color:var(--link-hover)}.taxonomy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.taxonomy-card{display:grid;gap:6px;text-decoration:none;color:var(--heading);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 14px}.taxonomy-card:hover,.taxonomy-card:focus{border-color:var(--link)}.taxonomy-name{font-weight:600}.taxonomy-count{font-size:.9rem;color:var(--text-muted)}.footer{margin-top:42px;margin-bottom:20px;text-align:center}.footer .footer_item{color:var(--heading);font-weight:500}@media(max-width:780px){.navbar{margin-top:0;border-radius:0;border-left:0;border-right:0;top:0}.navbar .menu{flex-direction:column;align-items:stretch}.navbar .logo{justify-content:center}.navbar .trigger{margin-left:0;padding:6px 8px 8px;justify-content:space-between;width:100%}.navbar .trigger-container{flex-wrap:wrap}.header .header-inner{flex-direction:column;align-items:flex-start;gap:10px}.header .header-title{font-size:1.48rem}.header .header-logo{width:100px}.wrapper.post article{padding:14px}.post-item{flex-direction:column;align-items:flex-start}.post-nav{flex-direction:column;align-items:stretch}}