*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}main{min-height:100vh;padding:4rem 0;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(180deg,#f0f0f0,#fff)}.container{padding:0 2rem;max-width:1200px}h1{font-size:3rem;margin-bottom:1rem;color:#333}h1,p{text-align:center}p{font-size:1.2rem;color:#666;margin-bottom:2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.card{padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;transition:all .3s ease}.card:hover{border-color:#0070f3;box-shadow:0 4px 12px rgba(0,112,243,.1);transform:translateY(-2px)}.card h2{margin-bottom:.5rem;color:#0070f3;font-size:1.5rem}.card p{font-size:1rem;text-align:left;color:#666;margin:0}@media (max-width:768px){h1{font-size:2rem}.card-grid{grid-template-columns:1fr}}.site-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.site-logo h1{margin:0;font-size:1.5rem;color:#0070f3}.main-nav ul{list-style:none;display:flex;gap:2rem;margin:0}.main-nav a{color:#333;font-weight:500;transition:color .3s ease}.main-nav a:hover{color:#0070f3}.site-footer{background:#333;color:#fff;padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-container a{color:#0070f3;text-decoration:underline}.archive-content,.page-content,.post-content{max-width:800px;margin:2rem auto;padding:0 2rem}.post-meta{color:#666;font-size:.9rem;margin:1rem 0}.posts-grid{display:grid;grid-gap:2rem;gap:2rem;margin-top:2rem}.post-card{padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.post-card h2{margin-bottom:.5rem;font-size:1.5rem}.post-card a{color:#0070f3;text-decoration:none}.post-card a:hover{text-decoration:underline}.read-more{display:inline-block;margin-top:1rem;color:#0070f3;font-weight:500}.posts-list{display:grid;grid-gap:2rem;gap:2rem;margin-top:2rem}.post-count{color:#666;font-size:1rem;margin-bottom:2rem}.post-excerpt{margin:1rem 0;line-height:1.6;color:#333}.post-excerpt p{margin:0;text-align:left}.single-post{max-width:800px;margin:0 auto}.single-post h1{font-size:2.5rem;margin-bottom:1rem;text-align:left}.back-link{display:inline-block;margin-bottom:2rem;color:#0070f3;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.featured-image{margin:2rem 0;border-radius:8px;overflow:hidden}.featured-image img{width:100%;height:auto;display:block}.post-content{line-height:1.8;color:#333}.post-content p{margin-bottom:1.5rem;text-align:left}.post-content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.8rem;text-align:left}.post-content h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.4rem;text-align:left}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem;text-align:left}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.post-content blockquote{border-left:4px solid #0070f3;padding-left:1.5rem;margin:1.5rem 0;color:#666;font-style:italic}.post-content code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.post-content pre{background:#f5f5f5;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;padding:0}.wp-admin-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#0070f3;color:#fff!important;text-decoration:none;border-radius:8px;font-weight:500;transition:background .3s ease}.wp-admin-link:hover{background:#0051cc}