/*
Theme Name: Farina Forno Complete Theme
Author: Farina & Forno
Description: Geri sayımlı tanıtım teması - koyu filtreli versiyon.
Version: 1.1
*/

body {
  margin: 0;
  font-family: 'Share Tech Mono', monospace;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url('https://farinaforno.com/wp-content/uploads/2025/05/EB720157-A1C1-415A-BB29-15775A043251.png') no-repeat center center fixed;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
}

.header {
  margin-top: 20px;
}

.countdown-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}

.countdown-box {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  padding: 20px;
  border-radius: 20px;
  min-width: 90px;
  font-size: 1.5em;
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  color: white;
}
