*{box-sizing:border-box;margin:0;padding:0}.App{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-header{background:#ff4500;color:#fff;padding:1rem;position:sticky;text-align:center;top:0;z-index:100}.app-header h1{margin-bottom:.5rem}.search-bar{display:flex;gap:.5rem;justify-content:center}.search-bar input{border:none;border-radius:4px;padding:.5rem;width:300px}.search-bar button{background:#fff;border:none;border-radius:4px;color:#ff4500;cursor:pointer;font-weight:700;padding:.5rem 1rem}.app-content{display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:1rem}.sidebar{flex:1 1;min-width:200px}.main-content{flex:3 1}.subreddit-list h3{margin-bottom:1rem}.subreddit-list ul{list-style:none}.subreddit-list li{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background .2s}.subreddit-list li:hover{background:#f0f0f0}.post-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;padding:1rem;transition:box-shadow .2s}.post-card:hover{box-shadow:0 2px 8px #0000001a}.post-card h3{margin-bottom:.5rem}.post-card img{border-radius:4px;margin-top:.5rem;max-width:100%}.post-detail{margin:0 auto;max-width:800px}.back-button{background:#ff4500;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-bottom:1rem;padding:.5rem 1rem}.back-button:hover{background:#e03e00}.detail-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.detail-card h2,.post-meta{margin-bottom:1rem}.post-meta{color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem}.post-content{background:#f9f9f9;border-radius:4px;margin:1rem 0;padding:1rem}.post-image{border-radius:4px;margin-top:1rem;max-width:100%}.comment-card,.comments-section h3{margin-bottom:1rem}.comment-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.comment-header{color:#666;display:flex;font-size:.9rem;gap:1rem;margin-bottom:.5rem}.comment-body{line-height:1.4}.loading,.no-comments{color:#666;padding:2rem;text-align:center}@media (max-width:768px){.app-content{flex-direction:column}.sidebar{order:2}.main-content{order:1}}
/*# sourceMappingURL=main.6df9fc5b.css.map*/