:root{--brand-purple:#4a1a4a;--light-purple:#e8dce8;--lighter-purple:#f3eef3;--body-bg:#574a49;--neutral-bg:#f8f8f8;--white:#ffffff;--text-dark:#333333;--text-muted:#666666}*,*::before,*::after{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--body-bg);min-height:100vh}.page-container{max-width:1024px;margin:1rem auto;background-color:var(--white);box-shadow:0 0 20px rgba(0,0,0,5%)}img{max-width:100%;height:auto}a{color:var(--brand-purple);text-decoration:none}a:hover{text-decoration:underline}.site-header{padding:1rem 2rem;background:#fff}.header-content{display:flex;align-items:center;justify-content:space-between;position:relative}.site-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.site-logo:hover{text-decoration:none}.site-logo img{height:32px;width:auto}.site-logo span{font-family:Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--brand-purple);letter-spacing:.02em}.nav-toggle-checkbox{display:none}.nav-toggle-label{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:100}.nav-toggle-label span{display:block;height:2px;background-color:var(--brand-purple);border-radius:2px;transition:all .3s ease}.nav-toggle-checkbox:checked+.nav-toggle-label span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.nav-toggle-checkbox:checked+.nav-toggle-label span:nth-child(2){opacity:0}.nav-toggle-checkbox:checked+.nav-toggle-label span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.site-nav{position:absolute;top:100%;right:0;background-color:var(--white);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:.5rem 0;min-width:150px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99}.nav-toggle-checkbox:checked~.site-nav{opacity:1;visibility:visible;transform:translateY(5px)}.site-nav a{display:block;color:var(--brand-purple);text-decoration:none;font-size:.95rem;font-weight:500;padding:.6rem 1.25rem;transition:background-color .2s ease}.site-nav a:hover{background-color:var(--lighter-purple);text-decoration:none}.site-nav a.active{background-color:var(--lighter-purple)}.main{min-height:calc(100vh - 200px)}.site-footer{padding:2rem;text-align:center;background:linear-gradient(180deg,var(--white) 0%,var(--lighter-purple) 100%)}.social-links{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.social-link{display:flex;align-items:center;gap:.5rem;color:var(--brand-purple);text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.social-link:hover{color:#5e235e;text-decoration:none}.social-link svg{width:24px;height:24px}.copyright{font-size:.875rem;color:var(--text-muted);margin:0}.content-section{padding:3rem}.content-wrapper{line-height:1.7;color:var(--text-dark)}.content-wrapper h1{font-size:2rem;color:var(--brand-purple);margin:0 0 1rem}.content-wrapper h2{font-size:1.75rem;color:var(--brand-purple);margin-top:2.5rem;margin-bottom:1rem}.content-wrapper h2:first-child{margin-top:0}.content-wrapper h3{font-size:1.25rem;color:var(--brand-purple);margin-top:2rem;margin-bottom:.75rem}.content-wrapper p{margin-bottom:1rem;font-size:1.05rem}.content-wrapper ul,.content-wrapper ol{margin-bottom:1.5rem;padding-left:1.5rem}.content-wrapper li{margin-bottom:.5rem;font-size:1.05rem}.content-wrapper strong{color:var(--brand-purple)}.content-wrapper a{text-decoration:underline;text-underline-offset:2px}.content-wrapper img{border-radius:8px;margin:1.5rem 0}@media(max-width:1024px){.page-container{margin:0 auto}}@media(max-width:768px){.site-header{padding:1rem 1.5rem 0}.content-section{padding:2rem}.social-links{flex-direction:column;gap:1rem}}@media(max-width:480px){.site-header{padding:1rem}.content-section{padding:1.5rem}}.page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--light-purple)}.page-header h1{font-size:2.5rem;color:var(--brand-purple);margin:0 0 .5rem}.page-header p{font-size:1.1rem;color:var(--text-muted);margin:0}.post-list{display:flex;flex-direction:column;gap:2rem}.post-card{display:flex;gap:1.5rem;padding:1.5rem;background-color:var(--white);border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,6%);transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.post-thumbnail{flex-shrink:0;width:200px;height:140px;border-radius:8px;overflow:hidden}.post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-thumbnail img{transform:scale(1.05)}.post-info{flex:1;display:flex;flex-direction:column}.post-info h2{font-size:1.35rem;margin:0 0 .5rem;line-height:1.3}.post-info h2 a{color:var(--brand-purple);text-decoration:none}.post-info h2 a:hover{text-decoration:underline}.post-card .post-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.post-card .post-meta time{display:flex;align-items:center;gap:.25rem}.post-card .post-meta .separator{color:var(--light-purple)}.post-excerpt{font-size:.95rem;color:var(--text-dark);line-height:1.6;margin:0;flex:1}@media(max-width:768px){.blog-listing{padding:1.5rem}.page-header h1{font-size:2rem}.post-card{flex-direction:column;gap:1rem}.post-thumbnail{width:100%;height:180px}}@media(max-width:480px){.blog-listing{padding:1rem}.page-header h1{font-size:1.75rem}.post-card{padding:1rem}.post-info h2{font-size:1.2rem}.post-thumbnail{height:150px}}