:root {
  --bg: linear-gradient(135deg, #0f1a2b, #0c1422, #1a2b3f);
  --text-light: #e0e8ff;
  --text-dark: #000020;
  --cyan: #00ffff;
  --magenta: #ff00ff;
  --dark: #090f18;
  --dark2: #1a2b3f;
  --dark-light: #0c1422;
  --verydark: #090f18;
  --accent-blue: #3355cc;
  --accent-light: #66ccff;
  --border: #1a2b3f;
  --box-bg: #090f18;
  --box-border: #1a2b3f;
  --dark-border: #1a2b3f;
  --topbar-bg: linear-gradient(135deg, #1f2b40, #0f1a2b 70%, #1a2b3f);
  --topbar-border: rgba(255, 255, 255, 0.06);
  --topbar-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  --quote-bg: #0b0b33;
  --quote-user: #66ccff
}

.light-theme {
  --bg: linear-gradient(135deg, #fafbff, #f2f5ff);
  --text-light: #000;
  --text-dark: #000;
  --accent-blue: #000;
  --cyan: #0077cc;
  --magenta: #cc0099;
  --dark: linear-gradient(135deg, #fafbff, #f2f5ff);
  --dark2: linear-gradient(135deg, #fafbff, #f2f5ff);
  --dark-light: linear-gradient(135deg, #fafbff, #f2f5ff);
  --verydark: linear-gradient(135deg, #fafbff, #f2f5ff);
  --accent-blue: #003366;
  --accent-light: #0055aa;
  --box-bg: #ffffff;
  --box-border: #cccccc;
  --topbar-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --quote-bg: #f5f7ff;
  --quote-user: #003366
}

.light-theme body {
  color: var(--text-dark);
  background: var(--bg)
}

.light-theme a {
  color: var(--accent-blue);
  text-shadow: none
}

.light-theme a:hover {
  color: var(--accent-light)
}

.light-theme #left, .light-theme #content, .light-theme .boxa-box, .light-theme .teaser-block {
  background: var(--box-bg);
  border: 1px solid var(--box-border);
  box-shadow: 0 2px 2px rgb(0 0 0 / .3);
  color: var(--text-dark)
}

button, .light-theme .menu a, .light-theme .menu-btn {
  background: #f2f2f5;
  color: #036;
  border-radius: 6px;
  padding: 10px 14px;
  transition: 0.2s;
  font-weight: 600;
  border: 0
}

.light-theme .menu-btn {
  border: 0;
  box-shadow: none
}

button:hover, .light-theme .menu a:hover, .light-theme .menu-btn:hover {
  background: #e5e5e8;
  color: #036;
  box-shadow: none
}

.light-theme .tooltip .tooltip-text {
  background-color: #dde7ff;
  color: #024;
  border: 1px solid #aac0e7
}

.light-theme #content ul li::before {
  opacity: .5;
  color: #06c
}

.light-theme h1, .light-theme h2, .light-theme h3 {
  color: var(--accent-blue)
}

.light-theme .box input[type="text"], .light-theme .box input[type="email"], .light-theme .box input[type="password"], .light-theme .box textarea {
  background: #fff;
  color: #222;
  border: 1px solid #b5c6e2
}

.light-theme .box button, .light-theme .box input[type="submit"] {
  background: #e8efff;
  color: #048;
  border: 1px solid #aac0e7
}

button, .light-theme .box button:hover, .light-theme .box input[type="submit"]:hover {
  background: #d6e4ff;
  color: #025
}

html {
  font-size: 15px;
  height: -webkit-fill-available
}

body {
  margin: 0;
  padding-top: 100px;
  background: var(--bg);
  color: var(--text-light);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available
}

html, body {
  background-image: url("/images/bg.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: auto;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden
}

#topbar a, #site-footer a {
  color: #fff;
  text-decoration: none;
}


#topbar a:hover,
#site-footer a:hover {
  color: #00ffff;
}
@media (max-width: 768px) {
  body,html {
    background-image: none;
    background-attachment: scroll; /* voorkomt bugs op iOS */
        background: var(--bg); /* fallback kleur/gradient */
  }
}

#side-left,#side-right{position:fixed;top:0;width:250px;height:100vh;z-index:-1;background-size:cover;background-position:center;opacity:1}#side-left{left:120px;background-image:url(/images/left.png)}#side-right{right:0;background-image:url(/images/right.png)}@media (min-width:769px){#left{display:none}}@media (max-width:768px){#side-left,#side-right{display:none!important}}p{margin-bottom:12px}a{color:#fff;text-shadow:0 0 2px #000;text-decoration:none;font-family:'Inter',"Lucida Console",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;position:relative;transition:color 0.2s}a::after{display:none}a:hover{color:var(--cyan)}#header{position:relative;width:100%;background:var(--bg-dark2);}#header img.logo{position:absolute;left:72%;transform:translateX(-50%);top:-80px;height:150px}

#topbar{position:fixed;top:0;left:0;    
width: 100%;margin-bottom:47px;background:var(--topbar-bg);  
border-bottom: 2px solid transparent;border-image: linear-gradient(
    90deg,
    #00ff00,
    #ffff00,
    #ff00ff,
    #00aaff
  ) 1;box-shadow:var(--topbar-shadow);color:#fff;font-size:14px;padding:6px 20px;z-index:999}
  #topbar .topbar-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.topbar-logo img.logo-small{position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);height:150px}#wrapper{width:100%;display:flex;flex-wrap:wrap;gap:15px;max-width:1100px;margin:0 auto 20px auto;padding:0;box-sizing:border-box;flex:1}#left{width:22%;background:var(--dark-light);padding:15px;border:1px solid var(--dark-border);border-radius:6px;box-shadow:0 0 8px #000;flex:0 0 22%}#content{width:100%;background:var(--dark-light);padding:20px;border:1px solid var(--dark-border);border-radius:6px;box-shadow:0 0 8px #000;flex:1}#content iframe{width:100%;aspect-ratio:16 / 9;border:0;display:block;max-width:100%;margin:0 auto}.menu{list-style:none;padding:0}.menu li{margin-bottom:12px}.menu a{display:block;padding:8px;color:var(--accent-light);background:#0f1a2b;border-radius:4px;border:1px solid #2a3b55;transition:background 0.2s,color 0.2s,box-shadow 0.2s}.menu a:hover{background:var(--dark-border);color:#9df;box-shadow:0 0 8px #000}.tooltip{position:relative;cursor:pointer;border-bottom:1px dotted #8cf;color:var(--accent-light);text-decoration:none}.tooltip .tooltip-text{visibility:hidden;width:max-content;max-width:250px;background-color:#115;color:#fff;text-align:center;border-radius:6px;padding:6px 8px;position:absolute;z-index:10;bottom:125%;left:50%;transform:translateX(-50%);opacity:0;transition:opacity 0.3s ease-in-out;font-size:.85rem;line-height:1.2}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}h1{color:#8bf;font-size:2rem;font-weight:900}h2{color:#8bf}h3{font-size:1rem;color:#abe}h1,h2,h3{font-family:'Poppins',sans-serif}details summary{cursor:pointer;font-weight:600}.error{color:#f66;margin-bottom:5px}.success{color:#6c6;margin-bottom:5px}.boxa-box{background:var(--verydark);padding:12px;border:1px solid var(--dark-border);border-radius:4px;margin-bottom:15px;box-shadow:0 2px 6px rgb(0 0 0 / .6);display:flex;gap:10px;align-items:flex-start}.thema{width:180px;flex-shrink:0}@media (max-width:768px){.boxa-box{flex-direction:column;margin:0 auto}.thema{width:100%;max-width:250px}}.boxa-text{margin:0;padding:0;width:100%}.boxa-box details summary{display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left}.boxa-box img.emoji,.boxa img.emoji,img.emoji{display:inline!important;width:1em;height:1em;margin:0 .2em 0 0;vertical-align:-.15em}.boxa-box details summary>*:not(.emoji){display:inline-block;margin:0}.boxa-box details summary .emoji{width:20px;height:20px;display:inline-block;margin:0}.boxa-box img,.boxa img{max-width:100%;max-height:150px;display:block;margin:0 auto 10px}#content ul{list-style:none;padding:0}#content ul li{position:relative;padding-left:20px;margin-bottom:2px;line-height:1.6}#content ul li::before{content:"\27A4";position:absolute;left:0;top:0;opacity:.6}.article-small-img{float:right;margin:0 0 12px 12px;border-radius:6px;border:1px solid var(--cyan);max-width:200px;height:auto}@media (max-width:768px){.article-small-img{float:none!important;display:block;margin:12px auto;max-width:100%}}ul.menu li::before{content:none!important}ul.menu li{padding-left:0!important;margin-left:0!important}ul.menu li a{display:block;padding:10px 14px;text-decoration:none}ul.menu li a:hover{background:var(--dark-light);color:#9df;box-shadow:0 0 8px #000}ul.topics-list{list-style:none;margin:0;padding:0}ul.topics-list li{list-style:none;margin:0;padding:0;display:block}ul.topics-list li::before{content:none!important;margin:0!important;padding:0!important;width:0!important}#left ul,#left li,#left li ul,#left li li{list-style:none!important;padding-left:0!important;margin-left:0!important}#left ul li::before,#left li ul li::before{content:none!important}.menu-btn{display:block;width:100%;text-align:left;padding:10px 14px;background:#0f1a2b;color:var(--accent-light);border:1px solid #2a3b55;border-radius:4px;cursor:pointer;font-weight:700;box-shadow:inset 0 0 2px #000;transition:background 0.2s,color 0.2s,box-shadow 0.2s}.menu-btn:hover{background:var(--dark-light);color:#9df;box-shadow:0 0 8px #000}.menu-dropdown{position:relative;margin-bottom:8px}.dropdown-list{list-style:none;margin:4px 0 0 0;padding-left:0;display:none;max-height:300px;overflow-y:auto;border-left:1px solid #25a;border-radius:0 4px 4px 0;overflow:visible}.dropdown-list li{margin:2px 0;font-size:.85rem}.dropdown-list li a{display:block;padding:6px 12px;color:var(--accent-light);border-radius:4px;transition:background 0.2s,color 0.2s;text-decoration:none}.dropdown-list li a:hover{background:var(--dark)}.menu-dropdown.active .dropdown-list{display:block}.menu-btn img.emoji{display:inline-block;width:1em;height:1em;margin-right:6px;display:inline-block!important;margin:0!important;vertical-align:middle}.tooltip .tooltip-text{font-size:.75rem;padding:4px 6px;max-width:200px;background-color:#115;color:#fff;border-radius:6px;text-align:center}@media (max-width:768px){.dropdown-list{max-height:200px;border-left:none;border-radius:4px}.menu-btn{padding:10px}.dropdown-list li a{padding:6px 10px}}.pc-toc-teasers{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:40px 0}.box{margin:0;width:100%;max-width:800px;border-radius:8px}.box h3,.box label{font-weight:700;font-size:1rem;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px;margin-top:10px;display:block;line-height:1.4}.box input[type="text"],.box input[type="email"],.box input[type="password"],.box textarea{width:100%;max-width:500px;padding:8px 10px;border:1px solid #2a3b55;border-radius:4px;background:#0f1a2b;color:#fff;margin-bottom:8px;font-size:14px}.box .password-wrapper{position:relative;width:100%;max-width:500px;display:flex;align-items:center}.box .password-wrapper input{width:100%;padding-right:36px;box-sizing:border-box}.box .password-wrapper .toggle-eye{position:absolute;right:8px;top:0;bottom:0;margin:auto;background:#fff0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.box .password-wrapper .toggle-eye svg{fill:#6cf;transition:fill 0.2s}.box .password-wrapper .toggle-eye:hover svg{fill:cyan}.box input[type="radio"]{width:auto;margin-right:8px;accent-color:cyan}.box button,.box input[type="submit"]{display:block;margin-top:10px;padding:10px 20px;border:1px solid #25a;border-radius:5px;background:#090f18;color:#6cf;font-weight:700;cursor:pointer;transition:0.2s ease-in-out}.box button:hover,.box input[type="submit"]:hover{background:#03c;color:cyan}.beauty-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-top:15px}.beauty-item{display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;border-radius:12px;cursor:pointer;transition:transform 0.3s ease;will-change:transform;aspect-ratio:4 / 3}.beauty-item:hover{transform:scale(1.05)}.beauty-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:filter 0.3s ease}.beauty-text{position:absolute;bottom:0;left:0;width:100%;padding:10px;background:rgb(0 0 0 / .5);color:#fff;font-weight:700;font-size:14px;text-align:center;transition:background 0.3s ease;pointer-events:none}.beauty-item:hover .beauty-text{background:rgb(0 0 0 / .7)}.beauty-item:hover .beauty-img{filter:brightness(.75)}
  
  #footer {padding:12px;text-align:center;font-size:14px;color:#8af;  


  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #88aaff;

  border-top: 3px solid transparent;
background-image:
  linear-gradient(#0c1422, #0c1422),
  repeating-linear-gradient(
    90deg,
    #00ff00 0px,
    #00ff00 20px,
    #ffff00 20px,
    #ffff00 40px,
    #ff00ff 40px,
    #ff00ff 60px,
    #00aaff 60px,
    #00aaff 80px
  );
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin-top:20px}.teasers{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));flex-wrap:wrap;gap:20px;margin-top:20px;justify-content:center}.teaser-block{flex:1 1 280px;font-size:13px;background:var(--dark-light);border:1px solid var(--box-border);border-radius:8px;padding:12px 16px;box-shadow:0 2px 2px rgb(0 0 0 / .3)}@media (max-width:768px){.teasers{flex-direction:column;gap:12px}.teaser-block{flex:1 1 auto;max-width:100%}.teaser-block .btn{width:auto;display:inline-block}}.teaser-block h2,.teaser-block h3{margin-bottom:8px}.teaser-block a.btn{display:inline-block;margin-top:10px;padding:8px 14px;border-radius:6px;background:var(--accent-blue);color:#fff;text-decoration:none;font-weight:700;transition:background 0.2s ease,transform 0.2s ease}.teaser-block a.btn:hover{background:var(--accent-light);transform:translateY(-2px);color:#fff}@media (max-width:768px){.teaser-block.pacman{display:none}}.teaser-block.placeholder{display:none}.teaser-block.pacman .game-buttons a{margin:5px 5px 0 5px}.timeline{position:relative;max-width:900px;margin:10px auto 0 auto;padding:0}.timeline::before{content:"";position:absolute;left:50%;width:4px;height:100%;background:#ccc;transform:translateX(-50%)}.timeline-item{position:relative;width:50%;padding:20px 40px;box-sizing:border-box}.timeline-item:nth-child(odd){left:0;text-align:right}.timeline-item:nth-child(even){left:50%}.timeline-item::before{content:"";position:absolute;top:30px;width:15px;height:15px;background:#fff;border:4px solid #f60;border-radius:50%;z-index:1}.timeline-item:nth-child(odd)::before{right:-8px}.timeline-item:nth-child(even)::before{left:-8px}.timeline-content{display:flex;flex-direction:column;align-items:center}.timeline-content img{width:220px!important;height:140px!important;object-fit:cover;display:block;margin:0 auto}.year-group{display:none;opacity:0;transform:translateY(-10px);transition:0.25s ease}.year-group.open{display:block;opacity:1;transform:translateY(0)}.timeline-nav{position:sticky;top:60px;z-index:1000;display:flex;gap:10px;padding:10px;background:var(--dark);border-bottom:1px solid var(--border)}@media screen and (max-width:768px){.timeline::before{left:20px}.timeline-item{width:100%;padding-left:60px;padding-right:20px;margin-bottom:30px}.timeline-item:nth-child(odd),.timeline-item:nth-child(even){left:0;text-align:left}.timeline-item::before{left:10px}}.youtube-placeholder{position:relative;width:100%;aspect-ratio:16 / 9;cursor:pointer;overflow:hidden}.youtube-placeholder img,.youtube-placeholder iframe{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px;color:#fff;padding:10px 18px;border-radius:50%}@media (min-width:768px){.youtube-placeholder{width:70%;margin:0}.play-button{font-size:30px;padding:8px 14px}}.thumb{width:100%;height:150px;object-fit:cover;border-radius:6px;display:block}#site-footer{padding:50px 30px;color:#fff;}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:35px;max-width:1100px;margin:0 auto}.footer-col h4{color:var(--cyan);font-size:14px;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.footer-col a{display:block;text-decoration:none;margin-bottom:8px;font-size:13px;transition:0.2s;position:relative}.muted{opacity:.6;font-size:12px}.footer-bottom{margin-top:40px;text-align:center;padding-top:20px;border-top:1px solid #1a2b3f;opacity:.7;font-size:13px}@media (max-width:768px){#site-footer,#footer{display:none!important}}:root{--nav-bg:#111;--text:#ffffff;--muted:#aaa;--border:#333}.light-theme{--nav-bg:#f5f5f5;--text:#111;--muted:#555;--border:#ddd}#bottom-nav{position:fixed;bottom:0;left:0;right:0;height:60px;background:var(--nav-bg);display:flex;justify-content:space-around;align-items:center;border-top:1px solid var(--border);z-index:9999;padding-bottom:env(safe-area-inset-bottom)}#bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;color:var(--text);text-decoration:none;position:relative}#bottom-nav img{width:22px;height:22px}#bottom-nav small{font-size:10px;color:var(--muted)}#bottom-nav .badge{position:absolute;top:2px;right:30%;color:red;font-size:10px}@media (min-width:800px){#bottom-nav{display:none}}

#desktop-menu{display:flex;gap:20px}@media (max-width:769px){#desktop-menu{display:none}



    #topbar .topbar-left {
        margin-left: auto;
        margin-right: 30px;
    }



}


/* ===============================
   NEWS
=================================*/
.news-hero{position:relative;width:100%;height:450px;margin:12px 0;border-radius:8px;overflow:hidden;background:#222}.news-hero > img{width:100%;height:100%;display:block;object-fit:cover}.article-like-button{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;margin:0;padding:0;border:0;background:transparent !important;color:white;font-weight:normal;cursor:pointer;vertical-align:middle;box-sizing:border-box;transition:transform .15s ease}.article-like-button:hover{background:transparent !important}.article-like-button:active{transform:scale(.96)}.article-like-button:disabled{cursor:wait;opacity:.7}.like-heart{display:inline-flex;justify-content:center;align-items:center}.like-heart img{width:16px;height:16px;display:block;object-fit:contain;transform:scale(1.1)}.article-like-button.liked .like-heart img{transform:scale(1.1)}.like-label{color:white !important;white-space:nowrap;line-height:1.2;font-size:.8rem}.comment-here{display:inline-flex;align-items:center;gap:3px;font-weight:normal;vertical-align:middle}.comment-here{font-size:1.0rem}.comment-label{font-size:1.0rem;white-space:nowrap}.stats-loading{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:5px;background:rgba(0,0,0,.7)}.stats-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.25);border-top-color:white;border-radius:50%;animation:news-stats-spin .7s linear infinite}@keyframes news-stats-spin{to{transform:rotate(360deg)}}.news-hero-overlay{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:12px;background:rgba(0,0,0,0.5)}.news-hero-overlay h1{color:white;margin:0;font-size:1.6rem;font-weight:bold;line-height:1.2;text-shadow:1px 1px 2px black}.news-meta{color:white;margin:4px 0 0 0;font-size:0.9rem;line-height:1.2;text-shadow:1px 1px 2px black}.news-meta a{color:white !important;text-decoration:underline}.comment-here{font-weight:normal}.news-hero.no-image{height:auto;min-height:0;margin:10px 0 30px;padding-bottom:20px;border-radius:0;overflow:visible;background:transparent;border-bottom:1px solid #444}.news-hero.no-image > img{display:none}.news-hero.no-image .news-hero-overlay{position:static;padding:0;background:transparent}.news-hero.no-image .news-hero-overlay h1{color:inherit;margin:0 0 6px;font-size:1.6rem;text-shadow:none}.news-hero.no-image .news-meta{color:inherit;margin:0;text-shadow:none}.news-hero.no-image .news-meta a{color:inherit !important}.news-hero.no-image .news-like-area{position:absolute;right:0;top:0;bottom:auto}@media (max-width:800px){.news-hero{height:350px}.news-like-area{right:8px;top:0px}.news-hero-overlay{padding:10px}.news-hero-overlay h1{font-size:1.45rem}.news-meta{font-size:.8rem}.article-like-button{min-width:52px;padding:4px 6px}} #rawg-screenshots{margin:35px 0}.rawg-loading{display:flex;justify-content:center;padding:30px 0}.rawg-loading .spinner{width:28px;height:28px;box-sizing:border-box;border:3px solid rgba(128,128,128,.25);border-top-color:currentColor;border-radius:50%;animation:rawg-spin .7s linear infinite}@keyframes rawg-spin{to{transform:rotate(360deg)}} .steam-embed{width:100%;max-width:700px;margin:25px 0}.steam-embed iframe{display:block;width:100%;height:190px;border:0}.youtube-privacy{font-size:0.8rem;opacity:0.65}.youtube-placeholder{position:relative;width:100%;max-width:600px;aspect-ratio:16 / 9;cursor:pointer;overflow:hidden;margin:20px 0}.youtube-placeholder.short{float:right;width:315px;max-width:40%;aspect-ratio:9 / 16;margin:0 0 20px 25px}.youtube-placeholder > img{width:100%;height:100%;object-fit:cover;display:block}.youtube-placeholder iframe{width:100%;height:100%;border:0;display:block}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-button img{width:60px;height:60px}#rawg-screenshots{clear:both}@media (max-width:700px){.youtube-placeholder.short{float:none;width:100%;max-width:315px;margin:20px auto}}.source-box{margin:35px 0;padding:20px;border:1px solid var(--cyan);border-radius:12px;background:rgba(0,255,255,.04)}.source-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:6px}.source-platform{font-size:1.1rem;font-weight:bold;margin-bottom:12px}.source-stats{font-size:1rem;margin-bottom:14px}.source-stats span{opacity:.5;margin:0 8px}.source-link{display:inline-block;text-decoration:none;font-weight:bold}.source-link:hover{text-decoration:underline} .article-author{position:relative;display:flex;gap:15px;align-items:flex-start;margin:35px 0;padding:20px;border:1px solid var(--cyan);border-radius:12px}.article-author > img{width:90px;height:90px;border-radius:12px;object-fit:cover}.author-content{flex:1}.author-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:12px}.social-share{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;align-items:center;justify-content:center;margin-top:12px}.social-share a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.social-share img{width:32px;height:32px;border-radius:8px;object-fit:cover;transition:transform 0.15s ease,opacity 0.15s ease}.social-share a:hover img{transform:scale(1.1);opacity:0.85}@media (max-width:600px){.article-author{flex-direction:column;align-items:center;text-align:center}.article-author > img{flex-shrink:0}.author-content{width:100%}.author-footer{width:100%;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin-top:15px}.social-share{display:grid;grid-template-columns:repeat(5,32px);gap:10px;margin-top:5px}}@media (max-width:380px){.social-share{grid-template-columns:repeat(4,32px)}} #news-community{scroll-margin-top:20px}.stats-loading{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px}.stats-spinner{width:22px;height:22px;box-sizing:border-box;border:3px solid rgba(128,128,128,.25);border-top-color:currentColor;border-radius:50%;animation:stats-spin .7s linear infinite}@keyframes stats-spin{to{transform:rotate(360deg)}}.community-loading{display:flex;justify-content:center;padding:30px 0}.community-loading .spinner{width:28px;height:28px;box-sizing:border-box;border:3px solid rgba(128,128,128,.25);border-top-color:currentColor;border-radius:50%;animation:community-spin .7s linear infinite}@keyframes community-spin{to{transform:rotate(360deg)}}

/* ===============================
   FORUM
=================================*/
.avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid #6cf;background:#444;margin-bottom:12px;margin-top:20px}.forum-topic-title{background:var(--dark-light);padding:10px 12px;border:1px solid var(--box-border);border-bottom:0;border-radius:8px 8px 0 0;font-weight:700;font-family:'Lucida Console',Monaco,monospace;margin-bottom:0}.forum-post{background:--dark-light;padding:12px;margin-bottom:10px;border:1px solid var(--box-border);box-shadow:0 2px 2px rgb(0 0 0 / .3)}.forum-post a{word-break:break-word;overflow-wrap:anywhere;max-width:100%;display:inline}.forum-post span.url-wrapper{display:inline-block;max-width:100%;word-break:break-word;overflow-wrap:anywhere}.forum-post.start{background:--dark-light;border:1px solid var(--box-border);border-radius:0 0 8px 8px}.forum-post.reply{border-radius:12px!important;background:--dark-light;border:1px solid var(--box-border);border-radius:0 0 8px 8px;padding:10px;margin-bottom:10px}.post-header{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:1em;border-bottom:1px solid var(--box-border);padding:0 0 6px 0}.post-header.reply{font-size:1em;margin-bottom:4px;border-bottom:1px solid var(--box-border)}.post-header img{border-radius:50%;object-fit:cover}.post-header a{text-decoration:none}.post-header .actions{margin-left:auto;display:flex;gap:4px}.topic-left{display:flex;align-items:center;gap:6px;flex:1}.topic-admin{display:flex;gap:4px;justify-content:flex-end}.topics-list{list-style:none;padding:0;margin:0}.topic-item{background:#115;border:1px solid var(--accent-blue);border-radius:4px;margin-bottom:4px;padding:6px 8px;box-shadow:inset 0 0 6px #002}.topic-title{font-size:14px;font-weight:700;text-decoration:none;display:inline}.topic-meta{font-size:.8em;margin-left:6px}.post-content img.bb-emoji{display:inline-block!important;margin:0!important;width:20px;height:20px;vertical-align:middle}blockquote{max-width:85%;margin:8px auto;padding:10px 14px;border-radius:6px;background:var(--quote-bg);border-left:4px solid var(--accent-light);color:var(--text-light);line-height:1.4;display:block}blockquote+p{margin-top:6px}blockquote+br{display:none}blockquote *{margin:0;padding:0}.bb-img{max-width:100%;max-height:80vh;height:auto;display:block;margin:10px auto;border-radius:8px}.post-content{position:relative;padding-bottom:20px}.post-content img:not(.emoji){display:block;max-width:100%;height:auto;margin:6px 0}.post-content img.emoji{display:inline-block;width:1.3em;height:1.3em;vertical-align:-.25em;margin:0 2px}.post-date{position:absolute;bottom:0;right:0;font-size:.8em;opacity:.6}.boxa-box h2.poll{font-size:1.1rem;font-weight:900;margin:0 0 6px 0;line-height:1.2}.boxa-box form label{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#0c1422;border:1px solid var(--box-border);border-radius:6px;margin-bottom:8px;transition:background 0.2s,transform 0.2s}.boxa-box form label:hover{background:#0c1422;transform:translateX(2px)}.boxa-box form input[type="radio"]{accent-color:--dark-light;width:18px;height:18px}.boxa-box form button{padding:10px 20px;background:--dark-light;font-weight:700;border:none;border-radius:6px;cursor:pointer;margin-top:10px;transition:background 0.2s,transform 0.2s}.boxa-box form button:hover{background:var(--accent-light);transform:translateY(-2px)}.boxa-box form{width:80%}.boxa-box .poll-result{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:6px 12px;margin-bottom:14px}.boxa-box .bar-wrap{grid-column:1 / 2;width:100%;background:#0b1a3a;border-radius:10px;overflow:hidden;border:1px solid var(--box-border)}.boxa-box .bar{height:12px;width:0;background:linear-gradient(90deg,#00f0ff,#0055ff);border-radius:10px;transition:width .6s ease}.boxa-box .poll-result span{grid-column:2 / 3;align-self:center;font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap}.boxa-box .poll-result .bar{grid-column:1 / 2}.boxa-box .poll-option{grid-column:1 / -1;font-weight:700;color:#8bf}@media (max-width:600px){.boxa-box .poll-result{grid-template-columns:1fr}.boxa-box .poll-result span{grid-column:1;opacity:.85}}.boxa-box small{display:block;margin-top:8px;font-size:.85rem;color:#8cf;opacity:.8}.boxa-box small img.emoji{display:inline-block;width:18px;height:18px;vertical-align:middle;margin-right:4px}label.poll-toggle{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#ffffff!important;margin-bottom:8px;cursor:pointer;width:auto}.container>div{justify-content:flex-end;display:flex;gap:6px}.container>div a{padding:4px 8px;border-radius:4px;text-decoration:none;font-size:1em;color:#fff;margin-bottom:10px;margin-top:10px}.container>div a[href$="rss"]{background:#f60;font-size:.85em}.container>div a[href*="post_reply"]{background:#2a2;font-size:.85em}.container>div a[href*="login"]{background:#25a;font-size:.85em}.container>div a[href*="register"]{background:#2a5;font-size:.85em}.container>div a[href*="settings"]{background:#25a;font-size:.85em}.container>div a[href*="logout"]{background:#c22;font-size:.85em}.container>div a[href*="new_topic"]{background:#2a2;font-size:.85em}.container>div a[href$="rss"]:hover{background:#f93;color:#fff}.container>div a[href*="post_reply"]:hover{background:#4c4;color:#fff}.container>div a[href*="login"]:hover{color:#fff;background:#37c}.container>div a[href*="register"]:hover{color:#fff;background:#4c7}.container>div a[href*="settings"]:hover{color:#fff;background:#37c}.container>div a[href*="logout"]:hover{color:#fff;background:#e44}.container>div a[href*="new_topic"]:hover{background:#4c4;color:#fff}.btn.small{padding:2px 5px;border-radius:3px;font-size:.8em}.btn.edit{color:#fff;background:#25a}.btn.delete{background:#a22}.btn.delete-selected{margin-top:8px;background:#a22;color:#fff;padding:4px 10px;border:none;border-radius:4px}.btn.lemmy{background:#25a;color:#fff;font-size:.85em;padding:2px 8px;border-radius:4px;text-decoration:none;display:inline-block;transition:0.2s}.btn.lemmy:hover{background:#37c;color:#fff}table{width:100%;border-collapse:collapse;border:1px solid var(--box-border)}table td,table th{padding:3px;word-break:break-word}td.topic-title{font-size:13px;display:table-cell;vertical-align:middle}td.topic-title>img,td.topic-title>a,td.topic-title>span{display:inline-flex;align-items:center}table.topics{width:100%;max-width:100%;border-collapse:collapse;margin-bottom:20px;box-shadow:inset 0 0 8px #014;font-family:'Lucida Console',Monaco,monospace;font-size:14px}th,td{padding:4px 8px;line-height:1.2em;vertical-align:middle}th{background:var(--dark);color:var(--text-light);font-weight:700;text-align:left;padding:6px 8px;border-bottom:1px solid var(--dark-border)}tr.category{font-family:'Lucida Console',Monaco,monospace;background:var(--dark-light);font-weight:700;color:#9df;border:1px solid var(--box-border);padding:6px 8px}tr.topic-even{background:var(--dark2);cursor:pointer;color:var(--text-light)}tr.topic-odd{background:var(--dark-light);cursor:pointer;color:#fff}tr.topic-even:last-child td,tr.topic-odd:last-child td{box-shadow:inset 0 -1px 0 var(--dark-border)}.forum-categories{display:flex;flex-direction:column;gap:16px}.forum-category{font-size:14px;background:var(--dark-light);border:1px solid var(--box-border);border-radius:8px;padding:12px 16px;box-shadow:0 2px 2px rgb(0 0 0 / .3)}.category-header{display:flex;justify-content:space-between;align-items:center}.category-stats{font-size:.85rem;color:var(--accent-light);opacity:.9}.category-description{font-weight:400;margin-top:6px;font-size:.9rem;line-height:1.3}.light-theme th{background:#dde7ff;color:#036}.light-theme tr.category{background:#f4f6f9;color:#036;border:1px solid #c0cce0}.light-theme tr.topic-even{background:#f2f5ff;color:#036}.light-theme tr.topic-odd{background:#e9ecf2;color:#036}.light-theme tr.topic-even:last-child td,.light-theme tr.topic-odd:last-child td{box-shadow:inset 0 -1px 0 #aac0e7}.light-theme .forum-category{background:#fff;border:1px solid #ccc;box-shadow:0 2px 2px rgb(0 0 0 / .1)}.light-theme .category-stats{color:#06c}.boxa-box form label{background:var(--box-bg);border:1px solid var(--box-border);color:var(--text-light)}.light-theme .boxa-box form label{background:#f4f6f9;border:1px solid #c0cce0;color:#036}.boxa-box form label:hover{background:var(--dark-light)}.light-theme .boxa-box form label:hover{background:#e9ecf2}.boxa-box form button{background:var(--dark-light);color:var(--text-light)}.light-theme .boxa-box form button{background:#dde3ee;color:#036}.boxa-box form input[type="radio"]{accent-color:var(--accent-blue)}.light-theme .boxa-box form input[type="radio"]{accent-color:#036}.boxa-box .bar-wrap{background:var(--dark-light);border:1px solid var(--box-border)}.light-theme .boxa-box .bar-wrap{background:#f4f6f9;border:1px solid #c0cce0}.boxa-box .poll-result span{color:var(--text-light)}.light-theme .boxa-box .poll-result span{color:#036}.boxa-box .poll-option{color:var(--accent-light)}.light-theme .boxa-box .poll-option{color:#06c}@media (max-width:768px){table{border-bottom:1px solid var(--box-border)}table.topics{display:block;width:100%}table.topics tbody{display:block;width:100%}tr.topic-even:last-child td,tr.topic-odd:last-child td{box-shadow:none!important}tr.topic-even,tr.topic-odd,tr.category{display:block;padding:4px 0;margin-bottom:4px;border:0}td.topic-header{display:none!important}table.topics td{max-width:100%;overflow-wrap:anywhere}td{padding:2px 8px;box-sizing:border-box}td.topic-title{display:block;width:100%!important;font-weight:700;font-size:14px;padding-bottom:4px}tr.topic-even td:not(.topic-title),tr.topic-odd td:not(.topic-title){display:inline-block;width:auto!important;font-size:12px;opacity:.9;margin-right:8px;white-space:normal;border:0}img.emoji{width:16px;height:16px}}

/* ===============================
   LIGHTBOX
=================================*/
#lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .95);display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity 0.3s ease;z-index:9999}#lightbox.show{opacity:1;pointer-events:auto}#lightbox-content{position:relative;display:flex;justify-content:center;align-items:center}#lightbox-img{max-width:75vw;max-height:75vh;display:block;border:3px solid #fff;border-radius:8px}#lightbox-text{position:absolute;bottom:0;left:0;width:100%;background:rgb(0 0 0 / .7);color:#fff;padding:10px;text-align:center;box-sizing:border-box;border-radius:0 0 8px 8px}#closeLightbox{position:absolute;top:10px;right:10px;background:rgb(0 0 0 / .7);border:1px solid #fff;color:#fff;font-size:16px;padding:4px 8px;border-radius:4px;cursor:pointer;z-index:2}#prevLightbox,#nextLightbox{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .7);border:1px solid #fff;color:#fff;font-size:32px;padding:6px 10px;border-radius:4px;cursor:pointer;z-index:2}#prevLightbox{left:10px}#nextLightbox{right:10px}#lightbox-iframe{width:clamp(320px, 50vw, 1100px);height:clamp(200px, 80vh, 900px);border:none;border-radius:8px;display:none}#prevLightbox,#nextLightbox{display:none}@media (max-width:768px){#lightbox-img{max-width:90vw;max-height:60vh}#prevLightbox,#nextLightbox{font-size:24px}}


/* ===============================
   mobile
=================================*/

@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes linkFlicker{0%,100%{opacity:1}50%{opacity:.85}}@keyframes hintPulse{0%,100%{opacity:.4}50%{opacity:1}}#menuHandle{display:none}.footer-legal{margin-top:15px;padding-top:15px;border-top:1px solid var(--border);font-size:12px;opacity:.7;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.footer-legal a{color:var(--text-light);text-decoration:none;transition:0.2s}.footer-legal a:hover{color:var(--cyan)}.footer-legal span{white-space:nowrap}#toggleThemeBtn{all:unset;display:inline-flex;align-items:center;gap:4px;cursor:pointer}#toggleThemeBtn img.emoji{width:1.2em;height:1.2em;vertical-align:-.15em}@media(max-width:900px){#wrapper{max-width:100%;margin:0 auto 20px auto;padding-left:10px;padding-right:10px}#left a,#left button,#left .menu-btn{max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.dropdown-list li a{display:block;width:100%}.menu a,.menu-btn{overflow:hidden;text-overflow:ellipsis}#left,#content,#right{width:100%;margin-bottom:20px}.teasers{flex-direction:column;align-items:center}.teaser-block{width:90%}body{font-size:14px;overflow-x:hidden}h1{font-size:1.3rem}.hero p{font-size:1rem}.menu a{padding:6px;font-size:.9em}.teaser-block a.btn{font-size:.9rem;padding:6px 12px}.retro-text{font-size:28px;letter-spacing:2px}input,textarea,select,button{font-size:13px}#menuHandle.hamburger{display:flex;position:fixed;top:40px;left:8px;font-size:28px;color:#fff;cursor:pointer;z-index:10001;user-select:none;transition:transform 0.3s ease,color 0.3s ease,top 0.3s ease,opacity 0.3s ease;border-radius:8px;padding:4px 6px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#0c1422;box-sizing:border-box}#menuHandle.hamburger.hidden{display:none!important}#menuHandle.hamburger.open{transform:rotate(90deg);color:var(--red)}#menuToggle{display:block}#left{position:fixed;top:0;left:-262px;width:220px;height:100dvh;background:#0c1422;padding:20px;border-right:1px solid #1a2b3f;box-shadow:3px 0 15px rgb(0 0 0 / .5);transition:left 0.18s cubic-bezier(.4,0,.2,1);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;overflow-x:hidden;z-index:9999}#left.active{left:0}#left.active #menuHandle{transform:translateY(-50%) rotate(180deg)}}


/* ===============================
   Shoutbox
=================================*/
:root{--keyboard-offset:0px}#shoutbox-toggle{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:var(--accent-light);color:var(--dark2);font-size:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10002;gap:6px}#shoutbox-badge{position:absolute;top:-6px;right:-6px;background:#f22;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:50%}#shoutbox-toggle img{display:block}#shoutbox-container{position:fixed;bottom:100px;right:20px;width:320px;height:500px;max-height:80vh;background:var(--dark2);border:1px solid var(--border);border-radius:0;display:none;flex-direction:column;z-index:10001;font-family:"Lucida Console",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}#shoutbox-header{display:flex;justify-content:space-between;align-items:center;background:var(--header-bg);color:var(--cyan);padding:8px 12px;font-weight:700;font-size:14px;border-bottom:1px solid var(--border)}#shoutbox-body{display:flex;flex-direction:column;min-height:300px;flex-grow:1;padding:10px;overflow-y:auto;background:var(--bg);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.messages .shout{padding:10px 12px;margin-bottom:12px;background:var(--box-bg);border-radius:6px;border:1px solid var(--border);font-size:13px;word-break:normal;overflow-wrap:break-word;white-space:normal;overflow-wrap:anywhere}#shoutbox-body form{margin-top:10px}#shoutbox-body form input,#shoutbox-body form textarea{color:var(--light);background:var(--box-bg);border:1px solid var(--border);border-radius:6px;padding:6px 8px;font-size:13px;width:100%;box-sizing:border-box}.light-theme #shoutbox-body form button{background:#e8efff;color:#048;border:1px solid #aac0e7}#shoutbox-body form button{display:block;margin-top:10px;padding:10px 20px;border:1px solid #25a;border-radius:5px;background:#016;color:#6cf;font-weight:700;cursor:pointer;transition:0.2s ease-in-out}.light-theme #shoutbox-body form button:hover,.light-theme .box input[type="submit"]:hover{background:#d6e4ff;color:#025}#shoutbox-body form button:hover{background:#03c;color:cyan}.shoutbox-error{background:#f22;color:#fff;padding:6px 10px;border-radius:6px;margin-bottom:8px;font-size:13px}@media (max-width:900px){#shoutbox-container{transform:translateY(calc(-1 * var(--keyboard-offset)));transition:transform 0.2s ease}#shoutbox-header{flex-shrink:0}#shoutbox-body{flex:1 1 auto;overflow-y:auto}#shoutbox-body form{position:sticky;bottom:0;background:var(--dark);padding-bottom:env(safe-area-inset-bottom)}textarea{min-height:80px;max-height:160px}}@media (max-width:900px){#shoutbox-toggle,#shoutbox-container{display:none!important}}
