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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem 1rem;text-align:center}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.app-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.posts-header{margin-bottom:2rem;text-align:center}.posts-header h2{color:#333;font-size:2rem;margin-bottom:.5rem}.refresh-button,.retry-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-button:hover,.retry-button:hover{background:#5a67d8;transform:translateY(-2px)}.posts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.post-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:all .3s ease}.post-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.post-header{align-items:center;border-bottom:2px solid #f7fafc;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.post-id{background:#667eea;border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.post-user{color:#718096;font-size:.875rem;font-weight:500}.post-title{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1rem;text-transform:capitalize}.post-body{color:#4a5568;line-height:1.6}.loading-container{padding:3rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{background:#fed7d7;border:1px solid #feb2b2;border-radius:12px;margin:2rem auto;max-width:500px;padding:3rem;text-align:center}.error-container h3{color:#c53030;margin-bottom:1rem}.app-footer{background:#2d3748;color:#fff;margin-top:auto;padding:1.5rem;text-align:center}.app-footer a{color:#667eea;text-decoration:none}@media (max-width:768px){.posts-grid{gap:1rem;grid-template-columns:1fr}.app-main{padding:1rem}.app-header h1{font-size:2rem}}
/*# sourceMappingURL=main.95053bc4.css.map*/