.calendar-card{width:100%;padding:.9rem;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 8px 20px #1111110a;font-size:.875rem}.calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.calendar-header strong{flex:1;color:#222;font-size:.95rem;line-height:1.3;text-align:center}.calendar-nav,.calendar-today,.calendar-day{appearance:none;border:0;background:transparent;color:#333;font:inherit;cursor:pointer}.calendar-nav{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;padding:0;border-radius:6px;font-size:1.35rem;line-height:1}.calendar-today{display:inline-block;padding:.15rem .4rem;margin-top:.3rem;border-radius:6px;color:#666;font-size:.75rem}.calendar-nav:hover,.calendar-today:hover{background:#f3f4f6}.calendar-day:hover{background:#eee}.calendar-nav:focus-visible,.calendar-today:focus-visible,.calendar-day:focus-visible{outline:2px solid #222;outline-offset:2px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.calendar-weekdays{margin:.6rem 0 .35rem;color:#777;font-size:.7rem;text-align:center}.calendar-day{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;aspect-ratio:1 / 1;padding:.2rem;border:0;border-radius:8px;background:#eee;color:#222;text-align:center}.calendar-day.is-selected{background:#ffd8d5;font-weight:700}.calendar-day.is-today{background:#ffaaa6;font-weight:700}.calendar-day.is-today:hover{background:#ffaaa6}.calendar-day.is-outside{opacity:.3}.calendar-solar{display:block;line-height:1.1}.calendar-selected{min-height:1rem;margin:.65rem 0 0;color:#666;font-size:.72rem;line-height:1.4}@media(max-width:640px){.calendar-card{max-width:280px;margin-right:auto;margin-left:auto}}.home[data-astro-cid-j7pv25f6]{max-width:1080px;padding-top:72px;padding-bottom:72px}.home-layout[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:minmax(0,760px) 260px;gap:2rem;align-items:start}.home-main[data-astro-cid-j7pv25f6]{min-width:0}.home-aside[data-astro-cid-j7pv25f6]{position:sticky;top:5rem;min-width:0}.hero[data-astro-cid-j7pv25f6]{margin-bottom:64px}h1[data-astro-cid-j7pv25f6]{margin:0 0 16px;font-size:48px;line-height:1.1}.hero[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{max-width:560px;color:#555;font-size:20px;line-height:1.7;transform:translateY(-2px)}a[data-astro-cid-j7pv25f6]{font-weight:700}.hero-links[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.section[data-astro-cid-j7pv25f6]{margin-top:56px}.section-header[data-astro-cid-j7pv25f6]{display:flex;align-items:baseline;justify-content:space-between;gap:16px}h2[data-astro-cid-j7pv25f6]{margin:0 0 20px;font-size:28px}.section-header[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{margin-bottom:0}.post-list[data-astro-cid-j7pv25f6],.topic-list[data-astro-cid-j7pv25f6]{list-style:none;padding:0;margin:24px 0 0}.post-list[data-astro-cid-j7pv25f6]{display:grid;gap:16px}.post-item[data-astro-cid-j7pv25f6]{padding:20px}.post-list[data-astro-cid-j7pv25f6] .post-item[data-astro-cid-j7pv25f6]:nth-child(2){animation-delay:90ms}.post-list[data-astro-cid-j7pv25f6] .post-item[data-astro-cid-j7pv25f6]:nth-child(3){animation-delay:.18s}.post-item[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{margin:0 0 8px;font-size:22px}.post-item[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{color:inherit;text-decoration:none}.post-item[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{text-decoration:underline}.post-item[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6],.about-entry[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{margin:0 0 12px;color:#555}.topic-list[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.topic-list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]{padding:14px 16px;background:#fff;border:1px solid #ddd;border-radius:8px;color:#333;font-weight:700}.empty[data-astro-cid-j7pv25f6]{margin-top:24px;padding:20px;color:#555}.about-entry[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{display:inline-block}@keyframes home-title-in{0%{opacity:0}to{opacity:1}}@keyframes home-intro-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(-2px)}}@keyframes post-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{animation:home-title-in .42s ease-out both}.hero[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{animation:home-intro-in .42s ease-out 80ms both}.post-list[data-astro-cid-j7pv25f6] .post-item[data-astro-cid-j7pv25f6]{animation:post-card-in .36s ease-out both}}@media(max-width:1080px){.home[data-astro-cid-j7pv25f6]{max-width:760px}.home-layout[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}.home-aside[data-astro-cid-j7pv25f6]{position:static}}@media(max-width:640px){.home[data-astro-cid-j7pv25f6]{padding-top:48px;padding-bottom:56px}.hero[data-astro-cid-j7pv25f6]{margin-bottom:48px}.section[data-astro-cid-j7pv25f6]{margin-top:44px}.section-header[data-astro-cid-j7pv25f6]{align-items:flex-start;flex-direction:column;gap:8px}.topic-list[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}}
