.App{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;color:#fff;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.App-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.App-header p{margin:0;font-size:1.2rem;opacity:.9}.App-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.status-card,.message-card,.info-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;border:1px solid #e1e5e9;transition:transform .2s ease,box-shadow .2s ease}.status-card:hover,.message-card:hover,.info-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.status-card h2,.message-card h2,.info-card h2{margin:0 0 1rem;color:#2c3e50;font-size:1.5rem}.status-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.status-item:last-child{border-bottom:none}.status-item strong{color:#34495e}.message{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:4px solid #28a745;font-size:1.1rem;color:#2c3e50}.loading{background:#fff3cd;padding:1rem;border-radius:8px;border-left:4px solid #ffc107;color:#856404;font-style:italic}.error{background:#f8d7da;padding:1rem;border-radius:8px;border-left:4px solid #dc3545;color:#721c24;margin-top:1rem}.actions{grid-column:1 / -1;text-align:center;margin:1rem 0}.actions button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #667eea4d}.actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{padding:.5rem 0;text-align:left;color:#2c3e50;font-size:1rem}.App-footer{background:#2c3e50;color:#fff;padding:1.5rem;border-radius:12px;margin-top:2rem}.App-footer p{margin:0;font-size:1rem}@media (max-width: 768px){.App{padding:1rem}.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.App-main{grid-template-columns:1fr;gap:1rem}.status-card,.message-card,.info-card{padding:1rem}}.stats-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1rem 0}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #667eea4d}.stat-card h3{margin:0 0 1rem;font-size:1.3rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:500}.stat-value{font-size:1.2rem;font-weight:700;background:#fff3;padding:.25rem .75rem;border-radius:15px}.posts-section,.users-section{grid-column:1 / -1;margin:2rem 0}.posts-section h2,.users-section h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem;text-align:left}.posts-grid,.users-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.post-card,.user-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;border:1px solid #e1e5e9;transition:transform .2s ease,box-shadow .2s ease;text-align:left}.post-card:hover,.user-card:hover{transform:translateY(-3px);box-shadow:0 6px 25px #00000026}.post-card h3,.user-card h3{margin:0 0 1rem;color:#2c3e50;font-size:1.2rem}.post-content{color:#555;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-meta,.user-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#666;border-top:1px solid #f0f0f0;padding-top:1rem}.post-author,.user-posts{font-weight:600;color:#667eea}.post-date,.user-joined{font-style:italic}.user-email{color:#666;margin-bottom:1rem;font-style:italic}@media (max-width: 768px){.posts-grid,.users-grid{grid-template-columns:1fr}.post-meta,.user-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#2c3e50}#root{width:100%;margin:0 auto;text-align:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9;color:#213547}}
