*{margin:0;padding:0;box-sizing:border-box}:root{--primary-dark:#1a1a2e;--primary-light:#f8f9fa;--soc-accent:#0f3460;--soc-text:#e0e0e0;--pinball-vibrant:#ff6b35;--pinball-accent:#f7931e;--gaming-neon:#00d9ff;--gaming-purple:#b537f2;--gaming-pink:#ff006e;--white:#ffffff;--gray-dark:#2d2d2d;--gray-light:#f5f5f5;--text-primary:#1a1a1a;--text-secondary:#555555;--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--border-color:#e0e0e0}body[data-theme="dark"]{--primary-dark:#f8f9fa;--primary-light:#1a1a2e;--text-primary:#f0f0f0;--text-secondary:#b0b0b0;--bg-primary:#0d1117;--bg-secondary:#161b22;--border-color:#30363d;--white:#0d1117;--gray-light:#21262d;--gray-dark:#e0e0e0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;background-color:var(--bg-secondary);color:var(--text-primary);line-height:1.6;transition:background-color 0.3s ease,color 0.3s ease}header{background:var(--bg-primary);border-bottom:2px solid var(--border-color);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgb(0 0 0 / .05);transition:all 0.3s ease}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1400px;margin:0 auto;width:100%}.logo{width:60px;height:60px;display:flex;align-items:center;font-weight:900;font-size:1.2rem;color:var(--text-primary);text-decoration:none}.logo img{width:100%;height:100%;object-fit:contain}.site-nav{display:flex;gap:2rem;list-style:none}.site-nav a{text-decoration:none;font-weight:600;font-size:.95rem;color:var(--text-primary);padding:.5rem 1rem;border-bottom:3px solid #fff0;transition:all 0.3s ease}.site-nav a:hover{border-bottom-color:var(--gaming-neon)}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0%,#2d3561 100%);color:var(--white);padding:4rem 2rem;text-align:center;margin-bottom:3rem}.hero-content{max-width:1400px;margin:0 auto}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:900;letter-spacing:-1px}.hero-content p{font-size:1.3rem;opacity:.9;margin-bottom:2rem}.section-tags{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.tag{display:inline-block;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;transition:all 0.3s ease}.tag-soc{background:var(--soc-accent);color:var(--soc-text)}.tag-pinball{background:var(--pinball-vibrant);color:var(--white)}.tag-gaming{background:var(--gaming-neon);color:var(--primary-dark)}.tag:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgb(0 0 0 / .2)}.sections-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-bottom:4rem}.section-soc{background:var(--soc-accent);color:var(--soc-text);padding:2.5rem;border-radius:8px;border-left:5px solid var(--pinball-vibrant)}.section-soc h2{color:var(--white);font-size:1.8rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}.section-soc h2::before{content:"🔒";font-size:1.5rem}.posts-list{list-style:none}.posts-list li{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(255 255 255 / .1)}.posts-list li:last-child{border-bottom:none}.posts-list a{color:var(--white);text-decoration:none;font-weight:600;transition:color 0.3s ease}.posts-list a:hover{color:var(--pinball-accent)}.post-date{font-size:.85rem;opacity:.7;display:block;margin-top:.3rem}.section-pinball{background:linear-gradient(135deg,#ffe66d 0%,var(--pinball-vibrant) 100%);color:var(--white);padding:2.5rem;border-radius:8px;border-left:5px solid var(--gaming-purple)}.section-pinball h2{color:var(--white);font-size:1.8rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem;text-shadow:2px 2px 4px rgb(0 0 0 / .2)}.section-pinball h2::before{content:"📍";font-size:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.section-pinball .posts-list a{color:var(--white);text-shadow:1px 1px 2px rgb(0 0 0 / .1)}.section-pinball .posts-list a:hover{color:var(--primary-dark);text-shadow:none}.section-gaming{background:linear-gradient(135deg,var(--gaming-purple) 0%,var(--gaming-pink) 100%);color:var(--white);padding:2.5rem;border-radius:8px;border-left:5px solid var(--gaming-neon)}.section-gaming h2{color:var(--white);font-size:1.8rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem;text-transform:uppercase;letter-spacing:1px}.section-gaming h2::before{content:"🎮";font-size:1.5rem}.section-gaming .posts-list a{color:var(--white)}.section-gaming .posts-list a:hover{color:var(--gaming-neon);text-shadow:0 0 10px var(--gaming-neon)}.single-post{max-width:900px;margin:3rem auto;padding:0 2rem}.post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-light)}.post-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.3}.post-meta{display:flex;gap:1.5rem;color:var(--text-secondary);font-size:.95rem}.post-content{line-height:1.8;font-size:1.05rem}.post-content p{margin-bottom:1.5rem}.post-content h2,.post-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--primary-dark)}.post-content code{background:var(--gray-light);padding:.2rem .5rem;border-radius:3px;font-family:'Courier New',monospace;font-size:.9em}.post-content pre{background:var(--primary-dark);color:var(--soc-text);padding:1.5rem;border-radius:5px;overflow-x:auto;margin-bottom:1.5rem}.post-content pre code{background:none;padding:0;color:var(--soc-text)}footer{background:var(--primary-dark);color:var(--soc-text);padding:3rem 2rem;margin-top:4rem;border-top:2px solid var(--pinball-vibrant);transition:all 0.3s ease}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--white);margin-bottom:1rem}.footer-section a{color:var(--soc-text);text-decoration:none;display:block;margin-bottom:.5rem;transition:color 0.3s ease}.footer-section a:hover{color:var(--pinball-vibrant)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1)}@media (max-width:768px){.site-header{flex-direction:column;gap:1rem;padding:1rem}.site-nav{flex-direction:column;gap:.5rem;width:100%}.hero-content h1{font-size:2.5rem}.section-row{grid-template-columns:1fr;gap:2rem}.post-title{font-size:2rem}.section-tags{flex-direction:column}.tag{width:100%;text-align:center}}.news-hero{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem;border-bottom:3px solid var(--primary-blue)}.news-hero h1{font-size:3rem;margin:0 0 1rem 0;font-weight:700}.news-hero p{font-size:1.3rem;color:rgb(255 255 255 / .8);margin:0}.news-container{max-width:1400px;margin:0 auto;padding:0 2rem 3rem 2rem}.news-section{margin-bottom:4rem;padding:2rem;border-radius:12px;background:var(--bg-secondary);transition:all 0.3s ease}.security-section{border-left:6px solid #4169E1;background:rgb(65 105 225 / .03)}body[data-theme="dark"] .security-section{background:rgb(65 105 225 / .08)}.pinball-section{border-left:6px solid #FF8C00;background:rgb(255 140 0 / .03)}body[data-theme="dark"] .pinball-section{background:rgb(255 140 0 / .08)}.gaming-section{border-left:6px solid gold;background:rgb(255 215 0 / .03)}body[data-theme="dark"] .gaming-section{background:rgb(255 215 0 / .08)}.section-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgb(0 0 0 / .1)}.section-header h2{margin:0 0 .5rem 0;font-size:2.2rem;font-weight:700}.section-header p{margin:0;color:#666;font-size:1.1rem}.security-section .section-header h2{color:var(--primary-blue)}.pinball-section .section-header h2{color:#FF8C00}.gaming-section .section-header h2{color:gold}.feeds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.feed-box{background:var(--bg-primary);padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease;border-top:4px solid var(--border-color)}.feed-box:hover{box-shadow:0 4px 16px rgb(0 0 0 / .15);transform:translateY(-2px)}.security-section .feed-box{border-top-color:var(--primary-blue)}.security-section .feed-box:hover{background:rgb(65 105 225 / .05)}.pinball-section .feed-box{border-top-color:#FF8C00}.pinball-section .feed-box:hover{background:rgb(255 20 147 / .05)}.gaming-section .feed-box{border-top-color:gold}.gaming-section .feed-box:hover{background:rgb(255 215 0 / .05)}.feed-box h3{margin:0 0 1rem 0;font-size:1.3rem;font-weight:600;color:#333}.feed-box .rss-item,.feed-box .feedzy-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.feed-box .rss-item:last-child,.feed-box .feedzy-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.feed-box .item-title,.feed-box a{color:var(--primary-blue);text-decoration:none;font-weight:600;font-size:.95rem;line-height:1.4}.security-section .feed-box a{color:var(--primary-blue)}.pinball-section .feed-box a{color:#FF8C00}.gaming-section .feed-box a{color:#FF9500}.feed-box .item-title:hover,.feed-box a:hover{text-decoration:underline}.feed-box .item-date,.feed-box .rss-item-date,.feed-box .feedzy-date{color:#999;font-size:.85rem;display:block;margin-top:.5rem}.feed-box .item-content,.feed-box .item-description{color:#666;font-size:.9rem;line-height:1.5;margin:.5rem 0}@media (max-width:1024px){.feeds-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.news-hero{padding:2rem 1rem}.news-hero h1{font-size:2rem}.news-hero p{font-size:1rem}.news-container{padding:0 1rem 2rem 1rem}.news-section{padding:1.5rem;margin-bottom:2rem}.feeds-grid{grid-template-columns:1fr;gap:1.5rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}.feed-box{padding:1rem}.feed-box h3{font-size:1.1rem}}.latest-news-section{background:linear-gradient(135deg,#f5f5f5 0%,#fafafa 100%);padding:4rem 2rem;margin:3rem 0;border-radius:12px;max-width:1200px;margin-left:auto;margin-right:auto}.latest-news-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 .5rem 0;color:#1a1a1a}.latest-news-subtitle{font-size:1.1rem;text-align:center;color:#666;margin:0 0 2rem 0}.news-tab-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.news-tab-btn{padding:12px 24px;border:2px solid var(--border-color);background:var(--bg-primary);border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all 0.3s ease;color:var(--text-primary)}.news-tab-btn:hover{border-color:#4169E1;color:#4169E1;transform:translateY(-2px)}.news-tab-btn.active{background:#4169E1;color:#fff;border-color:#4169E1;box-shadow:0 4px 12px rgb(65 105 225 / .3)}.news-tab-btn:nth-child(2).active{background:#FF8C00;border-color:#FF8C00;box-shadow:0 4px 12px rgb(255 20 147 / .3)}.news-tab-btn:nth-child(3).active{background:gold;color:#333;border-color:gold;box-shadow:0 4px 12px rgb(255 215 0 / .3)}.news-tab-content{display:none;animation:fadeIn 0.3s ease}.news-tab-content.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.news-feeds-container{background:var(--bg-primary);padding:2rem;border-radius:10px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.news-feeds-container .rss-item,.news-feeds-container .feedzy-item,.news-feeds-container .wprss-item{padding:1.5rem;border-bottom:1px solid #eee;transition:all 0.3s ease}.news-feeds-container .rss-item:last-child,.news-feeds-container .feedzy-item:last-child,.news-feeds-container .wprss-item:last-child{border-bottom:none}.news-feeds-container .rss-item:hover,.news-feeds-container .feedzy-item:hover,.news-feeds-container .wprss-item:hover{background:#f9f9f9;padding-left:2rem}.news-feeds-container .item-title,.news-feeds-container .rss-item-title,.news-feeds-container h3{margin:0 0 .5rem 0;font-size:1.1rem;font-weight:600;line-height:1.4}.news-feeds-container a{color:#4169E1;text-decoration:none;transition:color 0.3s ease}.news-feeds-container a:hover{color:#2a4fa4;text-decoration:underline}.news-tab-btn:nth-child(2).active~.news-feeds-container a{color:#FF8C00}.news-tab-btn:nth-child(2).active~.news-feeds-container a:hover{color:#d41180}.news-tab-btn:nth-child(3).active~.news-feeds-container a{color:#FF9500}.news-tab-btn:nth-child(3).active~.news-feeds-container a:hover{color:#c70}.news-feeds-container .item-date,.news-feeds-container .rss-item-date,.news-feeds-container small{color:#999;font-size:.85rem;display:block;margin-top:.5rem}.news-feeds-container .item-content,.news-feeds-container .item-description,.news-feeds-container p{color:#666;font-size:.95rem;line-height:1.5;margin:.8rem 0 0 0}.news-feeds-container .read-more,.news-feeds-container .item-link{display:inline-block;margin-top:.8rem;padding:6px 12px;background:#f0f0f0;border-radius:4px;font-size:.85rem;color:#4169E1;text-decoration:none;transition:all 0.3s ease}.news-feeds-container .read-more:hover,.news-feeds-container .item-link:hover{background:#4169E1;color:#fff}.latest-news-section .button{background:#4169E1;color:#fff;padding:12px 30px;font-size:1rem;border-radius:6px;text-decoration:none;display:inline-block;transition:all 0.3s ease;border:none;cursor:pointer}.latest-news-section .button:hover{background:#2a4fa4;transform:translateY(-2px);box-shadow:0 4px 12px rgb(65 105 225 / .3)}@media (max-width:768px){.latest-news-section{padding:2rem 1rem}.latest-news-title{font-size:2rem}.latest-news-subtitle{font-size:1rem}.news-tab-buttons{gap:.5rem}.news-tab-btn{padding:10px 16px;font-size:.9rem}.news-feeds-container{padding:1rem}.news-feeds-container .rss-item,.news-feeds-container .feedzy-item{padding:1rem}.news-feeds-container .rss-item:hover{padding-left:1rem}}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:2rem 0}.news-card{background:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease;display:flex;flex-direction:column;height:100%}.news-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .15);transform:translateY(-4px)}.news-card-image{width:100%;height:200px;background-size:cover;background-position:center;position:relative;background-color:#e0e0e0}.news-card-image-default{background:linear-gradient(135deg,#4169E1 0%,#667eea 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem}.news-card.category-pinball .news-card-image-default{background:linear-gradient(135deg,#FF8C00 0%,#FF8C00 100%)}.news-card.category-gaming .news-card-image-default{background:linear-gradient(135deg,#FFD700 0%,#ffed4e 100%)}.news-card-badge{position:absolute;top:10px;right:10px;background:rgb(255 255 255 / .95);color:#333;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.news-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-card-source{margin-bottom:.8rem}.source-name{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:600;display:inline-block;padding:4px 8px;background:#f5f5f5;border-radius:4px}.news-card.category-soc .source-name{background:rgb(65 105 225 / .1);color:#4169E1}.news-card.category-pinball .source-name{background:rgb(255 20 147 / .1);color:#FF8C00}.news-card.category-gaming .source-name{background:rgb(255 215 0 / .1);color:#FF9500}.news-card-title{margin:0 0 1rem 0;font-size:1.1rem;font-weight:700;line-height:1.4;flex-grow:1}.news-card-title a{color:#1a1a1a;text-decoration:none;transition:color 0.3s ease}.news-card-title a:hover{color:#4169E1}.news-card.category-pinball .news-card-title a:hover{color:#FF8C00}.news-card.category-gaming .news-card-title a:hover{color:gold}.news-card-excerpt{margin:0 0 1rem 0;font-size:.95rem;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #eee;margin-top:auto}.news-card-date{font-size:.8rem;color:#999}.news-card-link{color:#4169E1;font-weight:600;text-decoration:none;font-size:.9rem;transition:all 0.3s ease;padding:4px 12px;border-radius:4px}.news-card-link:hover{background:rgb(65 105 225 / .1);color:#2a4fa4}.news-card.category-pinball .news-card-link{color:#FF8C00}.news-card.category-pinball .news-card-link:hover{background:rgb(255 20 147 / .1);color:#d41180}.news-card.category-gaming .news-card-link{color:gold}.news-card.category-gaming .news-card-link:hover{background:rgb(255 215 0 / .1);color:#ff9500}@media (max-width:1024px){.news-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.news-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.news-card-content{padding:1rem}.news-card-title{font-size:1rem}.news-card-excerpt{font-size:.9rem}}@media (max-width:480px){.news-grid{grid-template-columns:1fr;gap:1rem}.news-card-image{height:150px}.news-card-content{padding:1rem}.news-card-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.news-card-link{width:100%;text-align:center}}.view-all-link{display:inline-block;margin-top:15px;padding:8px 12px;text-decoration:none;font-weight:600;font-size:.9rem;border-radius:4px;transition:all 0.3s ease}.section-soc .view-all-link{color:var(--primary-blue);border:2px solid var(--primary-blue)}.section-soc .view-all-link:hover{background:var(--primary-blue);color:#fff}.section-pinball .view-all-link{color:#FF8C00;border:2px solid #FF8C00}.section-pinball .view-all-link:hover{background:#FF8C00;color:#fff}.section-gaming .view-all-link{color:gold;border:2px solid gold}.section-gaming .view-all-link:hover{background:gold;color:#333}.archive-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.archive-post-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .1);transition:all 0.3s ease;border-top:4px solid #ccc;background:var(--bg-primary)}.archive-post-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px rgb(0 0 0 / .15)}.archive-post-card.category-soc,.archive-post-card.category-security{border-top-color:#4169E1;background:var(--bg-primary)}.archive-post-card.category-soc:hover,.archive-post-card.category-security:hover{border-top-color:#2d52cc}body[data-theme="light"] .archive-post-card.category-soc,body[data-theme="light"] .archive-post-card.category-security{background:linear-gradient(135deg,#f9fbff 0%,#eef4ff 100%)}body[data-theme="dark"] .archive-post-card.category-soc,body[data-theme="dark"] .archive-post-card.category-security{background:linear-gradient(135deg,#1a2847 0%,#0f1929 100%)}.archive-post-card.category-pinball{border-top-color:#FF8C00}body[data-theme="light"] .archive-post-card.category-pinball{background:linear-gradient(135deg,#fff7f0 0%,#ffe5cc 100%)}body[data-theme="dark"] .archive-post-card.category-pinball{background:linear-gradient(135deg,#3d2410 0%,#2d1808 100%)}.archive-post-card.category-pinball:hover{border-top-color:#e67e00}.archive-post-card.category-gaming{border-top-color:gold}body[data-theme="light"] .archive-post-card.category-gaming{background:linear-gradient(135deg,#fffef5 0%,#fffbeb 100%)}body[data-theme="dark"] .archive-post-card.category-gaming{background:linear-gradient(135deg,#3d3410 0%,#2d2808 100%)}.archive-post-card.category-gaming:hover{border-top-color:#ca0}.post-card-image{width:100%;height:200px;overflow:hidden;background:#f0f0f0}.post-card-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%)}.placeholder-icon{font-size:3rem;opacity:.3}.post-thumbnail-img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.post-card-image a:hover .post-thumbnail-img{transform:scale(1.05)}.post-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.post-category-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;width:fit-content}.archive-post-card.category-soc .post-category-badge,.archive-post-card.category-security .post-category-badge{background:var(--primary-blue);color:#fff}.archive-post-card.category-pinball .post-category-badge{background:#FF8C00;color:#fff}.archive-post-card.category-gaming .post-category-badge{background:gold;color:#333}.post-card-title{margin:0 0 .75rem 0;font-size:1.25rem;font-weight:700;line-height:1.3}.post-card-title a{text-decoration:none;color:var(--text-primary);transition:color 0.3s ease}.archive-post-card.category-soc .post-card-title a:hover,.archive-post-card.category-security .post-card-title a:hover{color:#4169E1}.archive-post-card.category-pinball .post-card-title a:hover{color:#FF8C00}.archive-post-card.category-gaming .post-card-title a:hover{color:gold}.post-card-meta{margin:0 0 1rem 0;color:#666;font-size:.9rem;font-weight:500}.post-card-excerpt{flex-grow:1;margin-bottom:1rem;color:#555;font-size:.95rem;line-height:1.6}.post-card-excerpt p{margin:0}.post-card-read-more{display:inline-block;padding:10px 16px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all 0.3s ease;width:fit-content}.archive-post-card.category-soc .post-card-read-more,.archive-post-card.category-security .post-card-read-more{color:var(--primary-blue);border:2px solid var(--primary-blue)}.archive-post-card.category-soc .post-card-read-more:hover,.archive-post-card.category-security .post-card-read-more:hover{background:var(--primary-blue);color:#fff}.archive-post-card.category-pinball .post-card-read-more{color:#FF8C00;border:2px solid #FF8C00}.archive-post-card.category-pinball .post-card-read-more:hover{background:#FF8C00;color:#fff}.archive-post-card.category-gaming .post-card-read-more{color:gold;border:2px solid gold}.archive-post-card.category-gaming .post-card-read-more:hover{background:gold;color:#333}@media (max-width:768px){.archive-posts-grid{grid-template-columns:1fr;gap:1.5rem}.post-card-image{height:150px}.post-card-content{padding:1rem}.post-card-title{font-size:1.1rem}}.archive-wrapper{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-top:2rem}.archive-sidebar{position:sticky;top:20px;height:fit-content}.calendar-widget{background:var(--bg-primary);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgb(0 0 0 / .1);border:2px solid var(--border-color);transition:all 0.3s ease}.calendar-widget h3{margin:0 0 1.5rem 0;font-size:1.1rem;font-weight:700;color:var(--text-primary)}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.calendar-title{font-weight:600;font-size:.95rem;color:var(--text-primary);flex:1;text-align:center}.calendar-nav{width:28px;height:28px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text-secondary);font-weight:600;cursor:pointer;transition:all 0.2s ease}.calendar-nav:hover{background:var(--bg-secondary);border-color:#4169E1;color:#4169E1}.calendar{margin-bottom:1.5rem}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.calendar-weekdays>div{text-align:center;font-size:.75rem;font-weight:700;color:var(--text-secondary);padding:4px 0;text-transform:uppercase}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.85rem;border-radius:6px;background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);font-weight:500}.calendar-day.empty{background:#fff0;border:none}.calendar-day.has-posts{background:linear-gradient(135deg,#4169E1 0%,#5a82f7 100%);color:#fff;font-weight:700;cursor:pointer;text-decoration:none;transition:all 0.3s ease;border:none;box-shadow:0 2px 8px rgb(65 105 225 / .4)}.calendar-day.has-posts:hover{background:linear-gradient(135deg,#2d52cc 0%,#4169E1 100%);transform:scale(1.15);box-shadow:0 4px 12px rgb(65 105 225 / .6)}.calendar-selected{background:rgb(65 105 225 / .1);border:2px solid #4169E1;padding:.75rem;border-radius:6px;margin-top:1rem;color:var(--text-primary);font-weight:600;display:flex;justify-content:space-between;align-items:center}font-size:.9rem;color:var(--primary-blue);font-weight:500;display:flex;align-items:center;justify-content:space-between}.reset-filter{background:none;border:none;color:#4169E1;font-size:1.2rem;cursor:pointer;padding:0;transition:transform 0.2s ease}.reset-filter:hover{transform:rotate(90deg)}.theme-toggle{width:50px;height:26px;background:#90EE90;border:none;border-radius:13px;cursor:pointer;position:relative;padding:0 3px;transition:background 0.3s ease;display:flex;align-items:center;font-size:12px}.theme-toggle:hover{opacity:.8}.theme-toggle .toggle-icon{width:20px;height:20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;margin-right:2px}body[data-theme="dark"] .theme-toggle{background:#2d2d2d;justify-content:flex-end}body[data-theme="dark"] .theme-toggle .toggle-icon{margin-left:2px;margin-right:0}.header-controls{display:flex;align-items:center;gap:1.5rem}.header-search-form{display:flex;align-items:center;gap:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;padding:.5rem 1rem;transition:all 0.3s ease}.header-search-form:hover,.header-search-form:focus-within{border-color:var(--soc-accent);box-shadow:0 0 8px rgb(15 52 96 / .1)}.header-search-input{flex:1;min-width:120px;padding:.5rem 0;border:none;background:#fff0;color:var(--text-primary);font-size:.9rem;outline:none;transition:all 0.3s ease}.header-search-input::placeholder{color:var(--text-secondary)}.header-search-input:focus{min-width:200px}.header-search-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:#fff0;color:var(--text-primary);font-size:1rem;cursor:pointer;border-radius:50%;transition:all 0.3s ease}.header-search-button:hover{background:var(--soc-accent);color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width:768px){.header-search-form{min-width:0}.header-search-input{min-width:80px}.header-search-input:focus{min-width:150px}}@media (max-width:480px){.header-search-form{padding:.4rem .8rem}.header-search-input{font-size:.85rem;min-width:60px}.header-search-input:focus{min-width:120px}.header-search-button{width:24px;height:24px;font-size:.9rem}}body[data-theme="dark"] .header-search-form{background:var(--gray-light);border-color:var(--border-color)}body[data-theme="dark"] .header-search-form:hover,body[data-theme="dark"] .header-search-form:focus-within{border-color:var(--soc-accent);box-shadow:0 0 8px rgb(15 52 96 / .3)}body[data-theme="dark"] .header-search-input{color:var(--text-primary)}body[data-theme="dark"] .header-search-input::placeholder{color:var(--text-secondary)}body[data-theme="dark"] .header-search-button:hover{background:var(--soc-accent);color:#fff}body[data-theme="dark"]{--text-dark-heading:#e8e8e8;--text-dark-body:#d4d4d4;--text-dark-muted:#a0a0a0}body[data-theme="dark"] .section-header h2,body[data-theme="dark"] .section-header h3{color:var(--text-dark-heading)}body[data-theme="dark"] .section-header p{color:var(--text-dark-muted)}body[data-theme="dark"] .feed-box h3{color:var(--text-dark-heading)}body[data-theme="dark"] .feed-box .item-title,body[data-theme="dark"] .feed-box a{color:#6ba3ff}body[data-theme="dark"] .feed-box .item-date,body[data-theme="dark"] .feed-box .rss-item-date,body[data-theme="dark"] .feed-box .feedzy-date{color:var(--text-dark-muted)}body[data-theme="dark"] .feed-box .item-content,body[data-theme="dark"] .feed-box .item-description{color:var(--text-dark-body)}body[data-theme="dark"] .news-section{background:#161b22}body[data-theme="dark"] .news-section h2{color:var(--text-dark-heading)}body[data-theme="dark"] .news-section p{color:var(--text-dark-body)}body[data-theme="dark"] .post-meta,body[data-theme="dark"] .post-card-meta{color:var(--text-dark-muted)}body[data-theme="dark"] .post-card-title a{color:var(--text-dark-heading)}body[data-theme="dark"] .post-card-excerpt{color:var(--text-dark-body)}body[data-theme="dark"] .news-card-title a{color:var(--text-dark-heading)}body[data-theme="dark"] .news-card-excerpt{color:var(--text-dark-body)}body[data-theme="dark"] .news-card-date{color:var(--text-dark-muted)}body[data-theme="dark"] .footer-section a{color:#6ba3ff}body[data-theme="dark"] .footer-section a:hover{color:#8bb9ff}body[data-theme="dark"] .news-tab-btn{border-color:#30363d;color:var(--text-dark-body)}body[data-theme="dark"] .news-tab-btn:hover{border-color:#4169E1;color:#4169E1}body[data-theme="dark"] .news-tab-btn.active{background:#4169E1;color:#fff;border-color:#4169E1}body[data-theme="dark"] .news-feeds-container .rss-item,body[data-theme="dark"] .news-feeds-container .feedzy-item{border-bottom-color:#30363d}body[data-theme="dark"] .news-feeds-container .rss-item:hover{background:#0f1419}body[data-theme="dark"] .source-name{background:rgb(65 105 225 / .15);color:#6ba3ff}body[data-theme="dark"] .news-card.category-soc .source-name{background:rgb(65 105 225 / .15);color:#6ba3ff}body[data-theme="dark"] .news-card.category-pinball .source-name{background:rgb(255 140 0 / .15);color:#ff9d4a}body[data-theme="dark"] .news-card.category-gaming .source-name{background:rgb(255 215 0 / .15);color:#ffd966}body[data-theme="dark"] .archive-header h1{color:var(--text-dark-heading)}body[data-theme="dark"] .archive-header p{color:var(--text-dark-body)}.page-content-wrapper{max-width:900px;margin:0 auto;padding:2rem}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.page-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0}.page-thumbnail{margin:2rem 0;border-radius:8px;overflow:hidden}.page-thumbnail img{max-width:100%;height:auto;display:block}.page-content{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.page-content p{margin-bottom:1.5rem}.page-content h2,.page-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.category-header,.search-header,.tag-header{margin-bottom:2rem;padding:2rem;background:var(--bg-secondary);border-radius:8px;border-left:4px solid var(--primary-color)}.category-header h1,.search-header h1,.tag-header h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem 0}.category-description,.search-description,.tag-description{font-size:1.1rem;color:var(--text-secondary);margin:0}.archive-container{max-width:1200px;margin:0 auto;padding:2rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:2rem 0}.post-card{background:var(--bg-secondary);border-radius:8px;overflow:hidden;transition:all 0.3s ease;border-left:4px solid var(--border-color)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgb(0 0 0 / .2)}.post-card-image{width:100%;height:200px;overflow:hidden}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card-content{padding:1.5rem}.category-badge{display:inline-block;padding:.4rem .8rem;background:var(--primary-color);color:#fff;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.post-card-title{margin:.5rem 0 1rem 0;font-size:1.3rem;font-weight:600;line-height:1.4}.post-card-title a{color:var(--text-primary);text-decoration:none}.post-card-title a:hover{color:var(--primary-color)}.post-card-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-secondary)}.post-card-excerpt{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.post-card-read-more{display:inline-block;color:var(--primary-color);text-decoration:none;font-weight:600;transition:all 0.3s ease}.post-card-read-more:hover{color:var(--gaming-neon);margin-left:.5rem}.post-card.category-soc,.post-card.category-security{border-left-color:#4169E1}.post-card.category-soc .category-badge,.post-card.category-security .category-badge{background:#4169E1}.post-card.category-pinball{border-left-color:#FF8C00}.post-card.category-pinball .category-badge{background:#FF8C00}.post-card.category-gaming{border-left-color:gold}.post-card.category-gaming .category-badge{background:gold;color:#333}.posts-pagination{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color);text-align:center}.posts-pagination .page-numbers{display:inline-flex;gap:.5rem;align-items:center}.posts-pagination .page-numbers a,.posts-pagination .page-numbers span{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:4px;text-decoration:none;color:var(--text-primary)}.posts-pagination .page-numbers a:hover,.posts-pagination .page-numbers .current{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}body[data-theme="dark"] .category-header,body[data-theme="dark"] .search-header,body[data-theme="dark"] .tag-header{background:#161b22;border-left-color:#4169E1}body[data-theme="dark"] .page-content-wrapper{background:#fff0}body[data-theme="dark"] .page-header{border-bottom-color:#30363d}body[data-theme="dark"] .posts-grid{gap:2rem}body[data-theme="dark"] .post-card{background:#161b22;border-left-color:#30363d}@media (max-width:1024px){.archive-wrapper{grid-template-columns:250px 1fr;gap:1.5rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.archive-wrapper{grid-template-columns:1fr}.archive-sidebar{position:static}.calendar-widget{padding:1rem}}.back-to-archive{margin:2rem 0 1rem 0;text-align:center}.btn-back-to-archive{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-decoration:none;border-radius:5px;font-size:.95rem;font-weight:600;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(102 126 234 / .3)}.btn-back-to-archive:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgb(102 126 234 / .5);background:linear-gradient(135deg,#764ba2 0%,#667eea 100%)}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:3rem 0;padding:2rem;background:var(--bg-light);border-radius:8px;border-left:4px solid #667eea}.nav-previous,.nav-next{text-align:center}.nav-previous a,.nav-next a{color:#667eea;text-decoration:none;font-weight:600;transition:color 0.3s ease}.nav-previous a:hover,.nav-next a:hover{color:#764ba2}body[data-theme="dark"] .post-navigation{background:#161b22;border-left-color:#667eea}body[data-theme="dark"] .btn-back-to-archive{box-shadow:0 2px 8px rgb(102 126 234 / .2)}body[data-theme="dark"] .btn-back-to-archive:hover{box-shadow:0 4px 16px rgb(102 126 234 / .4)}body{font-size:16px;-webkit-text-size-adjust:100%}.site-header{padding:10px 15px}.site-header .site-branding{margin-bottom:10px}.site-header .site-branding img{max-width:100%;height:auto}.main-navigation{margin-top:10px}.main-navigation ul{flex-direction:column;gap:5px}.main-navigation a{padding:12px 15px;display:block;font-size:15px}.calendar-widget{width:100%;font-size:12px;margin-bottom:20px;overflow-x:auto}.calendar-widget table{width:100%;font-size:11px}.calendar-widget th,.calendar-widget td{padding:4px 2px;text-align:center}.calendar-widget .calendar-day{padding:6px 2px;font-size:11px}.calendar-widget button{padding:8px 10px;font-size:12px;margin:5px 2px}.provider-filter{margin-bottom:20px;width:100%}.provider-filter select,.provider-filter .filter-dropdown{width:100%;padding:12px;font-size:15px;border:1px solid #ddd;border-radius:4px}.news-card{margin-bottom:15px;padding:12px;width:100%}.news-card .card-content{padding:0}.news-card h3{font-size:14px;margin:10px 0;line-height:1.4}.news-card p{font-size:13px;margin:8px 0}.news-card a{font-size:13px;padding:8px 12px;display:inline-block}.news-card .card-meta{font-size:11px;margin-top:8px}.posts-grid{grid-template-columns:1fr!important;gap:15px}button,.button,input[type="submit"],input[type="button"]{padding:12px 16px;font-size:15px;min-height:44px;border-radius:4px;cursor:pointer}input[type="text"],input[type="email"],input[type="number"],textarea,select{width:100%;padding:12px;font-size:16px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;box-sizing:border-box}.single-post{padding:15px}.single-post h1{font-size:20px;margin-bottom:15px;line-height:1.3}.post-meta{font-size:12px;margin-bottom:15px}.post-content{font-size:15px;line-height:1.6}.post-content img{max-width:100%;height:auto;margin:15px 0}.back-to-archive{display:block;margin:20px 0;padding:12px;width:100%;text-align:center}.site-footer{padding:20px 15px;font-size:13px}@media (min-width:480px){body{font-size:15px}.site-header{padding:15px 20px}.main-navigation{margin-top:15px}.main-navigation a{padding:14px 20px;font-size:15px}.calendar-widget{font-size:13px}.calendar-widget th,.calendar-widget td{padding:6px 4px}.calendar-widget .calendar-day{padding:8px 4px;font-size:12px}.news-card{padding:15px;margin-bottom:20px}.news-card h3{font-size:16px;margin:12px 0}.news-card p{font-size:14px}.posts-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px}input[type="text"],input[type="email"],input[type="number"],textarea,select{font-size:15px}}@media (min-width:768px){body{font-size:16px}.main-navigation ul{flex-direction:row;gap:20px}.main-navigation a{padding:10px 15px;font-size:16px}.calendar-widget{font-size:14px;max-width:400px}.calendar-widget th,.calendar-widget td{padding:8px 6px}.provider-filter{display:flex;gap:15px;align-items:center}.provider-filter select,.provider-filter .filter-dropdown{width:auto;min-width:250px}.posts-grid{grid-template-columns:repeat(3,1fr)!important;gap:25px}.news-card{padding:20px}.news-card h3{font-size:18px}.single-post{padding:30px;max-width:900px;margin:0 auto}.single-post h1{font-size:28px;line-height:1.4}.post-content{font-size:16px}.site-footer{padding:30px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}}@media (min-width:1024px){.calendar-widget{position:sticky;top:20px;max-width:350px}.posts-grid{grid-template-columns:repeat(4,1fr)!important}.container,.wrap{max-width:1200px}}@media (min-width:1440px){.posts-grid{grid-template-columns:repeat(5,1fr)!important}.container,.wrap{max-width:1400px}.single-post{max-width:1100px}}@media (max-height:500px) and (orientation:landscape){.site-header{padding:5px 10px}.calendar-widget{font-size:11px}.news-card{padding:8px;margin-bottom:10px}.news-card h3{font-size:12px;margin:5px 0}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}@media (prefers-color-scheme:dark){body{background-color:#1a1a1a;color:#e0e0e0}.site-header,.site-footer,.calendar-widget,.news-card{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}input[type="text"],input[type="email"],input[type="number"],textarea,select{background-color:#333;color:#e0e0e0;border-color:#555}}@media print{.site-header,.site-footer,.calendar-widget,.provider-filter,.back-to-archive{display:none}.news-card,.single-post{page-break-inside:avoid;margin-bottom:20px}a{color:#000;text-decoration:underline}.post-content img{max-width:100%}}.hide-mobile{display:none}.show-mobile{display:block}.flex-row{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.flex-column{display:flex;flex-direction:column;gap:10px}.flex-center{display:flex;justify-content:center;align-items:center}.padding-mobile{padding:15px}@media (min-width:768px){.padding-mobile{padding:25px}}@media (min-width:1024px){.padding-mobile{padding:35px}}.touch-target{min-width:44px;min-height:44px;padding:12px}.text-responsive{font-size:clamp(14px, 2vw, 18px)}.margin-responsive{margin:clamp(10px, 2vw, 30px)}.gap-responsive{gap:clamp(10px, 2vw, 25px)}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse}@media (max-width:768px){table{font-size:12px}table th,table td{padding:6px 4px}}iframe,video{max-width:100%;height:auto}.card-container{display:grid;gap:15px}@media (min-width:480px){.card-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}}@media (min-width:768px){.card-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}}html,body{width:100%;overflow-x:hidden}input[type="text"],input[type="email"],input[type="number"],select,textarea{font-size:16px}a.button,button,input[type="submit"],input[type="button"]{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (max-width:768px){.site-header{position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 5px rgb(0 0 0 / .1)}}