.elementor-14174 .elementor-element.elementor-element-f1dc789{--display:flex;}.elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button{background-color:#FF000000;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button:hover, .elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button:focus{background-color:#0000FF00;color:var( --e-global-color-secondary );border-color:#FF000000;}.elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button:hover svg, .elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button:focus svg{fill:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-14174 .elementor-element.elementor-element-9249037 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS for html, class: .elementor-element-e74ed7c *//* Full-screen altar container */
.sky-altar {
  position: relative;
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle at 50% 20%, #4a6fae 0%, #1a1e27 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Soft atmospheric glow */
.altar-glow {
  position: absolute;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(221,231,247,0.25), transparent 70%);
  animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}

/* Floating feather particles */
.altar-feathers {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
    url('https://i.imgur.com/3G7QK8U.png'),
    url('https://i.imgur.com/3G7QK8U.png'),
    url('https://i.imgur.com/3G7QK8U.png');
  background-size: 80px, 60px, 40px;
  background-repeat: no-repeat;
  background-position: 20% 80%, 70% 30%, 50% 60%;
  opacity: 0.25;
  animation: featherDrift 12s linear infinite;
}

@keyframes featherDrift {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-60px); }
}

/* Circular sky-altar table */
.oracle-table {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #dde7f7 0%, #4a6fae 40%, #1a1e27 100%);
  border: 4px solid #c7a86d;
  box-shadow:
    0 0 40px rgba(199,168,109,0.6),
    inset 0 0 60px rgba(74,111/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d0719d *//* -----------------------------------------------------------
   GLOBAL BACKGROUND
----------------------------------------------------------- */
body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: radial-gradient(circle at 50% 20%, #00000 0%, #1a1e27 70%);
  color: #f8f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

/* -----------------------------------------------------------
   SKY ALTAR BACKGROUND
----------------------------------------------------------- */
.sky-altar {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.altar-glow {
  position: absolute;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(221,231,247,0.25), transparent 70%);
  animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}

.altar-feathers {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
    url('https://i.imgur.com/3G7QK8U.png'),
    url('https://i.imgur.com/3G7QK8U.png'),
    url('https://i.imgur.com/3G7QK8U.png');
  background-size: 80px, 60px, 40px;
  background-repeat: no-repeat;
  background-position: 20% 80%, 70% 30%, 50% 60%;
  opacity: 0.25;
  animation: featherDrift 12s linear infinite;
}

@keyframes featherDrift {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-60px); }
}

/* -----------------------------------------------------------
   ORACLE GAME PANEL
----------------------------------------------------------- */
.oracle-game {
  position: relative;
  z-index: 10;
  width: 900px;
  max-width: 95vw;
  padding: 20px 24px 28px;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 50%, #1a1e27 0%, #0b1018 70%);
  box-shadow: 0 0 40px rgba(0,0,0,0.7);
  border: 1px solid rgba(199,168,109,0.4);
}

.title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.subtitle {
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 18px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.player-block {
  flex: 1;
  padding: 12px 14px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0%, #4a6fae33 0%, transparent 70%);
  border: 1px solid rgba(221,231,247,0.18);
}

.player-name {
  font-size: 0.9rem;
  margin-bottom: 8px;
  opacity: 0.9;
}

.hand {
  display: flex;
  gap: 8px;
  min-height: 110px;
  align-items: center;
}

/* -----------------------------------------------------------
   CARD UI (FRONT)
----------------------------------------------------------- */
.card-ui {
  width: 70px;
  height: 100px;
  border-radius: 10px;
  background: #f8f9fb;
  color: #111827;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 7px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  font-size: 0.9rem;
}

.card-rank {
  font-weight: 600;
}

.card-suit {
  font-size: 0.9rem;
}

.card-center {
  text-align: center;
  font-size: 1.3rem;
}

/* -----------------------------------------------------------
   RED / BLACK SUIT FIX (FRONT CARDS)
----------------------------------------------------------- */
.card-center.red,
.card-rank.red,
.card-suit.red {
  color: #d62828 !important;
}

.card-center.black,
.card-rank.black,
.card-suit.black {
  color: #111827 !important;
}

/* -----------------------------------------------------------
   BUTTONS
----------------------------------------------------------- */
.controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 10px 0 14px;
}

button {
  background: linear-gradient(135deg, #4a6fae, #c7a86d);
  border: none;
  color: #f8f9fb;
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

button:hover {
  filter: brightness(1.08);
}

.status {
  text-align: center;
  font-size: 0.95rem;
  margin-top: 4px;
}

.status span {
  display: block;
  margin-top: 4px;
  font-size: 0.85rem;
  opacity: 0.85;
}

/* -----------------------------------------------------------
   HARPIC ORACLE CARD BACK
----------------------------------------------------------- */
.harpy-oracle-back {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,0.35), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(221,231,247,0.4), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(74,111,174,0.45), transparent 55%),
    linear-gradient(145deg, #1a1e27 0%, #4a6fae 45%, #dde7f7 100%);
  border: 2px solid #c7a86d;
  box-shadow:
    0 0 12px rgba(199,168,109,0.6),
    0 0 30px rgba(74,111,174,0.5);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Central Oracle Eye */
.harpy-oracle-back::before {
  content: "";
  position: absolute;
  inset: 28% 28%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, #f8f9fb 0%, #dde7f7 35%, #4a6fae 70%, #1a1e27 100%);
  box-shadow:
    0 0 12px rgba(221,231,247,0.9),
    0 0 24px rgba(74,111,174,0.8);
}

/* Feather Spiral */
.harpy-oracle-back::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed rgba(248,249,251,0.35);
  box-shadow:
    0 0 0 1px rgba(199,168,109,0.35),
    0 0 18px rgba(221,231,247,0.4);
  mask-image: radial-gradient(circle at 50% 50%, black 40%, transparent 75%);
}

/* Suit Glyphs (BACK) */
.harpy-oracle-back .suit-glyph {
  position: absolute;
  font-size: 22px;
  color: rgba(248,249,251,0.55);
  text-shadow: 0 0 6px rgba(74,111,174,0.6);
}

.harpy-oracle-back .spade   { top: 12%; left: 50%; transform: translateX(-50%); }
.harpy-oracle-back .heart   { bottom: 12%; left: 50%; transform: translateX(-50%); color: #d62828 !important; }
.harpy-oracle-back .diamond { left: 12%; top: 50%; transform: translateY(-50%); color: #d62828 !important; }
.harpy-oracle-back .club    { right: 12%; top: 50%; transform: translateY(-50%); }

/* Breathing Glow */
.harpy-oracle-back {
  animation: oracleGlow 4s ease-in-out infinite;
}

@keyframes oracleGlow {
  0%, 100% {
    box-shadow:
      0 0 10px rgba(199,168,109,0.4),
      0 0 24px rgba(74,111,174,0.4);
  }
  50% {
    box-shadow:
      0 0 16px rgba(199,168,109,0.8),
      0 0 36px rgba(74,111,174,0.8);
  }
}/* End custom CSS */