﻿@charset "UTF-8";
/* CSS Document */

/* Coming Soon modal styling (v71) */
/* IMPORTANT: Do NOT override global .modal-backdrop z-index (it breaks other modals like Duyurular). */

#miraiComingSoonModal .modal-dialog {
  max-width: 760px;
}

#miraiComingSoonModal .modal-content {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

#miraiComingSoonModal .modal-body {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.78);
}

#miraiComingSoonModal .btn {
  border-radius: 14px;
}