@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";body{margin:0;font-family:Inter,sans-serif;background:#f9f9f9;color:#111;display:flex;flex-direction:column;min-height:100vh}.container{flex:1;max-width:800px;margin:0 auto;padding:2rem 1rem}.header{margin-bottom:1rem;border-bottom:2px solid #ddd}h1{font-size:1.8rem;margin:0 0 .5rem}.post-list-container{display:flex;flex-direction:column;min-height:44rem}.posts{flex:1}.post-preview{margin-bottom:1.5rem;padding-left:1rem}.post-preview h2{font-size:1.3rem;margin-bottom:.2rem;cursor:pointer}.post-preview hr{border:0;border-top:1px solid #ccc;margin-top:1rem}.post-detail{padding-left:1rem}.more-btn{background:#fff;color:#000;font-weight:700;border:1px solid #000;padding:.4rem .8rem;margin-top:.5rem;cursor:pointer;border-radius:4px}.more-btn:hover{background:#000;color:#fff}.nav-btn{background:#444;color:#fff;border:none;padding:.4rem .8rem;margin-top:.5rem;cursor:pointer;border-radius:4px}.nav-btn:hover{background:#222}.pagination{text-align:center;padding:1rem 0}
