body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;color:#333;background-color:#f1f1f1;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-weight:600}a{color:#007bff;text-decoration:none;transition:all .2s ease-in-out}a:hover{color:#0056b3}.container{display:flex}#main{flex:1;padding:2rem;background-color:#fff}#sidebar{width:300px;padding:2rem;background-color:#f8f9fa;border-right:1px solid #e9ecef}#header{padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}#header .site-title{font-size:1.25rem;font-weight:700}#header .mobile-nav-toggle{display:none}#header nav a{margin-left:1.5rem;font-size:1rem}@media (max-width: 768px){body{margin:0;padding:0;overflow-x:hidden}.container{flex-direction:column;min-height:100vh;width:100%;max-width:100vw}#main{border-right:none;padding:1rem;flex:1;min-height:0}#sidebar{width:100%;border-top:1px solid #e9ecef;border-right:none;padding:1rem;box-sizing:border-box}#sidebar .profile-photo,#sidebar .self-intro{display:none}#header{padding:1rem;flex-direction:row;align-items:center;justify-content:space-between;position:relative;width:100%;box-sizing:border-box}#header .site-title{margin-bottom:0}#header .mobile-nav-toggle{display:block;background:transparent;border:none;cursor:pointer;z-index:1000}#header .mobile-nav-toggle .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#header .mobile-nav-toggle .hamburger span{display:block;width:25px;height:3px;background-color:#333;margin:5px 0;transition:all .3s}#header .mobile-nav-toggle[aria-expanded=true] .hamburger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}#header .mobile-nav-toggle[aria-expanded=true] .hamburger span:nth-child(2){opacity:0}#header .mobile-nav-toggle[aria-expanded=true] .hamburger span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}#header nav{display:none}#header nav.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;border-top:1px solid #e9ecef;box-shadow:0 4px 6px #0000001a;padding:1rem;box-sizing:border-box}#header nav.is-open a{margin:0;padding:.75rem;text-align:center}#header nav.is-open a:not(:last-child){border-bottom:1px solid #e9ecef}}.games-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.game-item{background-color:#fff;border:1px solid #e9ecef;border-radius:.25rem;padding:1.5rem;text-align:center;transition:all .2s ease-in-out}.game-item:hover{box-shadow:0 .5rem 1rem #00000026;transform:translateY(-5px)}.game-item .game-emoji{font-size:2.25rem;margin-bottom:1rem}.game-item .game-title{font-size:1.125rem;margin-bottom:.5rem}.game-item .game-meta{color:#6c757d;margin-bottom:1rem}.game-item .game-links a{margin:0 .5rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-links a{display:flex;align-items:center;gap:.5rem;font-size:1rem}.contact-links a svg{font-size:1.125rem}@media (max-width: 768px){.games-list{grid-template-columns:1fr;gap:1rem;padding:0}.game-item{padding:1rem}.contact-links{padding:0}h1,h2,h3,h4,h5,h6,p,div{word-wrap:break-word;overflow-wrap:break-word}}.markdown-body img[src$=".svg"],img.markdown-svg-diagram{display:block;margin:2rem auto;background:#fff;border:2px solid #e0e0e0;border-radius:14px;box-shadow:0 4px 24px #00000014;max-width:900px;width:100%;height:auto;padding:1.5rem}.news-section{margin:2rem 0}.news-section .news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.news-section .news-header h2{display:flex;align-items:center;gap:.5rem;margin:0;color:#333;font-size:1.25rem}.news-section .news-header h2 svg{color:#007bff}.news-section .news-header .category-selector{display:flex;align-items:center;gap:.5rem}.news-section .news-header .category-selector label{font-size:1rem;color:#6c757d;font-weight:500}.news-section .news-header .category-selector select{padding:.5rem;border:1px solid #e9ecef;border-radius:.25rem;background-color:#fff;color:#333;font-size:1rem;cursor:pointer}.news-section .news-header .category-selector select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.news-section .news-header .category-selector select:disabled{opacity:.6;cursor:not-allowed}.news-section h2{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#333;font-size:1.25rem}.news-section h2 svg{color:#007bff}.news-section .loading{text-align:center;padding:2rem;color:#6c757d;font-style:italic}.news-section .error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.25rem;padding:1rem;color:#dc2626}.news-section .error p{margin:.5rem 0}.news-section .error p:first-child{margin-top:0}.news-section .error p:last-child{margin-bottom:0}.news-section .error a{color:#dc2626;text-decoration:underline}.news-section .error a:hover{color:#b91c1c}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.news-card{background-color:#fff;border:1px solid #e9ecef;border-radius:.25rem;overflow:hidden;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000000d}.news-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.news-card .news-image{width:100%;height:200px;overflow:hidden;background-color:#f8f9fa}.news-card .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card .news-image:hover img{transform:scale(1.05)}.news-card .news-content{padding:1.5rem}.news-card .news-title{margin:0 0 1rem;font-size:1.125rem;line-height:1.4}.news-card .news-title a{color:#333;text-decoration:none;display:flex;align-items:flex-start;gap:.5rem}.news-card .news-title a:hover{color:#007bff}.news-card .news-title a .external-link{font-size:.8em;margin-top:.2rem;opacity:.7;flex-shrink:0}.news-card .news-description{color:#6c757d;font-size:1rem;line-height:1.5;margin:0 0 1rem}.news-card .news-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#adb5bd}.news-card .news-meta .news-source{font-weight:500;color:#007bff}.news-card .news-meta .news-time{display:flex;align-items:center;gap:.25rem}.news-card .news-meta .news-time svg{font-size:.8em}.news-footer{text-align:center;padding:1rem 0;border-top:1px solid #e9ecef;margin-top:1rem}.news-footer p{margin:0;color:#adb5bd}.news-footer a{color:#007bff}.news-footer a:hover{text-decoration:underline}@media (max-width: 768px){.news-section{margin:1rem 0}.news-section .news-header{flex-direction:column;align-items:flex-start;gap:1rem}.news-section .news-header h2{font-size:1.125rem;margin-bottom:0}.news-section .news-header .category-selector{width:100%}.news-section .news-header .category-selector select{flex:1;min-width:150px}.news-section h2{font-size:1.125rem;margin-bottom:1rem}.news-grid{grid-template-columns:1fr;gap:1rem}.news-card .news-image{height:150px}.news-card .news-content{padding:1rem}.news-card .news-title{font-size:1rem;margin-bottom:.75rem}.news-card .news-description{font-size:.875rem;margin-bottom:.75rem}.news-card .news-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.home-content .news-section-home{margin-bottom:3rem}.home-content .news-section-home .news-intro{margin-bottom:1.5rem}.home-content .news-section-home .news-intro h2{margin-bottom:.75rem;color:#333;font-size:1.25rem}.home-content .news-section-home .news-intro p{color:#6c757d;font-size:1rem;line-height:1.6;margin:0;max-width:600px}.home-content .news-section-home .news-section{margin:0}.home-content .blog-posts{margin-bottom:3rem}.home-content .blog-posts h2{margin-bottom:1.5rem;color:#333}.home-content .blog-posts .blog-post-preview{margin-bottom:2rem}.home-content .blog-posts .blog-post-preview h3{margin-bottom:.5rem}.home-content .blog-posts .blog-post-preview h3 a{color:#333;text-decoration:none}.home-content .blog-posts .blog-post-preview h3 a:hover{color:#007bff}.home-content .blog-posts .blog-post-preview p{margin-bottom:.5rem;color:#6c757d}.home-content .blog-posts .blog-post-preview em{color:#adb5bd;font-size:.875rem}.home-content .blog-posts .blog-post-preview hr{border:none;border-top:1px solid #e9ecef;margin:1.5rem 0}@media (max-width: 768px){.home-content .blog-posts{margin-bottom:2rem}.home-content .blog-posts h2{font-size:1.125rem;margin-bottom:1rem}.home-content .blog-posts .blog-post-preview{margin-bottom:1.5rem}.home-content .blog-posts .blog-post-preview h3{font-size:1rem}.home-content .blog-posts .blog-post-preview hr{margin:1rem 0}}
