:root{--bg: #f6f8fa;--surface: #ffffff;--surface-soft: #eaf2f6;--text: #17212b;--muted: #5f6f7b;--line: #d8e2e8;--accent: #1f6f8b;--accent-dark: #123b55;--accent-soft: #d7edf5;--warm: #b9793b;--shadow: 0 18px 48px rgba(23, 33, 31, .09)}body{--accent: var(--color-main, #0f766e);--accent-dark: var(--color-main, #115e59);--warm: var(--color-accent-user, #f59e0b);--bg: var(--color-bg-user, #f8faf7)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.8;color:var(--text);background:var(--bg)}body.theme-dark{--bg: #101817;--surface: #182321;--surface-soft: #14201e;--text: #edf7f4;--muted: #b7c8c3;--line: #2d3d39}body.theme-reading,body.theme-articles{background:linear-gradient(rgba(var(--theme-bg-rgb),calc(var(--theme-bg-opacity) * .45)),rgba(var(--theme-bg-rgb),calc(var(--theme-bg-opacity) * .45))),var(--bg)}body.theme-reading{--surface-soft: #e7f1f6;--text: #142332;--muted: #526776;--line: #cddde7;--accent: #1b6f8f;--accent-dark: #0d354f;--accent-soft: #d4edf6}body.theme-articles{--surface-soft: #fbf1e4;--text: #2c241f;--muted: #766558;--line: #ead9c4;--accent: #a55f2a;--accent-dark: #6f3d1f;--accent-soft: #f7dfc4}a{color:inherit}.container{width:min(1080px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(20px,calc((100vw - 1080px)/2));background:#f8faf7eb;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;color:#fff;background:var(--accent);border-radius:8px}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;color:var(--muted);font-size:14px;font-weight:700}.site-nav a{text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{color:var(--accent-dark)}.section-search{position:relative;max-width:760px}.section-search input{width:100%;min-height:58px;padding:0 18px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:8px;font:inherit;font-size:18px;box-shadow:0 10px 28px #17211f0f}.section-search input:focus{border-color:var(--accent);outline:3px solid rgba(15,118,110,.16)}.search-results{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:grid;width:min(760px,100%);max-height:min(520px,calc(100vh - 110px));overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.search-result{display:grid;gap:2px;padding:12px 14px;text-decoration:none;border-bottom:1px solid var(--line)}.search-result:last-child{border-bottom:0}.search-result:hover,.search-result:focus-visible{background:var(--surface-soft)}.search-result span{color:var(--accent-dark);font-size:12px;font-weight:800}.search-result strong{line-height:1.45}.search-result small,.search-empty{color:var(--muted)}.search-result small{line-height:1.5}.search-empty{margin:0;padding:12px 14px;font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero,.post-hero,.reading-hero{padding:72px 0 56px;background:linear-gradient(120deg,#1f6f8b21,#b8793b1c),var(--surface-soft);border-bottom:1px solid var(--line)}body.theme-reading .hero,body.theme-reading .post-hero,body.theme-reading .reading-hero,body.theme-articles .hero,body.theme-articles .post-hero,body.theme-articles .reading-hero{background:linear-gradient(120deg,rgba(var(--theme-bg-rgb),var(--theme-bg-opacity)),rgba(var(--theme-bg-rgb),calc(var(--theme-bg-opacity) * .5))),var(--theme-bg-base)}.reading-hero{background:linear-gradient(120deg,#0d354f2b,#2a9db71f),#e8f2f7}body.theme-articles .hero,body.theme-articles .post-hero{background:linear-gradient(120deg,#a55f2a21,#faefe1eb),#fbf1e4}.hero-grid,.post-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:32px;align-items:center}.post-hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr)}.post-hero-content{max-width:860px}.breadcrumb-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;color:var(--muted);font-size:14px;font-weight:800}.breadcrumb-nav a{color:var(--accent-dark);text-decoration:none}.breadcrumb-nav span[aria-current=page]{min-width:0;overflow-wrap:anywhere;color:var(--muted)}.breadcrumb-nav a:hover,.breadcrumb-nav a:focus-visible{text-decoration:underline}.eyebrow{margin:0 0 10px;color:var(--accent-dark);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:22px;font-size:clamp(34px,6vw,var(--font-size-h1-user, 68px));line-height:1.12;letter-spacing:0}.lead{max-width:700px;margin-bottom:26px;color:#3f4d49;font-size:19px}.hero-actions,.post-meta{display:flex;flex-wrap:wrap;gap:12px}.post-actions{margin-top:18px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;font-weight:800;text-decoration:none}.button.primary{color:#fff;background:var(--accent)}.button.secondary{color:var(--accent-dark);background:#fff;border:1px solid var(--line)}.hero-panel,.note-panel{padding:24px;background:#ffffffc7;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.hero-panel dl{display:grid;gap:18px;margin:0}.hero-panel dt{color:var(--muted);font-size:13px;font-weight:800}.hero-panel dd{margin:4px 0 0;font-weight:700}.section{padding:calc(56px * var(--spacing-scale-user, 1)) 0}.section-heading{margin-bottom:20px}h2{margin-bottom:0;font-size:clamp(26px,4vw,38px);line-height:1.25;letter-spacing:0}.article-grid,.category-grid,.section-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.section-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-card-grid[data-card-count="1"]{grid-template-columns:minmax(0,760px)}.section-card-grid[data-card-count="1"] .section-card{min-height:300px;padding:32px}.section-card-grid[data-card-count="1"] .tag{min-height:34px;padding:0 14px;font-size:15px}.section-card-grid[data-card-count="1"] .section-card h3{font-size:28px}.section-card-grid.system-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section-card-grid.system-grid[data-card-count="1"]{grid-template-columns:minmax(0,760px)}.system-filter{max-width:760px;margin:0 0 22px}.system-filter input{width:100%;min-height:58px;padding:0 18px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:8px;font:inherit;font-size:18px;box-shadow:0 10px 28px #17211f0f}.system-filter input:focus{border-color:var(--accent);outline:3px solid rgba(15,118,110,.16)}.article-card,.section-card{min-height:240px;padding:calc(24px * var(--spacing-scale-user, 1));background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card-user, 8px);box-shadow:0 10px 28px #17211f0f}.article-card a,.section-card{display:grid;height:100%;text-decoration:none}.article-card:hover,.section-card:hover{transform:translateY(-2px);border-color:#bdd8d2;transition:transform .18s ease,border-color .18s ease}.article-card h3,.section-card h3{margin:14px 0 10px;font-size:21px;line-height:1.45;letter-spacing:0}.article-card h3:first-child,.section-card h3:first-child{margin-top:0}.article-card p,.section-card p{color:var(--muted)}.article-card time{align-self:end;color:var(--muted);font-size:14px;font-weight:700}.article-sort{display:flex;gap:8px;margin:0 0 18px;flex-wrap:wrap}.article-sort button{min-height:40px;padding:0 14px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:6px;font:inherit;font-weight:700;cursor:pointer}.article-sort button[aria-pressed=true]{color:#fff;background:var(--accent);border-color:var(--accent)}.system-card .card-count{align-self:end;color:var(--muted);font-size:14px;font-weight:800}.reading-card{border-color:#bdd9e5;background:linear-gradient(180deg,#fff,#f2f8fb)}body.theme-articles .article-card,body.theme-articles .section-card{background:linear-gradient(180deg,#fff,#fff8ef);border-color:#ead9c4}.system-card.is-empty{color:var(--muted);background:#f2f5f6;border-color:#dfe7eb;box-shadow:none;opacity:.72}.system-card.is-empty:hover{transform:none;border-color:#dfe7eb}.system-card.is-empty .tag{color:#687783;background:#e8edf0}.section-card-grid[data-card-count="1"] .life-log-card{display:flex;align-items:center;gap:18px;min-height:auto;padding:18px 28px}.life-log-card-text{flex:1}.life-log-card-text .eyebrow{margin:0 0 4px}.section-card-grid[data-card-count="1"] .life-log-card h2{margin:0;font-size:21px}.life-log-card .card-count{flex-shrink:0}.tag{display:inline-flex;width:fit-content;align-items:center;min-height:28px;padding:0 10px;color:var(--accent-dark);background:var(--accent-soft);border-radius:999px;font-size:13px;font-weight:800}.grouped-articles{display:grid;gap:34px}.article-group{padding-top:10px}.group-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--line)}.group-heading h3{margin:0;font-size:24px}.group-heading span{color:var(--muted);font-size:14px;font-weight:800}.post-meta span,.post-meta time{display:inline-flex;min-height:30px;align-items:center;padding:0 10px;color:var(--muted);background:#ffffffb8;border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:800}.post-body{max-width:var(--content-width-user, 780px);padding:46px 0 64px}.post-body p,.post-body li{color:#33413e;font-size:var(--font-size-body-user, 18px)}body.theme-dark .post-body p,body.theme-dark .post-body li{color:#d8e7e2}.text-red{color:#d92d20;font-weight:700}.text-small{color:var(--muted);font-size:.9em}.image-caption{display:block;color:var(--muted);font-size:.88em;text-align:center}.post-body h2{margin:40px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--line);font-size:28px}.post-body ol,.post-body ul{padding-left:1.4em;margin:14px 0 22px}.post-body li{margin:9px 0;padding-left:2px}.post-body img{display:block;max-width:100%;height:auto;margin:24px auto;border-radius:8px}.policy-note{margin:32px 0;padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:#ffffffc2}.policy-note p{margin:0;font-size:15px}.post-neighbors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:36px 0 0}.post-neighbors a{display:grid;gap:4px;min-height:86px;padding:16px;text-decoration:none;background:var(--surface);border:1px solid var(--line);border-radius:8px}.post-neighbors a:hover,.post-neighbors a:focus-visible{border-color:var(--accent)}.post-neighbors span{color:var(--muted);font-size:13px;font-weight:800}.post-neighbors strong{line-height:1.45}.comments-section{margin-top:48px;padding-top:28px;border-top:1px solid var(--line)}.comments-heading p{color:var(--muted)}.comments-placeholder{padding:20px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px}.comments-placeholder p{margin-bottom:0}.about-copy{display:grid;gap:14px}.about-copy p{margin-bottom:0}.footer{padding:28px 20px;color:var(--muted);text-align:center;font-size:14px}@media(max-width:820px){.site-header,.hero-grid,.post-hero-grid{display:block}.site-nav{justify-content:flex-start;margin-top:12px}.hero,.post-hero,.reading-hero{padding:48px 0 36px}.hero-panel{margin-top:28px}.article-grid,.category-grid,.section-card-grid,.section-card-grid.system-grid,.post-neighbors{grid-template-columns:1fr}}@media(max-width:520px){.container{width:min(100% - 28px,1080px)}.site-header{padding:12px 14px}.hero-actions .button{width:100%}.article-card,.section-card,.hero-panel{padding:20px}}
