/* Tygart Media Dark & Bold Theme Override */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

body, .wp-site-blocks { background: #0a0a0a !important; color: #ffffff !important; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important; -webkit-font-smoothing: antialiased; }

/* Hide default theme header/footer chrome */
.wp-block-template-part, header.wp-block-template-part, footer.wp-block-template-part { display: none !important; }

/* Typography */
h1, h2, h3, h4, h5, h6 { color: #ffffff !important; font-family: 'Inter', sans-serif !important; }
a { color: #00d4ff; }
a:hover { color: #33e0ff; }

/* Custom homepage container */
.tygart-dark-home { max-width: 100%; margin: 0; padding: 0; }

/* Nav */
.tygart-nav { position: fixed; top: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 24px 48px; z-index: 100; background: rgba(10,10,10,0.85); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.tygart-nav .logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: #fff; text-decoration: none; }
.tygart-nav .logo span { color: #00d4ff; }
.tygart-nav .links { display: flex; gap: 32px; }
.tygart-nav .links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; transition: color 0.2s; }
.tygart-nav .links a:hover { color: #00d4ff; }

/* Hero */
.tygart-hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 120px 48px 80px; max-width: 900px; }
.tygart-hero .tag { font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #00d4ff; margin-bottom: 24px; }
.tygart-hero h1 { font-size: clamp(48px, 7vw, 80px) !important; font-weight: 900 !important; line-height: 1.05 !important; letter-spacing: -2px; margin-bottom: 24px; }
.tygart-hero .accent { background: linear-gradient(135deg, #00d4ff, #0088ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tygart-hero p { font-size: 20px !important; line-height: 1.7; color: rgba(255,255,255,0.55) !important; max-width: 600px; font-weight: 300; }
.tygart-hero .cta-row { margin-top: 40px; display: flex; gap: 16px; }
.tygart-hero .cta { padding: 14px 32px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; transition: all 0.25s; text-decoration: none; display: inline-block; }
.tygart-hero .cta-primary { background: #00d4ff; color: #0a0a0a; }
.tygart-hero .cta-primary:hover { background: #33e0ff; transform: translateY(-1px); }
.tygart-hero .cta-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.tygart-hero .cta-secondary:hover { border-color: #00d4ff; color: #00d4ff; }

/* Stats */
.tygart-stats { display: flex; gap: 60px; padding: 60px 48px; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.tygart-stat .number { font-size: 42px; font-weight: 800; color: #00d4ff; letter-spacing: -2px; }
.tygart-stat .label { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-top: 4px; }

/* Sections */
.tygart-section { padding: 100px 48px; max-width: 1100px; }
.tygart-section .section-tag { font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #00d4ff; margin-bottom: 16px; }
.tygart-section h2 { font-size: 36px !important; font-weight: 800 !important; letter-spacing: -1px; margin-bottom: 20px; }
.tygart-section .desc { font-size: 17px; color: rgba(255,255,255,0.5) !important; max-width: 600px; line-height: 1.7; margin-bottom: 48px; }

/* Network Grid */
.tygart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.tygart-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); padding: 32px; transition: all 0.3s; text-decoration: none !important; color: inherit !important; display: block; }
.tygart-card:hover { border-color: rgba(0,212,255,0.3); background: rgba(0,212,255,0.03); transform: translateY(-2px); }
.tygart-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.tygart-card p { font-size: 14px; color: rgba(255,255,255,0.4) !important; line-height: 1.6; }
.tygart-card .card-icon { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #00d4ff; margin-bottom: 16px; }

/* Post list */
.tygart-posts .post-item { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-decoration: none; color: #fff; transition: all 0.2s; }
.tygart-posts .post-item:hover { padding-left: 12px; }
.tygart-posts .post-item:hover .post-title { color: #00d4ff; }
.tygart-posts .post-title { font-size: 17px; font-weight: 500; transition: color 0.2s; max-width: 75%; }
.tygart-posts .post-date { font-size: 13px; color: rgba(255,255,255,0.3); }

/* Footer */
.tygart-footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 48px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,0.3); font-size: 13px; }
.tygart-footer a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.tygart-footer a:hover { color: #00d4ff; }

/* Responsive */
@media (max-width: 768px) {
  .tygart-nav { padding: 16px 24px; }
  .tygart-hero { padding: 100px 24px 60px; }
  .tygart-stats { flex-direction: column; gap: 32px; padding: 40px 24px; }
  .tygart-section { padding: 60px 24px; }
  .tygart-grid { grid-template-columns: 1fr; }
  .tygart-footer { flex-direction: column; gap: 16px; padding: 32px 24px; }
  .tygart-hero .cta-row { flex-direction: column; }
}
