*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.navbar{color:#fff;background:#2c3e50;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-brand{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a,.btn-link{color:#fff;text-decoration:none;transition:opacity .2s}.nav-links a:hover,.btn-link:hover{opacity:.8}.btn-link{cursor:pointer;background:0 0;border:none;font-size:1rem}.nav-user{color:#ecf0f1}.container{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.home-header{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.tags-filter{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:.5rem 1rem;transition:all .2s}.tag-btn:hover{background:#f0f0f0}.tag-btn.active{color:#fff;background:#3498db;border-color:#3498db}.posts-list{gap:1.5rem;width:100%;display:grid}.post-card{word-wrap:break-word;overflow-wrap:break-word;background:#fff;border-radius:8px;max-width:100%;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000001a}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.post-card h2{color:#2c3e50;word-wrap:break-word;margin-bottom:.5rem}.post-card h2 a{color:inherit;text-decoration:none}.post-preview{color:#666;margin-bottom:1rem}.post-meta{color:#999;flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.post-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag{color:#7f8c8d;background:#ecf0f1;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.auth-container{justify-content:center;align-items:center;min-height:80vh;display:flex}.auth-box{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 8px #0000001a}.auth-box h1{text-align:center;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}.form-group textarea{resize:vertical}button{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s}button:hover:not(:disabled){background:#2980b9}button:disabled{opacity:.6;cursor:not-allowed}.btn{color:#fff;background:#3498db;border-radius:4px;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s;display:inline-block}.btn:hover{background:#2980b9}.btn-primary{background:#27ae60}.btn-primary:hover{background:#229954}.btn-danger{background:#e74c3c}.btn-danger:hover{background:#c0392b}.error{color:#c33;background:#fee;border-radius:4px;margin:1rem 0;padding:.75rem}.success{color:#3c3;background:#efe;border-radius:4px;margin:1rem 0;padding:.75rem}.loading{text-align:center;color:#999;padding:2rem}.post-view{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.post-header{justify-content:space-between;align-items:start;margin-bottom:1rem;display:flex}.post-actions{gap:.5rem;display:flex}.post-content{white-space:pre-wrap;margin:2rem 0;line-height:1.8}.comments-section{border-top:2px solid #eee;margin-top:3rem;padding-top:2rem}.comment-form{margin:1.5rem 0}.comment-form textarea{min-height:200px}.reply-to{background:#f0f0f0;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem;display:flex}.comment{background:#f9f9f9;border-radius:4px;margin-bottom:1rem;padding:1rem}.comment-content{white-space:pre-wrap;margin-bottom:.5rem}.comment-meta{color:#999;gap:1rem;font-size:.85rem;display:flex}.comment-meta button{color:#3498db;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.form-actions{gap:1rem;display:flex}.create-post,.edit-post{background:#fff;border-radius:8px;width:100%;max-width:none;margin:0;padding:2rem;box-shadow:0 2px 4px #0000001a}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-brand{font-size:1.2rem}.nav-links{text-align:center;flex-direction:column;gap:.75rem;width:100%}.container{max-width:100%;padding:1rem}.home-header{flex-direction:column;align-items:stretch}.tags-filter{justify-content:center}.post-card{max-width:100%;padding:1rem;overflow-x:hidden}.post-card h2{word-break:break-word;font-size:1.25rem}.posts-list{width:100%}.post-header{flex-direction:column;gap:1rem}.post-actions{justify-content:flex-start;width:100%}.auth-box{margin:0 1rem;padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}.comment{padding:.75rem}.comment-meta{flex-wrap:wrap}button,.btn{padding:.65rem 1.25rem;font-size:.95rem}.create-post,.edit-post{padding:1.5rem 1rem}}
