* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Raleway', sans-serif; background-color: #080e1a; color: #ffffff; line-height: 1.6; overflow-x: hidden; }
.ccra7m-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ccra7m-header-l-r-r { background: rgba(8, 14, 26, 0.95); padding: 15px 0; border-bottom: 2px solid #00ffcc; position: sticky; top: 0; z-index: 1000; }
.ccra7m-logo { font-size: 1.5rem; font-weight: 700; color: #00ffcc; display: flex; align-items: center; }
.ccra7m-desktop-nav ul { display: flex; list-style: none; gap: 20px; }
.ccra7m-desktop-nav a { text-decoration: none; color: #fff; font-weight: 700; transition: color 0.3s; }
.ccra7m-desktop-nav a:hover { color: #00ffcc; }
.ccra7m-hamburger { background: none; border: none; color: #00ffcc; font-size: 2rem; cursor: pointer; display: none; }
.ccra7m-mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #080e1a; z-index: 2000; flex-direction: column; align-items: center; justify-content: center; display: none; }
.ccra7m-mobile-menu ul { list-style: none; text-align: center; }
.ccra7m-mobile-menu a { font-size: 1.5rem; color: #fff; text-decoration: none; display: block; padding: 15px; }
.ccra7m-hero { height: 60vh; display: flex; align-items: center; text-align: center; }
.ccra7m-hero h1 { font-size: 3.5rem; color: #00ffcc; margin-bottom: 20px; text-shadow: 0 0 10px rgba(0,255,204,0.5); }
.ccra7m-hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; }
.ccra7m-btn-primary { background: #00ffcc; color: #080e1a; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; transition: transform 0.3s; }
.ccra7m-btn-secondary { background: transparent; color: #00ffcc; border: 2px solid #00ffcc; padding: 10px 20px; border-radius: 50px; cursor: pointer; }
.ccra7m-btn-primary:hover { transform: scale(1.05); background: #ccff00; }
.ccra7m-padding { padding: 80px 0; }
.ccra7m-section-title { text-align: center; font-size: 2.5rem; margin-bottom: 50px; color: #00ffcc; }
.ccra7m-game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.ccra7m-game-card { background: #131c2e; border-radius: 15px; overflow: hidden; border: 1px solid rgba(0,255,204,0.1); transition: transform 0.3s; }
.ccra7m-game-card:hover { transform: translateY(-10px); border-color: #00ffcc; }
.ccra7m-game-card img { width: 100%; height: 200px; object-fit: cover; }
.ccra7m-card-body { padding: 20px; text-align: center; }
.ccra7m-btn-play { display: inline-block; background: #00ffcc; color: #080e1a; padding: 8px 25px; border-radius: 20px; text-decoration: none; font-weight: bold; margin-top: 15px; }
.ccra7m-bg-alt { background: #0d1626; }
.ccra7m-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ccra7m-rounded-img { width: 100%; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.ccra7m-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 40px 0; }
.ccra7m-icon-item { text-align: center; padding: 20px; }
.ccra7m-icon-item span { font-size: 3rem; display: block; margin-bottom: 15px; }
.ccra7m-footer-cols { background: #050912; padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,0.1); }
.ccra7m-footer-links ul { list-style: none; }
.ccra7m-footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; }
.ccra7m-footer-links a:hover { color: #00ffcc; }
.ccra7m-age-flag { display: flex; align-items: center; background: rgba(255,255,255,0.1); padding: 5px 12px; border-radius: 20px; font-size: 0.85rem; }
.ccra7m-legal-content { max-width: 800px; margin: 0 auto; }
.ccra7m-legal-content h1, h2 { color: #00ffcc; margin: 25px 0 15px; }
.ccra7m-legal-content p, ul { margin-bottom: 20px; color: #ccc; }
.ccra7m-legal-notice { background: rgba(204, 255, 0, 0.1); border-left: 4px solid #ccff00; padding: 15px; margin-top: 30px; font-size: 0.9rem; }
#game-canvas { background: #080e1a; border-radius: 15px; max-width: 100%; height: auto; cursor: crosshair; box-shadow: inset 0 0 50px rgba(0,0,0,0.8); }
.ccra7m-age-gate { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #080e1a; z-index: 10000; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.ccra7m-age-gate-inner { background: #131c2e; padding: 40px; border-radius: 20px; border: 2px solid #00ffcc; max-width: 500px; }
@media (max-width: 768px) {
    .ccra7m-hero h1 { font-size: 2.2rem; }
    .ccra7m-desktop-nav { display: none; }
    .ccra7m-hamburger { display: block; }
    .ccra7m-grid-2, .ccra7m-icon-grid { grid-template-columns: 1fr; }
}