*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}.app{display:grid;grid-template-areas:"search search search " "subreddit outlet trend" "footer footer footer";grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto 1fr auto;height:100vh;gap:1rem;overflow:hidden;background-color:#121212;color:#f5f6fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;text-align:center}.footer-grid{grid-area:footer;max-width:100%}.postshowcase-grid{grid-area:outlet;max-width:100%;min-height:0}.subreddit-grid{grid-area:subreddit;max-width:100%;min-height:0}.trendding-grid{grid-area:trend;max-width:100%;min-height:0}.voiceSearc-grid{grid-area:search;max-width:100%}.postshowcase-wrapper,.trending-sidebar-wrapper,.subreddit-wrapper{display:flex;flex-direction:column;height:100%;min-height:0}.app-button{background-color:transparent;color:inherit;border:1px solid #888;padding:8px 12px;margin:5px;cursor:pointer;transition:background-color .2s ease}.app-button:hover{background-color:#1f1f1f}.selected{background-color:#2e2e2e;color:#00e6e6;font-weight:700;border-left:4px solid #00e6e6;transition:background-color .2s ease,color .2s ease}.trending-sidebar{display:flex;flex-direction:column;height:100%;min-height:0;background-color:#121212;border-left:1px solid #333}.trending-title{flex-shrink:0;padding:1rem;background-color:#121212;position:sticky;top:0;z-index:10;border-bottom:1px solid #333}.trending-scrollable{overflow-y:auto;padding:1rem;flex-grow:1;display:flex;flex-direction:column;gap:10px;background-color:#ffffff0d}.trending-scrollable::-webkit-scrollbar{width:8px}.trending-scrollable::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}.trending-sidebar button{width:100%;padding:10px;font-size:1rem;border-radius:4px;background-color:#1e1e1e;color:#f5f6fa;border:1px solid #333;cursor:pointer;transition:background-color .2s ease}.trending-sidebar button:hover{background-color:#2a2a2a}.trending-sidebar .selected{background-color:#2e2e2e;color:#00e6e6;font-weight:700;border-left:4px solid #00e6e6}.subreddit-list-bigScreen{display:flex;flex-direction:column;height:100%;min-height:0}.subreddit-list-bigScreen h2{flex-shrink:0;padding:1rem;background-color:#121212;position:sticky;top:0;z-index:10;border-bottom:1px solid #333}.subreddit-scrollable{overflow-y:auto;padding:1rem;flex-grow:1;display:flex;flex-direction:column;gap:1rem;background-color:#ffffff0d}.subreddit-scrollable::-webkit-scrollbar{width:8px}.subreddit-scrollable::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}.subreddit-card{border:1px solid #333;border-radius:6px;padding:1rem;background-color:#1a1a1a;display:flex;flex-direction:column;align-items:center;transition:background-color .3s ease}.subreddit-card:hover{background-color:#1e1e1e}.subreddit-img{width:5rem;height:5rem;max-width:100%;object-fit:cover;border-radius:50%;margin-bottom:.5rem}.subreddit-card h3{font-size:1rem;margin:.3rem 0}.subreddit-card p{font-size:.9rem;margin:.3rem 0}.subreddit-card .app-button{margin-top:.5rem}.subreddit-card.selected{background-color:#2e2e2e;border-left:4px solid #00e6e6;color:#00e6e6;font-weight:700}.subreddit-list-smallerScreen{display:none}.postshowcase-scrollable{flex-grow:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#ffffff08}.postshowcase-scrollable::-webkit-scrollbar{width:8px}.postshowcase-scrollable::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}.getComment{background-color:transparent;color:#f5f6fa;border:1px solid #888;padding:.6rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.commentClicked{display:none}.postshowcase-item{margin:1rem;background-color:#ffffff0d;border:1px solid #333;padding:1rem}.comment-text{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;border:1px dotted #888}.nextComment{cursor:pointer;color:pink;text-decoration:underline}.nextComment:hover{cursor:pointer;transform:scale(1.05);transition:transform .2s ease;color:#00e6e6}.gallery:hover,.img-shadow:hover,.video-shadow:hover{cursor:pointer;transform:scale(1.05);transition:transform .2s ease;color:#00e6e6;box-shadow:0 0 8px #46f5f5,0 0 16px #00e6e6}.gallery{color:pink}.voice-search-container{display:flex;justify-content:center;align-items:center;background-color:#121212;border-bottom:1px solid #333}.voice-search-form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;width:100%;max-width:600px;padding-bottom:.5rem}.voice-search-input{flex-grow:1;padding:.6rem 1rem;background-color:#1a1a1a;color:#f5f6fa;border:1px solid #444;border-radius:4px;font-size:1rem}.voice-search-input:focus{outline:none;border-color:#00e6e6}.voice-search-button,.voice-mic-button{background-color:transparent;color:#f5f6fa;border:1px solid #888;padding:.6rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.voice-search-button:hover,.voice-mic-button:hover,.getComment:hover{background-color:#2a2a2a;transform:scale(1.05);color:#00e6e6}.voice-search-input.listening{background:linear-gradient(90deg,#00e6e6,#f0c,#00e6e6);background-size:200% 100%;animation:pulse-gradient 1s infinite ease-in-out;color:#000;font-weight:700;border-color:#00e6e6}@keyframes pulse-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1{color:#fff;font-size:2rem;text-align:center;text-shadow:0 0 10px #00e6e6,0 0 20px #0099cc;animation:h1Glow 3s ease-in-out infinite alternate}@keyframes h1Glow{0%{text-shadow:0 0 10px #00e6e6,0 0 20px #0099cc}to{text-shadow:0 0 12px #66ffff,0 0 25px #33ccff}}h2{color:#ddd;font-size:1.6rem;text-align:center;text-shadow:0 0 8px #33ff99,0 0 16px #00cc66;animation:h2Glow .2s ease-in-out infinite alternate}@keyframes h2Glow{0%{text-shadow:0 0 8px #33ff99,0 0 16px #00cc66}to{text-shadow:0 0 10px #66ffcc,0 0 20px #00ff99}}.footer{background-color:#1a1a1a;color:#f5f5f5;text-align:center;padding:.5rem;font-size:.75rem;border-top:1px solid #333}.footer-links a{margin:0 .5rem;color:#a3ffff;text-decoration:none}.footer-links a:hover{text-decoration:underline;cursor:pointer}.footer-tech ul{list-style:none;padding:0;margin:.5rem 0;display:flex;justify-content:center;gap:1rem}p,li,button{font-size:clamp(.7rem,1.9vw,.9rem);word-break:break-word;white-space:normal;overflow-wrap:break-word}h2{font-size:clamp(1rem,2.5vw,1.5rem)}h1{font-size:clamp(1.2rem,3vw,2rem)}h3{font-size:clamp(.8rem,2vw,1rem)}@media (max-width: 678px){.subreddit-list-bigScreen{display:none}.subreddit-list-smallerScreen{display:block}.app{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"search search search search" "subreddit subreddit subreddit subreddit" "outlet outlet outlet trend" "footer footer footer footer";gap:1rem}.subreddit-list-smallerScreen{display:inline-block;font-family:inherit}.dropdown-menu{top:100%;left:0;background-color:#434747;border:1px solid #778292;border-radius:.5rem;padding:.5rem 0;list-style:none;min-width:12rem;box-shadow:0 0 12px #46f5f5}.postshowcase-grid{margin-top:1rem}.voiceSearc-grid{max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;box-sizing:border-box}.trendding-grid{margin-top:1.8rem}}
