/* ================================================
   TOP 100 REGEN - CLEAN COMPLETE THEME
   ================================================
   
   Modern, bright, clean design for micro.blog
   Replace ALL existing CSS with this clean version
*/

/* ====================================
   GLOBAL RESET & BASE STYLES
   ==================================== */

* {
  box-sizing: border-box;
}

body, html {
  background-color: #ffffff !important;
  color: #1f2937 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}

/* Override any dark backgrounds */
.site-header, .header, .navigation, .nav, .main, .content, .post, .entry, .page, .sidebar, .footer, .site-footer {
  background-color: #ffffff !important;
  color: #1f2937 !important;
}

/* Hide personal profile elements */
.profile-photo, .avatar, .h-card img, .bio, .profile-description, .p-note, .profile-name:not(.site-title) {
  display: none !important;
}

/* Hide dark mode toggles */
.dark-mode-toggle, .theme-toggle, [data-toggle="dark"] {
  display: none !important;
}

/* ====================================
   HEADER STYLING
   ==================================== */

.site-header, .header {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding: 1rem 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.header-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 2rem !important;
  flex-wrap: wrap !important;
}

/* Logo - Clickable */
.logo-link {
  display: inline-block !important;
  transition: all 0.2s ease !important;
  border-radius: 0.5rem !important;
  padding: 0.25rem !important;
  text-decoration: none !important;
}

.logo-link:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important;
}

.site-logo {
  height: 240px !important;
  width: auto !important;
  display: block !important;
  cursor: pointer !important;
}

/* Site Branding Text */
.site-branding {
  flex: 1 !important;
  margin-left: 1rem !important;
}

.site-branding h1 {
  display: none !important;
}

.heritage-note {
  font-size: 0.95rem !important;
  color: #6b7280 !important;
  margin-bottom: 0.25rem !important;
  font-weight: 500 !important;
}

.heritage-note a {
  color: #2563eb !important;
  text-decoration: none !important;
}

.heritage-note a:hover {
  text-decoration: underline !important;
}

.tagline {
  font-size: 0.85rem !important;
  color: #9ca3af !important;
  font-style: italic !important;
}

/* Navigation */
.site-nav ul {
  display: flex !important;
  gap: 0.5rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-nav a {
  display: block !important;
  padding: 0.75rem 1rem !important;
  background: rgba(37, 99, 235, 0.1) !important;
  color: #2563eb !important;
  text-decoration: none !important;
  border-radius: 0.5rem !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  transition: all 0.2s ease !important;
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
}

.site-nav a:hover {
  background: #2563eb !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

/* ====================================
   HERO BANNER (Homepage Only)
   ==================================== */

.hero-banner {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%) !important;
  border-bottom: 1px solid #e0e7ff !important;
  padding: 4rem 0 !important;
  margin-bottom: 2rem !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Subtle background pattern */
.hero-banner::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.05) 0%, transparent 50%) !important;
  pointer-events: none !important;
}

.hero-content {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
  text-align: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 900 !important;
  color: #1f2937 !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.1 !important;
  background: linear-gradient(135deg, #2563eb, #10b981) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.hero-description {
  font-size: 1.125rem !important;
  color: #4b5563 !important;
  margin-bottom: 2.5rem !important;
  line-height: 1.7 !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-link {
  color: #2563eb !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-bottom: 2px solid transparent !important;
  transition: border-color 0.2s ease !important;
}

.hero-link:hover {
  border-bottom-color: #2563eb !important;
}

/* Hero Statistics */
.hero-stats {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
  gap: 2rem !important;
  max-width: 600px !important;
  margin: 0 auto 2.5rem auto !important;
}

.stat-item {
  text-align: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 1rem !important;
  padding: 1.5rem 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  transition: all 0.2s ease !important;
}

.stat-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.stat-number {
  display: block !important;
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  color: #2563eb !important;
  line-height: 1 !important;
  margin-bottom: 0.5rem !important;
}

.stat-label {
  display: block !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Heritage Banner */
.heritage-banner {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(16, 185, 129, 0.1)) !important;
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  backdrop-filter: blur(8px) !important;
}

.heritage-banner p {
  margin: 0 !important;
  color: #374151 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.heritage-banner strong {
  color: #2563eb !important;
  font-weight: 700 !important;
}

.heritage-banner em {
  color: #10b981 !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

/* ====================================
   MAIN CONTENT
   ==================================== */

.main, .content, .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 2rem 1rem !important;
  background: #ffffff !important;
}

/* Posts - Clean Card Design */
.post, .entry, .h-entry {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 1rem !important;
  padding: 2rem !important;
  margin-bottom: 2rem !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  transition: all 0.2s ease !important;
}

.post:hover, .entry:hover, .h-entry:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}

/* Blue top border for posts */
.post::before, .entry::before, .h-entry::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #2563eb, #10b981) !important;
  border-radius: 1rem 1rem 0 0 !important;
}

/* Post Titles */
.post h1, .post h2, .entry h1, .entry h2, .h-entry h1, .h-entry h2, .p-name {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.3 !important;
}

.post h1 a, .post h2 a, .entry h1 a, .entry h2 a, .p-name a {
  color: #1f2937 !important;
  text-decoration: none !important;
}

.post h1 a:hover, .post h2 a:hover, .entry h1 a:hover, .entry h2 a:hover, .p-name a:hover {
  color: #2563eb !important;
}

/* Post Content */
.post p, .entry p, .e-content p {
  color: #374151 !important;
  margin-bottom: 1rem !important;
  line-height: 1.7 !important;
}

.post a, .entry a, .e-content a {
  color: #2563eb !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.post a:hover, .entry a:hover, .e-content a:hover {
  text-decoration: underline !important;
}

/* Post Meta */
.post-meta, .entry-meta {
  display: flex !important;
  gap: 1rem !important;
  align-items: center !important;
  margin-bottom: 1rem !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
}

.post-date, .dt-published {
  background: #f3f4f6 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.375rem !important;
  font-weight: 500 !important;
}

/* Categories */
.post-categories, .p-category {
  display: flex !important;
  gap: 0.5rem !important;
}

.post-categories a, .p-category {
  background: #2563eb !important;
  color: #ffffff !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 1rem !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
}

/* Category Colors */
.category-match-report, [href*="match-report"] { background: #22c55e !important; }
.category-transfer-news, [href*="transfer-news"] { background: #f59e0b !important; }
.category-youth-cup, [href*="youth-cup"] { background: #8b5cf6 !important; }
.category-rule-change, [href*="rule-change"] { background: #ef4444 !important; }

/* ====================================
   PAGE STYLING (Rules, etc.)
   ==================================== */

h1 {
  color: #1f2937 !important;
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
  background: linear-gradient(135deg, #2563eb, #10b981) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

h2 {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin: 2rem 0 1rem 0 !important;
  border-bottom: 2px solid #e5e7eb !important;
  padding-bottom: 0.5rem !important;
}

h3 {
  color: #374151 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  margin: 1.5rem 0 0.75rem 0 !important;
}

/* Emoji bullets for rules */
h2[id*="squad"]::before { content: "🔢 " !important; }
h2[id*="transfer"]::before { content: "💰 " !important; }
h2[id*="youth"]::before { content: "⚽ " !important; }
h2[id*="sacking"]::before { content: "👔 " !important; }

/* Lists */
ul, ol {
  margin: 1rem 0 !important;
  padding-left: 2rem !important;
  color: #374151 !important;
}

li {
  margin-bottom: 0.5rem !important;
  line-height: 1.6 !important;
}

/* Blockquotes */
blockquote {
  background: #f8fafc !important;
  border-left: 4px solid #2563eb !important;
  padding: 1rem 1.5rem !important;
  margin: 1.5rem 0 !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  font-style: italic !important;
  color: #374151 !important;
}

/* ====================================
   FOOTER
   ==================================== */

.footer, .site-footer {
  background: #f8fafc !important;
  border-top: 1px solid #e5e7eb !important;
  padding: 2rem 0 !important;
  margin-top: 3rem !important;
  text-align: center !important;
  color: #6b7280 !important;
}

.footer p, .site-footer p {
  margin: 0.5rem 0 !important;
  color: #6b7280 !important;
}

.footer a, .site-footer a {
  color: #2563eb !important;
  text-decoration: none !important;
}

.footer a:hover, .site-footer a:hover {
  text-decoration: underline !important;
}

/* ====================================
   RESPONSIVE DESIGN
   ==================================== */

@media (max-width: 768px) {
  .header-content {
    flex-direction: column !important;
    text-align: center !important;
    gap: 1rem !important;
  }
  
  .site-branding {
    margin-left: 0 !important;
  }
  
  .site-nav ul {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  
  .hero-banner {
    padding: 2rem 0 !important;
  }
  
  .hero-content {
    padding: 0 1rem !important;
  }
  
  .hero-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  
  .stat-item {
    padding: 1rem 0.75rem !important;
  }
  
  .stat-number {
    font-size: 2rem !important;
  }
  
  .site-logo {
    height: 60px !important;
  }
  
  .main, .content, .container {
    padding: 1rem !important;
  }
  
  .post, .entry, .h-entry {
    padding: 1.5rem !important;
  }
  
  h1 {
    font-size: 2rem !important;
  }
}

/* ====================================
   UTILITY & ACCESSIBILITY
   ==================================== */

html {
  scroll-behavior: smooth !important;
}

a:focus, button:focus {
  outline: 2px solid #2563eb !important;
  outline-offset: 2px !important;
}

::selection {
  background: #2563eb !important;
  color: #ffffff !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0.5rem !important;
}}