*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-link: #2563eb;--color-link-hover: #1d4ed8;--color-border: #e2e8f0;--color-surface: #f8fafc;--color-header: #0f172a;--color-banner-bg: #fef3c7;--color-banner-border: #f59e0b;--color-banner-text: #92400e;--color-score: #059669;--max-width: 960px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace}html{font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover);text-decoration:underline}img{max-width:100%;height:auto}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}main{flex:1;padding:1.5rem 0 3rem}.archive-banner{background:var(--color-banner-bg);border-bottom:2px solid var(--color-banner-border);padding:.625rem 1rem;text-align:center;font-size:.8125rem;color:var(--color-banner-text);line-height:1.4}.archive-banner strong{font-weight:600}.site-header{background:var(--color-header);padding:1rem 0}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.site-title{font-size:1.25rem;font-weight:700;color:#fff}.site-title a{color:#fff}.site-title a:hover{text-decoration:none;opacity:.9}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:4px}.menu-toggle span{display:block;width:22px;height:2px;background:#cbd5e1;border-radius:1px;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-nav{display:flex;flex-wrap:wrap;gap:.25rem 1rem}.site-nav a{color:#cbd5e1;font-size:.875rem}.site-nav a:hover{color:#fff;text-decoration:none}.breadcrumb{font-size:.8125rem;color:var(--color-text-muted);padding:.75rem 0;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-link)}.breadcrumb .sep{margin:0 .375rem}.page-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.page-meta{display:flex;flex-wrap:wrap;gap:.25rem 1rem;font-size:.8125rem;color:var(--color-text-muted);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.page-meta .category{background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;padding:.125rem .5rem;font-size:.75rem}.content-body{font-size:1rem;line-height:1.75}.content-body p{margin-bottom:1rem}.content-body h2{font-size:1.25rem;margin:1.5rem 0 .75rem}.content-body h3{font-size:1.125rem;margin:1.25rem 0 .5rem}.content-body ul,.content-body ol{margin:.75rem 0 .75rem 1.5rem}.content-body li{margin-bottom:.375rem}.content-body table{width:100%;border-collapse:collapse;margin:1rem 0}.content-body th,.content-body td{border:1px solid var(--color-border);padding:.5rem;text-align:left;font-size:.875rem}.content-body th{background:var(--color-surface);font-weight:600}.content-body img{border-radius:4px;margin:.5rem 0}.game-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--color-border);padding-bottom:0}.game-tabs a{display:block;padding:.5rem 1rem;font-size:.8125rem;color:var(--color-text-muted);border-radius:4px 4px 0 0;border:1px solid transparent;margin-bottom:-2px}.game-tabs a:hover{background:var(--color-surface);text-decoration:none}.game-tabs a.active{color:var(--color-text);font-weight:600;background:var(--color-bg);border-color:var(--color-border);border-bottom-color:var(--color-bg)}.game-score{display:inline-flex;align-items:center;gap:.375rem;font-size:1rem;font-weight:700;color:var(--color-score);margin-bottom:1rem}.game-score span{font-size:.8125rem;font-weight:400;color:var(--color-text-muted)}.game-info{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;font-size:.875rem;margin-bottom:1.5rem;padding:1rem;background:var(--color-surface);border-radius:6px}.game-info dt{font-weight:600;color:var(--color-text-muted)}.game-screenshots{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.5rem 0}.game-screenshots img{border-radius:4px;border:1px solid var(--color-border);max-width:280px}.payout-images{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.payout-images img{border:1px solid var(--color-border);border-radius:4px}.listing-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.listing-header h1{font-size:1.75rem}.listing-count{font-size:.875rem;color:var(--color-text-muted)}.listing-items{list-style:none}.listing-item{padding:1rem 0;border-bottom:1px solid var(--color-border)}.listing-item:first-child{border-top:1px solid var(--color-border)}.listing-item h2{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.listing-item h2 a{color:var(--color-text)}.listing-item h2 a:hover{color:var(--color-link)}.listing-item .item-meta{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.375rem}.listing-item .item-excerpt{font-size:.875rem;color:var(--color-text);line-height:1.5}.pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border);flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;font-size:.875rem;border-radius:4px}.pagination a{color:var(--color-link)}.pagination a:hover{background:var(--color-surface);text-decoration:none}.pagination .current{background:var(--color-link);color:#fff;font-weight:600}.pagination .ellipsis{color:var(--color-text-muted)}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.section-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:1.25rem}.section-card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.section-card ul{list-style:none}.section-card li{padding:.25rem 0;font-size:.875rem;border-bottom:1px solid #f1f5f9}.section-card li:last-child{border-bottom:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:2rem 0}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:1.25rem;text-align:center}.stat-card .stat-number{font-size:2rem;font-weight:700;color:var(--color-link);line-height:1}.stat-card .stat-label{font-size:.875rem;color:var(--color-text-muted);margin-top:.25rem}.intro-text{font-size:1.0625rem;line-height:1.7;color:var(--color-text);margin-bottom:1.5rem}.highlight-box{background:var(--color-banner-bg);border-left:4px solid var(--color-banner-border);padding:1rem 1.25rem;font-size:.9375rem;color:var(--color-banner-text);border-radius:0 6px 6px 0;margin-bottom:1.5rem;line-height:1.6}.comments-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--color-border)}.comments-section h2{font-size:1.125rem;margin-bottom:1rem}.comment{padding:.75rem;background:var(--color-surface);border-radius:6px;margin-bottom:.75rem}.comment .comment-author{font-weight:600;font-size:.875rem}.comment .comment-date{font-size:.75rem;color:var(--color-text-muted)}.comment .comment-text{font-size:.875rem;margin-top:.375rem}.site-footer{background:var(--color-header);color:#94a3b8;padding:2rem 0;font-size:.8125rem;text-align:center;line-height:1.6;margin-top:auto}.site-footer a{color:#cbd5e1}.site-footer a:hover{color:#fff}@media(max-width:640px){.page-title,.listing-header h1{font-size:1.375rem}.section-grid{grid-template-columns:1fr}.game-tabs{gap:.125rem}.game-tabs a{padding:.375rem .5rem;font-size:.75rem}.game-info{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.menu-toggle{display:flex}.site-nav{display:none;width:100%;flex-direction:column;gap:0;order:3}.site-nav.open{display:flex}.site-nav a{padding:.625rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:1rem}.site-header .container{flex-wrap:wrap}}
