:root{--primary-color:#b0b0b0;--background-color:#242323;--card-background:#3e3e3e;--text-color:#fff;--text-muted:#b0b0b0;--border-radius:8px;--transition-speed:0.3s}body{font-family:'Roboto', sans-serif;background-color:var(--background-color);color:var(--text-color);margin:0;padding:0;line-height:1.6}header h1{font-size:0.9rem;margin:0;color:#fff;display:inline-block;vertical-align:middle}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-speed)}a:hover{color:#fff}header{background-color:var(--card-background);padding:0.3rem 1rem;box-shadow:0 2px 10px rgba(0, 0, 0, .5);position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo img{max-width:70px;height:auto}nav{display:flex;gap:1rem;align-items:center}nav a{font-weight:500}main{padding:2rem;max-width:1200px;margin:0 auto}.card{background-color:var(--card-background);border-radius:var(--border-radius);margin-bottom:1.5rem;box-shadow:0 4px 6px rgba(0, 0, 0, .3);transition:transform var(--transition-speed), box-shadow var(--transition-speed)}.card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0, 0, 0, .5)}.card-body{padding:1.5rem}.card-title{font-size:1.25rem;margin-bottom:0.5rem}.list-group{list-style:none;padding:0}.list-group-item{padding:0.75rem 1rem;border-bottom:1px solid #333;display:flex;align-items:center}.list-group-item:last-child{border-bottom:none}.list-group-item img{margin-right:0.75rem;width:20px;height:20px}.list-group-item.onion{color:#4caf50}.list-group-item.non-onion{color:var(--text-muted)}.list-group-item.red{color:#ff4444}.status{color:var(--text-muted);font-size:0.875rem;margin-left:auto}.news-feed{margin-bottom:2rem;overflow:hidden;white-space:nowrap;position:relative}.news-container{display:inline-block;white-space:nowrap;animation:scroll-news 20s linear infinite;transform:translateX(100%)}.news-item{display:inline-block;background-color:var(--card-background);padding:1rem;border-radius:var(--border-radius);margin-right:1rem;white-space:nowrap}.news-item h3{margin:0;font-size:1.1rem}.news-item p{margin:0.5rem 0 0;color:var(--text-muted);white-space:nowrap}@keyframes scroll-news{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.news-container:hover{animation-play-state:paused}.card-menu{margin-bottom:2rem}.card-menu h3{margin-bottom:0.5rem}.card-menu ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:0.5rem}.card-menu ul li{background-color:var(--card-background);padding:0.5rem 1rem;border-radius:var(--border-radius)}.card-menu ul li a{color:var(--primary-color);text-decoration:none}.card-menu ul li a:hover{color:var(--text-color)}.ad-banners{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.ad-banner{width:250px;height:95px;border-radius:var(--border-radius);transition:transform var(--transition-speed);object-fit:fill}.ad-banner:hover{transform:scale(1.05)}footer{text-align:center;padding:20px;background-color:#1e1e1e;color:#b0b0b0}footer a{color:#b0b0b0;text-decoration:none}footer a:hover{color:#fff}.screenshot-card{flex:1;min-width:0}.screenshot-container{display:flex;justify-content:center;align-items:center;height:100%}.screenshot-img{max-width:100%;max-height:200px;border-radius:var(--border-radius);object-fit:contain}.url-online{color:#4CAF50!important}.url-offline{color:#F44336!important}.url-clearnet{color:var(--primary-color)!important}.url-list{list-style:none;padding:0;margin:1rem 0}.url-item{padding:0.75rem;margin-bottom:0.5rem;border-radius:var(--border-radius);background-color:rgba(0, 0, 0, .1);display:flex;align-items:center}.url-icon{margin-right:0.75rem;width:16px;height:16px}.url-text{flex-grow:1}.url-status{font-size:0.8rem;color:var(--text-muted);margin-top:0.25rem;margin-left:1.9rem}.post{background-color:var(--card-background);border-radius:var(--border-radius);margin-bottom:1rem;border:1px solid #333}.post-header{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1rem;border-bottom:1px solid #333;font-size:0.9rem;color:var(--text-muted)}.post-author{color:var(--primary-color);font-weight:500;margin-right:0.5rem}.post-time{color:var(--text-muted);font-size:0.8rem}.post-content{padding:1rem}.post-title{margin:0 0 0.5rem;font-size:1.1rem;line-height:1.4}.post-title a{color:var(--text-color)}.post-title a:hover{text-decoration:underline}.post-footer{padding:0.75rem 1rem;border-top:1px solid #333;display:flex;align-items:center;font-size:0.9rem}.post-votes{display:flex;align-items:center;margin-right:1.5rem}.upvote-icon{color:var(--primary-color);margin-right:0.3rem;display:inline-block;transition:all 0.2s}.upvote-icon.positive{color:#4CAF50!important}.upvote-icon.negative{color:#F44336!important;transform:rotate(180deg)}.post-comments{color:var(--text-muted)}.sub-nav{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:1px solid #333;position:sticky;top:80px;background:var(--card-background);z-index:10;padding:0.5rem 0;scroll-margin-top:80px}.sub-nav a{padding:0.5rem 1rem;border-radius:var(--border-radius);background-color:rgba(0, 0, 0, .2)}.sub-nav a:hover{background-color:rgba(0, 0, 0, .3)}.info-cards{display:flex;gap:1.5rem;margin-bottom:1.5rem}.about-card{flex:1;min-width:0;padding:1.5rem;cursor:pointer;position:relative;overflow:hidden}.about-card .about-content{max-height:200px;overflow:hidden}.about-card.expanded{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;background:var(--background-color);padding:2rem;overflow:auto}.about-card.expanded .about-content{max-height:none}.close-expanded{position:absolute;top:1rem;right:1rem;font-size:1.5rem;cursor:pointer;z-index:101}.feed-meta{display:flex;justify-content:space-between;margin-bottom:1rem}.feed-meta .subscribers{font-size:1rem;font-weight:500}.feed-meta .updated{color:var(--text-muted);font-size:0.9rem}#activity,#urls{scroll-margin-top:100px;padding-top:20px}.graph-link{margin-left:8px;text-decoration:none;font-size:16px;padding:4px 8px;background:#2a2a2a;border-radius:4px;border:1px solid #444;color:var(--primary-color);transition:all var(--transition-speed)}.graph-link:hover{background:#3a3a3a;color:#fff;transform:scale(1.1)}@media (max-width:768px){.info-cards{flex-direction:column}.header-container{flex-direction:row;align-items:center}.logo img{max-width:60px}nav{flex-wrap:wrap;gap:0.5rem}.ad-banner{width:100%;height:95px;object-fit:fill}.news-feed{white-space:normal}.news-container{animation:none}.news-item{display:block;margin-right:0;margin-bottom:1rem}.screenshot-img{max-width:100%}}