/* ════ ESTRUCTURA MODAL Y CABECERAS ════ */
.step-section-modal { margin-bottom: 28px; }
.step-label-modal { font-size: 13px; font-weight: 700; color: #0a1892; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.step-num-modal { width: 24px; height: 24px; background: var(--am); color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; flex-shrink: 0; }

/* ════ PASO 1: PACKS DE TICKETS (ESTILO GHANI) ════ */
.pk-tickets-grid-modal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .pk-tickets-grid-modal { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

.card {
    border-radius: 14px; padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer; position: relative; overflow: hidden;
    transition: transform .15s cubic-bezier(.2,0,.0,1), box-shadow .15s;
    min-height: 110px;
    background: #fff; border: 1.5px solid #E4E7F2; box-shadow: 0 3px 10px rgba(0,0,0,.04);
}

.card:hover { transform: translateY(-3px) scale(1.02); border-color: #0927EB; }
.card.selected-active { border-color: #0927EB !important; box-shadow: 0 0 0 3px rgba(9, 39, 235, 0.2) !important; background-color: #f0f3ff; }

/* Burbujas decorativas internas */
.d1, .d2 { position: absolute; border-radius: 50%; pointer-events: none; }
.d1 { width: 60%; height: 60%; right: -15%; top: -15%; background: rgba(9,39,235,.04); }
.d2 { width: 40%; height: 40%; left: -10%; bottom: -10%; background: rgba(9,39,235,.03); }

/* Variantes de color para packs */
.v .num { color: #00966E; } .v .dot { background: #00C896; } .v .d1 { background: rgba(0,200,150,.08); }
.or .num { color: #C84010; } .or .dot { background: #FF6B2B; } .or .d1 { background: rgba(255,107,43,.08); }
.pk .num { color: #C0257A; } .pk .dot { background: #FF4DA6; } .pk .d1 { background: rgba(255,77,166,.08); }

/* Pack Oferta (Azul) */
.ft { background: linear-gradient(145deg,#1A3DF5 0%,#0927EB 45%,#0620CC 100%); border: 1.5px solid rgba(255,255,255,.12); }
.ft .num { color: #fff; } .ft .sub { color: rgba(255,255,255,0.6); } .ft .price { color: #FFC83D; } .ft .dot { background: #FFC83D; } .ft .sep { background: rgba(255,255,255,.18); }
.ft.selected-active { border-color: #FFC83D !important; box-shadow: 0 0 0 3px rgba(255, 200, 61, 0.3) !important; }

.num { font-size: 28px; font-weight: 900; line-height: 1; color: #0D1117; z-index: 1; }
.dot { width: 5px; height: 5px; border-radius: 50%; margin-bottom: 2px; position: relative; z-index: 1; }
.sub { font-size: 8px; font-weight: 600; color: #000; text-transform: uppercase; z-index: 1; }
.sep { width: 16px; height: 1.5px; background: #E8EAF4; margin-bottom: 6px; z-index: 1; }
.price { font-size: 16px; font-weight: 800; color: #0927EB; z-index: 1; }
.badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,#FFC83D,#FFAA00); color: #1C1000; font-size: 7px; font-weight: 800; padding: 2px 7px; border-radius: 0 0 7px 7px; z-index: 2; }

/* ════ PASO 2: MATRIZ DE NÚMEROS (ESTILO PREMIUM) ════ */
.top-bar-ghani { height: 3px; background: linear-gradient(90deg, #0927EB 0%, #0068D6 30%, #00B4D8 60%, #00E5B4 100%); border-radius: 3px 3px 0 0; margin: -1rem -1rem 1rem -1rem; }
.c-pill-ghani { background: linear-gradient(135deg, #0927EB, #00B4D8); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 800; color: #fff; min-width: 56px; text-align: center; box-shadow: 0 3px 10px rgba(9,39,235,0.3), 0 0 0 1px rgba(0,180,216,0.2); transition: transform .2s cubic-bezier(.34,1.56,.64,1); letter-spacing: .2px; }
.c-pill-ghani.bump { transform: scale(1.18); }

.prog-top-ghani { display: flex; justify-content: space-between; margin-bottom: 7px; }
.prog-lbl-ghani { font-size: 11px; font-weight: 500; color: #9CA3AF; }
.prog-pct-ghani { font-size: 11px; font-weight: 700; color: #0927EB; }
.prog-bar-ghani { height: 6px; background: #EEF0F8; border-radius: 10px; overflow: hidden; }
.prog-fill-ghani { height: 100%; width: 0%; background: linear-gradient(90deg, #0927EB 0%, #0068D6 40%, #00B4D8 75%, #00E5B4 100%); border-radius: 10px; transition: width .5s cubic-bezier(.34,1.56,.64,1); position: relative; }
.prog-fill-ghani::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 12px; background: rgba(255,255,255,.6); border-radius: 10px; filter: blur(2px); }

.hint-ghani { padding: 9px 13px; background: linear-gradient(135deg, #F0F4FF, #EAF8FF); border: 1px solid rgba(0,180,216,0.2); border-radius: 10px; display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; color: #5B7FBA; transition: all 0.3s; margin-bottom: 12px; }
.sel-preview-ghani { display: flex; gap: 8px; flex-wrap: wrap; min-height: 28px; margin-bottom: 15px; }
.sel-tag-ghani { background: linear-gradient(135deg, #0927EB, #0068D6); color: #fff; border-radius: 7px; padding: 4px 11px; font-size: 12px; font-weight: 700; box-shadow: 0 2px 8px rgba(9,39,235,0.25); animation: tagPop .3s cubic-bezier(.34,1.56,.64,1) both; }
.sel-tag-ghani.last { background: linear-gradient(135deg, #00B4D8, #00E5B4); color: #003040; box-shadow: 0 2px 8px rgba(0,180,216,0.35); }

.nums-grid-modal { 
    display: grid; 
    grid-template-columns: repeat(10, 1fr); 
    gap: 12px; /* Mayor separación para que las sombras neumórficas luzcan mejor */
    padding: 15px; /* Más aire dentro del cuadro blanco */
    background: #ffffff; 
    border: 1.5px solid #E4E6F2;
    border-radius: 20px;
    max-height: 350px; /* Ajustar altura máxima */
    overflow-y: auto; 
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
    scrollbar-width: thin; scrollbar-color: #0927EB #F3F4F6;
    grid-auto-rows: minmax(0, auto); /* Crucial para que las filas no se aplasten y respeten aspect-ratio */
}

@media (max-width: 576px) {
    .nums-grid-modal { grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 12px; } /* En móvil 5 columnas permiten más separación */
}

.n-ghani {
    aspect-ratio: 1 / 1; 
    width: 60px;
    height: 60px; 
    min-height: 35px; /* Asegura un área de clic cómoda en cualquier pantalla */
    border-radius: 9px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 11.5px; /* Ajustar a la fuente del código premium */
    font-weight: 600; 
    cursor: pointer; user-select: none; 
    position: relative; 
    overflow: hidden; 
    transition: all .15s cubic-bezier(.4,0,.2,1);
    background: linear-gradient(145deg, #F8F9FE, #EDEEF8);
    border: 1.5px solid #E4E6F2;
    color: #7B82A8;
    box-shadow: 2px 2px 5px rgba(195,200,230,.7), -1px -1px 3px rgba(255,255,255,.95);
}

.n-ghani:hover { 
    background: linear-gradient(145deg, #EEF2FF, #E4EEFF);
    border-color: rgba(9,39,235,.28);
    color: #0927EB;
    transform: translateY(-1.5px) scale(1.06);
    box-shadow: 0 4px 12px rgba(9,39,235,.15), 2px 2px 6px rgba(195,200,230,.5);
}

.n-ghani.on { 
    background: linear-gradient(145deg, #1A3CF5, #0927EB, #0535D4); 
    border-color: #0620CC; 
    color: #fff; 
    font-weight: 800; 
    transform: scale(1.07); 
    box-shadow: 0 3px 8px rgba(9,39,235,0.35), 0 6px 18px rgba(9,39,235,.22), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.1);
}

.n-ghani.on::before {
  content: ''; position: absolute; top: 0; left: -70%; width: 45%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  animation: shimmer 2.5s ease-in-out infinite .5s;
}

.n-ghani.ocupado { background: #F3F4F6; color: #9CA3AF; cursor: not-allowed; border-color: #E5E7EB; box-shadow: none; opacity: 0.6; pointer-events: none; text-decoration: line-through; }

/* Estilos Especiales (Cian y Menta) */
.n-ghani.cyan { background: linear-gradient(145deg, #00D4FF, #00B4D8, #0095BE); border-color: #0095BE; color: #002840; font-weight: 800; transform: scale(1.13); box-shadow: 0 4px 10px rgba(0,180,216,.45), 0 8px 20px rgba(0,180,216,.28), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.06); }
.n-ghani.cyan::before { content: ''; position: absolute; top: 0; left: -70%; width: 45%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); animation: shimmer 1.8s ease-in-out infinite; }
.n-ghani.mint { background: linear-gradient(145deg, #00F0C0, #00E5B4, #00C899); border-color: #00A87A; color: #002820; font-weight: 800; transform: scale(1.13); box-shadow: 0 4px 10px rgba(0,220,170,.45), 0 8px 20px rgba(0,220,170,.28), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.06); }
.n-ghani.mint::before {
  content: ''; position: absolute; top: 0; left: -70%; width: 45%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  animation: shimmer 1.8s ease-in-out infinite;
}

/* ════ TABS GHANI (Manual / Aleatorio) ════ */
.tabs { display: flex; background: #F3F4FB; border: 1px solid #E4E6F2; border-radius: 12px; padding: 4px; gap: 3px; }
.tab { flex: 1; height: 34px; border: none; border-radius: 9px; font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; background: transparent; color: #9CA3AF; display: flex; align-items: center; justify-content: center; gap: 5px; transition: all .18s; }
.tab svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.tab.on { background: #fff; color: #0927EB; box-shadow: 0 1px 4px rgba(9,39,235,0.12), 0 2px 8px rgba(9,39,235,0.07); }

/* ════ BOTÓN CONFIRMAR SELECCIÓN ════ */
.btn-ok-ghani {
    width: 100%; height: 50px; border: none; border-radius: 13px; cursor: pointer; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; gap: 9px; position: relative; overflow: hidden;
    background: linear-gradient(135deg, #0927EB 0%, #0068D6 50%, #00B4D8 100%);
    box-shadow: 0 0 0 1px rgba(9,39,235,.35), inset 0 1px 0 rgba(255,255,255,.15), 0 6px 20px rgba(9,39,235,.32), 0 2px 8px rgba(0,180,216,.2);
    transition: all .2s;
}
.btn-ok-ghani:disabled { opacity: .4; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn-ok-ghani:not(:disabled):hover { transform: translateY(-1px); filter: brightness(1.08); box-shadow: 0 10px 28px rgba(9,39,235,.4); }
.btn-ok-ghani::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 50%; background: linear-gradient(to bottom, rgba(255,255,255,.12), transparent); border-radius: 13px 13px 0 0; }
.btn-ok-ghani::after { content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent); animation: sw 2.8s ease-in-out infinite 1s; }
@keyframes sw { 0%{left:-80%} 100%{left:130%} }

/* ════ PASO 3: DATOS DE PARTICIPACIÓN (MODERNO) ════ */
.hd-step { padding: 16px 22px 0; display: flex; align-items: center; gap: 8px; }
.step-n {
  width: 22px; height: 22px; background: linear-gradient(135deg, #0927EB, #0068D6);
  border-radius: 7px; font-size: 11px; font-weight: 800; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(9,39,235,.3); flex-shrink: 0;
}
.step-t { font-size: 12px; font-weight: 700; color: #0927EB; letter-spacing: .3px; text-transform: uppercase; }

.summary { margin: 14px 18px 0; border-radius: 16px; overflow: hidden; border: 1px solid rgba(9,39,235,.12); box-shadow: 0 4px 16px rgba(9,39,235,.1); }
.summary-head {
  background: linear-gradient(135deg, #0927EB 0%, #0535D4 55%, #0040B8 100%);
  padding: 14px 18px; position: relative; overflow: hidden;
}
.summary-head::before {
  content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px;
  border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none;
}
.sh-title { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; position: relative; z-index: 1; }
.sh-name { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -.3px; margin-bottom: 10px; position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; }
.sh-name-icon {
  width: 28px; height: 28px; background: rgba(255,255,255,.12); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.sh-name-icon svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 2; fill: none; }
.sh-pills { display: flex; gap: 7px; flex-wrap: wrap; position: relative; z-index: 1; }
.sh-pill { display: inline-flex; align-items: center; gap: 5px; border-radius: 8px; padding: 5px 11px; font-size: 12px; font-weight: 700; }
.sh-pill.tickets { background: rgba(0,180,216,.2); border: 1px solid rgba(0,180,216,.3); color: #7EEAFF; }
.sh-pill.nums { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.8); font-size: 11px; }

.nums-row { background: #fff; border-top: 1px solid #f0f0f0; padding: 10px 18px; display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.num-chip {
  width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; position: relative; overflow: hidden;
}
.num-chip.blue { background: linear-gradient(145deg, #1A3CF5, #0927EB); color: #fff; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 2px 6px rgba(9,39,235,.4); }
.num-chip.cyan { background: linear-gradient(145deg, #00D4FF, #00B4D8); color: #002840; border: 1px solid rgba(0,220,255,.3); box-shadow: 0 2px 6px rgba(0,180,216,.4); }
.num-chips-label { font-size: 10px; font-weight: 600; color: #9CA3AF; letter-spacing: 1.5px; text-transform: uppercase; margin-right: 4px; }

.fields-wrap { padding: 16px 18px 0; }
.sec-label-ghani {
  font-size: 9px; font-weight: 700; color: #2e2e2e; letter-spacing: 2.5px;
  text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px;
}
.sec-label-ghani::after { content: ''; flex: 1; height: 1px; background: #EEF0F8; }

.fg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.fg1 { display: grid; grid-template-columns: 1fr; gap: 8px; margin-bottom: 8px; }
.fg3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 8px; }

.field-ghani { position: relative; }
.field-ghani label { display: block; font-size: 9.5px; font-weight: 700; color: #808080; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 5px; }
.field-ghani input, .field-ghani select {
  width: 100%; height: 44px; background: #F7F8FE; border: 1.5px solid #E8EAF4; border-radius: 11px;
  padding: 0 13px; font-size: 13px; font-weight: 500; color: #0D1117; outline: none; transition: all .15s;
}
.field-ghani input:focus, .field-ghani select:focus { border-color: #0927EB; background: #fff; box-shadow: 0 0 0 3px rgba(9,39,235,.08); }

.pago-section-ghani { margin: 14px 18px 0; }
.pago-card-ghani { border-radius: 16px; overflow: hidden; border: 1px solid #E8EAF4; box-shadow: 0 2px 10px rgba(9,39,235,.06); }
.pago-head-ghani {
  background: linear-gradient(135deg, #F7F8FE, #EEF1FF); padding: 12px 16px; border-bottom: 1px solid #E8EAF4;
  display: flex; align-items: center; justify-content: space-between;
}
.pago-title-ghani { font-size: 11px; font-weight: 700; color: #6B7280; letter-spacing: 2px; text-transform: uppercase; display: flex; align-items: center; gap: 7px; }
.pago-title-dot-ghani { width: 6px; height: 6px; background: linear-gradient(135deg, #0927EB, #00B4D8); border-radius: 50%; }
.pago-methods-ghani { display: flex; gap: 5px; }
.pm-ghani { height: 45px; width: 45px;padding: 0 9px; background: #fff; border: 1px solid #E4E6F2; border-radius: 6px; font-size: 10px; font-weight: 700; color: #6B7280; display: flex; align-items: center; }
.pago-body-ghani { display: grid; grid-template-columns: 1fr 1fr; background: #fff; }

.qr-side-ghani { padding: 16px; border-right: 1px solid #F0F1F8; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.qr-frame-ghani { width: 120px; height: 120px; background: #fff; border: 1px solid #E8EAF4; border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 5px; box-shadow: 0 2px 8px rgba(9,39,235,.07); }
.qr-name-ghani { font-size: 11px; font-weight: 700; color: #0D1117; text-align: center; }
.qr-ruc-ghani { font-size: 10px; font-weight: 500; color: #9CA3AF; text-align: center; }

.upload-side-ghani { padding: 16px; }
.upload-zone-ghani {
  width: 100%; height: 82px; border: 1.5px dashed rgba(9,39,235,.2); border-radius: 12px;
  background: #F7F8FE; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; transition: all .15s; position: relative;
}
.upload-zone-ghani:hover { border-color: #0927EB; background: rgba(9,39,235,.03); }
.upload-ic-ghani { width: 30px; height: 30px; background: rgba(9,39,235,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.upload-txt-ghani { font-size: 10.5px; font-weight: 600; color: #9CA3AF; text-align: center; line-height: 1.3; }
.upload-txt-ghani b { color: #0927EB; font-weight: 700; }

.terms-ghani { margin: 12px 18px 0; display: flex; align-items: flex-start; gap: 9px; padding: 10px 13px; background: rgba(9,39,235,.03); border: 1px solid rgba(9,39,235,.07); border-radius: 10px; }
.terms-ghani input { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; accent-color: #0927EB; cursor: pointer; }
.terms-txt-ghani { font-size: 11px; font-weight: 500; color: #9CA3AF; line-height: 1.5; }
.terms-txt-ghani a { color: #0927EB; font-weight: 700; text-decoration: none; }

.btn-wrap-ghani { padding: 14px 18px 20px; }
.btn-confirm-ghani {
  width: 100%; height: 52px; border: none; border-radius: 14px; cursor: pointer;
  font-size: 15px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0927EB 0%, #0068D6 50%, #00B4D8 100%);
  box-shadow: 0 0 0 1px rgba(9,39,235,.35), inset 0 1px 0 rgba(255,255,255,.14), 0 6px 20px rgba(9,39,235,.3), 0 2px 8px rgba(0,180,216,.2); transition: all .12s;
}
.btn-confirm-ghani::after {
  content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09), transparent);
  animation: sw 2.8s ease-in-out infinite 1s;
}
.btn-confirm-ghani:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.07); box-shadow: 0 10px 28px rgba(9,39,235,.38); }
.btn-confirm-ghani:disabled { opacity: 0.5; cursor: not-allowed; }

.trust-ghani { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 10px; flex-wrap: wrap; }
.ti-ghani { display: flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; color: #B0B5C8; }

@media (max-width: 576px) {
  .hd-step { padding: 12px 16px 0; }
  .summary { margin: 12px 0 0; border-radius: 0; border-left: none; border-right: none; }
  .summary-head { padding: 14px 16px; }
  .nums-row { padding: 10px 16px; }
  .fields-wrap { padding: 16px 16px 0; }
  .pago-section-ghani { margin: 14px 0 0; }
  .pago-card-ghani { border-radius: 0; border-left: none; border-right: none; }
  .terms-ghani { margin: 12px 16px 0; }
  .btn-wrap-ghani { padding: 14px 16px 20px; }

  /* Ajustes para el Paso 2 (Matriz) que también gana espacio */
  .ghani-wrap-padding { padding: 0 16px; }
  .hint-ghani { margin-left: 16px; margin-right: 16px; }
  .sel-preview-ghani { margin-left: 16px; margin-right: 16px; }
  .nums-grid-modal { border-radius: 0; border-left: none; border-right: none; padding: 10px; }
  .btns-ghani { padding: 0 16px; }
}

@media (max-width: 440px) {
  .pago-body-ghani { grid-template-columns: 1fr; }
  .qr-side-ghani { border-right: none; border-bottom: 1px solid #F0F1F8; }
  .fg3 { grid-template-columns: 1fr 1fr; }
  .fg2 { grid-template-columns: 1fr; }
}

@keyframes shimmer { 0% { left: -70%; } 100% { left: 130%; } }
@keyframes tagPop { 0% { opacity: 0; transform: scale(.7) translateY(4px); } 100%{ opacity: 1; transform: scale(1) translateY(0); } }
@keyframes pop { 0% { transform: scale(1); } 35% { transform: scale(1.25); } 65% { transform: scale(.93); } 100%{ transform: scale(1.07); } }
.n-ghani.popping { animation: pop .32s cubic-bezier(.34,1.56,.64,1) forwards; }
.n-ghani.on.rippling { animation: rippleBlue .5s ease-out forwards; }
.n-ghani.cyan.rippling, .n-ghani.mint.rippling { animation: rippleCyan .5s ease-out forwards; }
@keyframes rippleBlue { 0% { box-shadow: 0 2px 8px rgba(9,39,235,.3), 0 0 0 0 rgba(9,39,235,.3); } 100% { box-shadow: 0 2px 8px rgba(9,39,235,.2), 0 0 0 10px rgba(9,39,235,.0); } }
@keyframes rippleCyan { 0% { box-shadow: 0 2px 8px rgba(0,180,216,.35), 0 0 0 0 rgba(0,180,216,.3); } 100% { box-shadow: 0 2px 8px rgba(0,180,216,.2), 0 0 0 10px rgba(0,180,216,.0); } }