*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.skip-link{position:absolute;top:-40px;left:6px;background:#000;color:#fff;padding:8px;text-decoration:none;z-index:1000;border-radius:4px}.skip-link:focus{top:6px}.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}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.site-logo{display:flex;align-items:center;text-decoration:none;color:#333;font-weight:700;font-size:1.25rem}.site-logo img{margin-right:.5rem}.site-title{color:#2563eb}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:25px;height:3px;background:#333;position:relative;transition:all .3s ease}.hamburger::before,.hamburger::after{content:'';position:absolute;width:100%;height:3px;background:#333;transition:all .3s ease}.hamburger::before{top:-8px}.hamburger::after{bottom:-8px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#2563eb}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 0;text-align:center}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:0 0;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb}.btn-outline{background:0 0;color:#2563eb;border-color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.latest-posts,.featured-games{padding:4rem 0}.latest-posts{background:#f8fafc}.section-footer{text-align:center;margin-top:2rem}.posts-grid,.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card,.game-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.post-card:hover,.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card-image,.game-image{width:100%;height:200px;overflow:hidden}.post-card-image img,.game-image img{width:100%;height:100%;object-fit:cover}.post-card-content,.game-content{padding:1.5rem}.post-card-title,.game-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.post-card-title a,.game-title a{color:#333;text-decoration:none}.post-card-title a:hover,.game-title a:hover{color:#2563eb}.post-card-description,.game-description{color:#666;margin-bottom:1rem;line-height:1.5}.post-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;color:#666}.post-card-categories{display:flex;gap:.5rem}.category{background:#e5e7eb;color:#374151;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.read-more,.play-button{color:#2563eb;text-decoration:none;font-weight:600;transition:color .3s ease}.read-more:hover,.play-button:hover{color:#1d4ed8}.game-type{margin-bottom:1rem;font-size:.875rem}.type-label{font-weight:600;color:#666}.type-value{color:#2563eb;font-weight:500}.cta-section{background:#1f2937;color:#fff;padding:4rem 0;text-align:center}.cta-section h2{font-size:2rem;margin-bottom:1rem}.cta-section p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-header{padding:2rem 0;text-align:center;background:#f8fafc}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-content{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.7}.post{max-width:800px;margin:0 auto;padding:2rem 0}.post-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.post-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.post-description{font-size:1.25rem;color:#666;margin-bottom:1rem}.post-date{color:#666;font-size:.875rem}.post-categories{margin-top:1rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.post-content{font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.post-content h2{font-size:1.875rem;font-weight:700;margin:2rem 0 1rem;color:#1f2937}.post-content h3{font-size:1.5rem;font-weight:700;margin:1.5rem 0 .75rem;color:#374151}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid #2563eb;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666}.post-content code{background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.875rem}.post-content pre{background:#f1f5f9;padding:1rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;padding:0}.post-footer{padding-top:2rem;border-top:1px solid #e5e7eb}.post-tags{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tags-label{font-weight:600;color:#666}.tag{background:#dbeafe;color:#1e40af;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500}.breadcrumbs{margin-bottom:2rem}.breadcrumb-list{display:flex;list-style:none;gap:.5rem;flex-wrap:wrap}.breadcrumb-item{font-size:.875rem}.breadcrumb-item:not(:last-child)::after{content:'›';margin-left:.5rem;color:#666}.breadcrumb-item a{color:#2563eb;text-decoration:none}.breadcrumb-item a:hover{text-decoration:underline}.breadcrumb-current{color:#666}.related-posts{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.related-posts h2{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-post h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.related-post h3 a{color:#333;text-decoration:none}.related-post h3 a:hover{color:#2563eb}.related-post p{color:#666;font-size:.875rem;line-height:1.5}.faq-item{margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.faq-question{background:#f8fafc;padding:1rem 1.5rem;font-weight:600;color:#1f2937;cursor:pointer;border:none;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background:#f1f5f9}.faq-answer{padding:1rem 1.5rem;background:#fff;color:#666;line-height:1.6}.faq-icon{transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.site-footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-link{color:#d1d5db;transition:color .3s ease}.social-link:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af;font-size:.875rem}.footer-legal{margin-top:.5rem;font-style:italic}.legal-notice{background:#fef3c7;border-top:3px solid #f59e0b;padding:1rem 0;position:sticky;bottom:0;z-index:50}.legal-notice-content{display:flex;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;padding:0 1rem}.legal-notice-icon{color:#f59e0b;flex-shrink:0}.legal-notice-text{margin:0;font-size:.875rem;color:#92400e}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0}.pagination-prev,.pagination-next{padding:.5rem 1rem;background:#f8fafc;color:#374151;text-decoration:none;border-radius:6px;border:1px solid #e5e7eb;transition:all .3s ease}.pagination-prev:hover,.pagination-next:hover{background:#2563eb;color:#fff;border-color:#2563eb}.pagination-info{color:#666;font-size:.875rem}@media(max-width:768px){.nav-toggle{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.nav-menu-open{transform:translateY(0);opacity:1;visibility:visible}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-actions{flex-direction:column;align-items:center}.posts-grid,.games-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.cta-actions{flex-direction:column;align-items:center}.pagination{flex-direction:column;gap:.5rem}}@media(max-width:480px){.container{padding:0 .75rem}.hero{padding:2rem 0}.hero-title{font-size:1.75rem}.page-title{font-size:2rem}.post-title{font-size:2rem}.latest-posts,.featured-games{padding:2rem 0}.cta-section{padding:2rem 0}}@media print{.site-header,.site-footer,.legal-notice,.nav-toggle,.hero-actions,.cta-section{display:none}.post-content{font-size:12pt;line-height:1.4}.post-title{font-size:18pt}.post-content h2{font-size:16pt}.post-content h3{font-size:14pt}}