/* Odexp Custom Coming Soon - minimal styles */
.odexp-ccs, html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
.odexp-ccs-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.odexp-ccs-card {
  text-align: center;
  backdrop-filter: blur(4px);
  background: rgba(0,0,0,0.25);
  padding: 32px 26px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  max-width: 780px;
  margin: 24px;
}
.odexp-ccs-logo {
  max-height: 64px;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: 12px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
}
.odexp-ccs-site {
  margin: 0 0 8px 0;
  font-size: 22px;
  letter-spacing: .5px;
  opacity: .9;
}
.odexp-ccs-title {
  margin: 8px 0 10px 0;
  font-size: 34px;
  line-height: 1.2;
}
.odexp-ccs-message {
  font-size: 16px;
  opacity: .95;
}
.odexp-ccs-countdown {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.odexp-ccs-time {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  padding: 10px 12px;
  min-width: 88px;
}
.odexp-ccs-time .num {
  font-size: 28px;
  font-weight: 700;
}
.odexp-ccs-time .lbl {
  font-size: 12px;
  opacity: .85;
}
.odexp-ccs-social {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.odexp-ccs-social a {
  color: inherit;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  font-size: 13px;
  transition: transform .15s ease, background .15s ease;
}
.odexp-ccs-social a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
}
@media (max-width: 480px){
  .odexp-ccs-title { font-size: 26px; }
  .odexp-ccs-time { min-width: 72px; }
}
