body,html{height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.create-post-form{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #00000014;margin:0 auto 30px;max-width:800px;padding:20px}.create-post-form h3{color:#333;font-size:20px;margin-bottom:20px;margin-top:0}.form-group{margin-bottom:16px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:6px}.form-group input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:10px;width:100%}.form-group input:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.create-post-form button{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.create-post-form button:hover:not(:disabled){background-color:#0052a3}.create-post-form button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;margin-bottom:16px;padding:12px}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:16px;padding:12px}.post-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:12px;padding:16px;transition:box-shadow .2s ease}.post-card:hover{box-shadow:0 4px 8px #00000026}.post-header{margin-bottom:8px}.post-title-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.post-title-link{color:inherit;flex-shrink:1;min-width:0;text-decoration:none}.post-title-link:hover .post-title{color:#06c;text-decoration:underline}.post-title{color:#333;font-size:18px;font-weight:600;margin:0}.post-meta{color:#666;flex-shrink:0;font-size:13px;font-weight:400;white-space:nowrap}.post-footer{align-items:center;display:flex;justify-content:space-between}.post-comments{color:#666;font-size:14px}.posts-container{margin:0 auto;max-width:800px;padding:20px}
/*# sourceMappingURL=main.11c06ff6.css.map*/