/*
Theme Name: VillageSquires India
Theme URI: https://example.com
Description: Dark theme for India esports and gaming sites. Responsive, modern, high-conversion.
Version: 2.0.0
Author: Auto Generated
License: GPL v2 or later
Text Domain: villagesquires-com
Requires at least: 5.0
Requires PHP: 7.2
Tags: dark, esports, gaming, responsive, mobile-friendly
*/

/* ==================== Global Reset ==================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #e8e8f0;
  background: #0a0a12;
}

a {
  color: #00d4ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ff6b35;
}

/* ==================== Typography ==================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff;
}

h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: #b0b0c0;
}

/* ==================== Forms ==================== */

input,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  border: 1px solid #2a2a45;
  border-radius: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease;
  background: #12122a;
  color: #e8e8f0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* ==================== Utility Classes ==================== */

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 12px; }
.mt-4 { margin-top: 16px; }
.mt-5 { margin-top: 24px; }
.mt-6 { margin-top: 32px; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 4px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 12px; }
.mb-4 { margin-bottom: 16px; }
.mb-5 { margin-bottom: 24px; }
.mb-6 { margin-bottom: 32px; }

.p-0 { padding: 0; }
.p-1 { padding: 4px; }
.p-2 { padding: 8px; }
.p-3 { padding: 12px; }
.p-4 { padding: 16px; }
.p-5 { padding: 24px; }
.p-6 { padding: 32px; }

.hidden { display: none !important; }
.visible { display: block !important; }

/* ==================== WordPress Specific ==================== */

.wp-caption {
  background: #12122a;
  border: 1px solid #2a2a45;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
}

.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.wp-caption-text {
  font-size: 13px;
  color: #9090a8;
  margin-top: 8px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

/* ==================== Responsive ==================== */

@media (max-width: 1024px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 20px; }
}

@media (max-width: 768px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 18px; }
  body { font-size: 14px; }
  .alignleft,
  .alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 640px) {
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 16px; }
}
