@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=DM+Sans:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box}html,body{color:#e2e2e8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f13;min-height:100vh;margin:0;padding:0;font-family:DM Sans,Arial,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0f0f13}::-webkit-scrollbar-thumb{background:#2a2a35;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a48}body{color:#e2e2e8;background:#0f0f13;margin:0;font-family:DM Sans,Arial,sans-serif}nav{z-index:10;box-sizing:border-box;background:#16161d;border-bottom:1px solid #2a2a35;align-items:center;gap:24px;width:100%;height:52px;padding:0 24px;display:flex;position:sticky;top:0}nav a{color:#e2e2e8;font-size:15px;font-weight:600;text-decoration:none;transition:color .15s}nav a:hover{color:#f03e3e}.reddit-layout{grid-template-columns:240px 1fr 300px;width:100%;min-height:calc(100vh - 52px);display:grid}.left-sidebar,.right-sidebar{background:#16161d;border-right:1px solid #2a2a35;height:calc(100vh - 52px);padding:20px 16px;position:sticky;top:52px;overflow-y:auto}.right-sidebar{border-left:1px solid #2a2a35;border-right:none}.left-sidebar a,.left-sidebar p{color:#c0c0d0;border-radius:7px;margin-bottom:4px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:block}.left-sidebar a:hover,.left-sidebar p:hover{color:#f03e3e;background:#1e1e2a}.main-feed{background:#0f0f13;min-width:0;padding:20px 24px}.feed-header{background:#16161d;border:1px solid #2a2a35;border-radius:8px;gap:4px;margin-bottom:14px;padding:4px;display:flex}.feed-header button{color:#6b6b80;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:7px 10px;font-family:DM Sans,Arial,sans-serif;font-size:13px;font-weight:600;transition:background .12s,color .12s}.feed-header button:hover{color:#c0c0d0;background:#1e1e2a}.feed-header button.active{color:#fff;background:#f03e3e}.reddit-post{background:#16161d;border:1px solid #2a2a35;border-radius:10px;margin-bottom:10px;padding:16px 18px;transition:border-color .15s,transform .1s}.reddit-post:hover{border-color:#f03e3e4d;transform:translateY(-1px)}.post-meta{color:#505060;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:7px;font-size:12px;display:flex}.post-meta .category{color:#f03e3e;font-weight:600}.post-id{color:#3a3a48;font-size:11px;transition:color .12s}.post-id:hover{color:#505060}.repost-badge{color:#4dabf7;background:#4dabf714;border:1px solid #4dabf740;border-radius:4px;align-items:center;gap:4px;padding:1px 7px;font-size:11px;font-weight:600;display:inline-flex}.reddit-post h2{color:#eeeef5;margin:0 0 10px;font-family:Sora,Arial,sans-serif;font-size:18px;font-weight:600;line-height:1.35}.reddit-post p{color:#7878a0;font-size:14px;line-height:1.6}.reddit-post img{object-fit:cover;border:1px solid #2a2a35;border-radius:8px;width:100%;max-height:480px;margin-top:12px}.post-actions{align-items:center;gap:6px;margin-top:12px;display:flex}.post-actions span,.post-actions a{color:#6b6b80;background:#1e1e2a;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .12s,color .12s}.post-actions a:hover{color:#c0c0d0;background:#252535}.post-actions .vote-up:hover{color:#f03e3e}.post-actions .vote-down:hover{color:#4dabf7}.original-post-card{background:#0f0f13;border:1px solid #2a2a35;border-left:3px solid #4dabf7;border-radius:8px;margin-bottom:20px;padding:14px 16px;transition:border-color .15s}.original-post-card:hover{border-color:#4dabf7}
