.wows-contenedor-buscador button,
.wows-contenedor-comparador button,
.wows-contenedor-simulador button,
.wows-contenedor-bonos button,
.wows-contenedor-codigos button,
.wows-contenedor-clanes button,
.wows-my-ships button,
.wows-btn-primary,
.wows-tactical-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 11px 16px !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.22), rgba(2, 6, 23, 0.94)) !important;
    border: 1px solid rgba(0, 210, 255, 0.72) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(0, 0, 0, 0.28) !important;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.wows-contenedor-buscador button::before,
.wows-contenedor-comparador button::before,
.wows-contenedor-simulador button::before,
.wows-contenedor-bonos button::before,
.wows-contenedor-codigos button::before,
.wows-contenedor-clanes button::before,
.wows-btn-primary::before,
.wows-tactical-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    transform: translateX(-120%);
    transition: transform 0.42s ease;
    pointer-events: none;
}

.wows-contenedor-buscador button::after,
.wows-contenedor-comparador button::after,
.wows-contenedor-simulador button::after,
.wows-contenedor-bonos button::after,
.wows-contenedor-codigos button::after,
.wows-contenedor-clanes button::after,
.wows-btn-primary::after,
.wows-tactical-button::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.75), transparent);
    pointer-events: none;
}

.wows-contenedor-buscador button:hover,
.wows-contenedor-buscador button:focus,
.wows-contenedor-comparador button:hover,
.wows-contenedor-comparador button:focus,
.wows-contenedor-simulador button:hover,
.wows-contenedor-simulador button:focus,
.wows-contenedor-bonos button:hover,
.wows-contenedor-bonos button:focus,
.wows-contenedor-codigos button:hover,
.wows-contenedor-codigos button:focus,
.wows-contenedor-clanes button:hover,
.wows-contenedor-clanes button:focus,
.wows-btn-primary:hover,
.wows-btn-primary:focus,
.wows-tactical-button:hover,
.wows-tactical-button:focus {
    transform: translateY(-1px) !important;
    background: linear-gradient(180deg, rgba(0, 210, 255, 0.34), rgba(14, 116, 144, 0.42)) !important;
    border-color: #7dd3fc !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0 18px rgba(0, 210, 255, 0.26) !important;
    outline: none !important;
}

.wows-contenedor-buscador button:hover::before,
.wows-contenedor-buscador button:focus::before,
.wows-contenedor-comparador button:hover::before,
.wows-contenedor-comparador button:focus::before,
.wows-contenedor-simulador button:hover::before,
.wows-contenedor-simulador button:focus::before,
.wows-contenedor-bonos button:hover::before,
.wows-contenedor-bonos button:focus::before,
.wows-contenedor-codigos button:hover::before,
.wows-contenedor-codigos button:focus::before,
.wows-contenedor-clanes button:hover::before,
.wows-contenedor-clanes button:focus::before,
.wows-btn-primary:hover::before,
.wows-btn-primary:focus::before,
.wows-tactical-button:hover::before,
.wows-tactical-button:focus::before {
    transform: translateX(120%);
}

.wows-contenedor-buscador button:active,
.wows-contenedor-comparador button:active,
.wows-contenedor-simulador button:active,
.wows-contenedor-bonos button:active,
.wows-contenedor-codigos button:active,
.wows-contenedor-clanes button:active,
.wows-btn-primary:active,
.wows-tactical-button:active {
    transform: translateY(0) !important;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.32), 0 0 10px rgba(0, 210, 255, 0.18) !important;
}

.wows-contenedor-buscador button:disabled,
.wows-contenedor-comparador button:disabled,
.wows-contenedor-simulador button:disabled,
.wows-contenedor-bonos button:disabled,
.wows-contenedor-codigos button:disabled,
.wows-contenedor-clanes button:disabled,
.wows-btn-primary:disabled,
.wows-tactical-button:disabled {
    cursor: not-allowed !important;
    opacity: 0.58 !important;
    transform: none !important;
}

.wows-contenedor-codigos button.is-copied,
.wows-tactical-button.is-copied {
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.34), rgba(22, 101, 52, 0.72)) !important;
    border-color: #4ade80 !important;
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.24) !important;
}
