@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap"); * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #e0e0e0;
background: #0a0a0a;
background-image: 
repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,255,150,0.03) 2px, rgba(0,255,150,0.03) 4px);
}
a {
color: #00ff88;
text-decoration: none;
transition: all 0.3s ease;
}
a:hover {
color: #00ffff;
text-shadow: 0 0 10px rgba(0,255,255,0.5);
}
img {
max-width: 100%;
height: auto;
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Orbitron', sans-serif;
font-weight: 700;
letter-spacing: 0.5px;
} .site-header {
background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
border-bottom: 3px solid #00ff88;
box-shadow: 0 4px 20px rgba(0,255,136,0.2);
padding: 1.5rem 0;
position: sticky;
top: 0;
z-index: 1000;
backdrop-filter: blur(10px);
}
.site-header .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 2rem;
}
.site-branding {
flex-shrink: 0;
}
.site-title {
font-family: 'Orbitron', sans-serif;
font-size: 2rem;
font-weight: 900;
color: #00ff88;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 0 0 20px rgba(0,255,136,0.6);
margin: 0;
}
.site-title a {
color: #00ff88;
}
.site-title a:hover {
color: #00ffff;
text-shadow: 0 0 30px rgba(0,255,255,0.8);
}
.site-description {
color: #888;
font-size: 0.85rem;
margin-top: 0.25rem;
font-family: 'Inter', sans-serif;
} .breadcrumbs {
background: #111;
padding: 0.75rem 0;
border-bottom: 1px solid #222;
font-size: 0.85rem;
}
.breadcrumbs .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.breadcrumbs a {
color: #999;
}
.breadcrumbs a:hover {
color: #00ff88;
}
.breadcrumbs .separator {
margin: 0 0.5rem;
color: #555;
}
.breadcrumbs .current {
color: #ddd;
} .main-navigation {
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
.main-navigation ul {
list-style: none;
display: flex;
gap: 0;
margin: 0;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
color: #bbb;
font-weight: 600;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0.75rem 1.5rem;
transition: all 0.3s ease;
border: 2px solid transparent;
}
.main-navigation a:hover,
.main-navigation .current-menu-item a {
color: #00ff88;
background: rgba(0,255,136,0.1);
border-color: #00ff88;
text-shadow: 0 0 10px rgba(0,255,136,0.5);
} .search-form {
display: flex;
gap: 0.5rem;
background: #111;
border: 2px solid #333;
border-radius: 4px;
padding: 0.5rem;
transition: border-color 0.3s;
}
.search-form:focus-within {
border-color: #00ff88;
}
.search-form input[type="search"] {
background: transparent;
border: none;
color: #fff;
padding: 0.5rem;
font-size: 0.9rem;
min-width: 200px;
outline: none;
}
.search-form button {
background: #00ff88;
border: none;
color: #000;
padding: 0.5rem 1rem;
border-radius: 2px;
cursor: pointer;
font-weight: 700;
text-transform: uppercase;
font-size: 0.8rem;
transition: all 0.3s;
}
.search-form button:hover {
background: #00ffff;
box-shadow: 0 0 15px rgba(0,255,255,0.5);
} .site-main {
max-width: 1200px;
margin: 2rem auto;
padding: 0 20px;
min-height: 60vh;
} .single-content {
max-width: 900px;
margin: 0 auto;
}
.entry-header {
margin-bottom: 2rem;
padding-bottom: 1.5rem;
border-bottom: 2px solid #00ff88;
position: relative;
}
.entry-header::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 100px;
height: 2px;
background: #ff6b00;
}
.entry-title {
font-size: 3rem;
color: #fff;
margin-bottom: 0.75rem;
font-weight: 900;
text-shadow: 2px 2px 0 #00ff88;
line-height: 1.2;
}
.entry-meta {
color: #888;
font-size: 0.95rem;
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
font-family: 'Inter', sans-serif;
}
.entry-meta span {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.entry-meta span::before {
content: '▸';
color: #00ff88;
font-weight: bold;
} .taxonomy-list {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
margin: 1rem 0;
}
.taxonomy-list a,
.taxonomy-badge {
display: inline-block;
background: rgba(0,255,136,0.1);
border: 1px solid #00ff88;
color: #00ff88;
padding: 0.25rem 0.75rem;
border-radius: 3px;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s;
}
.taxonomy-list a:hover {
background: #00ff88;
color: #000;
box-shadow: 0 0 15px rgba(0,255,136,0.5);
} .arcade-info-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 2rem;
margin: 2rem 0;
}
.arcade-main-content {
background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);
padding: 2.5rem;
border-radius: 8px;
border: 1px solid #222;
box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.arcade-sidebar {
background: linear-gradient(135deg, #0d0d0d 0%, #111 100%);
padding: 2rem;
border-radius: 8px;
border: 1px solid #222;
height: fit-content;
position: sticky;
top: 100px;
box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.arcade-image {
margin-bottom: 2rem;
border-radius: 8px;
overflow: hidden;
border: 3px solid #00ff88;
box-shadow: 0 0 30px rgba(0,255,136,0.3);
transition: all 0.3s;
}
.arcade-image:hover {
transform: translateY(-4px);
box-shadow: 0 0 40px rgba(0,255,136,0.5);
}
.arcade-image img {
display: block;
width: 100%;
height: auto;
}
.info-section {
margin-bottom: 2.5rem;
}
.info-section:last-child {
margin-bottom: 0;
}
.info-section h3 {
color: #00ff88;
font-size: 1.4rem;
margin-bottom: 1.25rem;
padding-bottom: 0.75rem;
border-bottom: 2px solid #00ff88;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 900;
position: relative;
}
.info-section h3::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 60px;
height: 2px;
background: #ff6b00;
}
.info-table {
width: 100%;
margin-top: 1rem;
border-collapse: separate;
border-spacing: 0;
}
.info-table tr {
border-bottom: 1px solid #222;
transition: background 0.3s;
}
.info-table tr:hover {
background: rgba(0,255,136,0.05);
}
.info-table tr:last-child {
border-bottom: none;
}
.info-table td {
padding: 1rem 0.5rem;
vertical-align: top;
}
.info-table td:first-child {
font-weight: 700;
color: #00ff88;
width: 40%;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.info-table td:last-child {
color: #ddd;
font-weight: 500;
} .arcade-screenshot {
border-radius: 8px;
overflow: hidden;
border: 3px solid #00ff88;
box-shadow: 0 0 30px rgba(0,255,136,0.3);
margin-bottom: 2rem;
}
.arcade-screenshot img {
display: block;
width: 100%;
height: auto;
} .overall-rating {
text-align: center;
padding: 1.5rem;
background: rgba(0,255,136,0.1);
border-radius: 8px;
margin-bottom: 1.5rem;
border: 2px solid #00ff88;
}
.overall-rating-value {
font-size: 3.5rem;
font-weight: 900;
color: #00ff88;
text-shadow: 0 0 20px rgba(0,255,136,0.6);
font-family: 'Orbitron', sans-serif;
line-height: 1;
}
.overall-rating-label {
color: #888;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 0.5rem;
}
.ratings-list {
display: flex;
flex-direction: column;
gap: 1rem;
}
.rating-item {
display: flex;
align-items: center;
gap: 0.75rem;
}
.rating-label {
min-width: 90px;
font-size: 0.85rem;
color: #aaa;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.rating-bar {
flex-grow: 1;
height: 12px;
background: rgba(0,0,0,0.5);
border-radius: 6px;
overflow: hidden;
border: 1px solid #222;
}
.rating-bar-fill {
height: 100%;
background: linear-gradient(90deg, #ff6b00 0%, #00ff88 50%, #00ffff 100%);
border-radius: 6px;
transition: width 0.6s ease;
box-shadow: 0 0 10px rgba(0,255,136,0.5);
}
.rating-value {
min-width: 35px;
text-align: right;
font-weight: 700;
color: #00ff88;
font-size: 0.9rem;
font-family: 'Orbitron', sans-serif;
} .resources-list {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.resource-link {
display: block;
padding: 0.75rem 1rem;
background: rgba(0,255,136,0.1);
border: 2px solid #00ff88;
border-radius: 6px;
color: #00ff88;
font-weight: 600;
text-align: center;
transition: all 0.3s;
text-decoration: none;
}
.resource-link:hover {
background: #00ff88;
color: #000;
box-shadow: 0 0 20px rgba(0,255,136,0.5);
transform: translateY(-2px);
text-decoration: none;
} .cheats-content {
background: rgba(255,107,0,0.05);
padding: 1.5rem;
border-radius: 6px;
border-left: 4px solid #ff6b00;
color: #ddd;
font-family: 'Courier New', monospace;
font-size: 0.9rem;
line-height: 1.7;
}
.cheats-content p {
margin-bottom: 0.75rem;
}
.cheats-content p:last-child {
margin-bottom: 0;
} .reviews-container {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.review-item {
background: rgba(0,255,255,0.05);
border: 2px solid rgba(0,255,255,0.2);
border-radius: 8px;
padding: 1.5rem;
transition: all 0.3s;
}
.review-item:hover {
border-color: #00ffff;
box-shadow: 0 0 20px rgba(0,255,255,0.2);
}
.review-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(0,255,255,0.2);
}
.review-logo {
max-height: 50px;
max-width: 150px;
object-fit: contain;
}
.review-magazine-name {
font-family: 'Orbitron', sans-serif;
font-size: 1.1rem;
font-weight: 700;
color: #00ffff;
text-transform: uppercase;
letter-spacing: 1px;
}
.review-score-badge {
background: linear-gradient(135deg, #ff6b00 0%, #00ff88 100%);
color: #000;
padding: 0.5rem 1rem;
border-radius: 20px;
font-weight: 900;
font-size: 1.1rem;
font-family: 'Orbitron', sans-serif;
box-shadow: 0 0 15px rgba(255,107,0,0.5);
min-width: 60px;
text-align: center;
}
.review-text {
color: #ccc;
font-style: italic;
line-height: 1.7;
font-size: 0.95rem;
}
.review-text p {
margin-bottom: 0.75rem;
}
.review-text p:last-child {
margin-bottom: 0;
}
.review-text::before {
content: '"';
font-size: 3rem;
color: rgba(0,255,255,0.3);
font-family: Georgia, serif;
line-height: 0;
display: block;
margin-bottom: -0.5rem;
}
.review-text::after {
content: '"';
font-size: 3rem;
color: rgba(0,255,255,0.3);
font-family: Georgia, serif;
line-height: 0;
display: block;
text-align: right;
margin-top: -0.5rem;
} .bio-header {
background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);
padding: 2.5rem;
border-radius: 8px;
border: 1px solid #222;
margin-bottom: 2rem;
display: flex;
gap: 2.5rem;
align-items: start;
box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.bio-image {
flex-shrink: 0;
width: 220px;
}
.bio-image img {
border-radius: 8px;
border: 3px solid #00ff88;
box-shadow: 0 0 30px rgba(0,255,136,0.3);
}
.bio-content {
flex-grow: 1;
}
.bio-content .entry-excerpt {
font-size: 1.1rem;
line-height: 1.7;
color: #ccc;
margin-bottom: 1.5rem;
}
.bio-meta {
margin-top: 1.5rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
}
.bio-meta-item {
background: rgba(0,255,136,0.05);
padding: 1rem;
border-left: 3px solid #00ff88;
border-radius: 4px;
}
.bio-meta-item strong {
display: block;
color: #00ff88;
font-size: 0.75rem;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.bio-meta-item span {
color: #ddd;
font-size: 1rem;
font-weight: 500;
}
.bio-description {
background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);
padding: 2.5rem;
border-radius: 8px;
border: 1px solid #222;
margin-bottom: 2rem;
box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.bio-description h2 {
color: #00ff88;
margin-bottom: 1.5rem;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.bio-description .entry-content {
color: #ccc;
font-size: 1.05rem;
line-height: 1.8;
}
.bio-description .entry-content p {
margin-bottom: 1.25rem;
} .arcade-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.arcade-card {
background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);
border: 1px solid #222;
border-radius: 8px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.arcade-card:hover {
transform: translateY(-8px);
border-color: #00ff88;
box-shadow: 0 12px 40px rgba(0,255,136,0.3);
}
.arcade-card-image {
aspect-ratio: 3/4;
overflow: hidden;
background: #000;
position: relative;
}
.arcade-card-image::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.9) 100%);
opacity: 0;
transition: opacity 0.3s;
}
.arcade-card:hover .arcade-card-image::after {
opacity: 1;
}
.arcade-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.arcade-card:hover .arcade-card-image img {
transform: scale(1.05);
}
.arcade-card-content {
padding: 1.5rem;
}
.arcade-card-title {
font-size: 1.1rem;
margin-bottom: 0.75rem;
color: #fff;
line-height: 1.3;
font-weight: 700;
}
.arcade-card-title a {
color: #fff;
}
.arcade-card-title a:hover {
color: #00ff88;
}
.arcade-card-meta {
font-size: 0.85rem;
color: #888;
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.arcade-card-meta::before {
content: '▸';
color: #00ff88;
} .pagination {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 3rem 0;
}
.pagination a,
.pagination span {
display: inline-block;
padding: 0.75rem 1.25rem;
background: #111;
border: 2px solid #333;
color: #ddd;
border-radius: 4px;
font-weight: 600;
transition: all 0.3s;
}
.pagination a:hover,
.pagination .current {
background: rgba(0,255,136,0.1);
border-color: #00ff88;
color: #00ff88;
} .site-footer {
background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
border-top: 3px solid #00ff88;
padding: 3rem 0 2rem;
margin-top: 4rem;
text-align: center;
color: #666;
box-shadow: 0 -4px 20px rgba(0,255,136,0.1);
}
.site-footer .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.site-footer p {
margin: 0;
font-size: 0.9rem;
}
.site-footer a {
color: #00ff88;
} .text-center {
text-align: center;
}
.mt-2 { margin-top: 2rem; }
.mb-2 { margin-bottom: 2rem; } @media (max-width: 1024px) {
.site-title {
font-size: 1.6rem;
}
.main-navigation ul {
gap: 0.5rem;
}
.main-navigation a {
padding: 0.5rem 1rem;
font-size: 0.85rem;
}
}
@media (max-width: 768px) {
.site-header .container {
flex-direction: column;
gap: 1rem;
}
.main-navigation {
width: 100%;
}
.main-navigation ul {
flex-wrap: wrap;
justify-content: center;
}
.entry-title {
font-size: 2rem;
}
.arcade-info-grid {
grid-template-columns: 1fr;
}
.arcade-sidebar {
position: static;
}
.bio-header {
flex-direction: column;
}
.bio-image {
width: 100%;
max-width: 300px;
margin: 0 auto;
}
.arcade-list {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 1rem;
}
.search-form {
width: 100%;
}
.search-form input[type="search"] {
min-width: auto;
flex-grow: 1;
}
}
@media (max-width: 480px) {
.site-title {
font-size: 1.3rem;
letter-spacing: 1px;
}
.main-navigation a {
padding: 0.5rem 0.75rem;
font-size: 0.75rem;
}
.entry-title {
font-size: 1.6rem;
}
.arcade-main-content,
.arcade-sidebar,
.bio-header,
.bio-description {
padding: 1.5rem;
}
.arcade-list {
grid-template-columns: 1fr;
}
} @keyframes glow {
0%, 100% {
box-shadow: 0 0 20px rgba(0,255,136,0.3);
}
50% {
box-shadow: 0 0 30px rgba(0,255,136,0.6);
}
}
.arcade-image:hover {
animation: glow 2s infinite;
} .entry-content p,
.bio-description p {
margin-bottom: 1.25rem;
line-height: 1.8;
}
.entry-content h2,
.entry-content h3 {
color: #00ff88;
margin: 2rem 0 1rem;
}
.entry-content ul,
.entry-content ol {
margin-left: 2rem;
margin-bottom: 1.25rem;
}
.entry-content li {
margin-bottom: 0.5rem;
}
.entry-content code {
background: rgba(0,255,136,0.1);
padding: 0.2rem 0.5rem;
border-radius: 3px;
color: #00ff88;
font-size: 0.9em;
}
.entry-content pre {
background: #111;
border: 1px solid #222;
border-left: 3px solid #00ff88;
padding: 1.5rem;
overflow-x: auto;
border-radius: 4px;
margin-bottom: 1.5rem;
}
.entry-content blockquote {
border-left: 4px solid #00ff88;
padding-left: 1.5rem;
margin: 1.5rem 0;
font-style: italic;
color: #aaa;
} .no-results {
text-align: center;
padding: 4rem 2rem;
}
.no-results h2 {
color: #00ff88;
font-size: 2rem;
margin-bottom: 1rem;
}
.no-results p {
color: #888;
font-size: 1.1rem;
} .page-content,
.blog-post {
max-width: 900px;
margin: 0 auto;
padding: 2rem;
}
.page-content .entry-header,
.blog-post .entry-header {
margin-bottom: 2rem;
padding-bottom: 1.5rem;
border-bottom: 2px solid #00ff88;
}
.page-content .entry-title,
.blog-post .entry-title {
font-size: 2.5rem;
color: #00ff88;
margin-bottom: 1rem;
}
.blog-post .entry-meta {
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
font-size: 0.9rem;
color: #888;
margin-top: 1rem;
}
.blog-post .entry-meta span {
display: flex;
align-items: center;
gap: 0.5rem;
}
.blog-post .entry-meta a {
color: #00ffff;
text-decoration: none;
}
.blog-post .entry-meta a:hover {
color: #00ff88;
}
.post-thumbnail {
margin: 2rem 0;
border-radius: 8px;
overflow: hidden;
border: 3px solid #00ff88;
box-shadow: 0 0 30px rgba(0,255,136,0.3);
}
.post-thumbnail img {
display: block;
width: 100%;
height: auto;
}
.tags-links {
font-size: 0.9rem;
margin-top: 2rem;
}
.tags-links strong {
color: #00ffff;
margin-right: 0.5rem;
}
.tags-links a {
display: inline-block;
background: rgba(0,255,136,0.1);
color: #00ff88;
padding: 0.3rem 0.8rem;
border-radius: 15px;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
text-decoration: none;
border: 1px solid rgba(0,255,136,0.3);
transition: all 0.3s;
}
.tags-links a:hover {
background: #00ff88;
color: #000;
} .post-navigation {
display: flex;
justify-content: space-between;
gap: 2rem;
margin: 3rem 0;
padding: 2rem 0;
border-top: 2px solid #222;
border-bottom: 2px solid #222;
}
.post-navigation a {
flex: 1;
padding: 1.5rem;
background: rgba(0,255,136,0.05);
border: 2px solid rgba(0,255,136,0.2);
border-radius: 8px;
color: #00ff88;
text-decoration: none;
transition: all 0.3s;
}
.post-navigation a:hover {
background: rgba(0,255,136,0.1);
border-color: #00ff88;
box-shadow: 0 0 20px rgba(0,255,136,0.2);
}
.post-navigation .nav-next {
text-align: right;
} .page-children {
margin-top: 3rem;
padding: 2rem;
background: rgba(0,255,255,0.05);
border: 2px solid rgba(0,255,255,0.2);
border-radius: 8px;
}
.page-children h2 {
color: #00ffff;
margin-bottom: 1rem;
font-size: 1.5rem;
}
.page-children ul {
list-style: none;
padding: 0;
}
.page-children li {
margin-bottom: 0.8rem;
}
.page-children a {
color: #00ff88;
text-decoration: none;
padding: 0.5rem 1rem;
display: block;
background: rgba(0,255,136,0.05);
border-radius: 4px;
transition: all 0.3s;
}
.page-children a:hover {
background: rgba(0,255,136,0.15);
padding-left: 1.5rem;
} .page-links {
margin: 2rem 0;
padding: 1.5rem;
background: rgba(0,255,255,0.05);
border-radius: 6px;
text-align: center;
}
.page-links a,
.page-links > span {
display: inline-block;
margin: 0 0.3rem;
padding: 0.5rem 1rem;
background: rgba(0,255,136,0.1);
border: 1px solid rgba(0,255,136,0.3);
border-radius: 4px;
color: #00ff88;
text-decoration: none;
}
.page-links > span {
background: #00ff88;
color: #000;
}
.page-links a:hover {
background: #00ff88;
color: #000;
}