:root{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-soft: #eef2ff;--text: #0f172a;--muted: #475569;--border: #cbd5e1;--primary: #2563eb;--primary-soft: #dbeafe;--max-width: 1180px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text)}body{line-height:1.7;min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{border-bottom:1px solid var(--border);background:#ffffffeb;backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}.site-header__stack{display:grid;gap:.75rem;padding:1rem 0}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-nav{display:flex;gap:1rem;flex-wrap:wrap}.site-search,.search-form{display:flex;gap:.75rem;flex-wrap:wrap}.site-search{align-items:center}.site-search input,.search-form input{flex:1 1 260px;min-width:0;padding:.8rem .95rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font:inherit}.site-search button,.search-form button{border:0;border-radius:12px;padding:.8rem 1rem;background:var(--primary);color:#fff;font:inherit;cursor:pointer}.site-search button:hover,.search-form button:hover{filter:brightness(.95)}.site-category-nav{display:flex;gap:.75rem;flex-wrap:wrap}.site-category-nav a{display:inline-flex;align-items:center;padding:.35rem .8rem;border-radius:999px;background:var(--surface-soft);color:var(--primary);font-size:.94rem}.site-category-nav a:hover{text-decoration:none;filter:brightness(.97)}.hero,.panel,.article-card,.sidebar,.related-posts,.category-section{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 25px #0f172a0d}.hero{padding:2.5rem;margin:2rem 0}main.container{flex:1}.hero h1,.page-title,.article-title{margin-top:0;line-height:1.15}.hero p,.page-intro,.article-excerpt,.meta-list,.section-note{color:var(--muted)}.grid{display:grid;gap:1.5rem}.search-results{display:grid;gap:1rem}.calendar-months{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.calendar-month{border:1px solid var(--border);border-radius:16px;padding:1rem;background:var(--surface)}.calendar-month h3{margin:0 0 .9rem}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.calendar-weekdays{margin-bottom:.5rem;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.calendar-day{min-height:84px;border:1px solid var(--border);border-radius:14px;padding:.55rem;background:var(--bg);display:grid;align-content:space-between;gap:.35rem}.calendar-day--active{background:var(--primary-soft);border-color:#2563eb40}.calendar-day--active:hover{text-decoration:none;filter:brightness(.98)}.calendar-day--empty{border:0;background:transparent;min-height:0;padding:0}.calendar-day__number{font-weight:600}.calendar-day__count{color:var(--muted);font-size:.82rem;line-height:1.35}.search-result-card h2{margin:0 0 .75rem}.search-form--page{max-width:720px}.grid--cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;align-items:start;margin:2rem 0 3rem}.article-card,.sidebar,.related-posts,.category-section,.article-shell{padding:1.5rem}.article-shell{background:var(--surface);border:1px solid var(--border);border-radius:18px}.cover-image,.article-cover{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:14px;margin-bottom:1rem;background:var(--surface-soft)}.article-meta,.tag-list,.breadcrumbs{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;margin:0 0 1rem;list-style:none;color:var(--muted)}.tag{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.92rem}a.tag:hover{text-decoration:none;filter:brightness(.96)}.sidebar h2,.related-posts h2,.category-section h2,.article-shell h2,.article-shell h3{line-height:1.25}.sidebar ul,.related-posts ul,.category-group ul{padding-left:1.1rem}.section-stack{display:grid;gap:1rem}.article-shell :where(h2,h3){margin-top:2rem}.article-shell :where(p,ul,ol,blockquote){margin:1rem 0}.article-shell blockquote{margin-left:0;padding:1rem 1.25rem;border-left:4px solid var(--primary);background:var(--surface-soft)}.footer-note{color:var(--muted);font-size:.95rem;margin:.35rem 0 0}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:3rem}.site-footer__inner{padding:1.25rem 0 2rem;align-items:flex-start}.footer-copy{max-width:680px}.footer-link-groups{display:flex;gap:2rem;flex-wrap:wrap}.footer-nav{display:grid;gap:.45rem;min-width:180px}.footer-nav__title{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.blocked-external-link{color:var(--muted);text-decoration:line-through}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:960px){.article-layout{grid-template-columns:1fr}.site-search,.search-form{width:100%}.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.footer-link-groups{width:100%}}
