@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;700&display=swap";:root{--bg:#f8f7ff;--surface:#ffffff;--surface-2:#eceaff;--line:#d8d4f1;--ink:#24213a;--muted:#676180;--accent:#5e3bea;--accent-2:#008b8b;--shadow:0 16px 40px rgba(52,46,102,.1);--radius:20px;--max-width:1140px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fbfbff,#f0efff);line-height:1.72}a{color:var(--accent);text-decoration:none}a:hover{color:#3f26b7}h1,h2,h3,h4{font-family:Fraunces,serif;line-height:1.08;margin:0;color:#31295d}img{max-width:100%;display:block}.site-nav{position:sticky;top:0;z-index:100;background:#f8f7ffeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-logo{font-family:Fraunces,serif;font-size:1.9rem;font-weight:700;color:#352c66}.nav-links{list-style:none;display:flex;gap:18px;margin:0;padding:0}.nav-links a{font-size:.9rem;letter-spacing:.04em;color:var(--muted)}.mobile-toggle{display:none;background:none;border:none;font-size:1.45rem;color:var(--accent)}.site-content{max-width:var(--max-width);margin:0 auto;padding:30px 22px 58px}.hero-section{background:linear-gradient(135deg,#fff,#eef0ff 55%,#e9fbfb);border:1px solid var(--line);border-radius:30px;padding:56px 30px;box-shadow:var(--shadow);margin-bottom:28px;position:relative}.hero-section:after{content:"collective notes";position:absolute;right:24px;bottom:20px;font-size:.86rem;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.hero-section h1{font-size:clamp(3rem,6.8vw,5rem);margin-bottom:12px}.hero-section .tagline{max-width:700px;font-size:1.08rem;color:#59547a}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(295px,1fr));gap:22px}.post-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.post-card-body{padding:22px}.post-card-date{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.post-card-body h2{font-size:1.75rem;margin-bottom:10px}.post-card-excerpt{margin-bottom:14px;color:#595479}.post-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.post-card-categories{display:flex;gap:8px;flex-wrap:wrap}.category-pill,.post-tags a{padding:5px 10px;border-radius:999px;background:#f0efff;color:#4d3eb8;font-size:.74rem}.read-more-link{font-weight:700}article.single-post{max-width:790px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px 30px;box-shadow:var(--shadow)}.post-header,.archive-header{text-align:left;margin-bottom:26px;padding-bottom:16px;border-bottom:1px solid var(--line)}.post-header h1,.archive-header h1{font-size:clamp(2.2rem,5vw,3.5rem)}.post-content h2{font-size:1.95rem;margin:28px 0 10px}.post-content h3{font-size:1.45rem;margin:24px 0 10px}.post-content p,.post-content ul,.post-content ol{margin:0 0 16px}.post-content blockquote{margin:22px 0;padding:18px 20px;background:#f3f2ff;border-left:4px solid var(--accent);border-radius:0 16px 16px 0}.about-content{max-width:760px;margin:0 auto;background:var(--surface);border:1px solid var(--line);padding:28px;border-radius:24px}.author-photo-placeholder{width:150px;height:150px;border-radius:24px;background:linear-gradient(135deg,#eeecff,#e7fbfb);display:grid;place-items:center;font-size:3.2rem;margin:0 0 20px}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:30px}.pagination a,.pagination span{min-width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;background:#fff}.pagination .current{background:var(--accent);color:#fff;border-color:var(--accent)}.site-footer{text-align:center;color:var(--muted);padding:28px 18px 36px}@media(max-width:760px){.mobile-toggle{display:block}.nav-inner{flex-wrap:wrap}.nav-links{display:none;width:100%;flex-direction:column;padding-top:10px}.nav-links.open{display:flex}.hero-section{padding:42px 22px}}
