.app{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.1rem;opacity:.9}.main{flex:1 1;margin:2rem auto;max-width:800px;padding:0 1rem;width:100%}.new-post{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.new-post h2{color:#555;margin-bottom:1rem}.new-post form{display:flex;flex-direction:column;gap:.75rem}.new-post input,.new-post textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem}.new-post input:focus,.new-post textarea:focus{border-color:#667eea;outline:none}.input-group{position:relative}.char-count{bottom:6px;color:#aaa;font-size:.75rem;position:absolute;right:8px}.new-post button{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background .2s}.new-post button:hover{background:#5a6fd6}.posts h2{color:#555;margin-bottom:1rem}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;padding:1.5rem}.post-card h3{color:#333;margin-bottom:.25rem}.post-card time{color:#999;font-size:.85rem}.post-card p{color:#555;line-height:1.6;margin-top:.75rem}.error{color:#e74c3c;padding:.5rem}.footer{color:#999;font-size:.9rem;padding:2rem;text-align:center}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
/*# sourceMappingURL=main.c9019e4a.css.map*/